:root{--navy:#0b132b;--slate:#1f2937;--blue:#2563eb;--teal:#00d1c2;--gray:#e5e7eb;--muted:#64748b;--bg:#f8fafc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--slate);font:16px/1.55 Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}.wrap{max-width:1248px;margin:auto;padding-left:24px;padding-right:24px}.site-header{min-height:82px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:9px;font:500 13px/1.05 Sora}.mark{display:grid;place-items:center;width:35px;height:35px;border-radius:9px;background:var(--navy);color:var(--teal);font-weight:700}.site-header nav{display:flex;gap:25px;margin-left:auto;font-size:14px}.sign-in{font-size:14px;font-weight:700;color:var(--blue)}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;padding-top:88px;padding-bottom:80px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.13em;color:#087f79;font-size:12px;font-weight:700;margin:0 0 14px}h1,h2,h3{font-family:Sora,Arial,sans-serif;letter-spacing:-.035em;color:var(--navy)}h1{font-size:clamp(2.5rem,5vw,4.6rem);line-height:1.05;margin:0;max-width:760px}h2{font-size:clamp(2rem,3.5vw,3rem);line-height:1.15;margin:0 0 20px}.lede{font-size:19px;color:var(--muted);max-width:630px;margin:25px 0 31px}.cta,button{display:inline-block;border:0;border-radius:10px;background:var(--navy);color:#fff;padding:15px 20px;font:700 15px Inter;cursor:pointer}.cta span{color:var(--teal);padding-left:7px}.quiet-link{display:inline-block;margin-left:20px;color:var(--blue);font-weight:700}.proof{display:flex;flex-wrap:wrap;gap:18px;margin-top:36px;color:var(--muted);font-size:14px}.proof span:before{content:'✓';color:#078a80;font-weight:700;margin-right:6px}.lesson-preview{overflow:hidden;background:var(--navy);border-radius:16px;box-shadow:0 24px 60px #0b132b30;color:#fff}.preview-top{display:flex;justify-content:space-between;padding:17px 21px;border-bottom:1px solid #ffffff2e;font:600 12px Sora}.preview-body{padding:55px 40px 65px;background:radial-gradient(circle at 80% 20%,#2563eb75,transparent 32%)}.preview-body h2{color:#fff;font-size:36px;max-width:390px}.systems{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:38px}.systems b{padding:11px;border:1px solid #00d1c280;border-radius:8px;color:#9ff8ed;font-size:13px}.preview-progress{padding:16px 21px;font-size:12px}.preview-progress i{display:inline-block;width:45%;height:4px;background:var(--teal);margin-right:10px;vertical-align:middle}.honesty{display:grid;grid-template-columns:repeat(3,1fr);padding-top:20px;padding-bottom:20px;border-top:1px solid var(--gray);border-bottom:1px solid var(--gray);font-weight:600;font-size:14px;color:var(--muted)}.section{padding-top:100px;padding-bottom:100px}.section>h2{max-width:650px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:42px}.card{background:#fff;border:1px solid var(--gray);border-radius:12px;padding:25px}.card>span{color:#087f79;font:600 14px Sora}.card h3{font-size:20px;margin:20px 0 12px}.card p{color:var(--muted);font-size:14px}.resources{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding-top:75px;padding-bottom:75px;border-top:1px solid var(--gray)}.resource-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.resource-list span{background:#fff;border:1px solid var(--gray);border-radius:10px;padding:18px;font-weight:600}.about{max-width:900px;padding-top:90px;padding-bottom:90px;text-align:center}.about p:last-child{color:var(--muted);font-size:18px}.waitlist-section{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-top:80px;padding-bottom:80px;background:#eafaf8;border-radius:16px;margin-bottom:76px}.waitlist-section h2{max-width:540px}.waitlist-section>div>p:last-child{color:var(--muted);max-width:500px}.waitlist-form{display:grid;gap:14px}.waitlist-form label{font-size:13px;font-weight:700}.optional{font-weight:400;color:var(--muted)}input,select{display:block;width:100%;margin-top:6px;border:1px solid #b8c3d1;border-radius:8px;padding:12px;font:inherit;background:#fff}.consent{display:flex;gap:8px;align-items:flex-start;font-weight:400!important}.consent input{width:auto;margin-top:4px}.consent a{color:var(--blue);text-decoration:underline}.form-message{min-height:24px;margin:0;font-size:14px;color:#087f79}.preview-note{margin:0;color:var(--muted);font-size:12px}footer{display:flex;justify-content:space-between;gap:20px;padding-top:32px!important;padding-bottom:32px!important;border-top:1px solid var(--gray);font-size:13px;color:var(--muted)}footer div{display:flex;gap:16px}:focus-visible{outline:3px solid var(--blue);outline-offset:3px}@media(max-width:780px){.site-header{min-height:auto;padding-top:18px;padding-bottom:18px;gap:16px}.site-header nav{display:none}.sign-in{margin-left:auto}.hero,.waitlist-section,.resources{grid-template-columns:1fr;gap:38px;padding-top:55px;padding-bottom:55px}.grid{grid-template-columns:1fr 1fr}.honesty{grid-template-columns:1fr;gap:10px}.quiet-link{margin:16px 0 0}.preview-body{padding:40px 28px}.preview-body h2{font-size:29px}footer{flex-direction:column}}@media(max-width:480px){.grid,.resource-list{grid-template-columns:1fr}.proof{flex-direction:column;gap:8px}.systems{grid-template-columns:1fr}.waitlist-section{margin-left:12px;margin-right:12px;padding-left:24px;padding-right:24px}}
