:root {
  --ink: #f4f7f8;
  --muted: #91a0aa;
  --night: #071018;
  --panel: #0d1922;
  --panel-2: #101f2a;
  --line: rgba(166, 190, 201, 0.17);
  --cyan: #29d9e8;
  --amber: #ffad3d;
  --green: #5ee6a8;
  --display: "Space Grotesk", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(41, 217, 232, 0.11), transparent 29rem),
    radial-gradient(circle at 100% 30%, rgba(255, 173, 61, 0.08), transparent 34rem),
    var(--night);
  font-family: var(--body);
  line-height: 1.6;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

a { color: inherit; text-decoration: none; }
.page-shell { width: min(1460px, 100%); margin: 0 auto; overflow: hidden; }
.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 84px;
  padding: 0 clamp(22px, 5vw, 74px);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: 11px; font: 700 18px/1 var(--display); }
.brand img { width: 38px; height: 38px; border-radius: 10px; }
.site-header nav, footer nav { display: flex; align-items: center; gap: 30px; }
.site-header nav a, footer nav a { color: var(--muted); font-size: 13px; font-weight: 600; transition: color .2s ease; }
.site-header nav a:hover, footer nav a:hover { color: var(--ink); }
.header-cta { justify-self: end; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 700; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
  min-height: 760px;
  padding: 80px clamp(22px, 5vw, 74px) 100px;
}

.eyebrow { margin: 0 0 19px; color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 25px; height: 1px; margin: 0 9px 4px 0; background: currentColor; }
h1, h2, h3 { margin-top: 0; font-family: var(--display); line-height: 1.04; letter-spacing: -.04em; }
h1 { max-width: 710px; margin-bottom: 24px; font-size: clamp(58px, 6.4vw, 101px); }
h1 em { color: transparent; background: linear-gradient(110deg, var(--cyan), #c9fbff 45%, var(--amber)); background-clip: text; font-style: normal; }
.hero-lede { max-width: 625px; margin: 0 0 34px; color: #b5c1c8; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 23px; border-radius: 5px; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #031015; background: var(--cyan); box-shadow: 0 13px 40px rgba(41, 217, 232, .16); }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.trust-row { display: flex; flex-wrap: wrap; gap: 21px; margin-top: 41px; color: #748590; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.trust-row span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 8px 2px 0; border-radius: 50%; background: var(--green); }

.hero-console { overflow: hidden; border: 1px solid rgba(41, 217, 232, .25); border-radius: 9px; background: rgba(8, 18, 26, .94); box-shadow: 0 40px 120px rgba(0,0,0,.5), 0 0 80px rgba(41,217,232,.06); transform: perspective(1100px) rotateY(-3deg); }
.console-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 46px; padding: 0 15px; border-bottom: 1px solid var(--line); color: #6f818c; font: 700 9px/1 var(--display); letter-spacing: .13em; }
.console-top div { display: flex; gap: 5px; }
.console-top i { width: 6px; height: 6px; border-radius: 50%; background: #34434c; }
.console-top b { justify-self: end; color: var(--green); font-size: 8px; }
.console-stage { display: grid; grid-template-columns: 1fr 145px; gap: 12px; padding: 14px; }
.video-frame { position: relative; min-height: 330px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg, #132a37, #071018 68%); }
.video-frame::before { position: absolute; inset: 0; content: ""; background: repeating-linear-gradient(90deg, transparent 0 64px, rgba(255,255,255,.025) 65px); }
.video-glow { position: absolute; top: 8%; right: 3%; width: 50%; height: 70%; border-radius: 50%; background: rgba(41,217,232,.12); filter: blur(40px); }
.portrait-frame { position: absolute; right: 16%; bottom: 0; width: 44%; height: 84%; }
.portrait-head { position: absolute; top: 0; left: 29%; width: 44%; aspect-ratio: .88; border: 3px solid rgba(41,217,232,.38); border-radius: 48% 48% 42% 44%; background: linear-gradient(145deg, #50616a, #182933); }
.portrait-body { position: absolute; right: 0; bottom: -10%; width: 100%; height: 65%; border-radius: 52% 52% 0 0; background: linear-gradient(145deg, #1f3b48, #0b1820); }
.caption-line { position: absolute; bottom: 24px; left: 18px; z-index: 2; max-width: 64%; padding: 7px 10px; color: #071018; background: var(--ink); font: 800 13px/1 var(--display); letter-spacing: .02em; }
.play-mark { position: absolute; inset: 50% auto auto 50%; z-index: 2; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(7,16,24,.56); transform: translate(-50%,-50%); font-size: 13px; }
.console-stage aside { padding: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.018); }
.console-stage aside p { margin: 0; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.console-stage aside > strong { display: block; margin: 4px 0 8px; color: var(--cyan); font: 700 35px/1 var(--display); }
.meter { height: 3px; background: #23333d; }
.meter span { display: block; width: 91%; height: 100%; background: var(--cyan); }
.console-stage dl { margin: 18px 0 0; }
.console-stage dl div { padding: 9px 0; border-top: 1px solid var(--line); }
.console-stage dt { color: #697b86; font-size: 8px; text-transform: uppercase; }
.console-stage dd { margin: 2px 0 0; font: 600 11px/1 var(--display); }
.timeline-preview { position: relative; height: 137px; padding: 26px 15px 15px; border-top: 1px solid var(--line); background: #09131a; }
.ticks { position: absolute; top: 11px; right: 15px; left: 15px; height: 7px; border-top: 1px solid #30404a; background: repeating-linear-gradient(90deg, #30404a 0 1px, transparent 1px 33px); }
.track { position: relative; height: 36px; margin-bottom: 7px; border: 1px solid rgba(41,217,232,.2); background: rgba(41,217,232,.08); }
.video-track { display: grid; grid-template-columns: 1fr .65fr 1.4fr; gap: 2px; }
.video-track span { background: linear-gradient(135deg, rgba(41,217,232,.2), rgba(41,217,232,.03)); }
.audio-track { height: 24px; border-color: rgba(94,230,168,.2); background: repeating-linear-gradient(90deg, rgba(94,230,168,.25) 0 1px, transparent 1px 5px); }
.playhead { position: absolute; top: 8px; bottom: 10px; left: 58%; width: 1px; background: var(--amber); box-shadow: 0 0 12px var(--amber); }

.signal-strip { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 3vw, 45px); min-height: 77px; padding: 0 20px; border-block: 1px solid var(--line); color: #758690; font: 700 10px/1 var(--display); letter-spacing: .18em; }
.signal-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }
.section { padding: 125px clamp(22px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 30px; margin-bottom: 54px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.section-heading h2, .platform-copy h2, .closing-card h2 { margin-bottom: 0; font-size: clamp(39px, 5vw, 68px); }
.section-heading > p:last-child { max-width: 500px; margin: 0 0 7px; justify-self: end; color: var(--muted); font-size: 14px; }
.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.feature-card { min-height: 320px; padding: 30px; border-right: 1px solid var(--line); background: rgba(255,255,255,.018); transition: background .25s ease, transform .25s ease; }
.feature-card:last-child { border-right: 0; }
.feature-card:hover { z-index: 2; background: var(--panel-2); transform: translateY(-8px); }
.feature-card > b { color: var(--cyan); font: 600 11px/1 var(--display); }
.feature-card h3 { margin: 70px 0 15px; font-size: 23px; }
.feature-card p { min-height: 86px; color: var(--muted); font-size: 13px; }
.feature-card > span { color: #d6e0e4; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.platform-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 9vw, 140px); align-items: center; padding: 120px clamp(22px, 7vw, 110px); background: linear-gradient(115deg, rgba(13,25,34,.94), rgba(7,16,24,.74)); border-block: 1px solid var(--line); }
.platform-copy > p:not(.eyebrow) { max-width: 570px; color: var(--muted); font-size: 14px; }
.platform-copy ul { padding: 0; margin: 33px 0 0; list-style: none; }
.platform-copy li { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 16px 0; border-top: 1px solid var(--line); }
.platform-copy li strong { color: var(--ink); font: 600 13px/1.5 var(--display); }
.platform-copy li span { color: var(--muted); font-size: 12px; }
.queue-panel { padding: 18px; border: 1px solid rgba(255,173,61,.25); background: #0a151d; box-shadow: 25px 35px 90px rgba(0,0,0,.32); }
.queue-header { display: flex; justify-content: space-between; padding: 8px 7px 18px; color: var(--muted); font: 700 10px/1 var(--display); text-transform: uppercase; }
.queue-header b { color: var(--green); }
.queue-item { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 12px; min-height: 74px; padding: 10px 13px; border-top: 1px solid var(--line); }
.queue-item.active { border: 1px solid rgba(41,217,232,.22); background: rgba(41,217,232,.06); }
.queue-item i { color: #546670; font: normal 600 10px/1 var(--display); }
.queue-item div { display: flex; flex-direction: column; }
.queue-item strong { font: 600 12px/1.5 var(--display); }
.queue-item span { color: var(--muted); font-size: 9px; }
.queue-item > b { padding: 5px 7px; border: 1px solid var(--line); border-radius: 3px; color: #a9b7be; font-size: 8px; text-transform: uppercase; }
.approval-line { margin: 18px 7px 5px; color: #71828c; font-size: 9px; text-transform: uppercase; }
.approval-line span { display: inline-block; width: 6px; height: 6px; margin: 0 8px 1px 0; border-radius: 50%; background: var(--green); }

.control-section { padding: 125px clamp(22px, 7vw, 110px); }
.control-section .section-heading { grid-template-columns: 1fr; }
.control-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.control-grid article { min-height: 230px; padding: 32px; background: var(--night); }
.control-grid span { color: var(--amber); font: 600 10px/1 var(--display); }
.control-grid h3 { margin: 56px 0 12px; font-size: 22px; }
.control-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.closing-card { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin: 0 clamp(22px, 5vw, 74px) 95px; padding: clamp(38px, 6vw, 78px); border: 1px solid rgba(41,217,232,.23); background: radial-gradient(circle at 100% 0%, rgba(41,217,232,.13), transparent 45%), #0c1921; }
.closing-card h2 { max-width: 720px; }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 32px; min-height: 115px; padding: 25px clamp(22px, 5vw, 74px); border-top: 1px solid var(--line); }
.footer-brand { display: none; }
footer p, footer > span { margin: 0; color: #647680; font-size: 10px; }
footer > span { justify-self: end; }

.legal-main { max-width: 930px; min-height: calc(100vh - 200px); margin: 0 auto; padding: 90px 28px 120px; }
.legal-main h1 { max-width: none; font-size: clamp(52px, 8vw, 85px); }
.legal-meta { margin: -8px 0 54px; color: var(--muted); font-size: 12px; }
.legal-main section { margin: 40px 0; padding-top: 30px; border-top: 1px solid var(--line); }
.legal-main h2 { margin-bottom: 13px; font-size: 25px; }
.legal-main p, .legal-main li { color: #a8b6bd; font-size: 14px; }
.legal-main a { color: var(--cyan); text-decoration: underline; text-underline-offset: 4px; }
.legal-main li { margin-bottom: 8px; }
.legal-footer { grid-template-columns: 1fr auto; }
.callback-card { max-width: 650px; margin: 80px auto; padding: clamp(35px, 7vw, 70px); border: 1px solid var(--line); background: var(--panel); text-align: center; }
.callback-card .status-mark { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 24px; border: 1px solid rgba(41,217,232,.35); border-radius: 50%; color: var(--cyan); font: 700 26px/1 var(--display); }
.callback-card h1 { font-size: clamp(39px, 7vw, 62px); }
.callback-card p { color: var(--muted); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .09s; }
.delay-2 { transition-delay: .18s; }
.delay-3 { transition-delay: .27s; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 780px; }
  .hero-console { transform: none; }
  .workflow-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:nth-child(2) { border-right: 0; }
  .feature-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .platform-section { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .site-header { min-height: 70px; }
  .brand img { width: 32px; height: 32px; }
  .header-cta { padding: 9px 11px; font-size: 10px; }
  .hero { padding-top: 65px; }
  h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-console { margin-inline: -10px; }
  .console-stage { grid-template-columns: 1fr; }
  .console-stage aside { display: none; }
  .video-frame { min-height: 265px; }
  .signal-strip { overflow: hidden; justify-content: flex-start; white-space: nowrap; }
  .section { padding-block: 90px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { justify-self: start; }
  .workflow-grid, .control-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-card h3 { margin-top: 45px; }
  .feature-card p { min-height: 0; }
  .platform-section { padding-block: 90px; }
  .queue-item { grid-template-columns: 25px 1fr; }
  .queue-item > b { display: none; }
  .closing-card { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; gap: 16px; padding-block: 35px; }
  footer nav { flex-wrap: wrap; gap: 16px; }
  footer > span { justify-self: start; }
  .legal-footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
