*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--bg:#0b0b0b;--bg-elevated:#121212;--text:#f0f0f0;--text-muted:#9a9a9a;--text-dim:#666;--gold:#c9a227;--gold-hover:#dbb42e;--border:#1f1f1f;--radius:8px}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.section-label{font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.85rem}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3.5rem 1.5rem}.logo{width:780px;max-width:88vw;height:auto;margin-bottom:2.5rem;filter:drop-shadow(0 14px 36px rgba(201,162,39,.25))}.hero h1{font-size:clamp(2.25rem,5.5vw,3.4rem);font-weight:600;letter-spacing:-.03em;line-height:1.12;color:var(--text);max-width:820px;margin-bottom:1.5rem}.subtitle{font-size:1.12rem;color:var(--text-muted);max-width:520px;margin-bottom:2.5rem;line-height:1.7}.btn{display:inline-block;background:var(--gold);color:#0b0b0b;font-weight:600;font-size:1.05rem;padding:1rem 2.35rem;border-radius:var(--radius);transition:background .2s ease,transform .15s ease}.btn:hover{background:var(--gold-hover);transform:translateY(-1px)}.product{padding:6.5rem 1.5rem;text-align:center;border-top:1px solid var(--border);max-width:780px;margin:0 auto}.product h2{font-size:clamp(1.7rem,3.5vw,2.25rem);font-weight:550;line-height:1.25;margin-bottom:1.5rem}.product-lead{font-size:1.08rem;color:var(--text-muted);line-height:1.75}.who{padding:5.5rem 1.5rem;text-align:center;border-top:1px solid var(--border)}.who h2{font-size:clamp(1.55rem,3vw,1.95rem);font-weight:550;margin-bottom:2.5rem}.audience{display:flex;flex-direction:column;align-items:center;gap:1rem}.audience-row{display:flex;justify-content:center;flex-wrap:wrap;gap:.9rem}.audience-item{font-size:1rem;color:var(--gold);padding:.55rem 1.3rem;border:1px solid rgba(201,162,39,.28);border-radius:999px;background:rgba(201,162,39,.06)}.how{padding:6.5rem 1.5rem;border-top:1px solid var(--border);text-align:center}.how h2{font-size:clamp(1.6rem,3.2vw,2.05rem);font-weight:550;margin-bottom:3.5rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:2rem;gap:2rem;max-width:1060px;margin:0 auto;text-align:left}.step-num{display:block;font-size:.8rem;font-weight:600;letter-spacing:.08em;color:var(--gold);margin-bottom:.7rem}.step h3{font-size:1.15rem;font-weight:600;margin-bottom:.6rem;color:var(--text)}.step p{font-size:.97rem;color:var(--text-muted);line-height:1.65}.promise{padding:2rem 1.5rem 6.5rem;border-top:1px solid var(--border)}.promise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.35rem;gap:1.35rem;max-width:1000px;margin:0 auto}.promise-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;padding:1.85rem 1.6rem}.promise-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.65rem}.promise-card p{font-size:.96rem;color:var(--text-muted);line-height:1.65}.access{padding:6.5rem 1.5rem;text-align:center;border-top:1px solid var(--border)}.access h2{font-size:clamp(1.65rem,3.4vw,2.15rem);font-weight:550;margin-bottom:.7rem}.access-sub{color:var(--text-muted);margin-bottom:2.4rem;font-size:1.05rem}.waitlist-form{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap;max-width:460px;margin:0 auto 1rem}.waitlist-form input{flex:1 1;min-width:220px;padding:.95rem 1.2rem;border:1px solid #2a2a2a;border-radius:var(--radius);background:var(--bg-elevated);color:var(--text);font-size:1rem;outline:none;transition:border-color .2s ease}.waitlist-form input:focus{border-color:var(--gold)}.waitlist-form input::placeholder{color:#666}.waitlist-form button{padding:.95rem 1.7rem;background:var(--gold);color:#0b0b0b;border:none;border-radius:var(--radius);font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s ease}.waitlist-form button:hover{background:var(--gold-hover)}.form-note{font-size:.88rem;color:var(--text-dim)}footer{padding:2.5rem 1.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer-left{font-size:.9rem;color:var(--text-dim)}.footer-right{font-size:.8rem;color:#555;letter-spacing:.01em}@media (max-width:640px){.logo{width:340px;margin-bottom:2rem}.hero{padding:2.5rem 1.25rem}.steps{gap:2.25rem}.audience{gap:.75rem}.audience-row{gap:.65rem}.audience-item{font-size:.93rem;padding:.45rem 1.1rem}footer{flex-direction:column;text-align:center;gap:.6rem}}