:root{--bg:#faf8f5;--card:#fff;--navy:#1b2a4a;--teal:#00b5a0;--text:#1b2a4a;--muted:#6b7280;--border:#e2ddd7}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,sans-serif;overflow-x:hidden}nav{z-index:100;border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;height:64px;padding:0 48px;display:flex;position:sticky;top:0}.nav-logo{align-items:center;gap:5px;display:flex}.nav-brand{color:var(--navy);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.nav-cta{background:var(--navy);letter-spacing:-.01em;border-radius:8px;padding:9px 22px;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s;color:#fff!important}.nav-cta:hover{opacity:.82}.hero{text-align:center;flex-direction:column;align-items:center;max-width:1100px;margin:0 auto;padding:96px 48px 72px;display:flex}.badge{color:var(--teal);background:#00b5a014;border:1px solid #00b5a038;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:6px 16px;font-size:.8rem;font-weight:500;display:inline-flex}.badge:before{content:"";background:var(--teal);border-radius:50%;flex-shrink:0;width:6px;height:6px}h1{letter-spacing:-.025em;color:var(--navy);margin-bottom:24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.6rem,5.5vw,4.5rem);font-weight:700;line-height:1.1}h1 em{color:var(--teal);font-style:italic}.subtitle{max-width:520px;color:var(--muted);margin-bottom:40px;font-size:1.1rem;line-height:1.75}.cta-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:50px;display:flex}.btn-primary{background:var(--navy);color:#fff;cursor:pointer;letter-spacing:-.01em;border:none;border-radius:8px;padding:13px 28px;font-family:system-ui,-apple-system,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-block}.btn-primary:hover{opacity:.83;color:#fff}.btn-ghost{color:var(--navy);cursor:pointer;background:0 0;border:1.5px solid #c5bfb8;border-radius:8px;padding:12px 24px;font-family:system-ui,-apple-system,sans-serif;font-size:.95rem;font-weight:400;text-decoration:none;transition:border-color .2s;display:inline-block}.btn-ghost:hover{border-color:var(--navy);color:var(--navy)}.mockup-scene{justify-content:center;width:100%;max-width:1100px;margin:0 auto;display:flex}.mockup-desktop-wrapper{justify-content:center;width:100%;display:flex}.mockup-desktop-wrapper img{width:100%;height:auto;display:block}.stats-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);justify-content:center;gap:64px;width:100%;max-width:700px;margin:48px auto 0;padding:36px 0;display:flex}.stat{text-align:center}.stat-big{color:var(--navy);margin-bottom:6px;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:700;line-height:1}.stat-desc{color:var(--muted);font-size:.82rem;line-height:1.4}.features{max-width:1100px;margin:0 auto;padding:88px 48px}.section-label{letter-spacing:.1em;color:var(--teal);text-transform:uppercase;text-align:center;margin-bottom:12px;font-size:.73rem;font-weight:600}.section-title{text-align:center;letter-spacing:-.02em;color:var(--navy);margin-bottom:48px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.7rem,3vw,2.2rem);font-weight:700}.feature-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:32px 28px;transition:box-shadow .2s}.feature-card:hover{box-shadow:0 4px 24px #1b2a4a14}.feature-icon{background:#00b5a01a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;font-size:1.1rem;display:flex}.feature-name{color:var(--navy);margin-bottom:8px;font-family:Georgia,Times New Roman,serif;font-size:1.05rem;font-weight:700}.feature-desc{color:var(--muted);font-size:.88rem;line-height:1.65}.waitlist-section{text-align:center;max-width:560px;margin:0 auto;padding:40px 48px 100px}.waitlist-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:48px 40px;box-shadow:0 2px 20px #1b2a4a12}.waitlist-card h2{letter-spacing:-.02em;color:var(--navy);margin-bottom:12px;font-family:Georgia,Times New Roman,serif;font-size:1.8rem;font-weight:700}.waitlist-card p{color:var(--muted);margin-bottom:32px;font-size:.95rem;line-height:1.65}.input-group{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.input-row{gap:10px;display:flex}input,select{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--navy);-webkit-appearance:none;border-radius:8px;outline:none;padding:11px 14px;font-family:system-ui,-apple-system,sans-serif;font-size:.9rem;transition:border-color .2s,background .15s}input::placeholder{color:var(--muted)}input:focus,select:focus{border-color:var(--teal);background:#fff}select option{color:var(--navy);background:#fff}.btn-full{background:var(--navy);color:#fff;cursor:pointer;letter-spacing:-.01em;border:none;border-radius:8px;width:100%;padding:13px;font-family:system-ui,-apple-system,sans-serif;font-size:.95rem;font-weight:500;transition:opacity .2s}.btn-full:hover{opacity:.84}.btn-full:disabled{opacity:.5;cursor:not-allowed}.privacy-note{color:var(--muted);margin-top:12px;font-size:.75rem}.success-msg{color:var(--teal);background:#00b5a012;border:1px solid #00b5a038;border-radius:8px;margin-top:16px;padding:16px;font-size:.9rem}.error-msg{color:#dc2626;background:#dc26260f;border:1px solid #dc26262e;border-radius:8px;margin-top:16px;padding:16px;font-size:.9rem}footer{text-align:center;border-top:1px solid var(--border);color:var(--muted);padding:28px 24px;font-size:.82rem}@media (max-width:700px){nav{padding:0 20px}.hero{padding:72px 20px 40px}.stats-bar{flex-wrap:wrap;gap:28px;padding:24px 20px}.features{padding:60px 20px}.feature-grid{grid-template-columns:1fr}.waitlist-section{padding:40px 20px 80px}.waitlist-card{padding:32px 24px}.input-row{flex-direction:column}}
