@font-face {
  font-family: "Bricolage";
  src: url("/assets/fonts/bricolage-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage";
  src: url("/assets/fonts/bricolage-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage";
  src: url("/assets/fonts/bricolage-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JB Mono";
  src: url("/assets/fonts/jbmono-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --void: #05070a;
  --asphalt: #080c12;
  --surface: #0d131c;
  --surface-up: #121a25;
  --surface-bright: #192433;
  --text: #f4f3ef;
  --muted: #939cab;
  --faint: #74808f;
  --amber: #ffb454;
  --amber-hot: #ffc978;
  --amber-deep: #8b5618;
  --steel: #78bfe9;
  --danger: #ff776f;
  --display: "Bricolage", "Arial Black", sans-serif;
  --body: "Segoe UI", Arial, sans-serif;
  --mono: "JB Mono", "Cascadia Mono", monospace;
  --max: 1400px;
  --side: clamp(22px, 5vw, 72px);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-smooth: cubic-bezier(.65, 0, .35, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
  overflow-x: clip;
  background: var(--void);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(1000px 720px at 85% 6%, rgba(64, 102, 137, .10), transparent 67%),
    radial-gradient(900px 640px at 10% 48%, rgba(255, 180, 84, .045), transparent 68%),
    var(--void);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

img, video, canvas, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
[hidden] { display: none !important; }

::selection { background: var(--amber); color: #1a1005; }

:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--amber);
  color: #1a1005;
  transform: translateY(-160%);
  transition: transform 180ms var(--ease-out);
}

.skip-link:focus { transform: none; }

.site-noise {
  position: fixed;
  z-index: 90;
  inset: 0;
  opacity: .025;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  margin-bottom: 0;
  font-family: var(--display);
  text-wrap: balance;
}

.section-shell {
  width: min(100%, var(--max));
  margin-inline: auto;
  padding-inline: var(--side);
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--amber);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Navigation */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(5, 7, 10, 0);
  transition: background-color 320ms ease, box-shadow 320ms ease, backdrop-filter 320ms ease;
}

.site-header.is-scrolled {
  background: rgba(5, 7, 10, .82);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
  backdrop-filter: blur(18px) saturate(1.2);
}

.scroll-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--scroll-progress, 0) * 100%);
  height: 2px;
  background: linear-gradient(90deg, var(--amber), var(--steel));
  box-shadow: 0 0 18px rgba(255, 180, 84, .6);
  transition: width 80ms linear;
}

.nav-shell {
  display: flex;
  width: min(100%, var(--max));
  min-height: 76px;
  margin-inline: auto;
  padding-inline: var(--side);
  align-items: center;
  gap: 38px;
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  color: var(--text);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
}

.wordmark-two {
  margin-inline: 3px;
  color: var(--amber);
}

.desktop-nav {
  display: flex;
  gap: clamp(22px, 3vw, 42px);
}

.desktop-nav a,
.footer-links a {
  position: relative;
  color: var(--muted);
  font-size: 13px;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms var(--ease-out);
}

.desktop-nav a:hover,
.footer-links a:hover { color: var(--text); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.nav-actions {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 16px;
}

.nav-version {
  color: var(--faint);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 54px;
  padding: 13px 20px;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-family: var(--body);
  font-weight: 700;
  line-height: 1.12;
  isolation: isolate;
  transition: transform 220ms var(--ease-out), background-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -80%;
  left: -45%;
  width: 28%;
  height: 260%;
  background: rgba(255, 255, 255, .36);
  transform: rotate(18deg) translateX(-260%);
  transition: transform 540ms var(--ease-out);
}

.button:hover { transform: translateY(-2px); }
.button:hover::after { transform: rotate(18deg) translateX(620%); }
.button:active { transform: translateY(0); }

.button-small {
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 8px;
  font-size: 13px;
}

.button-signal {
  background: var(--amber);
  color: #211405;
  box-shadow: 0 14px 40px -18px rgba(255, 180, 84, .68);
}

.button-signal:hover {
  background: var(--amber-hot);
  box-shadow: 0 18px 48px -16px rgba(255, 180, 84, .78);
}

.button-wide { width: 100%; }

.button-download {
  min-width: 248px;
  justify-content: flex-start;
}

.button-download svg {
  width: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button-download small {
  display: block;
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .02em;
  opacity: .7;
}

.btn-disabled {
  background: var(--surface-bright) !important;
  color: var(--muted) !important;
  box-shadow: none !important;
  pointer-events: none;
  transform: none !important;
}

.btn-disabled::after { display: none; }

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: var(--surface-up);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 17px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 220ms var(--ease-out);
}

.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }

.mobile-nav {
  position: fixed;
  inset: 72px 0 auto;
  display: grid;
  padding: 22px var(--side) 30px;
  background: rgba(5, 7, 10, .98);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .55);
}

.mobile-nav a {
  padding: 13px 0;
  color: var(--text);
  font-family: var(--display);
  font-size: 21px;
  font-weight: 600;
}

/* Hero */
.hero {
  --mx: 67%;
  --my: 34%;
  position: relative;
  min-height: max(760px, 100svh);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(650px circle at var(--mx) var(--my), rgba(255, 180, 84, .085), transparent 64%),
    linear-gradient(180deg, #05070a 0%, #070a10 72%, #080c12 100%);
}

.signal-canvas {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .72;
  pointer-events: none;
}

.hero-light {
  position: absolute;
  z-index: -1;
  width: 48vw;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .13;
  pointer-events: none;
  will-change: transform;
}

.hero-light-one {
  top: -28vw;
  right: -10vw;
  background: radial-gradient(circle, var(--steel), transparent 68%);
  animation: hero-drift-one 14s var(--ease-smooth) infinite alternate;
}

.hero-light-two {
  bottom: -34vw;
  left: -16vw;
  background: radial-gradient(circle, var(--amber), transparent 70%);
  animation: hero-drift-two 18s var(--ease-smooth) infinite alternate;
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: max(760px, 100svh);
  padding-top: 114px;
  padding-bottom: 92px;
  grid-template-columns: minmax(580px, 1.1fr) minmax(500px, .9fr);
  gap: clamp(44px, 4.5vw, 72px);
  align-items: center;
}

.hero-copy { position: relative; z-index: 3; }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; }

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 5px rgba(255, 180, 84, .10), 0 0 18px rgba(255, 180, 84, .6);
  animation: live-pulse 2.4s ease-in-out infinite;
}

.hero-title {
  max-width: 770px;
  margin: 0;
  font-size: clamp(62px, 5.25vw, 88px);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .91;
}

.hero-copy,
.video-stage { min-width: 0; }

.title-line {
  display: block;
  overflow: visible;
  padding: .04em .08em .12em 0;
}

.title-line > span {
  display: block;
  width: max-content;
  max-width: none;
  white-space: nowrap;
}

.title-line-accent > span {
  color: var(--amber);
  text-shadow: 0 22px 70px rgba(255, 180, 84, .16);
}

.hero-lede {
  max-width: 590px;
  margin: 27px 0 28px;
  color: #b8c0ca;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.52;
  letter-spacing: -.018em;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.hero-film-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 13px;
  font-weight: 650;
  transition: color 180ms ease, transform 180ms var(--ease-out);
}

.hero-film-link:hover { color: var(--amber); transform: translateX(3px); }

.mini-play {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-up);
  color: var(--amber);
  font-size: 9px;
}

.hero-meta {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  gap: 11px 22px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.hero-meta span { position: relative; }
.hero-meta span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--faint);
}

.safety-line {
  display: flex;
  margin: 18px 0 0;
  align-items: center;
  gap: 9px;
  color: var(--faint);
  font-size: 11px;
}

.safety-line > span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 119, 111, .10);
  color: var(--danger);
  font-family: var(--mono);
  font-size: 9px;
}

.video-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  perspective: 1200px;
}

.video-halo {
  position: absolute;
  z-index: -1;
  inset: 18% 3% -13%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 180, 84, .25), rgba(86, 151, 199, .10) 40%, transparent 70%);
  opacity: .5;
  animation: video-halo 7s ease-in-out infinite alternate;
}

.video-shell {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  margin: 0;
  transform: perspective(1300px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 420ms var(--ease-out);
}

.video-shell.is-tracking { transition-duration: 80ms; }

.demo-viewport {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: clamp(15px, 2vw, 25px);
  background: #030506;
  box-shadow: 0 42px 110px -36px rgba(0, 0, 0, .95), 0 0 0 1px rgba(255, 255, 255, .075), 0 0 80px -44px rgba(255, 180, 84, .7);
}

.demo-viewport::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(125deg, rgba(255, 255, 255, .055), transparent 28%, transparent 72%, rgba(255, 180, 84, .04));
}

.demo-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(72px, 7vw, 96px);
  height: clamp(72px, 7vw, 96px);
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--amber);
  color: #1f1304;
  box-shadow: 0 0 0 12px rgba(255, 180, 84, .10), 0 18px 55px rgba(0, 0, 0, .45);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: opacity 220ms ease, transform 260ms var(--ease-out), box-shadow 260ms ease;
  animation: play-pulse 2.8s ease-in-out infinite;
}

.video-play:hover {
  transform: translate(-50%, -50%) scale(1.07);
  box-shadow: 0 0 0 18px rgba(255, 180, 84, .11), 0 22px 62px rgba(0, 0, 0, .52);
}

.video-play svg { width: 34%; fill: currentColor; }

.demo-viewport.playing .video-play {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -42%) scale(.9);
}

.video-label {
  position: absolute;
  z-index: 3;
  right: 18px;
  top: 17px;
  padding: 7px 9px;
  border-radius: 7px;
  background: rgba(5, 7, 10, .70);
  color: #c8cdd5;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.video-corner {
  position: absolute;
  z-index: 3;
  width: 36px;
  height: 36px;
  pointer-events: none;
}

.video-corner-top {
  top: 15px;
  left: 15px;
  border-top: 1px solid rgba(255, 180, 84, .7);
  border-left: 1px solid rgba(255, 180, 84, .7);
}

.video-corner-bottom {
  right: 15px;
  bottom: 15px;
  border-right: 1px solid rgba(255, 180, 84, .7);
  border-bottom: 1px solid rgba(255, 180, 84, .7);
}

.video-shell figcaption {
  display: flex;
  margin-top: 14px;
  justify-content: flex-end;
  gap: 20px;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 24px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue span {
  position: relative;
  width: 26px;
  height: 1px;
  overflow: hidden;
  background: var(--surface-bright);
}

.scroll-cue span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--amber);
  animation: scroll-cue 2.2s ease-in-out infinite;
}

/* Signal rail */
.signal-rail {
  position: relative;
  z-index: 4;
  overflow: hidden;
  background: linear-gradient(100deg, #0b1017, #101721 48%, #0a0f16);
  box-shadow: inset 0 18px 45px rgba(255, 255, 255, .012), 0 24px 80px rgba(0, 0, 0, .22);
}

.signal-rail-pulse {
  position: absolute;
  top: 0;
  left: -240px;
  width: 240px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--amber), var(--steel), transparent);
  box-shadow: 0 0 22px rgba(255, 180, 84, .8);
  animation: rail-pulse 7s linear infinite;
}

.signal-rail-grid {
  display: grid;
  min-height: 124px;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
}

.signal-rail p { margin: 0; }
.signal-rail strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: -.02em;
}
.signal-rail span { color: var(--faint); font-size: 11px; }

/* Product capability scenes */
.capabilities { padding-top: clamp(105px, 13vw, 190px); padding-bottom: clamp(105px, 13vw, 190px); }

.section-heading {
  display: grid;
  max-width: 1100px;
  margin-bottom: clamp(60px, 8vw, 105px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, .45fr);
  gap: 46px;
  align-items: end;
}

.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -12px; }
.section-heading h2,
.setup-heading h2,
.price-heading h2,
.faq-heading h2,
.final-cta h2 {
  font-size: clamp(48px, 6.2vw, 88px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .96;
}

.section-heading > p:last-child,
.setup-heading > p:last-of-type,
.price-heading > p:last-child,
.faq-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.68;
}

.capability-stack { display: grid; gap: clamp(82px, 10vw, 150px); }

.capability {
  position: relative;
  display: grid;
  min-height: 340px;
  padding: 0;
  overflow: visible;
  grid-template-columns: minmax(290px, .75fr) minmax(440px, 1.25fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
  background: transparent;
}

.capability-mirror { background: transparent; }

.capability-mirror .capability-copy { order: 2; }
.capability-mirror .capability-visual { order: 1; }

.capability-copy { position: relative; z-index: 2; }
.capability-kicker {
  margin-bottom: 15px;
  color: var(--amber);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.capability-copy h3 {
  max-width: 520px;
  margin-bottom: 20px;
  font-size: clamp(35px, 4vw, 58px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1;
}
.capability-copy > p:last-child { max-width: 470px; margin: 0; color: var(--muted); }

.capability-visual {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(3, 6, 9, .55);
  box-shadow: 0 34px 80px -50px rgba(0, 0, 0, .95), inset 0 0 70px rgba(0, 0, 0, .32), inset 0 0 0 1px rgba(255, 255, 255, .025);
}

.visual-readout {
  position: absolute;
  right: 16px;
  bottom: 13px;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .09em;
}

.browser-command {
  position: absolute;
  z-index: 2;
  top: 23px;
  left: 24px;
  display: flex;
  min-width: min(72%, 340px);
  padding: 12px 15px;
  border-radius: 9px;
  align-items: center;
  background: #0b1119;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .32);
  color: var(--faint);
  font-family: var(--mono);
  font-size: 9px;
}
.browser-command strong { color: var(--text); font-weight: 500; }
.browser-command i {
  width: 1px;
  height: 13px;
  margin-left: 3px;
  background: var(--amber);
  animation: caret-blink 1s steps(1) infinite;
}
.browser-visual svg { position: absolute; right: 0; bottom: 16px; width: 94%; }
.route-shadow, .route-line { fill: none; stroke-linecap: round; }
.route-shadow { stroke: rgba(255, 180, 84, .09); stroke-width: 14; }
.route-line {
  stroke: url("#routeGradient");
  stroke: var(--amber);
  stroke-width: 2.2;
  stroke-dasharray: 12 10;
  animation: route-travel 2.8s linear infinite;
}
.route-node { fill: var(--void); stroke: var(--steel); stroke-width: 2; }
.node-one { animation: node-pulse 2.2s ease-in-out infinite; }
.node-two { animation: node-pulse 2.2s .8s ease-in-out infinite; }

.mirror-visual {
  display: flex;
  padding: 35px;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
}
.mirror-frame {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #0c121a;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06), 0 20px 45px rgba(0, 0, 0, .35);
  color: var(--faint);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .1em;
}
.mirror-frame-a { width: 110px; height: 180px; animation: mirror-float-a 5s ease-in-out infinite; }
.mirror-frame-b { width: min(52%, 270px); aspect-ratio: 16/9; animation: mirror-float-b 5s .4s ease-in-out infinite; }
.mirror-frame-b b {
  position: absolute;
  inset: 13px;
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(255, 180, 84, .22), rgba(120, 191, 233, .08));
  animation: mirror-screen 3.2s ease-in-out infinite;
}
.mirror-frame span { position: relative; z-index: 2; }
.mirror-signal { display: flex; gap: 5px; align-items: flex-end; }
.mirror-signal i { width: 3px; border-radius: 3px; background: var(--amber); animation: signal-bars 1.2s ease-in-out infinite alternate; }
.mirror-signal i:nth-child(1) { height: 9px; }
.mirror-signal i:nth-child(2) { height: 17px; animation-delay: .2s; }
.mirror-signal i:nth-child(3) { height: 25px; animation-delay: .4s; }

.remote-visual { background: #090e15; }
.trackpad-grid {
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(120, 191, 233, .11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 191, 233, .11) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 58% 45%, #000 0, transparent 75%);
}
.cursor-path {
  position: absolute;
  top: 28%;
  left: 20%;
  width: 52%;
  height: 39%;
  border-top: 1px dashed rgba(255, 180, 84, .28);
  border-right: 1px dashed rgba(255, 180, 84, .28);
  border-radius: 50%;
  transform: rotate(-12deg);
}
.remote-cursor {
  position: absolute;
  top: 68%;
  left: 24%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 9px rgba(255, 180, 84, .08), 0 0 34px rgba(255, 180, 84, .45);
  animation: cursor-drive 4.8s var(--ease-smooth) infinite;
}
.remote-cursor span {
  position: absolute;
  inset: -14px;
  border: 1px solid rgba(255, 180, 84, .35);
  border-radius: 50%;
  animation: click-ring 4.8s var(--ease-smooth) infinite;
}
.gesture-label {
  position: absolute;
  padding: 6px 8px;
  border-radius: 6px;
  background: rgba(14, 21, 31, .8);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .09em;
}
.gesture-a { top: 26%; right: 19%; }
.gesture-b { bottom: 21%; left: 20%; }

/* Setup */
.setup {
  position: relative;
  padding-block: clamp(110px, 13vw, 190px);
  overflow: hidden;
  background: linear-gradient(155deg, #080c12, #0c121b 54%, #070b10);
}

.setup-glow {
  position: absolute;
  top: 10%;
  left: -20%;
  width: 70vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 191, 233, .075), transparent 68%);
  pointer-events: none;
}

.setup-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(310px, .72fr) minmax(480px, 1.28fr);
  column-gap: clamp(70px, 10vw, 145px);
  align-items: start;
}

.setup-heading {
  position: sticky;
  top: 122px;
}

.setup-heading h2 { margin-bottom: 28px; }
.setup-heading > p:last-of-type { max-width: 470px; }

.setup-progress {
  position: relative;
  width: min(100%, 420px);
  height: 3px;
  margin-top: 38px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--surface-bright);
}

.setup-progress span {
  display: block;
  width: var(--setup-progress, 25%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--amber), var(--steel));
  box-shadow: 0 0 18px rgba(255, 180, 84, .45);
  transition: width 600ms var(--ease-out);
}

.setup-steps { display: grid; margin: 0; padding: 0; gap: 14px; list-style: none; }
.setup-step {
  display: grid;
  padding: clamp(24px, 3vw, 36px);
  grid-template-columns: 64px 1fr;
  gap: 18px;
  border-radius: 18px;
  background: rgba(16, 23, 33, .76);
  box-shadow: inset 0 1px rgba(255, 255, 255, .022);
  opacity: 1;
  transform-origin: left center;
  transition: opacity 420ms ease, transform 420ms var(--ease-out), background-color 420ms ease, box-shadow 420ms ease;
}

.setup-step.active,
.setup-step:hover {
  opacity: 1;
  transform: translateX(5px);
  background: rgba(22, 31, 44, .92);
  box-shadow: inset 3px 0 var(--amber), 0 28px 65px -46px rgba(0, 0, 0, .9);
}

.step-number {
  padding-top: 4px;
  color: var(--amber);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
}
.setup-step h3 { margin-bottom: 8px; font-size: 24px; font-weight: 700; letter-spacing: -.025em; }
.setup-step p { max-width: 620px; margin: 0; color: var(--muted); }

.troubleshooting {
  grid-column: 2;
  margin-top: 18px;
  padding: 0 26px;
  border-radius: 16px;
  background: rgba(10, 15, 22, .72);
}
.troubleshooting summary {
  position: relative;
  padding: 22px 50px 22px 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 600;
  list-style: none;
}
.troubleshooting summary::-webkit-details-marker { display: none; }
.troubleshooting summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 13px;
  color: var(--amber);
  font-family: var(--body);
  font-size: 28px;
  font-weight: 300;
  transition: transform 220ms var(--ease-out);
}
.troubleshooting[open] summary::after { transform: rotate(45deg); }
.troubleshooting > div { padding: 0 0 26px 82px; color: var(--muted); animation: details-in 300ms var(--ease-out); }
.troubleshooting > div p { margin-bottom: 12px; }
.troubleshooting > div ol { display: grid; margin: 0; padding-left: 18px; gap: 7px; }

/* Pricing */
.pricing {
  position: relative;
  display: grid;
  padding-top: clamp(115px, 14vw, 200px);
  padding-bottom: clamp(115px, 14vw, 200px);
  grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr);
  gap: clamp(75px, 11vw, 160px);
  align-items: center;
}

.price-aura {
  position: absolute;
  z-index: -1;
  top: 12%;
  right: -18%;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 180, 84, .10), rgba(120, 191, 233, .035) 40%, transparent 70%);
  animation: price-aura 9s ease-in-out infinite alternate;
}

.price-heading h2 { max-width: 760px; margin-bottom: 30px; }
.price-heading > p:last-child { max-width: 560px; }

.price-conversion {
  padding: clamp(28px, 4vw, 48px);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(18, 26, 37, .94), rgba(11, 16, 23, .88));
  box-shadow: 0 42px 100px -66px rgba(0, 0, 0, 1), inset 0 1px rgba(255, 255, 255, .035);
}

.price-value {
  display: flex;
  align-items: flex-start;
  font-family: var(--display);
  line-height: .82;
}
.price-value > span {
  color: var(--text);
  font-size: clamp(82px, 8vw, 122px);
  font-weight: 800;
  letter-spacing: -.075em;
}
.price-value sup { margin: 4px 10px 0 0; color: var(--amber); font-size: 30px; }
.price-value small {
  margin: auto 0 4px auto;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.price-conversion ul { display: grid; margin: 30px 0; padding: 0; gap: 12px; list-style: none; }
.price-conversion li { position: relative; padding-left: 24px; color: #c4cad2; font-size: 14px; }
.price-conversion li::before { content: "↗"; position: absolute; left: 0; color: var(--amber); }
.price-note { margin: 13px 0 0; color: var(--faint); font-size: 11px; text-align: center; }

/* FAQ */
.faq {
  display: grid;
  padding-top: clamp(95px, 11vw, 150px);
  padding-bottom: clamp(105px, 12vw, 170px);
  grid-template-columns: minmax(260px, .63fr) minmax(470px, 1.37fr);
  gap: clamp(65px, 10vw, 150px);
  align-items: start;
}

.faq-heading h2 { margin-bottom: 22px; }
.faq-heading a { color: var(--text); text-decoration: underline; text-decoration-color: var(--amber-deep); text-underline-offset: 4px; }
.faq-list { display: grid; gap: 9px; }
.faq-list details {
  padding: 0 23px;
  border-radius: 13px;
  background: rgba(14, 20, 29, .82);
  transition: background-color 220ms ease, transform 220ms var(--ease-out);
}
.faq-list details:hover { background: rgba(19, 27, 39, .92); transform: translateX(3px); }
.faq-list summary {
  position: relative;
  padding: 21px 50px 21px 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 600;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 12px;
  color: var(--amber);
  font-family: var(--body);
  font-size: 28px;
  font-weight: 300;
  transition: transform 220ms var(--ease-out);
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { max-width: 700px; margin: 0 45px 23px 0; color: var(--muted); animation: details-in 300ms var(--ease-out); }

/* Final CTA + footer */
.final-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0b1119, #101823 55%, #080c12);
}
.final-beam {
  position: absolute;
  top: -70%;
  right: -8%;
  width: 65%;
  height: 230%;
  background: linear-gradient(100deg, transparent 35%, rgba(255, 180, 84, .13) 50%, transparent 65%);
  transform: rotate(-12deg);
  animation: final-beam 8s var(--ease-smooth) infinite alternate;
}
.final-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 380px;
  padding-block: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
.final-cta h2 { margin: 0; }
.final-action { display: grid; justify-items: start; gap: 12px; }
.final-action p { margin: 0; color: var(--faint); font-family: var(--mono); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }

.site-footer { padding-top: 74px; background: #040609; }
.footer-main {
  display: grid;
  padding-bottom: 64px;
  grid-template-columns: 1.7fr .75fr 1fr 1.2fr;
  gap: 42px;
}
.footer-brand p { max-width: 280px; margin: 17px 0 0; color: var(--faint); font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links > span { margin-bottom: 5px; color: var(--text); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { overflow-wrap: anywhere; }
.footer-links a[aria-disabled="true"] { opacity: .45; cursor: not-allowed; }
.footer-bottom {
  display: flex;
  padding-top: 24px;
  padding-bottom: 30px;
  justify-content: space-between;
  color: #74808f;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

/* Motion choreography */
.reveal,
.load-reveal { opacity: 1; transform: none; }

.motion-ok .reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(.985);
  transition: opacity 720ms var(--ease-out) var(--delay, 0ms), transform 720ms var(--ease-out) var(--delay, 0ms);
}

.motion-ok .reveal.in { opacity: 1; transform: none; }

.motion-ok .title-line > span {
  animation: title-enter 980ms var(--ease-out) both;
  will-change: transform, clip-path;
}

.motion-ok .title-line > span.title-revealed {
  opacity: 1;
  clip-path: none;
  transform: none;
  animation: none;
  will-change: auto;
}

.motion-ok .title-line-accent > span { animation-delay: 110ms; }

.motion-ok .load-reveal {
  animation: load-enter 820ms var(--ease-out) both;
  animation-delay: var(--load-delay, 240ms);
}

@keyframes title-enter {
  from { opacity: 0; transform: translateY(72%) skewY(3deg); clip-path: inset(0 0 100% 0); }
  to { opacity: 1; transform: none; clip-path: inset(-16% -12% -18% -12%); }
}

@keyframes load-enter {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

@keyframes hero-drift-one { to { transform: translate(-8%, 10%) scale(1.08); opacity: .18; } }
@keyframes hero-drift-two { to { transform: translate(12%, -8%) scale(.92); opacity: .18; } }
@keyframes live-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .45; } }
@keyframes video-halo { to { opacity: .75; transform: translateY(4%) scale(1.05); } }
@keyframes play-pulse { 0%, 100% { box-shadow: 0 0 0 10px rgba(255, 180, 84, .08), 0 18px 55px rgba(0, 0, 0, .45); } 50% { box-shadow: 0 0 0 18px rgba(255, 180, 84, .12), 0 18px 55px rgba(0, 0, 0, .45); } }
@keyframes scroll-cue { 0% { transform: translateX(-100%); } 55%, 100% { transform: translateX(110%); } }
@keyframes rail-pulse { to { left: calc(100% + 240px); } }
@keyframes caret-blink { 50% { opacity: 0; } }
@keyframes route-travel { to { stroke-dashoffset: -44; } }
@keyframes node-pulse { 50% { r: 10px; opacity: .55; } }
@keyframes mirror-float-a { 50% { transform: translateY(-8px); } }
@keyframes mirror-float-b { 50% { transform: translateY(7px); } }
@keyframes mirror-screen { 50% { opacity: .55; transform: scale(.97); } }
@keyframes signal-bars { to { opacity: .35; transform: scaleY(.65); } }
@keyframes cursor-drive { 0%, 100% { top: 68%; left: 24%; } 40% { top: 30%; left: 61%; } 68% { top: 48%; left: 73%; } }
@keyframes click-ring { 0%, 35%, 55%, 100% { opacity: 0; transform: scale(.7); } 42% { opacity: 1; transform: scale(1); } }
@keyframes details-in { from { opacity: 0; transform: translateY(-7px); } }
@keyframes price-aura { to { transform: translate(-4%, 3%) scale(1.08); opacity: .7; } }
@keyframes final-beam { to { transform: rotate(-7deg) translateX(-12%); opacity: .72; } }

/* Continuous motion runs only while its scene is visible. */
.motion-managed .hero:not(.motion-active) .hero-light,
.motion-managed .hero:not(.motion-active) .live-dot,
.motion-managed .hero:not(.motion-active) .video-halo,
.motion-managed .hero:not(.motion-active) .video-play,
.motion-managed .signal-rail:not(.motion-active) .signal-rail-pulse,
.motion-managed .capability:not(.motion-active) .browser-command i,
.motion-managed .capability:not(.motion-active) .route-line,
.motion-managed .capability:not(.motion-active) .route-node,
.motion-managed .capability:not(.motion-active) .mirror-frame,
.motion-managed .capability:not(.motion-active) .mirror-frame-b b,
.motion-managed .capability:not(.motion-active) .mirror-signal i,
.motion-managed .capability:not(.motion-active) .remote-cursor,
.motion-managed .capability:not(.motion-active) .remote-cursor span,
.motion-managed .pricing:not(.motion-active) .price-aura,
.motion-managed .final-cta:not(.motion-active) .final-beam {
  animation-play-state: paused !important;
}

/* Tablet */
@media (max-width: 1270px) {
  .hero-shell {
    min-height: auto;
    padding-top: 135px;
    padding-bottom: 110px;
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .hero-copy { max-width: 850px; }
  .hero-title { font-size: clamp(62px, 5.8vw, 82px); }
  .video-stage { width: min(100%, 940px); margin-inline: auto; }
  .scroll-cue { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .section-heading > p:last-child { max-width: 620px; }
  .capability { grid-template-columns: 1fr; gap: 44px; }
  .capability-mirror .capability-copy, .capability-mirror .capability-visual { order: initial; }
  .capability-copy { max-width: 700px; }
  .setup-shell { grid-template-columns: 1fr; row-gap: 65px; }
  .setup-heading { position: static; max-width: 760px; }
  .setup-progress { max-width: 620px; }
  .troubleshooting { grid-column: auto; }
  .pricing, .faq { grid-template-columns: 1fr; gap: 68px; }
  .price-heading, .faq-heading { max-width: 780px; }
  .price-conversion { width: min(100%, 660px); }
  .faq-list { max-width: 850px; }
}

@media (max-width: 820px) {
  .desktop-nav, .nav-version { display: none; }
  .menu-toggle { display: block; }
  .signal-rail-grid { grid-template-columns: repeat(2, 1fr); padding-block: 31px; gap: 26px 40px; }
  .signal-rail-grid { min-height: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

/* Mobile */
@media (max-width: 620px) {
  :root { --side: 19px; }
  html { scroll-padding-top: 66px; }
  .site-noise { opacity: .018; }
  .nav-shell { min-height: 66px; gap: 12px; }
  .site-header.is-scrolled { backdrop-filter: blur(12px); }
  .wordmark { font-size: 16px; }
  .nav-actions { gap: 9px; }
  .nav-actions .button-small { min-height: 38px; padding-inline: 12px; font-size: 12px; }
  .mobile-nav { inset: 66px 0 auto; }
  .hero { min-height: auto; }
  .signal-canvas { opacity: .4; }
  .hero-light { width: 92vw; }
  .hero-shell { padding-top: 108px; padding-bottom: 78px; gap: 54px; }
  .hero-title { font-size: clamp(38px, 12vw, 62px); line-height: .9; }
  .hero-lede { margin-top: 20px; font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .button-download { width: 100%; }
  .hero-film-link { width: max-content; }
  .hero-meta { gap: 9px 18px; }
  .hero-meta span:not(:last-child)::after { right: -11px; }
  .video-stage { margin-inline: 0; }
  .demo-viewport { border-radius: 14px; }
  .video-play { width: 68px; height: 68px; }
  .video-label { top: 10px; right: 10px; font-size: 7px; }
  .video-corner { width: 25px; height: 25px; }
  .video-corner-top { top: 10px; left: 10px; }
  .video-corner-bottom { right: 10px; bottom: 10px; }
  .video-shell figcaption { justify-content: flex-start; flex-wrap: wrap; gap: 8px 15px; }
  .signal-rail-grid { gap: 22px 18px; }
  .signal-rail strong { font-size: 16px; }
  .capabilities { padding-block: 92px; }
  .section-heading { margin-bottom: 48px; }
  .section-heading h2, .setup-heading h2, .price-heading h2, .faq-heading h2, .final-cta h2 { font-size: clamp(43px, 13vw, 60px); }
  .section-heading > p:last-child, .setup-heading > p:last-of-type, .price-heading > p:last-child { font-size: 15px; }
  .capability-stack { gap: 74px; }
  .capability { min-height: 0; padding: 0; gap: 30px; border-radius: 0; }
  .capability-copy h3 { font-size: 36px; }
  .capability-copy > p:last-child { font-size: 14px; }
  .capability-visual { min-height: 230px; border-radius: 15px; }
  .browser-command { top: 17px; left: 16px; min-width: 76%; }
  .browser-visual svg { width: 105%; }
  .mirror-visual { padding: 22px 15px; gap: 14px; }
  .mirror-frame-a { width: 76px; height: 132px; }
  .mirror-frame-b { width: 54%; }
  .setup { padding-block: 94px; }
  .setup-shell { row-gap: 48px; }
  .setup-steps { gap: 10px; }
  .setup-step { padding: 23px 20px; grid-template-columns: 42px 1fr; gap: 9px; border-radius: 14px; opacity: 1; }
  .setup-step.active { transform: translateX(2px); }
  .setup-step h3 { font-size: 20px; }
  .setup-step p { font-size: 14px; }
  .troubleshooting { padding-inline: 20px; }
  .troubleshooting > div { padding-left: 0; }
  .pricing { padding-block: 96px; gap: 48px; }
  .price-conversion { padding: 26px 20px; border-radius: 18px; }
  .price-value > span { font-size: 76px; }
  .price-value sup { font-size: 24px; }
  .faq { padding-block: 86px 104px; gap: 45px; }
  .faq-list details { padding-inline: 18px; }
  .faq-list summary { padding-right: 38px; font-size: 16px; }
  .faq-list p { margin-right: 20px; font-size: 14px; }
  .final-cta-inner { min-height: 390px; padding-block: 65px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 38px; }
  .final-action, .final-action .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-links:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }

  .hero-light,
  .video-halo,
  .signal-rail-pulse,
  .route-node,
  .mirror-frame,
  .price-aura,
  .final-beam { animation: none !important; }
}

@media (hover: none), (pointer: coarse) {
  .video-shell { transform: none !important; }
  .button:hover, .capability:hover, .faq-list details:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .motion-ok .reveal,
  .motion-ok .reveal.in,
  .motion-ok .load-reveal,
  .motion-ok .title-line > span {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
  .signal-canvas { opacity: .25; }
  .hero-light,
  .live-dot,
  .video-halo,
  .video-play,
  .scroll-cue span::after,
  .signal-rail-pulse,
  .browser-command i,
  .route-line,
  .route-node,
  .mirror-frame,
  .mirror-frame-b b,
  .mirror-signal i,
  .remote-cursor,
  .remote-cursor span,
  .price-aura,
  .final-beam {
    animation: none !important;
  }
  .video-shell { transform: none !important; transition: none; }
  .scroll-progress,
  .setup-progress span,
  .setup-step { transition: none !important; }
  .troubleshooting > div,
  .faq-list p { animation: none !important; }
}

.lite-motion .signal-canvas { display: none; }
.lite-motion .hero-light,
.lite-motion .live-dot,
.lite-motion .video-halo,
.lite-motion .video-play,
.lite-motion .signal-rail-pulse,
.lite-motion .browser-command i,
.lite-motion .remote-cursor,
.lite-motion .route-line,
.lite-motion .route-node,
.lite-motion .mirror-frame,
.lite-motion .mirror-frame-b b,
.lite-motion .mirror-signal i,
.lite-motion .remote-cursor span,
.lite-motion .price-aura,
.lite-motion .final-beam { animation: none; }
