*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0e0d12;--surface:#1a1920;--accent:#9b8ec4;--accent-light:#baadde;--accent-subtle:#9b8ec41f;--accent-border:#9b8ec414;--sage:#22bd73;--text:#f0eeeb;--text-2:#9a9792;--text-3:#5a5854}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:DM Sans,-apple-system,sans-serif;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.03em;font-family:Space Grotesk,sans-serif}a{text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}.fade-in{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.fade-in.visible{opacity:1;transform:translateY(0)}.slide-left{opacity:0;transition:opacity .9s,transform .9s;transform:translate(-80px)}.slide-left.visible{opacity:1;transform:translate(0)}.slide-right{opacity:0;transition:opacity .9s,transform .9s;transform:translate(80px)}.slide-right.visible{opacity:1;transform:translate(0)}.nav{z-index:100;-webkit-backdrop-filter:blur(24px)saturate(1.4);background:#0e0d12a6;border:1px solid #9b8ec41a;border-radius:16px;justify-content:space-between;align-items:center;padding:16px 48px;display:flex;position:fixed;top:12px;left:24px;right:24px}.nav-logo{color:var(--text);cursor:pointer;align-items:center;gap:12px;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:700;display:flex}.nav-logo img{border-radius:9px;width:34px;height:34px}.nav-links{gap:32px;list-style:none;display:flex}.nav-links a{color:var(--text-2);cursor:pointer;font-size:14px;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-cta{background:var(--accent);color:var(--bg);cursor:pointer;border-radius:100px;padding:10px 24px;font-size:14px;font-weight:600;transition:transform .2s,opacity .2s}.nav-cta:hover{opacity:.92;transform:translateY(-1px)}.hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-video-wrap{z-index:0;pointer-events:none;width:100%;height:100vh;position:fixed;top:0;left:0}.hero-video{object-fit:cover;opacity:.5;width:100%;height:100%}.hero-overlay{background:linear-gradient(#0e0d124d 0%,#0e0d1299 50%,#0e0d12f2 100%);position:absolute;inset:0}.hero-content-wrap{z-index:2;justify-content:center;align-items:center;min-height:100vh;padding:140px 48px 100px;display:flex;position:relative}.hero-inner{align-items:center;gap:80px;width:100%;max-width:1200px;display:flex}.hero-content{flex:1;max-width:580px}.hero-badge{background:var(--accent-subtle);color:var(--accent-light);border:1px solid #9b8ec42e;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:7px 18px;font-size:13px;font-weight:500;display:inline-flex}.hero h1{margin-bottom:24px;font-size:68px;font-weight:700;line-height:1.02}.hero h1 .gradient{background:linear-gradient(135deg, var(--accent), var(--accent-light), #d4caef);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:var(--text-2);max-width:460px;margin-bottom:40px;font-size:18px;line-height:1.7}.hero-buttons{align-items:center;gap:20px;display:flex}.btn-primary{background:var(--accent);color:var(--bg);cursor:pointer;border-radius:14px;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #9b8ec440}.btn-ghost{color:var(--text-2);cursor:pointer;align-items:center;gap:6px;font-size:15px;font-weight:500;transition:color .2s;display:inline-flex}.btn-ghost:hover{color:var(--text)}.hero-phone{flex-shrink:0;position:relative}.hero-phone img,.showcase-phone img{background:#000;border:10px solid #1c1c1e;border-radius:42px;outline:3px solid #38383a;box-shadow:0 0 0 1px #ffffff14,0 40px 80px #00000080,0 0 100px #9b8ec40f}.hero-phone img{z-index:1;width:320px;position:relative}.hero-phone:before{content:"";z-index:0;background:radial-gradient(circle,#9b8ec41a 0%,#0000 70%);border-radius:50%;position:absolute;inset:-40px}.features{z-index:3;background:var(--bg);max-width:1200px;margin:0 auto;padding:140px 48px;position:relative}.section-header{text-align:center;margin-bottom:80px}.section-header h2{margin-bottom:16px;font-size:48px;font-weight:700}.section-header p{color:var(--text-2);max-width:520px;margin:0 auto;font-size:18px;line-height:1.6}.features-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.feature-card{background:var(--surface);border:1px solid var(--accent-border);border-radius:20px;padding:36px;transition:border-color .25s,transform .25s,box-shadow .25s}.feature-card:hover{border-color:#9b8ec42e;transform:translateY(-4px);box-shadow:0 12px 40px #0003}.feature-icon{background:var(--accent-subtle);width:52px;height:52px;color:var(--accent);border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.feature-card h3{margin-bottom:10px;font-size:18px;font-weight:600}.feature-card p{color:var(--text-2);font-size:14px;line-height:1.7}.showcase{z-index:3;background:var(--surface);border-top:1px solid var(--accent-border);border-bottom:1px solid var(--accent-border);padding:140px 48px;position:relative;overflow:hidden}.showcase-inner{max-width:1200px;margin:0 auto}.showcase-row{align-items:center;gap:80px;margin-bottom:120px;display:flex}.showcase-row:last-child{margin-bottom:0}.showcase-row.reverse{flex-direction:row-reverse}.showcase-text{flex:1;max-width:480px}.showcase-text h3{margin-bottom:16px;font-size:36px;font-weight:700}.showcase-text p{color:var(--text-2);font-size:16px;line-height:1.7}.showcase-phone{flex-shrink:0;position:relative}.showcase-phone img{width:280px;box-shadow:0 40px 80px #0006}.showcase-phone:before{content:"";z-index:-1;background:radial-gradient(circle,#9b8ec414 0%,#0000 70%);border-radius:50%;position:absolute;inset:-30px}.how-section{z-index:3;background:var(--bg);padding:140px 48px;position:relative}.how-inner{max-width:1200px;margin:0 auto}.steps{grid-template-columns:repeat(3,1fr);gap:48px;display:grid}.step{text-align:center}.step-num{background:var(--accent);width:56px;height:56px;color:var(--bg);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 24px;font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:700;display:flex}.step h3{margin-bottom:12px;font-size:20px;font-weight:600}.step p{color:var(--text-2);max-width:300px;margin:0 auto;font-size:15px;line-height:1.7}.privacy{z-index:3;background:var(--bg);padding:140px 48px;position:relative}.privacy-inner{max-width:1200px;margin:0 auto}.privacy-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.privacy-card{background:var(--surface);border:1px solid var(--accent-border);border-radius:20px;padding:36px}.privacy-icon{width:48px;height:48px;color:var(--sage);background:#22bd731f;border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.privacy-card h3{margin-bottom:10px;font-size:18px;font-weight:600}.privacy-card p{color:var(--text-2);font-size:14px;line-height:1.7}@media (width<=768px){.privacy{padding:80px 24px}.privacy-grid{grid-template-columns:1fr}}.cta-section{z-index:3;background:var(--surface);text-align:center;border-top:1px solid var(--accent-border);padding:200px 48px;position:relative}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#9b8ec414 0%,#0000 65%);width:700px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-section h2{margin-bottom:32px;font-size:52px;font-weight:700;line-height:1.05;position:relative}.cta-section>p{color:var(--text-2);max-width:480px;margin:0 auto 48px;font-size:18px;position:relative}.cta-section .btn-primary{position:relative}.waitlist-form{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:40px;display:flex}.waitlist-form input{border:1px solid var(--accent-border);background:var(--bg);color:var(--text);border-radius:14px;outline:none;width:300px;padding:16px 24px;font-family:DM Sans,sans-serif;font-size:16px;transition:border-color .2s}.waitlist-form input:focus{border-color:var(--accent)}.waitlist-form input::placeholder{color:var(--text-3)}.waitlist-error{text-align:center;color:#e84d3d;width:100%;margin-top:8px;font-size:14px}.waitlist-success{color:var(--sage);justify-content:center;align-items:center;gap:12px;margin-top:40px;font-size:16px;font-weight:500;display:flex}.waitlist-success svg{color:var(--sage);flex-shrink:0}footer{z-index:3;background:var(--bg);border-top:1px solid var(--accent-border);text-align:center;padding:80px 48px;position:relative}footer p{color:var(--text-3);font-size:13px}footer a{color:var(--accent);cursor:pointer;transition:opacity .2s}footer a:hover{opacity:.8}@media (width<=1024px){.nav{padding:14px 32px;left:16px;right:16px}.hero-content-wrap{padding:120px 32px 80px}.hero-inner{gap:48px}.hero h1{font-size:52px}.hero-phone img{width:260px}.features{padding:100px 32px}.features-grid{grid-template-columns:repeat(2,1fr)}.showcase{padding:100px 32px}.showcase-row{gap:48px}.showcase-text h3{font-size:28px}.how-section{padding:100px 32px}.section-header h2{font-size:36px}.cta-section h2{font-size:40px}}@media (width<=768px){.nav{padding:12px 20px;top:8px;left:12px;right:12px}.nav-links{display:none}.hero-video{opacity:.35}.hero-content-wrap{padding:110px 24px 60px}.hero-inner{text-align:center;flex-direction:column;gap:48px}.hero-content{max-width:100%}.hero h1{font-size:42px}.hero p{margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.hero-phone img{width:240px}.features{padding:80px 24px}.features-grid{grid-template-columns:1fr}.showcase{padding:80px 24px}.showcase-row,.showcase-row.reverse{text-align:center;flex-direction:column;gap:40px}.showcase-text{max-width:100%}.showcase-phone img{width:220px}.how-section{padding:80px 24px}.steps{grid-template-columns:1fr;gap:40px}.cta-section{padding:100px 24px}.cta-section h2{font-size:34px}}
