:root{--cream:#f7f2e8;--ink:#17231d;--green:#183f2e;--sage:#dfe7dc;--line:#d8d2c4;--muted:#66716a;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.topbar{min-height:74px;padding:14px clamp(18px,4vw,54px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(247,242,232,.96);position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);font-weight:900}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--green);color:white;font-size:14px}.pilot,.eyebrow{font-size:12px;font-weight:900;letter-spacing:.12em;color:#6b786f}.hero{max-width:1100px;margin:0 auto;padding:88px 24px 62px}.hero h1{font-size:clamp(50px,8vw,92px);line-height:.92;letter-spacing:-.055em;margin:14px 0 24px;max-width:900px}.hero-copy{font-size:clamp(19px,2.4vw,27px);line-height:1.45;max-width:760px;color:#4f5d55}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.primary,.secondary,.card-link{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:12px;padding:15px 20px;font-weight:900;text-decoration:none}.primary{background:var(--green);color:white}.secondary{border:1px solid #9ca79f;color:var(--ink);background:transparent}.trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}.trust span{background:rgba(255,255,255,.62);border:1px solid var(--line);padding:10px 13px;border-radius:999px;font-size:14px;font-weight:700}.choice-grid{max-width:1100px;margin:0 auto;padding:22px 24px 78px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.choice-card{border:1px solid var(--line);border-radius:24px;padding:32px;background:rgba(255,255,255,.5)}.choice-card.active{background:var(--white);box-shadow:0 18px 50px rgba(35,49,41,.08)}.choice-icon{font-size:36px}.choice-card h2,.how-section h2,.final-cta h2{font-size:clamp(30px,4vw,48px);letter-spacing:-.035em;line-height:1.02;margin:12px 0}.choice-card p,.how-section p,.final-cta p{font-size:17px;line-height:1.6;color:var(--muted)}.card-link{padding:0;color:var(--green);justify-content:flex-start}.muted-link{font-weight:800;color:#8a938e}.how-section{background:var(--green);color:white;padding:72px max(24px,calc((100vw - 1052px)/2));display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:start}.how-section .eyebrow{color:#bdcabc}.how-section p{color:#d6ded9}.steps{margin:0;padding:0;list-style:none;display:grid;gap:14px}.steps li{display:flex;gap:16px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);padding:20px;border-radius:18px}.steps b{display:grid;place-items:center;min-width:34px;height:34px;border-radius:50%;background:white;color:var(--green)}.steps span{display:grid;gap:5px}.steps small{font-size:14px;line-height:1.45;color:#d6ded9}.final-cta{max-width:1100px;margin:0 auto;padding:74px 24px;display:flex;justify-content:space-between;align-items:center;gap:30px}.final-cta p{margin-bottom:0}footer{border-top:1px solid var(--line);padding:30px 24px 44px;display:flex;gap:12px;flex-wrap:wrap;justify-content:center;color:var(--muted)}footer b{color:var(--ink)}footer small{width:100%;text-align:center}@media(max-width:760px){.pilot{display:none}.hero{padding-top:58px}.choice-grid,.how-section{grid-template-columns:1fr}.how-section{gap:28px}.final-cta{align-items:flex-start;flex-direction:column}.final-cta .primary{width:100%}.actions .primary,.actions .secondary{width:100%}}