:root{--bg: #f6fbff;--surface: rgba(255, 255, 255, .78);--text: #0b2e1a;--muted: #2f5b44;--primary: #0b6b3a;--border: rgba(11, 46, 26, .14)}*{box-sizing:border-box}html,body{height:100%}html{scroll-behavior:smooth}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(180deg,#f8fcf9,#f5faf7);color:var(--text);overflow-x:hidden}a{color:inherit;text-decoration:none}.container{max-width:1180px;margin:0 auto;padding:0 16px}.section-kicker{display:inline-flex;align-items:center;margin-bottom:1rem;color:#0b6b3a;font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.section-kicker--light{color:#e4fff0d1}.section-heading{max-width:760px;margin-bottom:2rem}.section-heading h2{margin:0;color:#06261a;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08}.section-heading p{margin:1rem 0 0;color:var(--muted);line-height:1.8}.section-heading--light h2,.section-heading--light p{color:#fff}.reveal-on-scroll{opacity:0;transform:translate3d(0,34px,0);transition:opacity .62s ease,transform .62s ease}.reveal-on-scroll.is-visible{opacity:1;transform:translateZ(0)}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.reveal-on-scroll{opacity:1;transform:none;transition:none}}@media (max-width: 768px){.container{padding:0 12px}}
