:root {
    --bg: #07070C;
    --bg-elev: #0E0E16;
    --bg-card: #12121C;
    --line: rgba(255,255,255,0.08);
    --indigo: #4F46E5;
    --indigo-deep: #3730A3;
    --indigo-soft: rgba(79,70,229,0.18);
    --amber: #B8720A;
    --amber-bright: #E8A317;
    --text: #F4F4F8;
    --muted: #9A9AB0;
    --muted-2: #6E6E84;
    --pain: rgba(180, 50, 50, 0.12);
    --pain-line: rgba(180, 70, 70, 0.28);
    --win: rgba(79,70,229,0.14);
    --display: "Space Grotesk", sans-serif;
    --sans: "IBM Plex Sans", sans-serif;
    --mono: "IBM Plex Mono", monospace;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    background: var(--bg);
    color: var(--text);
    font-family: var(--sans);
    line-height: 1.65;
  }
  body::before {
    content: "";
    position: fixed; inset: 0;
    background:
      radial-gradient(ellipse 900px 560px at 72% -8%, rgba(79,70,229,0.28), transparent 62%),
      radial-gradient(ellipse 520px 380px at 8% 18%, rgba(184,114,10,0.08), transparent 70%);
    pointer-events: none; z-index: 0;
  }
  nav, section, footer { position: relative; z-index: 1; }
  .wrap { max-width: 1160px; margin: 0 auto; padding: 0 32px; }
  a { color: inherit; text-decoration: none; }

  nav {
    position: sticky; top: 0; z-index: 50;
    background: rgba(7,7,12,0.78);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
  }
  nav .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 16px; }
  .logo { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 18px; }
  .logo-mark {
    width: 34px; height: 34px; border-radius: 10px;
    background: linear-gradient(160deg, var(--indigo), var(--indigo-deep));
    display: flex; align-items: center; justify-content: center;
    font-family: var(--display); font-weight: 700; font-size: 18px; color: white;
    box-shadow: 0 0 0 1px rgba(79,70,229,0.45), 0 0 22px rgba(79,70,229,0.55);
  }
  .nav-links { display: flex; gap: 28px; font-size: 14px; color: var(--muted); flex-wrap: wrap; }
  .nav-links a:hover { color: var(--text); }
  .nav-cta {
    background: var(--indigo); color: white;
    padding: 10px 18px; border-radius: 9px; font-size: 14px; font-weight: 500;
    box-shadow: 0 0 20px rgba(79,70,229,0.35); white-space: nowrap;
  }

  .hero { padding: 56px 0 28px; }
  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 500px);
    gap: 40px; align-items: center;
  }
  .badge {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--mono); font-size: 12px; letter-spacing: 0.04em;
    color: #C4C0F0; background: var(--indigo-soft);
    border: 1px solid rgba(79,70,229,0.4);
    padding: 7px 14px 7px 8px; border-radius: 999px; margin-bottom: 22px;
  }
  .badge .logo-mark { width: 22px; height: 22px; font-size: 12px; border-radius: 7px; box-shadow: 0 0 14px rgba(79,70,229,0.7); }
  h1 {
    font-family: var(--display); font-weight: 700;
    font-size: clamp(40px, 5.4vw, 62px);
    line-height: 1.12; letter-spacing: 0.01em;
    max-width: 640px; margin-bottom: 16px;
  }
  h1 .accent { color: var(--indigo); }
  .time-chip {
    display: inline-flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .time-chip .n {
    font-family: var(--display); font-weight: 700; font-size: 28px;
    color: var(--amber-bright); letter-spacing: 0.01em; line-height: 1;
  }
  .time-chip .l { font-size: 15px; color: var(--muted); }
  .hero-lead { font-size: 18px; color: var(--muted); max-width: 500px; margin-bottom: 28px; }
  .btn-hero {
    display: inline-flex; align-items: center; justify-content: center;
    background: linear-gradient(160deg, var(--indigo), var(--indigo-deep));
    color: white; font-family: var(--display); font-weight: 700;
    font-size: 20px; letter-spacing: 0.01em;
    padding: 18px 36px; border-radius: 12px; min-height: 56px;
    box-shadow: 0 12px 40px rgba(79,70,229,0.5), 0 0 0 1px rgba(165,180,252,0.25);
  }
  .btn-hero:hover { background: var(--indigo-deep); }
  .fine { font-size: 13px; color: var(--muted-2); margin-top: 12px; }

  .stage { perspective: 1400px; padding: 8px 0 12px; }
  .product {
    transform: rotateY(-16deg) rotateX(7deg) rotateZ(-2deg);
    border-radius: 16px; background: #1A1A26; border: 1px solid var(--line);
    box-shadow: 0 40px 80px rgba(0,0,0,0.55), 0 0 60px rgba(79,70,229,0.18);
    overflow: hidden;
  }
  .chrome-bar {
    display: flex; align-items: center; gap: 8px;
    padding: 10px 12px; background: #101018; border-bottom: 1px solid var(--line);
  }
  .dot { width: 8px; height: 8px; border-radius: 50%; background: #3D3D4E; }
  .url {
    flex: 1; font-family: var(--mono); font-size: 11px; color: var(--muted-2);
    background: #0A0A12; border-radius: 6px; padding: 6px 10px;
  }
  .product-body { display: grid; grid-template-columns: 1.15fr 0.85fr; min-height: 300px; }
  .serp { padding: 16px; background: #0C0C14; }
  .serp-q { font-family: var(--mono); font-size: 11px; color: var(--muted-2); margin-bottom: 12px; }
  .serp-hit { margin-bottom: 12px; }
  .serp-hit .t { font-size: 13px; color: #A5B4FC; margin-bottom: 3px; }
  .serp-hit .s { font-size: 11px; color: var(--muted-2); line-height: 1.45; }
  .panel { background: #11111A; border-left: 1px solid var(--line); padding: 12px; }
  .panel-brand { display: flex; align-items: center; gap: 6px; font-weight: 600; font-size: 12px; margin-bottom: 10px; }
  .mini-mark {
    width: 16px; height: 16px; border-radius: 4px;
    background: linear-gradient(160deg, var(--indigo), var(--indigo-deep));
    box-shadow: 0 0 10px rgba(79,70,229,0.7);
  }
  .gen {
    width: 100%; text-align: center; padding: 8px; margin-bottom: 10px;
    background: linear-gradient(160deg, var(--indigo), var(--indigo-deep));
    color: white; border-radius: 8px; font-size: 11px; font-weight: 600;
  }
  .brief-chip {
    border-left: 2px solid var(--indigo); background: rgba(79,70,229,0.08);
    padding: 8px 10px; border-radius: 0 8px 8px 0; margin-bottom: 8px;
  }
  .brief-chip b { display: block; color: #C7C4FF; font-size: 10px; margin-bottom: 3px; }
  .brief-chip span { color: var(--muted); font-size: 10px; line-height: 1.4; }

  .stat-strip {
    border-top: 1px solid var(--line);
    background: rgba(14,14,22,0.72);
    padding: 28px 0;
  }
  .stat-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  }
  .stat-cell { text-align: center; padding: 8px 12px; }
  .stat-n {
    font-family: var(--display); font-weight: 700;
    font-size: clamp(26px, 3.2vw, 40px); letter-spacing: 0.01em;
    line-height: 1.15; color: var(--indigo); margin-bottom: 10px;
  }
  .stat-n.amber { color: var(--amber-bright); }
  .stat-l { font-size: 14px; color: var(--muted); max-width: 240px; margin: 0 auto; }

  .section { padding: 88px 0; }
  .section.alt { background: var(--bg-elev); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
  .eyebrow {
    font-family: var(--mono); font-size: 12px; color: var(--indigo);
    letter-spacing: 0.08em; font-weight: 500; margin-bottom: 12px;
  }
  h2 {
    font-family: var(--display); font-weight: 700;
    letter-spacing: 0.01em; font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.18; margin-bottom: 14px;
  }
  h2 .accent { color: var(--indigo); }
  .section-head p { color: var(--muted); font-size: 16px; }

  .infographic {
    max-width: 920px; margin: 0 auto 64px;
    background: var(--bg-card); border: 1px solid var(--line);
    border-radius: 20px; padding: 40px 44px 36px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.35);
  }
  .ig-row { margin-bottom: 32px; }
  .ig-row:last-of-type { margin-bottom: 18px; }
  .ig-meta { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 12px; }
  .ig-label { font-size: 16px; font-weight: 600; color: var(--muted); }
  .ig-num {
    font-family: var(--display); font-weight: 700; font-size: 36px;
    letter-spacing: 0.01em; line-height: 1; color: var(--muted-2);
  }
  .ig-num.win { color: var(--indigo); }
  .track { height: 48px; border-radius: 10px; background: #1C1C28; overflow: hidden; }
  .fill-pain { width: 100%; height: 100%; background: linear-gradient(90deg, #2E2E3A, #4A4450); }
  .fill-win {
    width: 4%; min-width: 22px; height: 100%;
    background: var(--indigo);
    box-shadow: 0 0 24px rgba(79,70,229,0.85);
  }
  .ig-cite { font-family: var(--mono); font-size: 12px; color: var(--muted-2); }

  .example-stage { max-width: 920px; margin: 0 auto; }
  .proof-head {
    text-align: left;
    max-width: none;
    margin: 0 0 24px;
    padding: 0 28px;
  }
  .proof-head .eyebrow,
  .proof-head h2,
  .proof-head p { text-align: left; }
  .proof-head p { color: var(--muted); font-size: 16px; }
  .example-card {
    width: 100%;
    background: #11111A; border: 1px solid var(--line);
    border-radius: 16px; padding: 28px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3), 0 0 40px rgba(79,70,229,0.08);
  }
  .example-ui-bar {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line);
  }
  .pills { display: flex; gap: 8px; flex-wrap: wrap; }
  .pill {
    font-family: var(--mono); font-size: 11px;
    background: var(--indigo-soft); color: #C7C4FF;
    padding: 5px 10px; border-radius: 100px; border: 1px solid rgba(79,70,229,0.3);
  }
  .block {
    border-left: 3px solid var(--indigo);
    background: rgba(79,70,229,0.07);
    border-radius: 0 10px 10px 0;
    padding: 16px 18px; margin-bottom: 12px;
  }
  .block h3 { font-size: 14px; color: #C7C4FF; margin-bottom: 8px; font-weight: 600; }
  .block p { font-size: 14px; color: var(--muted); }
  .block strong { color: var(--text); }
  .more { margin-top: 14px; font-size: 13px; color: var(--muted-2); }

  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .step {
    background: var(--bg-card); border: 1px solid var(--line);
    border-radius: 16px; padding: 28px 24px;
  }
  .step-icon {
    width: 48px; height: 48px; border-radius: 12px;
    background: var(--indigo-soft); color: #C7C4FF;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 18px; box-shadow: 0 0 18px rgba(79,70,229,0.25);
  }
  .step-icon svg { width: 24px; height: 24px; }
  .step h3 { font-family: var(--display); font-size: 22px; font-weight: 700; letter-spacing: 0.01em; margin-bottom: 8px; }
  .step p { color: var(--muted); font-size: 15px; }
  .step .saved {
    margin-top: 14px; font-family: var(--mono); font-size: 12px; color: var(--amber-bright);
  }

  .compare { max-width: 900px; margin: 0 auto; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
  .compare-h, .compare-r { display: grid; grid-template-columns: 1fr 1fr; }
  .compare-h { background: #161622; }
  .compare-h div {
    padding: 18px 24px; font-family: var(--display); font-size: 18px; font-weight: 600;
  }
  .compare-h div:last-child { color: var(--indigo); }
  .compare-r { border-top: 1px solid var(--line); }
  .cell { padding: 16px 22px; font-size: 15px; display: flex; align-items: flex-start; gap: 10px; }
  .cell.pain { background: var(--pain); color: #D4B8B8; }
  .cell.win { background: var(--win); color: var(--text); }
  .ico { flex-shrink: 0; margin-top: 2px; }
  .ico.x { color: #C45C5C; }
  .ico.ok { color: #818CF8; }

  .cta-band {
    padding: 56px 0;
    background: radial-gradient(ellipse 80% 120% at 50% 50%, rgba(79,70,229,0.22), transparent 70%), var(--bg-elev);
    border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    text-align: center;
  }
  .cta-band h2 { margin-bottom: 10px; }
  .cta-band p { color: var(--muted); margin-bottom: 24px; }

  .savings-hero { text-align: center; max-width: 900px; margin: 0 auto 40px; }
  .savings-n {
    font-family: var(--display); font-weight: 700;
    font-size: clamp(36px, 5.4vw, 64px); letter-spacing: 0.01em; line-height: 1.1;
    color: var(--amber-bright); margin: 12px 0 16px;
  }
  .savings-sub { font-size: 18px; color: var(--muted); max-width: 640px; margin: 0 auto 28px; }
  .math-callout {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 12px;
    align-items: stretch;
    max-width: 760px;
    margin: 0 auto;
    background: var(--bg-card);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 22px 20px;
  }
  .math-cell { text-align: center; padding: 8px 6px; }
  .math-cell.hl {
    background: rgba(232, 163, 23, 0.08);
    border-radius: 12px;
  }
  .math-n {
    font-family: var(--display); font-weight: 700; font-size: 32px;
    letter-spacing: 0.01em; line-height: 1.1; color: var(--text);
  }
  .math-cell.hl .math-n { color: var(--amber-bright); }
  .math-l { font-size: 13px; color: var(--muted); margin-top: 8px; }
  .math-op {
    font-family: var(--display); font-size: 28px; font-weight: 700;
    color: var(--muted-2); align-self: center;
  }
  .plans {
    display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
    max-width: 900px; margin: 40px auto 0; align-items: stretch;
  }
  .plan {
    display: flex; flex-direction: column;
    background: var(--bg-card); border: 1px solid var(--line);
    border-radius: 20px; padding: 40px 36px 32px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.28);
  }
  .plan.hl {
    position: relative;
    border-color: var(--indigo);
    background: linear-gradient(180deg, rgba(79,70,229,0.12), var(--bg-card) 42%);
    box-shadow: 0 20px 60px rgba(79,70,229,0.28), 0 0 48px rgba(79,70,229,0.16);
  }
  .plan-badge {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.06em;
    color: white; background: var(--indigo);
    padding: 5px 12px; border-radius: 999px;
    box-shadow: 0 0 18px rgba(79,70,229,0.55);
    white-space: nowrap;
  }
  .plan-name { font-family: var(--mono); font-size: 12px; color: var(--amber-bright); font-weight: 600; margin-bottom: 10px; }
  .plan-price { font-family: var(--display); font-size: 44px; font-weight: 700; letter-spacing: 0.01em; line-height: 1.1; }
  .plan-price span { font-size: 16px; color: var(--muted); font-weight: 500; }
  .plan-desc { color: var(--muted); font-size: 15px; margin: 12px 0 28px; line-height: 1.5; }
  .plan ul { list-style: none; flex: 1; margin-bottom: 28px; display: flex; flex-direction: column; gap: 14px; }
  .plan li {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 15px; color: var(--muted); line-height: 1.45;
  }
  .plan li svg { flex-shrink: 0; margin-top: 2px; color: #818CF8; }
  .plan .btn-hero { width: 100%; margin-top: auto; font-size: 17px; padding: 16px 20px; }

  .story { max-width: 720px; }
  .story p { color: var(--muted); font-size: 16px; margin-bottom: 16px; }
  .story a { color: #A5B4FC; text-decoration: underline; text-underline-offset: 3px; }

  .final-cta { text-align: center; padding: 72px 0 40px; }
  .final-cta h2 { margin-bottom: 12px; }
  .final-cta p { color: var(--muted); margin-bottom: 24px; }

  footer { border-top: 1px solid var(--line); background: var(--bg-elev); padding: 56px 0 32px; }
  .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
  .footer-col h4 { font-size: 13px; margin-bottom: 16px; }
  .footer-col a { display: block; font-size: 14px; color: var(--muted); margin-bottom: 10px; }
  .footer-col a:hover { color: var(--indigo); }
  .footer-blurb { color: var(--muted); font-size: 14px; max-width: 260px; }
  .footer-bottom {
    display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
    padding-top: 24px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted-2);
  }

  @media (max-width: 960px) {
    .hero-grid, .product-body, .stat-grid, .steps, .compare-h, .compare-r, .plans, .footer-grid { grid-template-columns: 1fr; }
    .product { transform: none; }
    .panel { border-left: none; border-top: 1px solid var(--line); }
    .math-callout { grid-template-columns: 1fr; }
    .math-op { display: none; }
    .plan.hl { margin-top: 12px; }
    .ig-num { font-size: 28px; }
  }

@media (max-width: 960px) {
  nav .wrap { min-height: auto; padding-top: 12px; padding-bottom: 12px; }
}

