@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--primary:#045016;--primary-container:#25692c;--primary-fixed:#abf4a7;--surface:#ecffe2;--surface-container-low:#d6ffc7;--surface-container-lowest:#fff;--on-surface:#020;--on-surface-variant:#40493e;--brand-green-100:var(--primary-fixed);--brand-green-200:var(--primary-container);--brand-green-300:var(--primary);--brand-green-400:var(--primary);--brand-green-500:var(--primary);--bg-color:var(--surface);--surface-color:var(--surface-container-lowest);--text-primary:var(--on-surface);--text-secondary:var(--on-surface-variant);--border-color:#c0c9bb26;--font-primary:"Inter", sans-serif;--font-heading:"Manrope", sans-serif;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:4rem;--spacing-xl:8rem;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-green:0 10px 25px -5px #25692c66}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;font-family:var(--font-primary);background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--brand-green-500);line-height:1.2}a{color:inherit;text-decoration:none;transition:color .2s}button{cursor:pointer;font-family:var(--font-primary)}.glass{-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #ffffff4d}.glass-dark{-webkit-backdrop-filter:blur(12px);color:#fff;background:#023002d9;border:1px solid #ffffff1a}.btn{border-radius:var(--radius-md);border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--brand-green-200), var(--brand-green-400));color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{box-shadow:var(--shadow-green);background:linear-gradient(135deg, var(--brand-green-100), var(--brand-green-300));transform:translateY(-2px)}.container{max-width:1200px;padding:0 var(--spacing-sm);margin:0 auto}
.Header-module__9fWxfa__header{z-index:100;background-color:var(--brand-green-500);box-shadow:var(--shadow-sm);border-bottom:1px solid var(--brand-green-400);color:#fff;position:sticky;top:0}.Header-module__9fWxfa__headerContainer{justify-content:space-between;align-items:center;height:80px;display:flex}.Header-module__9fWxfa__logo{color:#fff;align-items:center;gap:.5rem;text-decoration:none;display:flex}.Header-module__9fWxfa__logoIcon{color:#aed5b5}.Header-module__9fWxfa__logoText{flex-direction:column;line-height:1.1;display:flex}.Header-module__9fWxfa__brandName{font-family:var(--font-heading);font-size:1.25rem;font-weight:800}.Header-module__9fWxfa__brandSub{color:#eef5ef;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.Header-module__9fWxfa__desktopNav{align-items:center;gap:2rem;display:none}@media (min-width:992px){.Header-module__9fWxfa__desktopNav{display:flex}}.Header-module__9fWxfa__navLink{color:#e2e8f0;font-size:.95rem;font-weight:500;transition:color .2s;position:relative}.Header-module__9fWxfa__navLink:hover{color:#fff}.Header-module__9fWxfa__navLink.Header-module__9fWxfa__active{color:#fff;font-weight:600}.Header-module__9fWxfa__navLink.Header-module__9fWxfa__active:after{content:"";background-color:#aed5b5;border-radius:2px;width:100%;height:2px;position:absolute;bottom:-4px;left:0}.Header-module__9fWxfa__headerActions{align-items:center;gap:1.5rem;display:flex}.Header-module__9fWxfa__phoneLink{color:#fff;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:none}@media (min-width:768px){.Header-module__9fWxfa__phoneLink{display:flex}}.Header-module__9fWxfa__phoneLink:hover{color:#aed5b5}.Header-module__9fWxfa__quoteBtn{display:none}@media (min-width:768px){.Header-module__9fWxfa__quoteBtn{display:inline-flex}}.Header-module__9fWxfa__mobileMenuBtn{color:var(--text-primary);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}@media (min-width:992px){.Header-module__9fWxfa__mobileMenuBtn{display:none}}.Header-module__9fWxfa__mobileMenu{background-color:var(--surface-color);width:100%;box-shadow:var(--shadow-md);border-top:1px solid var(--border-color);padding:1rem;position:absolute;top:100%;left:0}.Header-module__9fWxfa__mobileNav{flex-direction:column;gap:1rem;display:flex}.Header-module__9fWxfa__mobileNavLink{color:var(--text-primary);border-radius:var(--radius-sm);background-color:var(--bg-color);padding:.75rem 1rem;font-size:1rem;font-weight:500;display:block}.Header-module__9fWxfa__mobileNavLink.Header-module__9fWxfa__activeMobile{color:var(--brand-green-400);border-left:4px solid var(--brand-green-300);background-color:#eef5ef;font-weight:600}.Header-module__9fWxfa__mobileQuoteBtn{width:100%;margin-top:.5rem}
.Footer-module__nhiC3q__footer{background-color:var(--brand-green-500);color:#fff;padding-top:var(--spacing-lg)}.Footer-module__nhiC3q__footerContainer{gap:var(--spacing-lg);padding-bottom:var(--spacing-lg);grid-template-columns:1fr;display:grid}@media (min-width:768px){.Footer-module__nhiC3q__footerContainer{grid-template-columns:2fr 1fr 1fr}}.Footer-module__nhiC3q__footerBrand{gap:var(--spacing-sm);flex-direction:column;display:flex}.Footer-module__nhiC3q__logo{color:#fff;align-items:center;gap:.5rem;text-decoration:none;display:flex}.Footer-module__nhiC3q__logoIcon{color:var(--brand-green-200)}.Footer-module__nhiC3q__logoText{flex-direction:column;line-height:1.1;display:flex}.Footer-module__nhiC3q__brandName{font-family:var(--font-heading);font-size:1.5rem;font-weight:800}.Footer-module__nhiC3q__brandSub{color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.Footer-module__nhiC3q__brandDesc{color:#d1ead5;max-width:400px;font-size:.95rem;line-height:1.6}.Footer-module__nhiC3q__footerHeading{margin-bottom:var(--spacing-sm);color:#fff;font-size:1.1rem;font-weight:700}.Footer-module__nhiC3q__linkList,.Footer-module__nhiC3q__contactList{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__nhiC3q__linkList a{color:#d1ead5;font-size:.95rem;transition:color .2s}.Footer-module__nhiC3q__linkList a:hover{color:#fff;text-decoration:underline}.Footer-module__nhiC3q__contactList li{color:#d1ead5;align-items:flex-start;gap:.75rem;font-size:.95rem;display:flex}.Footer-module__nhiC3q__contactList a{color:#d1ead5;transition:color .2s}.Footer-module__nhiC3q__contactList a:hover{color:#fff}.Footer-module__nhiC3q__contactIcon{color:var(--brand-green-200);flex-shrink:0;margin-top:.1rem}.Footer-module__nhiC3q__footerBottom{padding:var(--spacing-sm) 0;background-color:#0003;border-top:1px solid #ffffff1a}.Footer-module__nhiC3q__bottomContainer{align-items:center;gap:var(--spacing-sm);text-align:center;color:#aed5b5;flex-direction:column;font-size:.85rem;display:flex}@media (min-width:768px){.Footer-module__nhiC3q__bottomContainer{text-align:left;flex-direction:row;justify-content:space-between}}
