@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{font-family:Inter;line-height:1.5;font-weight:400;color-scheme:light dark;color:rgba(255,255,255,.87);background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:after,:before{box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;max-width:100vw;overflow-x:hidden}html{font-size:16px}@media (max-width:768px){html{font-size:14px}h1{font-size:2.5em}}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#ffffff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}header,nav{overflow:visible!important}.header{background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1);position:fixed;top:0;left:0;width:100%;z-index:99999;padding:12px 40px;font-family:Inter,sans-serif}.header-container{display:flex;justify-content:space-between;align-items:center;width:100%}.logo img{height:48px;width:auto;margin:0}.logo a{display:block;text-decoration:none}.nav-links{display:flex;align-items:center;gap:42px!important;flex-wrap:nowrap;white-space:nowrap}.nav-link,.nav-links a{text-decoration:none;color:#333;font-size:1.05rem;font-weight:500;transition:color .25s ease}.nav-link:hover,.nav-links a:hover{color:#76B900}.dropdown{position:relative}.dropdown-menu{position:absolute;top:38px;left:0;background:#fff;width:240px;padding:12px 0;border-radius:12px;box-shadow:0 8px 25px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .25s ease;z-index:1000}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{padding:10px 18px;color:#333;display:block;font-size:.92rem}.dropdown-menu a:hover{background:#f3ffe7;color:#7acc3b;border-left:3px solid #7acc3b}.mega-dropdown{position:relative}.mega-dropdown:hover .mega-panel{opacity:1;visibility:visible;transform:translate(-50%)}.mega-panel{position:fixed!important;top:70px;left:50%;transform:translate(-50%,20px);width:1050px;max-height:540px;overflow-y:auto;padding:30px;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:16px;box-shadow:0 15px 40px rgba(0,0,0,.18);display:flex;gap:40px;opacity:0;visibility:hidden;transition:all .25s ease;z-index:9999}.mega-left{width:280px;border-right:1px solid rgba(0,0,0,.08);padding-right:20px}.mega-left ul{list-style:none;padding:0;margin:0}.mega-left li{padding:12px 10px;font-size:.9rem;font-weight:500;color:#444;cursor:pointer;transition:all .2s ease;border-radius:8px}.mega-left li:hover{background:rgba(122,204,59,.12);color:#7acc3b}.mega-left li.active{background:#7acc3b;color:#fff;font-weight:600}.mega-right{flex:1 1}.mega-heading{font-size:1.2rem;font-weight:700;color:#222;margin-bottom:18px}.mega-content{display:none}.mega-content.active{display:block}.mega-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.mega-item{background:#fff;border-radius:14px;padding:0;width:150px;text-align:center;text-decoration:none;box-shadow:0 6px 18px rgba(0,0,0,.05);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.mega-item:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.08)}.mega-item img{width:100%;height:110px;object-fit:contain;display:block;margin:0;padding:10px}.mega-item h4{padding:10px 0 12px;margin:0;color:#333;font-size:.9rem;font-weight:600}.header-container,nav{position:relative!important}body{padding-top:75px}.mega-left-title{font-size:1.2rem;font-weight:700;color:#000!important;margin-bottom:12px;opacity:1!important}.nav-link{cursor:pointer}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;color:#333;z-index:100001;outline:none!important}.mobile-menu-btn:focus,.mobile-menu-btn:hover{outline:none!important;border:transparent!important}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(255,255,255,.98);z-index:100000;transform:translateX(100%);transition:transform .3s ease-in-out;overflow-y:auto;padding-top:80px}.mobile-menu-overlay.open{transform:translateX(0)}.mobile-menu-content{padding:20px;display:flex;flex-direction:column;gap:15px}.mobile-menu-content *,.mobile-menu-content :active,.mobile-menu-content :focus,.mobile-menu-content :focus-visible{outline:none!important;-webkit-tap-highlight-color:transparent!important;box-shadow:none!important}.mobile-nav-link{font-size:1.1rem;font-weight:600;color:#333;text-decoration:none;padding:15px 0;border-bottom:1px solid #eee;text-align:center;display:block;background:#f9f9f9;border-left:4px solid transparent;transition:all .2s ease}.mobile-nav-link:hover{background:#f3ffe7;color:#7acc3b;border-left:4px solid #7acc3b}.mobile-nav-group{border-bottom:1px solid #eee}.mobile-nav-header{display:flex;justify-content:center;align-items:center;padding:15px;cursor:pointer;font-size:1.1rem;font-weight:600;color:#333;background:#f2f2f2;border:none;width:100%;text-align:center;font-family:inherit;position:relative;outline:none;-webkit-tap-highlight-color:transparent}.mobile-nav-header:focus,.mobile-nav-header:focus-visible,.mobile-nav-header:hover{outline:none!important;box-shadow:none!important;border:transparent!important}.mobile-arrow{position:absolute;right:20px;transition:transform .3s ease;display:flex;align-items:center}.mobile-arrow.open{transform:rotate(180deg)}.mobile-nav-items{display:none;flex-direction:column;padding-left:0;padding-bottom:0;background:#fff}.mobile-nav-items.expanded{display:flex}.mobile-sub-link{font-size:1rem;color:#555;text-decoration:none;padding:12px 0;text-align:center;display:block;border-bottom:1px dashed #ddd;border-left:4px solid transparent;transition:all .2s ease}.mobile-sub-link:hover{background:#f3ffe7;color:#7acc3b;border-left:4px solid #7acc3b}.mobile-product-list{display:flex;flex-direction:column;gap:5px;width:100%}.mobile-product-group{border-bottom:1px solid #f5f5f5}.mobile-product-header{display:flex;justify-content:center;align-items:center;padding:12px 0;cursor:pointer;font-size:1rem;font-weight:500;color:#444;background:#fff;width:100%;text-align:center;font-family:inherit;position:relative;border:none;border-bottom:1px solid #eee;outline:none;-webkit-tap-highlight-color:transparent}.mobile-product-header:focus,.mobile-product-header:focus-visible,.mobile-product-header:hover{outline:none!important;box-shadow:none!important;border:#eee!important;border-bottom:1px solid #eee!important}.mobile-product-items{display:none;flex-direction:column;padding-left:0;padding-bottom:0;background:#fff}.mobile-product-items.expanded{display:flex}.mobile-product-link{font-size:.9rem;color:#666;text-decoration:none;padding:12px 0;border-bottom:1px dashed #eee;text-align:center;display:block;border-left:4px solid transparent;transition:all .2s ease}.mobile-product-link:hover{background:#f3ffe7;color:#7acc3b;border-left:4px solid #7acc3b}.mobile-product-link:last-child{border-bottom:none}@media (max-width:1024px){.desktop-nav{display:none!important}.mobile-menu-btn{display:block}.header{padding:10px 20px}body{padding-top:68px}.mega-panel{display:none!important}}.footer{background-color:#111;color:#eee;padding:60px 80px 30px;font-family:Inter,sans-serif}.footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px;margin-bottom:30px}.footer-column{flex:1 1 300px}.footer-heading{color:#7acc3b;font-size:1.1rem;font-weight:700;margin-bottom:15px}.footer-text{font-size:.9rem;color:#ccc;line-height:1.6;margin-bottom:12px;display:flex;align-items:flex-start}.footer-icon{margin-right:8px;color:#7acc3b;flex-shrink:0}.footer-socials{display:flex;gap:15px;margin-top:10px}.footer-social-icon{color:#7acc3b;transition:color .3s;text-decoration:none}.footer-bottom-bar{border-top:1px solid rgba(255,255,255,.1);text-align:center;padding-top:15px}.footer-bottom-text{font-size:.85rem;color:#999}@media (max-width:768px){.footer{padding:40px 20px 20px}.footer-container{flex-direction:column;gap:30px}.footer-column{flex:1 1 auto}}