  :root {
    --bg: #0b0908;
    --bg-2: #100d0b;
    --surface: #14110e;
    --surface-2: #1a1612;
    --border: #241f1a;
    --border-strong: #35302a;
    --fg: #f5efe6;
    --fg-2: #c4bbae;
    --fg-muted: #8a8175;
    --fg-dim: #5a534a;
    --accent: #e83a27;
    --accent-hover: #f25240;
    --accent-fg: #ffffff;
    --accent-2: #ffd60a;
    --green: #4fc77f;
    --f-display: 'Anton', sans-serif;
    --f-body: 'Geist', system-ui, sans-serif;
    --f-mono: 'JetBrains Mono', ui-monospace, monospace;
    --maxw: 1200px;
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  html, body { margin: 0; padding: 0; }
  body {
    background: var(--bg);
    color: var(--fg);
    font-family: var(--f-body);
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  img, svg { display: block; max-width: 100%; }
  a { color: inherit; text-decoration: none; }
  ::selection { background: var(--accent); color: #fff; }

  .wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }

  .eyebrow {
    font-family: var(--f-mono);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: var(--fg-muted);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .eyebrow::before {
    content: '';
    width: 6px; height: 6px;
    background: var(--accent);
    border-radius: 50%;
    flex: none;
  }
  .eyebrow.center { justify-content: center; }

  h1, h2, h3 { margin: 0; font-weight: 400; }
  .display {
    font-family: var(--f-display);
    text-transform: uppercase;
    letter-spacing: -0.01em;
    line-height: 0.92;
  }

  /* ── Buttons ─────────────────────────────────────────── */
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 22px;
    border-radius: 8px;
    font-family: var(--f-body);
    font-weight: 600;
    font-size: 14.5px;
    letter-spacing: 0.01em;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background .18s, border-color .18s, transform .18s, color .18s;
    white-space: nowrap;
  }
  .btn svg { width: 16px; height: 16px; }
  .btn.primary { background: var(--accent); color: var(--accent-fg); }
  .btn.primary:hover { background: var(--accent-hover); transform: translateY(-1px); }
  .btn.ghost { background: transparent; color: var(--fg); border-color: var(--border-strong); }
  .btn.ghost:hover { border-color: var(--fg-muted); background: rgba(255,255,255,0.03); }
  .btn.sm { padding: 10px 16px; font-size: 13.5px; }
  .btn.lg { padding: 15px 26px; font-size: 15.5px; }

  /* ── Nav ─────────────────────────────────────────────── */
  header.nav {
    position: sticky; top: 0; z-index: 100;
    background: rgba(11,9,8,0.72);
    backdrop-filter: blur(14px) saturate(1.2);
    border-bottom: 1px solid transparent;
    transition: border-color .25s, background .25s;
  }
  header.nav.scrolled { border-bottom-color: var(--border); background: rgba(11,9,8,0.9); }
  .nav-inner { display: flex; align-items: center; gap: 32px; height: 68px; }
  .brand { display: flex; align-items: center; gap: 11px; }
  .brand .mark { width: 34px; height: 34px; background: #fff; border-radius: 7px; display: grid; place-items: center; padding: 4px; }
  .brand .mark img { width: 100%; height: 100%; object-fit: contain; }
  .brand .word { font-family: var(--f-display); font-size: 22px; text-transform: uppercase; letter-spacing: 0.01em; line-height: 1; }
  .brand-logo { height: 30px; width: auto; filter: invert(1) brightness(1.7); }
  .foot-brand .brand-logo { height: 32px; }
  .nav-links { display: flex; gap: 6px; margin-left: 8px; flex: 1; }
  .nav-links a {
    font-size: 14.5px; color: var(--fg-2); padding: 8px 14px; border-radius: 7px;
    transition: color .15s, background .15s;
  }
  .nav-links a:hover { color: var(--fg); background: rgba(255,255,255,0.04); }
  .nav-cta { margin-left: auto; display: flex; align-items: center; gap: 8px; }
  .nav-cta .signin { font-size: 14.5px; color: var(--fg-2); padding: 8px 12px; }
  .nav-cta .signin:hover { color: var(--fg); }

  .nav-toggle {
    display: none;
    width: 40px; height: 40px;
    border: 1px solid var(--border-strong);
    border-radius: 8px;
    background: transparent;
    color: var(--fg);
    place-items: center;
    cursor: pointer;
    transition: border-color .15s, background .15s;
  }
  .nav-toggle:hover { border-color: var(--fg-muted); background: rgba(255,255,255,0.03); }
  .nav-toggle svg { width: 18px; height: 18px; }

  /* ── Hero ────────────────────────────────────────────── */
  .hero { position: relative; padding: 90px 0 40px; text-align: center; overflow: hidden; }
  .hero::before {
    content: ''; position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 60% 50% at 50% -8%, rgba(232,58,39,0.16), transparent 62%),
      radial-gradient(ellipse 40% 40% at 88% 20%, rgba(255,214,10,0.05), transparent 60%);
    pointer-events: none;
  }
  .hero .wrap { position: relative; }
  .hero h1 {
    font-family: var(--f-display); text-transform: uppercase;
    font-size: clamp(46px, 7.2vw, 92px); line-height: 0.9; letter-spacing: -0.015em;
    margin: 26px auto 0; max-width: 15ch;
  }
  .hero h1 .accent { color: var(--accent); }
  .hero .sub {
    font-size: clamp(17px, 2vw, 20px); color: var(--fg-2); line-height: 1.5;
    max-width: 60ch; margin: 26px auto 0;
  }
  .hero-cta { display: flex; gap: 12px; justify-content: center; margin-top: 34px; flex-wrap: wrap; }
  .hero-note { margin-top: 18px; font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.06em; color: var(--fg-muted); }

  /* browser frame */
  .frame {
    background: var(--surface-2); border: 1px solid var(--border-strong);
    border-radius: 12px; overflow: hidden;
    box-shadow: 0 40px 80px -30px rgba(0,0,0,0.8), 0 0 0 1px rgba(255,255,255,0.02);
  }
  .frame .bar {
    display: flex; align-items: center; gap: 7px; padding: 11px 15px;
    background: var(--surface); border-bottom: 1px solid var(--border);
  }
  .frame .dot { width: 11px; height: 11px; border-radius: 50%; background: var(--border-strong); }
  .frame .url {
    margin-left: 12px; flex: 1; max-width: 340px;
    font-family: var(--f-mono); font-size: 11.5px; color: var(--fg-muted);
    background: var(--bg); border: 1px solid var(--border); border-radius: 6px;
    padding: 5px 12px; text-align: center;
  }
  .frame img { width: 100%; display: block; }

  .hero-shot { margin-top: 56px; position: relative; max-width: 912px; margin-left: auto; margin-right: auto; }
  .hero-shot .frame { transform: none; }
  .hero-glow { position: absolute; inset: -1px; border-radius: 12px; box-shadow: 0 0 120px 10px rgba(232,58,39,0.12); pointer-events: none; }

  /* ── Logo / trust strip ──────────────────────────────── */
  .trust { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-2); }
  .trust .wrap { display: flex; align-items: center; gap: 40px; padding: 26px 32px; flex-wrap: wrap; justify-content: center; }
  .trust .lbl { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fg-dim); }
  .trust .names { display: flex; gap: 34px; flex-wrap: wrap; justify-content: center; }
  .trust .names span { font-family: var(--f-display); text-transform: uppercase; font-size: 20px; color: var(--fg-muted); letter-spacing: 0.02em; transition: color .2s; }
  .trust .names span:hover { color: var(--fg-2); }

  /* ── Section scaffolding ─────────────────────────────── */
  section.block { padding: 108px 0; position: relative; }
  .sec-head { max-width: 720px; margin: 0 auto; text-align: center; }
  .sec-head h2 { font-family: var(--f-display); text-transform: uppercase; font-size: clamp(34px, 4.6vw, 58px); line-height: 0.95; margin-top: 20px; letter-spacing: -0.01em; }
  .sec-head p { color: var(--fg-2); font-size: 18px; margin: 20px auto 0; max-width: 56ch; }

  /* ── Stats ───────────────────────────────────────────── */
  .stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; margin-top: 8px; background: var(--surface); }
  .stat { padding: 38px 30px; border-right: 1px solid var(--border); }
  .stat:last-child { border-right: 0; }
  .stat .num { font-family: var(--f-display); font-size: 58px; line-height: 0.9; }
  .stat .num .u { color: var(--accent); font-size: 0.5em; }
  .stat .num.spark { color: var(--accent-2); }
  .stat .lbl { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-muted); margin-top: 14px; line-height: 1.5; }

  /* ── Pillar rows ─────────────────────────────────────── */
  .pillar { display: grid; grid-template-columns: 1fr 1.15fr; gap: 68px; align-items: center; }
  .pillar + .pillar { margin-top: 128px; }
  .pillar.flip .pillar-copy { order: 2; }
  .pillar.flip .pillar-media { order: 1; }
  .pillar-num { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.16em; color: var(--accent); text-transform: uppercase; }
  .pillar h3 { font-family: var(--f-display); text-transform: uppercase; font-size: clamp(32px, 4vw, 50px); line-height: 0.95; margin: 16px 0 0; letter-spacing: -0.01em; }
  .pillar .lead { color: var(--fg-2); font-size: 18px; margin: 18px 0 0; max-width: 44ch; }
  .feat-list { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 2px; }
  .feat-list li { display: flex; gap: 14px; padding: 13px 0; border-top: 1px solid var(--border); }
  .feat-list li:last-child { border-bottom: 1px solid var(--border); }
  .feat-list .fi { width: 34px; height: 34px; flex: none; border-radius: 8px; background: var(--surface-2); border: 1px solid var(--border); display: grid; place-items: center; color: var(--accent); }
  .feat-list .fi svg { width: 17px; height: 17px; }
  .feat-list .ft { font-weight: 600; font-size: 15.5px; }
  .feat-list .fd { color: var(--fg-muted); font-size: 14px; margin-top: 1px; }

  .pillar-media { position: relative; }
  .pillar-media .frame img { display: block; }
  .media-badge {
    position: absolute; z-index: 3; bottom: -18px; right: -14px;
    background: var(--surface-2); border: 1px solid var(--border-strong); border-radius: 12px;
    padding: 14px 18px; box-shadow: 0 20px 40px -18px rgba(0,0,0,0.9);
    display: flex; align-items: center; gap: 13px;
  }
  .media-badge .mb-num { font-family: var(--f-display); font-size: 30px; line-height: 0.9; }
  .media-badge .mb-num.spark { color: var(--accent-2); }
  .media-badge .mb-lbl { font-family: var(--f-mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-muted); line-height: 1.5; max-width: 12ch; }

  /* ── Catalog grid ────────────────────────────────────── */
  .catalog { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 60px; }
  .cat-card { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 26px 24px; transition: border-color .2s, transform .2s, background .2s; }
  .cat-card:hover { border-color: var(--border-strong); transform: translateY(-3px); background: var(--surface-2); }
  .cat-card .ci { width: 40px; height: 40px; border-radius: 10px; background: var(--accent-soft, rgba(232,58,39,0.12)); display: grid; place-items: center; color: var(--accent); margin-bottom: 18px; }
  .cat-card .ci svg { width: 20px; height: 20px; }
  .cat-card h4 { font-family: var(--f-display); text-transform: uppercase; font-size: 22px; letter-spacing: 0.01em; }
  .cat-card ul { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 9px; }
  .cat-card li { font-size: 14.5px; color: var(--fg-2); display: flex; gap: 10px; align-items: flex-start; }
  .cat-card li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); margin-top: 8px; flex: none; }

  /* ── Member app spotlight ────────────────────────────── */
  .spotlight { background: var(--bg-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .spot-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
  .spot-shots { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .spot-shots .frame:nth-child(2) { margin-top: 34px; }
  .spot-copy h2 { font-family: var(--f-display); text-transform: uppercase; font-size: clamp(32px, 4.2vw, 54px); line-height: 0.95; margin-top: 18px; }
  .spot-copy p { color: var(--fg-2); font-size: 18px; margin-top: 20px; max-width: 46ch; }
  .spot-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
  .spot-tags span { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-2); border: 1px solid var(--border-strong); border-radius: 999px; padding: 7px 13px; }

  /* ── Integrations ────────────────────────────────────── */
  .integ { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 44px; max-width: 820px; margin-left: auto; margin-right: auto; }
  .integ span { font-family: var(--f-mono); font-size: 13.5px; color: var(--fg-2); border: 1px solid var(--border); background: var(--surface); border-radius: 999px; padding: 10px 20px; transition: border-color .2s, color .2s; }
  .integ span:hover { border-color: var(--border-strong); color: var(--fg); }

  /* ── Testimonials ────────────────────────────────────── */
  .quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 60px; }
  .quote { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 30px 28px; display: flex; flex-direction: column; }
  .quote .stars { display: flex; gap: 3px; color: var(--accent-2); margin-bottom: 18px; }
  .quote .stars svg { width: 15px; height: 15px; }
  .quote blockquote { margin: 0; font-size: 17px; line-height: 1.5; color: var(--fg); }
  .quote blockquote .hl { color: var(--accent); }
  .quote .who { margin-top: auto; padding-top: 24px; display: flex; align-items: center; gap: 13px; }
  .quote .av { width: 42px; height: 42px; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--border-strong); display: grid; place-items: center; font-family: var(--f-display); font-size: 17px; color: var(--fg-2); }
  .quote .nm { font-weight: 600; font-size: 14.5px; }
  .quote .rl { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-muted); margin-top: 2px; }

  /* ── Pricing ─────────────────────────────────────────── */
  .plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 60px; align-items: start; }
  .plan { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 32px 30px; display: flex; flex-direction: column; position: relative; }
  .plan.feat { border-color: var(--accent); background: linear-gradient(180deg, rgba(232,58,39,0.06), var(--surface) 40%); }
  .plan .tag { position: absolute; top: -12px; left: 30px; background: var(--accent); color: #fff; font-family: var(--f-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
  .plan .pname { font-family: var(--f-display); text-transform: uppercase; font-size: 26px; letter-spacing: 0.01em; }
  .plan .pdesc { color: var(--fg-muted); font-size: 14px; margin-top: 6px; min-height: 40px; }
  .plan .price { margin: 22px 0 4px; display: flex; align-items: baseline; gap: 6px; }
  .plan .price .amt { font-family: var(--f-display); font-size: 54px; line-height: 0.9; }
  .plan .price .per { font-family: var(--f-mono); font-size: 12.5px; color: var(--fg-muted); }
  .plan .price .amt.custom { font-size: 40px; }
  .plan .pfeat { list-style: none; margin: 24px 0 28px; padding: 22px 0 0; border-top: 1px solid var(--border); display: grid; gap: 12px; }
  .plan .pfeat li { display: flex; gap: 11px; font-size: 14.5px; color: var(--fg-2); align-items: flex-start; }
  .plan .pfeat li svg { width: 17px; height: 17px; color: var(--accent); flex: none; margin-top: 1px; }
  .plan .btn { width: 100%; justify-content: center; margin-top: auto; }

  /* ── Final CTA ───────────────────────────────────────── */
  .final { text-align: center; position: relative; overflow: hidden; }
  .final::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 70% at 50% 50%, rgba(232,58,39,0.16), transparent 65%); pointer-events: none; }
  .final .wrap { position: relative; }
  .final h2 { font-family: var(--f-display); text-transform: uppercase; font-size: clamp(44px, 7vw, 100px); line-height: 0.88; letter-spacing: -0.015em; }
  .final h2 .accent { color: var(--accent); }
  .final p { color: var(--fg-2); font-size: 19px; margin: 24px auto 0; max-width: 48ch; }
  .final .hero-cta { margin-top: 36px; }

  /* ── Footer ──────────────────────────────────────────── */
  footer.foot { border-top: 1px solid var(--border); background: var(--bg-2); padding: 64px 0 40px; }
  .foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
  .foot-brand .brand { margin-bottom: 18px; }
  .foot-brand p { color: var(--fg-muted); font-size: 14px; max-width: 34ch; }
  .foot-col h5 { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-dim); margin: 0 0 16px; }
  .foot-col a { display: block; color: var(--fg-2); font-size: 14.5px; padding: 5px 0; transition: color .15s; }
  .foot-col a:hover { color: var(--fg); }
  .foot-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 52px; padding-top: 26px; border-top: 1px solid var(--border); flex-wrap: wrap; gap: 14px; }
  .foot-bottom .cr, .foot-bottom .lg { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: 0.06em; color: var(--fg-dim); text-transform: uppercase; }

  /* ── Reveal ──────────────────────────────────────────── */
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.6,.2,1), transform .7s cubic-bezier(.2,.6,.2,1); }
  .reveal.in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

  /* ── Responsive ──────────────────────────────────────── */
  @media (max-width: 980px) {
    .nav-toggle { display: grid; }
    .nav-inner { position: relative; flex-wrap: wrap; }
    .nav-links {
      display: none;
      order: 3;
      width: 100%;
      flex-direction: column;
      gap: 4px;
      margin: 0;
      padding: 12px 0 4px;
      border-top: 1px solid var(--border);
    }
    .nav-links.open { display: flex; }
    .nav-links a { padding: 10px 12px; }
    .nav-cta { margin-left: 0; }
    .stats { grid-template-columns: 1fr 1fr; }
    .stat:nth-child(2) { border-right: 0; }
    .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--border); }
    .pillar { grid-template-columns: 1fr; gap: 40px; }
    .pillar.flip .pillar-copy { order: 1; }
    .pillar.flip .pillar-media { order: 2; }
    .catalog { grid-template-columns: 1fr; }
    .spot-grid { grid-template-columns: 1fr; gap: 40px; }
    .quotes { grid-template-columns: 1fr; }
    .plans { grid-template-columns: 1fr; }
    .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    section.block { padding: 76px 0; }
  }
  @media (max-width: 560px) {
    .wrap { padding: 0 20px; }
    .stats { grid-template-columns: 1fr; }
    .stat { border-right: 0; border-bottom: 1px solid var(--border); }
    .stat:last-child { border-bottom: 0; }
    .spot-shots { grid-template-columns: 1fr; }
    .spot-shots .frame:nth-child(2) { margin-top: 0; }
    .foot-grid { grid-template-columns: 1fr; }
    .nav-cta .signin { display: none; }
  }
