:root {
  --navy-0: #050B22;
  --navy-1: #0A1440;
  --navy-2: #10225E;
  --blue: #2B4EA2;
  --blue-bright: #3E63C8;
  --orange: #F97316;
  --ink: #EAEEF7;
  --muted: #9AA6C4;
  --muted-2: #6B78A0;
  --card: #101a3d;
  --line: #24305e;
  --plate-blue: #0037A6;
  --maxw: 1080px;
  --f-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif;
  --f-mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-sans);
  color: var(--ink);
  background: var(--navy-0);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Wordmark ---------- */
.brand {
  font-weight: 800; font-size: 22px; letter-spacing: -0.02em;
  display: inline-flex; align-items: center; gap: 1px;
}
.brand .dot { color: var(--orange); }

/* ---------- Nav ---------- */
header.nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(5, 11, 34, 0.72);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav a.ghost { color: var(--muted); font-size: 15px; margin-left: 22px; }
.nav a.ghost:hover { color: var(--ink); }
.badge-soon {
  font-size: 12px; color: var(--orange);
  border: 1px solid rgba(249,115,22,.4); border-radius: 999px;
  padding: 5px 12px; margin-left: 22px; white-space: nowrap;
}

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 90% at 15% 0%, var(--navy-2) 0%, transparent 55%),
    radial-gradient(120% 120% at 100% 10%, #14225f 0%, transparent 50%),
    linear-gradient(180deg, var(--navy-1) 0%, var(--navy-0) 100%);
  border-bottom: 1px solid var(--line);
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px;
  align-items: center; padding: 72px 0 84px;
}
.eyebrow {
  font-family: var(--f-mono); font-size: 12px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted-2);
}
.hero h1 {
  font-size: clamp(34px, 5vw, 54px); font-weight: 850; letter-spacing: -0.03em;
  line-height: 1.08; margin: 14px 0 18px; text-wrap: balance;
}
.hero h1 .accent { color: var(--orange); }
.hero p.lede { font-size: 18px; color: var(--muted); max-width: 46ch; margin: 0 0 28px; }
.cta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.store-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: #0b0b0b; border-radius: 12px;
  padding: 10px 18px; font-weight: 600;
}
.store-badge small { display: block; font-size: 10px; font-weight: 500; color: #555; line-height: 1; }
.store-badge b { font-size: 17px; line-height: 1.1; }
.store-note { font-size: 13px; color: var(--muted-2); }

/* ---------- Phone mockup ---------- */
.phone-slot { display: flex; justify-content: center; }
.phone {
  width: 280px; height: 580px; border-radius: 44px;
  background: #05080F; border: 1px solid #2b3566;
  box-shadow: 0 0 0 8px #0c1230, 0 40px 80px rgba(0,0,0,.55), 0 0 60px rgba(62,99,200,.25);
  position: relative; overflow: hidden;
}
.phone .island {
  position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
  width: 84px; height: 24px; border-radius: 13px; background: #000; z-index: 5;
}
.screen { position: absolute; inset: 0; padding: 46px 16px 16px; display: flex; flex-direction: column; gap: 14px; }
.s-title { font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.plate {
  display: inline-flex; align-items: stretch; overflow: hidden; border-radius: 6px;
  background: #F4F6F9; color: #0B0E14; font-family: var(--f-mono); font-weight: 700;
  align-self: center; box-shadow: 0 4px 20px rgba(0,0,0,.4);
}
.plate .tr { background: var(--plate-blue); color:#fff; font-size: 8px; display:flex; align-items:flex-end; justify-content:center; padding: 3px 4px; font-weight:700; }
.plate .num { padding: 8px 16px; font-size: 22px; letter-spacing: .06em; display:flex; align-items:center; }
.verified { align-self: center; font-size: 12px; color: #32D74B; display:flex; gap:5px; align-items:center; }
.s-card { background: #131A28; border: 1px solid #1E2736; border-radius: 14px; padding: 12px 14px; }
.s-row { display:flex; align-items:center; gap:10px; padding: 9px 0; }
.s-row + .s-row { border-top: 1px solid #1E2736; }
.s-ico { width: 34px; height: 34px; border-radius: 50%; background:#161E2E; display:flex; align-items:center; justify-content:center; flex:0 0 auto; }
.s-ico svg { width: 16px; height: 16px; stroke: #9AA4B5; fill:none; stroke-width: 1.8; }
.s-txt { flex:1; min-width:0; }
.s-txt .t { font-size: 12.5px; font-weight:600; }
.s-txt .d { font-size: 10.5px; color:#9AA4B5; }
.s-pill { font-family: var(--f-mono); font-size: 10.5px; font-weight:700; padding: 3px 8px; border-radius:999px; }
.s-pill.warn { color:#FFD60A; background: rgba(255,214,10,.12); }
.s-pill.ok { color:#32D74B; background: rgba(50,215,75,.12); }

/* ---------- Sections ---------- */
section { padding: 76px 0; border-bottom: 1px solid var(--line); }
.sec-head { max-width: 640px; margin: 0 auto 44px; text-align: center; }
.sec-head h2 { font-size: clamp(26px, 3.4vw, 36px); font-weight: 800; letter-spacing: -0.02em; margin: 10px 0 12px; text-wrap: balance; }
.sec-head p { color: var(--muted); font-size: 17px; margin: 0; }

.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature {
  background: linear-gradient(180deg, var(--card), #0c1533);
  border: 1px solid var(--line); border-radius: 18px; padding: 26px 22px;
}
.feature .ficon {
  width: 46px; height: 46px; border-radius: 12px;
  background: rgba(62,99,200,.16); border: 1px solid rgba(62,99,200,.3);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.feature .ficon svg { width: 22px; height: 22px; stroke: var(--blue-bright); fill: none; stroke-width: 1.9; }
.feature.accent .ficon { background: rgba(249,115,22,.14); border-color: rgba(249,115,22,.34); }
.feature.accent .ficon svg { stroke: var(--orange); }
.feature h3 { font-size: 18px; font-weight: 700; margin: 0 0 8px; }
.feature p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 24px 22px; position: relative; }
.step .n {
  font-family: var(--f-mono); font-size: 13px; color: var(--orange);
  border: 1px solid rgba(249,115,22,.4); width: 30px; height: 30px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.step h3 { font-size: 16px; margin: 0 0 6px; }
.step p { color: var(--muted); font-size: 14px; margin: 0; }

/* ---------- Reminder chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 8px; }
.chip {
  font-size: 14px; color: var(--ink); background: var(--card);
  border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px;
}
.chip b { color: var(--blue-bright); }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; }
.cta-band h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 850; letter-spacing: -0.02em; margin: 0 0 14px; }
.cta-band p { color: var(--muted); font-size: 17px; margin: 0 0 26px; }

/* ---------- Footer ---------- */
footer { padding: 44px 0; }
.foot { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.foot .links a { color: var(--muted); font-size: 14px; margin-left: 20px; }
.foot .links a:first-child { margin-left: 0; }
.foot .links a:hover { color: var(--ink); }
.foot .copy { color: var(--muted-2); font-size: 13px; }

/* ---------- Doc pages (privacy/support) ---------- */
.doc { padding: 56px 0 72px; }
.doc h1 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; letter-spacing: -0.02em; margin: 8px 0 6px; }
.doc .updated { color: var(--muted-2); font-size: 14px; margin-bottom: 32px; }
.doc h2 { font-size: 20px; margin: 34px 0 10px; }
.doc p, .doc li { color: var(--muted); font-size: 16px; }
.doc a { color: var(--blue-bright); }
.doc ul { padding-left: 20px; }
.doc .card { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 22px 24px; margin: 18px 0; }

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hero p.lede { margin-left: auto; margin-right: auto; }
  .cta-row { justify-content: center; }
  .features, .steps { grid-template-columns: 1fr; }
  .nav a.ghost { display: none; }
}
