:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;background-color:#050505;color:#fff}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.text-neon{color:#00f0ff;text-shadow:0 0 20px rgba(0,240,255,.5)}.font-mono{font-family:SF Mono,Fira Code,monospace}.glass-nav{position:fixed;top:0;width:100%;z-index:100;background:#050505cc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}.nav-container{height:70px;display:flex;align-items:center;justify-content:space-between}.logo-section{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700}.nav-status{padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50px;font-size:.8rem;font-weight:500;color:#fff9;display:flex;align-items:center;gap:.5rem}.status-dot{width:8px;height:8px;border-radius:50%;background:#00f0ff;box-shadow:0 0 10px #00f0ff;display:inline-block;flex-shrink:0}button{border-radius:12px;border:1px solid transparent;padding:.8em 1.5em;font-size:1em;font-weight:600;font-family:inherit;cursor:pointer;transition:all .25s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary{background-color:#00f0ff;color:#000;box-shadow:0 0 15px #00f0ff4d}.btn-primary:hover{background-color:#33f4ff;transform:translateY(-2px);box-shadow:0 0 25px #00f0ff80}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.1)}.btn-secondary:hover{background:#ffffff26;border-color:#ffffff40}.hero-section{padding-top:140px;padding-bottom:80px;position:relative;text-align:center}.hero-content{display:flex;flex-direction:column;align-items:center}.badge{display:inline-flex;align-items:center;gap:.75rem;background:#1e1e1e99;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:.5rem 1rem;border-radius:50px;margin-bottom:2rem;font-size:.9rem}.badge-title{font-weight:700}.hero-title{font-size:4rem;line-height:1.1;font-weight:800;margin:0 0 1.5rem;letter-spacing:-.03em}.hero-subtitle{font-size:1.25rem;color:#ffffffb3;max-width:600px;margin:0 auto 3rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;margin-bottom:4rem;flex-wrap:wrap;justify-content:center;align-items:stretch}.waitlist-form{display:flex;gap:.75rem;align-items:center}.waitlist-input{padding:.9rem 1.25rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#fff;font-size:.95rem;font-family:inherit;width:280px;outline:none;transition:all .3s ease}.waitlist-input::placeholder{color:#ffffff59}.waitlist-input:focus{border-color:#00f0ff;box-shadow:0 0 0 3px #00f0ff26,0 0 20px #00f0ff1a;background:#ffffff14}.waitlist-btn{padding:.9rem 1.5rem;background:#00f0ff;color:#000;border:none;border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .25s ease;white-space:nowrap;display:inline-flex;align-items:center;gap:.5rem}.waitlist-btn:hover{background:#33f4ff;transform:translateY(-2px);box-shadow:0 0 25px #00f0ff66}.waitlist-note{font-size:.8rem;color:#fff6;margin-top:.75rem;text-align:center}.waitlist-note span{color:#00f0ff;font-weight:500}.phone-mockup-wrapper{perspective:1000px;margin-top:2rem;display:flex;justify-content:center}.phone-mockup-scaler{width:300px;transition:transform .3s ease}.phone-mockup{width:100%;aspect-ratio:1 / 2;background:#000;border-radius:40px;border:8px solid #1a1a1a;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d;transform:rotateX(5deg) rotateY(-5deg) rotate(2deg);transition:transform .5s ease}.phone-mockup:hover{transform:rotate(0)}.screen-content{background:#050505;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem}.mockup-circle{width:160px;height:160px;border-radius:50%;background:#00f0ff14;display:flex;align-items:center;justify-content:center;box-shadow:0 0 30px #00f0ff1a}.mockup-label{font-size:.6em;color:#888;letter-spacing:2px;margin-bottom:4px}.mockup-value{font-size:3em;font-weight:800;color:#fff;line-height:1}.mockup-unit{font-size:.3em;color:#888;margin-left:4px}.mockup-forecast{margin-top:32px;text-align:center}.mockup-forecast-label{font-size:.6em;color:#888;letter-spacing:2px;margin-bottom:8px}.mockup-forecast-time{font-size:1.8em;font-weight:700;color:#fff}.glass-card{background:#1e1e1e66;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem;transition:border-color .3s ease,box-shadow .3s ease}.section-padding{padding:6rem 1.5rem}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:4rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.feature-card:hover{border-color:#00f0ff40;box-shadow:0 0 30px #00f0ff14;transform:translateY(-4px)}.feature-card .card-icon{margin-bottom:1rem}.card-title{font-size:1.25rem;margin:.5rem 0}.card-text{color:#fff9;line-height:1.6}.beta-section{padding:5rem 1.5rem}.beta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;max-width:900px;margin:0 auto}.beta-item{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#1e1e1e66;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.06);border-radius:14px;transition:border-color .3s ease,box-shadow .3s ease}.beta-item:hover{border-color:#00f0ff33;box-shadow:0 0 20px #00f0ff0f}.beta-item-text{font-size:.95rem;font-weight:500;color:#ffffffd9}.faq-section{padding-bottom:4rem}.faq-container{max-width:700px;margin:0 auto}.faq-title{display:flex;align-items:center;justify-content:center;gap:.75rem}.faq-item{background:#1e1e1e66;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:16px;margin-bottom:1rem;overflow:hidden;cursor:pointer;transition:all .3s ease}.faq-item:hover{background:#28282880;border-color:#00f0ff33}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;font-weight:600;font-size:1rem;color:#ffffffe6}.faq-question.open{color:#00f0ff}.faq-answer{padding:1rem 1.5rem 1.25rem;color:#fff9;line-height:1.7;font-size:.95rem;border-top:1px solid rgba(255,255,255,.05)}footer{border-top:1px solid rgba(255,255,255,.1);padding:4rem 1.5rem;margin-top:4rem}.footer-content{text-align:center;display:flex;flex-direction:column;align-items:center}.footer-link{display:inline-flex;align-items:center;gap:.5rem;color:#00f0ff;text-decoration:none;font-weight:500;transition:color .2s}.footer-link:hover{color:#fff}.footer-links{display:flex;gap:1.5rem;margin-top:3rem;font-size:.9rem}.footer-links a{color:#ffffff80;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#00f0ff}.copyright{margin-top:2rem;color:#fff6;font-size:.9rem}.gradient-blob{position:absolute;width:50vw;height:50vw;max-width:600px;max-height:600px;border-radius:50%;filter:blur(80px);z-index:-1;opacity:.15;pointer-events:none}.blob-1{background:#00f0ff;top:-100px;left:-100px}.blob-2{background:#f05;bottom:0;right:-100px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:768px){.hero-section{padding-top:110px;padding-bottom:50px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.05rem;margin-bottom:2rem}.hero-buttons{flex-direction:column;align-items:center;margin-bottom:2.5rem}.waitlist-form{flex-direction:column;width:100%;max-width:360px}.waitlist-input{width:100%}.waitlist-btn{width:100%;justify-content:center}.phone-mockup-scaler{width:240px}.section-title{font-size:1.8rem;margin-bottom:2.5rem}.section-padding{padding:3rem 1rem}.feature-grid{grid-template-columns:1fr;gap:1.25rem}.beta-grid{grid-template-columns:1fr}.beta-section{padding:3rem 1rem}.nav-container{height:60px}.nav-status{font-size:.7rem;padding:.4rem .75rem}footer{padding:3rem 1rem;margin-top:2rem}.footer-links{flex-direction:column;gap:.75rem;align-items:center}}@media(max-width:480px){.container{padding:0 1rem}.hero-section{padding-top:100px;padding-bottom:40px}.hero-title{font-size:2rem}.hero-subtitle{font-size:.95rem}.badge{font-size:.8rem;padding:.4rem .75rem}.phone-mockup-scaler{width:200px}.phone-mockup{border-radius:28px;border-width:6px}.mockup-circle{width:120px;height:120px}.mockup-value{font-size:2.2em}.mockup-forecast-time{font-size:1.4em}.section-title{font-size:1.5rem;margin-bottom:2rem}.glass-card{padding:1.25rem;border-radius:16px}.faq-question{padding:1rem 1.25rem;font-size:.9rem}.faq-answer{padding:0 1.25rem 1rem;font-size:.88rem}.logo-section{font-size:1rem}}
