@import "https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wdth,wght,GRAD@8..144,25..151,100..900,-200..150&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:#1a1a1a;-webkit-font-smoothing:antialiased;background-color:#fff;font-family:Roboto Flex,system-ui,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}:root{--green-primary:#6aaa00;--green-dark:#3a6b1a;--green-light:#e8f5d0;--green-mid:#91bd4a;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-600:#4b5563;--gray-900:#111827;--white:#fff;--gradient-brand:linear-gradient(135deg, #91bd4a 0%, #294f30 100%);--gradient-hero:linear-gradient(180deg, #f2fbe5 0%, #fff 100%);--gradient-section:linear-gradient(180deg, #fff 0%, #f9fafb 100%);--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 10px 40px #0000001f;--shadow-green:0 8px 24px #6aaa0040;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--transition:all .25s cubic-bezier(.4, 0, .2, 1);--font-title:"opsz" 40, "wdth" 100, "wght" 800}.container{max-width:1140px;margin:0 auto;padding:0 24px}.section{padding:96px 0}.section-alt{background-color:var(--gray-50)}.section-header{text-align:center;margin-bottom:64px}.section-title{font-variation-settings:"wght" 900, "wdth" 100;color:var(--gray-900);margin-bottom:16px;font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.1}.section-title .highlight{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-subtitle{color:var(--gray-600);max-width:600px;margin:0 auto;font-size:1.125rem}.btn{border-radius:var(--radius-full);transition:var(--transition);white-space:nowrap;cursor:pointer;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:700;display:inline-flex}.btn-primary{background:var(--gradient-brand);color:#fff;box-shadow:var(--shadow-green)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #6aaa0059}.btn-outline{color:var(--green-primary);border:2px solid var(--green-primary);background:0 0}.btn-outline:hover{background:var(--green-primary);color:#fff;transform:translateY(-2px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.anim-fade-up{animation:.7s cubic-bezier(.16,1,.3,1) both fadeUp}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}
