:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #17372e; background: #f2f5f0; }
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(circle at 88% 3%, #d9eee2 0, transparent 30rem), #f2f5f0; }
main { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 55px 0 65px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: #17372e; font-size: 14px; font-weight: 800; text-decoration: none; }
.brand span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 10px; color: #f3cf70; background: #163f35; font-size: 11px; }
.eyebrow { margin: 55px 0 14px; color: #25816b; font-size: 10px; font-weight: 800; letter-spacing: 1.8px; }
h1 { margin: 0 0 22px; font: 700 clamp(38px, 7vw, 62px)/1 Georgia, "Times New Roman", serif; letter-spacing: -2px; }
.lead { max-width: 680px; margin: 0 0 45px; color: #597168; font-size: 17px; line-height: 1.65; }
section { padding: 25px 0; border-top: 1px solid #d7e1db; }
h2 { margin: 0 0 10px; font-size: 17px; }
section p { margin: 8px 0; color: #566b64; font-size: 14px; line-height: 1.7; }
section strong { color: #244a3f; }
footer { margin-top: 24px; padding: 20px; border-radius: 13px; color: #46695e; background: #e3f0e8; font-size: 12px; line-height: 1.5; }
