:root{--navy:#1b2a4a;--navy-light:#243657;--gold:#c9a84c;--gold-dark:#b3933d;--cream:#faf8f3;--text:#1a1f2e;--text-muted:#5a6478;--border:#e6e2d8;--white:#fff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:1000px;margin:0 auto;padding:0 24px}.header{padding:24px 0;border-bottom:1px solid var(--border)}.logo{font-size:24px;font-weight:800;color:var(--navy);letter-spacing:-.5px}.logo span{color:var(--gold)}.hero{background:var(--navy);color:var(--white);padding:88px 0 96px;text-align:center}.hero h1{font-size:52px;line-height:1.1;font-weight:800;letter-spacing:-1.5px;max-width:760px;margin:0 auto 24px}.hero h1 .accent{color:var(--gold)}.hero p.sub{font-size:20px;color:#c5cdde;max-width:600px;margin:0 auto 40px;line-height:1.5}.hero .note{margin-top:16px;font-size:14px;color:#8b97b0}.email-form{display:flex;gap:10px;max-width:460px;margin:0 auto;flex-wrap:wrap;justify-content:center}.email-form input{flex:1 1;min-width:240px;padding:16px 18px;outline:none}.email-form button,.email-form input{font-size:16px;border:none;border-radius:10px}.email-form button{padding:16px 28px;font-weight:700;color:var(--navy);background:var(--gold);cursor:pointer;transition:background .15s ease,transform .05s ease;white-space:nowrap}.email-form button:hover{background:var(--gold-dark)}.email-form button:active{transform:translateY(1px)}.email-form button:disabled{opacity:.6;cursor:not-allowed}.form-msg{margin-top:16px;font-size:15px;min-height:22px}.form-msg.success{color:#7fd1a0}.form-msg.error{color:#ff9b9b}.section{padding:80px 0}.section.cream{background:var(--cream)}.section h2{font-size:34px;font-weight:800;letter-spacing:-.5px;color:var(--navy);text-align:center;max-width:640px;margin:0 auto 16px;line-height:1.2}.section .lead{font-size:18px;color:var(--text-muted);text-align:center;max-width:620px;margin:0 auto 48px}.features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.feature{background:var(--white);border-radius:14px;padding:32px 26px;border:1px solid var(--border);border-top:4px solid var(--gold)}.feature .num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--navy);color:var(--white);font-weight:800;font-size:18px;margin-bottom:18px}.feature h3{font-size:19px;font-weight:700;color:var(--navy);margin-bottom:10px}.feature p{font-size:15px;color:var(--text-muted)}.founder{text-align:center;max-width:620px;margin:0 auto}.founder p{font-size:19px;color:var(--text);font-style:italic;margin-bottom:12px}.founder .lock{font-size:15px;color:var(--text-muted);font-style:normal}.final-cta{background:var(--navy);color:var(--white);text-align:center;padding:80px 0}.final-cta h2{color:var(--white);font-size:34px;font-weight:800;margin-bottom:14px}.final-cta p{color:#c5cdde;font-size:18px;margin-bottom:36px}.footer{padding:32px 0;text-align:center;font-size:14px;color:var(--text-muted);border-top:1px solid var(--border)}@media (max-width:768px){.hero{padding:60px 0 64px}.hero h1{font-size:34px}.hero p.sub{font-size:17px}.section{padding:56px 0}.section h2{font-size:26px}.features{grid-template-columns:1fr}}