@import "https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap";
:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Lexend,Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
.header{color:#fff;z-index:1000;background:linear-gradient(135deg,#1e5631 0%,#228b22 100%);width:100%;font-family:inherit;transition:all .3s;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.logo{flex-shrink:0;padding:0 5px}.logoLink{color:#fff;align-items:center;text-decoration:none;transition:opacity .2s;display:flex}.logoLink:hover{opacity:.9}.logoLink:focus{outline-offset:4px;border-radius:4px;outline:2px solid #ffffff80}.logoPng{width:100px;height:100px;margin:0}.brandName{letter-spacing:-.025em;margin:0;font-size:1.5rem;font-weight:700}.navigation{display:none}.navList{gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.navItem{position:relative}.headerNavLink{color:#fff;border-radius:6px;padding:.75rem 1rem;font-weight:500;text-decoration:none;transition:all .2s;display:block;position:relative;overflow:hidden}.headerNavLink:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.headerNavLink:hover:before{left:100%}.headerNavLink:hover{color:#90ee90;background-color:#ffffff1a;transform:translateY(-1px)}.headerNavLink:focus{outline-offset:2px;outline:2px solid #ffffff80}.activeLink{color:#90ee90;background-color:#ffffff26;border-radius:5px}.activeLink:after{content:"";background-color:#90ee90;border-radius:10px;width:60%;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.mobileMenu{display:block;position:relative}.hamburger-button{color:#fff;cursor:pointer;background:0 0;border:2px solid #ffffff4d;border-radius:6px;justify-content:center;align-items:center;padding:.75rem;transition:all .2s;display:flex}.hamburger-button:hover{background-color:#ffffff1a;border-color:#ffffff80}.hamburger-button:focus{outline-offset:2px;outline:2px solid #ffffff80}.hamburger{flex-direction:column;justify-content:space-between;width:20px;height:16px;display:flex}.line{transform-origin:50%;background-color:#fff;width:100%;height:2px;transition:all .3s}.lineActive:first-child{transform:translateY(7px)rotate(45deg)}.lineActive:nth-child(2){opacity:0}.lineActive:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobileNav{opacity:0;visibility:hidden;background:linear-gradient(135deg,#1e5631 0%,#228b22 100%);border:1px solid #ffffff1a;border-radius:8px;min-width:200px;transition:all .3s;position:absolute;top:calc(100% + .5rem);right:0;transform:translateY(-10px);box-shadow:0 10px 30px #0000004d}.mobileNavOpen{opacity:1;visibility:visible;transform:translateY(0)}.mobileNavList{margin:0;list-style:none}.mobileNavItem{text-align:center;border-bottom:1px solid #ffffff1a;padding:15px 0;position:relative}.mobileNavItem:last-child{border-bottom:none}.mobileheaderNavLink{color:#fff;padding:1rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s;display:block;position:relative}.mobileheaderNavLink:hover{color:#90ee90;background-color:#ffffff1a;padding-left:2rem}.mobileheaderNavLink:focus{outline-offset:-2px;background-color:#ffffff1a;outline:2px solid #ffffff80}.activeMobileLink{color:#90ee90;background-color:#ffffff26;font-weight:600}.activeMobileLink:before{content:"";background-color:#90ee90;width:4px;position:absolute;top:0;bottom:0;left:0}@media (min-width:768px){.container{padding:1rem 2rem}.header{background:linear-gradient(135deg,#1e5631 0%,#228b22 100%)}.mobileMenu{display:none}.navigation{display:block}.brandName{font-size:1.75rem}.logo:hover{background:#fff3;border-radius:8px}}@media (min-width:1024px){.navList{gap:1rem}.headerNavLink{padding:.75rem 1.25rem;font-size:1.1rem}}@media (prefers-reduced-motion:reduce){.header,.headerNavLink,.mobileNav,.line,.hamburger-button{transition:none}.headerNavLink:before{display:none}}@media (prefers-contrast:high){.header{background:#000;border-bottom:3px solid #fff}.hamburger-button{border-color:#fff}.mobileNav{background:#000;border-color:#fff}}@media print{.header{box-shadow:none;border-bottom:2px solid #000;color:#000!important;background:#fff!important}.mobileMenu{display:none}}
.footer{color:#fff;background:linear-gradient(135deg,#1e5631 0%,#228b22 100%);width:100%;margin-top:auto}.footerContainer{grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:3rem 1.5rem 2rem;display:grid}.section{text-align:center}.footerLogo .brandName{color:#fff;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.footerLogo .tagline{opacity:.9;margin-bottom:0;font-size:1rem;font-weight:300}.sectionTitle{color:#fff;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;position:relative}.sectionTitle:after{content:"";background-color:#fff9;width:40px;height:2px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.contactInfo{flex-direction:column;gap:1rem;display:flex}.contactItem{justify-content:center;align-items:center;gap:.75rem;font-size:.95rem;line-height:1.4;display:flex}.icon{opacity:.9;flex-shrink:0;width:18px;height:18px}.contactLink{color:#fff;text-decoration:none;transition:all .2s}.contactLink:hover{color:#90ee90;text-decoration:underline}.contactLink:focus{outline-offset:2px;border-radius:2px;outline:2px solid #ffffff80}.links{flex-direction:column;align-items:center;display:flex}.linksList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.navLink{color:#fff;border-radius:4px;padding:.25rem .5rem;font-size:.95rem;text-decoration:none;transition:all .2s;display:inline-block}.navLink:hover{color:#90ee90;background-color:#ffffff1a;transform:translate(4px)}.navLink:focus{outline-offset:2px;outline:2px solid #ffffff80}.social{justify-content:center;gap:1rem;margin-top:1rem;display:flex}.socialLink{color:#fff;background-color:#ffffff1a;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:all .3s;display:flex}.socialLink:hover{color:#228b22;background-color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.socialLink:focus{border-color:#ffffffb3;outline:none}.socialIcon{width:20px;height:20px}.bottom{background-color:#0000001a;border-top:1px solid #fff3}.bottomContainer{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:1.5rem;display:flex}.copyright{opacity:.8;margin:0;font-size:.875rem}@media (min-width:768px){.footerContainer{text-align:left;grid-template-columns:1fr 1fr;gap:3rem}.section{text-align:left}.sectionTitle:after{left:0;transform:none}.contactItem{justify-content:flex-start}.footerLinks{align-items:flex-start}.social{justify-content:flex-start}.bottomContainer{text-align:left;flex-direction:row;justify-content:space-between}}@media (min-width:1024px){.footerContainer{grid-template-columns:2fr 1fr 1fr;gap:4rem;padding:4rem 2rem 3rem}.linksList{gap:.5rem}.navLink{padding:.5rem 0}}@media (prefers-contrast:high){.footer{background:#000;border-top:3px solid #fff}.socialLink{border:2px solid #fff}.bottom{border-top:2px solid #fff}}@media (prefers-reduced-motion:reduce){.navLink,.socialLink,.contactLink{transition:none}.socialLink:hover,.navLink:hover{transform:none}}
