@import url('https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&display=swap');

:root {
  --base: #0f0f11;
  --raised: #18181b;
  --overlay: #27272a;
  --line: rgba(255,255,255,.09);
  --line-strong: rgba(255,255,255,.16);
  --text: #fafafa;
  --muted: #a1a1aa;
  --faint: #71717a;
  --brand: #6366f1;
  --brand-soft: #818cf8;
  --signal: #14b8a6;
  --cyan: #22d3ee;
  --amber: #f59e0b;
  --radius: 24px;
  --display: 'Geist', system-ui, sans-serif;
  --body: 'Geist', system-ui, sans-serif;
  --ease: cubic-bezier(.22,1,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--base); }
body { margin: 0; background: var(--base); color: var(--text); font-family: var(--body); overflow-x: hidden; }
body.is-transitioning { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
main { overflow: clip; }
::selection { background: var(--brand); color: white; }

.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -5rem; padding: .75rem 1rem; color: #111; background: white; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 1rem; }
.noise { position: fixed; inset: 0; z-index: 99; opacity: .035; pointer-events: none; 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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.page-transition { position: fixed; z-index: 999; inset: 0; display: grid; place-items: center; visibility: hidden; opacity: 0; background: var(--brand); transform: translateY(100%); pointer-events: none; }
.page-transition span { font: 700 clamp(3rem,12vw,9rem)/1 var(--display); letter-spacing: -.07em; color: white; opacity: 0; }

.site-header { position: fixed; z-index: 80; top: 0; left: 0; width: 100%; padding: 18px 24px; transition: transform .45s var(--ease); }
.nav-shell { max-width: 1320px; height: 64px; margin: 0 auto; padding: 0 10px 0 20px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(15,15,17,.72); backdrop-filter: blur(20px); box-shadow: 0 18px 70px rgba(0,0,0,.24); }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 700 1rem/1 var(--display); letter-spacing: .08em; }
.brand-mark { position: relative; display: inline-grid; place-items: center; width: 25px; height: 25px; transform: rotate(45deg); }
.brand-mark i { position: absolute; width: 18px; height: 8px; border-radius: 2px; background: var(--brand-soft); }
.brand-mark i:last-child { transform: rotate(90deg); background: var(--signal); mix-blend-mode: screen; }
.nav-links { display: flex; align-items: center; gap: 34px; color: var(--muted); font-size: .82rem; font-weight: 600; }
.nav-links a, .nav-login { transition: color .25s; }
.nav-links a:hover, .nav-login:hover { color: white; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.nav-login { color: var(--muted); font-size: .82rem; font-weight: 600; }

.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: 10px; font-size: .88rem; font-weight: 700; transition: transform .25s var(--ease), background .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 1rem; transition: transform .25s; }
.button:hover span { transform: translate(2px,-2px); }
.button-primary { background: var(--brand); color: white; box-shadow: 0 12px 36px rgba(99,102,241,.25); }
.button-primary:hover { background: #7477f7; }
.button-secondary { border-color: var(--line-strong); background: rgba(255,255,255,.025); color: white; }
.button-secondary:hover { background: rgba(255,255,255,.07); }
.button-small { min-height: 42px; padding: 0 16px; gap: 12px; border-radius: 8px; font-size: .78rem; }
.button-light { background: white; color: #111114; }
.button-dark { background: #18181b; border-color: #323238; color: white; }

.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 16px var(--signal); }

.hero { position: relative; min-height: 1080px; padding: 182px 5vw 110px; }
.hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(rgba(255,255,255,.023) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.023) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 74%); }
.hero-glow { position: absolute; width: 760px; height: 760px; left: 49%; top: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(99,102,241,.14), rgba(20,184,166,.04) 40%, transparent 70%); filter: blur(25px); transform: translateX(-50%); }
.hero-copy { position: relative; z-index: 3; max-width: 1280px; margin: 0 auto; }
.hero-copy h1 { max-width: 1120px; margin: 0; font: 600 clamp(3.45rem,6.7vw,6.7rem)/.95 var(--display); letter-spacing: -.062em; text-wrap: balance; }
.hero-copy h1 em { color: var(--brand-soft); font-style: normal; }
.hero-title-compact { display: none; }
.hero-lead { max-width: 700px; margin: 32px 0 0; color: var(--muted); font-size: clamp(1.05rem,1.6vw,1.35rem); line-height: 1.65; letter-spacing: -.02em; }
.hero-actions { margin-top: 38px; display: flex; gap: 12px; flex-wrap: wrap; }

.hero-stage { position: relative; z-index: 2; width: min(1320px,94vw); height: 610px; margin: 66px auto 0; perspective: 1200px; }
.hero-stage::before { content: ''; position: absolute; inset: 16% 4% 5%; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; transform: rotateX(66deg); box-shadow: inset 0 0 100px rgba(99,102,241,.07), 0 0 80px rgba(99,102,241,.05); }
.signal-paths { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.signal-line { stroke: rgba(129,140,248,.34); stroke-width: 1.3; stroke-dasharray: 6 9; }
.signal-line-muted { stroke: rgba(20,184,166,.22); }
.signal-dot { fill: var(--brand-soft); filter: drop-shadow(0 0 8px #818cf8); }
.signal-dot-b { fill: var(--signal); filter: drop-shadow(0 0 8px #14b8a6); }
.hero-float { position: absolute; will-change: transform; }

.phone-card { left: 3%; top: 68px; width: 280px; height: 510px; padding: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 38px; background: #09090b; box-shadow: 0 45px 100px rgba(0,0,0,.55), inset 0 0 0 5px #1f1f23; transform: rotate(-7deg); }
.phone-top { height: 30px; padding: 4px 15px 0; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: .56rem; }
.phone-top div { width: 50px; height: 14px; border-radius: 10px; background: #020203; }
.chat-head { height: 62px; padding: 9px 10px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #c7d2fe; background: #312e81; font-size: .58rem; font-weight: 700; }
.chat-head div { display: grid; gap: 3px; }
.chat-head strong { font-size: .68rem; }
.chat-head small { color: var(--signal); font-size: .54rem; }
.chat-body { height: 337px; padding: 20px 10px; background: radial-gradient(circle at 30% 20%, rgba(99,102,241,.08), transparent 40%); }
.bubble { width: fit-content; max-width: 82%; margin: 0 0 14px; padding: 10px 12px; border-radius: 5px 13px 13px 13px; color: #d4d4d8; background: #232327; font-size: .62rem; line-height: 1.5; }
.bubble-out { margin-left: auto; border-radius: 13px 5px 13px 13px; background: #3730a3; color: white; }
.bubble-typing { display: flex; gap: 3px; padding: 10px 14px; }
.bubble-typing i { width: 4px; height: 4px; border-radius: 50%; background: white; }
.chat-input { height: 47px; padding: 0 8px 0 15px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 16px; color: var(--faint); font-size: .57rem; }
.chat-input b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--brand); }

.agent-orb { left: 50%; top: 198px; width: 210px; height: 210px; transform: translateX(-50%); display: flex; align-items: center; flex-direction: column; }
.orb-core { position: relative; z-index: 3; width: 106px; height: 106px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: radial-gradient(circle at 35% 28%, #a5b4fc, #6366f1 48%, #312e81); box-shadow: 0 0 80px rgba(99,102,241,.4), inset -12px -16px 30px rgba(0,0,0,.28); }
.orb-core::after { content: ''; position: absolute; inset: 15px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.orb-core span { font: 600 2rem/1 var(--display); }
.orb-ring { position: absolute; left: 50%; top: 53px; border: 1px solid rgba(129,140,248,.2); border-radius: 50%; transform: translate(-50%,-50%); }
.orb-ring-one { width: 155px; height: 155px; }
.orb-ring-two { width: 205px; height: 205px; border-style: dashed; }
.agent-orb p { position: relative; z-index: 4; margin: 30px 0 4px; font-size: .75rem; font-weight: 700; }
.agent-orb small { position: relative; z-index: 4; color: var(--signal); font-size: .6rem; }

.action-stack { right: 2%; top: 148px; width: 360px; height: 260px; }
.action-card { position: absolute; inset: 0; height: 96px; padding: 18px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(24,24,27,.9); backdrop-filter: blur(20px); box-shadow: 0 24px 60px rgba(0,0,0,.35); }
.action-card-main { z-index: 3; }
.action-icon { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; background: rgba(99,102,241,.17); color: #a5b4fc; }
.action-icon svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.action-card div:nth-child(2) { min-width: 0; display: grid; gap: 5px; }
.action-card small { color: var(--muted); font-size: .58rem; }
.action-card strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .73rem; }
.status-check { margin-left: auto; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: #5eead4; background: rgba(20,184,166,.14); font-size: .65rem; }
.action-card-back { z-index: 2; transform: translateY(67px) scale(.92); opacity: .5; }
.action-card-last { z-index: 1; transform: translateY(126px) scale(.84); opacity: .22; }
.action-card-back span:first-child { width: 42px; height: 42px; border-radius: 11px; background: #27272a; }
.action-card-back span:last-child { width: 57%; height: 8px; border-radius: 5px; background: #3f3f46; }
.stage-status { right: 8%; bottom: 34px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .62rem; }
.stage-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 12px var(--signal); }

.capability-marquee { padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.marquee-track { width: max-content; display: flex; align-items: center; animation: marquee 34s linear infinite; }
.marquee-track span { padding: 0 26px; color: #d4d4d8; font: 500 .78rem/1 var(--display); letter-spacing: .04em; text-transform: uppercase; }
.marquee-track i { width: 4px; height: 4px; border-radius: 50%; background: var(--brand-soft); }
@keyframes marquee { to { transform: translateX(-50%); } }

.story-section { padding: 180px 5vw; }
.story-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: start; }
.story-intro { position: sticky; top: 150px; padding-top: 12px; }
.story-intro h2, .section-heading h2, .reel-copy h2, .simulator-copy h2, .final-cta h2 { margin: 0; font: 600 clamp(2.8rem,5vw,5.2rem)/1 var(--display); letter-spacing: -.055em; text-wrap: balance; }
.story-intro > p:not(.eyebrow), .section-heading > p:last-child, .reel-copy > p:not(.eyebrow), .simulator-copy > p:not(.eyebrow), .final-cta > p:not(.eyebrow) { margin: 28px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.story-progress { width: 100%; height: 2px; margin-top: 42px; overflow: hidden; background: var(--overlay); }
.story-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg,var(--brand),var(--signal)); transform: scaleX(0); transform-origin: left; }
.story-cards { display: grid; gap: 28px; }
.story-card { min-height: 660px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--raised); box-shadow: 0 40px 90px rgba(0,0,0,.23); overflow: hidden; }
.story-card-copy { max-width: 570px; }
.story-index, .card-copy > span { display: block; margin-bottom: 18px; color: var(--brand-soft); font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.story-card h3, .product-card h3 { margin: 0; font: 600 clamp(1.8rem,3vw,3rem)/1.08 var(--display); letter-spacing: -.04em; }
.story-card-copy p, .card-copy p { margin: 18px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.7; }
.connect-visual { position: relative; height: 320px; margin-top: 52px; display: flex; align-items: center; justify-content: center; gap: 15%; }
.qr-shell { width: 185px; padding: 18px; border: 1px solid var(--line-strong); border-radius: 18px; background: #fafafa; color: #18181b; box-shadow: 0 26px 70px rgba(0,0,0,.3); transform: rotate(-4deg); }
.qr-grid { aspect-ratio: 1; background: repeating-conic-gradient(#16161a 0 25%,transparent 0 50%) 50%/18px 18px; border: 12px solid white; }
.qr-shell span { display: block; margin-top: 14px; color: #52525b; font-size: .6rem; text-align: center; }
.connect-line { position: absolute; width: 38%; height: 1px; background: linear-gradient(90deg,var(--brand),var(--signal)); }
.session-card { position: relative; z-index: 2; width: 250px; padding: 18px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(20,184,166,.22); border-radius: 15px; background: #202024; box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.session-pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 7px rgba(20,184,166,.11); }
.session-card div { display: grid; gap: 4px; }
.session-card small { color: var(--muted); font-size: .58rem; }
.session-card strong { font-size: .72rem; }
.session-card b { margin-left: auto; color: var(--signal); font-size: .65rem; }

.story-configure { background: radial-gradient(circle at 80% 90%,rgba(99,102,241,.15),transparent 42%),var(--raised); }
.agent-form { max-width: 540px; margin: 60px auto 0; padding: 22px; border: 1px solid var(--line-strong); border-radius: 18px; background: #111113; box-shadow: 0 35px 70px rgba(0,0,0,.35); transform: rotate(2deg); }
.agent-form-head { padding-bottom: 18px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.form-orb { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--brand); font: 600 .9rem var(--display); }
.agent-form-head div { display: grid; gap: 4px; }
.agent-form-head small, .form-row > span, .form-toggle span { color: var(--muted); font-size: .58rem; }
.agent-form-head strong { font-size: .72rem; }
.agent-form-head > i { margin-left: auto; padding: 6px 9px; border-radius: 6px; color: #5eead4; background: rgba(20,184,166,.12); font-size: .55rem; font-style: normal; }
.form-row { margin-top: 16px; padding: 14px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 10px; }
.form-row b { color: #d4d4d8; font-size: .63rem; }
.form-row-wide { align-items: flex-start; flex-direction: column; gap: 12px; }
.knowledge-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.knowledge-chips i { padding: 6px 9px; border-radius: 6px; color: #c7d2fe; background: rgba(99,102,241,.15); font-size: .55rem; font-style: normal; }
.form-toggle { padding: 16px 3px 4px; display: flex; align-items: center; justify-content: space-between; }
.form-toggle i { position: relative; width: 31px; height: 17px; border-radius: 9px; background: var(--brand); }
.form-toggle i::after { content: ''; position: absolute; width: 13px; height: 13px; top: 2px; right: 2px; border-radius: 50%; background: white; }

.flow-visual { height: 255px; margin-top: 70px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.flow-node { flex: 1; min-width: 0; padding: 22px 16px; display: grid; gap: 8px; border: 1px solid var(--line-strong); border-radius: 14px; background: #202024; }
.flow-node span { color: var(--muted); font-size: .56rem; text-transform: uppercase; }
.flow-node strong { font-size: .68rem; }
.flow-node-agent { border-color: rgba(99,102,241,.4); background: rgba(99,102,241,.12); }
.flow-node-action { border-color: rgba(20,184,166,.38); background: rgba(20,184,166,.1); }
.flow-arrow { color: var(--faint); font-style: normal; }

.product-section { padding: 150px 5vw 190px; background: #111113; }
.section-heading { max-width: 1280px; margin: 0 auto 70px; }
.section-heading h2 { max-width: 920px; }
.section-heading > p:last-child { max-width: 620px; }
.product-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: minmax(320px,auto); grid-auto-flow: dense; gap: 18px; }
.product-card { position: relative; padding: 36px; border: 1px solid var(--line); border-radius: 18px; background: var(--raised); overflow: hidden; transition: border-color .35s, transform .45s var(--ease); }
.product-card:hover { border-color: rgba(129,140,248,.35); transform: translateY(-5px); }
.product-card .card-copy { position: relative; z-index: 3; }
.product-card h3 { font-size: clamp(1.5rem,2.25vw,2.35rem); }
.product-client { min-height: 590px; grid-column: span 8; grid-row: span 2; background: radial-gradient(circle at 80% 90%,rgba(99,102,241,.13),transparent 44%),var(--raised); }
.product-sessions { grid-column: span 4; }
.product-finance { min-height: 360px; grid-column: span 4; }
.product-api { min-height: 530px; grid-column: span 8; }
.client-panel { position: absolute; width: 88%; left: 6%; bottom: -20px; padding: 20px; border: 1px solid var(--line-strong); border-radius: 16px 16px 0 0; background: #101012; box-shadow: 0 25px 70px rgba(0,0,0,.35); }
.client-head { display: flex; align-items: center; gap: 12px; }
.client-avatar { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; color: #c7d2fe; background: #312e81; font-size: .68rem; font-weight: 700; }
.client-head > div:nth-child(2) { display: grid; gap: 4px; }
.client-head strong { font-size: .75rem; }
.client-head span { color: var(--signal); font-size: .55rem; }
.client-head button { margin-left: auto; padding: 8px 11px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); background: var(--overlay); font-size: .55rem; }
.client-metrics { margin-top: 20px; display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.client-metrics div { padding: 15px; display: grid; gap: 8px; border: 1px solid var(--line); border-radius: 10px; background: #18181b; }
.client-metrics span, .next-action span { color: var(--muted); font-size: .52rem; }
.client-metrics strong { font-size: .65rem; }
.next-action { position: relative; margin-top: 10px; padding: 16px 45px 16px 16px; display: grid; gap: 7px; border: 1px solid rgba(99,102,241,.24); border-radius: 10px; background: rgba(99,102,241,.09); }
.next-action strong { color: #d4d4d8; font-size: .62rem; line-height: 1.5; }
.next-action i { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--brand-soft); font-style: normal; }
.session-orbit { position: absolute; left: 50%; bottom: -80px; width: 330px; height: 260px; transform: translateX(-50%); }
.session-orbit > i { position: absolute; inset: 15px; border: 1px solid rgba(129,140,248,.18); border-radius: 50%; }
.session-orbit > i:nth-child(2) { inset: 55px; border-style: dashed; }
.session-orbit > div { position: absolute; left: 50%; top: 50%; width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: var(--brand); transform: translate(-50%,-50%); box-shadow: 0 0 45px rgba(99,102,241,.35); }
.session-orbit > div span { font: 600 1.4rem var(--display); }
.orbit-device { position: absolute; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(20,184,166,.35); border-radius: 12px; color: #5eead4; background: #1d2827; font-size: .58rem; }
.orbit-device-one { left: 12px; top: 95px; }.orbit-device-two { right: 30px; top: 28px; }.orbit-device-three { right: 7px; bottom: 28px; }
.finance-visual { position: absolute; top: 205px; right: 36px; left: 36px; }
.finance-visual > span { color: var(--muted); font-size: .58rem; }
.finance-visual > strong { margin-top: 6px; display: block; font: 600 2rem var(--display); letter-spacing: -.05em; }
.finance-chart { height: 72px; margin: 18px 0 9px; display: flex; align-items: end; gap: 6px; }
.finance-chart i { flex: 1; height: 25%; border-radius: 3px 3px 0 0; background: #3f3f46; }
.finance-chart i:nth-child(2) { height: 39%; }.finance-chart i:nth-child(3) { height: 34%; }.finance-chart i:nth-child(4) { height: 65%; background: #4f46e5; }.finance-chart i:nth-child(5) { height: 48%; }.finance-chart i:nth-child(6) { height: 80%; background: #6366f1; }.finance-chart i:nth-child(7) { height: 72%; background: #14b8a6; }
.finance-visual small { color: var(--faint); font-size: .52rem; }
.api-window { position: absolute; width: 78%; right: -4%; bottom: -4%; border: 1px solid var(--line-strong); border-radius: 14px 0 0 0; background: #0b0b0d; box-shadow: 0 30px 70px rgba(0,0,0,.4); }
.api-window > div { height: 44px; padding: 0 16px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--line); }
.api-window > div i { width: 6px; height: 6px; border-radius: 50%; background: #3f3f46; }
.api-window > div span { margin-left: 8px; color: var(--muted); font: .55rem ui-monospace,monospace; }
.api-window pre { margin: 0; padding: 24px; color: #d4d4d8; font: .66rem/1.9 ui-monospace,monospace; }
.api-window pre em { color: #a5b4fc; font-style: normal; }.api-window pre span { color: #5eead4; }
.api-window > small { padding: 12px 16px; display: flex; align-items: center; gap: 7px; border-top: 1px solid var(--line); color: var(--muted); font-size: .52rem; }
.api-window > small i { width: 6px; height: 6px; border-radius: 50%; background: var(--signal); }

.reel-section { max-width: 1280px; margin: 0 auto; padding: 190px 5vw; display: grid; grid-template-columns: .68fr 1.32fr; gap: 7vw; align-items: center; }
.reel-copy h2 { font-size: clamp(2.7rem,4.5vw,4.8rem); }
.text-link { margin-top: 30px; display: inline-flex; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid var(--line-strong); font-size: .78rem; font-weight: 700; }
.reel-frame { position: relative; border: 1px solid var(--line-strong); border-radius: 18px; background: #111113; box-shadow: 0 50px 120px rgba(0,0,0,.45); overflow: hidden; transform-origin: center; }
.reel-chrome { height: 52px; padding: 0 17px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.reel-chrome > span { display: flex; gap: 5px; }
.reel-chrome > span i { width: 7px; height: 7px; border-radius: 50%; background: #3f3f46; }
.reel-chrome b { margin: 0 auto; color: var(--faint); font-size: .55rem; font-weight: 500; }
.reel-chrome em { padding: 6px 8px; border-radius: 5px; color: #5eead4; background: rgba(20,184,166,.1); font-size: .5rem; font-style: normal; }
.reel-frame video { width: 100%; aspect-ratio: 16/9; display: block; object-fit: cover; background: #151518; }
.reel-caption { padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.reel-caption span { color: var(--brand-soft); font-size: .55rem; text-transform: uppercase; letter-spacing: .1em; }
.reel-caption strong { color: var(--muted); font-size: .62rem; text-align: right; }

.simulator-section { padding: 170px 5vw; background: #111113; }
.simulator-copy { max-width: 1280px; margin: 0 auto 65px; }
.simulator-copy h2 { max-width: 900px; }
.simulator-shell { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: .72fr 1.28fr; border: 1px solid var(--line); border-radius: var(--radius); background: var(--raised); overflow: hidden; }
.sim-controls { padding: 42px; display: grid; align-content: start; gap: 25px; border-right: 1px solid var(--line); }
.sim-controls label { display: grid; gap: 10px; }
.sim-controls label span { color: var(--muted); font-size: .64rem; font-weight: 600; }
.sim-controls input { width: 100%; height: 54px; padding: 0 15px; border: 1px solid var(--line); border-radius: 9px; outline: none; background: #111113; color: white; font-size: .9rem; transition: border-color .2s; }
.sim-controls input:focus { border-color: var(--brand); }
.sim-controls details { border-top: 1px solid var(--line); }
.sim-controls summary { padding: 20px 0; color: var(--muted); cursor: pointer; font-size: .64rem; }
.sim-controls details label { margin-top: 15px; }
.sim-result { padding: 42px; background: radial-gradient(circle at 85% 20%,rgba(99,102,241,.14),transparent 42%); }
.sim-result > span { color: var(--brand-soft); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.sim-plan { margin: 18px 0 6px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.sim-plan h3 { margin: 0; font: 600 clamp(2.5rem,5vw,4.7rem)/1 var(--display); letter-spacing: -.05em; }
.sim-plan p { margin: 0; font: 600 clamp(1.6rem,3vw,2.8rem)/1 var(--display); }
.sim-result > p { color: var(--muted); font-size: .72rem; }
.sim-comparison { margin-top: 30px; display: grid; gap: 8px; }
.sim-row { padding: 13px 15px; display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; border: 1px solid var(--line); border-radius: 9px; background: rgba(15,15,17,.62); }
.sim-row strong { font-size: .68rem; }.sim-row b { color: #d4d4d8; font-size: .68rem; }.sim-row small { grid-column: 1/-1; color: var(--faint); font-size: .53rem; }
.sim-row.is-best { border-color: rgba(99,102,241,.35); background: rgba(99,102,241,.09); }
.sim-result > small { margin-top: 16px; display: block; color: var(--faint); font-size: .52rem; line-height: 1.6; }

.final-cta { position: relative; min-height: 720px; padding: 150px 5vw; display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; overflow: hidden; background: var(--brand); }
.final-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0,rgba(255,255,255,.2),transparent 45%),linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px); background-size: auto,70px 70px,70px 70px; mask-image: linear-gradient(black,transparent 95%); }
.final-cta > *:not(.cta-orbit) { position: relative; z-index: 2; }
.final-cta .eyebrow { color: #e0e7ff; }.final-cta .eyebrow span { background: white; box-shadow: 0 0 16px white; }
.final-cta h2 { max-width: 1000px; font-size: clamp(3.2rem,7vw,7rem); }
.final-cta > p:not(.eyebrow) { max-width: 580px; color: #e0e7ff; }
.cta-actions { margin-top: 38px; display: flex; gap: 11px; flex-wrap: wrap; justify-content: center; }
.cta-orbit { position: absolute; width: 780px; height: 780px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.cta-orbit i { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }.cta-orbit i:nth-child(2) { inset: 100px; }.cta-orbit i:nth-child(3) { inset: 210px; }

.site-footer { padding: 70px 5vw 26px; background: #09090b; }
.footer-main { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: .5fr 1fr 1fr; gap: 50px; align-items: start; }
.footer-main > p { max-width: 380px; margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.7; }
.footer-links { display: flex; justify-content: flex-end; gap: 28px; flex-wrap: wrap; color: var(--muted); font-size: .68rem; }
.footer-links a:hover { color: white; }
.footer-bottom { max-width: 1280px; margin: 60px auto 0; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--faint); font-size: .58rem; }

@media (max-width: 1000px) {
  .nav-links { display: none; }
  .hero { min-height: auto; padding-top: 155px; }
  .hero-stage { height: 570px; }
  .phone-card { left: 0; transform: rotate(-5deg) scale(.88); transform-origin: left center; }
  .action-stack { right: -3%; transform: scale(.82); transform-origin: right center; }
  .story-grid { grid-template-columns: 1fr; gap: 60px; }
  .story-intro { position: static; max-width: 720px; }
  .story-progress { display: none; }
  .product-client, .product-api { grid-column: span 12; }
  .product-sessions, .product-finance { grid-column: span 6; }
  .reel-section { grid-template-columns: 1fr; }
  .reel-copy { max-width: 700px; }
}

@media (max-width: 720px) {
  .site-header { padding: 10px; }
  .nav-shell { height: 58px; padding-left: 15px; }
  .nav-login { display: none; }
  .brand { font-size: .85rem; }
  .hero { padding: 130px 20px 70px; }
  .hero-copy h1 { font-size: clamp(3.1rem,15vw,5rem); }
  .hero-title-wide { display: none; }
  .hero-title-compact { display: block; }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-stage { width: 100%; height: 570px; margin-top: 40px; }
  .signal-paths { opacity: .45; }
  .phone-card { left: -40px; top: 40px; transform: rotate(-5deg) scale(.7); }
  .agent-orb { left: 72%; top: 110px; transform: translateX(-50%) scale(.72); }
  .action-stack { right: -55px; top: 320px; transform: scale(.7); }
  .stage-status { right: 0; bottom: 25px; }
  .story-section, .product-section, .reel-section, .simulator-section { padding: 110px 20px; }
  .story-card { min-height: 590px; padding: 27px; }
  .connect-visual { margin-top: 30px; transform: scale(.78); }
  .session-card { position: absolute; right: -30px; bottom: 20px; }
  .agent-form { margin-top: 40px; transform: rotate(1deg) scale(.95); }
  .flow-visual { align-items: stretch; flex-direction: column; height: auto; margin-top: 40px; }
  .flow-arrow { transform: rotate(90deg); align-self: center; }
  .product-grid { display: block; }
  .product-card { min-height: 520px; margin-bottom: 14px; padding: 27px; }
  .product-sessions, .product-finance { min-height: 450px; }
  .client-panel { width: 94%; left: 3%; }
  .client-metrics { grid-template-columns: 1fr; }
  .client-metrics div:nth-child(2), .client-metrics div:nth-child(3) { display: none; }
  .api-window { width: 95%; }
  .reel-caption { align-items: flex-start; flex-direction: column; }.reel-caption strong { text-align: left; }
  .simulator-shell { grid-template-columns: 1fr; }
  .sim-controls { padding: 26px; border-right: 0; border-bottom: 1px solid var(--line); }
  .sim-result { padding: 26px; }
  .sim-plan { align-items: flex-start; flex-direction: column; }
  .final-cta { min-height: 650px; padding: 100px 20px; }
  .cta-actions .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .page-transition { display: none; }
}
