@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#0a0e1a;color:#e2e8f0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 3rem;background:#0a0e1ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06);position:sticky;top:0;z-index:100}.navbar-left{display:flex;align-items:center;gap:.6rem}.navbar-logo-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center}.navbar-logo-text{font-size:1.35rem;font-weight:700;color:#fff;letter-spacing:.5px}.navbar-center{display:flex;gap:2.5rem;list-style:none}.navbar-center a{text-decoration:none;color:#94a3b8;font-size:.95rem;font-weight:500;transition:color .2s}.navbar-center a:hover{color:#fff}.navbar-right{display:flex;align-items:center;gap:1.5rem}.navbar-signin{text-decoration:none;color:#cbd5e1;font-size:.95rem;font-weight:500;transition:color .2s}.navbar-signin:hover{color:#fff}.navbar-cta{background:#3b82f6;color:#fff;padding:.55rem 1.4rem;border-radius:.5rem;text-decoration:none;font-size:.95rem;font-weight:600;transition:background .2s}.navbar-cta:hover{background:#2563eb}.hero{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:5rem 2rem 4rem;overflow:hidden}.hero:before{content:"";position:absolute;top:-10%;left:50%;transform:translate(-50%);width:900px;height:900px;background:radial-gradient(circle,rgba(99,102,241,.15) 0%,rgba(59,130,246,.08) 40%,transparent 70%);pointer-events:none;z-index:0}.hero>*{position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0a;color:#cbd5e1;font-size:.9rem;font-weight:500;margin-bottom:2.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-badge svg{width:18px;height:18px;color:#a78bfa}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;color:#fff;margin-bottom:1.5rem;max-width:800px}.hero-title .gradient-text{background:linear-gradient(135deg,#a78bfa,#ec4899,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.2rem;color:#94a3b8;max-width:680px;line-height:1.7;margin-bottom:3rem}.coming-soon{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:1rem}.coming-soon-icon{color:#a78bfa;margin-bottom:.25rem;animation:pulse 3s ease-in-out infinite}.coming-soon-label{font-size:.85rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#60a5fa;border:1px solid rgba(96,165,250,.25);padding:.3rem 1rem;border-radius:999px;background:#60a5fa0f}.coming-soon-title{font-size:2rem;font-weight:700;color:#fff;letter-spacing:-.5px}.coming-soon-text{font-size:1rem;color:#64748b}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.hero-buttons{display:flex;align-items:center;gap:1rem;margin-bottom:5rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;background:transparent;color:#fff;border:1.5px solid #3b82f6;border-radius:999px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;cursor:pointer}.btn-primary:hover{background:#3b82f626}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;background:#fff;color:#0f172a;border:none;border-radius:999px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;cursor:pointer}.btn-secondary:hover{background:#e2e8f0}.stats{display:flex;justify-content:center;gap:6rem;padding:2rem 0}.stat-item{text-align:center}.stat-value{font-size:2.5rem;font-weight:800;color:#fff;letter-spacing:-.5px}.stat-label{font-size:.95rem;color:#64748b;margin-top:.25rem}.waitlist{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1rem}.waitlist-title{font-size:1rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#60a5fa;border:1px solid rgba(96,165,250,.25);padding:.4rem 1.2rem;border-radius:999px;background:#60a5fa0f}.waitlist-form{display:flex;flex-direction:row;gap:.75rem}.waitlist-input{padding:.75rem 1.25rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:.5rem;color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.95rem;outline:none;min-width:260px;transition:border-color .2s}.waitlist-input::placeholder{color:#64748b}.waitlist-input:focus{border-color:#60a5fa80}.waitlist-button{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.waitlist-button:hover{background:#2563eb}.waitlist-note{font-size:.875rem;color:#64748b}.waitlist-success{font-size:1.1rem;color:#34d399;font-weight:500}.waitlist-error{font-size:.875rem;color:#f87171;margin-top:.25rem}.waitlist-button:disabled{opacity:.6;cursor:not-allowed}.hero-features{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.5rem}.hero-feature-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem 1rem;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#ffffff08;color:#94a3b8;font-size:.8rem;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-feature-pill svg{width:14px;height:14px}.mission-section{position:relative;background:transparent}.mission-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:5rem 2rem 6rem;max-width:960px;margin:0 auto}.mission-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0a;color:#cbd5e1;font-size:.9rem;font-weight:500;margin-bottom:2.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mission-badge svg{width:18px;height:18px;color:#a78bfa}.mission-headline{font-size:2.8rem;font-weight:700;line-height:1.15;color:#fff;margin-bottom:2.5rem;text-shadow:0 2px 20px rgba(0,0,0,.5)}.mission-row{display:flex;align-items:center;gap:4rem;width:100%;max-width:900px;margin-bottom:6rem}.mission-text{flex:1.2;font-size:1.1rem;color:#94a3b8;line-height:1.8;text-shadow:0 1px 10px rgba(0,0,0,.4)}.mission-text.left,.mission-text.right{text-align:left}.mission-stat-block{flex:.8;display:flex;flex-direction:column;padding:2rem 1.5rem;border:1px solid rgba(255,255,255,.06);border-radius:16px;background:#ffffff05;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mission-stat-block.right,.mission-stat-block.left{align-items:center;text-align:center}.mission-stat-number{font-size:3rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#a78bfa,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mission-stat-desc{font-size:.85rem;color:#64748b;margin-top:.5rem}.mission-statement{font-size:2.2rem;font-weight:700;color:#fff;max-width:700px;line-height:1.2;margin-bottom:2rem;margin-top:2rem;text-shadow:0 2px 20px rgba(0,0,0,.5)}.mission-statement .gradient-text{background:linear-gradient(135deg,#a78bfa,#ec4899,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mission-supporting{font-size:1.05rem;color:#94a3b8;max-width:620px;line-height:1.8;margin-bottom:3.5rem;text-shadow:0 1px 10px rgba(0,0,0,.4)}.mission-stats{display:flex;justify-content:center;gap:4rem;padding:2.5rem 0;margin-bottom:3rem}.mission-closing{font-size:1.15rem;color:#cbd5e1;max-width:500px;line-height:1.7;margin-bottom:2.5rem;text-shadow:0 1px 10px rgba(0,0,0,.4)}.mission-closing strong{color:#fff}.mission-cta{padding:.85rem 2.2rem;background:linear-gradient(135deg,#3b82f6,#a78bfa);color:#fff;border:none;border-radius:999px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.mission-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f64d}.section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0a;color:#cbd5e1;font-size:.9rem;font-weight:500;margin-bottom:2.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.section-badge svg{width:18px;height:18px;color:#a78bfa}.section-headline{font-size:2.8rem;font-weight:700;line-height:1.15;color:#fff;margin-bottom:3.5rem;text-shadow:0 2px 20px rgba(0,0,0,.5);text-align:center}.section-headline .gradient-text{background:linear-gradient(135deg,#a78bfa,#ec4899,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.how-it-works{position:relative;background:transparent}.how-content{display:flex;flex-direction:column;align-items:center;padding:5rem 2rem 6rem;max-width:1100px;margin:0 auto}.steps-grid{display:flex;align-items:flex-start;gap:0;width:100%}.step-card{position:relative;overflow:hidden;flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;border:1px solid rgba(255,255,255,.06);border-radius:16px;background:#ffffff05;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:border-color .3s,background .3s}.step-card:hover{border-color:#a78bfa33;background:#ffffff0a}.step-number{font-size:.8rem;font-weight:700;color:#3b82f6;letter-spacing:2px;margin-bottom:1rem}.step-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#3b82f614;border:1px solid rgba(59,130,246,.15);color:#60a5fa;margin-bottom:1.25rem}.step-title{font-size:1.15rem;font-weight:600;color:#fff;margin-bottom:.75rem}.step-desc{font-size:.95rem;color:#94a3b8;line-height:1.7}.step-connector{display:flex;align-items:center;padding-top:5rem}.features-section{position:relative;background:transparent}.features-content{display:flex;flex-direction:column;align-items:center;padding:5rem 2rem 6rem;max-width:1100px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%}.feature-card{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:2rem;border:1px solid rgba(255,255,255,.06);border-radius:16px;background:#ffffff05;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:border-color .3s,background .3s,transform .3s}.card-watermark,.feature-watermark{position:absolute;bottom:-30px;right:-20px;width:200px;height:200px;opacity:.06;transform:rotate(-15deg);pointer-events:none;color:#fff}.card-watermark svg,.feature-watermark svg{width:100%;height:100%;stroke-width:.5}.feature-card:hover{border-color:#a78bfa33;background:#ffffff0a;transform:translateY(-2px)}.feature-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#a78bfa14;border:1px solid rgba(167,139,250,.15);color:#a78bfa;margin-bottom:1.25rem}.feature-icon svg{width:22px;height:22px}.feature-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.5rem}.feature-desc{font-size:.9rem;color:#94a3b8;line-height:1.7}.who-section{position:relative;background:transparent}.who-content{display:flex;flex-direction:column;align-items:center;padding:5rem 2rem 6rem;max-width:1100px;margin:0 auto}.who-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;margin-bottom:3rem}.who-card{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:2rem;border:1px solid rgba(255,255,255,.06);border-radius:16px;background:#ffffff05;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:border-color .3s,background .3s}.who-card:hover{border-color:#ffffff1f;background:#ffffff0a}.who-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.who-icon svg{width:32px;height:32px}.who-title{font-size:1.15rem;font-weight:600;color:#fff;margin-bottom:.5rem}.who-desc{font-size:.95rem;color:#94a3b8;line-height:1.7}.site-footer{position:relative;border-top:1px solid rgba(255,255,255,.06);background:#0a0e1ae6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.footer-content{max-width:1100px;margin:0 auto;padding:4rem 2rem 2rem}.footer-top{display:flex;justify-content:space-between;gap:4rem;margin-bottom:3rem}.footer-brand{max-width:280px}.footer-logo{font-size:1.5rem;font-weight:700;color:#fff;display:block;margin-bottom:.75rem}.footer-tagline{font-size:.9rem;color:#64748b;line-height:1.6}.footer-links{display:flex;gap:4rem}.footer-col{display:flex;flex-direction:column;gap:.6rem}.footer-col-title{font-size:.85rem;font-weight:600;color:#cbd5e1;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.footer-col a{text-decoration:none;color:#64748b;font-size:.9rem;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:1.5rem;text-align:center;font-size:.8rem;color:#475569}@media (max-width: 768px){.navbar{padding:.75rem 1.25rem}.navbar-center{display:none}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.stats{gap:2.5rem;flex-wrap:wrap}.stat-value{font-size:1.8rem}.hero-buttons{flex-direction:column}.hero-features{gap:.5rem}.hero-feature-pill{font-size:.75rem;padding:.35rem .75rem}.waitlist-form{flex-direction:column;width:100%;max-width:320px}.waitlist-input{min-width:unset;width:100%}.mission-headline{font-size:1.8rem}.mission-statement{font-size:1.5rem}.mission-row{flex-direction:column;gap:1.5rem}.mission-text.left,.mission-text.right{text-align:center}.mission-stat-block.left,.mission-stat-block.right{align-items:center;text-align:center}.section-headline{font-size:1.8rem}.steps-grid{flex-direction:column;gap:1.5rem}.step-connector{display:none}.features-grid,.who-grid{grid-template-columns:1fr}.footer-top{flex-direction:column;gap:2.5rem}.footer-links{gap:2rem;flex-wrap:wrap}}
