*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #197330;--green-dark: #145a26;--green-muted: #8faa6c;--dark: #333;--gray: #888;--light-bg: #eef1ec;--white: #ffffff;--dark-footer: #3d3d3d;--font: "Manrope", Arial, Helvetica, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--dark);line-height:1.6;background:var(--light-bg)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{background:var(--white)}.header-top{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;max-width:1200px;margin:0 auto}.header-logo img{height:50px;width:auto}.header-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.header-links{display:flex;gap:1.5rem;list-style:none;align-items:center}.header-links li{list-style:none}.header-links a{font-size:.8rem;font-weight:600;color:var(--dark);text-transform:uppercase;letter-spacing:.03em}.header-links a:hover{color:var(--green)}.header-search{display:flex;align-items:center;gap:0}.header-search input{font-family:var(--font);font-size:.85rem;padding:.4rem .75rem;border:1px solid #ccc;border-right:none;border-radius:4px 0 0 4px;outline:none;width:220px}.header-search button{background:var(--green);border:none;color:#fff;width:34px;height:34px;border-radius:0 4px 4px 0;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}.header-products{border-top:1px solid #eee;background:var(--white)}.header-products-inner{max-width:1200px;margin:0 auto;padding:.75rem 2rem;display:flex;justify-content:center;gap:2.5rem;list-style:none}.header-products-inner li{list-style:none}.header-products-inner a{font-size:.85rem;font-weight:700;color:var(--green);text-transform:uppercase;letter-spacing:.02em}.header-products-inner a:hover{color:var(--green-dark)}.mega-parent{position:static;padding-bottom:.75rem;margin-bottom:-.75rem}.header-products-inner,.header-products{position:relative}.mega-dropdown{display:none;position:absolute;top:100%;left:0;right:0;z-index:1000;background:var(--white);border-top:3px solid var(--green);box-shadow:0 10px 40px #0000001f;padding-top:0}.mega-dropdown:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}.mega-parent:hover>.mega-dropdown{display:block}.mega-parent:hover>a{color:var(--green-dark);border-bottom:2px solid var(--green);padding-bottom:2px}.mega-dropdown-inner{display:flex;max-width:1200px;margin:0 auto;padding:1.5rem 2rem;gap:0}.mega-col{flex:1;padding:0 1rem;border-right:1px solid #eee}.mega-col:last-child{border-right:none}.mega-col-heading{font-size:.9rem;font-weight:700;color:var(--green);text-transform:none;margin-bottom:.75rem;padding-bottom:.5rem}.mega-col ul{list-style:none;margin:0;padding:0}.mega-col ul li{list-style:none}.mega-col ul li a{display:flex;align-items:center;justify-content:space-between;font-size:.82rem;font-weight:500;color:var(--dark);padding:.5rem 0;border-bottom:1px solid #f0f0f0;text-transform:none;transition:color .2s ease}.mega-col ul li a:hover{color:var(--green)}.mega-col ul li:last-child a{border-bottom:none}.mega-arrow{color:#ccc;font-size:1.1rem;margin-left:.5rem;transition:color .2s ease}.mega-col ul li a:hover .mega-arrow{color:var(--green)}.footer{background:var(--dark-footer);color:#fffc;padding:0}.footer-nav{display:flex;justify-content:center;gap:3rem;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.15)}.footer-nav a{font-size:.85rem;font-weight:700;color:#fffc;text-transform:uppercase;letter-spacing:.04em}.footer-nav a:hover{color:var(--green)}.footer-body{max-width:1200px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.footer-office h4{font-size:.95rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.footer-office p{font-size:.85rem;color:#fff9;line-height:1.8}.footer-badges{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-end;align-items:center}.footer-badges img{height:55px;width:auto;object-fit:contain}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#fff6}@media(max-width:768px){.header-top{flex-direction:column;gap:.75rem;align-items:center}.header-right{align-items:center}.header-links{flex-wrap:wrap;justify-content:center;gap:.75rem}.header-products-inner{flex-wrap:wrap;gap:1rem}.mega-dropdown-inner{flex-direction:column}.mega-col{border-right:none;border-bottom:1px solid #eee;padding:.75rem 0}.mega-col:last-child{border-bottom:none}.footer-body{grid-template-columns:1fr}.footer-badges{justify-content:flex-start}.footer-bottom{flex-direction:column;gap:.5rem}}
