:root{
  color-scheme:dark;
  --bg:#090704;
  --bg-soft:#110d08;
  --card:rgba(255,249,238,.07);
  --card-strong:rgba(255,249,238,.11);
  --text:#fff7e8;
  --muted:#cfc0aa;
  --faint:#8d806e;
  --line:rgba(255,236,202,.14);
  --gold:#d8ae63;
  --gold-2:#f1d694;
  --green:#6ee7a8;
  --amber:#ffc36a;
  --shadow:0 30px 100px rgba(0,0,0,.45);
  --radius:28px;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:
  radial-gradient(circle at 18% 0%,rgba(216,174,99,.18),transparent 34rem),
  radial-gradient(circle at 88% 12%,rgba(112,70,35,.32),transparent 33rem),
  linear-gradient(180deg,#090704 0%,#0d0906 48%,#060504 100%);
  color:var(--text);min-height:100vh;overflow-x:hidden}
a{color:inherit;text-decoration:none}
.site-header{position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px clamp(20px,5vw,72px);background:#050403;border-bottom:1px solid rgba(255,236,202,.08)}
.brand{display:inline-flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.03em}
.brand-logo{width:50px;height:50px;display:block;object-fit:contain;border-radius:14px;background:#050403;box-shadow:0 12px 24px rgba(0,0,0,.28)}
.brand-text{font-size:1.08rem;letter-spacing:-.045em}.nav-links{display:flex;align-items:center;gap:24px;color:var(--muted);font-size:.95rem}.nav-links a:hover{color:var(--text)}.nav-cta{padding:10px 16px;border:1px solid rgba(216,174,99,.45);border-radius:999px;color:var(--gold-2)!important;background:rgba(216,174,99,.09)}
.section-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.82fr);align-items:center;gap:56px;min-height:calc(100vh - 84px);padding:76px 0 64px}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;color:var(--gold-2);text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:900}.eyebrow:before{content:"";width:28px;height:1px;background:var(--gold)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.95rem,5.9vw,4.85rem);line-height:1.02;letter-spacing:-.04em;word-spacing:.08em;margin-bottom:24px;text-wrap:balance}.hero-title-line{display:block}.hero-title-emphasis{color:var(--gold-2);letter-spacing:-.045em}h2{font-size:clamp(2rem,4vw,4.2rem);line-height:.95;letter-spacing:-.065em;margin-bottom:18px;text-wrap:balance}h3{font-size:1.18rem;margin-bottom:10px}.lead{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.62;color:var(--muted);max-width:680px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:34px 0 28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:999px;font-weight:900;border:1px solid transparent;transition:transform .2s ease, border-color .2s ease, background .2s ease}.button:hover{transform:translateY(-2px)}.button.primary{background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#1a1006;box-shadow:0 18px 40px rgba(216,174,99,.22)}.button.secondary{background:rgba(255,249,238,.07);border-color:var(--line);color:var(--text)}.button.full{width:100%;border:0;font-size:1rem}.trust-row{display:flex;flex-wrap:wrap;gap:12px;color:var(--muted);font-size:.92rem}.trust-row span{padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:rgba(255,249,238,.045)}
.hero-visual{position:relative;display:grid;place-items:center}.hero-visual:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(216,174,99,.24),transparent 64%);filter:blur(12px)}.phone-frame{position:relative;z-index:1;width:min(390px,92vw);padding:14px;border:1px solid rgba(255,236,202,.22);border-radius:46px;background:linear-gradient(160deg,#201914,#050403);box-shadow:var(--shadow);transform:rotate(-3deg)}.phone-frame:before{content:"";position:absolute;top:15px;left:50%;width:132px;height:30px;border-radius:0 0 18px 18px;background:#020202;transform:translateX(-50%);z-index:4}.phone-frame--image{width:min(470px,94vw);padding:0;border:0;border-radius:0;background:transparent;box-shadow:0 28px 80px rgba(0,0,0,.42);transform:rotate(-2deg);overflow:visible}.phone-preview-shot{display:block;width:100%;height:auto;border-radius:18px;filter:drop-shadow(0 24px 50px rgba(0,0,0,.34))}.phone-frame--image:before{display:none}

.proof-strip{width:min(1180px,calc(100% - 40px));margin:0 auto 96px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.proof-strip div,.feature-grid article,.faq-grid article,.waitlist-form{border:1px solid var(--line);background:linear-gradient(180deg,var(--card-strong),var(--card));border-radius:var(--radius);box-shadow:0 20px 70px rgba(0,0,0,.18)}.proof-strip div{padding:22px}.proof-strip strong,.proof-strip span{display:block}.proof-strip strong{font-size:1.25rem}.proof-strip span{color:var(--muted);margin-top:6px}.feature-section,.faq-section,.waitlist-section{padding:74px 0}.section-heading{max-width:760px;margin-bottom:32px}.feature-grid,.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-grid article,.faq-grid article{padding:28px}.faq-grid{grid-template-columns:repeat(4,1fr)}.faq-grid h3{font-size:1.05rem}.feature-icon{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:16px;background:rgba(216,174,99,.14);color:var(--gold-2);font-weight:1000;margin-bottom:28px}.feature-grid p,.faq-grid p,.waitlist-copy p{color:var(--muted);line-height:1.65}.waitlist-section{display:grid;grid-template-columns:.9fr 1fr;gap:42px;align-items:start}.store-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.store-badge-img{display:inline-flex;align-items:center;height:54px;border-radius:14px;transition:transform .2s ease,opacity .2s ease}.store-badge-img img{display:block;height:54px;width:auto}.store-badge-img.disabled{cursor:default;opacity:.92;filter:saturate(.95)}.disabled{opacity:.72}.waitlist-form{padding:28px}.waitlist-form label{display:block;margin-bottom:16px}.waitlist-form label span{display:block;color:var(--muted);font-size:.88rem;font-weight:750;margin-bottom:8px}input,select{width:100%;min-height:52px;border:1px solid rgba(255,236,202,.16);border-radius:16px;background:rgba(2,2,2,.32);color:var(--text);padding:0 15px;font:inherit;outline:none}input:focus,select:focus{border-color:rgba(216,174,99,.7);box-shadow:0 0 0 4px rgba(216,174,99,.13)}select option{color:#1a1006}.checkbox-row{display:flex!important;gap:12px;align-items:flex-start}.checkbox-row input{width:18px;min-height:18px;margin-top:2px;accent-color:var(--gold)}.checkbox-row span{margin:0!important;line-height:1.4}.hp-field{position:absolute;left:-10000px;opacity:0}.form-status{min-height:24px;margin:14px 0 0;color:var(--muted);font-size:.92rem}.form-status.success{color:var(--green)}.form-status.error{color:#ff9f9f}.site-footer{display:flex;justify-content:space-between;gap:16px;padding:34px clamp(20px,5vw,72px);border-top:1px solid rgba(255,236,202,.08);color:var(--faint);font-size:.9rem}.footer-links{display:flex;gap:14px}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--text)}
.legal-main{padding:64px 0 84px}.legal-card{width:min(900px,calc(100% - 40px));margin:0 auto;border:1px solid var(--line);background:linear-gradient(180deg,var(--card-strong),var(--card));border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(24px,5vw,46px)}.legal-kicker{display:inline-flex;margin-bottom:18px;color:var(--gold-2);font-size:.78rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.legal-card h1{font-size:clamp(2.35rem,5vw,4.1rem);margin-bottom:10px}.legal-updated{color:var(--faint);font-weight:750;margin-bottom:28px}.legal-card h2{font-size:clamp(1.35rem,2.6vw,2.15rem);line-height:1.06;letter-spacing:-.045em;margin-top:34px;margin-bottom:12px}.legal-card p,.legal-card li{color:var(--muted);line-height:1.7}.legal-card ul{padding-left:1.25rem;margin:0 0 18px}.legal-card a{color:var(--gold-2);text-decoration:underline;text-decoration-color:rgba(241,214,148,.35);text-underline-offset:4px}.legal-card .button{text-decoration:none}.legal-card .button.primary{color:#1a1006}.legal-card .button.secondary{color:var(--text)}.legal-card strong{color:var(--text)}.legal-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.legal-actions .button{min-height:48px}.site-header .brand[href="/"]{cursor:pointer}
@media (max-width:920px){.site-header{position:relative}.nav-links a:not(.nav-cta){display:none}.hero,.waitlist-section{grid-template-columns:1fr}.hero{padding-top:52px;gap:34px}.proof-strip,.feature-grid,.faq-grid{grid-template-columns:1fr}.phone-frame{transform:none}.phone-frame--image{transform:none}.site-footer{flex-direction:column}}
@media (max-width:560px){.section-shell,.proof-strip{width:min(100% - 28px,1180px)}.site-header{padding:16px 14px}.brand-text{font-size:.98rem}.brand-logo{width:44px;height:44px;border-radius:12px}.nav-cta{padding:9px 12px}.hero{min-height:auto;padding-top:34px;gap:28px}.hero-actions{display:grid}.button{width:100%}h1{font-size:2.35rem;line-height:1.04;letter-spacing:-.025em;word-spacing:.09em}.hero-title-emphasis{letter-spacing:-.03em}.waitlist-form{padding:20px}.proof-strip{margin-bottom:50px}.legal-main{padding:30px 0 54px}.legal-card{width:min(100% - 28px,900px);border-radius:22px;padding:22px}.legal-actions{display:grid}.legal-card h1{font-size:2.1rem}}
