  :root {
    --gold:   #FFB000;
    --amber:  #FFC83D;
    --on-acc: #1A1404;
    --cream:  #F4F1E9;
    --surf:   #FFFFFF;
    --surf2:  #FBF7EE;
    --ink:    #16130C;
    --sub:    #6F6A5E;
    --faint:  #A39D8F;
    --line:   rgba(20,18,10,0.09);
    --night:  #0B0B0E;
    --char:   #16161B;
    --char2:  #1E1E25;
    --dink:   #F5F2EB;
    --dsub:   rgba(245,242,235,0.60);
    --dfaint: rgba(245,242,235,0.36);
    --dline:  rgba(255,255,255,0.09);
    --protein:#C08A2A;
    --carb:   #2E93CE;
    --fat:    #7B53C7;
    --maxw:   1180px;
    --ease:   cubic-bezier(0.2,0.85,0.25,1);
  }

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    margin: 0;
    font-family: 'Satoshi', -apple-system, system-ui, sans-serif;
    background: var(--cream);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
  }
  a { color: inherit; text-decoration: none; }
  ::selection { background: var(--gold); color: var(--on-acc); }
  .wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

  /* ---------- icon base ---------- */
  .ic { width: 24px; height: 24px; flex-shrink: 0; }
  .ic path, .ic circle, .ic rect, .ic line { fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

  /* ---------- buttons ---------- */
  .btn {
    display: inline-flex; align-items: center; gap: 9px; cursor: pointer;
    font-family: inherit; font-weight: 800; font-size: 16px; letter-spacing: -0.2px;
    border-radius: 14px; padding: 14px 22px; border: 1px solid transparent;
    transition: transform .18s var(--ease), box-shadow .25s var(--ease), background .2s;
    white-space: nowrap;
  }
  .btn .ic { width: 20px; height: 20px; }
  .btn-primary {
    background: var(--gold); color: var(--on-acc);
    box-shadow: 0 12px 28px -10px rgba(255,176,0,0.65);
  }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -10px rgba(255,176,0,0.75); }
  .btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
  .btn-ghost:hover { background: rgba(20,18,10,0.04); transform: translateY(-2px); }

  /* ---------- nav ---------- */
  header.nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    transition: background .3s, border-color .3s, backdrop-filter .3s;
    border-bottom: 1px solid transparent;
  }
  header.nav.scrolled {
    background: rgba(244,241,233,0.82);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border-bottom-color: var(--line);
  }
  .nav-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
  .brand { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
  .brand .word { white-space: nowrap; }
  .logo {
    width: 38px; height: 38px; border-radius: 12px;
    background: linear-gradient(140deg, var(--amber), var(--gold));
    display: grid; place-items: center;
    font-weight: 900; font-size: 17px; color: var(--on-acc);
    box-shadow: 0 6px 16px -6px rgba(255,176,0,0.7);
  }
  .brand .word { font-weight: 900; font-size: 19px; letter-spacing: -0.5px; }
  .nav-actions { display: flex; align-items: center; gap: 14px; }
  .nav-link { font-weight: 700; font-size: 15px; color: var(--sub); transition: color .2s; }
  .nav-link:hover { color: var(--ink); }

  /* ---------- hero ---------- */
  .hero { position: relative; padding: 150px 0 80px; overflow: hidden; }
  .hero::before {
    content: ''; position: absolute; top: -180px; left: 50%; transform: translateX(-30%);
    width: 900px; height: 760px; pointer-events: none; z-index: 0;
    background: radial-gradient(circle at 60% 40%, rgba(255,176,0,0.20), transparent 60%);
  }
  .hero::after {
    content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: 0.5;
    background-image: radial-gradient(rgba(20,18,10,0.05) 1px, transparent 1px);
    background-size: 22px 22px;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 65%);
            mask-image: linear-gradient(to bottom, #000 0%, transparent 65%);
  }
  .hero-grid {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center;
  }
  .eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,176,0,0.14); color: #9A6E1F;
    border: 1px solid rgba(255,176,0,0.30);
    padding: 7px 14px 7px 11px; border-radius: 999px;
    font-weight: 800; font-size: 13px; letter-spacing: -0.1px; margin-bottom: 24px;
    white-space: nowrap;
  }
  .eyebrow .ic { width: 16px; height: 16px; }
  h1.hero-h {
    font-weight: 900; letter-spacing: -2.4px; line-height: 0.98;
    font-size: clamp(42px, 5.6vw, 76px); margin: 0 0 22px;
    text-wrap: balance;
  }
  h1.hero-h .hl { color: var(--gold); position: relative; white-space: nowrap; }
  .hero-sub {
    font-size: clamp(16px, 1.5vw, 19px); line-height: 1.55; color: var(--sub);
    font-weight: 500; max-width: 480px; margin: 0 0 32px; text-wrap: pretty;
  }
  .hero-cta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
  .hero-meta { display: flex; align-items: center; gap: 8px; color: var(--faint); font-weight: 700; font-size: 14px; }
  .hero-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--faint); }

  .ds-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; max-width: 460px; }
  .pill {
    display: inline-flex; align-items: center; gap: 7px;
    background: var(--surf); border: 1px solid var(--line); border-radius: 999px;
    padding: 8px 14px 8px 11px; font-weight: 700; font-size: 13.5px; color: var(--sub);
  }
  .pill .ic { width: 15px; height: 15px; color: var(--gold); }

  /* ---------- phone stage (static placeholder) ---------- */
  .phone-stage { position: relative; display: grid; place-items: center; min-height: 600px; isolation: isolate; }
  .phone-glow {
    position: absolute; width: 560px; height: 560px; border-radius: 50%;
    background: radial-gradient(circle, rgba(255,176,0,0.22) 0%, rgba(255,176,0,0.12) 34%, rgba(255,176,0,0) 70%);
    z-index: 0; pointer-events: none;
  }
  .phone-slot { position: relative; z-index: 1; }
  .phone-frame {
    width: 306px; height: 664px; border-radius: 48px;
    background: #101013; padding: 10px;
    border: 1px solid rgba(255,255,255,0.14);
    position: relative;
    box-shadow: 0 34px 80px -34px rgba(20,18,10,0.42), 0 12px 28px -18px rgba(20,18,10,0.32);
  }
  .phone-frame::after {
    /* dynamic island */
    content: ''; position: absolute; top: 22px; left: 50%; transform: translateX(-50%);
    width: 92px; height: 26px; border-radius: 999px; background: #060608; z-index: 2;
  }
  .phone-screen {
    width: 100%; height: 100%; border-radius: 39px; overflow: hidden;
    background: var(--night); position: relative;
  }
  .phone-screen img { width: 100%; height: 100%; object-fit: cover; display: block; }

  .float-badge {
    position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px;
    background: var(--ink); color: var(--cream);
    padding: 11px 16px; border-radius: 16px; font-weight: 800; font-size: 15px;
    box-shadow: 0 18px 40px -14px rgba(20,18,10,0.55);
  }
  .float-badge .big { font-size: 22px; font-weight: 900; }
  .float-badge.timer { top: 64px; right: -6px; }
  .float-badge.voice {
    bottom: 92px; left: -28px; background: var(--surf); color: var(--ink);
    border: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 5px;
    padding: 13px 16px; max-width: 220px;
  }
  .float-badge.voice .vrow { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; color: var(--sub); }
  .float-badge.voice .vmic {
    width: 26px; height: 26px; border-radius: 8px; background: var(--gold);
    display: grid; place-items: center; flex-shrink: 0;
  }
  .float-badge.voice .vmic .ic { width: 15px; height: 15px; color: var(--on-acc); }
  .float-badge.voice .quote { font-size: 14px; font-weight: 800; color: var(--ink); }

  /* ---------- section scaffolding ---------- */
  section { position: relative; }
  .sec-pad { padding: 96px 0; }
  .kicker {
    display: inline-flex; align-items: center; gap: 8px;
    font-weight: 800; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 18px;
  }
  .kicker.on-dark { color: var(--amber); }
  h2.sec-h {
    font-weight: 900; letter-spacing: -1.4px; line-height: 1.04;
    font-size: clamp(30px, 3.8vw, 50px); margin: 0; text-wrap: balance;
  }
  .sec-lead { font-size: clamp(16px, 1.4vw, 18.5px); line-height: 1.6; color: var(--sub); font-weight: 500; text-wrap: pretty; }

  /* ---------- pain (dark) ---------- */
  .dark-sec { background: var(--night); color: var(--dink); }
  .dark-sec .sec-lead { color: var(--dsub); }
  .pain-wrap { max-width: 900px; margin: 0 auto; text-align: center; }
  .pain-wrap h2 { font-size: clamp(32px, 4.4vw, 56px); }
  .pain-body { max-width: 620px; margin: 28px auto 0; font-size: 18px; line-height: 1.65; color: var(--dsub); font-weight: 500; }
  .pain-body strong { color: var(--dink); font-weight: 800; }
  .friction { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 44px; }
  .fric-chip {
    display: inline-flex; align-items: center; gap: 9px;
    border: 1px solid var(--dline); border-radius: 999px; padding: 11px 18px;
    font-weight: 700; font-size: 15px; color: var(--dfaint);
    position: relative;
  }
  .fric-chip.struck { text-decoration: line-through; text-decoration-color: rgba(240,121,94,0.8); text-decoration-thickness: 2px; }
  .fric-chip .ic { width: 18px; height: 18px; color: #F0795E; }
  .fric-arrow { display: inline-flex; align-items: center; color: var(--dfaint); }
  .fric-chip.win { color: var(--on-acc); background: var(--gold); border-color: var(--gold); }
  .fric-chip.win .ic { color: var(--on-acc); }

  /* ---------- how it works ---------- */
  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; }
  .step {
    background: var(--surf); border: 1px solid var(--line); border-radius: 26px; padding: 30px 26px 30px;
    box-shadow: 0 18px 40px -30px rgba(20,18,10,0.5);
    position: relative; overflow: hidden;
  }
  .step-n {
    font-weight: 900; font-size: 15px; color: var(--gold); letter-spacing: 0.1em;
    display: flex; align-items: center; gap: 10px; margin-bottom: 22px;
  }
  .step-n::after { content: ''; flex: 1; height: 1px; background: var(--line); }
  .step-ic {
    width: 54px; height: 54px; border-radius: 16px; background: var(--surf2);
    display: grid; place-items: center; color: var(--ink); margin-bottom: 20px;
    border: 1px solid var(--line);
  }
  .step-ic .ic { width: 27px; height: 27px; }
  .step h3 { font-weight: 900; font-size: 21px; letter-spacing: -0.5px; margin: 0 0 9px; }
  .step p { font-size: 15px; line-height: 1.55; color: var(--sub); font-weight: 500; margin: 0; text-wrap: pretty; }
  /* ---------- pillars ---------- */
  .pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; align-items: stretch; }
  .pillar {
    border: 1px solid var(--line); border-radius: 26px; padding: 32px 28px;
    background: var(--surf2);
    display: flex; flex-direction: column;
  }
  .pillar.feature {
    background: var(--ink); color: var(--cream); border-color: var(--ink);
    box-shadow: 0 28px 60px -28px rgba(20,18,10,0.6);
    transform: translateY(-10px);
  }
  .pillar.feature .p-sub { color: rgba(244,241,233,0.66); }
  .pillar.feature .p-ic { background: var(--gold); color: var(--on-acc); border-color: transparent; }
  .pillar.feature .p-tag { background: rgba(255,200,61,0.18); color: var(--amber); }
  .p-ic {
    width: 50px; height: 50px; border-radius: 15px; background: var(--surf);
    border: 1px solid var(--line); display: grid; place-items: center; color: var(--gold); margin-bottom: 22px;
  }
  .p-ic .ic { width: 26px; height: 26px; }
  .p-tag {
    align-self: flex-start; font-weight: 800; font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase;
    background: rgba(255,176,0,0.15); color: #9A6E1F; padding: 5px 11px; border-radius: 999px; margin-bottom: 16px;
  }
  .pillar h3 { font-weight: 900; font-size: 22px; letter-spacing: -0.5px; margin: 0 0 11px; line-height: 1.12; }
  .p-sub { font-size: 15px; line-height: 1.6; color: var(--sub); font-weight: 500; margin: 0; text-wrap: pretty; }

  /* ---------- proof of speed ---------- */
  .proof { background: var(--surf2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .proof-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
  .big-stat { display: flex; align-items: baseline; gap: 6px; margin: 18px 0 10px; }
  .big-stat .n { font-weight: 900; font-size: clamp(64px, 9vw, 120px); letter-spacing: -4px; line-height: 0.9; color: var(--ink); font-variant-numeric: tabular-nums; }
  .big-stat .u { font-weight: 900; font-size: clamp(26px, 3vw, 40px); color: var(--gold); letter-spacing: -1px; }
  .mini-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .mini {
    background: var(--surf); border: 1px solid var(--line); border-radius: 20px; padding: 22px 22px;
    box-shadow: 0 14px 36px -30px rgba(20,18,10,0.5);
  }
  .mini .mn { font-weight: 900; font-size: 30px; letter-spacing: -1px; color: var(--ink); font-variant-numeric: tabular-nums; }
  .mini .ml { font-weight: 700; font-size: 13.5px; color: var(--sub); margin-top: 4px; }

  /* ---------- pricing (dark) ---------- */
  .price-wrap { max-width: 560px; margin: 0 auto; text-align: center; }
  .price-card {
    margin-top: 44px; background: var(--char); border: 1px solid var(--dline); border-radius: 30px;
    padding: 40px 36px 38px; text-align: left; position: relative; overflow: hidden;
  }
  .price-card::before {
    content: ''; position: absolute; top: -120px; right: -80px; width: 360px; height: 360px;
    background: radial-gradient(circle, rgba(255,176,0,0.22), transparent 65%); pointer-events: none;
  }
  .price-free {
    display: inline-flex; align-items: center; gap: 9px;
    background: rgba(255,200,61,0.16); color: var(--amber); border: 1px solid rgba(255,200,61,0.3);
    padding: 8px 15px; border-radius: 999px; font-weight: 800; font-size: 14px; margin-bottom: 22px;
    position: relative; z-index: 1;
  }
  .price-free .ic { width: 17px; height: 17px; }
  .price-row { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; position: relative; z-index: 1; }
  .price-amt { font-weight: 900; font-size: 56px; letter-spacing: -2px; color: var(--dink); font-variant-numeric: tabular-nums; }
  .price-per { font-weight: 700; font-size: 16px; color: var(--dsub); }
  .price-alt { font-weight: 700; font-size: 15px; color: var(--dfaint); margin: 10px 0 0; position: relative; z-index: 1; }
  .price-alt b { color: var(--amber); font-weight: 800; }
  .price-list { list-style: none; padding: 0; margin: 26px 0 30px; display: grid; gap: 13px; position: relative; z-index: 1; }
  .price-list li { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 15.5px; color: var(--dsub); }
  .price-list .ic { width: 20px; height: 20px; color: var(--amber); }
  .price-card .btn-primary { width: 100%; justify-content: center; font-size: 17px; padding: 17px; position: relative; z-index: 1; }
  .price-fine { font-size: 13px; color: var(--dfaint); font-weight: 600; margin: 14px 0 0; text-align: center; position: relative; z-index: 1; }
  .price-legal { font-size: 12.5px; color: var(--dfaint); font-weight: 600; margin: 22px auto 0; max-width: 440px; line-height: 1.6; }
  .price-legal a { color: var(--dsub); text-decoration: underline; text-underline-offset: 3px; }
  .price-legal a:hover { color: var(--amber); }

  /* ---------- faq ---------- */
  .faq-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 48px; align-items: start; }
  .faq-list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line); }
  details.faq { border-bottom: 1px solid var(--line); }
  details.faq summary {
    list-style: none; cursor: pointer; padding: 24px 4px 24px 0;
    display: flex; align-items: center; justify-content: space-between; gap: 20px;
    font-weight: 800; font-size: 18.5px; letter-spacing: -0.3px; color: var(--ink);
  }
  details.faq summary::-webkit-details-marker { display: none; }
  .faq-chev { transition: transform .3s var(--ease); color: var(--faint); }
  details.faq[open] .faq-chev { transform: rotate(180deg); color: var(--gold); }
  .faq-ans { padding: 0 40px 26px 0; font-size: 16px; line-height: 1.6; color: var(--sub); font-weight: 500; margin: 0; text-wrap: pretty; }
  .faq-ans a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

  /* ---------- footer ---------- */
  footer.foot { background: var(--night); color: var(--dink); padding: 72px 0 40px; }
  .foot-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid var(--dline); }
  .foot-slogan { font-weight: 900; font-size: 30px; letter-spacing: -1px; margin: 22px 0 22px; max-width: 320px; line-height: 1.08; }
  .foot-slogan .hl { color: var(--gold); }
  .foot-col h4 { font-weight: 800; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--dfaint); margin: 0 0 16px; }
  .foot-col a { display: block; font-weight: 600; font-size: 15px; color: var(--dsub); padding: 7px 0; transition: color .2s; }
  .foot-col a:hover { color: var(--amber); }
  .stores { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
  .store {
    display: inline-flex; align-items: center; cursor: pointer;
    border: 0; padding: 0; background: transparent;
    transition: opacity .2s, transform .2s;
  }
  .store:hover { transform: translateY(-2px); }
  .store-badge { display: block; height: 40px; width: auto; }
  .store.soon { cursor: default; opacity: 0.48; position: relative; filter: grayscale(0.18); }
  .store.soon:hover { transform: none; }
  .store.soon .store-badge { height: 52px; margin: -6px -12px; }
  .coming-soon {
    position: absolute; left: 50%; bottom: -18px; transform: translateX(-50%);
    color: var(--dfaint); font-size: 11px; font-weight: 800; white-space: nowrap;
  }
  .foot-disclaimer { font-size: 12.5px; color: var(--dfaint); font-weight: 600; line-height: 1.6; margin: 28px 0 0; max-width: 640px; }
  .foot-disclaimer a { color: var(--dsub); text-decoration: underline; text-underline-offset: 3px; }
  .foot-disclaimer a:hover { color: var(--amber); }
  .foot-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 28px; flex-wrap: wrap; }
  .foot-bottom .copy { font-size: 13.5px; color: var(--dfaint); font-weight: 600; }

  /* ---------- reveal ---------- */
  .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
  .reveal.in { opacity: 1; transform: none; }
  .reveal.d1 { transition-delay: .08s; }
  .reveal.d2 { transition-delay: .16s; }
  .reveal.d3 { transition-delay: .24s; }

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

  /* ---------- responsive ---------- */
  @media (max-width: 960px) {
    .hero-grid { grid-template-columns: 1fr; gap: 10px; }
    .hero { padding-top: 122px; }
    .phone-stage { min-height: 540px; margin-top: 18px; }
    .steps, .pillars { grid-template-columns: 1fr; }
    .pillar.feature { transform: none; }
    .proof-grid { grid-template-columns: 1fr; gap: 36px; }
    .faq-grid { grid-template-columns: 1fr; gap: 24px; }
    .foot-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  }
  @media (max-width: 560px) {
    .wrap { padding: 0 20px; }
    .sec-pad { padding: 68px 0; }
    .nav-link.hide-sm { display: none; }
    .hero-cta .btn { flex: 1; justify-content: center; }
    .mini-stats { grid-template-columns: 1fr 1fr; }
    .foot-top { grid-template-columns: 1fr; gap: 28px; }
    .float-badge.voice { left: 0; }
    .float-badge.timer { right: 0; }
    .phone-frame { width: 280px; height: 607px; }
  }
