html{scroll-behavior:smooth}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");:root{--primary:#059669;--secondary:#047857;--accent:#f59e0b;--success:#10b981;--dark:#071a0e;--darker:#030d06;--light:#f0faf5;--gradient-primary:linear-gradient(135deg,#059669,#047857);--gradient-hero:linear-gradient(135deg,#fff,#f0faf5);--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,.25)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--dark);background:#fff;-webkit-font-smoothing:antialiased;line-height:1.6}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #bbf7d0;padding:0 24px;height:80px;justify-content:space-between}.nav,.nav-logo{display:flex;align-items:center}.nav-logo{text-decoration:none}.nav-logo img{height:73px;width:auto}.nav-links{display:flex;align-items:center;gap:32px;list-style:none}.nav-links a{color:#475569;text-decoration:none;font-size:15px;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--primary)}.nav-actions{display:flex;align-items:center;gap:12px}.btn-nav-cta{background:var(--gradient-primary);color:#fff;padding:10px 20px;border-radius:10px;font-weight:700;font-size:15px;text-decoration:none;border:none;cursor:pointer;transition:opacity .2s,transform .2s}.btn-nav-cta:hover{opacity:.9;transform:translateY(-1px)}.nav-hamburger{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:var(--dark)}.nav-mobile{display:none;flex-direction:column;gap:12px;padding:20px 24px;background:#fff;border-bottom:1px solid #bbf7d0}.nav-mobile.open{display:flex}.nav-mobile a{color:#475569;text-decoration:none;font-size:16px;font-weight:500;padding:8px 0;border-bottom:1px solid #f0faf5}.nav-mobile .btn-nav-cta{text-align:center;margin-top:8px}@media (max-width:768px){.nav-actions,.nav-links{display:none}.nav-hamburger{display:block}}.hero{background:var(--gradient-hero);padding:100px 24px 80px;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#d1fae5;color:var(--primary);border:1px solid #6ee7b7;border-radius:999px;padding:6px 16px;font-size:13px;font-weight:600;margin-bottom:28px}.hero-badge-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s infinite}.hero h1{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;color:var(--darker);letter-spacing:-1px;line-height:1.15;margin-bottom:20px;max-width:780px;margin-left:auto;margin-right:auto}.highlight{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:18px;color:#4b6070;max-width:600px;margin:0 auto 40px;line-height:1.7}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-primary{background:var(--gradient-primary);color:#fff;padding:16px 32px;border-radius:12px;font-size:17px;font-weight:700;text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 20px rgba(5,150,105,.35);transition:transform .2s,box-shadow .2s;display:inline-flex;align-items:center;gap:8px}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(5,150,105,.4)}.btn-secondary{background:#fff;color:var(--primary);padding:15px 32px;border-radius:12px;font-size:17px;font-weight:700;text-decoration:none;border:2px solid #bbf7d0;cursor:pointer;transition:transform .2s,border-color .2s;display:inline-flex;align-items:center;gap:8px}.btn-secondary:hover{transform:translateY(-2px);border-color:var(--primary)}.btn-white{background:#fff;color:var(--primary);padding:16px 32px;border-radius:12px;font-size:17px;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;display:inline-flex;align-items:center;gap:8px}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.section{padding:80px 24px}.section-title{font-size:clamp(1.75rem,4vw,2.4rem);font-weight:800;color:var(--darker);text-align:center;letter-spacing:-.5px;margin-bottom:12px}.section-sub{font-size:18px;color:#4b6070;text-align:center;max-width:580px;margin:0 auto 52px;line-height:1.65}.suite-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px;max-width:1100px;margin:0 auto}.suite-card{background:#fff;border:1px solid #bbf7d0;border-radius:20px;padding:32px 28px;display:flex;flex-direction:column;gap:14px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;cursor:pointer}.suite-card:not(.suite-card--soon):hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.suite-card--soon{opacity:.6;cursor:default;background:#f8fafc}.suite-card-accent{width:48px;height:6px;border-radius:999px;margin-bottom:4px}.suite-card-badge{position:absolute;top:20px;right:20px;background:#e2e8f0;color:#64748b;font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px;letter-spacing:.5px;text-transform:uppercase}.suite-card-badge--live{background:#d1fae5;color:var(--secondary)}.suite-card h3{font-size:1.1rem;font-weight:800;color:var(--darker);font-family:American Typewriter,Courier New,monospace;letter-spacing:-.3px}.suite-card p{font-size:.95rem;color:#4b6070;line-height:1.65;flex:1 1}.suite-card-cta{font-size:.9rem;font-weight:700;display:flex;align-items:center;gap:4px;margin-top:4px}.mission-section{background:var(--gradient-primary);padding:80px 24px;color:#fff}.mission-inner{max-width:900px;margin:0 auto;text-align:center}.mission-inner h2{font-size:clamp(1.75rem,4vw,2.4rem);font-weight:800;margin-bottom:20px;letter-spacing:-.5px}.mission-inner p{font-size:17px;line-height:1.75;opacity:.92;max-width:760px;margin:0 auto 16px}.mission-pillars{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:36px}.mission-pillar{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);border-radius:12px;padding:12px 22px;font-size:15px;font-weight:600}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;max-width:900px;margin:0 auto}.step-card{background:#fff;border:1px solid #bbf7d0;border-radius:16px;padding:32px 24px;text-align:center}.step-number{width:48px;height:48px;background:var(--gradient-primary);color:#fff;font-size:1.2rem;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.step-card h3{font-size:1.05rem;font-weight:700;color:var(--darker);margin-bottom:10px}.step-card p{font-size:.95rem;color:#4b6070;line-height:1.65}.waitlist-section{background:#fff;border-top:1px solid #bbf7d0;border-bottom:1px solid #bbf7d0;padding:80px 24px}.waitlist-inner{max-width:520px;margin:0 auto;text-align:center}.waitlist-form{display:flex;gap:10px;margin-top:28px;flex-wrap:wrap}.waitlist-input{flex:1 1;min-width:200px;padding:14px 18px;border:1.5px solid #bbf7d0;border-radius:10px;font-size:16px;font-family:Inter,system-ui,sans-serif;color:var(--dark);outline:none;transition:border-color .2s,box-shadow .2s}.waitlist-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(5,150,105,.12)}.waitlist-input::placeholder{color:#94a3b8}.waitlist-submit{background:var(--gradient-primary);color:#fff;font-size:16px;font-weight:700;padding:14px 26px;border-radius:10px;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;white-space:nowrap;font-family:Inter,system-ui,sans-serif}.waitlist-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-md)}.waitlist-submit:disabled{opacity:.65;cursor:not-allowed}.waitlist-success{background:#d1fae5;border:1px solid #6ee7b7;color:var(--secondary);border-radius:10px;font-weight:500}.waitlist-error,.waitlist-success{margin-top:16px;padding:12px 18px;font-size:15px}.waitlist-error{background:#fde8e8;border:1px solid #fca5a5;color:#9b1c1c;border-radius:10px}.waitlist-note{margin-top:14px;font-size:13px;color:#94a3b8}.cta-banner{background:var(--gradient-primary);padding:72px 24px;text-align:center;color:#fff}.cta-banner h2{font-size:clamp(1.6rem,4vw,2.2rem);font-weight:800;margin-bottom:14px;letter-spacing:-.5px}.cta-banner p{font-size:18px;opacity:.9;max-width:520px;margin:0 auto 32px;line-height:1.65}.footer{background:var(--darker);color:#94a3b8;padding:60px 24px 0}.footer-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:48px;gap:48px;padding-bottom:48px;border-bottom:1px solid #0f2d18}.footer-brand img{height:73px;width:auto;margin-bottom:16px}.footer-brand-desc{font-size:14px;line-height:1.7;color:#64748b;max-width:280px}.footer-col h4{font-size:11px;font-weight:700;color:#cbd5e1;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}.footer-col a{display:block;font-size:14px;color:#64748b;padding:5px 0;transition:color .2s;text-decoration:none}.footer-col a:hover{color:#fff}.footer-bottom{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:20px 0;font-size:13px;color:#475569;flex-wrap:wrap;gap:8px}.footer-bottom-links{display:flex;gap:20px}.footer-bottom-links a{color:#475569;transition:color .2s;text-decoration:none}.footer-bottom-links a:hover{color:#fff}.footer-symbiotic{max-width:1100px;margin:0 auto;padding:16px 0 28px;font-size:12px;color:#334155;text-align:center;border-top:1px solid #0f2d18}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.7}}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out both}@media (max-width:768px){.steps-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}}@media (max-width:480px){.hero-actions{flex-direction:column;align-items:stretch}.btn-primary,.btn-secondary{justify-content:center}.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center}.footer-bottom,.mission-pillars,.waitlist-form{flex-direction:column}.mission-pillars{align-items:center}}