*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0D0F1A;--surface: #141624;--border: rgba(255,255,255,.08);--accent: #6C63FF;--accent-glow: rgba(108,99,255,.25);--accent-light: #9D97FF;--text: #F0F0F5;--muted: #8B8EA8;--success: #22C98E;--section-py: 80px;--section-px: 24px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:20px 48px;background:#0d0f1ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.logo{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:18px;color:var(--text);display:flex;align-items:center;gap:8px;text-decoration:none}.logo-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pulse 2s ease-in-out infinite;flex-shrink:0}@keyframes pulse{0%,to{box-shadow:0 0 0 0 var(--accent-glow);opacity:1}50%{box-shadow:0 0 0 6px transparent;opacity:.7}}.nav-cta{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:9px 20px;font-size:14px;font-weight:500;cursor:pointer;font-family:Inter,sans-serif;transition:opacity .2s}.nav-cta:hover{opacity:.85}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:120px var(--section-px) 80px;position:relative;overflow:hidden}.radar{position:absolute;width:600px;height:600px;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0}.radar-ring{position:absolute;border-radius:50%;border:1px solid rgba(108,99,255,.12);top:50%;left:50%;transform:translate(-50%,-50%)}.radar-ring:nth-child(1){width:160px;height:160px}.radar-ring:nth-child(2){width:280px;height:280px}.radar-ring:nth-child(3){width:420px;height:420px}.radar-ring:nth-child(4){width:580px;height:580px;border-color:#6c63ff0d}.radar-sweep{position:absolute;top:50%;left:50%;width:290px;height:1px;transform-origin:left center;animation:sweep 4s linear infinite;background:linear-gradient(90deg,rgba(108,99,255,.6),transparent)}@keyframes sweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.signal{position:absolute;border-radius:50%}.s1{width:6px;height:6px;background:var(--success);top:38%;left:58%;animation:blink 3s .5s ease-in-out infinite}.s2{width:5px;height:5px;background:var(--accent-light);top:55%;left:42%;animation:blink 3s 1.2s ease-in-out infinite}.s3{width:4px;height:4px;background:#ff8a65;top:43%;left:46%;animation:blink 3s 2s ease-in-out infinite}@keyframes blink{0%,to{opacity:.2;transform:scale(1)}50%{opacity:1;transform:scale(1.8)}}.hero-content{position:relative;z-index:1;max-width:720px}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:#6c63ff1f;border:1px solid rgba(108,99,255,.25);border-radius:100px;padding:6px 16px;font-size:13px;font-weight:500;color:var(--accent-light);margin-bottom:28px}.eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse 2s infinite;flex-shrink:0}h1{font-family:Space Grotesk,sans-serif;font-size:clamp(36px,6vw,62px);font-weight:700;line-height:1.1;color:var(--text);margin-bottom:20px;letter-spacing:-.02em}h1 em{font-style:normal;color:var(--accent-light)}.hero-sub{font-size:18px;color:var(--muted);max-width:540px;margin:0 auto 36px;line-height:1.65}.waitlist-form{display:flex;gap:10px;max-width:480px;margin:0 auto 16px}.waitlist-form input{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px 18px;font-size:15px;color:var(--text);font-family:Inter,sans-serif;outline:none;transition:border-color .2s}.waitlist-form input:focus{border-color:var(--accent)}.waitlist-form input::placeholder{color:var(--muted)}.waitlist-form input.input-error{border-color:#ff6b6b}.waitlist-form button{background:var(--accent);color:#fff;border:none;border-radius:10px;padding:14px 24px;font-size:15px;font-weight:600;cursor:pointer;font-family:Space Grotesk,sans-serif;white-space:nowrap;transition:background .2s,transform .15s}.waitlist-form button:hover{background:#5a52e0;transform:translateY(-1px)}.waitlist-form button:active{transform:translateY(0)}.success-msg{background:#22c98e1a;border:1px solid rgba(34,201,142,.3);border-radius:10px;padding:16px 24px;color:var(--success);font-weight:500;max-width:480px;margin:0 auto}.form-note{font-size:13px;color:var(--muted);margin-top:12px}.form-note strong{color:var(--success)}.proof{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:48px;flex-wrap:wrap}.proof-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}.proof-divider{width:1px;height:16px;background:var(--border)}.section{padding:var(--section-py) var(--section-px);max-width:1080px;margin:0 auto}.section-label{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:12px}.section-title{font-family:Space Grotesk,sans-serif;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.2;color:var(--text);margin-bottom:12px;letter-spacing:-.01em}.section-sub{font-size:17px;color:var(--muted);max-width:560px;line-height:1.65;margin-bottom:0}.story-block{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:12px;padding:28px 32px;margin:40px 0;font-size:17px;color:var(--muted);line-height:1.75;font-style:italic}.story-block strong{color:var(--text);font-style:normal}.founder-attr{color:var(--accent-light);font-style:normal}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}.problem-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px;transition:border-color .2s}.problem-card:hover{border-color:#6c63ff4d}.problem-num{font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:700;color:var(--accent);opacity:.4;margin-bottom:8px}.problem-title{font-weight:600;font-size:15px;color:var(--text);margin-bottom:8px}.problem-desc{font-size:14px;color:var(--muted);line-height:1.6}.how-section{padding:var(--section-py) var(--section-px);background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.how-inner{max-width:1080px;margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:48px;background:var(--border);border-radius:16px;overflow:hidden}.step{background:var(--surface);padding:32px 24px}.step-num{width:34px;height:34px;border-radius:50%;background:var(--accent-glow);border:1px solid rgba(108,99,255,.3);display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:13px;color:var(--accent-light);margin-bottom:16px}.step-time{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}.step-title{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:700;color:var(--text);margin-bottom:8px}.step-desc{font-size:14px;color:var(--muted);line-height:1.6}.step-features{margin-top:20px}.step-feat{font-size:13px;color:var(--muted);padding:6px 0;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px}.step-feat:last-child{border-bottom:none}.feat-dot{width:4px;height:4px;border-radius:50%;background:var(--accent);flex-shrink:0}.step-pitfalls{margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}.pitfalls-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ff8a65;margin-bottom:10px}.step-pitfall{font-size:13px;color:var(--muted);padding:6px 0;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;gap:8px;line-height:1.5}.step-pitfall:last-child{border-bottom:none}.pitfall-dot{width:4px;height:4px;border-radius:50%;background:#ff8a65;flex-shrink:0;margin-top:6px}.final-cta{padding:var(--section-py) var(--section-px);text-align:center;max-width:680px;margin:0 auto}.final-cta h2{font-family:Space Grotesk,sans-serif;font-size:clamp(28px,4vw,44px);font-weight:700;line-height:1.2;color:var(--text);margin-bottom:12px;letter-spacing:-.01em}.cta-subtitle{font-size:17px;color:var(--muted);margin-bottom:32px;line-height:1.6}footer{border-top:1px solid var(--border);padding:28px 48px;display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--muted)}footer a{color:var(--accent);text-decoration:none}@media (max-width: 768px){:root{--section-py: 56px}nav{padding:16px 20px}.waitlist-form{flex-direction:column}.problem-grid,.steps-grid{grid-template-columns:1fr}footer{flex-direction:column;gap:12px;text-align:center}.proof-divider{display:none}}@media (max-width: 480px){:root{--section-py: 48px}}
