:root {
  --ink: #0b1020;
  --ink-soft: #151b30;
  --paper: #f5f7fc;
  --white: #ffffff;
  --iris: #786cff;
  --iris-dark: #5548ef;
  --signal: #c6ff58;
  --mint: #28caa5;
  --orange: #ffb33f;
  --line: #dfe3ee;
  --muted: #626a7d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "SF Pro Display", "Segoe UI", system-ui, sans-serif;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 1.04rem; font-weight: 750; letter-spacing: -0.02em; }
.brand img { border-radius: 10px; box-shadow: 0 7px 20px rgba(63, 53, 178, .24); }
.navLinks { display: flex; align-items: center; gap: 26px; font-size: .88rem; color: var(--muted); }
.navLinks a:hover, .footer a:hover { color: var(--iris-dark); }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(38px, 6vw, 86px); align-items: center; padding-block: 68px 96px; }
.eyebrow, .kicker, .sampleLabel { font-family: "SF Mono", ui-monospace, monospace; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; font-size: .72rem; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 11px; background: #e2f8f2; color: #16856f; border-radius: 999px; }
.statusDot { width: 7px; height: 7px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 4px rgba(40,202,165,.18); }
h1 { margin: 24px 0 20px; font-size: clamp(3.2rem, 6.8vw, 5.95rem); line-height: .94; letter-spacing: -.07em; max-width: 760px; }
.lede { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(1.12rem, 2vw, 1.35rem); line-height: 1.58; }
.heroActions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 20px; border-radius: 14px; font-weight: 720; font-size: .94rem; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ink); color: white; box-shadow: 0 14px 36px rgba(11,16,32,.22); }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.68); }
.priceLine { margin-top: 25px; display: flex; flex-direction: column; gap: 3px; font-size: .84rem; }
.priceLine span { color: var(--muted); }
.decisionCard { position: relative; padding: 24px; background: var(--ink); color: white; border-radius: 30px; box-shadow: 0 34px 90px rgba(25,29,51,.25); overflow: hidden; }
.decisionCard::before { content: ""; position: absolute; width: 260px; height: 260px; right: -100px; top: -120px; background: var(--iris); filter: blur(60px); opacity: .38; border-radius: 50%; }
.sampleLabel { position: relative; color: var(--orange); margin-bottom: 18px; }
.decisionHeader { position: relative; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.decisionHeader h2 { margin: 3px 0 0; font-size: 1.42rem; letter-spacing: -.035em; }
.muted { color: #9fa7bd; font-size: .76rem; }
.count { padding: 6px 9px; background: rgba(198,255,88,.13); color: var(--signal); border-radius: 999px; font-size: .7rem; font-weight: 700; white-space: nowrap; }
.prompt { position: relative; margin: 18px 0; padding: 15px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; color: #cdd2df; font-size: .86rem; line-height: 1.5; }
.result { position: relative; padding: 15px; margin-top: 10px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; }
.result.selected { background: rgba(120,108,255,.16); border-color: rgba(120,108,255,.55); }
.resultTop { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: .83rem; }
.winner, .fastest { font-size: .58rem; letter-spacing: .1em; font-weight: 800; }
.winner { color: var(--signal); }
.fastest { color: #7ce0ca; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 13px; }
.metrics span { display: flex; flex-direction: column; gap: 2px; color: #9ca4b9; font-size: .62rem; }
.metrics b { color: white; font-size: .76rem; }
.reason { position: relative; margin-top: 15px; padding: 13px 15px; border-left: 3px solid var(--signal); background: rgba(198,255,88,.07); }
.reason span { color: var(--signal); font-size: .66rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.reason p { margin: 5px 0 0; color: #d1d6e1; font-size: .78rem; line-height: 1.45; }
.proofStrip { background: white; border-block: 1px solid var(--line); }
.proofGrid { display: grid; grid-template-columns: repeat(3,1fr); }
.proofGrid div { min-height: 122px; padding: 30px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border-right: 1px solid var(--line); }
.proofGrid div:first-child { border-left: 1px solid var(--line); }
.proofGrid strong { font-size: .93rem; }
.proofGrid span { color: var(--muted); font-size: .8rem; line-height: 1.4; }
.section { padding-block: 116px; }
.sectionIntro { max-width: 720px; margin-bottom: 46px; }
.sectionIntro.compact { margin-bottom: 36px; }
.kicker { color: var(--iris-dark); }
.sectionIntro h2, .privacyInner h2, .launchCard h2 { margin: 13px 0 14px; font-size: clamp(2.25rem, 4.6vw, 4rem); line-height: 1.02; letter-spacing: -.055em; }
.sectionIntro p { margin: 0; font-size: 1.08rem; line-height: 1.65; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.steps article, .routeGrid article { background: white; border: 1px solid var(--line); border-radius: 22px; padding: 27px; }
.stepNumber { font-family: "SF Mono", ui-monospace, monospace; color: var(--iris); font-size: .74rem; }
.steps h3, .routeGrid h3 { margin: 27px 0 10px; font-size: 1.3rem; letter-spacing: -.03em; }
.steps p, .routeGrid p { margin: 0; color: var(--muted); line-height: 1.62; font-size: .92rem; }
.routes { background: var(--ink); color: white; }
.routes .kicker { color: var(--signal); }
.routeGrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.routeGrid article { position: relative; background: var(--ink-soft); border-color: #2b324c; min-height: 300px; }
.routeGrid p { color: #a9b0c2; }
.routeIcon { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: rgba(120,108,255,.16); color: #a89fff; font-size: 1.35rem; }
.routeTag { position: absolute; bottom: 25px; left: 27px; font-family: "SF Mono", ui-monospace, monospace; font-size: .67rem; padding: 6px 8px; border-radius: 7px; }
.routeTag.local { color: var(--signal); background: rgba(198,255,88,.1); }
.routeTag.cloud { color: #9f97ff; background: rgba(120,108,255,.13); }
.routeTag.server { color: #7ce0ca; background: rgba(40,202,165,.1); }
.evidenceSection { display: grid; grid-template-columns: .84fr 1.16fr; gap: 70px; align-items: center; }
.evidenceSection .sectionIntro { margin: 0; }
.evidenceGrid { display: grid; gap: 16px; }
.evidenceList { background: white; border: 1px solid var(--line); border-radius: 22px; padding: 10px 22px; }
.evidenceList > div { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.evidenceList > div:last-child { border-bottom: 0; }
.evidenceList p { margin: 0; color: var(--muted); font-size: .84rem; }
.evidenceList strong { color: var(--ink); }
.evidenceMark { flex: 0 0 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; font-family: "SF Mono", ui-monospace, monospace; font-weight: 800; }
.exact { background: #e8e5ff; color: #5649e2; }
.measured { background: #e2f8f2; color: #16856f; }
.estimate { background: #fff1d8; color: #a35d00; }
.unknown { background: #eceef3; color: #5c6372; }
.quoteCard { padding: 25px; color: white; background: var(--iris); border-radius: 22px; }
.quoteCard p { margin: 0 0 18px; font-size: 1.14rem; line-height: 1.55; letter-spacing: -.02em; }
.quoteCard span { font-size: .72rem; color: #dbd8ff; }
.privacyBand { padding-block: 85px; background: var(--signal); }
.privacyInner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.privacyInner .kicker { color: #294400; }
.privacyCopy p { font-size: 1.08rem; line-height: 1.62; }
.privacyCopy a { font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.launchCard { margin-block: 100px; padding: 54px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 55px; color: white; background: var(--ink); border-radius: 30px; }
.launchCard .kicker { color: var(--signal); }
.launchCard h2 { font-size: clamp(2.2rem,4vw,3.5rem); }
.launchCard p { color: #abb2c4; line-height: 1.6; }
.launchAction { display: flex; flex-direction: column; justify-content: center; gap: 13px; }
.launchAction small { color: #8f97aa; line-height: 1.45; }
.footer { min-height: 145px; display: grid; grid-template-columns: 170px 1fr auto; gap: 30px; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }
.footer p { line-height: 1.5; }
.footer > div:last-child { display: flex; gap: 18px; }
.footerBrand { color: var(--ink); }
.policyPage { min-height: 100vh; }
.policyHero { padding-block: 75px 52px; max-width: 820px; }
.policyHero h1 { font-size: clamp(3rem,7vw,5.2rem); }
.policyHero p { color: var(--muted); font-size: 1.1rem; line-height: 1.65; }
.policyBody { max-width: 820px; padding-bottom: 110px; }
.policyBody section { padding: 25px 0; border-top: 1px solid var(--line); }
.policyBody h2 { margin: 0 0 12px; font-size: 1.35rem; letter-spacing: -.03em; }
.policyBody p, .policyBody li { color: var(--muted); line-height: 1.7; }
.policyBody ul { padding-left: 20px; }
.policyBody a { color: var(--iris-dark); text-decoration: underline; text-underline-offset: 3px; }
.notice { padding: 16px 18px; border-radius: 14px; background: #e2f8f2; color: #0f5d4c !important; }

@media (max-width: 840px) {
  .navLinks a:not(:last-child) { display: none; }
  .hero, .evidenceSection, .privacyInner, .launchCard { grid-template-columns: 1fr; }
  .hero { padding-block: 45px 75px; }
  .decisionCard { max-width: 620px; }
  .steps, .routeGrid { grid-template-columns: 1fr; }
  .routeGrid article { min-height: 255px; }
  .proofGrid { grid-template-columns: 1fr; }
  .proofGrid div, .proofGrid div:first-child { border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .section { padding-block: 82px; }
  .launchCard { padding: 34px; margin-block: 62px; }
  .footer { grid-template-columns: 1fr; padding-block: 34px; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 28px, 1160px); }
  .nav { min-height: 70px; }
  h1 { font-size: 3.55rem; }
  .heroActions .button { width: 100%; }
  .decisionCard { padding: 18px; border-radius: 24px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .sectionIntro h2, .privacyInner h2 { font-size: 2.5rem; }
}

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