@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg:#0b0e14;--surface:#11151e;--paper:#f4f1ea;--amber:#f5a623;--cyan:#3dd6f5;--text:#a8b0bf}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--paper);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}::selection{background:var(--amber);color:var(--bg)}.hero{height:100vh;position:relative;overflow:hidden}.hero-video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{background:linear-gradient(#0b0e148c 0%,#0b0e1426 45%,#0b0e14d9 100%);position:absolute;inset:0}.hero-content{z-index:2;flex-direction:column;justify-content:center;max-width:1100px;height:100%;padding:0 8vw;display:flex;position:relative}.hero-brand{letter-spacing:.02em;color:var(--paper);margin-bottom:1.6rem;font-size:1.1rem;font-weight:800}.hero-brand span{color:var(--amber)}.hero h1{letter-spacing:-.02em;font-size:clamp(2.4rem,5.4vw,4.6rem);font-weight:800;line-height:1.04}.hero p.sub{color:var(--text);max-width:38rem;margin-top:1.4rem;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.6}.scroll-cue{z-index:2;letter-spacing:.22em;text-transform:uppercase;color:var(--text);flex-direction:column;align-items:center;gap:.5rem;font-size:.78rem;display:flex;position:absolute;bottom:2.2rem;left:50%;transform:translate(-50%)}.scroll-cue:after{content:"";background:linear-gradient(180deg, var(--amber), transparent);width:1px;height:2.4rem}section.panel{max-width:1280px;margin:0 auto;padding:9rem 8vw;position:relative}.kicker{letter-spacing:.24em;text-transform:uppercase;color:var(--amber);margin-bottom:1.2rem;font-size:.78rem;font-weight:600}section.panel h2{letter-spacing:-.02em;max-width:28ch;font-size:clamp(1.9rem,3.6vw,3rem);font-weight:800;line-height:1.1}section.panel p.body{color:var(--text);max-width:56ch;margin-top:1.4rem;font-size:1.08rem;line-height:1.75}.problem-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}.problem-grid img{border:1px solid #f4f1ea14;border-radius:14px;width:100%}.pain-list{gap:1rem;margin-top:2rem;display:grid}.pain-list li{color:var(--text);padding-left:1.6rem;line-height:1.6;list-style:none;position:relative}.pain-list li:before{content:"—";color:var(--amber);position:absolute;left:0}.how{background:var(--surface)}.how-wrap{background:var(--surface);max-width:none;padding:0}.steps{grid-template-columns:repeat(3,1fr);gap:1.6rem;margin-top:3.4rem;display:grid}.step{background:var(--bg);border:1px solid #f4f1ea12;border-radius:14px;padding:2.2rem 1.8rem}.step .num{color:var(--cyan);letter-spacing:.18em;font-size:.8rem;font-weight:700}.step h3{margin-top:.9rem;font-size:1.25rem;font-weight:700}.step p{color:var(--text);margin-top:.7rem;font-size:.97rem;line-height:1.65}.how-visual{border:1px solid #f5a6232e;border-radius:16px;width:100%;margin-top:3.5rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.6rem;margin-top:3.4rem;display:grid}.feature{background:var(--surface);border:1px solid #f4f1ea12;border-radius:14px;padding:2.2rem 1.8rem;overflow:hidden}.feature h3{font-size:1.2rem;font-weight:700}.feature h3 em{color:var(--amber);font-style:normal}.feature p{color:var(--text);margin-top:.8rem;font-size:.97rem;line-height:1.65}.feature img{border-radius:10px;width:100%;margin-top:1.4rem}.trust{background:var(--surface);padding:3.2rem 8vw}.trust-row{max-width:1280px;color:var(--text);letter-spacing:.06em;flex-wrap:wrap;justify-content:center;gap:4rem;margin:0 auto;font-size:.92rem;display:flex}.trust-row span strong{color:var(--paper);font-weight:600}.cta{text-align:center}.cta h2{margin:0 auto}.cta-btn{background:var(--amber);color:var(--bg);border-radius:10px;margin-top:2.6rem;padding:1.05rem 2.6rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-block}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 40px #f5a62359}.cta-secondary{margin-top:1.4rem}.cta-secondary a{color:var(--text);border-bottom:1px solid #f5a62359;padding-bottom:2px;font-size:.95rem;text-decoration:none;transition:color .15s}.cta-secondary a:hover{color:var(--amber)}footer{text-align:center;color:#a8b0bf80;padding:2.4rem 8vw;font-size:.82rem}@media (width<=820px){.problem-grid,.steps,.features-grid{grid-template-columns:1fr}section.panel{padding:5.5rem 7vw}}
