@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;600;700&family=Inter:wght@400;500;600&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#e0e0e0}.app{width:100%;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#00bfff66;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00bfff99}::selection{background:#00bfff4d;color:#e0e0e0}::-moz-selection{background:#00bfff4d;color:#e0e0e0}.hero{min-height:100vh;background:linear-gradient(135deg,#000,#0a0a1a);display:flex;align-items:center;justify-content:center;padding:60px 40px;position:relative;overflow:hidden}.hero-bg-glow{position:absolute;border-radius:50%;filter:blur(40px);z-index:0;pointer-events:none}.hero-glow-1{width:400px;height:400px;background:radial-gradient(circle,#00bfff1a,#00bfff00 70%);top:-100px;right:-100px}.hero-glow-2{width:300px;height:300px;background:radial-gradient(circle,#00bfff14,#00bfff00 70%);bottom:-50px;left:100px}.hero-content{display:flex;align-items:center;justify-content:space-between;gap:60px;max-width:1280px;position:relative;z-index:1;width:100%}.hero-left{flex:1}.hero-left h1{font-size:64px;font-weight:700;line-height:1.2;margin-bottom:24px;background:linear-gradient(135deg,#00bfff,#00e5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Space Grotesk,Courier New,monospace}.hero-subheading{font-size:20px;font-weight:400;line-height:1.6;color:#b0b0b0;margin-bottom:32px;max-width:500px}.cta-button{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#00bfff,#00e5ff);color:#000;font-family:Space Grotesk,Courier New,monospace;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 0 20px #00bfff66}.cta-button:hover{transform:translateY(-2px);box-shadow:0 0 30px #00bfff99;background:linear-gradient(135deg,#00e5ff,#00bfff)}.trust-badges{margin-top:48px;display:flex;gap:32px;align-items:center}.badge{display:flex;align-items:center;gap:8px;font-size:14px;color:#90ee90}.badge-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#00bfff33;border-radius:50%;font-weight:700;color:#00bfff}.hero-right{flex:1;display:flex;justify-content:center;align-items:center}.mic-visual{width:200px;height:200px;position:relative}.mic-circle{width:200px;height:200px;border:3px solid #00BFFF;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 0 30px #00bfff66,inset 0 0 30px #00bfff1a;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 30px #00bfff66,inset 0 0 30px #00bfff1a}50%{box-shadow:0 0 50px #00bfff99,inset 0 0 50px #00bfff33}}.mic-icon{width:80px;height:80px;fill:#00bfff;filter:drop-shadow(0 0 10px rgba(0,191,255,.6))}.waveform{position:absolute;width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:8px}.wave-bar{width:4px;background:#00bfff;border-radius:2px;opacity:.6;animation:wave .8s ease-in-out infinite}.wave-bar:nth-child(1){animation-delay:0s;height:20px}.wave-bar:nth-child(2){animation-delay:.1s;height:40px}.wave-bar:nth-child(3){animation-delay:.2s;height:60px}.wave-bar:nth-child(4){animation-delay:.3s;height:40px}.wave-bar:nth-child(5){animation-delay:.4s;height:20px}@keyframes wave{0%,to{height:20px;opacity:.4}50%{height:60px;opacity:1}}@media(max-width:768px){.hero-content{flex-direction:column;gap:40px}.hero-left h1{font-size:48px}.hero-subheading{font-size:18px}.trust-badges{flex-direction:column;gap:16px;align-items:flex-start}}.problem{min-height:100vh;background:linear-gradient(135deg,#000,#0a0a1a);display:flex;flex-direction:column;padding:80px 40px;position:relative;overflow:hidden}.problem-bg-glow{position:absolute;width:500px;height:500px;background:radial-gradient(circle,#00bfff14,#00bfff00 70%);border-radius:50%;top:50%;right:-100px;filter:blur(50px);z-index:0;pointer-events:none}.problem-content{display:flex;gap:60px;max-width:1280px;margin:0 auto;position:relative;z-index:1;width:100%}.problem-left{flex:1}.problem-left h2{font-family:Space Grotesk,Courier New,monospace;font-size:48px;font-weight:700;margin-bottom:32px;color:#e0e0e0;line-height:1.3}.problem-item{margin-bottom:28px;display:flex;gap:16px}.problem-icon{width:40px;height:40px;min-width:40px;background:#00bfff33;border:2px solid #00BFFF;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#00bfff}.problem-text{flex:1}.problem-title{font-weight:600;font-size:16px;color:#e0e0e0;margin-bottom:4px}.problem-description{font-size:14px;color:#a0a0a0;line-height:1.5}.problem-right{flex:1;display:flex;flex-direction:column;justify-content:center}.stats-container{display:grid;grid-template-columns:1fr 1fr;gap:20px}.stat-box{background:#00bfff14;border:1px solid rgba(0,191,255,.3);border-radius:8px;padding:24px;text-align:center}.stat-number{font-family:Space Grotesk,Courier New,monospace;font-size:36px;font-weight:700;color:#00bfff;margin-bottom:8px}.stat-label{font-size:13px;color:#a0a0a0;line-height:1.4}@media(max-width:768px){.problem-content{flex-direction:column;gap:40px}.problem-left h2{font-size:36px}.stats-container{grid-template-columns:1fr}}.solution{min-height:100vh;background:linear-gradient(135deg,#000,#0a0a1a);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;position:relative;overflow:hidden}.solution-bg-glow-1{position:absolute;width:400px;height:400px;background:radial-gradient(circle,#00bfff1a,#00bfff00 70%);border-radius:50%;top:-100px;left:100px;filter:blur(40px);z-index:0;pointer-events:none}.solution-bg-glow-2{position:absolute;width:350px;height:350px;background:radial-gradient(circle,#00bfff14,#00bfff00 70%);border-radius:50%;bottom:-50px;right:50px;filter:blur(40px);z-index:0;pointer-events:none}.solution-content{text-align:center;max-width:1000px;position:relative;z-index:1}.solution-content h2{font-family:Space Grotesk,Courier New,monospace;font-size:48px;font-weight:700;margin-bottom:16px;background:linear-gradient(135deg,#00bfff,#00e5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.solution-subtitle{font-size:18px;color:#a0a0a0;margin-bottom:48px;line-height:1.6}.benefits{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;margin-bottom:48px}.benefit{background:#00bfff14;border:1px solid rgba(0,191,255,.3);border-radius:8px;padding:32px 24px;text-align:center}.benefit-icon{font-size:48px;margin-bottom:16px}.benefit-title{font-family:Space Grotesk,Courier New,monospace;font-size:18px;font-weight:600;color:#e0e0e0;margin-bottom:12px}.benefit-description{font-size:14px;color:#a0a0a0;line-height:1.5}.solution-tech{font-size:16px;color:#b0b0b0;margin-top:32px}@media(max-width:768px){.solution-content h2{font-size:36px}.benefits{grid-template-columns:1fr}}.features{min-height:100vh;background:linear-gradient(135deg,#000,#0a0a1a);display:flex;align-items:center;padding:80px 40px;position:relative;overflow:hidden}.features-bg-glow{position:absolute;width:450px;height:450px;background:radial-gradient(circle,#00bfff14,#00bfff00 70%);border-radius:50%;top:50%;left:-150px;filter:blur(50px);z-index:0;pointer-events:none}.features-content{display:flex;gap:80px;max-width:1280px;margin:0 auto;position:relative;z-index:1;width:100%}.features-left{flex:1}.features-left h2{font-family:Space Grotesk,Courier New,monospace;font-size:48px;font-weight:700;margin-bottom:40px;color:#e0e0e0;line-height:1.3}.feature{margin-bottom:36px;display:flex;gap:20px}.feature-number{width:48px;height:48px;min-width:48px;background:linear-gradient(135deg,#00bfff,#00e5ff);border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,Courier New,monospace;font-size:24px;font-weight:700;color:#000}.feature-content-box{flex:1}.feature-title{font-family:Space Grotesk,Courier New,monospace;font-size:18px;font-weight:600;color:#e0e0e0;margin-bottom:8px}.feature-description{font-size:14px;color:#a0a0a0;line-height:1.6}.feature-highlight{display:flex;gap:12px;margin-top:8px;font-size:13px;color:#00bfff}.highlight-dot{width:4px;height:4px;background:#00bfff;border-radius:50%;margin-top:6px;min-width:4px}.features-right{flex:1;display:flex;flex-direction:column;justify-content:center;gap:24px}.visual-feature{background:#00bfff14;border:1px solid rgba(0,191,255,.3);border-radius:8px;padding:24px;text-align:center;min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center}.visual-icon{font-size:40px;margin-bottom:12px}.visual-label{font-family:Space Grotesk,Courier New,monospace;font-size:14px;font-weight:600;color:#e0e0e0}.visual-sublabel{font-size:12px;color:#a0a0a0;margin-top:4px}@media(max-width:768px){.features-content{flex-direction:column;gap:40px}.features-left h2{font-size:36px}}.how-it-works{min-height:100vh;background:linear-gradient(135deg,#000,#0a0a1a);display:flex;flex-direction:column;padding:80px 40px;position:relative;overflow:hidden}.how-bg-glow{position:absolute;width:500px;height:500px;background:radial-gradient(circle,#00bfff14,#00bfff00 70%);border-radius:50%;bottom:-100px;left:50%;transform:translate(-50%);filter:blur(50px);z-index:0;pointer-events:none}.how-header{text-align:center;margin-bottom:48px;position:relative;z-index:1}.how-header h2{font-family:Space Grotesk,Courier New,monospace;font-size:48px;font-weight:700;margin-bottom:12px;color:#e0e0e0}.how-subtitle{font-size:16px;color:#a0a0a0}.steps-container{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;max-width:1280px;margin:0 auto 48px;position:relative;z-index:1;width:100%}.step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#00bfff,#00e5ff);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,Courier New,monospace;font-size:28px;font-weight:700;color:#000;margin-bottom:16px;box-shadow:0 0 20px #00bfff66}.step-icon{font-size:40px;margin-bottom:16px;height:60px;display:flex;align-items:center;justify-content:center}.step-title{font-family:Space Grotesk,Courier New,monospace;font-size:18px;font-weight:600;color:#e0e0e0;margin-bottom:12px}.step-description{font-size:13px;color:#a0a0a0;line-height:1.5;min-height:52px}.arrow{position:relative;top:90px;font-size:24px;color:#00bfff66;min-width:30px;text-align:center}.result-box{background:#00bfff1a;border:2px solid rgba(0,191,255,.4);border-radius:8px;padding:32px;text-align:center;position:relative;z-index:1;max-width:1280px;margin:0 auto}.result-title{font-family:Space Grotesk,Courier New,monospace;font-size:20px;font-weight:600;color:#00bfff;margin-bottom:8px}.result-description{font-size:14px;color:#a0a0a0;line-height:1.6}@media(max-width:768px){.steps-container{flex-direction:column;gap:40px}.arrow{transform:rotate(90deg);top:0}.how-header h2{font-size:36px}}.waitlist-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.waitlist-modal{background:linear-gradient(135deg,#0a0a1a,#000);border:1px solid rgba(0,191,255,.3);border-radius:12px;padding:40px;max-width:500px;width:100%;position:relative;box-shadow:0 0 40px #00bfff33}.waitlist-close{position:absolute;top:16px;right:16px;background:none;border:none;color:#a0a0a0;font-size:24px;cursor:pointer;transition:color .2s ease}.waitlist-close:hover{color:#e0e0e0}.urgency-badge{display:inline-block;background:#ffc10726;border:1px solid rgba(255,193,7,.4);color:gold;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:24px}.waitlist-modal h2{font-family:Space Grotesk,Courier New,monospace;font-size:32px;font-weight:700;margin-bottom:16px;color:#e0e0e0;line-height:1.3}.waitlist-subtitle{font-size:16px;color:#a0a0a0;margin-bottom:24px;line-height:1.6}.benefits-list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;background:#00bfff14;border-left:3px solid #00BFFF;padding:16px;border-radius:4px}.benefit-item{display:flex;gap:12px;align-items:flex-start;font-size:14px;color:#b0b0b0}.benefit-check{color:#00bfff;font-weight:700;min-width:20px}.highlight{color:#00bfff}form{margin-bottom:24px}.form-group{margin-bottom:16px}.form-group:last-child{margin-bottom:0}label{display:block;font-size:14px;font-weight:500;color:#e0e0e0;margin-bottom:8px}input[type=email],input[type=text]{width:100%;padding:12px 16px;background:#00bfff14;border:1px solid rgba(0,191,255,.3);border-radius:6px;color:#e0e0e0;font-family:Inter,sans-serif;font-size:14px;transition:border-color .2s ease}input[type=email]::placeholder,input[type=text]::placeholder{color:#606060}input[type=email]:focus,input[type=text]:focus{outline:none;border-color:#00bfff;background:#00bfff1f}.submit-button{width:100%;padding:14px 24px;background:linear-gradient(135deg,#00bfff,#00e5ff);color:#000;font-family:Space Grotesk,Courier New,monospace;font-size:16px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:0 0 20px #00bfff4d}.submit-button:hover{transform:translateY(-2px);box-shadow:0 0 30px #00bfff80}.trust-indicators{display:flex;justify-content:center;gap:24px;font-size:13px;color:gray}.indicator{display:flex;align-items:center;gap:6px}.indicator-icon{color:#00bfff;font-weight:700}.success-message{text-align:center;padding:40px 20px}.success-icon{width:60px;height:60px;background:linear-gradient(135deg,#00bfff,#00e5ff);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;color:#000;margin:0 auto 16px;font-weight:700}.success-message h3{font-family:Space Grotesk,Courier New,monospace;font-size:24px;font-weight:700;color:#e0e0e0;margin-bottom:8px}.success-message p{font-size:14px;color:#a0a0a0}@media(max-width:480px){.waitlist-modal{padding:24px}.waitlist-modal h2{font-size:24px}.trust-indicators{flex-direction:column;gap:12px}}
