@font-face {
  font-family: "Onest Variable";
  src: url("../fonts/onest-cyrillic.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Onest Variable";
  src: url("../fonts/onest-latin.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope Variable";
  src: url("../fonts/manrope-cyrillic.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope Variable";
  src: url("../fonts/manrope-latin.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --night: #090b12;
  --night-soft: #10141f;
  --paper: #f1f0ea;
  --paper-warm: #e8e5dc;
  --ink: #11131a;
  --blue: #3157ff;
  --blue-bright: #6280ff;
  --acid: #c8ff2c;
  --orange: #ff6b35;
  --violet: #8c5cff;
  --ice: #cfdeff;
  --line-dark: rgba(255, 255, 255, 0.13);
  --line-light: rgba(17, 19, 26, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--night);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope Variable", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.has-quote-modal {
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  color: inherit;
  font: inherit;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

::selection {
  background: var(--acid);
  color: #080a0f;
}

.shell {
  width: min(calc(100% - 72px), 1360px);
  margin-inline: auto;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms cubic-bezier(.2, .7, .2, 1), transform 700ms cubic-bezier(.2, .7, .2, 1);
  transition-delay: var(--delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.eyebrow {
  margin: 0 0 24px;
  color: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.section-index {
  font-family: "Onest Variable", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}

.logo {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-family: "Onest Variable", Arial, sans-serif;
}

.logo-symbol {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.36), 0 8px 25px rgba(0,0,0,.18);
}

.logo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-copy {
  display: grid;
  gap: 1px;
}

.logo-copy strong {
  font-size: 17px;
  font-weight: 820;
  letter-spacing: -.035em;
}

.logo-copy small {
  color: rgba(255,255,255,.43);
  font-family: "Manrope Variable", Arial, sans-serif;
  font-size: 6px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

/* Hero */
.hero {
  --mx: 0;
  --my: 0;
  position: relative;
  min-height: 900px;
  overflow: hidden;
  isolation: isolate;
  background: var(--night);
  color: #fff;
}

.hero::after {
  position: absolute;
  z-index: 15;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent);
}

.hero-grid,
.final-grid,
.showreel-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black 5%, transparent 88%);
}

.hero-noise {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.hero-aurora {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(24px);
  opacity: .7;
  animation: aurora-float 12s ease-in-out infinite alternate;
}

.aurora-one {
  top: -33%;
  right: -5%;
  width: 760px;
  height: 760px;
  background: radial-gradient(circle, rgba(49,87,255,.78), rgba(140,92,255,.25) 48%, transparent 72%);
}

.aurora-two {
  right: 30%;
  bottom: -56%;
  width: 660px;
  height: 660px;
  background: radial-gradient(circle, rgba(200,255,44,.2), transparent 67%);
  animation-delay: -5s;
}

@keyframes aurora-float {
  to { transform: translate3d(-58px, 34px, 0) scale(1.09); }
}

.header {
  position: relative;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 94px;
  border-bottom: 1px solid var(--line-dark);
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav a {
  position: relative;
  padding: 13px 0;
  color: rgba(255,255,255,.67);
  font-size: 12px;
  font-weight: 700;
  transition: color 180ms ease;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--acid);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav a:hover,
.nav a:focus-visible { color: #fff; }
.nav a:hover::after,
.nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.header-contact {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 22px;
  padding: 13px 16px 13px 22px;
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.03);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.header-contact:hover {
  border-color: var(--acid);
  background: var(--acid);
  color: #0b0d13;
}

.menu-button {
  display: none;
  justify-self: end;
  padding: 8px;
  background: transparent;
  color: #fff;
}

.hero-shell {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(560px, .98fr);
  align-items: center;
  min-height: 730px;
  padding: 60px 0 80px;
}

.hero-copy {
  position: relative;
  z-index: 9;
  align-self: center;
  padding-top: 10px;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 36px;
  color: rgba(255,255,255,.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.hero-kicker span {
  color: var(--acid);
  font-size: 12px;
  animation: live-pulse 1.8s ease infinite;
}

@keyframes live-pulse { 50% { opacity: .3; } }

.hero h1 {
  max-width: 790px;
  margin: 0;
  font-family: "Onest Variable", Arial, sans-serif;
  font-size: clamp(67px, 7vw, 111px);
  font-weight: 760;
  line-height: .94;
  letter-spacing: -.054em;
}

.hero h1 span {
  display: inline-block;
  color: transparent;
  font-weight: 360;
  -webkit-text-stroke: 1.4px rgba(255,255,255,.82);
}

.hero-bottom-copy {
  display: grid;
  grid-template-columns: minmax(230px, 410px) 1fr;
  gap: 34px;
  align-items: end;
  margin-top: 46px;
}

.hero-bottom-copy > p {
  margin: 0;
  color: rgba(255,255,255,.65);
  font-size: 14px;
  line-height: 1.7;
}

.hero-bottom-copy > p b {
  display: inline-block;
  color: #fff;
  font-weight: 750;
  animation: word-in 500ms ease both;
}

@keyframes word-in {
  from { opacity: 0; transform: translateY(8px); filter: blur(5px); }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button-primary,
.button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 55px;
  padding: 0 22px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

.button-primary {
  background: var(--acid);
  color: #0b0d12;
  transition: background 180ms ease, transform 180ms ease;
}

.button-primary:hover { background: #fff; transform: translateY(-2px); }
.button-primary svg { transition: transform 180ms ease; }
.button-primary:hover svg { transform: translateX(4px); }

.button-ghost {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
  color: #fff;
  backdrop-filter: blur(10px);
  transition: border-color 180ms ease, background 180ms ease;
}

.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); }

.hero-scene {
  position: absolute;
  z-index: 4;
  top: 10px;
  right: -65px;
  bottom: 0;
  width: 720px;
  transform: translate3d(calc(var(--mx) * -7px), calc(var(--my) * -5px), 0);
  transition: transform 120ms linear;
}

.scene-halo {
  position: absolute;
  z-index: -1;
  top: 100px;
  right: 30px;
  width: 590px;
  height: 590px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 43%, rgba(98,128,255,.44), rgba(49,87,255,.12) 51%, transparent 69%);
  box-shadow: inset 0 0 90px rgba(255,255,255,.04);
}

.scene-ring {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  animation: spin-ring 18s linear infinite;
}

.scene-ring::before {
  position: absolute;
  top: 12%;
  left: 11%;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 22px var(--acid);
}

.ring-a { top: 69px; right: -16px; width: 680px; height: 680px; }
.ring-b { top: 142px; right: 58px; width: 530px; height: 530px; animation-direction: reverse; animation-duration: 24s; }
@keyframes spin-ring { to { transform: rotate(360deg); } }

.scene-word {
  position: absolute;
  z-index: -2;
  top: 120px;
  right: -10px;
  color: rgba(255,255,255,.055);
  font-family: "Onest Variable", Arial, sans-serif;
  font-size: 106px;
  font-weight: 850;
  line-height: .78;
  letter-spacing: -.06em;
  text-align: right;
}

.hero-person {
  position: absolute;
  z-index: 4;
  right: -20px;
  bottom: -58px;
  width: 720px;
  height: auto;
  filter: drop-shadow(0 35px 42px rgba(0,0,0,.42));
  user-select: none;
}

.float-panel {
  position: absolute;
  z-index: 8;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(10,13,21,.72);
  box-shadow: 0 24px 54px rgba(0,0,0,.35);
  backdrop-filter: blur(15px);
  transform: translate3d(calc(var(--mx) * 13px), calc(var(--my) * 9px), 0);
  transition: transform 120ms linear;
}

.lead-panel {
  top: 176px;
  left: 10px;
  width: 218px;
  padding: 15px 16px 10px;
}

.lead-panel > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.55);
  font-size: 9px;
  font-weight: 700;
}

.lead-panel > div i {
  color: var(--acid);
  font-size: 8px;
  font-style: normal;
  letter-spacing: .13em;
}

.lead-panel > strong {
  display: block;
  margin-top: 6px;
  font-family: "Onest Variable", Arial, sans-serif;
  font-size: 35px;
  letter-spacing: -.04em;
}

.lead-panel > strong small { margin-left: 5px; color: var(--acid); font-size: 10px; }
.lead-panel svg { width: 100%; height: 42px; overflow: visible; }
.lead-panel path { fill: none; stroke: var(--acid); stroke-width: 2.4; stroke-dasharray: 1; animation: draw-line 2.4s ease infinite alternate; }
@keyframes draw-line { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }

.stack-panel {
  top: 322px;
  right: 48px;
  width: 212px;
  padding: 14px;
}

.stack-panel > span { color: rgba(255,255,255,.48); font-size: 9px; }
.stack-panel > div { display: flex; gap: 6px; margin: 10px 0; }
.stack-panel > div i { display: grid; flex: 1; place-items: center; min-width: 0; height: 29px; padding: 0 7px; background: rgba(255,255,255,.08); color: #fff; font-size: 7px; font-style: normal; font-weight: 850; }
.stack-panel > div i:nth-child(2) { background: var(--blue); }
.stack-panel > b { display: flex; align-items: center; gap: 5px; color: var(--acid); font-size: 8px; }

.score-panel {
  right: 55px;
  bottom: 70px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  color: var(--acid);
}

.score-panel span { display: grid; gap: 1px; }
.score-panel small { color: rgba(255,255,255,.5); font-size: 8px; }
.score-panel strong { color: #fff; font-family: "Onest Variable", Arial, sans-serif; font-size: 17px; }

.scene-cursor {
  position: absolute;
  z-index: 12;
  top: 46%;
  left: 39%;
  display: flex;
  align-items: center;
  transform: translate3d(calc(var(--mx) * 24px), calc(var(--my) * 18px), 0);
  color: var(--acid);
  transition: transform 120ms linear;
}

.scene-cursor span { margin: 17px 0 0 -4px; padding: 5px 7px; background: var(--acid); color: #080a10; font-size: 8px; font-weight: 900; }

.hero-meta {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  border-top: 1px solid var(--line-dark);
  color: rgba(255,255,255,.45);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero-meta div { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.72); }
.hero-meta div i { width: 6px; height: 6px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 12px var(--acid); }
.hero-meta a { display: flex; align-items: center; gap: 8px; transition: color 160ms ease; }
.hero-meta a:hover { color: #fff; }

.niche-marquee {
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.18);
  background: var(--acid);
  color: #0c0e14;
}

.niche-marquee > div {
  display: flex;
  align-items: center;
  width: max-content;
  height: 58px;
  animation: marquee 28s linear infinite;
}

.niche-marquee span { padding: 0 27px; font-family: "Onest Variable", Arial, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .03em; }
.niche-marquee i { color: var(--blue); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Editorial heading */
.section-light {
  background: var(--paper);
}

.positioning {
  padding: 148px 0 158px;
}

.editorial-head {
  display: grid;
  grid-template-columns: 100px minmax(0, 1.1fr) minmax(260px, .42fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 74px;
}

.editorial-head .eyebrow { color: rgba(17,19,26,.48); }
.editorial-head h2,
.pricing-head h2,
.calculator-head h2,
.process-intro h2,
.faq-title h2 {
  margin: 0;
  font-family: "Onest Variable", Arial, sans-serif;
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 650;
  line-height: .99;
  letter-spacing: -.05em;
}

.head-note {
  margin: 0 0 6px;
  color: rgba(17,19,26,.61);
  font-size: 13px;
  line-height: 1.75;
}

/* Niche switcher */
.niche-lab {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  min-height: 630px;
  border: 1px solid var(--line-light);
  background: #dddcd4;
  box-shadow: 0 35px 70px rgba(17,19,26,.1);
}

.niche-controls {
  display: flex;
  flex-direction: column;
  padding: 26px 22px 24px;
  border-right: 1px solid var(--line-light);
  background: #e8e7e0;
}

.lab-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line-light);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.lab-caption i { color: rgba(17,19,26,.47); font-style: normal; letter-spacing: 0; }

.niche-buttons { display: grid; gap: 10px; margin-top: 30px; }
.niche-buttons button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  column-gap: 14px;
  align-items: center;
  min-height: 68px;
  padding: 8px 14px 8px 10px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  font-weight: 800;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.niche-buttons button > span { display: grid; place-items: center; width: 42px; height: 42px; background: rgba(17,19,26,.06); }
.niche-buttons button > span svg { display: block; width: 18px; height: 18px; }
.niche-buttons button > svg:last-child { color: rgba(17,19,26,.3); }
.niche-buttons button:hover { transform: translateX(3px); }
.niche-buttons button.is-active { border-color: rgba(17,19,26,.15); background: #fff; box-shadow: 0 12px 26px rgba(17,19,26,.08); }
.niche-buttons button.is-active > span { background: var(--ink); color: #fff; }
.niche-buttons button.is-active > svg:last-child { color: var(--blue); }
.niche-controls > p { margin: auto 0 0; color: rgba(17,19,26,.5); font-size: 11px; line-height: 1.7; }

.niche-stage {
  --theme: #3157ff;
  --theme-soft: #cfdeff;
  position: relative;
  overflow: hidden;
  padding: 38px;
  background:
    radial-gradient(circle at 92% 0, color-mix(in srgb, var(--theme) 30%, transparent), transparent 34%),
    #121620;
  color: #fff;
  transition: background 450ms ease;
}

.niche-stage.mode-conversion { --theme: #8c5cff; --theme-soft: #e6dcff; }
.niche-stage.mode-scale { --theme: #ff6b35; --theme-soft: #ffe1b8; }

.browser-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 46px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.54);
  font-size: 9px;
}

.browser-bar > svg { justify-self: end; color: var(--acid); }
.browser-dots { display: flex; gap: 5px; }
.browser-dots i { width: 6px; height: 6px; background: rgba(255,255,255,.28); border-radius: 50%; }
.browser-dots i:first-child { background: var(--orange); }

.demo-page {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  background: #f7f5ef;
  color: #10131b;
}

.demo-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 63px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(17,19,26,.12);
}

.demo-logo { display: flex; align-items: center; gap: 9px; font-family: "Onest Variable", Arial, sans-serif; font-size: 12px; font-weight: 850; }
.demo-nav-lines { display: flex; gap: 19px; }
.demo-nav-lines i { width: 30px; height: 2px; background: rgba(17,19,26,.24); }
.demo-nav > span { padding: 8px 12px; background: var(--theme); color: #fff; font-size: 8px; font-weight: 800; transition: background 350ms ease; }

.demo-layout {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  min-height: 335px;
}

.demo-copy { padding: 48px 30px 32px 38px; }
.demo-copy > small { color: var(--theme); font-size: 8px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; transition: color 350ms ease; }
.demo-copy h3 { max-width: 440px; margin: 16px 0 15px; font-family: "Onest Variable", Arial, sans-serif; font-size: clamp(27px, 3.2vw, 49px); font-weight: 720; line-height: 1.02; letter-spacing: -.045em; animation: demo-copy-in 420ms ease both; }
.demo-copy > p { max-width: 350px; margin: 0 0 22px; color: rgba(17,19,26,.56); font-size: 10px; line-height: 1.65; }
.demo-copy > button { display: inline-flex; align-items: center; gap: 18px; min-height: 40px; padding: 0 15px; background: var(--theme); color: #fff; font-size: 9px; font-weight: 800; transition: background 350ms ease, transform 180ms ease; }
.demo-copy > button:hover { transform: translateY(-2px); }
.demo-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 25px; }
.demo-tags span { padding: 6px 8px; border: 1px solid rgba(17,19,26,.13); color: rgba(17,19,26,.55); font-size: 7px; font-weight: 700; }
@keyframes demo-copy-in { from { opacity: 0; transform: translateY(10px); filter: blur(5px); } }

.demo-art {
  position: relative;
  overflow: hidden;
  background: var(--theme-soft);
  transition: background 350ms ease;
}

.art-core {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(17,19,26,.19);
  background: var(--theme);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 25px 54px color-mix(in srgb, var(--theme) 32%, transparent);
  transform: translate(-50%, -50%);
  transition: background 350ms ease, box-shadow 350ms ease;
  animation: core-breathe 3s ease-in-out infinite;
}

@keyframes core-breathe { 50% { transform: translate(-50%, -50%) scale(1.045); } }
.art-orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(17,19,26,.17); border-radius: 50%; transform: translate(-50%, -50%); }
.art-orbit::after { position: absolute; top: 12%; left: 10%; width: 10px; height: 10px; content: ""; background: var(--theme); border-radius: 50%; }
.orbit-a { width: 240px; height: 240px; animation: spin-center 12s linear infinite; }
.orbit-b { width: 330px; height: 330px; border-style: dashed; animation: spin-center 24s linear infinite reverse; }
@keyframes spin-center { to { transform: translate(-50%, -50%) rotate(360deg); } }
.art-chip { position: absolute; z-index: 5; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(17,19,26,.17); background: #fff; font-size: 10px; font-weight: 850; box-shadow: 0 12px 25px rgba(17,19,26,.12); }
.chip-one { top: 18%; right: 14%; }
.chip-two { bottom: 14%; left: 13%; color: var(--theme); font-size: 19px; }

.demo-metric {
  position: absolute;
  right: 26px;
  bottom: 19px;
  left: 26px;
  display: grid;
  grid-template-columns: 1fr auto auto 150px;
  gap: 16px;
  align-items: center;
  height: 67px;
  padding: 0 20px;
  background: #10131b;
  color: #fff;
  box-shadow: 0 20px 40px rgba(17,19,26,.25);
}

.demo-metric > span { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.5); font-size: 8px; text-transform: uppercase; }
.demo-metric > strong { font-family: "Onest Variable", Arial, sans-serif; font-size: 22px; }
.demo-metric > small { color: rgba(255,255,255,.45); font-size: 8px; }
.metric-bars { display: flex; align-items: end; gap: 6px; height: 32px; }
.metric-bars i { flex: 1; height: 30%; background: var(--theme); animation: bars 1.6s ease-in-out infinite alternate; }
.metric-bars i:nth-child(2) { height: 52%; animation-delay: -.4s; }
.metric-bars i:nth-child(3) { height: 42%; animation-delay: -.2s; }
.metric-bars i:nth-child(4) { height: 72%; animation-delay: -.8s; }
.metric-bars i:nth-child(5) { height: 66%; animation-delay: -.5s; }
.metric-bars i:nth-child(6) { height: 95%; animation-delay: -.9s; }
@keyframes bars { to { transform: scaleY(.72); transform-origin: bottom; } }

.palette-float {
  position: absolute;
  top: 16px;
  right: 17px;
  display: flex;
  gap: 4px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.19);
  background: rgba(10,13,21,.68);
  backdrop-filter: blur(12px);
}

.palette-float i { width: 9px; height: 9px; background: var(--theme); border-radius: 50%; }
.palette-float i:nth-child(2) { background: var(--theme-soft); }
.palette-float i:nth-child(3) { background: #fff; }
.palette-float i:nth-child(4) { background: #10131b; }

/* Services */
.section-dark {
  position: relative;
  overflow: hidden;
  background: var(--night);
  color: #fff;
}

.services {
  padding: 152px 0 160px;
}

.services::before {
  position: absolute;
  top: -300px;
  right: -280px;
  width: 720px;
  height: 720px;
  content: "";
  background: radial-gradient(circle, rgba(49,87,255,.38), transparent 66%);
  border-radius: 50%;
}

.services-heading {
  position: relative;
  display: grid;
  grid-template-columns: 95px minmax(420px, 1fr) 330px;
  gap: 35px;
  align-items: end;
  margin-bottom: 82px;
}

.services-heading .section-index { align-self: start; }
.services-heading .eyebrow { position: absolute; top: 0; left: 130px; color: rgba(255,255,255,.42); }
.services-heading h2 { margin: 50px 0 0; font-family: "Onest Variable", Arial, sans-serif; font-size: clamp(58px, 6.4vw, 96px); font-weight: 620; line-height: .94; letter-spacing: -.055em; }
.services-heading h2 i { color: var(--acid); font-style: normal; font-weight: 350; }
.services-heading > p:last-child { margin: 0 0 8px; color: rgba(255,255,255,.54); font-size: 13px; line-height: 1.75; }

.service-lab {
  position: relative;
  display: grid;
  grid-template-columns: 34% 66%;
  min-height: 680px;
  border: 1px solid var(--line-dark);
}

.service-list { display: grid; grid-template-rows: repeat(3, 1fr); }
.service-list button {
  display: grid;
  grid-template-columns: 47px 1fr auto;
  align-items: center;
  padding: 0 31px;
  border-bottom: 1px solid var(--line-dark);
  background: transparent;
  color: rgba(255,255,255,.45);
  cursor: pointer;
  text-align: left;
  transition: background 220ms ease, color 220ms ease;
}

.service-list button:last-child { border-bottom: 0; }
.service-list button span { align-self: start; margin-top: 40px; font-size: 9px; }
.service-list button strong { font-family: "Onest Variable", Arial, sans-serif; font-size: clamp(31px, 3.3vw, 49px); font-weight: 520; letter-spacing: -.04em; }
.service-list button svg { opacity: .2; transition: transform 220ms ease, opacity 220ms ease; }
.service-list button.is-active { background: var(--acid); color: #0b0d12; }
.service-list button.is-active svg { opacity: 1; transform: rotate(45deg); }

.service-visual {
  --viz: #6280ff;
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  gap: 46px;
  align-content: space-between;
  overflow: hidden;
  padding: 54px;
  border-left: 1px solid var(--line-dark);
  background: #101522;
  transition: background 350ms ease;
}

.service-visual.visual-seo { --viz: #c8ff2c; background: #111913; }
.service-visual.visual-ads { --viz: #ff6b35; background: #1b1210; }
.service-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 82%); }

.service-copy { position: relative; z-index: 3; animation: demo-copy-in 420ms ease both; }
.service-label { color: var(--viz); font-size: 9px; font-weight: 850; letter-spacing: .16em; transition: color 300ms ease; }
.service-copy h3 { max-width: 720px; margin: 22px 0 18px; font-family: "Onest Variable", Arial, sans-serif; font-size: clamp(34px, 3.5vw, 54px); font-weight: 580; line-height: 1.01; letter-spacing: -.045em; text-wrap: balance; }
.service-copy p { max-width: 580px; margin: 0; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.75; }

.data-window {
  position: relative;
  z-index: 4;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(5,7,12,.7);
  box-shadow: 0 34px 60px rgba(0,0,0,.35);
  backdrop-filter: blur(15px);
}

.data-window-head { display: flex; align-items: center; justify-content: space-between; height: 44px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 8px; }
.data-window-head span { display: flex; align-items: center; gap: 8px; }
.data-window-head i { color: var(--viz); font-style: normal; font-weight: 850; letter-spacing: .15em; }
.chart-area { position: relative; height: 154px; padding: 20px 18px 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px); background-size: 100% 38px; color: var(--viz); }
.chart-area svg { width: 100%; height: 100%; overflow: visible; }
.chart-line { fill: none; stroke: currentColor; stroke-width: 2.5; stroke-dasharray: 1; animation: draw-line 2.4s ease both; }
.chart-cursor { position: absolute; top: 34%; right: 21%; display: flex; align-items: flex-start; color: var(--viz); }
.chart-cursor b { margin: 13px 0 0 -3px; padding: 5px 7px; background: var(--viz); color: #090b10; font-size: 7px; white-space: nowrap; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.11); }
.stat-row > div { display: grid; gap: 4px; padding: 15px 18px; border-right: 1px solid rgba(255,255,255,.11); }
.stat-row > div:last-child { border-right: 0; }
.stat-row small { color: rgba(255,255,255,.42); font-size: 8px; }
.stat-row strong { font-family: "Onest Variable", Arial, sans-serif; font-size: 18px; }

/* Immersion */
.immersion {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  background: var(--acid);
  color: #0b0d12;
}

.immersion::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  content: "";
  background: rgba(11,13,18,.17);
}

.immersion-bg { position: absolute; right: -20px; bottom: -85px; left: 0; display: flex; align-items: flex-end; justify-content: center; color: rgba(11,13,18,.065); font-family: "Onest Variable", Arial, sans-serif; font-weight: 850; line-height: .72; pointer-events: none; }
.immersion-bg span { font-size: min(33vw, 520px); letter-spacing: -.1em; }
.immersion-bg i { margin: 0 0 65px 20px; font-size: 72px; font-style: normal; }
.immersion-shell { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 850px; }

.immersion-copy { position: relative; z-index: 8; align-self: center; padding: 100px 80px 100px 0; }
.immersion-copy .section-index { display: block; margin-bottom: 64px; }
.immersion-copy .eyebrow { opacity: .55; }
.immersion-copy h2 { max-width: 760px; margin: 0 0 30px; font-family: "Onest Variable", Arial, sans-serif; font-size: clamp(53px, 6.1vw, 88px); font-weight: 650; line-height: .97; letter-spacing: -.055em; }
.immersion-copy h2 i { font-weight: 320; font-style: normal; }
.immersion-copy > p { max-width: 570px; margin: 0; font-size: 14px; line-height: 1.75; }

.immersion-points { display: grid; gap: 0; margin-top: 45px; border-top: 1px solid rgba(11,13,18,.19); }
.immersion-points div { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid rgba(11,13,18,.19); }
.immersion-points strong { font-size: 9px; }
.immersion-points span { max-width: 390px; font-size: 11px; font-weight: 700; }

.chef-scene { position: relative; min-height: 850px; }
.chef-scene::before { position: absolute; z-index: 0; top: 13%; right: -16%; width: 710px; height: 710px; content: ""; border: 1px solid rgba(11,13,18,.17); border-radius: 50%; }
.chef-scene::after { position: absolute; z-index: 0; top: 22%; right: -5%; width: 540px; height: 540px; content: ""; border: 1px dashed rgba(11,13,18,.19); border-radius: 50%; animation: spin-ring 28s linear infinite; }
.chef-scene img { position: absolute; z-index: 4; right: -128px; bottom: -5px; width: 810px; height: auto; filter: drop-shadow(-18px 30px 25px rgba(22,28,5,.18)); }
.chef-plate { position: absolute; z-index: 8; padding: 10px 13px; border: 1px solid rgba(11,13,18,.22); background: rgba(200,255,44,.62); font-size: 8px; font-weight: 900; letter-spacing: .15em; backdrop-filter: blur(7px); }
.plate-a { top: 24%; left: 2%; transform: rotate(-7deg); }
.plate-b { top: 44%; right: -3%; transform: rotate(6deg); }
.chef-target { position: absolute; z-index: 9; bottom: 12%; left: -4%; display: flex; align-items: center; gap: 10px; padding: 13px 16px; background: #0b0d12; color: #fff; font-size: 10px; font-weight: 800; box-shadow: 0 22px 45px rgba(11,13,18,.22); }
.chef-target svg { color: var(--acid); }

/* Видеопрезентация */
.showreel-section { padding: 126px 0; background: var(--paper); }
.showreel {
  position: relative;
  display: block;
  width: 100%;
  min-height: 610px;
  overflow: hidden;
  padding: 0;
  background: #0b0d14;
  color: #fff;
  cursor: default;
  text-align: left;
}

.showreel::before { position: absolute; inset: 0; content: ""; background: linear-gradient(110deg, rgba(49,87,255,.33), transparent 44%, rgba(255,107,53,.16)); }
.showreel::after { position: absolute; right: 26px; bottom: 26px; left: 26px; height: 1px; content: ""; background: rgba(255,255,255,.18); }
.showreel-grid { background-size: 56px 56px; mask-image: radial-gradient(circle, black, transparent 80%); transition: transform 700ms ease; }
.showreel:hover .showreel-grid { transform: scale(1.06); }
.showreel-orb { position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.showreel-orb::before { position: absolute; inset: 13%; content: ""; border: 1px dashed rgba(255,255,255,.13); border-radius: 50%; }
.showreel-orb::after { position: absolute; top: 9%; left: 22%; width: 12px; height: 12px; content: ""; background: var(--acid); border-radius: 50%; box-shadow: 0 0 25px var(--acid); }
.orb-left { top: -250px; left: -110px; width: 670px; height: 670px; animation: spin-ring 24s linear infinite; }
.orb-right { right: -180px; bottom: -270px; width: 690px; height: 690px; animation: spin-ring 29s linear infinite reverse; }
.showreel-label { position: absolute; z-index: 4; top: 38px; left: 42px; font-size: 9px; font-weight: 850; letter-spacing: .17em; }
.showreel-play { position: absolute; z-index: 6; top: 50%; left: 50%; display: grid; place-items: center; width: 104px; height: 104px; background: var(--acid); color: #0b0d13; border-radius: 50%; transform: translate(-50%, -50%); transition: transform 280ms ease, background 280ms ease; }
.showreel:hover .showreel-play { background: #fff; transform: translate(-50%, -50%) scale(1.1); }
.showreel strong { position: absolute; z-index: 4; bottom: 61px; left: 42px; font-family: "Onest Variable", Arial, sans-serif; font-size: clamp(44px, 6vw, 84px); font-weight: 620; line-height: .92; letter-spacing: -.05em; }
.showreel-time { position: absolute; z-index: 4; right: 42px; bottom: 55px; color: rgba(255,255,255,.52); font-size: 9px; letter-spacing: .13em; }
.showreel-progress { position: absolute; z-index: 4; right: 42px; bottom: 37px; left: 42px; height: 2px; background: rgba(255,255,255,.18); }
.showreel-progress i { display: block; width: 42%; height: 100%; background: var(--acid); }

/* Concepts */
.work-section { padding: 28px 0 150px; background: var(--paper); }
.work-head { margin-bottom: 65px; }
.concept-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.concept { position: relative; min-height: 565px; overflow: hidden; border: 1px solid var(--line-light); background: #e2e0d8; }
.concept-top { display: flex; align-items: center; justify-content: space-between; height: 58px; padding: 0 18px; border-bottom: 1px solid rgba(17,19,26,.14); font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.concept-top svg { transition: transform 220ms ease; }
.concept:hover .concept-top svg { transform: rotate(45deg); }
.concept-visual { position: relative; height: 346px; overflow: hidden; border-bottom: 1px solid rgba(17,19,26,.14); }
.concept-ui { position: absolute; z-index: 3; right: 16px; bottom: 14px; max-width: calc(100% - 32px); font-family: "Onest Variable", Arial, sans-serif; font-size: clamp(28px, 2.55vw, 36px); font-weight: 820; line-height: .9; letter-spacing: -.055em; text-align: right; }
.concept-bottom { padding: 24px 20px; }
.concept-bottom h3 { margin: 0 0 8px; font-family: "Onest Variable", Arial, sans-serif; font-size: 23px; letter-spacing: -.03em; }
.concept-bottom p { margin: 0; color: rgba(17,19,26,.53); font-size: 11px; }

.concept-one { background: #ccdcff; }
.value-rings { position: absolute; top: 42%; left: 38%; width: 260px; height: 260px; transform: translate(-50%, -50%); }
.value-rings i { position: absolute; inset: 0; border: 1px solid rgba(17,19,26,.25); border-radius: 50%; animation: concept-pulse 3s ease infinite; }
.value-rings i:nth-child(2) { inset: 18%; animation-delay: -.8s; }
.value-rings i:nth-child(3) { inset: 36%; background: var(--blue); border: 0; box-shadow: 0 20px 40px rgba(49,87,255,.35); animation-delay: -1.6s; }
@keyframes concept-pulse { 50% { transform: scale(.92); } }

.concept-two { background: #ffd6e2; }
.conversion-orbit { position: absolute; top: 45%; left: 42%; display: grid; place-items: center; width: 185px; height: 185px; background: #8c5cff; color: #fff; border-radius: 50%; box-shadow: 0 27px 60px rgba(140,92,255,.33); }
.conversion-orbit::before,.conversion-orbit::after { position: absolute; content: ""; border: 1px solid rgba(17,19,26,.22); border-radius: 50%; }
.conversion-orbit::before { inset: -45px; }
.conversion-orbit::after { inset: -88px; border-style: dashed; animation: spin-ring 21s linear infinite; }

.concept-three { background: #ffb23d; }
.growth-orbit { position: absolute; top: 45%; left: 42%; display: grid; place-items: center; width: 205px; height: 205px; border: 35px solid #fff4d5; background: var(--orange); color: #fff; border-radius: 50%; box-shadow: 0 30px 65px rgba(125,62,15,.25); transform: translate(-50%, -50%); transition: transform 400ms ease; }
.concept-three:hover .growth-orbit { transform: translate(-50%, -50%) rotate(9deg); }

/* Process */
.process-section { padding: 150px 0; background: #dfe4f5; }
.process-intro { display: grid; grid-template-columns: 100px minmax(0, 1fr) 320px; align-items: end; gap: 32px; margin-bottom: 80px; }
.process-intro > p { margin: 0 0 8px; color: rgba(17,19,26,.58); font-size: 13px; line-height: 1.7; }
.process-track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); }
.process-track::before { position: absolute; top: 51px; right: 0; left: 0; height: 1px; content: ""; background: rgba(17,19,26,.22); }
.process-track article { position: relative; min-height: 205px; padding: 0 25px 0 0; }
.process-track article > span { display: block; margin-bottom: 35px; font-size: 9px; font-weight: 800; }
.process-track article > i { position: absolute; z-index: 2; top: 45px; left: 0; width: 13px; height: 13px; border: 3px solid #dfe4f5; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 1px rgba(17,19,26,.3); transition: transform 200ms ease; }
.process-track article:hover > i { transform: scale(1.45); }
.process-track h3 { margin: 40px 0 9px; font-family: "Onest Variable", Arial, sans-serif; font-size: 20px; letter-spacing: -.03em; }
.process-track p { margin: 0; color: rgba(17,19,26,.53); font-size: 10px; line-height: 1.6; }

/* Pricing */
.pricing-section { padding: 154px 0; background: var(--night); color: #fff; }
.pricing-head { display: grid; grid-template-columns: 180px 1fr 320px; gap: 35px; align-items: end; margin-bottom: 72px; }
.pricing-head > div { align-self: start; }
.pricing-head .eyebrow { margin-top: 31px; color: rgba(255,255,255,.45); }
.pricing-head h2 { font-size: clamp(58px, 6.5vw, 94px); }
.pricing-head h2 i { color: var(--acid); font-style: normal; font-weight: 350; }
.pricing-head > p { margin: 0 0 7px; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.75; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.price-card { position: relative; min-height: 595px; padding: 27px 28px 30px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: #0e1119; }
.price-card.featured { background: #f0efe8; color: #10131a; transform: translateY(-18px); box-shadow: 0 35px 70px rgba(0,0,0,.35); }
.price-ribbon { position: absolute; top: 0; right: 0; padding: 8px 10px; background: var(--acid); color: #0b0d12; font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.price-card-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 23px; border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.42); font-size: 9px; }
.featured .price-card-head { border-color: rgba(17,19,26,.15); color: rgba(17,19,26,.45); }
.price-card h3 { margin: 34px 0 11px; font-family: "Onest Variable", Arial, sans-serif; font-size: 46px; font-weight: 580; letter-spacing: -.05em; }
.price-card > p { min-height: 57px; margin: 0; color: rgba(255,255,255,.49); font-size: 11px; line-height: 1.7; }
.featured > p { color: rgba(17,19,26,.56); }
.price { display: flex; align-items: baseline; margin: 29px 0 30px; }
.price small { margin-right: 8px; color: rgba(255,255,255,.43); font-size: 8px; }
.featured .price small { color: rgba(17,19,26,.45); }
.price strong { font-family: "Onest Variable", Arial, sans-serif; font-size: clamp(35px, 3.5vw, 50px); font-weight: 650; letter-spacing: -.055em; }
.price span { margin-left: 6px; color: var(--acid); font-size: 17px; font-weight: 850; }
.featured .price span { color: var(--blue); }
.price-card ul { display: grid; gap: 13px; min-height: 132px; margin: 0; padding: 0; list-style: none; }
.price-card li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.68); font-size: 10px; }
.featured li { color: rgba(17,19,26,.68); }
.price-card li svg { color: var(--acid); }
.featured li svg { color: var(--blue); }
.price-card > a { display: flex; align-items: center; justify-content: space-between; min-height: 50px; margin-top: 25px; padding: 0 15px; border: 1px solid rgba(255,255,255,.2); font-size: 10px; font-weight: 800; transition: background 180ms ease, color 180ms ease; }
.price-card > a:hover { background: var(--acid); color: #0b0d12; }
.featured > a { border-color: rgba(17,19,26,.22); background: var(--blue); color: #fff; }
.featured > a:hover { background: #10131a; color: #fff; }

.growth-prices { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 52px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.growth-prices > div { position: relative; display: grid; gap: 14px; min-height: 140px; padding: 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.growth-prices span { color: rgba(255,255,255,.48); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.growth-prices strong { font-family: "Onest Variable", Arial, sans-serif; font-size: 24px; letter-spacing: -.03em; }
.growth-prices strong small { margin-left: 6px; color: rgba(255,255,255,.4); font-family: "Manrope Variable"; font-size: 8px; }
.growth-prices svg { position: absolute; right: 20px; bottom: 22px; color: var(--acid); }

/* Calculator */
.calculator-section { padding: 154px 0 164px; background: var(--paper); }
.calculator-head { display: grid; grid-template-columns: 100px minmax(0, 1fr) 340px; gap: 34px; align-items: end; margin-bottom: 72px; }
.calculator-head .eyebrow { color: rgba(17,19,26,.45); }
.calculator-head h2 i { color: var(--blue); font-style: normal; font-weight: 340; }
.calculator-head > p { margin: 0 0 7px; color: rgba(17,19,26,.56); font-size: 12px; line-height: 1.75; }
.calculator { display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(370px, .68fr); border: 1px solid var(--line-light); background: #e4e2da; box-shadow: 0 35px 70px rgba(17,19,26,.1); }
.calculator-controls { padding: 42px; }
.calc-step + .calc-step { margin-top: 44px; }
.calc-step-head { display: flex; align-items: center; gap: 17px; margin-bottom: 22px; }
.calc-step-head > span { display: grid; place-items: center; width: 34px; height: 34px; background: var(--ink); color: #fff; font-size: 10px; font-weight: 800; }
.calc-step-head h3 { margin: 0; font-family: "Onest Variable", Arial, sans-serif; font-size: 23px; letter-spacing: -.025em; }
.project-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.project-options button { position: relative; display: grid; align-content: center; gap: 9px; min-height: 108px; padding: 21px; border: 1px solid rgba(17,19,26,.13); background: rgba(255,255,255,.44); cursor: pointer; text-align: left; transition: background 170ms ease, border-color 170ms ease, transform 170ms ease; }
.project-options button:hover { transform: translateY(-2px); }
.project-options button span { max-width: calc(100% - 22px); font-size: 15px; font-weight: 800; line-height: 1.25; }
.project-options button small { color: rgba(17,19,26,.52); font-size: 11px; }
.project-options button > i { position: absolute; top: 14px; right: 14px; display: none; place-items: center; width: 24px; height: 24px; background: var(--acid); color: #0b0d12; border-radius: 50%; }
.project-options button.is-active { border-color: var(--blue); background: #fff; box-shadow: inset 0 -3px 0 var(--blue); }
.project-options button.is-active > i { display: grid; }

.addon-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.addon-options button { display: grid; grid-template-columns: 26px minmax(0, 1fr) auto; gap: 13px; align-items: center; min-height: 84px; padding: 15px 16px; border: 1px solid rgba(17,19,26,.13); background: rgba(255,255,255,.38); cursor: pointer; text-align: left; transition: background 170ms ease, border-color 170ms ease, transform 170ms ease; }
.addon-options button:hover { transform: translateY(-2px); }
.addon-options button > i { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid rgba(17,19,26,.25); color: transparent; }
.addon-options button > span { display: grid; gap: 5px; }
.addon-options strong { font-size: 13px; line-height: 1.28; }
.addon-options small { color: rgba(17,19,26,.5); font-size: 10px; line-height: 1.35; }
.addon-options b { color: rgba(17,19,26,.5); font-size: 11px; }
.addon-options button.is-active { border-color: var(--blue); background: #fff; }
.addon-options button.is-active > i { border-color: var(--blue); background: var(--blue); color: #fff; }
.addon-options button.is-active b { color: var(--blue); }

.speed-switch { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 82px; margin-top: 28px; padding: 0 19px; border: 1px dashed rgba(17,19,26,.27); background: transparent; cursor: pointer; }
.speed-switch > span { display: grid; grid-template-columns: 34px auto; align-items: center; text-align: left; }
.speed-switch > span svg { grid-row: 1 / span 2; color: var(--blue); }
.speed-switch > span strong { font-size: 13px; }
.speed-switch > span small { color: rgba(17,19,26,.5); font-size: 10px; }
.speed-switch > i { display: flex; align-items: center; width: 49px; height: 27px; padding: 3px; background: rgba(17,19,26,.13); border-radius: 20px; transition: background 180ms ease; }
.speed-switch > i b { width: 21px; height: 21px; background: #fff; border-radius: 50%; box-shadow: 0 3px 8px rgba(17,19,26,.15); transition: transform 180ms ease; }
.speed-switch.is-active > i { background: var(--blue); }
.speed-switch.is-active > i b { transform: translateX(22px); }

.calc-result { position: relative; overflow: hidden; padding: 40px; background: var(--blue); color: #fff; }
.calc-result::before { position: absolute; top: -170px; right: -180px; width: 440px; height: 440px; content: ""; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.04), 0 0 0 130px rgba(255,255,255,.03); }
.calc-result-top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.66); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.calc-result-top svg { color: var(--acid); }
.calc-total { position: relative; z-index: 2; margin: 76px 0 50px; }
.calc-total small { display: block; margin-bottom: 10px; color: rgba(255,255,255,.58); font-size: 12px; }
.calc-total strong { display: block; font-family: "Onest Variable", Arial, sans-serif; font-size: clamp(46px, 5.3vw, 74px); font-weight: 650; line-height: .95; letter-spacing: -.06em; }
.calc-total strong i { color: var(--acid); font-size: 24px; font-style: normal; }
.calc-breakdown { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.22); }
.calc-breakdown div { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 11px; }
.calc-breakdown span { color: rgba(255,255,255,.5); }
.calc-breakdown b { text-align: right; }
.calc-cta { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 66px; margin-top: 31px; padding: 0 21px; background: var(--acid); color: #0b0d12; cursor: pointer; font-size: 13px; font-weight: 850; transition: background 180ms ease, transform 180ms ease; }
.calc-cta:hover { background: #fff; }
.calc-cta:hover { transform: translateY(-2px); }
.calc-result > p { position: relative; z-index: 2; margin: 19px 0 0; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.65; }
.calc-code { position: absolute; right: 22px; bottom: 14px; color: rgba(255,255,255,.2); font-family: monospace; font-size: 8px; }

/* Estimate contact modal */
.quote-modal { position: fixed; z-index: 260; inset: 0; display: grid; place-items: center; overflow-y: auto; padding: 24px; background: rgba(5,7,13,.82); backdrop-filter: blur(18px); animation: modal-in 180ms ease both; }
.quote-modal-card { position: relative; display: grid; grid-template-columns: minmax(260px, .78fr) minmax(360px, 1.22fr); width: min(100%, 930px); min-height: 650px; overflow: hidden; background: #f5f4ef; box-shadow: 0 48px 130px rgba(0,0,0,.55); animation: quote-card-in 360ms cubic-bezier(.2,.8,.2,1) both; }
@keyframes quote-card-in { from { opacity: 0; transform: translateY(18px) scale(.985); } }
.quote-close { position: absolute; z-index: 5; top: 18px; right: 18px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(17,19,26,.15); background: rgba(255,255,255,.72); color: var(--ink); cursor: pointer; backdrop-filter: blur(8px); transition: background 180ms ease, transform 180ms ease; }
.quote-close:hover { background: var(--acid); transform: rotate(4deg); }
.quote-summary { position: relative; display: flex; flex-direction: column; overflow: hidden; padding: 38px 32px 32px; background: var(--blue); color: #fff; }
.quote-summary::before { position: absolute; top: -135px; left: -140px; width: 420px; height: 420px; content: ""; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.035), 0 0 0 130px rgba(255,255,255,.025); }
.quote-summary-top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.quote-summary-top svg { color: var(--acid); }
.quote-summary-price { position: relative; z-index: 2; margin-top: 118px; }
.quote-summary-price small { display: block; margin-bottom: 10px; color: rgba(255,255,255,.58); font-size: 11px; }
.quote-summary-price strong { display: block; white-space: nowrap; font-family: "Onest Variable", Arial, sans-serif; font-size: clamp(42px, 5vw, 48px); line-height: .95; letter-spacing: -.06em; }
.quote-summary-price i { color: var(--acid); font-size: 20px; font-style: normal; }
.quote-summary-list { position: relative; z-index: 2; margin-top: 55px; border-top: 1px solid rgba(255,255,255,.2); }
.quote-summary-list div { display: grid; gap: 6px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.quote-summary-list span { color: rgba(255,255,255,.5); font-size: 9px; }
.quote-summary-list b { font-size: 12px; font-weight: 750; }
.quote-summary > p { position: relative; z-index: 2; display: flex; align-items: center; gap: 9px; margin: auto 0 0; color: rgba(255,255,255,.6); font-size: 9px; line-height: 1.55; }
.quote-summary > p i { flex: 0 0 7px; width: 7px; height: 7px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 12px var(--acid); }
.quote-form { padding: 48px 50px 35px; }
.quote-kicker { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.quote-form h2, .quote-success h2 { margin: 17px 0 14px; font-family: "Onest Variable", Arial, sans-serif; font-size: 54px; font-weight: 690; line-height: .94; letter-spacing: -.055em; }
.quote-form > p { max-width: 450px; margin: 0; color: rgba(17,19,26,.57); font-size: 12px; line-height: 1.65; }
.contact-methods { margin: 28px 0 22px; padding: 0; border: 0; }
.contact-methods legend { margin-bottom: 10px; color: rgba(17,19,26,.52); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-methods > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.contact-methods button { display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 13px; border: 1px solid rgba(17,19,26,.15); background: rgba(255,255,255,.62); color: rgba(17,19,26,.62); cursor: pointer; font-size: 11px; font-weight: 750; transition: border-color 170ms ease, background 170ms ease, color 170ms ease, transform 170ms ease; }
.contact-methods button:hover { transform: translateY(-1px); }
.contact-methods button.is-active { border-color: var(--blue); background: #fff; color: var(--ink); box-shadow: inset 0 -3px 0 var(--blue); }
.contact-methods button.is-active svg { color: var(--blue); }
.quote-field { display: grid; gap: 8px; margin-top: 14px; }
.quote-field > span { display: flex; justify-content: space-between; color: rgba(17,19,26,.62); font-size: 10px; font-weight: 750; }
.quote-field > span i, .quote-field > span b { color: rgba(17,19,26,.38); font-size: 8px; font-style: normal; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.quote-field > span b { color: var(--blue); }
.quote-field input { width: 100%; height: 56px; padding: 0 16px; outline: 0; border: 1px solid rgba(17,19,26,.17); background: #fff; color: var(--ink); font-family: "Onest Variable", Arial, sans-serif; font-size: 15px; transition: border-color 170ms ease, box-shadow 170ms ease; }
.quote-field input::placeholder { color: rgba(17,19,26,.28); }
.quote-field input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(49,87,255,.1); }
.quote-submit { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 60px; margin-top: 22px; padding: 0 18px; background: var(--acid); color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 850; transition: background 180ms ease, transform 180ms ease; }
.quote-submit:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.quote-privacy { display: block; margin-top: 11px; color: rgba(17,19,26,.38); font-size: 8px; line-height: 1.55; }
.quote-success { grid-column: 1 / -1; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 650px; padding: 60px 30px; background: radial-gradient(circle at 50% 45%, rgba(49,87,255,.14), transparent 38%), #11141d; color: #fff; text-align: center; }
.quote-success-mark { display: grid; place-items: center; width: 86px; height: 86px; margin-bottom: 28px; background: var(--acid); color: var(--ink); border-radius: 50%; box-shadow: 0 0 0 18px rgba(200,255,44,.06), 0 0 55px rgba(200,255,44,.2); animation: success-pulse 2.8s ease-in-out infinite; }
@keyframes success-pulse { 50% { transform: scale(1.045); } }
.quote-success > span { color: var(--blue-bright); font-size: 9px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.quote-success h2 { max-width: 620px; margin-top: 17px; font-size: 70px; }
.quote-success > p { max-width: 470px; margin: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.7; }
.quote-success-contact { display: grid; gap: 5px; min-width: 310px; margin-top: 25px; padding: 14px 20px; border: 1px solid rgba(255,255,255,.15); }
.quote-success-contact small { color: rgba(255,255,255,.42); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.quote-success-contact strong { font-family: "Onest Variable", Arial, sans-serif; font-size: 17px; }
.quote-success > button { display: flex; align-items: center; justify-content: space-between; gap: 45px; min-height: 56px; margin-top: 28px; padding: 0 18px; background: var(--acid); color: var(--ink); cursor: pointer; font-size: 11px; font-weight: 850; }

/* FAQ */
.faq-section { padding: 145px 0; background: #dfe4f5; }
.faq-shell { display: grid; grid-template-columns: minmax(280px, .42fr) minmax(0, .58fr); gap: 90px; }
.faq-title .section-index { display: block; margin-bottom: 65px; }
.faq-title p { max-width: 260px; margin: 28px 0 0; color: rgba(17,19,26,.53); font-size: 12px; line-height: 1.7; }
.faq-list { border-top: 1px solid rgba(17,19,26,.2); }
.faq-list details { border-bottom: 1px solid rgba(17,19,26,.2); }
.faq-list summary { display: grid; grid-template-columns: 43px 1fr auto; gap: 15px; align-items: center; min-height: 92px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: rgba(17,19,26,.4); font-size: 9px; }
.faq-list summary strong { font-family: "Onest Variable", Arial, sans-serif; font-size: 18px; font-weight: 600; letter-spacing: -.025em; }
.faq-list summary > i { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(17,19,26,.2); border-radius: 50%; transition: transform 200ms ease, background 200ms ease; }
.faq-list details[open] summary > i { background: var(--blue); color: #fff; transform: rotate(180deg); }
.faq-list details > p { max-width: 670px; margin: -9px 0 28px 58px; color: rgba(17,19,26,.57); font-size: 12px; line-height: 1.75; }

/* Search-focused editorial content */
.seo-article {
  position: relative;
  padding: 145px 0 155px;
  overflow: hidden;
  border-top: 1px solid var(--line-light);
  background: var(--paper);
}

.seo-article::before {
  position: absolute;
  top: -270px;
  right: -180px;
  width: 640px;
  height: 640px;
  content: "";
  border: 1px solid rgba(49,87,255,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(49,87,255,.025), 0 0 0 160px rgba(49,87,255,.018);
}

.seo-article-head {
  position: relative;
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: end;
  margin-bottom: 82px;
  padding-bottom: 55px;
  border-bottom: 1px solid var(--line-light);
}

.seo-article-head .section-index { align-self: start; }
.seo-article-head .eyebrow { color: rgba(17,19,26,.45); }
.seo-article-head h2 { margin: 0; font-family: "Onest Variable", Arial, sans-serif; font-size: clamp(48px, 5.3vw, 76px); font-weight: 620; line-height: 1; letter-spacing: -.05em; }
.seo-article-head h2 i { color: var(--blue); font-style: normal; font-weight: 330; }
.seo-article-head > p { margin: 0 0 6px; color: rgba(17,19,26,.58); font-size: 12px; line-height: 1.75; }

.seo-copy {
  display: grid;
  grid-template-columns: 270px minmax(0, 790px);
  gap: clamp(60px, 9vw, 135px);
  justify-content: center;
}

.seo-aside {
  align-self: start;
  display: grid;
  border-top: 1px solid var(--line-light);
}

.seo-aside > span {
  padding: 17px 0;
  color: rgba(17,19,26,.42);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.seo-aside > a {
  position: relative;
  padding: 13px 25px 13px 0;
  border-top: 1px solid rgba(17,19,26,.11);
  font-size: 10px;
  font-weight: 750;
  transition: color 170ms ease, padding-left 170ms ease;
}

.seo-aside > a::after { position: absolute; top: 50%; right: 3px; content: "↗"; color: var(--blue); transform: translateY(-50%); }
.seo-aside > a:hover { padding-left: 6px; color: var(--blue); }
.seo-aside > div { display: grid; gap: 5px; margin-top: 34px; padding: 17px; border: 1px solid rgba(17,19,26,.14); background: #fff; }
.seo-aside > div strong { color: rgba(17,19,26,.42); font-size: 7px; letter-spacing: .13em; text-transform: uppercase; }
.seo-aside > div span { font-family: "Onest Variable", Arial, sans-serif; font-size: 14px; font-weight: 650; }
.seo-aside > div small { color: rgba(17,19,26,.44); font-size: 8px; }

.seo-text {
  min-width: 0;
}

.seo-lead {
  margin: 0 0 55px;
  padding-bottom: 45px;
  border-bottom: 1px solid var(--line-light);
  font-family: "Onest Variable", Arial, sans-serif;
  font-size: clamp(21px, 2.2vw, 29px);
  font-weight: 470;
  line-height: 1.42;
  letter-spacing: -.025em;
}

.seo-text section {
  scroll-margin-top: 35px;
}

.seo-text section + section {
  margin-top: 50px;
  padding-top: 48px;
  border-top: 1px solid rgba(17,19,26,.12);
}

.seo-text h3 {
  max-width: 680px;
  margin: 0 0 22px;
  font-family: "Onest Variable", Arial, sans-serif;
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 620;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.seo-text p:not(.seo-lead) {
  margin: 0;
  color: rgba(17,19,26,.68);
  font-size: 13px;
  line-height: 1.9;
}

.seo-text p + p { margin-top: 18px !important; }
.seo-text a { border-bottom: 1px solid var(--blue); color: var(--blue); font-weight: 750; }

/* Final */
.final-cta { position: relative; min-height: 930px; overflow: hidden; background: var(--blue); color: #fff; }
.final-grid { background-size: 68px 68px; opacity: .7; }
.final-orbit { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.final-orbit::before { position: absolute; inset: 15%; content: ""; border: 1px dashed rgba(255,255,255,.17); border-radius: 50%; }
.final-orbit.orbit-one { top: -300px; right: -130px; width: 760px; height: 760px; animation: spin-ring 34s linear infinite; }
.final-orbit.orbit-two { bottom: -330px; left: 18%; width: 650px; height: 650px; animation: spin-ring 30s linear infinite reverse; }
.final-shell { position: relative; z-index: 3; display: flex; flex-direction: column; min-height: 930px; padding: 34px 0 27px; }
.final-top { display: flex; align-items: center; justify-content: space-between; }
.final-top > span { display: flex; align-items: center; gap: 8px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.final-top > span i { width: 7px; height: 7px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 14px var(--acid); }
.final-shell > .eyebrow { margin-top: auto; color: rgba(255,255,255,.56); }
.final-shell > h2 { margin: 0; font-family: "Onest Variable", Arial, sans-serif; font-size: clamp(73px, 10.8vw, 157px); font-weight: 690; line-height: .82; letter-spacing: -.073em; }
.final-shell > h2 i { color: var(--acid); font-style: normal; font-weight: 320; }
.final-bottom { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; margin-top: 42px; }
.final-bottom > p { max-width: 430px; margin: 0; color: rgba(255,255,255,.61); font-size: 13px; line-height: 1.7; }
.final-bottom > a { display: flex; align-items: center; gap: 55px; min-width: 390px; padding: 18px 19px 18px 23px; background: var(--acid); color: #0b0d12; transition: background 180ms ease, transform 180ms ease; }
.final-bottom > a:hover { background: #fff; transform: translateY(-3px); }
.final-bottom > a span { display: grid; gap: 5px; font-family: "Onest Variable", Arial, sans-serif; font-size: 23px; font-weight: 730; }
.final-bottom > a small { font-family: "Manrope Variable"; font-size: 7px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-contacts { display: grid; grid-template-columns: minmax(330px, .7fr) auto; gap: 24px; align-items: stretch; margin-top: 34px; }
.footer-email { display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 0 22px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.055); transition: background 180ms ease, border-color 180ms ease; }
.footer-email:hover { border-color: rgba(255,255,255,.44); background: rgba(255,255,255,.1); }
.footer-email > span { display: grid; gap: 5px; }
.footer-email small, .footer-socials > span { color: rgba(255,255,255,.5); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-email strong { font-family: "Onest Variable", Arial, sans-serif; font-size: 22px; letter-spacing: -.025em; }
.footer-email svg { color: var(--acid); }
.footer-socials { display: flex; align-items: center; gap: 19px; padding-left: 5px; }
.footer-socials > div { display: flex; gap: 8px; }
.footer-socials .social-icon { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.055); color: #fff; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.footer-socials .social-icon:hover { background: var(--acid); color: var(--ink); transform: translateY(-3px); }
.footer-socials .social-icon svg { width: 22px; height: 22px; }
.final-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 26px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.48); font-size: 8px; font-weight: 750; letter-spacing: .12em; }
.final-footer a { color: #fff; }

/* Modal */
@keyframes modal-in { from { opacity: 0; } }

@media (max-width: 1180px) {
  .hero { min-height: 850px; }
  .hero-shell { grid-template-columns: minmax(0, 1fr) minmax(430px, .82fr); min-height: 690px; }
  .hero h1 { font-size: clamp(60px, 7vw, 84px); }
  .hero-scene { right: -150px; width: 660px; }
  .hero-person { width: 660px; }
  .lead-panel { left: 25px; }
  .stack-panel { right: 125px; }
  .scene-word { right: 70px; font-size: 88px; }
  .editorial-head { grid-template-columns: 70px 1fr 280px; }
  .services-heading { grid-template-columns: 65px 1fr 280px; }
  .services-heading .eyebrow { left: 100px; }
  .niche-stage { padding: 28px; }
  .demo-copy { padding-left: 28px; }
  .service-visual { gap: 40px; padding: 43px; }
  .chef-scene img { right: -195px; width: 790px; }
  .immersion-copy { padding-right: 50px; }
  .price-card { padding-inline: 21px; }
  .calculator { grid-template-columns: 1.1fr .9fr; }
}

@media (max-width: 980px) {
  .shell { width: min(calc(100% - 42px), 900px); }
  .header { grid-template-columns: 1fr auto auto; }
  .nav { position: absolute; top: 78px; right: 0; left: 0; display: none; align-items: stretch; padding: 20px; border: 1px solid rgba(255,255,255,.18); background: rgba(9,11,18,.95); backdrop-filter: blur(15px); }
  .nav.is-open { display: grid; }
  .nav a { padding: 10px; font-size: 13px; }
  .header-contact { margin-right: 13px; }
  .menu-button { display: block; }
  .hero { min-height: 1080px; }
  .hero-shell { display: block; min-height: auto; padding-top: 70px; }
  .hero-copy { max-width: 720px; }
  .hero h1 { font-size: clamp(67px, 10.5vw, 92px); }
  .hero-bottom-copy { max-width: 680px; grid-template-columns: 1fr 1fr; }
  .hero-scene { top: 470px; right: 50%; bottom: auto; width: 680px; height: 620px; transform: translateX(50%); }
  .hero-person { right: 0; width: 680px; }
  .scene-halo { right: 38px; width: 570px; height: 570px; }
  .ring-a { right: -9px; width: 650px; height: 650px; }
  .ring-b { right: 61px; width: 510px; height: 510px; }
  .lead-panel { top: 200px; left: 15px; }
  .stack-panel { right: 0; }
  .hero-meta span:first-child { display: none; }
  .editorial-head, .services-heading, .pricing-head, .calculator-head, .process-intro { grid-template-columns: 58px 1fr; }
  .editorial-head .head-note, .pricing-head > p, .calculator-head > p, .process-intro > p { grid-column: 2; max-width: 520px; margin-top: 16px; }
  .services-heading > p:last-child { grid-column: 2; max-width: 520px; }
  .services-heading .eyebrow { left: 92px; }
  .niche-lab { grid-template-columns: 246px 1fr; }
  .niche-stage { padding: 20px; }
  .demo-layout { grid-template-columns: 1fr .75fr; }
  .demo-copy h3 { font-size: 34px; }
  .demo-metric { grid-template-columns: 1fr auto; }
  .demo-metric > small, .metric-bars { display: none; }
  .service-lab { grid-template-columns: 250px 1fr; }
  .service-list button { grid-template-columns: 32px 1fr auto; padding: 0 18px; }
  .service-list button strong { font-size: 32px; }
  .service-visual { gap: 36px; padding: 34px; }
  .service-copy h3 { font-size: 40px; }
  .immersion { min-height: 1160px; }
  .immersion::before { display: none; }
  .immersion-shell { grid-template-columns: 1fr; min-height: 1160px; }
  .immersion-copy { padding: 100px 0 20px; }
  .chef-scene { min-height: 610px; }
  .chef-scene img { right: 50%; width: 650px; transform: translateX(53%); }
  .chef-scene::before { right: 50%; width: 580px; height: 580px; transform: translateX(55%); }
  .chef-scene::after { right: 50%; width: 460px; height: 460px; transform: translateX(58%); }
  .plate-a { left: 6%; }
  .plate-b { right: 5%; }
  .chef-target { left: 5%; }
  .concept-grid { grid-template-columns: 1fr; }
  .concept { display: grid; grid-template-columns: 1fr 1fr; min-height: 360px; }
  .concept-top { position: absolute; z-index: 4; top: 0; right: 0; left: 50%; }
  .concept-visual { height: 360px; border-right: 1px solid rgba(17,19,26,.14); border-bottom: 0; }
  .concept-bottom { align-self: end; padding: 30px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 520px; }
  .price-card.featured { transform: none; }
  .growth-prices { grid-template-columns: 1fr; }
  .growth-prices > div { min-height: 110px; }
  .calculator { grid-template-columns: 1fr; }
  .calc-result { min-height: 620px; }
  .faq-shell { grid-template-columns: 1fr; gap: 60px; }
  .faq-title { display: grid; grid-template-columns: 58px 1fr; }
  .faq-title .section-index { margin: 0; }
  .faq-title p { grid-column: 2; }
  .seo-article-head { grid-template-columns: 58px 1fr; }
  .seo-article-head > p { grid-column: 2; max-width: 540px; margin-top: 14px; }
  .seo-copy { grid-template-columns: 220px minmax(0, 1fr); gap: 55px; }
  .final-bottom > a { min-width: 340px; }
  .footer-contacts { grid-template-columns: minmax(320px, 1fr) auto; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px), 620px); }
  .header { min-height: 78px; }
  .logo-symbol { width: 39px; height: 39px; flex-basis: 39px; }
  .logo-copy strong { font-size: 15px; }
  .header-contact { display: none; }
  .header { grid-template-columns: 1fr auto; }
  .nav { top: 69px; }
  .hero { min-height: 1050px; }
  .hero-shell { padding-top: 46px; }
  .hero-kicker { margin-bottom: 25px; font-size: 8px; letter-spacing: .12em; }
  .hero h1 { font-size: clamp(49px, 16vw, 69px); line-height: .97; letter-spacing: -.05em; }
  .hero h1 span { -webkit-text-stroke-width: 1px; }
  .hero-bottom-copy { display: block; margin-top: 30px; }
  .hero-bottom-copy > p { max-width: 490px; font-size: 12px; }
  .hero-actions { margin-top: 22px; }
  .button-primary, .button-ghost { min-height: 51px; padding-inline: 16px; }
  .hero-scene { top: 540px; width: 510px; height: 480px; }
  .hero-person { width: 510px; bottom: -18px; }
  .scene-halo { top: 79px; right: 39px; width: 420px; height: 420px; }
  .scene-ring { display: none; }
  .scene-word { top: 80px; right: 27px; font-size: 64px; }
  .lead-panel { top: 127px; left: 72px; width: 178px; transform: scale(.86); transform-origin: left top; }
  .stack-panel { top: 237px; right: 70px; transform: scale(.84); transform-origin: right top; }
  .score-panel { right: 40px; bottom: 38px; transform: scale(.86); }
  .scene-cursor { display: none; }
  .hero-meta { height: 52px; font-size: 7px; }
  .hero-meta div { letter-spacing: .05em; }
  .niche-marquee > div { height: 49px; }
  .niche-marquee span { padding-inline: 18px; font-size: 11px; }
  .positioning, .services, .pricing-section, .calculator-section { padding: 98px 0; }
  .editorial-head, .services-heading, .pricing-head, .calculator-head, .process-intro { display: block; margin-bottom: 46px; }
  .editorial-head .section-index, .services-heading .section-index, .pricing-head .section-index, .calculator-head .section-index, .process-intro .section-index { display: block; margin-bottom: 35px; }
  .editorial-head h2, .pricing-head h2, .calculator-head h2, .process-intro h2, .faq-title h2 { font-size: 50px; line-height: 1; }
  .editorial-head .head-note, .pricing-head > p, .calculator-head > p, .process-intro > p { margin-top: 22px; }
  .services-heading .eyebrow { position: static; margin-bottom: 20px; }
  .services-heading h2 { margin-top: 0; font-size: 52px; line-height: .98; }
  .niche-lab { display: block; min-height: 0; }
  .niche-controls { padding: 18px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .niche-buttons { grid-template-columns: repeat(3, 1fr); margin-top: 18px; }
  .niche-buttons button { display: flex; flex-direction: column; gap: 10px; justify-content: center; min-height: 94px; padding: 9px 4px; text-align: center; font-size: 12px; }
  .niche-buttons button > span { width: 40px; height: 40px; }
  .niche-buttons button > span svg { display: block; width: 20px; height: 20px; }
  .niche-buttons button > svg:last-child { display: none; }
  .niche-controls > p { display: none; }
  .niche-stage { min-height: 555px; padding: 11px; }
  .browser-bar { height: 39px; }
  .demo-page { min-height: 485px; }
  .demo-nav { height: 52px; padding-inline: 14px; }
  .demo-nav-lines { display: none; }
  .demo-layout { grid-template-columns: 1fr; }
  .demo-copy { position: relative; z-index: 5; padding: 28px 20px; }
  .demo-copy h3 { max-width: 310px; font-size: 34px; }
  .demo-copy > p { max-width: 280px; }
  .demo-art { position: absolute; top: 52px; right: 0; bottom: 0; width: 43%; opacity: .55; }
  .art-core { width: 105px; height: 105px; }
  .art-core svg { width: 41px; }
  .orbit-a { width: 170px; height: 170px; }
  .orbit-b { width: 240px; height: 240px; }
  .demo-metric { right: 12px; bottom: 12px; left: 12px; height: 58px; padding-inline: 12px; }
  .palette-float { display: none; }
  .service-lab { display: block; min-height: 0; }
  .service-list { grid-template-columns: repeat(3, 1fr); grid-template-rows: 74px; }
  .service-list button { display: flex; gap: 8px; justify-content: center; padding: 0 8px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
  .service-list button span, .service-list button svg { display: none; }
  .service-list button strong { font-size: 19px; }
  .service-visual { min-height: 0; gap: 30px; padding: 27px 20px; border-left: 0; }
  .service-copy h3 { margin-top: 15px; font-size: 35px; }
  .data-window { right: auto; bottom: auto; left: auto; }
  .chart-area { height: 125px; }
  .stat-row > div { padding-inline: 10px; }
  .stat-row strong { font-size: 15px; }
  .immersion { min-height: 1050px; }
  .immersion-shell { min-height: 1050px; }
  .immersion-copy { padding-top: 82px; }
  .immersion-copy .section-index { margin-bottom: 35px; }
  .immersion-copy h2 { font-size: 52px; }
  .immersion-copy > p { font-size: 12px; }
  .immersion-points { margin-top: 30px; }
  .chef-scene { min-height: 480px; }
  .chef-scene img { width: 510px; }
  .chef-scene::before { width: 440px; height: 440px; }
  .chef-scene::after { width: 340px; height: 340px; }
  .plate-a { top: 18%; }
  .plate-b { top: 45%; }
  .chef-target { bottom: 5%; left: 0; }
  .immersion-bg i { display: none; }
  .showreel-section { padding: 75px 0; }
  .showreel { min-height: 470px; }
  .showreel-label { top: 24px; left: 22px; }
  .showreel-play { width: 78px; height: 78px; }
  .showreel strong { bottom: 55px; left: 22px; font-size: 45px; }
  .showreel-time { right: 22px; bottom: 30px; }
  .showreel-progress { right: 22px; bottom: 21px; left: 22px; }
  .work-section { padding-bottom: 95px; }
  .concept { display: block; min-height: 0; }
  .concept-top { position: static; }
  .concept-visual { height: 325px; border-right: 0; border-bottom: 1px solid rgba(17,19,26,.14); }
  .process-section { padding: 95px 0; }
  .process-track { grid-template-columns: 1fr; padding-left: 20px; }
  .process-track::before { top: 0; bottom: 0; left: 26px; width: 1px; height: auto; }
  .process-track article { min-height: 135px; padding-left: 44px; }
  .process-track article > span { margin: 0 0 8px; }
  .process-track article > i { top: 3px; left: 0; }
  .process-track h3 { margin: 0 0 7px; }
  .pricing-head > div .section-index { margin-bottom: 35px; }
  .pricing-head .eyebrow { margin-top: 0; }
  .price-card { min-height: 555px; padding-inline: 22px; }
  .growth-prices { margin-top: 30px; }
  .calculator-controls { padding: 28px 17px; }
  .project-options { grid-template-columns: 1fr; }
  .project-options button { min-height: 82px; }
  .addon-options { grid-template-columns: 1fr; }
  .calc-result { min-height: 570px; padding: 31px 22px; }
  .calc-total { margin-top: 58px; }
  .faq-section { padding: 95px 0; }
  .faq-shell { gap: 45px; }
  .faq-title { display: block; }
  .faq-title .section-index { margin-bottom: 35px; }
  .faq-title p { margin-top: 20px; }
  .faq-list summary { grid-template-columns: 27px 1fr auto; gap: 8px; min-height: 86px; }
  .faq-list summary strong { font-size: 15px; }
  .faq-list summary > i { width: 31px; height: 31px; }
  .faq-list details > p { margin-left: 35px; font-size: 11px; }
  .seo-article { padding: 95px 0; }
  .seo-article-head { display: block; margin-bottom: 55px; padding-bottom: 40px; }
  .seo-article-head .section-index { display: block; margin-bottom: 35px; }
  .seo-article-head h2 { font-size: 43px; }
  .seo-article-head > p { margin-top: 22px; }
  .seo-copy { display: block; }
  .seo-aside { margin-bottom: 52px; }
  .seo-aside > a { display: none; }
  .seo-aside > div { width: min(100%, 280px); margin-top: 8px; }
  .seo-lead { margin-bottom: 42px; padding-bottom: 35px; font-size: 21px; }
  .seo-text section + section { margin-top: 38px; padding-top: 36px; }
  .seo-text h3 { font-size: 29px; }
  .seo-text p:not(.seo-lead) { font-size: 12px; line-height: 1.82; }
  .final-cta, .final-shell { min-height: 910px; }
  .final-top > span { display: none; }
  .final-shell > h2 { font-size: clamp(62px, 20vw, 93px); line-height: .88; }
  .final-bottom { display: block; margin-top: 34px; }
  .final-bottom > p { font-size: 11px; }
  .final-bottom > a { min-width: 0; margin-top: 26px; gap: 20px; justify-content: space-between; }
  .final-bottom > a span { font-size: 19px; }
  .footer-contacts { display: block; margin-top: 28px; }
  .footer-email { min-height: 68px; }
  .footer-email strong { font-size: 18px; }
  .footer-socials { justify-content: space-between; margin-top: 14px; padding: 0; }
  .footer-socials .social-icon { width: 48px; height: 48px; }
  .final-footer span:nth-child(2) { display: none; }
  .quote-modal { place-items: start center; padding: 10px; }
  .quote-modal-card { display: block; min-height: 0; }
  .quote-summary { min-height: 250px; padding: 27px 22px 24px; }
  .quote-summary-price { margin-top: 56px; }
  .quote-summary-price strong { font-size: 42px; }
  .quote-summary-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 28px; border-top: 0; }
  .quote-summary-list div { align-content: start; padding: 10px 0 0; border-top: 1px solid rgba(255,255,255,.17); border-bottom: 0; }
  .quote-summary-list b { font-size: 10px; }
  .quote-summary > p { display: none; }
  .quote-form { padding: 34px 20px 25px; }
  .quote-form h2 { font-size: 43px; }
  .contact-methods { margin-top: 24px; }
  .contact-methods button { min-height: 52px; padding-inline: 11px; font-size: 10px; }
  .quote-close { top: 14px; right: 14px; }
  .quote-success { min-height: calc(100vh - 20px); padding-inline: 20px; }
  .quote-success h2 { font-size: 52px; }
  .quote-success-contact { min-width: min(100%, 310px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* WordPress integration and production states. */
.menu-close-icon { display: none; }
.menu-button.is-open .menu-open-icon { display: none; }
.menu-button.is-open .menu-close-icon { display: inline-flex; }

.niche-stage.is-changing .demo-copy h3,
.service-visual.is-changing .service-copy { animation: demo-copy-in 420ms ease both; }

.showreel {
  background-image: var(--video-poster, none);
  background-position: center;
  background-size: cover;
}

.showreel-trigger {
  position: absolute;
  z-index: 12;
  inset: 0;
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.showreel.is-empty .showreel-trigger { cursor: default; pointer-events: none; }
.showreel.is-empty .showreel-play { opacity: .72; }
.showreel.is-playing .showreel-trigger { display: none; }

.showreel-media {
  position: absolute;
  z-index: 20;
  inset: 0;
  background: #05070d;
  animation: modal-in 240ms ease both;
}

.showreel-media video,
.showreel-media iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.quote-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.quote-field > span > span { color: rgba(17,19,26,.62); }
.quote-error { min-height: 18px; margin-top: 9px; color: #bb2436; font-size: 10px; line-height: 1.5; }
.quote-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.quote-submit.is-loading span::after { display: inline-block; margin-left: 8px; content: "…"; animation: live-pulse 800ms ease-in-out infinite; }
.quote-privacy a { border-bottom: 1px solid currentColor; }

.admin-bar .quote-modal { padding-top: 56px; }

@media (max-width: 782px) {
  .admin-bar .quote-modal { padding-top: 56px; }
}
