/* Nexora AI – dark, animated AI agency theme. Violet→cyan gradient accents, glass cards, Sora headings, Inter body. */
:root {
  --bg: #070a12;
  --bg-2: #0b1020;
  --bg-3: #111830;
  --surface: rgba(255, 255, 255, .04);
  --surface-2: rgba(255, 255, 255, .07);
  --border: rgba(255, 255, 255, .09);
  --border-strong: rgba(255, 255, 255, .18);
  --text: #b6bdd1;
  --text-strong: #ffffff;
  --text-muted: #7d869e;
  --violet: #8b5cf6;
  --violet-2: #a78bfa;
  --cyan: #22d3ee;
  --pink: #f472b6;
  --green: #34d399;
  --red: #f87171;
  --gradient: linear-gradient(120deg, #8b5cf6 0%, #22d3ee 100%);
  --gradient-2: linear-gradient(120deg, #f472b6 0%, #8b5cf6 50%, #22d3ee 100%);
  --font: "Inter", system-ui, sans-serif;
  --font-head: "Sora", "Inter", sans-serif;
  --radius: 14px;
  --radius-lg: 24px;
  --shadow: 0 20px 60px rgba(0, 0, 0, .45);
  --glow: 0 0 0 1px rgba(139, 92, 246, .35), 0 12px 40px rgba(139, 92, 246, .35);
  --container: 1240px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; color-scheme: dark; }
body { margin: 0; font-family: var(--font); font-size: 17px; line-height: 1.65; color: var(--text); background: var(--bg); overflow-x: hidden; }
img, svg, iframe { max-width: 100%; display: block; }
img { height: auto; }
a { color: inherit; text-decoration: none; transition: color .25s var(--ease); }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--text-strong); line-height: 1.12; margin: 0 0 .6em; font-weight: 700; letter-spacing: -.02em; }
h1 { font-size: clamp(2.4rem, 5.5vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.8rem); }
h3 { font-size: 1.25rem; font-weight: 600; }
p { margin: 0 0 1.1em; }
.container { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; position: relative; }
.container--narrow { max-width: 820px; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--violet); color: #fff; padding: .6rem 1rem; z-index: 999; }
.skip-link:focus { left: 1rem; top: 1rem; }
.ico { width: 1.2em; height: 1.2em; flex: none; }
::selection { background: rgba(139, 92, 246, .5); color: #fff; }

/* gradient text + highlight */
.gradient-text, .hl { background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hl { display: inline; }

/* ambient background orbs + cursor glow */
.bg-orbs { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.bg-orbs span { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .35; animation: drift 24s ease-in-out infinite alternate; }
.bg-orbs span:nth-child(1) { width: 60vw; height: 60vw; left: -20vw; top: -20vw; background: #4c1d95; }
.bg-orbs span:nth-child(2) { width: 50vw; height: 50vw; right: -20vw; top: 20vh; background: #0e7490; animation-delay: -8s; }
.bg-orbs span:nth-child(3) { width: 40vw; height: 40vw; left: 30vw; bottom: -20vw; background: #6d28d9; animation-delay: -16s; }
@keyframes drift { to { transform: translate(6vw, 8vh) scale(1.15); } }
.cursor-glow { position: fixed; top: 0; left: 0; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(139, 92, 246, .16), transparent 60%); pointer-events: none; z-index: 0; opacity: 0; transition: opacity .4s; will-change: transform; }

/* ---------- reveal / motion ---------- */
html.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
html.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html.js .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } .bg-orbs span { animation: none; } }

/* ---------- type helpers ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--font-head); font-weight: 600; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--cyan); margin-bottom: 1rem; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--gradient); border-radius: 2px; }
.pill { display: inline-flex; align-items: center; gap: .5rem; padding: .4rem .9rem; border-radius: 999px; border: 1px solid var(--border-strong); background: var(--surface); font-size: .85rem; font-weight: 500; color: var(--text-strong); }
.pill__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(52, 211, 153, .2); animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 4px rgba(52, 211, 153, .2); } 50% { box-shadow: 0 0 0 8px rgba(52, 211, 153, 0); } }
.pill--small { padding: .2rem .6rem; font-size: .72rem; }
.lead { font-size: 1.2rem; color: #d7dcea; line-height: 1.6; }
.lead--center { text-align: center; max-width: 780px; margin: 0 auto 3rem; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; position: relative; }
.section--alt { background: linear-gradient(180deg, transparent, rgba(255,255,255,.025) 20%, rgba(255,255,255,.025) 80%, transparent); }
.section__head { text-align: center; max-width: 760px; margin: 0 auto 3.5rem; }
.section__head p { color: var(--text); font-size: 1.1rem; max-width: 620px; margin: 0 auto; }
.section__head--left { text-align: left; margin-inline: 0; }
.section__head--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; max-width: none; text-align: left; }
.section__head--split h2 { margin: 0; }
.grid { display: grid; gap: 1.5rem; }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); }
@media (min-width: 1000px) { .grid--3 { grid-template-columns: repeat(3, 1fr); } .grid--4 { grid-template-columns: repeat(4, 1fr); } .grid--2 { grid-template-columns: repeat(2, 1fr); } }
.glass { background: var(--surface); border: 1px solid var(--border); backdrop-filter: blur(14px); border-radius: var(--radius-lg); }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; font-family: var(--font-head); font-weight: 600; font-size: .98rem; padding: .85rem 1.5rem; border-radius: 999px; border: 1px solid transparent; cursor: pointer; transition: transform .3s var(--ease), background .3s, color .3s, box-shadow .3s, border-color .3s; white-space: nowrap; position: relative; }
.btn .ico { transition: transform .3s var(--ease); }
.btn:hover .ico { transform: translateX(4px); }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--gradient); color: #fff; box-shadow: 0 10px 30px rgba(139, 92, 246, .35); }
.btn--primary:hover { box-shadow: 0 14px 40px rgba(34, 211, 238, .35); }
.btn--ghost { border-color: var(--border-strong); color: var(--text-strong); background: var(--surface); }
.btn--ghost:hover { background: var(--surface-2); border-color: var(--violet-2); }
.btn--dark { background: var(--bg-3); color: #fff; border-color: var(--border); }
.btn--dark:hover { border-color: var(--violet-2); }
.btn--lg { padding: 1.05rem 2rem; font-size: 1.05rem; }
.btn--block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: .4rem; font-family: var(--font-head); font-weight: 600; color: var(--text-strong); font-size: .95rem; }
.link-arrow .ico { color: var(--cyan); transition: transform .3s var(--ease); }
.link-arrow:hover .ico { transform: translateX(4px); }

/* ---------- top bar & header ---------- */
.topbar { background: rgba(255,255,255,.03); border-bottom: 1px solid var(--border); color: var(--text-muted); font-size: .88rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 1rem; }
.topbar__left, .topbar__right { display: flex; gap: 1.2rem; align-items: center; }
.topbar a { display: inline-flex; align-items: center; gap: .4rem; }
.topbar a:hover { color: var(--text-strong); }
.topbar__right a { width: 30px; height: 30px; border-radius: 50%; justify-content: center; background: var(--surface); }
.header { position: sticky; top: 0; z-index: 50; background: rgba(7, 10, 18, .7); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); transition: box-shadow .3s; }
.header.is-stuck { box-shadow: var(--shadow); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--font-head); font-weight: 800; font-size: 1.4rem; color: var(--text-strong); letter-spacing: -.02em; }
.brand__mark { width: 40px; height: 40px; border-radius: 12px; background: var(--gradient); display: grid; place-items: center; color: #fff; box-shadow: 0 6px 20px rgba(139, 92, 246, .4); }
.brand__mark .ico { width: 22px; height: 22px; }
.nav ul { display: flex; gap: .1rem; }
.nav li { position: relative; }
.nav > ul > li > a { display: block; padding: .7rem .95rem; font-weight: 500; color: var(--text); border-radius: 999px; font-size: .97rem; }
.nav > ul > li > a:hover, .nav > ul > li > a.is-active { color: var(--text-strong); background: var(--surface-2); }
.nav__toggle { display: none; background: none; border: 0; }
.nav__sub { position: absolute; top: 100%; left: 0; min-width: 260px; background: var(--bg-2); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: .6rem; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .3s var(--ease); }
.nav li:hover > .nav__sub, .nav li:focus-within > .nav__sub { opacity: 1; visibility: visible; transform: none; }
.nav__sub a { display: block; padding: .6rem .9rem; border-radius: 8px; color: var(--text); font-size: .95rem; }
.nav__sub a:hover { background: var(--surface-2); color: var(--text-strong); }
.header__actions { display: flex; align-items: center; gap: 1rem; }
.burger { display: none; width: 44px; height: 44px; border: 1px solid var(--border-strong); background: var(--surface); border-radius: 12px; flex-direction: column; justify-content: center; align-items: center; gap: 5px; cursor: pointer; }
.burger span { width: 20px; height: 2px; background: #fff; transition: transform .3s, opacity .3s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 1000px) {
  .topbar__left span { display: none; }
  .header__actions .btn { display: none; }
  .burger { display: flex; }
  .nav { position: fixed; inset: 0 0 0 auto; width: min(360px, 100%); background: var(--bg-2); border-left: 1px solid var(--border); padding: 6rem 2rem 2rem; transform: translateX(100%); transition: transform .4s var(--ease); z-index: 40; overflow-y: auto; }
  .nav.is-open { transform: none; }
  .nav ul { flex-direction: column; gap: 0; }
  .nav > ul > li > a { padding: 1rem .5rem; border-bottom: 1px solid var(--border); border-radius: 0; font-size: 1.1rem; color: var(--text-strong); }
  .nav > ul > li > a:hover, .nav > ul > li > a.is-active { background: none; color: var(--cyan); }
  .nav li.has-children { display: grid; grid-template-columns: 1fr auto; }
  .nav__toggle { display: grid; place-items: center; color: #fff; width: 44px; }
  .nav__toggle[aria-expanded="true"] .ico { transform: rotate(180deg); }
  .nav__sub { position: static; grid-column: 1 / -1; display: none; opacity: 1; visibility: visible; transform: none; background: var(--surface); box-shadow: none; border: 0; }
  .nav__sub.is-open { display: block; }
  .header .burger { position: relative; z-index: 45; }
}

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(4rem, 9vw, 7.5rem) 0 clamp(3rem, 7vw, 6rem); }
.hero__canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .7; pointer-events: none; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 50% at 70% 30%, rgba(139, 92, 246, .28), transparent 70%), radial-gradient(40% 40% at 20% 80%, rgba(34, 211, 238, .18), transparent 70%); pointer-events: none; }
.hero__grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 1000px) { .hero__grid { grid-template-columns: 1.1fr .9fr; gap: 4rem; } }
.hero__pill { margin-bottom: 1.4rem; animation: fadeUp .8s var(--ease) both; }
.hero__title { font-size: clamp(2.6rem, 6.2vw, 4.6rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.05; margin-bottom: 1.3rem; animation: fadeUp .8s .1s var(--ease) both; }
.hero__sub { font-size: 1.2rem; max-width: 560px; color: #d7dcea; margin-bottom: 2rem; animation: fadeUp .8s .2s var(--ease) both; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; animation: fadeUp .8s .3s var(--ease) both; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1.8rem; font-size: .9rem; color: var(--text-muted); animation: fadeUp .8s .4s var(--ease) both; }
.hero__badges li { display: inline-flex; align-items: center; gap: .4rem; }
.hero__badges .ico { color: var(--green); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.rotator { display: inline-block; position: relative; }
.rotator__word { display: inline-block; transition: opacity .35s var(--ease), transform .35s var(--ease); }
.rotator__word.is-out { opacity: 0; transform: translateY(-.4em); }
.hero__visual { position: relative; min-height: 380px; animation: fadeUp 1s .3s var(--ease) both; }
.hero__card { border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--border-strong); backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.hero__card--main { overflow: hidden; transition: transform .4s var(--ease); }
.hero__card--main img { width: 100%; aspect-ratio: 1.4; object-fit: cover; opacity: .9; }
.hero__card-bar { position: absolute; top: 0; left: 0; right: 0; height: 36px; background: rgba(11, 16, 32, .7); display: flex; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid var(--border); }
.hero__card-bar span { width: 10px; height: 10px; border-radius: 50%; background: var(--border-strong); }
.hero__card-bar span:nth-child(1) { background: #f87171; } .hero__card-bar span:nth-child(2) { background: #fbbf24; } .hero__card-bar span:nth-child(3) { background: #34d399; }
.hero__card--float { position: absolute; display: flex; align-items: center; gap: .8rem; padding: .9rem 1.1rem; background: rgba(11, 16, 32, .85); animation: float 6s ease-in-out infinite; }
.hero__card--float span:last-child { display: grid; line-height: 1.25; }
.hero__card--float strong { color: var(--text-strong); font-family: var(--font-head); font-size: .95rem; }
.hero__card--float small { color: var(--text-muted); font-size: .8rem; }
.hero__card--a { left: -1.5rem; bottom: 2.5rem; }
.hero__card--b { right: -1rem; top: 1.5rem; animation-delay: -3s; }
.hero__card-icon { width: 42px; height: 42px; border-radius: 12px; background: rgba(139, 92, 246, .2); color: var(--violet-2); display: grid; place-items: center; }
.hero__card-icon--cyan { background: rgba(34, 211, 238, .18); color: var(--cyan); }
.hero__orbit { position: absolute; inset: -12%; border: 1px dashed rgba(255,255,255,.12); border-radius: 50%; animation: spin 40s linear infinite; pointer-events: none; }
.hero__orbit span { position: absolute; top: -5px; left: 50%; width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 20px var(--cyan); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@media (max-width: 1000px) { .hero__card--a { left: 0; } .hero__card--b { right: 0; } .hero__orbit { display: none; } }

/* ---------- page hero ---------- */
.page-hero { position: relative; padding: clamp(5rem, 10vw, 8rem) 0 clamp(4rem, 8vw, 6rem); overflow: hidden; }
.page-hero__bg { position: absolute; inset: 0; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .28; }
.page-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,10,18,.3), var(--bg)); }
.page-hero__inner { position: relative; text-align: center; max-width: 820px; }
.page-hero__sub { font-size: 1.2rem; color: #d7dcea; max-width: 640px; margin: 0 auto; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; font-size: .9rem; color: var(--text-muted); margin-bottom: 1.2rem; }
.breadcrumbs li + li::before { content: "/"; margin-right: .5rem; opacity: .5; }
.breadcrumbs a:hover { color: var(--text-strong); }
.breadcrumbs li[aria-current] { color: var(--cyan); }
.breadcrumbs--dark ol { justify-content: flex-start; }

/* ---------- partners ---------- */
.partners { padding: 2.5rem 0; border-block: 1px solid var(--border); overflow: hidden; }
.partners .container { overflow: hidden; }
.partners__title { text-align: center; color: var(--text-muted); font-size: .9rem; margin-bottom: 1.6rem; letter-spacing: .04em; }
.marquee { display: flex; gap: 4.5rem; width: max-content; animation: marquee 32s linear infinite; }
.marquee:hover { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.partners__list li { flex: none; display: flex; align-items: center; }
.partners__list img { height: 40px; width: auto; filter: grayscale(1) brightness(2); opacity: .6; }
.partners__text { font-family: var(--font-head); font-weight: 700; font-size: 1.3rem; color: var(--text-muted); transition: color .3s; letter-spacing: -.02em; }
.partners__text:hover { color: var(--text-strong); }

/* ---------- stats ---------- */
.stats { padding: 3.5rem 0; }
.stats__list { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; }
.stat { display: grid; gap: .3rem; padding: 1.6rem; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--border); text-align: center; }
.stat__value { font-family: var(--font-head); font-size: 2.6rem; font-weight: 800; line-height: 1; letter-spacing: -.03em; }
.stat__label { color: var(--text-muted); font-size: .95rem; }

/* ---------- service cards ---------- */
.service-card { padding: 2rem; display: flex; flex-direction: column; gap: .7rem; transition: transform .4s var(--ease), border-color .4s, box-shadow .4s; position: relative; overflow: hidden; }
.service-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 0%), rgba(139, 92, 246, .18), transparent 60%); opacity: 0; transition: opacity .4s; }
.service-card:hover { border-color: rgba(139, 92, 246, .5); box-shadow: var(--glow); }
.service-card:hover::before { opacity: 1; }
.service-card > * { position: relative; }
.service-card__icon { width: 54px; height: 54px; border-radius: 14px; background: var(--gradient); color: #fff; display: grid; place-items: center; margin-bottom: .6rem; box-shadow: 0 8px 20px rgba(139, 92, 246, .35); }
.service-card__icon .ico { width: 26px; height: 26px; }
.service-card h3 { margin: 0; }
.service-card h3 a:hover { color: var(--cyan); }
.service-card p { margin: 0; flex: 1; }
.service-card__media { display: none; }
.service-card__body { display: contents; }

/* ---------- process ---------- */
.process__list { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); counter-reset: step; position: relative; }
.process__step { position: relative; padding: 2rem 1.6rem 1.6rem; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--border); display: grid; gap: .6rem; align-content: start; }
.process__step::after { content: ""; position: absolute; top: 3.2rem; right: -1.5rem; width: 1.5rem; height: 1px; background: linear-gradient(90deg, var(--violet), var(--cyan)); opacity: .6; }
.process__step:last-child::after { display: none; }
.process__num { font-family: var(--font-head); font-size: 2.6rem; font-weight: 800; color: rgba(255,255,255,.06); position: absolute; top: .6rem; right: 1.2rem; line-height: 1; }
.process__icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(34, 211, 238, .14); color: var(--cyan); display: grid; place-items: center; }
.process__icon .ico { width: 24px; height: 24px; }
.process__step h3 { margin: .4rem 0 0; font-size: 1.15rem; }
.process__step p { margin: 0; font-size: .98rem; }
@media (max-width: 1000px) { .process__step::after { display: none; } }

/* ---------- bento ---------- */
.bento { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }
@media (min-width: 1000px) { .bento { grid-template-columns: repeat(3, 1fr); } .bento__item--wide { grid-column: span 2; display: grid; grid-template-columns: 1.1fr .9fr; } }
.bento__item { padding: 2rem; display: grid; gap: 1rem; overflow: hidden; transition: border-color .4s, transform .4s var(--ease); }
.bento__item:hover { border-color: rgba(34, 211, 238, .5); transform: translateY(-4px); }
.bento__body { display: grid; gap: .6rem; align-content: start; }
.bento__body h3 { margin: 0; }
.bento__body p { margin: 0; }
.bento__media { border-radius: var(--radius); overflow: hidden; align-self: stretch; }
.bento__media img { width: 100%; height: 100%; object-fit: cover; min-height: 200px; opacity: .85; }

/* ---------- about ---------- */
.about__grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 900px) { .about__grid { grid-template-columns: 1fr 1.1fr; gap: 5rem; } }
.about__media { position: relative; }
.about__img1 { width: 100%; border-radius: var(--radius-lg); border: 1px solid var(--border-strong); box-shadow: var(--shadow); }
.about__media::after { content: ""; position: absolute; inset: 12% -6% -6% 12%; background: var(--gradient); border-radius: var(--radius-lg); z-index: -1; opacity: .25; filter: blur(30px); }
.about__img2, .about__rating { display: none; }
.checklist { display: grid; gap: .6rem; margin: 1.2rem 0 1.6rem; }
.checklist li { display: flex; gap: .7rem; align-items: flex-start; color: var(--text-strong); font-weight: 500; }
.checklist .ico { color: var(--green); margin-top: .2em; background: rgba(52,211,153,.14); border-radius: 50%; padding: 3px; width: 1.4em; height: 1.4em; }
.checklist--cols { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.about__quote { margin: 1.5rem 0 2rem; padding: 1.4rem 1.6rem; background: var(--surface); border-left: 3px solid var(--violet); border-radius: 0 var(--radius) var(--radius) 0; }
.about__quote footer { display: flex; align-items: baseline; gap: .8rem; }
.signature { font-family: var(--font-head); font-weight: 700; color: var(--text-strong); }

/* ---------- industries ---------- */
.industry { padding: 1.8rem; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--border); display: grid; gap: .6rem; align-content: start; transition: border-color .3s, transform .4s var(--ease); }
.industry:hover { border-color: rgba(139, 92, 246, .5); transform: translateY(-4px); }
.industry__icon { width: 46px; height: 46px; border-radius: 12px; background: rgba(139, 92, 246, .18); color: var(--violet-2); display: grid; place-items: center; }
.industry h3 { margin: 0; font-size: 1.15rem; }
.industry p { margin: 0; font-size: .97rem; }

/* ---------- case studies ---------- */
.case-card { display: grid; border-radius: var(--radius-lg); overflow: hidden; background: var(--surface); border: 1px solid var(--border); transition: transform .4s var(--ease), border-color .3s; }
.case-card:hover { transform: translateY(-6px); border-color: rgba(34, 211, 238, .5); }
.case-card__media { aspect-ratio: 1.4; overflow: hidden; display: block; }
.case-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); opacity: .9; }
.case-card:hover .case-card__media img { transform: scale(1.05); }
.case-card__body { padding: 1.5rem; display: grid; gap: .5rem; }
.case-card__body small { color: var(--cyan); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; }
.case-card__body strong { font-family: var(--font-head); font-size: 1.2rem; color: var(--text-strong); line-height: 1.3; }
.case-card__results { display: flex; gap: 1.5rem; margin-top: .6rem; padding-top: .9rem; border-top: 1px solid var(--border); }
.case-card__results > span { display: grid; }
.case-card__results b { font-family: var(--font-head); font-size: 1.3rem; }
.case-card__results em { font-style: normal; font-size: .8rem; color: var(--text-muted); }
.project-tile { display: grid; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: border-color .3s; }
.project-tile:hover { border-color: rgba(139, 92, 246, .5); }
.project-tile__media { aspect-ratio: 3/2; overflow: hidden; }
.project-tile__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.project-tile:hover .project-tile__media img { transform: scale(1.05); }
.project-tile__body { padding: 1.8rem; }
.project-tile__body small { color: var(--cyan); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; }
.project-tile__body h2 { font-size: 1.5rem; margin: .5rem 0; }
.results { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1rem; margin: 1.5rem 0 2rem; }
.results li { background: var(--surface); border: 1px solid var(--border); padding: 1.3rem; border-radius: var(--radius); display: grid; gap: .2rem; text-align: center; }
.results strong { font-family: var(--font-head); font-size: 1.7rem; background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; margin-top: 2rem; }
.gallery img { border-radius: var(--radius); width: 100%; }
.details { display: grid; grid-template-columns: auto 1fr; gap: .5rem 1rem; margin: 0; }
.details dt { font-weight: 600; color: var(--text-strong); }
.details dd { margin: 0; }

/* ---------- pricing ---------- */
.pricing__toggle { display: flex; justify-content: center; margin-bottom: 2.5rem; }
.pricing__toggle button { font: inherit; font-weight: 600; padding: .6rem 1.3rem; border: 1px solid var(--border-strong); background: var(--surface); color: var(--text); cursor: pointer; display: inline-flex; gap: .5rem; align-items: center; transition: all .3s; }
.pricing__toggle button:first-child { border-radius: 999px 0 0 999px; }
.pricing__toggle button:last-child { border-radius: 0 999px 999px 0; border-left: 0; }
.pricing__toggle button.is-active { background: var(--gradient); color: #fff; border-color: transparent; }
.pricing__grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); align-items: stretch; }
@media (min-width: 1000px) { .pricing__grid { grid-template-columns: repeat(3, 1fr); } }
.plan { padding: 2.2rem; display: flex; flex-direction: column; gap: 1rem; position: relative; transition: transform .4s var(--ease); }
.plan--highlight { border-color: rgba(139, 92, 246, .6); box-shadow: var(--glow); background: linear-gradient(180deg, rgba(139, 92, 246, .12), var(--surface)); }
@media (min-width: 1000px) { .plan--highlight { transform: scale(1.04); } }
.plan__badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gradient); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .78rem; padding: .35rem .9rem; border-radius: 999px; white-space: nowrap; }
.plan h3 { margin: 0; font-size: 1.4rem; }
.plan__summary { margin: 0; color: var(--text-muted); font-size: .95rem; min-height: 2.8em; }
.plan__price { margin: .4rem 0; display: flex; align-items: baseline; gap: .5rem; }
.plan__amount { font-family: var(--font-head); font-size: 2.6rem; font-weight: 800; color: var(--text-strong); letter-spacing: -.03em; transition: opacity .18s, transform .18s; display: inline-block; }
.plan__amount.is-swapping { opacity: 0; transform: translateY(6px); }
.plan__price small { color: var(--text-muted); }
.plan__features { display: grid; gap: .6rem; flex: 1; margin: .4rem 0 1rem; }
.plan__features li { display: flex; gap: .6rem; align-items: flex-start; font-size: .97rem; }
.plan__features .ico { color: var(--cyan); margin-top: .25em; }
.pricing__footnote { text-align: center; color: var(--text-muted); font-size: .9rem; margin-top: 2rem; }

/* ---------- testimonials ---------- */
.testimonial { position: relative; margin: 0; background: var(--surface); border: 1px solid var(--border); padding: 2rem; border-radius: var(--radius-lg); height: 100%; display: grid; gap: 1rem; align-content: start; }
.testimonial__stars { display: flex; color: #fbbf24; }
.testimonial__stars .ico { fill: currentColor; width: 18px; }
.testimonial blockquote { margin: 0; }
.testimonial blockquote p { margin: 0; color: #e2e6f0; font-size: 1.05rem; }
.testimonial figcaption { display: flex; align-items: center; gap: .9rem; }
.testimonial__avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid var(--border-strong); }
.testimonial figcaption span { display: grid; }
.testimonial figcaption strong { color: var(--text-strong); font-family: var(--font-head); font-size: .98rem; }
.testimonial figcaption small { color: var(--text-muted); }
.testimonial__quote { position: absolute; top: 1.4rem; right: 1.6rem; color: rgba(255,255,255,.06); }
.testimonial__quote .ico { width: 44px; height: 44px; fill: currentColor; }
.testimonials__slider { padding: .5rem; }
.testimonials .swiper-slide { height: auto; }
.slider-nav { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 2rem; }
.slider-nav__btn { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--border-strong); background: var(--surface); color: #fff; display: grid; place-items: center; cursor: pointer; transition: all .3s; }
.slider-nav__btn:hover { background: var(--gradient); border-color: transparent; }
.testimonials__prev .ico { transform: rotate(180deg); }
.swiper-pagination { position: static !important; width: auto !important; display: flex; gap: .4rem; }
.swiper-pagination-bullet { width: 8px; height: 8px; background: #fff; opacity: .35; }
.swiper-pagination-bullet-active { background: var(--cyan); opacity: 1; width: 26px; border-radius: 4px; }

/* ---------- blog ---------- */
.post-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .4s var(--ease), border-color .3s; }
.post-card:hover { transform: translateY(-6px); border-color: rgba(139, 92, 246, .5); }
.post-card__media { aspect-ratio: 3/2; overflow: hidden; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); opacity: .9; }
.post-card:hover .post-card__media img { transform: scale(1.05); }
.post-card__body { padding: 1.5rem 1.6rem 1.8rem; display: grid; gap: .5rem; }
.post-card__meta { display: flex; gap: 1.2rem; font-size: .85rem; color: var(--text-muted); }
.post-card__meta > * { display: inline-flex; align-items: center; gap: .35rem; }
.post-card h3 { font-size: 1.2rem; margin: 0; }
.post-card h3 a:hover { color: var(--cyan); }
.post-card p { margin: 0; font-size: .97rem; }
.post__header { padding: clamp(3rem, 6vw, 5rem) 0 clamp(2rem, 5vw, 3rem); }
.post__header h1 { max-width: 22ch; }
.post__meta { display: flex; flex-wrap: wrap; gap: 1.4rem; color: var(--text-muted); }
.post__meta > * { display: inline-flex; align-items: center; gap: .4rem; }
.post__image { margin: 0 auto 2.5rem; }
.post__image img { border-radius: var(--radius-lg); border: 1px solid var(--border-strong); width: 100%; }
.post__body { font-size: 1.08rem; }
.tags { display: flex; flex-wrap: wrap; gap: .5rem; margin: 2rem 0; }
.tags li { display: inline-flex; align-items: center; gap: .3rem; background: var(--surface); border: 1px solid var(--border); padding: .35rem .8rem; border-radius: 999px; font-size: .88rem; }

/* ---------- faq / accordion ---------- */
.faq__grid { display: grid; gap: 3rem; }
@media (min-width: 900px) { .faq__grid { grid-template-columns: .8fr 1.2fr; } }
.accordion { display: grid; gap: .8rem; }
.accordion__item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: border-color .3s; }
.accordion__item[open] { border-color: rgba(139, 92, 246, .5); }
.accordion__item summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.1rem 1.4rem; cursor: pointer; list-style: none; color: var(--text-strong); }
.accordion__item summary::-webkit-details-marker { display: none; }
.accordion__item summary h2, .accordion__item summary h3 { font-size: 1.05rem; margin: 0; font-weight: 600; }
.accordion__item summary .ico { transition: transform .3s; color: var(--cyan); }
.accordion__item[open] summary .ico { transform: rotate(180deg); }
.accordion__body { padding: 0 1.4rem 1.4rem; }
.accordion__body p:last-child { margin: 0; }

/* ---------- rich text ---------- */
.rte { color: var(--text); }
.rte h2 { font-size: 1.7rem; margin-top: 1.8em; }
.rte h3 { margin-top: 1.4em; }
.rte ul, .rte ol { padding-left: 1.4rem; margin: 0 0 1.2em; list-style: revert; }
.rte li { margin-bottom: .4em; }
.rte a { color: var(--cyan); text-decoration: underline; }
.rte img { border-radius: var(--radius); }
.rte blockquote { margin: 1.5rem 0; padding: 1rem 1.5rem; border-left: 3px solid var(--violet); background: var(--surface); }
.rte--narrow { max-width: 780px; margin: 0 auto 3rem; }

/* ---------- detail layout ---------- */
.detail__grid { display: grid; gap: 3rem; }
@media (min-width: 1000px) { .detail__grid { grid-template-columns: 1fr 340px; gap: 4rem; } }
.detail__side { display: grid; gap: 1.5rem; align-content: start; position: sticky; top: 100px; }
.side-card { background: var(--surface); border: 1px solid var(--border); padding: 1.8rem; border-radius: var(--radius-lg); }
.side-card h2 { font-size: 1.2rem; }
.side-card--dark { background: linear-gradient(160deg, rgba(139, 92, 246, .25), rgba(34, 211, 238, .12)); border-color: rgba(139, 92, 246, .4); }
.side-card__phone { display: flex; align-items: center; gap: .5rem; color: #fff; font-family: var(--font-head); font-size: 1.15rem; margin-bottom: 1.2rem; }
.side-links { display: grid; gap: .3rem; }
.side-links a { display: flex; align-items: center; gap: .6rem; padding: .6rem .8rem; background: var(--surface); border: 1px solid transparent; border-radius: 10px; color: var(--text-strong); font-weight: 500; font-size: .95rem; transition: all .3s; }
.side-links a:hover { border-color: var(--violet-2); }
.side-links .ico { color: var(--cyan); }
.feature { display: grid; gap: .5rem; padding: 1.6rem; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); transition: transform .4s var(--ease), border-color .3s; }
.feature:hover { transform: translateY(-4px); border-color: rgba(139, 92, 246, .5); }
.feature h3 { margin: 0; font-size: 1.1rem; }
.feature p { margin: 0; font-size: .97rem; }
.feature--compact { background: var(--surface-2); }
.feature__icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(139, 92, 246, .18); display: grid; place-items: center; color: var(--violet-2); }
.feature__icon .ico { width: 26px; height: 26px; }
.info-card { background: var(--surface); border: 1px solid var(--border); padding: 2.2rem; border-radius: var(--radius-lg); display: grid; gap: 1rem; }
.info-card h2 { font-size: 1.5rem; margin: 0; }
.info-card p { margin: 0; }

/* ---------- team ---------- */
.team-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; text-align: center; transition: border-color .3s; }
.team-card:hover { border-color: rgba(34, 211, 238, .5); }
.team-card img { width: 100%; aspect-ratio: .9; object-fit: cover; }
.team-card__body { padding: 1.4rem; display: grid; gap: .3rem; justify-items: center; }
.team-card h3 { margin: 0; font-size: 1.15rem; }
.team-card__role { color: var(--cyan); font-size: .9rem; font-weight: 500; }
.team-card p { font-size: .93rem; margin: .3rem 0 0; }

/* ---------- contact ---------- */
.contact__grid { display: grid; gap: 3rem; }
@media (min-width: 1000px) { .contact__grid { grid-template-columns: .9fr 1.1fr; gap: 5rem; } }
.contact__list { display: grid; gap: 1.2rem; margin-top: 2rem; }
.contact__list li { display: flex; gap: 1rem; align-items: flex-start; }
.contact__list li > span:last-child { display: grid; }
.contact__list strong { color: var(--text-strong); font-family: var(--font-head); font-size: .95rem; }
.contact__list address { font-style: normal; }
.form-card { background: var(--surface); border: 1px solid var(--border); padding: 2.2rem; border-radius: var(--radius-lg); backdrop-filter: blur(14px); }
.form-card h2 { font-size: 1.5rem; }
.form { display: grid; gap: 1.1rem; }
.form__row { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.form label { display: grid; gap: .35rem; font-weight: 500; color: var(--text-strong); font-size: .93rem; }
.form input, .form textarea { font: inherit; padding: .85rem 1rem; border: 1px solid var(--border-strong); border-radius: 12px; background: rgba(0,0,0,.25); color: #fff; transition: border-color .3s, box-shadow .3s; }
.form input:focus, .form textarea:focus { outline: none; border-color: var(--violet-2); box-shadow: 0 0 0 4px rgba(139,92,246,.25); }
.form__hp { position: absolute; left: -9999px; }
.alert { display: flex; gap: .8rem; padding: 1rem 1.2rem; border-radius: var(--radius); margin-bottom: 1rem; }
.alert p, .alert ul { margin: 0; }
.alert--success { background: rgba(52,211,153,.12); color: var(--green); border: 1px solid rgba(52,211,153,.3); }
.alert--error { background: rgba(248,113,113,.1); color: var(--red); border: 1px solid rgba(248,113,113,.3); }
.map iframe { width: 100%; height: 420px; border: 0; filter: invert(.9) hue-rotate(180deg) saturate(.6); }

/* ---------- cta ---------- */
.cta { position: relative; padding: clamp(4rem, 8vw, 6rem) 0; overflow: hidden; }
.cta__bg { position: absolute; inset: 0; }
.cta__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .25; }
.cta__bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 50% 50%, rgba(139, 92, 246, .35), rgba(7, 10, 18, .9)); }
.cta__inner { position: relative; text-align: center; max-width: 760px; padding: 3rem 2rem; border-radius: var(--radius-lg); border: 1px solid var(--border-strong); background: rgba(11, 16, 32, .6); backdrop-filter: blur(14px); }
.cta p { color: #d7dcea; font-size: 1.12rem; margin-bottom: 2rem; }

/* ---------- 404 ---------- */
.notfound { text-align: center; padding: 6rem 0; }
.notfound__code { display: block; font-family: var(--font-head); font-size: clamp(5rem, 15vw, 10rem); font-weight: 800; line-height: 1; background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--border); background: rgba(0,0,0,.25); color: var(--text-muted); padding: 4.5rem 0 0; position: relative; }
.footer__grid { display: grid; gap: 2.5rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); padding-bottom: 3rem; }
.footer__about p { margin: 1.2rem 0; }
.footer__title { color: var(--text-strong); font-size: 1rem; margin-bottom: 1.2rem; }
.footer__contact { display: grid; gap: .8rem; }
.footer__contact li { display: flex; gap: .7rem; align-items: flex-start; }
.footer__contact .ico { color: var(--cyan); margin-top: .2em; }
.footer__contact address { font-style: normal; }
.footer a:hover { color: var(--text-strong); }
.footer__links { display: grid; gap: .5rem; }
.footer__links a::before { content: "›"; color: var(--violet-2); margin-right: .5rem; }
.footer__posts { display: grid; gap: 1rem; }
.footer__posts a { display: flex; gap: .9rem; align-items: center; }
.footer__thumb { width: 60px; height: 60px; border-radius: 10px; object-fit: cover; flex: none; }
.footer__posts span { display: grid; }
.footer__posts time { font-size: .8rem; color: var(--cyan); }
.footer__posts strong { color: var(--text-strong); font-weight: 500; line-height: 1.3; font-size: .95rem; }
.socials { display: flex; gap: .6rem; }
.socials a { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--border); color: #fff; transition: all .3s; }
.socials a:hover { background: var(--gradient); border-color: transparent; }
.footer__bottom { border-top: 1px solid var(--border); padding: 1.4rem 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: .9rem; }
.footer__bottom p { margin: 0; }
.footer__bottom ul { display: flex; gap: 1.4rem; }
