  .hero{padding-top:clamp(48px,7vw,80px); padding-bottom:clamp(40px,6vw,64px)}
  .hero .lead{margin-top:22px; max-width:56ch}
  .hero-cta{display:flex; flex-wrap:wrap; gap:14px; margin-top:32px}
  .nudge{margin-top:18px; font-size:.92rem; color:var(--muted); display:flex; align-items:center; gap:8px}
  .nudge svg{color:var(--accent); flex:none}
  .pain{background:var(--bg-2); border-block:1px solid var(--line)}
  .agitate{display:grid; gap:18px; margin-top:36px; padding:0}
  .agitate li{list-style:none; font-family:var(--display); font-weight:500; font-size:clamp(1.3rem,2.6vw,1.85rem); line-height:1.25; letter-spacing:-.015em; color:var(--fg); padding-left:30px; position:relative}
  .agitate li::before{content:""; position:absolute; left:0; top:.62em; width:14px; height:1.5px; background:var(--accent)}
  .agitate li span{color:var(--muted)}
  .steps{display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:48px; counter-reset:s}
  @media (max-width:1024px){.steps{grid-template-columns:repeat(2,1fr)}}
  @media (max-width:560px){.steps{grid-template-columns:1fr}}
  .step{position:relative; background:var(--surface); border:1px solid var(--line); border-radius:var(--r-lg); padding:26px}
  .step .num{counter-increment:s; font-family:var(--display); font-weight:800; font-size:1rem; width:40px; height:40px; border-radius:11px; display:grid; place-items:center; background:rgba(198,242,78,.12); color:var(--accent); border:1px solid rgba(198,242,78,.3); margin-bottom:20px}
  .step .num::before{content:counter(s,decimal-leading-zero)}
  .step h3{margin-bottom:10px}
  .step p{color:var(--muted); font-size:.97rem}
  .proof-card{background:linear-gradient(180deg,var(--surface-2),var(--surface)); border:1px solid var(--line-strong); border-radius:var(--r-lg); box-shadow:var(--shadow); padding:clamp(20px,3vw,30px); max-width:640px; margin-top:40px}
  .proof-goal{display:flex; align-items:baseline; gap:12px; flex-wrap:wrap; margin-bottom:18px}
  .proof-tag{font-size:.7rem; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); font-weight:600; flex:none}
  .proof-goal b{font-family:var(--display); font-weight:500; font-size:clamp(1.05rem,2vw,1.2rem); letter-spacing:-.01em; color:var(--fg)}
  .proof-thread{list-style:none; margin:0 0 18px; padding:0; display:flex; flex-direction:column; gap:10px}
  .proof-thread li{max-width:88%; padding:11px 15px; border-radius:14px; font-size:.92rem; line-height:1.45}
  .pt-ryn{align-self:flex-start; background:rgba(198,242,78,.08); border:1px solid rgba(198,242,78,.25); color:var(--fg-2); border-bottom-left-radius:5px}
  .pt-them{align-self:flex-end; background:rgba(255,255,255,.05); border:1px solid var(--line); color:var(--fg-2); border-bottom-right-radius:5px}
  .proof-verdict{display:flex; align-items:center; gap:12px; flex-wrap:wrap; padding-top:16px; border-top:1px solid var(--line)}
  .proof-vbadge{display:inline-flex; align-items:center; gap:6px; font-weight:700; font-size:.84rem; color:var(--accent-ink); background:var(--accent); padding:6px 13px; border-radius:var(--r-pill); flex:none; white-space:nowrap}
  .proof-result{font-weight:600; color:var(--fg); font-size:.97rem}
  .proof-note{margin-top:14px; font-size:.8rem; color:var(--muted)}
  .honest{margin-top:36px; max-width:640px; border:1px solid var(--line-strong); border-left:3px solid var(--accent); border-radius:var(--r); background:var(--surface); padding:20px 24px; color:var(--fg-2); font-size:.97rem; line-height:1.55}
  .honest b{color:var(--fg)}
  .faq{max-width:780px; margin:44px auto 0}
  details{border:1px solid var(--line); border-radius:var(--r); background:var(--surface); margin-bottom:12px; overflow:hidden; transition:border-color .2s ease}
  details[open]{border-color:var(--line-strong)}
  summary{cursor:pointer; list-style:none; padding:22px 24px; font-family:var(--display); font-weight:500; font-size:1.12rem; letter-spacing:-.01em; display:flex; align-items:center; justify-content:space-between; gap:16px}
  summary::-webkit-details-marker{display:none}
  summary .chev{flex:none; transition:transform .25s ease; color:var(--accent)}
  details[open] summary .chev{transform:rotate(45deg)}
  details .a{padding:0 24px 24px; color:var(--muted); font-size:1rem; line-height:1.6}
  details .a a{color:var(--accent)}
  .more{display:flex; gap:14px; flex-wrap:wrap; margin-top:24px}
  .more a{display:inline-flex; align-items:center; gap:8px; text-decoration:none; color:var(--fg-2); border:1px solid var(--line-strong); border-radius:var(--r-pill); padding:12px 18px; font-size:.92rem; font-weight:500; transition:border-color .18s ease, color .18s ease}
  .more a:hover{border-color:var(--accent); color:var(--accent)}
  footer{border-top:1px solid var(--line); padding-block:48px; color:var(--muted)}
  .foot{display:flex; flex-wrap:wrap; gap:24px; justify-content:space-between; align-items:flex-start}
  .foot .logo{font-size:1.15rem; color:var(--fg); margin-bottom:8px}
  .foot .tag{font-size:.92rem; max-width:34ch}
  .foot-right{text-align:right; font-size:.9rem; line-height:2}
  @media (max-width:600px){.foot-right{text-align:left}}
  .foot-right a{color:var(--muted); text-decoration:none; transition:color .15s ease}
  .foot-right a:hover{color:var(--accent)}
  .copy{margin-top:36px; padding-top:24px; border-top:1px solid var(--line); font-size:.82rem; display:flex; flex-wrap:wrap; gap:8px 18px; justify-content:space-between}
  #cookie-note{position:fixed; left:16px; right:16px; bottom:16px; z-index:300; max-width:560px; margin-inline:auto; display:flex; gap:14px; align-items:center; justify-content:space-between; padding:14px 16px; border-radius:14px; background:color-mix(in srgb, var(--surface,#141416) 94%, transparent); border:1px solid var(--line-strong,rgba(255,255,255,.16)); box-shadow:0 16px 40px -16px rgba(0,0,0,.7); backdrop-filter:saturate(140%) blur(10px); font-family:var(--sans,system-ui,sans-serif); font-size:.9rem; line-height:1.45; color:var(--fg-2,#d2d2d8)}
  #cookie-note[hidden]{display:none}
  #cookie-note p{margin:0}
  #cookie-note strong{color:var(--fg,#f5f5f6); font-weight:600}
  #cookie-note a{color:var(--accent,#c6f24e)}
  #cookie-note button{flex:none; cursor:pointer; white-space:nowrap; padding:9px 16px; border-radius:999px; border:1px solid transparent; background:var(--accent,#c6f24e); color:var(--accent-ink,#0c1402); font-family:inherit; font-weight:600; font-size:.88rem}
  @media (max-width:520px){#cookie-note{flex-direction:column; align-items:stretch; text-align:left} #cookie-note button{width:100%}}
