.landing-page-root{--bg:#fff;--text:#1a1a1a;--text-secondary:#666;--border:rgba(0,0,0,.1);--shadow:rgba(0,0,0,.15);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}@media (prefers-color-scheme:dark){.landing-page-root{--bg:#1a1a1a;--text:#fff;--text-secondary:#888;--border:hsla(0,0%,100%,.1);--shadow:rgba(0,0,0,.5)}}.landing-page-root *{box-sizing:border-box}.landing-page-root .landing-nav{padding:24px 48px;display:flex;justify-content:space-between;align-items:center;position:relative}.landing-page-root .landing-nav .logo{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.landing-page-root .brand-mark{font-family:Unbounded,-apple-system,sans-serif;font-weight:500;font-size:44px;line-height:1;letter-spacing:-.02em;color:var(--text);display:inline-block}.landing-page-root .nav-links{display:flex;align-items:center;gap:32px}.landing-page-root .nav-links a{text-decoration:none;color:var(--text);font-size:13px;font-weight:500;letter-spacing:1px;text-transform:uppercase;transition:opacity .2s}.landing-page-root .nav-links a:hover{opacity:.7}.landing-page-root .nav-divider{color:var(--text-secondary)}.landing-page-root .mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:12px;color:var(--text);-webkit-tap-highlight-color:transparent;touch-action:manipulation;z-index:101}.landing-page-root .hero{min-height:calc(100vh - 128px);display:flex;align-items:center;padding:0 48px 80px}.landing-page-root .hero-content{flex:1;max-width:600px}.landing-page-root .hero h1{font-family:Unbounded,-apple-system,sans-serif;letter-spacing:-.015em;font-size:clamp(36px,5vw,52px);font-weight:500;line-height:1.2;margin-bottom:32px}.landing-page-root .hero-subtitle{font-size:12px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--text);margin-bottom:32px}.landing-page-root .hero-description{font-size:16px;color:var(--text-secondary);max-width:540px;margin-bottom:28px;line-height:1.7}.landing-page-root .app-buttons{display:flex;gap:16px}.landing-page-root .app-button{height:54px;transition:transform .2s,opacity .2s}.landing-page-root .app-button:hover{transform:scale(1.05);opacity:.9}.landing-page-root .app-button img{height:100%;width:auto}.landing-page-root .social-links{display:flex;align-items:center;gap:8px;margin-top:16px;font-size:13px;font-weight:500}.landing-page-root .social-links a{color:var(--text-secondary);text-decoration:none;transition:color .2s}.landing-page-root .social-links a:hover{color:var(--text)}.landing-page-root .social-links .dot{color:var(--text-secondary);font-size:10px}.landing-page-root .hero-phone{flex:1;display:flex;justify-content:center;align-items:center}.landing-page-root .hero-phone img{max-width:400px;width:100%;height:auto;border-radius:40px;box-shadow:0 25px 50px -12px var(--shadow)}.landing-page-root .features{padding:100px 48px;max-width:1200px;margin:0 auto}.landing-page-root .features-title{font-family:Unbounded,-apple-system,sans-serif;letter-spacing:-.015em;font-size:clamp(24px,4vw,40px);font-weight:500;text-align:center;margin-bottom:80px;color:var(--text-secondary)}.landing-page-root .feature{display:flex;align-items:center;gap:80px;padding:60px 0}.landing-page-root .feature:nth-child(odd){flex-direction:row}.landing-page-root .feature:nth-child(2n){flex-direction:row-reverse}.landing-page-root .feature-content{flex:1}.landing-page-root .feature-label{font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--text-secondary);margin-bottom:12px}.landing-page-root .feature-text{font-family:Unbounded,-apple-system,sans-serif;letter-spacing:-.015em;font-size:clamp(20px,2.5vw,28px);font-weight:400;line-height:1.5}.landing-page-root .feature-text em{font-style:italic}.landing-page-root .feature-phone{flex:0 0 280px}.landing-page-root .feature-phone img{width:100%;height:auto;border-radius:32px;box-shadow:0 20px 40px var(--shadow)}.landing-page-root .info-section{padding:100px 48px;max-width:1200px;margin:0 auto;border-top:1px solid var(--border)}.landing-page-root .info-header{max-width:900px;margin:0 auto 40px;text-align:center}.landing-page-root .info-kicker{font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--text-secondary);margin-bottom:12px}.landing-page-root .info-title{font-family:Unbounded,-apple-system,sans-serif;letter-spacing:-.015em;font-size:clamp(28px,4vw,44px);font-weight:500;line-height:1.2;margin-bottom:16px}.landing-page-root .info-subtitle{color:var(--text-secondary);font-size:16px;line-height:1.7;max-width:860px;margin:0 auto}.landing-page-root .info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:40px}.landing-page-root .info-card{border:1px solid var(--border);border-radius:18px;padding:22px;background:rgba(0,0,0,.02)}@media (prefers-color-scheme:dark){.landing-page-root .info-card{background:hsla(0,0%,100%,.03)}}.landing-page-root .info-card h3{font-size:16px;margin-bottom:10px}.landing-page-root .info-card p{color:var(--text-secondary);font-size:14px;line-height:1.7}.landing-page-root .bullets{margin-top:14px;padding-left:18px}.landing-page-root .bullets li{color:var(--text-secondary);font-size:14px;line-height:1.7;margin-bottom:8px}.landing-page-root .cta-row{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:24px}.landing-page-root .secondary-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;border-radius:12px;border:1px solid var(--border);color:var(--text);text-decoration:none;font-size:14px;font-weight:600;transition:opacity .2s,transform .2s}.landing-page-root .secondary-button:hover{opacity:.85;transform:translateY(-1px)}.landing-page-root .team-preview{display:grid;grid-template-columns:1fr 1.2fr;gap:32px;align-items:center;margin-top:40px}.landing-page-root .team-photo{width:100%;max-width:420px;border-radius:22px;box-shadow:0 20px 40px var(--shadow)}.landing-page-root .team-copy h3{font-size:22px;margin-bottom:10px}.landing-page-root .team-copy p{color:var(--text-secondary);line-height:1.8;margin-bottom:12px}.landing-page-root .team-copy ul{padding-left:18px;margin-top:12px}.landing-page-root .team-copy li{color:var(--text-secondary);margin-bottom:8px;line-height:1.7;font-size:14px}.landing-page-root .video-embed{max-width:980px;margin:28px auto 0;border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:0 20px 40px var(--shadow);background:#000}.landing-page-root .video-embed-inner{position:relative;padding-top:56.25%}.landing-page-root .video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.landing-page-root .bottom-cta{padding:80px 48px;text-align:center}.landing-page-root .bottom-cta .app-buttons{justify-content:center}.landing-page-root footer.landing-footer{padding:48px;border-top:1px solid var(--border)}.landing-page-root .footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.landing-page-root .footer-links{display:flex;gap:24px}.landing-page-root .footer-links a{text-decoration:none;color:var(--text-secondary);font-size:13px;transition:color .2s}.landing-page-root .footer-links a:hover{color:var(--text)}.landing-page-root .footer-social{display:flex;gap:20px}.landing-page-root .footer-social a{color:var(--text-secondary);transition:color .2s}.landing-page-root .footer-social a:hover{color:var(--text)}.landing-page-root .android-badge-button{background:none;border:none;padding:0;cursor:pointer;height:54px;overflow:hidden}.landing-page-root .android-badge-button img{height:76px;margin:-11px -10px}.landing-page-root .waitlist-popup-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:1000;align-items:center;justify-content:center;padding:16px}.landing-page-root .waitlist-popup-overlay.active{display:flex}.landing-page-root .waitlist-popup{background:var(--bg);border-radius:24px;max-width:420px;width:100%;padding:32px;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:landing-popup-enter .4s cubic-bezier(.34,1.56,.64,1);position:relative;text-align:center}.landing-page-root .waitlist-popup-close-btn{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;background:rgba(0,0,0,.1);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}@media (prefers-color-scheme:dark){.landing-page-root .waitlist-popup-close-btn{background:hsla(0,0%,100%,.1)}}.landing-page-root .waitlist-popup-close-btn:hover{background:rgba(0,0,0,.2)}@media (prefers-color-scheme:dark){.landing-page-root .waitlist-popup-close-btn:hover{background:hsla(0,0%,100%,.2)}}.landing-page-root .waitlist-popup-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.landing-page-root .waitlist-popup-icon.google-play-icon{background:none}.landing-page-root .waitlist-popup-icon.google-play-icon svg{width:56px;height:56px}.landing-page-root .waitlist-popup h2{font-size:26px;font-weight:700;color:var(--text);margin:0 0 12px}.landing-page-root .waitlist-subtitle{font-size:16px;font-weight:600;color:var(--text);margin:0 0 8px!important;line-height:1.5}.landing-page-root .waitlist-description{font-size:14px;color:var(--text-secondary);margin:0 0 24px;line-height:1.6}.landing-page-root .waitlist-form{display:flex;flex-direction:column;gap:12px}.landing-page-root .waitlist-input{width:100%;padding:16px 20px;border:1px solid var(--border);border-radius:12px;font-size:16px;background:var(--bg);color:var(--text);outline:none;transition:border-color .2s}.landing-page-root .waitlist-input:focus{border-color:#34a853}.landing-page-root .waitlist-input::-moz-placeholder{color:var(--text-secondary)}.landing-page-root .waitlist-input::placeholder{color:var(--text-secondary)}.landing-page-root .waitlist-submit{width:100%;padding:16px 24px;background:linear-gradient(135deg,#34a853,#0f9d58);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,opacity .2s}.landing-page-root .waitlist-submit:hover{transform:scale(1.02)}.landing-page-root .waitlist-submit:active{transform:scale(.98)}.landing-page-root .waitlist-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.landing-page-root .waitlist-success{display:none;text-align:center}.landing-page-root .waitlist-success.show{display:block}.landing-page-root .waitlist-success-icon{width:64px;height:64px;background:linear-gradient(135deg,#34a853,#0f9d58);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.landing-page-root .waitlist-success-icon svg{width:32px;height:32px;color:#fff}.landing-page-root .waitlist-success h3{font-size:20px;font-weight:700;color:var(--text);margin:0 0 8px}.landing-page-root .waitlist-success p{font-size:14px;color:var(--text-secondary);margin:0}.landing-page-root .waitlist-error{color:#dc2626;font-size:13px;margin-top:8px;display:none}.landing-page-root .waitlist-error.show{display:block}@keyframes landing-popup-enter{0%{opacity:0;transform:scale(.85) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width:900px){.landing-page-root .landing-nav{padding:20px 24px}.landing-page-root .nav-links{display:none}.landing-page-root .mobile-menu-btn{display:block}.landing-page-root .landing-nav .logo{margin:0 auto}.landing-page-root .landing-nav .logo img{width:44px;height:44px}.landing-page-root .landing-nav{justify-content:center;position:relative}.landing-page-root .mobile-menu-btn{position:absolute;left:24px}.landing-page-root .nav-links.open{display:flex!important;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--bg);padding:20px 24px;gap:16px;border-bottom:1px solid var(--border);z-index:100;box-shadow:0 4px 12px rgba(0,0,0,.15)}.landing-page-root .nav-links.open a{color:var(--text)}.landing-page-root .nav-links.open .nav-divider{display:none}.landing-page-root .hero{flex-direction:column;text-align:center;padding:40px 24px 0;min-height:auto}.landing-page-root .hero-content{max-width:100%;margin-bottom:40px}.landing-page-root .hero h1{font-size:32px}.landing-page-root .hero-description{display:none}.landing-page-root .app-buttons{justify-content:center;margin-bottom:0}.landing-page-root .social-links{justify-content:center;margin-top:24px}.landing-page-root .hero-phone{width:100%;overflow:hidden;margin-top:40px}.landing-page-root .hero-phone img{max-width:85%;width:85%;margin:0 auto;display:block}.landing-page-root .features{padding:80px 24px 60px}.landing-page-root .features-title{margin-bottom:60px;font-size:36px}.landing-page-root .feature{flex-direction:column!important;gap:32px;padding:40px 0;text-align:center}.landing-page-root .feature-label{font-size:14px;margin-bottom:16px}.landing-page-root .feature-text{font-size:24px;line-height:1.4}.landing-page-root .feature-phone{flex:0 0 auto;max-width:260px}.landing-page-root .bottom-cta{padding:60px 24px}.landing-page-root footer.landing-footer{padding:32px 24px}.landing-page-root .info-section{padding:70px 24px}.landing-page-root .info-grid{grid-template-columns:1fr}.landing-page-root .team-preview{grid-template-columns:1fr;text-align:center}.landing-page-root .team-photo{margin:0 auto;max-width:360px}.landing-page-root .footer-container{flex-direction:column;gap:24px}.landing-page-root .footer-links{flex-wrap:wrap;justify-content:center}}