:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17211d;background:#f8faf7}*{box-sizing:border-box}body{margin:0}a{color:inherit}main{min-height:100vh}nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:64px}.cta,button,nav a{border:0;border-radius:6px;background:#205c45;color:white;font:inherit;font-weight:700;padding:12px 16px;text-decoration:none}button:disabled{cursor:wait;opacity:.72}.brand{font-size:1.3rem;font-weight:800}.hero{padding:28px clamp(20px,6vw,72px) 72px;background:linear-gradient(135deg,#f8faf7,#edf6f2 48%,#fff7e9)}.content,.hero-grid,.lead-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);grid-gap:clamp(32px,7vw,96px);gap:clamp(32px,7vw,96px);align-items:center;max-width:1180px;margin:0 auto}.eyebrow{margin:0 0 14px;color:#42675a;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}h1,h2,p{margin-top:0}h1{max-width:760px;font-size:clamp(3rem,8vw,6.4rem);line-height:.93;margin-bottom:24px}h2{font-size:clamp(2rem,4vw,3.6rem);line-height:1}.content p,.lead-section p,.lede{color:#4a5d55;font-size:1.1rem;line-height:1.65}.panel{border:1px solid #d6e4dc;border-radius:8px;background:rgba(255,255,255,.82);box-shadow:0 24px 70px rgba(20,56,42,.14);padding:20px}.panel-header{display:grid;grid-gap:8px;gap:8px;border-bottom:1px solid #e3ece7;padding-bottom:18px;margin-bottom:8px}.panel-row{display:flex;justify-content:space-between;gap:18px;padding:16px 0;border-bottom:1px solid #edf2ef}.panel-row:last-child{border-bottom:0}.panel span{color:#6a7b73}.content,.lead-section{padding:88px clamp(20px,6vw,72px)}.content ul{display:grid;grid-gap:14px;gap:14px;padding:0;margin:0;list-style:none}.content li{border-left:4px solid #e5b451;background:white;border-radius:6px;padding:18px;box-shadow:0 12px 40px rgba(20,56,42,.08);font-weight:700}.lead-section{align-items:start;background:#17382d;color:white;max-width:none}.lead-section>*{max-width:1180px}.lead-section p{color:#dbe9e3}.lead-form{display:grid;grid-gap:14px;gap:14px;width:100%;max-width:520px;padding:22px;border-radius:8px;background:white;color:#17211d}label{display:grid;grid-gap:7px;gap:7px;font-weight:700}input,textarea{width:100%;border:1px solid #cfddd6;border-radius:6px;font:inherit;padding:12px}.form-message{margin:0;font-weight:700}.form-message.success{color:#205c45}.form-message.error{color:#b42318}@media (max-width:820px){.content,.hero-grid,.lead-section{grid-template-columns:1fr}nav{margin-bottom:40px}}