:root {
    --bg: #1c1c1e;
    --bg2: #2c2c2e;
    --ink: #f5f5f7;
    --ink-soft: #c7c7cc;
    --mute: #8e8e93;
    --line: rgba(255,255,255,.10);
    --line-mid: rgba(255,255,255,.14);
    --accent: #ff9500;
    --accent-l: #ffb340;
    --pink: #ff375f;
    --green: #30d158;
    --glass: rgba(255,255,255,.07);
    --glass-mid: rgba(255,255,255,.11);
    --glass-hi: rgba(255,255,255,.16);
    --shadow: 0 24px 72px -24px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.12);
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    min-height: 100vh;
    overflow-x: hidden;
    background:
      radial-gradient(ellipse at 12% -10%, rgba(255,149,0,.24), transparent 42%),
      radial-gradient(ellipse at 88% 8%, rgba(255,55,95,.16), transparent 36%),
      radial-gradient(ellipse at 45% 82%, rgba(48,209,88,.10), transparent 42%),
      var(--bg);
    color: var(--ink);
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: antialiased;
    line-height: 1.55;
    letter-spacing: -0.01em;
  }
  a { color: inherit; text-decoration: none; }
  .container { width: min(1200px, 100%); margin: 0 auto; padding: 0 28px; }
  .glass {
    background: var(--glass);
    border: 1px solid var(--line);
    backdrop-filter: blur(32px) saturate(180%);
    -webkit-backdrop-filter: blur(32px) saturate(180%);
    box-shadow: var(--shadow);
  }
  .ticker { overflow: hidden; padding: 9px 0; color: var(--ink-soft); font-size: 12px; background: rgba(28,28,30,.34); border-bottom: 1px solid var(--line); }
  .ticker-track { display: inline-block; white-space: nowrap; animation: scroll 60s linear infinite; }
  .ticker-track > span { margin-right: 34px; }
  .ticker-track .sym { color: #fff; font-weight: 700; }
  .ticker-track .up { color: var(--green); }
  .ticker-track .down { color: var(--pink); }
  .ticker-track .flat, .ticker-track .stale { color: var(--mute); }
  @keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  .top {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    background: rgba(28,28,30,.72);
    backdrop-filter: blur(28px) saturate(170%);
    -webkit-backdrop-filter: blur(28px) saturate(170%);
    box-shadow: 0 18px 48px rgba(0,0,0,.18);
  }
  .top .row {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 34px;
    padding: 0 28px;
  }
  .logo { display: flex; align-items: center; color: var(--accent-l); font-weight: 700; }
  .vannaq-wordmark {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--accent-l);
    font-size: 26px;
    font-weight: 600;
    line-height: .82;
    letter-spacing: 0;
    padding-right: 18px;
  }
  .vannaq-wordmark .word { color: var(--accent-l); letter-spacing: 0; }
  .vannaq-wordmark .q-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 28px;
    margin-left: 2px;
    background: var(--accent-l);
    color: #071018;
    font-family: inherit;
    font-size: 31px;
    font-weight: 600;
    line-height: 1;
  }
  .vannaq-wordmark .tm { position: absolute; top: -7px; right: 0; color: var(--accent-l); font-size: 8px; font-weight: 600; letter-spacing: .04em; line-height: 1; }
  .nav-links { display: flex; justify-self: start; gap: 26px; min-width: 0; white-space: nowrap; }
  .nav-links a,
  .nav-right a { color: var(--ink-soft); font-size: 15px; letter-spacing: 0; text-transform: none; }
  .nav-links a:hover,
  .nav-right a:hover { color: var(--accent-l); }
  .nav-right { display: flex; align-items: center; justify-self: end; gap: 24px; white-space: nowrap; }
  .nav-cta { min-height: 31px; padding: 0 14px; font-size: 12px; }
  .nav-right .nav-cta,
  .nav-right .nav-cta:hover { color: #fff; }
  .pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 999px;
    padding: 0 19px;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 700;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  }
  .pill-primary { color: #1b0d00; background: var(--accent); box-shadow: 0 0 24px rgba(255,149,0,.35); }
  .pill-primary:hover { transform: translateY(-1px); background: #ffad33; box-shadow: 0 0 32px rgba(255,149,0,.48); }
  .pill-glass { color: #fff; background: var(--glass-mid); border-color: var(--line-mid); backdrop-filter: blur(20px); }
  .pill-glass:hover { transform: translateY(-1px); background: var(--glass-hi); }
  .hero { padding: 112px 0 96px; }
  .hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr); gap: 64px; align-items: center; }
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    color: var(--accent-l);
    background: rgba(255,149,0,.12);
    border: 1px solid rgba(255,149,0,.28);
    font-size: 12.5px;
    font-weight: 700;
    margin-bottom: 28px;
  }
  .pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent-l); animation: pulseA 2s ease-in-out infinite; }
  @keyframes pulseA {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(255,179,64,.5); }
    50% { opacity: .75; box-shadow: 0 0 0 5px rgba(255,179,64,0); }
  }
  h1 { color: #fff; font-size: clamp(40px, 5.2vw, 70px); font-weight: 800; line-height: 1.05; letter-spacing: -0.045em; }
  .grad { background: linear-gradient(125deg, #ffb340 0%, #ff9500 48%, #ff375f 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .lead { margin-top: 28px; max-width: 520px; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
  .cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 38px; }
  .stat-row { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 46px; }
  .stat-item .num { color: #fff; font-size: 28px; font-weight: 800; letter-spacing: -0.04em; }
  .stat-item .lbl { margin-top: 2px; color: var(--mute); font-size: 11.5px; }
  .hero-visual {
    position: relative;
    min-height: 528px;
  }
  .gpane {
    position: absolute;
    border-radius: 26px;
    padding: 24px;
    background: var(--glass);
    border: 1px solid var(--line);
    backdrop-filter: blur(32px) saturate(180%);
    -webkit-backdrop-filter: blur(32px) saturate(180%);
    box-shadow: var(--shadow);
  }
  .gp-main { top: 32px; right: 0; width: min(440px, 100%); }
  .gp-sub { left: 0; bottom: 62px; width: min(360px, 72%); }
  .gp-flow { right: 40px; bottom: 0; width: 300px; }
  .gp-tag { color: var(--mute); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .gp-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-top: 12px; }
  .gp-sym { color: #fff; font-size: 30px; font-weight: 800; letter-spacing: -1px; }
  .gp-price { color: #fff; font-size: 40px; font-weight: 800; line-height: 1; text-align: right; letter-spacing: -1.2px; }
  .gp-up { color: var(--green); font-size: 13px; font-weight: 700; margin-top: 6px; text-align: right; }
  .gp-chart { height: 152px; margin-top: 18px; }
  .gp-chart svg { width: 100%; height: 100%; }
  .gp-mini-row { display: flex; gap: 8px; margin-top: 18px; }
  .gp-mini { flex: 1; padding: 11px 12px; border-radius: 14px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); }
  .gp-mini .l { color: var(--mute); font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
  .gp-mini .v { color: #fff; font-size: 16px; font-weight: 800; margin-top: 3px; }
  .gp-mini .v-accent { color: var(--accent-l); }
  .gp-mini .v-pink { color: var(--pink); }
  .sample-note { margin-top: 16px; color: var(--mute); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
  .section { padding: 96px 0; }
  .section-label { color: var(--accent-l); font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
  .section-label.center { text-align: center; }
  .section-title { max-width: 760px; color: #fff; font-size: clamp(38px, 4.5vw, 58px); font-weight: 800; line-height: 1.06; letter-spacing: -0.045em; }
  .section-title.center { margin: 0 auto; text-align: center; }
  .section-sub { max-width: 580px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; margin-top: 18px; }
  .surface-grid, .cap-grid, .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
  .card {
    padding: 30px;
    border-radius: 24px;
    background: var(--glass);
    border: 1px solid var(--line);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
  }
  .card:hover { transform: translateY(-4px); background: var(--glass-mid); border-color: rgba(255,149,0,.24); }
  .icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 15px; margin-bottom: 18px; background: linear-gradient(135deg, rgba(255,149,0,.28), rgba(255,179,64,.16)); border: 1px solid rgba(255,149,0,.35); font-size: 20px; font-weight: 800; }
  .card:nth-child(2) .icon { background: linear-gradient(135deg, rgba(255,55,95,.25), rgba(255,99,99,.12)); border-color: rgba(255,55,95,.32); }
  .card:nth-child(3) .icon { background: linear-gradient(135deg, rgba(48,209,88,.24), rgba(100,229,150,.12)); border-color: rgba(48,209,88,.30); }
  .route { color: var(--accent-l); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; }
  .card h3 { color: #fff; font-size: 21px; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 10px; }
  .card p { color: var(--ink-soft); font-size: 14px; line-height: 1.68; }
  .card ul { list-style: none; display: grid; gap: 9px; margin-top: 20px; color: var(--ink-soft); font-size: 13.5px; }
  .card li { position: relative; padding-left: 24px; }
  .card li::before { content: ""; position: absolute; left: 0; top: .34em; width: 13px; height: 13px; border-radius: 50%; background: rgba(255,149,0,.20); border: 1px solid rgba(255,149,0,.42); }
  .coverage-note { max-width: 780px; margin-top: 18px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
  .coverage-box { margin-top: 34px; overflow-x: auto; border-radius: 24px; }
  .coverage-table { width: 100%; border-collapse: collapse; min-width: 680px; }
  .coverage-table th, .coverage-table td { padding: 14px 18px; border-bottom: 1px solid var(--line); text-align: left; }
  .coverage-table th { color: var(--mute); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .coverage-table td { color: var(--ink-soft); font-size: 13px; }
  .coverage-table .name { color: #fff; font-weight: 700; }
  .pricing { padding-bottom: 120px; }
  .toggle-row { display: flex; justify-content: center; align-items: center; gap: 14px; margin-top: 38px; color: var(--ink-soft); font-size: 14px; }
  .pricing-sub { max-width: 640px; margin: 14px auto 0; color: var(--ink-soft); font-size: 16px; line-height: 1.65; text-align: center; }
  .toggle-label.active { color: #fff; }
  .toggle-pill { position: relative; width: 48px; height: 28px; border-radius: 999px; background: var(--glass-hi); border: 1px solid var(--line-mid); cursor: pointer; }
  .toggle-pill.on { background: var(--accent); }
  .toggle-knob { position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; transition: left .2s ease; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
  .toggle-pill.on .toggle-knob { left: 23px; }
  .save-badge { color: var(--green); background: rgba(48,209,88,.15); border: 1px solid rgba(48,209,88,.3); border-radius: 999px; padding: 4px 10px; font-size: 11.5px; font-weight: 700; }
  .save-badge[hidden] { display: none; }
  .plan { display: flex; flex-direction: column; gap: 16px; }
  .plan.popular { background: rgba(255,149,0,.12); border-color: rgba(255,149,0,.35); box-shadow: 0 0 70px -24px rgba(255,149,0,.45); }
  .plan-name { color: #fff; font-size: 21px; font-weight: 700; letter-spacing: -0.03em; }
  .plan-desc { color: var(--ink-soft); font-size: 13px; line-height: 1.6; min-height: 42px; }
  .plan-price { color: #fff; font-size: 52px; font-weight: 800; letter-spacing: -0.055em; line-height: 1; }
  .plan-price small { color: var(--mute); font-size: 14px; font-weight: 600; letter-spacing: 0; }
  .discount { color: var(--green); font-size: 12px; font-weight: 700; min-height: 18px; }
  .risk-note { color: var(--ink-soft); font-size: 12px; line-height: 1.7; margin-top: 52px; padding: 20px 24px; border-radius: 20px; }
  footer { border-top: 1px solid var(--line); padding: 64px 0 44px; }
  .footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .8fr); gap: 42px; }
  .footer-brand { color: #fff; font-size: 22px; font-weight: 800; letter-spacing: -0.04em; margin-bottom: 10px; }
  .footer-text, .footer-links a, .footer-signal { color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
  .footer-title { color: var(--accent-l); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
  .footer-links { display: grid; gap: 8px; }
  .footer-bottom { color: var(--mute); font-size: 11px; margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); }
  .reveal { opacity: 0; transform: translateY(26px); filter: blur(4px); transition: opacity .65s ease, transform .65s ease, filter .65s ease; }
  .reveal.visible { opacity: 1; transform: none; filter: none; }
  @media (max-width: 920px) {
    .hero-grid, .surface-grid, .cap-grid, .pricing-grid, .footer-grid { grid-template-columns: 1fr; }
    .hero { padding-top: 70px; }
    .hero-visual { min-height: auto; display: grid; gap: 16px; }
    .gpane { position: static; width: 100%; }
    .top .row { padding: 0 18px; }
    .nav-links, .nav-secondary { display: none; }
    .nav-right { display: flex; gap: 0; }
    .vannaq-wordmark { font-size: 24px; }
    .vannaq-wordmark .q-box { width: 23px; height: 26px; font-size: 29px; }
  }
