.Navbar-module__cJzEcG__header{z-index:100;padding:1rem 5%;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar{background:#fff;border:1px solid #0000000f;border-radius:50px;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.6rem 1.5rem;display:flex;position:relative;box-shadow:0 10px 30px #00000014}.Navbar-module__cJzEcG__logoContainer{align-items:center;display:flex}.Navbar-module__cJzEcG__mobileMenuBtn{color:var(--foreground);cursor:pointer;z-index:102;background:0 0;border:none;border-radius:8px;padding:.4rem;transition:background .2s;display:none}.Navbar-module__cJzEcG__mobileMenuBtn:hover{background:#0000000d}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__cJzEcG__link{color:var(--foreground);cursor:pointer;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.Navbar-module__cJzEcG__icon{opacity:.75;transition:transform .3s,opacity .3s}.Navbar-module__cJzEcG__link:hover{color:var(--primary);background:#2e7d3214}.Navbar-module__cJzEcG__link:hover .Navbar-module__cJzEcG__icon{opacity:1;transform:translateY(-1px)}.Navbar-module__cJzEcG__activeLink{color:var(--primary)!important;background:#2e7d321f!important;font-weight:700!important}.Navbar-module__cJzEcG__activeLink .Navbar-module__cJzEcG__icon{opacity:1!important;color:var(--primary)!important}.Navbar-module__cJzEcG__dropdownContainer{list-style:none;position:relative}.Navbar-module__cJzEcG__dropdownToggle{-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.Navbar-module__cJzEcG__dropdownToggleLeft{align-items:center;gap:.5rem;display:flex}.Navbar-module__cJzEcG__chevron{transition:transform .3s}.Navbar-module__cJzEcG__chevronRotated{transform:rotate(180deg)}.Navbar-module__cJzEcG__dropdownMenu{opacity:0;visibility:hidden;z-index:110;background:#fff;border:1px solid #00000014;border-radius:16px;min-width:280px;max-width:340px;padding:.75rem;list-style:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 15px 35px #0000001f}.Navbar-module__cJzEcG__dropdownMenuOpen{opacity:1;visibility:visible;transform:translate(-50%)translateY(5px)}.Navbar-module__cJzEcG__dropdownItemHeader{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #0000000f;margin-bottom:.4rem;padding:.6rem .9rem;font-size:.85rem;font-weight:700;text-decoration:none;display:block}.Navbar-module__cJzEcG__dropdownItem{color:#333;border-radius:8px;padding:.6rem .9rem;font-size:.88rem;font-weight:500;line-height:1.3;text-decoration:none;transition:all .2s;display:block}.Navbar-module__cJzEcG__dropdownItem:hover{color:var(--primary);background:#2e7d3214;transform:translate(4px)}.Navbar-module__cJzEcG__activeDropdownItem{border-left:3.5px solid var(--primary);color:var(--primary)!important;background:#2e7d3224!important;padding-left:calc(.9rem - 3.5px)!important;font-weight:800!important}.Navbar-module__cJzEcG__contactBtn{background-color:var(--primary);color:#fff;border-radius:30px;align-items:center;gap:.5rem;padding:.6rem 1.4rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 14px #2e7d324d}.Navbar-module__cJzEcG__activeContactBtn{background-color:var(--primary-dark)!important;box-shadow:0 6px 20px #2e7d3280!important}.Navbar-module__cJzEcG__btnIcon{transition:transform .3s}.Navbar-module__cJzEcG__contactBtn:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #2e7d3266}.Navbar-module__cJzEcG__contactBtn:hover .Navbar-module__cJzEcG__btnIcon{transform:scale(1.1)}@media (prefers-color-scheme:dark){.Navbar-module__cJzEcG__navbar{background:#121212;border:1px solid #ffffff1a;box-shadow:0 10px 30px #0000004d}.Navbar-module__cJzEcG__dropdownMenu{background:#1a1a1a;border-color:#ffffff1a}.Navbar-module__cJzEcG__dropdownItem{color:#ddd}.Navbar-module__cJzEcG__dropdownItem:hover{color:#fff;background:#ffffff14}.Navbar-module__cJzEcG__activeDropdownItem{color:#fff!important;background:#ffffff1f!important;border-left-color:#fff!important}.Navbar-module__cJzEcG__dropdownItemHeader{border-bottom-color:#ffffff1a}}@media (max-width:768px){.Navbar-module__cJzEcG__header{padding:.6rem 3%}.Navbar-module__cJzEcG__navbar{border-radius:20px;justify-content:space-between;padding:.5rem 1rem}.Navbar-module__cJzEcG__mobileMenuBtn{display:flex}.Navbar-module__cJzEcG__navLinks{opacity:0;visibility:hidden;background:#fff;border:1px solid #00000014;border-radius:20px;flex-direction:column;gap:.5rem;max-height:82vh;padding:1.25rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:115%;left:0;right:0;overflow-y:auto;transform:translateY(-10px)scale(.98);box-shadow:0 20px 45px #00000026}.Navbar-module__cJzEcG__navLinksOpen{opacity:1!important;visibility:visible!important;transform:translateY(0)scale(1)!important}.Navbar-module__cJzEcG__navLinks>li{width:100%}.Navbar-module__cJzEcG__link{background:#f8fafc;border-radius:12px;justify-content:flex-start;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:600}.Navbar-module__cJzEcG__activeLink{border-left:4px solid var(--primary);border-radius:12px;color:var(--primary)!important;background:#2e7d321f!important;font-weight:700!important}.Navbar-module__cJzEcG__dropdownContainer{width:100%}.Navbar-module__cJzEcG__dropdownToggle{justify-content:space-between!important}.Navbar-module__cJzEcG__dropdownToggleLeft{align-items:center;gap:.75rem;display:flex}.Navbar-module__cJzEcG__dropdownMenu{opacity:0;visibility:hidden;border:none;border-radius:12px;max-height:0;margin-top:0;padding:0;overflow:hidden;box-shadow:none!important;background:#f1f5f9!important;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .3s,margin-top .3s,padding .3s!important;display:block!important;position:static!important;top:0!important;left:0!important;transform:none!important}.Navbar-module__cJzEcG__dropdownMenuOpen{opacity:1!important;visibility:visible!important;border:1px solid #cbd5e1!important;max-height:380px!important;margin-top:.4rem!important;padding:.5rem!important;display:block!important;overflow-y:auto!important;box-shadow:0 4px 12px #0000000d!important}.Navbar-module__cJzEcG__dropdownItem{color:#334155;text-align:left;border-radius:8px;padding:.65rem .85rem;font-size:.9rem;font-weight:600}.Navbar-module__cJzEcG__activeDropdownItem{color:#15803d!important;background:#dcfce7!important;border-left:3.5px solid #16a34a!important;font-weight:800!important}.Navbar-module__cJzEcG__contactNavItem{width:100%;margin-top:.25rem}.Navbar-module__cJzEcG__contactBtn{border-radius:12px;justify-content:flex-start;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:700}@media (prefers-color-scheme:dark){.Navbar-module__cJzEcG__navLinks{background:#1a1a1a;border:1px solid #ffffff1f}.Navbar-module__cJzEcG__link{color:#fff;background:#ffffff0d}.Navbar-module__cJzEcG__dropdownMenu{border-color:#ffffff1a;background:#121212!important}.Navbar-module__cJzEcG__dropdownItem{color:#cbd5e1}.Navbar-module__cJzEcG__activeDropdownItem{color:#fff!important;background:#ffffff26!important}}}
.Footer-module__S6Hkya__footer{color:#fff;font-family:var(--font-teachers), system-ui, -apple-system, sans-serif;background-color:#061d19;padding:5rem 5% 2.5rem;position:relative}.Footer-module__S6Hkya__topAccentBar{background:linear-gradient(90deg,#10b981 0%,#34d399 50%,#10b981 100%);height:4px;position:absolute;top:0;left:0;right:0}.Footer-module__S6Hkya__container{max-width:1240px;margin:0 auto}.Footer-module__S6Hkya__grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.3fr .8fr 1fr 1.35fr;gap:3rem;padding-bottom:4rem;display:grid}.Footer-module__S6Hkya__brandCol{flex-direction:column;align-items:flex-start;display:flex}.Footer-module__S6Hkya__logoWrapper{margin-bottom:1.2rem}.Footer-module__S6Hkya__brandDesc{color:#a0c4be;margin:0 0 1.5rem;font-size:.95rem;line-height:1.65}.Footer-module__S6Hkya__ecoBadge{color:#34d399;background:#10b9811f;border:1px solid #34d3994d;border-radius:20px;align-items:center;gap:.5rem;padding:.45rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex}.Footer-module__S6Hkya__socialFollowContainer{flex-direction:column;gap:.6rem;margin-top:1.5rem;display:flex}.Footer-module__S6Hkya__socialFollowTitle{color:#34d399;text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:800}.Footer-module__S6Hkya__socialIconsRow{align-items:center;gap:.75rem;display:flex}.Footer-module__S6Hkya__socialIconBtn{color:#a0c4be;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex}.Footer-module__S6Hkya__socialIconBtn:hover{color:#fff;border-color:#34d39980;transform:translateY(-3px)scale(1.05);box-shadow:0 6px 16px #10b98140}.Footer-module__S6Hkya__facebookBtn:hover{background:#1877f2;border-color:#1877f2;box-shadow:0 6px 16px #1877f259}.Footer-module__S6Hkya__instagramBtn:hover{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-color:#e4405f;box-shadow:0 6px 16px #e4405f59}.Footer-module__S6Hkya__linkedinBtn:hover{background:#0a66c2;border-color:#0a66c2;box-shadow:0 6px 16px #0a66c259}.Footer-module__S6Hkya__col{flex-direction:column;display:flex}.Footer-module__S6Hkya__colTitle{color:#fff;letter-spacing:-.01em;margin:0 0 1.5rem;font-size:1.15rem;font-weight:800}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__linkList a{color:#a0c4be;font-size:.94rem;text-decoration:none;transition:all .25s;display:inline-block}.Footer-module__S6Hkya__linkList a:hover{color:#34d399;transform:translate(4px)}.Footer-module__S6Hkya__contactCol{width:100%}.Footer-module__S6Hkya__contactList{flex-direction:column;gap:.85rem;display:flex}.Footer-module__S6Hkya__contactCard{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;align-items:flex-start;gap:.85rem;padding:.85rem 1rem;transition:all .3s;display:flex}.Footer-module__S6Hkya__contactCard:hover{background:#ffffff12;border-color:#34d3994d;transform:translateY(-2px)}.Footer-module__S6Hkya__contactIconBox{color:#34d399;background:#10b98126;border:1px solid #34d39940;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:2px;display:flex}.Footer-module__S6Hkya__contactCardBody{flex-direction:column;flex:1;gap:.2rem;display:flex}.Footer-module__S6Hkya__contactCardLabel{color:#34d399;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:800}.Footer-module__S6Hkya__contactLinksCol{flex-direction:column;gap:.2rem;display:flex}.Footer-module__S6Hkya__contactLinkHighlight{color:#fff;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__contactLinkHighlight:hover{color:#34d399}.Footer-module__S6Hkya__contactLink{color:#a0c4be;font-size:.9rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__contactLink:hover{color:#fff}.Footer-module__S6Hkya__contactWaCard{background:#25d3661f;border:1px solid #25d36659;border-radius:14px;align-items:center;gap:.85rem;padding:.85rem 1rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 15px #25d3661a}.Footer-module__S6Hkya__contactWaCard:hover{background:#25d36633;border-color:#25d366;transform:translateY(-2px);box-shadow:0 8px 20px #25d36640}.Footer-module__S6Hkya__contactWaIconBox{color:#fff;background:#25d366;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Footer-module__S6Hkya__contactWaLabel{color:#86efac;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:800}.Footer-module__S6Hkya__contactWaNumber{color:#fff;font-size:.95rem;font-weight:800}.Footer-module__S6Hkya__contactAddressText{color:#cbd5e1;margin:0;font-size:.85rem;line-height:1.45}.Footer-module__S6Hkya__bottomBar{color:#709993;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.9rem;display:flex}.Footer-module__S6Hkya__copyrightText{color:#709993;margin:0}.Footer-module__S6Hkya__developerCredit{color:#94a3b8;margin:0;font-size:.88rem}.Footer-module__S6Hkya__developerLink{color:#34d399;letter-spacing:.04em;font-weight:700;text-decoration:none;transition:all .25s}.Footer-module__S6Hkya__developerLink:hover{color:#fff;text-shadow:0 0 10px #34d39980;text-decoration:underline}.Footer-module__S6Hkya__scrollTopBtn{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:30px;align-items:center;gap:.5rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}.Footer-module__S6Hkya__scrollTopBtn:hover{color:#fff;background:#10b981;border-color:#10b981;transform:translateY(-2px)}@media (max-width:992px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width:640px){.Footer-module__S6Hkya__footer{padding:3.5rem 1.25rem 2rem}.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2.5rem;padding-bottom:2.5rem}.Footer-module__S6Hkya__brandCol{text-align:center;align-items:center}.Footer-module__S6Hkya__logoWrapper{justify-content:center;width:100%;display:flex}.Footer-module__S6Hkya__brandDesc{text-align:center;max-width:420px;margin:0 auto 1.5rem}.Footer-module__S6Hkya__ecoBadge{margin:0 auto}.Footer-module__S6Hkya__col{text-align:left;align-items:flex-start}.Footer-module__S6Hkya__linkList{align-items:flex-start}.Footer-module__S6Hkya__contactList{width:100%}.Footer-module__S6Hkya__contactCard,.Footer-module__S6Hkya__contactWaCard{width:100%;padding:1rem}.Footer-module__S6Hkya__bottomBar{text-align:center;flex-direction:column;gap:1.25rem}}
.ProductImage-module__CW0TwW__imageContainer{background-color:#fff;justify-content:center;align-items:center;width:100%;height:100%;min-height:180px;display:flex;position:relative;overflow:hidden}.ProductImage-module__CW0TwW__img{object-fit:contain;width:100%;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1);display:block}.ProductImage-module__CW0TwW__fallbackContainer{background:#f8fafc;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:100%;padding:1rem;display:flex}.ProductImage-module__CW0TwW__fallbackLogo{object-fit:contain;opacity:.85;width:36px;height:36px}.ProductImage-module__CW0TwW__fallbackLabel{color:#047857;text-align:center;letter-spacing:.02em;font-size:.78rem;font-weight:700}
.GardeningEquipments-module__8j-pgW__container{font-family:var(--font-teachers), system-ui, -apple-system, sans-serif;width:100%;max-width:1240px;margin:0 auto;padding:1.5rem 1.5rem 4rem}.GardeningEquipments-module__8j-pgW__catalogSection{scroll-margin-top:6rem}.GardeningEquipments-module__8j-pgW__centeredHeader{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2.75rem;display:flex}.GardeningEquipments-module__8j-pgW__categoryBadge{color:#047857;letter-spacing:.05em;text-transform:uppercase;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:50px;align-items:center;gap:.45rem;margin-bottom:.75rem;padding:.35rem .95rem;font-size:.8rem;font-weight:800;display:inline-flex}.GardeningEquipments-module__8j-pgW__catalogHeading{color:#0b2238;letter-spacing:-.02em;text-align:center;margin:0 0 .85rem;font-size:clamp(1.75rem,3.2vw,2.35rem);font-weight:800;line-height:1.25}.GardeningEquipments-module__8j-pgW__titleDivider{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:4px;width:60px;height:4px;margin:0 auto}.GardeningEquipments-module__8j-pgW__categoryGrid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.GardeningEquipments-module__8j-pgW__categoryCard{background:linear-gradient(145deg,#0b2238 0%,#0d2822 100%);border:1.5px solid #34d39940;border-radius:18px;flex-direction:column;height:100%;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #0000001f;text-decoration:none!important}.GardeningEquipments-module__8j-pgW__categoryCard:hover{border-color:#34d399;transform:translateY(-6px);box-shadow:0 16px 35px #10b98140}.GardeningEquipments-module__8j-pgW__imageWrapper{background:#fff;border-bottom:1px solid #ffffff1a;justify-content:center;align-items:center;width:100%;height:230px;min-height:230px;max-height:230px;display:flex;position:relative;overflow:hidden}.GardeningEquipments-module__8j-pgW__categoryDetails{text-align:center;background:0 0;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:76px;padding:1.35rem 1.25rem;display:flex}.GardeningEquipments-module__8j-pgW__categoryTitle{color:#fff;text-align:center;letter-spacing:-.01em;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.18rem;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden}.GardeningEquipments-module__8j-pgW__hoverSlideOverlay{z-index:4;background:linear-gradient(#0000 0%,#0b2238f2 35%,#0b2238 100%);justify-content:center;align-items:center;padding:1.5rem 1rem 1rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.GardeningEquipments-module__8j-pgW__categoryCard:hover .GardeningEquipments-module__8j-pgW__hoverSlideOverlay{transform:translateY(0)}.GardeningEquipments-module__8j-pgW__hoverActionBtn{color:#fff;background:#2e7d32;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #2e7d3266}@media (max-width:900px){.GardeningEquipments-module__8j-pgW__categoryGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.GardeningEquipments-module__8j-pgW__imageWrapper{height:190px}.GardeningEquipments-module__8j-pgW__categoryTitle{font-size:1.05rem}.GardeningEquipments-module__8j-pgW__categoryDetails{padding:1.1rem .85rem}}@media (max-width:520px){.GardeningEquipments-module__8j-pgW__container{padding:1rem .6rem 3rem}.GardeningEquipments-module__8j-pgW__categoryGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.GardeningEquipments-module__8j-pgW__categoryCard{border-radius:14px}.GardeningEquipments-module__8j-pgW__imageWrapper{height:160px}.GardeningEquipments-module__8j-pgW__categoryTitle{font-size:.92rem}.GardeningEquipments-module__8j-pgW__categoryDetails{padding:.9rem .45rem}.GardeningEquipments-module__8j-pgW__hoverActionBtn{padding:.45rem .75rem;font-size:.75rem}}
.CleaningEquipments-module__1NKR8W__container{font-family:var(--font-teachers), system-ui, -apple-system, sans-serif;width:100%;max-width:1240px;margin:0 auto;padding:1.5rem 1.5rem 4rem}.CleaningEquipments-module__1NKR8W__catalogSection{scroll-margin-top:6rem}.CleaningEquipments-module__1NKR8W__centeredHeader{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2.75rem;display:flex}.CleaningEquipments-module__1NKR8W__categoryBadge{color:#047857;letter-spacing:.05em;text-transform:uppercase;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:50px;align-items:center;gap:.45rem;margin-bottom:.75rem;padding:.35rem .95rem;font-size:.8rem;font-weight:800;display:inline-flex}.CleaningEquipments-module__1NKR8W__catalogHeading{color:#0b2238;letter-spacing:-.02em;text-align:center;margin:0 0 .85rem;font-size:clamp(1.75rem,3.2vw,2.35rem);font-weight:800;line-height:1.25}.CleaningEquipments-module__1NKR8W__titleDivider{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:4px;width:60px;height:4px;margin:0 auto}.CleaningEquipments-module__1NKR8W__categoryGrid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.CleaningEquipments-module__1NKR8W__categoryCard{background:linear-gradient(145deg,#0b2238 0%,#0d2822 100%);border:1.5px solid #34d39940;border-radius:18px;flex-direction:column;height:100%;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #0000001f;text-decoration:none!important}.CleaningEquipments-module__1NKR8W__categoryCard:hover{border-color:#34d399;transform:translateY(-6px);box-shadow:0 16px 35px #10b98140}.CleaningEquipments-module__1NKR8W__imageWrapper{background:#fff;border-bottom:1px solid #ffffff1a;justify-content:center;align-items:center;width:100%;height:230px;min-height:230px;max-height:230px;display:flex;position:relative;overflow:hidden}.CleaningEquipments-module__1NKR8W__categoryDetails{text-align:center;background:0 0;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:76px;padding:1.35rem 1.25rem;display:flex}.CleaningEquipments-module__1NKR8W__categoryTitle{color:#fff;text-align:center;letter-spacing:-.01em;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.18rem;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden}.CleaningEquipments-module__1NKR8W__hoverSlideOverlay{z-index:4;background:linear-gradient(#0000 0%,#0b2238f2 35%,#0b2238 100%);justify-content:center;align-items:center;padding:1.5rem 1rem 1rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.CleaningEquipments-module__1NKR8W__categoryCard:hover .CleaningEquipments-module__1NKR8W__hoverSlideOverlay{transform:translateY(0)}.CleaningEquipments-module__1NKR8W__hoverActionBtn{color:#fff;background:#2e7d32;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #2e7d3266}@media (max-width:900px){.CleaningEquipments-module__1NKR8W__categoryGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.CleaningEquipments-module__1NKR8W__imageWrapper{height:190px}.CleaningEquipments-module__1NKR8W__categoryTitle{font-size:1.05rem}.CleaningEquipments-module__1NKR8W__categoryDetails{padding:1.1rem .85rem}}@media (max-width:520px){.CleaningEquipments-module__1NKR8W__container{padding:1rem .6rem 3rem}.CleaningEquipments-module__1NKR8W__categoryGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.CleaningEquipments-module__1NKR8W__categoryCard{border-radius:14px}.CleaningEquipments-module__1NKR8W__imageWrapper{height:160px}.CleaningEquipments-module__1NKR8W__categoryTitle{font-size:.92rem}.CleaningEquipments-module__1NKR8W__categoryDetails{padding:.9rem .45rem}.CleaningEquipments-module__1NKR8W__hoverActionBtn{padding:.45rem .75rem;font-size:.75rem}}
.BambooHygiene-module__F_lkPq__container{font-family:var(--font-teachers), system-ui, -apple-system, sans-serif;width:100%;max-width:1240px;margin:0 auto;padding:2rem 1.5rem 5rem}.BambooHygiene-module__F_lkPq__comparisonSection{background:#fff;border:1px solid #e2e8f0;border-radius:24px;margin-bottom:4.5rem;padding:3.5rem 2.5rem;box-shadow:0 8px 30px #0000000a}.BambooHygiene-module__F_lkPq__sectionHeader{text-align:center;max-width:820px;margin:0 auto 3rem}.BambooHygiene-module__F_lkPq__sectionBadge{color:#059669;letter-spacing:.08em;text-transform:uppercase;background:#10b9811f;border:1px solid #10b98140;border-radius:30px;margin-bottom:1rem;padding:.4rem 1.25rem;font-size:.85rem;font-weight:800;display:inline-block}.BambooHygiene-module__F_lkPq__mainTitle{color:#0b2238;letter-spacing:-.02em;margin:0 0 .85rem;font-size:clamp(2rem,3.2vw,2.5rem);font-weight:800;line-height:1.25}.BambooHygiene-module__F_lkPq__sectionSubtitle{color:#64748b;margin:0 auto;font-size:1.05rem;line-height:1.6}.BambooHygiene-module__F_lkPq__comparisonContainer{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2.5rem;display:grid}.BambooHygiene-module__F_lkPq__virginColumn{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;padding:2rem 1.75rem;display:flex}.BambooHygiene-module__F_lkPq__typeBadgeVirgin{color:#475569;text-transform:uppercase;letter-spacing:.05em;background:#e2e8f0;border-radius:20px;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:800;display:inline-block}.BambooHygiene-module__F_lkPq__columnHeader{border-bottom:2px solid #e2e8f0;margin-bottom:1.5rem;padding-bottom:1.25rem}.BambooHygiene-module__F_lkPq__columnTitleWrap{flex-direction:column;align-items:flex-start;display:flex}.BambooHygiene-module__F_lkPq__columnTitle{color:#1e293b;margin:0 0 .25rem;font-size:1.45rem;font-weight:800}.BambooHygiene-module__F_lkPq__columnTagline{color:#64748b;margin:0;font-size:.88rem;font-weight:600}.BambooHygiene-module__F_lkPq__pointsList{flex-direction:column;gap:1.1rem;display:flex}.BambooHygiene-module__F_lkPq__pointCardVirgin{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.1rem 1.25rem;transition:all .2s}.BambooHygiene-module__F_lkPq__pointCardVirgin:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000008}.BambooHygiene-module__F_lkPq__pointHeader{align-items:center;gap:.65rem;margin-bottom:.4rem;display:flex}.BambooHygiene-module__F_lkPq__iconCircleVirgin{color:#64748b;background:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.BambooHygiene-module__F_lkPq__pointTitle{color:#1e293b;text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:.92rem;font-weight:800}.BambooHygiene-module__F_lkPq__pointText{color:#475569;margin:0;padding-left:2.4rem;font-size:.9rem;line-height:1.55}.BambooHygiene-module__F_lkPq__bambooColumn{background:linear-gradient(#f0fdf4 0%,#fff 100%);border:2px solid #10b981;border-radius:18px;flex-direction:column;padding:2rem 1.75rem;display:flex;position:relative;box-shadow:0 10px 30px #10b98114}.BambooHygiene-module__F_lkPq__bambooBannerBadge{color:#fff;text-transform:uppercase;letter-spacing:.04em;background:#10b981;border-radius:20px;align-items:center;gap:.4rem;padding:.35rem .95rem;font-size:.76rem;font-weight:800;display:inline-flex;position:absolute;top:-14px;right:24px;box-shadow:0 4px 12px #10b98159}.BambooHygiene-module__F_lkPq__typeBadgeBamboo{color:#047857;text-transform:uppercase;letter-spacing:.05em;background:#dcfce7;border-radius:20px;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:800;display:inline-block}.BambooHygiene-module__F_lkPq__columnTitleBamboo{color:#047857;margin:0 0 .25rem;font-size:1.45rem;font-weight:800}.BambooHygiene-module__F_lkPq__columnTaglineBamboo{color:#059669;margin:0;font-size:.88rem;font-weight:700}.BambooHygiene-module__F_lkPq__pointCardBamboo{background:#fff;border:1px solid #bbf7d0;border-radius:12px;padding:1.1rem 1.25rem;transition:all .2s}.BambooHygiene-module__F_lkPq__pointCardBamboo:hover{border-color:#10b981;transform:translateY(-2px);box-shadow:0 6px 16px #10b9811a}.BambooHygiene-module__F_lkPq__iconCircleBamboo{color:#059669;background:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.BambooHygiene-module__F_lkPq__pointTitleBamboo{color:#047857;text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:.92rem;font-weight:800}.BambooHygiene-module__F_lkPq__pointTextBamboo{color:#1f2937;margin:0;padding-left:2.4rem;font-size:.9rem;line-height:1.55}.BambooHygiene-module__F_lkPq__conclusionBox{background:linear-gradient(135deg,#092621 0%,#0d3b33 100%);border:1px solid #34d39959;border-radius:16px;padding:2.25rem 2.5rem;box-shadow:0 8px 25px #0d3b3326}.BambooHygiene-module__F_lkPq__conclusionHeader{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.BambooHygiene-module__F_lkPq__leafIcon{color:#34d399}.BambooHygiene-module__F_lkPq__conclusionHeader h4{color:#fff;margin:0;font-size:1.25rem;font-weight:800}.BambooHygiene-module__F_lkPq__conclusionBox p{color:#e2e8f0;margin:0;font-size:.98rem;line-height:1.7}.BambooHygiene-module__F_lkPq__catalogSection{width:100%}.BambooHygiene-module__F_lkPq__catalogHeader{border-bottom:2px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;padding-bottom:1.25rem;display:flex}.BambooHygiene-module__F_lkPq__catalogTitle{color:#0b2238;margin:0 0 .35rem;font-size:1.65rem;font-weight:800}.BambooHygiene-module__F_lkPq__catalogSub{color:#64748b;margin:0;font-size:.95rem}.BambooHygiene-module__F_lkPq__resultCount{color:#64748b;background:#f1f5f9;border-radius:20px;margin:0;padding:.35rem .85rem;font-size:.92rem;font-weight:700}.BambooHygiene-module__F_lkPq__productGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.BambooHygiene-module__F_lkPq__productCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:1.5rem 1.25rem 1.25rem;text-decoration:none;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000005}.BambooHygiene-module__F_lkPq__productCard:hover,.BambooHygiene-module__F_lkPq__productCard:focus{border-color:#10b981;transform:translateY(-6px);box-shadow:0 16px 35px #10b9811f}.BambooHygiene-module__F_lkPq__badgeContainer{z-index:2;position:absolute;top:1rem;right:1rem}.BambooHygiene-module__F_lkPq__newBadge{color:#fff;text-transform:uppercase;letter-spacing:.04em;background:#10b981;border-radius:6px;padding:.25rem .65rem;font-size:.72rem;font-weight:800}.BambooHygiene-module__F_lkPq__imageWrapper{justify-content:center;align-items:center;width:100%;height:200px;margin:1.25rem auto 1rem;transition:transform .35s;display:flex;overflow:hidden}.BambooHygiene-module__F_lkPq__productCard:hover .BambooHygiene-module__F_lkPq__imageWrapper{transform:scale(1.06)}.BambooHygiene-module__F_lkPq__productImage{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:200px;margin:0 auto;display:block}.BambooHygiene-module__F_lkPq__productDetails{text-align:center;margin-top:auto;padding-top:.75rem}.BambooHygiene-module__F_lkPq__productTitle{font-family:var(--font-teachers), inherit, sans-serif;color:#0b2238;letter-spacing:-.01em;margin:0 0 .35rem;font-size:1.05rem;font-weight:800;line-height:1.35}.BambooHygiene-module__F_lkPq__productSubtitle{color:#059669;margin:0;font-size:.88rem;font-weight:700}.BambooHygiene-module__F_lkPq__hoverSlideOverlay{background:linear-gradient(#0d3b33cc 0%,#0d3b33f2 100%);justify-content:center;align-items:center;padding:.85rem 1rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.BambooHygiene-module__F_lkPq__productCard:hover .BambooHygiene-module__F_lkPq__hoverSlideOverlay,.BambooHygiene-module__F_lkPq__productCard:focus .BambooHygiene-module__F_lkPq__hoverSlideOverlay{transform:translateY(0)}.BambooHygiene-module__F_lkPq__hoverContactBtn{color:#fff;letter-spacing:.02em;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;display:flex}@media (max-width:900px){.BambooHygiene-module__F_lkPq__comparisonContainer{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:640px){.BambooHygiene-module__F_lkPq__comparisonSection{padding:2rem 1.25rem}.BambooHygiene-module__F_lkPq__catalogHeader{flex-direction:column;align-items:flex-start}.BambooHygiene-module__F_lkPq__productGrid{grid-template-columns:1fr}}
.RoboticCleaning-module__GtQXkW__container{font-family:var(--font-teachers), system-ui, -apple-system, sans-serif;width:100%;max-width:1240px;margin:0 auto;padding:2rem 1.5rem 4rem}.RoboticCleaning-module__GtQXkW__introSection{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:20px;margin-bottom:3rem;padding:3rem 2.5rem;box-shadow:0 4px 20px #00000008}.RoboticCleaning-module__GtQXkW__introHeader{text-align:center;max-width:850px;margin:0 auto}.RoboticCleaning-module__GtQXkW__sectionBadge{color:#2e7d32;letter-spacing:.08em;text-transform:uppercase;background:#2e7d321a;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.4rem 1.2rem;font-size:.85rem;font-weight:800;display:inline-flex}.RoboticCleaning-module__GtQXkW__mainTitle{color:#0b2238;margin:0 0 1rem;font-size:clamp(2rem,3.5vw,2.6rem);font-weight:800;line-height:1.3}.RoboticCleaning-module__GtQXkW__mainSub{color:#475569;margin:0;font-size:1.1rem;line-height:1.65}.RoboticCleaning-module__GtQXkW__catalogSection{width:100%}.RoboticCleaning-module__GtQXkW__catalogHeader{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.RoboticCleaning-module__GtQXkW__catalogHeaderTitle{align-items:center;gap:.75rem;display:flex}.RoboticCleaning-module__GtQXkW__titleIcon{color:#2e7d32}.RoboticCleaning-module__GtQXkW__catalogHeaderTitle h3{color:#0b2238;margin:0;font-size:1.5rem;font-weight:800}.RoboticCleaning-module__GtQXkW__resultCount{color:#64748b;margin:0;font-size:.95rem;font-weight:600}.RoboticCleaning-module__GtQXkW__productGrid{grid-template-columns:repeat(4,1fr);gap:1.75rem;display:grid}.RoboticCleaning-module__GtQXkW__productCard{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;padding:1.5rem 1.25rem 1.25rem;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000005}.RoboticCleaning-module__GtQXkW__productCard:hover,.RoboticCleaning-module__GtQXkW__productCard:focus{border-color:#2e7d32;transform:translateY(-6px);box-shadow:0 14px 35px #0000001a}.RoboticCleaning-module__GtQXkW__badgeContainer{z-index:2;position:absolute;top:1rem;right:1rem}.RoboticCleaning-module__GtQXkW__newBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#0b2238;border-radius:4px;padding:.25rem .6rem;font-size:.72rem;font-weight:700}.RoboticCleaning-module__GtQXkW__imageWrapper{justify-content:center;align-items:center;width:100%;height:180px;margin:1.25rem auto 1rem;transition:transform .35s;display:flex;overflow:hidden}.RoboticCleaning-module__GtQXkW__productCard:hover .RoboticCleaning-module__GtQXkW__imageWrapper{transform:scale(1.06)}.RoboticCleaning-module__GtQXkW__productImage{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:180px;margin:0 auto;display:block}.RoboticCleaning-module__GtQXkW__productDetails{text-align:center;margin-top:auto;padding-top:.5rem}.RoboticCleaning-module__GtQXkW__productTitle{font-family:var(--font-teachers), inherit, sans-serif;color:#0b2238;letter-spacing:-.01em;margin:0 0 .2rem;font-size:1.15rem;font-weight:800;line-height:1.35}.RoboticCleaning-module__GtQXkW__productSubtitle{color:#64748b;margin:0;font-size:.88rem;font-weight:600}.RoboticCleaning-module__GtQXkW__hoverSlideOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;z-index:10;background:linear-gradient(#0b223833 0%,#0b2238cc 50%,#0b2238f2 100%);justify-content:center;align-items:flex-end;padding:1.5rem;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s;display:flex;position:absolute;inset:0;transform:translateY(100%)}.RoboticCleaning-module__GtQXkW__productCard:hover .RoboticCleaning-module__GtQXkW__hoverSlideOverlay,.RoboticCleaning-module__GtQXkW__productCard:focus .RoboticCleaning-module__GtQXkW__hoverSlideOverlay,.RoboticCleaning-module__GtQXkW__productCard:active .RoboticCleaning-module__GtQXkW__hoverSlideOverlay{opacity:1;transform:translateY(0)}.RoboticCleaning-module__GtQXkW__hoverContactBtn{color:#fff;background:#2e7d32;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem 1rem;font-size:.88rem;font-weight:700;transition:background .2s,transform .2s;display:flex;box-shadow:0 6px 20px #2e7d3266}.RoboticCleaning-module__GtQXkW__hoverContactBtn:hover{background:#1b5e20;transform:scale(1.02)}@media (max-width:1100px){.RoboticCleaning-module__GtQXkW__productGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:850px){.RoboticCleaning-module__GtQXkW__productGrid{grid-template-columns:repeat(2,1fr)}.RoboticCleaning-module__GtQXkW__introSection{padding:2rem 1.5rem}.RoboticCleaning-module__GtQXkW__catalogHeader{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:550px){.RoboticCleaning-module__GtQXkW__productGrid{grid-template-columns:repeat(2,1fr);gap:.85rem}.RoboticCleaning-module__GtQXkW__productCard{padding:1rem .75rem .85rem}.RoboticCleaning-module__GtQXkW__imageWrapper{height:140px;margin-bottom:.75rem}.RoboticCleaning-module__GtQXkW__productTitle{font-size:.92rem}.RoboticCleaning-module__GtQXkW__productSubtitle{font-size:.8rem}.RoboticCleaning-module__GtQXkW__hoverSlideOverlay{padding:.75rem}.RoboticCleaning-module__GtQXkW__hoverContactBtn{gap:.35rem;padding:.55rem .4rem;font-size:.75rem}}
.FacadeCleaning-module__oFgDfq__container{font-family:var(--font-teachers), system-ui, -apple-system, sans-serif;width:100%;max-width:1240px;margin:0 auto;padding:2rem 1.5rem 4rem}.FacadeCleaning-module__oFgDfq__introSection{background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;margin-bottom:3.5rem;padding:3.5rem 3rem 3rem;box-shadow:0 4px 20px #00000008}.FacadeCleaning-module__oFgDfq__introHeader{text-align:center;max-width:900px;margin:0 auto 3rem}.FacadeCleaning-module__oFgDfq__badge{color:#2e7d32;letter-spacing:.08em;text-transform:uppercase;background:#2e7d321a;border-radius:20px;margin-bottom:1rem;padding:.4rem 1.2rem;font-size:.85rem;font-weight:800;display:inline-block}.FacadeCleaning-module__oFgDfq__title{color:#0b2238;margin:0 0 1rem;font-size:clamp(2rem,3.5vw,2.7rem);font-weight:800;line-height:1.25}.FacadeCleaning-module__oFgDfq__subTitle{color:#475569;margin:0;font-size:1.1rem;line-height:1.7}.FacadeCleaning-module__oFgDfq__largeImageShowcase{max-width:980px;margin:0 auto}.FacadeCleaning-module__oFgDfq__imageCard{background:#fff;border:1px solid #cbd5e1;border-radius:24px;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000014}.FacadeCleaning-module__oFgDfq__mainImage{object-fit:contain;background:#fff;border-radius:16px;width:100%;height:auto;max-height:600px;display:block}.FacadeCleaning-module__oFgDfq__imageCaption{text-align:center;color:#2e7d32;letter-spacing:.02em;border-top:1px solid #f1f5f9;margin-top:1.25rem;padding-top:1rem;font-size:.95rem;font-weight:700}.FacadeCleaning-module__oFgDfq__highlightsSection{margin-bottom:4rem}.FacadeCleaning-module__oFgDfq__highlightsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.FacadeCleaning-module__oFgDfq__highlightCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.FacadeCleaning-module__oFgDfq__iconBox{color:#16a34a;background:#f0fdf4;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.FacadeCleaning-module__oFgDfq__cardTitle{color:#0b2238;margin:0 0 .4rem;font-size:1.05rem;font-weight:700}.FacadeCleaning-module__oFgDfq__cardDesc{color:#64748b;margin:0;font-size:.9rem;line-height:1.5}.FacadeCleaning-module__oFgDfq__detailsSection{width:100%}.FacadeCleaning-module__oFgDfq__detailsGrid{grid-template-columns:1.3fr 1fr;align-items:start;gap:3rem;display:grid}.FacadeCleaning-module__oFgDfq__leftCol{flex-direction:column;gap:2.5rem;display:flex}.FacadeCleaning-module__oFgDfq__contentBlock{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;box-shadow:0 2px 10px #00000005}.FacadeCleaning-module__oFgDfq__blockHeading{color:#0b2238;border-bottom:2px solid #2e7d3226;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.3rem;font-weight:800}.FacadeCleaning-module__oFgDfq__paragraph{color:#334155;margin:0;font-size:1rem;line-height:1.75}.FacadeCleaning-module__oFgDfq__rightCol{position:sticky;top:6rem}.FacadeCleaning-module__oFgDfq__appsCard{color:#fff;background:linear-gradient(135deg,#0b2238 0%,#173e35 100%);border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #0000001f}.FacadeCleaning-module__oFgDfq__appsHeading{color:#fff;margin:0 0 .5rem;font-size:1.4rem;font-weight:800}.FacadeCleaning-module__oFgDfq__appsSub{color:#cbd5e1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.FacadeCleaning-module__oFgDfq__appsList{flex-direction:column;gap:1rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.FacadeCleaning-module__oFgDfq__appsList li{color:#f1f5f9;align-items:center;gap:.75rem;font-size:.98rem;font-weight:600;display:flex}.FacadeCleaning-module__oFgDfq__checkIcon{color:#4ade80;flex-shrink:0}.FacadeCleaning-module__oFgDfq__ctaBoxInside{background:#ffffff14;border:1px solid #ffffff1f;border-radius:14px;padding:1.25rem}.FacadeCleaning-module__oFgDfq__ctaBoxInside p{color:#e2e8f0;margin:0 0 1rem;font-size:.9rem;line-height:1.4}.FacadeCleaning-module__oFgDfq__inquireBtn{color:#fff;background:#2e7d32;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .25s;display:flex;box-shadow:0 4px 14px #2e7d3259}.FacadeCleaning-module__oFgDfq__inquireBtn:hover{background:#1b5e20;transform:translateY(-2px)}@media (max-width:992px){.FacadeCleaning-module__oFgDfq__introSection{padding:2rem 1.5rem}.FacadeCleaning-module__oFgDfq__highlightsGrid{grid-template-columns:repeat(2,1fr)}.FacadeCleaning-module__oFgDfq__detailsGrid{grid-template-columns:1fr}.FacadeCleaning-module__oFgDfq__rightCol{position:static}}@media (max-width:576px){.FacadeCleaning-module__oFgDfq__highlightsGrid{grid-template-columns:repeat(2,1fr);gap:.85rem}.FacadeCleaning-module__oFgDfq__highlightCard{gap:.5rem;padding:1rem .75rem}.FacadeCleaning-module__oFgDfq__cardTitle{font-size:.92rem}.FacadeCleaning-module__oFgDfq__cardDesc{font-size:.8rem}.FacadeCleaning-module__oFgDfq__imageCard{padding:.75rem}}
.CompostableBags-module__wrHekq__container{font-family:var(--font-teachers), system-ui, -apple-system, sans-serif;width:100%;max-width:1240px;margin:0 auto;padding:2rem 1.5rem 4rem}.CompostableBags-module__wrHekq__introSection{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #bbf7d0;border-radius:20px;margin-bottom:3rem;padding:3rem 2.5rem;box-shadow:0 4px 20px #00000008}.CompostableBags-module__wrHekq__introHeader{text-align:center;max-width:850px;margin:0 auto}.CompostableBags-module__wrHekq__sectionBadge{color:#15803d;letter-spacing:.08em;text-transform:uppercase;background:#16a34a26;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.4rem 1.2rem;font-size:.85rem;font-weight:800;display:inline-flex}.CompostableBags-module__wrHekq__mainTitle{color:#14532d;margin:0 0 1rem;font-size:clamp(2rem,3.5vw,2.6rem);font-weight:800;line-height:1.3}.CompostableBags-module__wrHekq__mainSub{color:#166534;margin:0;font-size:1.1rem;line-height:1.65}.CompostableBags-module__wrHekq__catalogSection{width:100%}.CompostableBags-module__wrHekq__catalogHeader{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.CompostableBags-module__wrHekq__catalogHeaderTitle{align-items:center;gap:.75rem;display:flex}.CompostableBags-module__wrHekq__titleIcon{color:#2e7d32}.CompostableBags-module__wrHekq__catalogHeaderTitle h3{color:#0b2238;margin:0;font-size:1.5rem;font-weight:800}.CompostableBags-module__wrHekq__resultCount{color:#64748b;margin:0;font-size:.95rem;font-weight:600}.CompostableBags-module__wrHekq__productGrid{grid-template-columns:repeat(4,1fr);gap:1.75rem;display:grid}.CompostableBags-module__wrHekq__productCard{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;padding:1.5rem 1.25rem 1.25rem;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000005}.CompostableBags-module__wrHekq__productCard:hover,.CompostableBags-module__wrHekq__productCard:focus{border-color:#2e7d32;transform:translateY(-6px);box-shadow:0 14px 35px #0000001a}.CompostableBags-module__wrHekq__badgeContainer{z-index:2;position:absolute;top:1rem;right:1rem}.CompostableBags-module__wrHekq__newBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#16a34a;border-radius:4px;padding:.25rem .6rem;font-size:.72rem;font-weight:700}.CompostableBags-module__wrHekq__imageWrapper{justify-content:center;align-items:center;width:100%;height:180px;margin:1.25rem auto 1rem;transition:transform .35s;display:flex;overflow:hidden}.CompostableBags-module__wrHekq__productCard:hover .CompostableBags-module__wrHekq__imageWrapper{transform:scale(1.06)}.CompostableBags-module__wrHekq__productImage{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:180px;margin:0 auto;display:block}.CompostableBags-module__wrHekq__productDetails{text-align:center;margin-top:auto;padding-top:.5rem}.CompostableBags-module__wrHekq__productTitle{font-family:var(--font-teachers), inherit, sans-serif;color:#0b2238;letter-spacing:-.01em;word-break:break-word;margin:0 0 .4rem;font-size:.95rem;font-weight:700;line-height:1.45}.CompostableBags-module__wrHekq__productSubtitle{color:#16a34a;margin:0;font-size:.88rem;font-weight:600}.CompostableBags-module__wrHekq__hoverSlideOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;z-index:10;background:linear-gradient(#0b223833 0%,#0b2238cc 50%,#0b2238f2 100%);justify-content:center;align-items:flex-end;padding:1.5rem;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s;display:flex;position:absolute;inset:0;transform:translateY(100%)}.CompostableBags-module__wrHekq__productCard:hover .CompostableBags-module__wrHekq__hoverSlideOverlay,.CompostableBags-module__wrHekq__productCard:focus .CompostableBags-module__wrHekq__hoverSlideOverlay,.CompostableBags-module__wrHekq__productCard:active .CompostableBags-module__wrHekq__hoverSlideOverlay{opacity:1;transform:translateY(0)}.CompostableBags-module__wrHekq__hoverContactBtn{color:#fff;background:#2e7d32;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem 1rem;font-size:.88rem;font-weight:700;transition:background .2s,transform .2s;display:flex;box-shadow:0 6px 20px #2e7d3266}.CompostableBags-module__wrHekq__hoverContactBtn:hover{background:#1b5e20;transform:scale(1.02)}@media (max-width:1100px){.CompostableBags-module__wrHekq__productGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:850px){.CompostableBags-module__wrHekq__productGrid{grid-template-columns:repeat(2,1fr)}.CompostableBags-module__wrHekq__introSection{padding:2rem 1.5rem}.CompostableBags-module__wrHekq__catalogHeader{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:550px){.CompostableBags-module__wrHekq__productGrid{grid-template-columns:repeat(2,1fr);gap:.85rem}.CompostableBags-module__wrHekq__productCard{padding:1rem .75rem .85rem}.CompostableBags-module__wrHekq__imageWrapper{height:140px;margin-bottom:.75rem}.CompostableBags-module__wrHekq__productTitle{font-size:.92rem}.CompostableBags-module__wrHekq__productSubtitle{font-size:.8rem}.CompostableBags-module__wrHekq__hoverSlideOverlay{padding:.75rem}.CompostableBags-module__wrHekq__hoverContactBtn{gap:.35rem;padding:.55rem .4rem;font-size:.75rem}}
.ScrollReveal-module__1d__Dq__revealBox{opacity:0;will-change:opacity, transform;flex-direction:column;height:100%;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(50px)scale(.96)}.ScrollReveal-module__1d__Dq__revealed{opacity:1;transform:translateY(0)scale(1)}
.VacuumExtraction-module__KwUx7G__container{font-family:var(--font-teachers), system-ui, -apple-system, sans-serif;width:100%;max-width:1240px;margin:0 auto;padding:2rem 1.5rem 4rem}.VacuumExtraction-module__KwUx7G__introSection{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:20px;margin-bottom:3rem;padding:3rem 2.5rem;box-shadow:0 4px 20px #00000008}.VacuumExtraction-module__KwUx7G__introHeader{text-align:center;max-width:850px;margin:0 auto}.VacuumExtraction-module__KwUx7G__sectionBadge{color:#0b2238;letter-spacing:.08em;text-transform:uppercase;background:#0b223814;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.4rem 1.2rem;font-size:.85rem;font-weight:800;display:inline-flex}.VacuumExtraction-module__KwUx7G__mainTitle{color:#0b2238;margin:0 0 1rem;font-size:clamp(2rem,3.5vw,2.6rem);font-weight:800;line-height:1.3}.VacuumExtraction-module__KwUx7G__mainSub{color:#475569;margin:0;font-size:1.1rem;line-height:1.65}.VacuumExtraction-module__KwUx7G__catalogSection{width:100%}.VacuumExtraction-module__KwUx7G__catalogHeader{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.VacuumExtraction-module__KwUx7G__catalogHeaderTitle{align-items:center;gap:.75rem;display:flex}.VacuumExtraction-module__KwUx7G__titleIcon{color:#2e7d32}.VacuumExtraction-module__KwUx7G__catalogHeaderTitle h3{color:#0b2238;margin:0;font-size:1.5rem;font-weight:800}.VacuumExtraction-module__KwUx7G__resultCount{color:#64748b;margin:0;font-size:.95rem;font-weight:600}.VacuumExtraction-module__KwUx7G__productGrid{grid-template-columns:repeat(4,1fr);gap:1.75rem;display:grid}.VacuumExtraction-module__KwUx7G__productCard{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;padding:1.5rem 1.25rem 1.25rem;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000005}.VacuumExtraction-module__KwUx7G__productCard:hover,.VacuumExtraction-module__KwUx7G__productCard:focus{border-color:#2e7d32;transform:translateY(-6px);box-shadow:0 14px 35px #0000001a}.VacuumExtraction-module__KwUx7G__badgeContainer{z-index:2;position:absolute;top:1rem;right:1rem}.VacuumExtraction-module__KwUx7G__newBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#0b2238;border-radius:4px;padding:.25rem .6rem;font-size:.72rem;font-weight:700}.VacuumExtraction-module__KwUx7G__imageWrapper{justify-content:center;align-items:center;width:100%;height:180px;margin:1.25rem auto 1rem;transition:transform .35s;display:flex;overflow:hidden}.VacuumExtraction-module__KwUx7G__productCard:hover .VacuumExtraction-module__KwUx7G__imageWrapper{transform:scale(1.06)}.VacuumExtraction-module__KwUx7G__productImage{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:180px;margin:0 auto;display:block}.VacuumExtraction-module__KwUx7G__productDetails{text-align:center;margin-top:auto;padding-top:.5rem}.VacuumExtraction-module__KwUx7G__productTitle{font-family:var(--font-teachers), inherit, sans-serif;color:#0b2238;letter-spacing:-.01em;word-break:break-word;margin:0 0 .4rem;font-size:.95rem;font-weight:700;line-height:1.45}.VacuumExtraction-module__KwUx7G__productSubtitle{color:#64748b;margin:0;font-size:.88rem;font-weight:600}.VacuumExtraction-module__KwUx7G__hoverSlideOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;z-index:10;background:linear-gradient(#0b223833 0%,#0b2238cc 50%,#0b2238f2 100%);justify-content:center;align-items:flex-end;padding:1.5rem;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s;display:flex;position:absolute;inset:0;transform:translateY(100%)}.VacuumExtraction-module__KwUx7G__productCard:hover .VacuumExtraction-module__KwUx7G__hoverSlideOverlay,.VacuumExtraction-module__KwUx7G__productCard:focus .VacuumExtraction-module__KwUx7G__hoverSlideOverlay,.VacuumExtraction-module__KwUx7G__productCard:active .VacuumExtraction-module__KwUx7G__hoverSlideOverlay{opacity:1;transform:translateY(0)}.VacuumExtraction-module__KwUx7G__hoverContactBtn{color:#fff;background:#2e7d32;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem 1rem;font-size:.88rem;font-weight:700;transition:background .2s,transform .2s;display:flex;box-shadow:0 6px 20px #2e7d3266}.VacuumExtraction-module__KwUx7G__hoverContactBtn:hover{background:#1b5e20;transform:scale(1.02)}@media (max-width:1100px){.VacuumExtraction-module__KwUx7G__productGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:850px){.VacuumExtraction-module__KwUx7G__productGrid{grid-template-columns:repeat(2,1fr)}.VacuumExtraction-module__KwUx7G__introSection{padding:2rem 1.5rem}.VacuumExtraction-module__KwUx7G__catalogHeader{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:550px){.VacuumExtraction-module__KwUx7G__productGrid{grid-template-columns:repeat(2,1fr);gap:.85rem}.VacuumExtraction-module__KwUx7G__productCard{padding:1rem .75rem .85rem}.VacuumExtraction-module__KwUx7G__imageWrapper{height:140px;margin-bottom:.75rem}.VacuumExtraction-module__KwUx7G__productTitle{font-size:.92rem}.VacuumExtraction-module__KwUx7G__productSubtitle{font-size:.8rem}.VacuumExtraction-module__KwUx7G__hoverSlideOverlay{padding:.75rem}.VacuumExtraction-module__KwUx7G__hoverContactBtn{gap:.35rem;padding:.55rem .4rem;font-size:.75rem}}
.About-module__vAULUW__aboutSection{background-color:#fff;padding:7rem 5%;position:relative;overflow:hidden}.About-module__vAULUW__topCircleDeco{z-index:0;pointer-events:none;background-color:#eaf6f0;border-radius:50%;width:320px;height:320px;position:absolute;top:-60px;right:-60px}.About-module__vAULUW__container{z-index:1;max-width:1150px;margin:0 auto;position:relative}.About-module__vAULUW__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.About-module__vAULUW__imageCard{background:#fff;border:1px solid #0000000a;border-radius:36px;padding:1.25rem;box-shadow:0 25px 60px #00000014}.About-module__vAULUW__imageWrapper{aspect-ratio:1;border-radius:28px;width:100%;position:relative;overflow:hidden}.About-module__vAULUW__image{object-fit:cover;transition:transform .5s}.About-module__vAULUW__imageCard:hover .About-module__vAULUW__image{transform:scale(1.04)}.About-module__vAULUW__textContent{flex-direction:column;align-items:flex-start;display:flex}.About-module__vAULUW__title{color:#0d332d;letter-spacing:-.02em;margin-bottom:1.75rem;font-size:clamp(2rem,3.8vw,3rem);font-weight:800;line-height:1.2}.About-module__vAULUW__paragraph{color:#555;margin:0 0 1.25rem;font-size:1.05rem;font-weight:400;line-height:1.75}.About-module__vAULUW__btnWrapper{margin-top:1.5rem}.About-module__vAULUW__learnMoreBtn{color:#fff;background-color:#0d332d;border-radius:40px;align-items:center;padding:.9rem 2.2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 20px #0d332d40}.About-module__vAULUW__learnMoreBtn:hover{background-color:#061c18;transform:translateY(-2px);box-shadow:0 12px 28px #0d332d59}@media (prefers-color-scheme:dark){.About-module__vAULUW__aboutSection{background-color:#0a0a0a}.About-module__vAULUW__topCircleDeco{background-color:#2e7d321a}.About-module__vAULUW__title{color:#fff}.About-module__vAULUW__paragraph{color:#aaa}.About-module__vAULUW__imageCard{background:#ffffff08;border:1px solid #ffffff14}}@media (max-width:900px){.About-module__vAULUW__grid{grid-template-columns:1fr;gap:3rem}}
.DustbinsCatalog-module__aGjC_W__container{font-family:var(--font-teachers), system-ui, -apple-system, sans-serif;width:100%;max-width:1240px;margin:0 auto;padding:2rem 1.5rem 4rem}.DustbinsCatalog-module__aGjC_W__catalogSection{width:100%}.DustbinsCatalog-module__aGjC_W__catalogHeader{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.DustbinsCatalog-module__aGjC_W__catalogHeaderTitle{align-items:center;gap:.75rem;display:flex}.DustbinsCatalog-module__aGjC_W__titleIcon{color:#2e7d32}.DustbinsCatalog-module__aGjC_W__catalogHeaderTitle h3{color:#0b2238;margin:0;font-size:1.5rem;font-weight:800}.DustbinsCatalog-module__aGjC_W__resultCount{color:#64748b;margin:0;font-size:.95rem;font-weight:600}.DustbinsCatalog-module__aGjC_W__productGrid{grid-template-columns:repeat(4,1fr);gap:1.75rem;display:grid}.DustbinsCatalog-module__aGjC_W__productCard{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;align-items:center;padding:1.25rem;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000005}.DustbinsCatalog-module__aGjC_W__productCard:hover,.DustbinsCatalog-module__aGjC_W__productCard:focus{border-color:#2e7d32;transform:translateY(-6px);box-shadow:0 14px 35px #0000001a}.DustbinsCatalog-module__aGjC_W__badgeContainer{z-index:2;position:absolute;top:.75rem;right:.75rem}.DustbinsCatalog-module__aGjC_W__newBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#0b2238;border-radius:4px;padding:.2rem .55rem;font-size:.7rem;font-weight:700}.DustbinsCatalog-module__aGjC_W__imageWrapper{justify-content:center;align-items:center;width:100%;height:180px;margin:1.25rem auto 1rem;transition:transform .35s;display:flex;overflow:hidden}.DustbinsCatalog-module__aGjC_W__productCard:hover .DustbinsCatalog-module__aGjC_W__imageWrapper{transform:scale(1.06)}.DustbinsCatalog-module__aGjC_W__productImage{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:180px;margin:0 auto;display:block}.DustbinsCatalog-module__aGjC_W__productDetails{text-align:center;width:100%;margin-top:auto;padding-top:.5rem}.DustbinsCatalog-module__aGjC_W__productTitle{font-family:var(--font-teachers), inherit, sans-serif;color:#0b2238;letter-spacing:-.01em;margin:0 0 .4rem;font-size:1.05rem;font-weight:800;line-height:1.4}.DustbinsCatalog-module__aGjC_W__productSubtitle{color:#64748b;margin:0;font-size:.88rem;font-weight:600}.DustbinsCatalog-module__aGjC_W__hoverSlideOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;z-index:10;background:linear-gradient(#0b223833 0%,#0b2238cc 50%,#0b2238f2 100%);justify-content:center;align-items:flex-end;padding:1.5rem;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s;display:flex;position:absolute;inset:0;transform:translateY(100%)}.DustbinsCatalog-module__aGjC_W__productCard:hover .DustbinsCatalog-module__aGjC_W__hoverSlideOverlay,.DustbinsCatalog-module__aGjC_W__productCard:focus .DustbinsCatalog-module__aGjC_W__hoverSlideOverlay,.DustbinsCatalog-module__aGjC_W__productCard:active .DustbinsCatalog-module__aGjC_W__hoverSlideOverlay{opacity:1;transform:translateY(0)}.DustbinsCatalog-module__aGjC_W__hoverContactBtn{color:#fff;background:#2e7d32;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem 1rem;font-size:.88rem;font-weight:700;transition:background .2s,transform .2s;display:flex;box-shadow:0 6px 20px #2e7d3266}.DustbinsCatalog-module__aGjC_W__hoverContactBtn:hover{background:#1b5e20;transform:scale(1.02)}@media (max-width:1100px){.DustbinsCatalog-module__aGjC_W__productGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:850px){.DustbinsCatalog-module__aGjC_W__productGrid{grid-template-columns:repeat(2,1fr)}.DustbinsCatalog-module__aGjC_W__catalogHeader{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:550px){.DustbinsCatalog-module__aGjC_W__productGrid{grid-template-columns:repeat(2,1fr);gap:.85rem}.DustbinsCatalog-module__aGjC_W__productCard{padding:.85rem .65rem}.DustbinsCatalog-module__aGjC_W__imageWrapper{height:130px;margin:1rem auto .5rem}.DustbinsCatalog-module__aGjC_W__productImage{max-height:130px}.DustbinsCatalog-module__aGjC_W__productTitle{font-size:.92rem}.DustbinsCatalog-module__aGjC_W__productSubtitle{font-size:.8rem}.DustbinsCatalog-module__aGjC_W__hoverSlideOverlay{padding:.75rem}.DustbinsCatalog-module__aGjC_W__hoverContactBtn{gap:.35rem;padding:.55rem .4rem;font-size:.75rem}}
.OrganicCleaning-module__ZNde4W__container{font-family:var(--font-teachers), system-ui, -apple-system, sans-serif;width:100%;max-width:1240px;margin:0 auto;padding:1.5rem 1.5rem 4rem}.OrganicCleaning-module__ZNde4W__welcomeHeroSection{background:#f0f7f4;border:1px solid #0d332d14;border-radius:24px;margin-bottom:4rem;padding:3.5rem 3rem}.OrganicCleaning-module__ZNde4W__welcomeGrid{grid-template-columns:1.2fr 1fr;align-items:center;gap:3rem;display:grid}.OrganicCleaning-module__ZNde4W__welcomeTextCol{flex-direction:column;display:flex}.OrganicCleaning-module__ZNde4W__welcomeTitle{color:#0b2238;letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2rem,3.2vw,2.75rem);font-weight:800;line-height:1.2}.OrganicCleaning-module__ZNde4W__welcomeSub{color:#4a635d;margin:0 0 2rem;font-size:1.08rem;line-height:1.65}.OrganicCleaning-module__ZNde4W__badgesRow{flex-wrap:nowrap;align-items:center;gap:.65rem;width:100%;display:flex}.OrganicCleaning-module__ZNde4W__badgeImageWrapper{background:#fff;border:1px solid #0000000d;border-radius:12px;flex:none;justify-content:center;align-items:center;padding:.42rem;transition:transform .2s;display:flex;box-shadow:0 4px 12px #0000000a}.OrganicCleaning-module__ZNde4W__badgeImageWrapper:hover{transform:translateY(-2px)}.OrganicCleaning-module__ZNde4W__badgeImg{object-fit:contain;width:44px;height:44px}.OrganicCleaning-module__ZNde4W__welcomeImageCol{position:relative}.OrganicCleaning-module__ZNde4W__welcomeImgCard{border-radius:20px;width:100%;overflow:hidden;box-shadow:0 12px 30px #00000014}.OrganicCleaning-module__ZNde4W__heroImage{object-fit:cover;width:100%;height:auto;display:block}.OrganicCleaning-module__ZNde4W__unchemicalSection{background:#fff;border:1px solid #e2e8f0;border-radius:24px;margin-bottom:4.5rem;padding:3.5rem 3rem;box-shadow:0 8px 25px #00000008}.OrganicCleaning-module__ZNde4W__unchemicalGrid{grid-template-columns:1fr 1.2fr;align-items:center;gap:3.5rem;display:grid}.OrganicCleaning-module__ZNde4W__unchemicalImageCol{position:relative}.OrganicCleaning-module__ZNde4W__unchemicalImgCard{border-radius:20px;width:100%;overflow:hidden;box-shadow:0 12px 30px #00000014}.OrganicCleaning-module__ZNde4W__unchemImage{object-fit:cover;width:100%;height:auto;display:block}.OrganicCleaning-module__ZNde4W__unchemicalTextCol{flex-direction:column;display:flex}.OrganicCleaning-module__ZNde4W__unchemTitle{color:#0b2238;letter-spacing:-.02em;margin:0 0 1.25rem;font-size:clamp(1.85rem,3vw,2.4rem);font-weight:800;line-height:1.25}.OrganicCleaning-module__ZNde4W__unchemParagraph{color:#3b5049;margin:0 0 1.25rem;font-size:1.05rem;line-height:1.7}.OrganicCleaning-module__ZNde4W__greenProBox{background:#f0fdf4;border:1.5px solid #86efac;border-radius:16px;align-items:center;gap:1.25rem;margin-top:1rem;padding:1.25rem 1.5rem;display:flex}.OrganicCleaning-module__ZNde4W__greenProBadgeIcon{flex-shrink:0}.OrganicCleaning-module__ZNde4W__greenProText h4{color:#166534;margin:0 0 .25rem;font-size:1.1rem;font-weight:800}.OrganicCleaning-module__ZNde4W__greenProText p{color:#15803d;margin:0;font-size:.92rem;line-height:1.5}.OrganicCleaning-module__ZNde4W__catalogSection{margin-top:2rem;scroll-margin-top:6rem}.OrganicCleaning-module__ZNde4W__centeredHeader{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2.75rem;display:flex}.OrganicCleaning-module__ZNde4W__catalogHeading{color:#0b2238;letter-spacing:-.02em;text-align:center;margin:0 0 .85rem;font-size:clamp(1.75rem,3.2vw,2.35rem);font-weight:800;line-height:1.25}.OrganicCleaning-module__ZNde4W__titleDivider{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:4px;width:60px;height:4px;margin:0 auto}.OrganicCleaning-module__ZNde4W__categoryGrid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.OrganicCleaning-module__ZNde4W__categoryCard{background:linear-gradient(145deg,#0b2238 0%,#0d2822 100%);border:1.5px solid #34d39940;border-radius:18px;flex-direction:column;height:100%;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #0000001f;text-decoration:none!important}.OrganicCleaning-module__ZNde4W__categoryCard:hover{border-color:#34d399;transform:translateY(-6px);box-shadow:0 16px 35px #10b98140}.OrganicCleaning-module__ZNde4W__imageWrapper{background:#fff;border-bottom:1px solid #ffffff1a;justify-content:center;align-items:center;width:100%;height:230px;min-height:230px;max-height:230px;display:flex;position:relative;overflow:hidden}.OrganicCleaning-module__ZNde4W__categoryDetails{text-align:center;background:0 0;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:76px;padding:1.35rem 1.25rem;display:flex}.OrganicCleaning-module__ZNde4W__categoryTitle{color:#fff;text-align:center;letter-spacing:-.01em;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.18rem;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden}.OrganicCleaning-module__ZNde4W__hoverSlideOverlay{z-index:4;background:linear-gradient(#0000 0%,#0b2238f2 35%,#0b2238 100%);justify-content:center;align-items:center;padding:1.5rem 1rem 1rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.OrganicCleaning-module__ZNde4W__categoryCard:hover .OrganicCleaning-module__ZNde4W__hoverSlideOverlay{transform:translateY(0)}.OrganicCleaning-module__ZNde4W__hoverActionBtn{color:#fff;background:#2e7d32;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #2e7d3266}@media (max-width:992px){.OrganicCleaning-module__ZNde4W__welcomeGrid,.OrganicCleaning-module__ZNde4W__unchemicalGrid{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.OrganicCleaning-module__ZNde4W__welcomeHeroSection,.OrganicCleaning-module__ZNde4W__unchemicalSection{border-radius:20px;margin-bottom:3rem;padding:2.25rem 1.5rem}.OrganicCleaning-module__ZNde4W__categoryGrid{grid-template-columns:repeat(2,1fr);gap:1.15rem}.OrganicCleaning-module__ZNde4W__imageWrapper{height:190px;min-height:190px;max-height:190px}.OrganicCleaning-module__ZNde4W__categoryTitle{font-size:1.05rem}.OrganicCleaning-module__ZNde4W__categoryDetails{min-height:68px;padding:1.1rem .85rem}}@media (max-width:520px){.OrganicCleaning-module__ZNde4W__container{padding:1rem .75rem 3rem}.OrganicCleaning-module__ZNde4W__welcomeHeroSection,.OrganicCleaning-module__ZNde4W__unchemicalSection{border-radius:18px;margin-bottom:2.5rem;padding:1.75rem 1.15rem}.OrganicCleaning-module__ZNde4W__welcomeTitle{font-size:1.6rem}.OrganicCleaning-module__ZNde4W__welcomeSub{margin-bottom:1.25rem;font-size:.98rem}.OrganicCleaning-module__ZNde4W__badgesRow{justify-content:flex-start;gap:.35rem}.OrganicCleaning-module__ZNde4W__badgeImageWrapper{border-radius:8px;padding:.25rem}.OrganicCleaning-module__ZNde4W__badgeImg{width:34px;height:34px}.OrganicCleaning-module__ZNde4W__unchemTitle{font-size:1.5rem}.OrganicCleaning-module__ZNde4W__unchemParagraph{font-size:.95rem}.OrganicCleaning-module__ZNde4W__greenProBox{text-align:center;flex-direction:column;gap:.75rem;padding:1.15rem 1rem}.OrganicCleaning-module__ZNde4W__categoryGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.OrganicCleaning-module__ZNde4W__categoryCard{border-radius:14px}.OrganicCleaning-module__ZNde4W__imageWrapper{height:160px;min-height:160px;max-height:160px}.OrganicCleaning-module__ZNde4W__categoryTitle{font-size:.92rem}.OrganicCleaning-module__ZNde4W__categoryDetails{min-height:56px;padding:.9rem .45rem}.OrganicCleaning-module__ZNde4W__hoverActionBtn{padding:.45rem .75rem;font-size:.75rem}}
.Portfolio-module__uAcsSq__portfolioSection{color:#fff;background-color:#0a201c;padding:5.5rem 5%;position:relative;overflow:hidden}.Portfolio-module__uAcsSq__anchorOffset{pointer-events:none;visibility:hidden;width:1px;height:1px;position:absolute;top:-80px;left:0}.Portfolio-module__uAcsSq__container{z-index:2;max-width:1280px;margin:0 auto;position:relative}.Portfolio-module__uAcsSq__header{text-align:center;margin-bottom:3.5rem}.Portfolio-module__uAcsSq__title{color:#fff;letter-spacing:-.02em;font-size:clamp(2.2rem,4.5vw,3.2rem);font-weight:800}.Portfolio-module__uAcsSq__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.25rem;display:grid}.Portfolio-module__uAcsSq__card{background:#fff;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;height:100%;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #00000040}.Portfolio-module__uAcsSq__card:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(60deg,#0000 20%,#ffffff59 50%,#0000 80%);width:200%;height:200%;transition:opacity .3s;position:absolute;top:-50%;left:-50%;transform:translate(-150%)rotate(25deg)}.Portfolio-module__uAcsSq__card:hover{transform:translateY(-8px);box-shadow:0 22px 45px #10b98138}.Portfolio-module__uAcsSq__card:hover:after{opacity:1;animation:1.2s ease-in-out Portfolio-module__uAcsSq__portfolioShimmer}.Portfolio-module__uAcsSq__imageOuterWrapper{width:100%;padding:1.1rem 1.1rem 0}.Portfolio-module__uAcsSq__imageContainer{background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:14px;justify-content:center;align-items:center;width:100%;height:225px;transition:all .35s;display:flex;position:relative;overflow:hidden}.Portfolio-module__uAcsSq__card:hover .Portfolio-module__uAcsSq__imageContainer{border-color:#10b98166;box-shadow:0 8px 20px #10b9811f}.Portfolio-module__uAcsSq__cardImage{object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.Portfolio-module__uAcsSq__card:hover .Portfolio-module__uAcsSq__cardImage{transform:scale(1.06)}.Portfolio-module__uAcsSq__tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#34d399;letter-spacing:.04em;text-transform:uppercase;z-index:2;background:#0a201ce0;border:1px solid #34d39959;border-radius:9999px;padding:.35rem .85rem;font-size:.72rem;font-weight:700;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 12px #0003}.Portfolio-module__uAcsSq__cardBody{flex-direction:column;flex:1;padding:1.75rem 1.75rem 1.5rem;display:flex}.Portfolio-module__uAcsSq__accentLine{background-color:#10b981;border-radius:4px;width:36px;height:4px;margin-bottom:1rem;transition:width .3s,background .3s}.Portfolio-module__uAcsSq__card:hover .Portfolio-module__uAcsSq__accentLine{background:linear-gradient(90deg,#10b981 0%,#34d399 100%);width:60px}.Portfolio-module__uAcsSq__cardTitle{color:#0f172a;letter-spacing:-.01em;margin:0 0 .5rem;font-size:1.25rem;font-weight:700;line-height:1.35}.Portfolio-module__uAcsSq__cardTagline{color:#059669;min-height:2.7rem;margin:0 0 1.25rem;font-size:.88rem;font-weight:500;line-height:1.5}.Portfolio-module__uAcsSq__cardFooter{border-top:1px solid #f1f5f9;justify-content:flex-end;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.Portfolio-module__uAcsSq__viewMoreBtn{color:#fff;background:linear-gradient(135deg,#0d3b33 0%,#064e3b 100%);border:1px solid #10b9814d;border-radius:12px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #0d3b3333}.Portfolio-module__uAcsSq__viewMoreBtn:hover{color:#fff;background:linear-gradient(135deg,#059669 0%,#10b981 100%);transform:translate(2px);box-shadow:0 6px 18px #10b98166}.Portfolio-module__uAcsSq__btnIcon{transition:transform .3s}.Portfolio-module__uAcsSq__viewMoreBtn:hover .Portfolio-module__uAcsSq__btnIcon{transform:translate(4px)}@media (max-width:768px){.Portfolio-module__uAcsSq__portfolioSection{padding:4.5rem 5%}.Portfolio-module__uAcsSq__grid{grid-template-columns:1fr;gap:1.75rem}.Portfolio-module__uAcsSq__cardBody{padding:1.4rem}.Portfolio-module__uAcsSq__cardTitle{font-size:1.15rem}.Portfolio-module__uAcsSq__cardTagline{min-height:auto;font-size:.82rem}.Portfolio-module__uAcsSq__imageContainer{height:200px}}@keyframes Portfolio-module__uAcsSq__portfolioShimmer{0%{transform:translate(-150%)rotate(25deg)}to{transform:translate(150%)rotate(25deg)}}
.Impact-module__tAGuhG__impactSection{font-family:var(--font-teachers), system-ui, -apple-system, sans-serif;background:linear-gradient(#fff 0%,#f4fbf5 100%);padding:6rem 5%;position:relative}.Impact-module__tAGuhG__container{max-width:1200px;margin:0 auto}.Impact-module__tAGuhG__cardContainer{background:linear-gradient(135deg,#0d332d 0%,#08241f 100%);border:1px solid #cd972040;border-radius:36px;padding:4.5rem 6%;position:relative;overflow:hidden;box-shadow:0 30px 70px #08241f38}.Impact-module__tAGuhG__cardContainer:before{content:"";background:linear-gradient(90deg,#cd9720 0%,#2e7d32 50%,#cd9720 100%);height:4px;position:absolute;top:0;left:0;right:0}.Impact-module__tAGuhG__header{text-align:center;margin-bottom:3.5rem}.Impact-module__tAGuhG__title{color:#fff;letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.Impact-module__tAGuhG__subtitle{color:#b0ded8;max-width:720px;margin:0 auto;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.6}.Impact-module__tAGuhG__grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:1.75rem;display:grid}.Impact-module__tAGuhG__revealWrapper{flex-direction:column;height:100%;display:flex}.Impact-module__tAGuhG__card{text-align:center;background:#fff;border:1px solid #0000000a;border-radius:28px;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:100%;padding:2.5rem 1.5rem;transition:all .35s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 15px 35px #0000000a}.Impact-module__tAGuhG__card:hover{border-color:#2e7d3233;transform:translateY(-8px);box-shadow:0 25px 50px #0d28241a}.Impact-module__tAGuhG__iconContainer{border-radius:22px;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:1.5rem;transition:transform .3s;display:flex}.Impact-module__tAGuhG__card:hover .Impact-module__tAGuhG__iconContainer{transform:scale(1.1)rotate(4deg)}.Impact-module__tAGuhG__valueGroup{margin-bottom:.8rem}.Impact-module__tAGuhG__value{letter-spacing:-.03em;font-size:2.75rem;font-weight:800;line-height:1}.Impact-module__tAGuhG__label{color:#4b5563;text-align:center;flex:1;justify-content:center;align-items:center;min-height:2.8rem;margin:0;font-size:.95rem;font-weight:600;line-height:1.4;display:flex}@media (prefers-color-scheme:dark){.Impact-module__tAGuhG__impactSection{background:linear-gradient(#0a0a0a 0%,#08170c 100%)}.Impact-module__tAGuhG__cardContainer{background:linear-gradient(135deg,#121212f2 0%,#0a190fe6 100%);border-color:#ffffff14;box-shadow:0 25px 60px #0006}.Impact-module__tAGuhG__title{color:#fff}.Impact-module__tAGuhG__subtitle{color:#a0a0a0}.Impact-module__tAGuhG__card{background:#ffffff08;border:1px solid #ffffff14}.Impact-module__tAGuhG__label{color:#ccc}}@media (max-width:960px){.Impact-module__tAGuhG__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.Impact-module__tAGuhG__cardContainer{padding:3rem 1.5rem}}@media (max-width:768px){.Impact-module__tAGuhG__cardContainer{padding:2.5rem 1.25rem}.Impact-module__tAGuhG__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.Impact-module__tAGuhG__card{padding:1.75rem 1rem}.Impact-module__tAGuhG__iconContainer{width:54px;height:54px;margin-bottom:1rem}.Impact-module__tAGuhG__iconContainer svg{width:24px;height:24px}.Impact-module__tAGuhG__value{font-size:2rem}.Impact-module__tAGuhG__label{min-height:2.4rem;font-size:.85rem}}@media (max-width:480px){.Impact-module__tAGuhG__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.Impact-module__tAGuhG__card{padding:1.25rem .6rem}.Impact-module__tAGuhG__value{font-size:1.5rem}.Impact-module__tAGuhG__label{min-height:2.2rem;font-size:.75rem}.Impact-module__tAGuhG__iconContainer{width:44px;height:44px;margin-bottom:.75rem}.Impact-module__tAGuhG__iconContainer svg{width:20px;height:20px}}
.KinetiqRobotics-module__BvezgG__container{font-family:var(--font-teachers), system-ui, -apple-system, sans-serif;width:100%;max-width:1240px;margin:0 auto;padding:2rem 1.5rem 4rem}.KinetiqRobotics-module__BvezgG__catalogSection{width:100%}.KinetiqRobotics-module__BvezgG__catalogHeader{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.KinetiqRobotics-module__BvezgG__catalogHeaderTitle{align-items:center;gap:.75rem;display:flex}.KinetiqRobotics-module__BvezgG__titleIcon{color:#2e7d32}.KinetiqRobotics-module__BvezgG__catalogHeaderTitle h3{color:#0b2238;margin:0;font-size:1.5rem;font-weight:800}.KinetiqRobotics-module__BvezgG__resultCount{color:#64748b;margin:0;font-size:.95rem;font-weight:600}.KinetiqRobotics-module__BvezgG__productGrid{grid-template-columns:repeat(4,1fr);gap:1.75rem;display:grid}.KinetiqRobotics-module__BvezgG__productCard{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;align-items:center;padding:1.25rem;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000005}.KinetiqRobotics-module__BvezgG__productCard:hover,.KinetiqRobotics-module__BvezgG__productCard:focus{border-color:#2e7d32;transform:translateY(-6px);box-shadow:0 14px 35px #0000001a}.KinetiqRobotics-module__BvezgG__badgeContainer{z-index:2;position:absolute;top:.75rem;right:.75rem}.KinetiqRobotics-module__BvezgG__newBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#0b2238;border-radius:4px;padding:.2rem .55rem;font-size:.7rem;font-weight:700}.KinetiqRobotics-module__BvezgG__imageWrapper{justify-content:center;align-items:center;width:100%;height:180px;margin:1.25rem auto 1rem;transition:transform .35s;display:flex;overflow:hidden}.KinetiqRobotics-module__BvezgG__productCard:hover .KinetiqRobotics-module__BvezgG__imageWrapper{transform:scale(1.06)}.KinetiqRobotics-module__BvezgG__productDetails{text-align:center;width:100%;margin-top:auto;padding-top:.5rem}.KinetiqRobotics-module__BvezgG__productTitle{font-family:var(--font-teachers), inherit, sans-serif;color:#0b2238;letter-spacing:-.01em;margin:0 0 .4rem;font-size:1.05rem;font-weight:800;line-height:1.4}.KinetiqRobotics-module__BvezgG__productSubtitle{color:#64748b;margin:0;font-size:.88rem;font-weight:600}.KinetiqRobotics-module__BvezgG__hoverSlideOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;z-index:10;background:linear-gradient(#0b223833 0%,#0b2238cc 50%,#0b2238f2 100%);justify-content:center;align-items:flex-end;padding:1.5rem;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s;display:flex;position:absolute;inset:0;transform:translateY(100%)}.KinetiqRobotics-module__BvezgG__productCard:hover .KinetiqRobotics-module__BvezgG__hoverSlideOverlay,.KinetiqRobotics-module__BvezgG__productCard:focus .KinetiqRobotics-module__BvezgG__hoverSlideOverlay,.KinetiqRobotics-module__BvezgG__productCard:active .KinetiqRobotics-module__BvezgG__hoverSlideOverlay{opacity:1;transform:translateY(0)}.KinetiqRobotics-module__BvezgG__hoverContactBtn{color:#fff;background:#2e7d32;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem 1rem;font-size:.88rem;font-weight:700;transition:background .2s,transform .2s;display:flex;box-shadow:0 6px 20px #2e7d3266}.KinetiqRobotics-module__BvezgG__hoverContactBtn:hover{background:#1b5e20;transform:scale(1.02)}@media (max-width:1100px){.KinetiqRobotics-module__BvezgG__productGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:850px){.KinetiqRobotics-module__BvezgG__productGrid{grid-template-columns:repeat(2,1fr)}.KinetiqRobotics-module__BvezgG__catalogHeader{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:550px){.KinetiqRobotics-module__BvezgG__productGrid{grid-template-columns:repeat(2,1fr);gap:.85rem}.KinetiqRobotics-module__BvezgG__productCard{padding:.85rem .65rem}.KinetiqRobotics-module__BvezgG__imageWrapper{height:130px;margin:1rem auto .5rem}.KinetiqRobotics-module__BvezgG__productTitle{font-size:.92rem}.KinetiqRobotics-module__BvezgG__productSubtitle{font-size:.8rem}.KinetiqRobotics-module__BvezgG__hoverSlideOverlay{padding:.75rem}.KinetiqRobotics-module__BvezgG__hoverContactBtn{gap:.35rem;padding:.55rem .4rem;font-size:.75rem}}
.page-module__kSaxVa__pageContainer{background-color:var(--background,#f9fbf9);min-height:100vh;padding-top:5rem}.page-module__kSaxVa__customSectionWrapper{padding-top:4rem;padding-bottom:2rem}.page-module__kSaxVa__ctaContainer{max-width:1000px;margin:3rem auto 2rem;padding:0 1.5rem}.page-module__kSaxVa__hero{background-color:#0b1f1c;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:45vh;padding:6rem 5% 4rem;display:flex;position:relative;overflow:hidden}.page-module__kSaxVa__heroOverlay{z-index:1;background:linear-gradient(135deg,#0b1f1ce0 0%,#103c30d1 50%,#0b1f1ceb 100%);position:absolute;inset:0}.page-module__kSaxVa__heroContent{z-index:2;text-align:center;color:#fff;max-width:900px;margin:0 auto;position:relative}.page-module__kSaxVa__backLink{color:#81c784;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.page-module__kSaxVa__backLink:hover{color:#fff;background:#ffffff2e;transform:translate(-4px)}.page-module__kSaxVa__title{letter-spacing:-.02em;color:#fff;text-shadow:0 4px 15px #0006;margin-bottom:1.25rem;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:800;line-height:1.2}.page-module__kSaxVa__taglineBanner{color:#fff;letter-spacing:.01em;background:linear-gradient(135deg,#cd9720f2,#10b981e6);border-radius:30px;margin-top:.5rem;padding:.8rem 1.6rem;font-size:clamp(.95rem,1.8vw,1.2rem);font-weight:700;display:inline-block;box-shadow:0 8px 25px #00000040}.page-module__kSaxVa__contentSection{z-index:3;max-width:950px;margin:-2rem auto 5rem;padding:0 5%;position:relative}.page-module__kSaxVa__detailsCard{background:#fff;border:1px solid #0000000f;border-radius:24px;padding:3rem 2.5rem;box-shadow:0 20px 40px #0000000f}.page-module__kSaxVa__sectionHeader{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.page-module__kSaxVa__sectionIcon{color:var(--primary,#2e7d32)}.page-module__kSaxVa__sectionTitle{color:#0b1f1c;font-size:1.6rem;font-weight:700}.page-module__kSaxVa__description{color:#444;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.8}.page-module__kSaxVa__highlightsGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.page-module__kSaxVa__highlightItem{background:#f4fbf5;border:1px solid #2e7d321f;border-radius:16px;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.page-module__kSaxVa__highlightIcon{color:var(--primary,#2e7d32);flex-shrink:0;margin-top:.2rem}.page-module__kSaxVa__highlightText h4{color:#0b1f1c;margin-bottom:.3rem;font-size:1.05rem;font-weight:700}.page-module__kSaxVa__highlightText p{color:#666;font-size:.92rem;line-height:1.5}.page-module__kSaxVa__ctaBox{text-align:center;color:#fff;background:linear-gradient(135deg,#0b1f1c,#163c30);border-radius:20px;padding:2.5rem}.page-module__kSaxVa__ctaTitle{margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.page-module__kSaxVa__ctaSubtitle{color:#c8e6c9;margin-bottom:1.5rem;font-size:1rem}.page-module__kSaxVa__ctaButton{color:#fff;background:#cd9720;border-radius:30px;align-items:center;gap:.6rem;padding:.9rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 6px 20px #cd972059}.page-module__kSaxVa__ctaButton:hover{background:#b58318;transform:translateY(-2px);box-shadow:0 10px 25px #cd972073}@media (prefers-color-scheme:dark){.page-module__kSaxVa__pageContainer{background-color:#080d0b}.page-module__kSaxVa__detailsCard{background:#121917;border-color:#ffffff14}.page-module__kSaxVa__sectionTitle{color:#fff}.page-module__kSaxVa__description{color:#ccc}.page-module__kSaxVa__highlightItem{background:#172420;border-color:#ffffff14}.page-module__kSaxVa__highlightText h4{color:#fff}.page-module__kSaxVa__highlightText p{color:#aaa}}@media (max-width:768px){.page-module__kSaxVa__hero{min-height:40vh;padding-top:7rem}.page-module__kSaxVa__detailsCard{padding:2rem 1.5rem}.page-module__kSaxVa__ctaBox{padding:1.75rem 1.25rem}}
.CleaningCategoryView-module__gMfp_q__hero{color:#fff;text-align:center;background-color:#0b2238;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:4.5rem 1.5rem 3.5rem;position:relative}.CleaningCategoryView-module__gMfp_q__heroOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#0b2238eb 0%,#173e35e0 100%);position:absolute;inset:0}.CleaningCategoryView-module__gMfp_q__heroContent{z-index:2;max-width:860px;margin:0 auto;position:relative}.CleaningCategoryView-module__gMfp_q__heroTitle{color:#fff;letter-spacing:-.02em;text-shadow:0 4px 15px #0000004d;margin:0;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800}@media (max-width:640px){.CleaningCategoryView-module__gMfp_q__hero{padding:3rem 1.25rem}}.CleaningCategoryView-module__gMfp_q__container{font-family:var(--font-teachers), system-ui, -apple-system, sans-serif;width:100%;max-width:1280px;margin:0 auto;padding:2rem 1.5rem 5rem}.CleaningCategoryView-module__gMfp_q__topBackBar{margin-bottom:2rem}.CleaningCategoryView-module__gMfp_q__backLink{color:#fff;background:linear-gradient(135deg,#0b2238 0%,#164032 100%);border:1px solid #34d39966;border-radius:50px;align-items:center;gap:.65rem;padding:.75rem 1.4rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 15px #0b223826}.CleaningCategoryView-module__gMfp_q__backLink svg{color:#34d399;transition:transform .25s}.CleaningCategoryView-module__gMfp_q__backLink:hover{color:#fff;background:linear-gradient(135deg,#2e7d32 0%,#1b5e20 100%);border-color:#2e7d32;transform:translate(-4px);box-shadow:0 8px 22px #2e7d3266}.CleaningCategoryView-module__gMfp_q__backLink:hover svg{color:#fff;transform:translate(-3px)}.CleaningCategoryView-module__gMfp_q__mainContent{flex-direction:column;width:100%;display:flex}.CleaningCategoryView-module__gMfp_q__contentHeader{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:1.75rem;padding-bottom:.75rem;display:flex}.CleaningCategoryView-module__gMfp_q__resultCount{color:#64748b;margin:0;font-size:1rem}.CleaningCategoryView-module__gMfp_q__productGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;animation:.3s ease-out CleaningCategoryView-module__gMfp_q__gridFadeIn;display:grid}@keyframes CleaningCategoryView-module__gMfp_q__gridFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.CleaningCategoryView-module__gMfp_q__productCard{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;padding:1.5rem 1.25rem 1.25rem;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000005}.CleaningCategoryView-module__gMfp_q__productCard:hover,.CleaningCategoryView-module__gMfp_q__productCard:focus{border-color:#2e7d32;transform:translateY(-6px);box-shadow:0 14px 35px #0000001a}.CleaningCategoryView-module__gMfp_q__badgeContainer{z-index:2;position:absolute;top:1rem;right:1rem}.CleaningCategoryView-module__gMfp_q__newBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#2e7d32;border-radius:4px;padding:.25rem .6rem;font-size:.72rem;font-weight:700}.CleaningCategoryView-module__gMfp_q__imageWrapper{justify-content:center;align-items:center;width:100%;height:180px;margin:1.25rem auto 1rem;transition:transform .35s;display:flex;overflow:hidden}.CleaningCategoryView-module__gMfp_q__productCard:hover .CleaningCategoryView-module__gMfp_q__imageWrapper{transform:scale(1.06)}.CleaningCategoryView-module__gMfp_q__productDetails{text-align:center;margin-top:auto;padding-bottom:.5rem}.CleaningCategoryView-module__gMfp_q__productTitle{color:#0b2238;letter-spacing:-.01em;margin:0;font-size:1.18rem;font-weight:800}.CleaningCategoryView-module__gMfp_q__hoverSlideOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;z-index:10;background:linear-gradient(#0b223833 0%,#0b2238cc 50%,#0b2238f2 100%);justify-content:center;align-items:flex-end;padding:1.5rem;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s;display:flex;position:absolute;inset:0;transform:translateY(100%)}.CleaningCategoryView-module__gMfp_q__productCard:hover .CleaningCategoryView-module__gMfp_q__hoverSlideOverlay,.CleaningCategoryView-module__gMfp_q__productCard:focus .CleaningCategoryView-module__gMfp_q__hoverSlideOverlay{opacity:1;transform:translateY(0)}.CleaningCategoryView-module__gMfp_q__hoverContactBtn{color:#fff;text-transform:uppercase;letter-spacing:.02em;background:#2e7d32;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #2e7d324d}.CleaningCategoryView-module__gMfp_q__noResults{text-align:center;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:12px;padding:3rem}@media (max-width:1150px){.CleaningCategoryView-module__gMfp_q__productGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (max-width:850px){.CleaningCategoryView-module__gMfp_q__productGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:640px){.CleaningCategoryView-module__gMfp_q__container{padding:1.5rem 1rem 3.5rem}.CleaningCategoryView-module__gMfp_q__productGrid{grid-template-columns:repeat(2,1fr);gap:.85rem}.CleaningCategoryView-module__gMfp_q__productCard{border-radius:12px;padding:1.2rem .85rem 1rem}.CleaningCategoryView-module__gMfp_q__imageWrapper{height:140px;margin:.75rem auto}.CleaningCategoryView-module__gMfp_q__productTitle{font-size:1.02rem}}
.GardeningCategoryView-module__ZVoWea__hero{color:#fff;text-align:center;background-color:#0b2238;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:5rem 1.5rem;position:relative}.GardeningCategoryView-module__ZVoWea__heroOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#0b2238eb 0%,#173e35e0 100%);position:absolute;inset:0}.GardeningCategoryView-module__ZVoWea__heroContent{z-index:2;max-width:860px;margin:0 auto;position:relative}.GardeningCategoryView-module__ZVoWea__heroTitle{color:#fff;letter-spacing:-.02em;text-shadow:0 4px 15px #0000004d;margin:0;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800}@media (max-width:640px){.GardeningCategoryView-module__ZVoWea__hero{padding:3rem 1.25rem}}.GardeningCategoryView-module__ZVoWea__container{font-family:var(--font-teachers), system-ui, -apple-system, sans-serif;width:100%;max-width:1280px;margin:0 auto;padding:2rem 1.5rem 5rem}.GardeningCategoryView-module__ZVoWea__topBackBar{margin-bottom:2rem}.GardeningCategoryView-module__ZVoWea__backLink{color:#fff;background:linear-gradient(135deg,#0b2238 0%,#164032 100%);border:1px solid #34d39966;border-radius:50px;align-items:center;gap:.65rem;padding:.75rem 1.4rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 15px #0b223826}.GardeningCategoryView-module__ZVoWea__backLink svg{color:#34d399;transition:transform .25s}.GardeningCategoryView-module__ZVoWea__backLink:hover{color:#fff;background:linear-gradient(135deg,#2e7d32 0%,#1b5e20 100%);border-color:#2e7d32;transform:translate(-4px);box-shadow:0 8px 22px #2e7d3266}.GardeningCategoryView-module__ZVoWea__backLink:hover svg{color:#fff;transform:translate(-3px)}.GardeningCategoryView-module__ZVoWea__mainContent{flex-direction:column;width:100%;display:flex}.GardeningCategoryView-module__ZVoWea__contentHeader{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:1.75rem;padding-bottom:.75rem;display:flex}.GardeningCategoryView-module__ZVoWea__resultCount{color:#64748b;margin:0;font-size:1rem}.GardeningCategoryView-module__ZVoWea__resultCount strong{color:#0f172a}.GardeningCategoryView-module__ZVoWea__productGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;animation:.3s ease-out GardeningCategoryView-module__ZVoWea__gridFadeIn;display:grid}@keyframes GardeningCategoryView-module__ZVoWea__gridFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.GardeningCategoryView-module__ZVoWea__productCard{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;padding:1.5rem 1.25rem 1.25rem;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000005}.GardeningCategoryView-module__ZVoWea__productCard:hover,.GardeningCategoryView-module__ZVoWea__productCard:focus{border-color:#2e7d32;transform:translateY(-6px);box-shadow:0 14px 35px #0000001a}.GardeningCategoryView-module__ZVoWea__badgeContainer{z-index:2;position:absolute;top:1rem;right:1rem}.GardeningCategoryView-module__ZVoWea__newBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#2e7d32;border-radius:4px;padding:.25rem .6rem;font-size:.72rem;font-weight:700}.GardeningCategoryView-module__ZVoWea__imageWrapper{justify-content:center;align-items:center;width:100%;height:180px;margin:1.25rem auto 1rem;transition:transform .35s;display:flex;overflow:hidden}.GardeningCategoryView-module__ZVoWea__productCard:hover .GardeningCategoryView-module__ZVoWea__imageWrapper{transform:scale(1.06)}.GardeningCategoryView-module__ZVoWea__productDetails{text-align:center;margin-top:auto;padding-bottom:.5rem}.GardeningCategoryView-module__ZVoWea__productTitle{color:#0b2238;letter-spacing:-.01em;margin:0 0 .3rem;font-size:1.18rem;font-weight:800}.GardeningCategoryView-module__ZVoWea__productSubtitle{color:#64748b;margin:0;font-size:.88rem;font-weight:600}.GardeningCategoryView-module__ZVoWea__hoverSlideOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;z-index:10;background:linear-gradient(#0b223833 0%,#0b2238cc 50%,#0b2238f2 100%);justify-content:center;align-items:flex-end;padding:1.5rem;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s;display:flex;position:absolute;inset:0;transform:translateY(100%)}.GardeningCategoryView-module__ZVoWea__productCard:hover .GardeningCategoryView-module__ZVoWea__hoverSlideOverlay,.GardeningCategoryView-module__ZVoWea__productCard:focus .GardeningCategoryView-module__ZVoWea__hoverSlideOverlay{opacity:1;transform:translateY(0)}.GardeningCategoryView-module__ZVoWea__hoverContactBtn{color:#fff;text-transform:uppercase;letter-spacing:.02em;background:#2e7d32;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #2e7d324d}.GardeningCategoryView-module__ZVoWea__noResults{text-align:center;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:12px;padding:3rem}.GardeningCategoryView-module__ZVoWea__ctaContainer{width:100%;margin-top:4rem}.GardeningCategoryView-module__ZVoWea__ctaBox{color:#fff;text-align:center;background:linear-gradient(135deg,#0b2238 0%,#164032 100%);border:1px solid #ffffff14;border-radius:16px;padding:2.75rem 2rem;box-shadow:0 10px 30px #0000001a}.GardeningCategoryView-module__ZVoWea__ctaTitle{letter-spacing:-.02em;color:#fff;margin-bottom:.75rem;font-size:clamp(1.4rem,2.5vw,1.85rem);font-weight:800}.GardeningCategoryView-module__ZVoWea__ctaSubtitle{color:#cbd5e1;max-width:600px;margin:0 auto 1.5rem;font-size:1rem;line-height:1.6}.GardeningCategoryView-module__ZVoWea__ctaButton{color:#fff;background:#2e7d32;border-radius:8px;align-items:center;gap:.6rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #2e7d324d}.GardeningCategoryView-module__ZVoWea__ctaButton:hover{background:#1b5e20;transform:translateY(-2px);box-shadow:0 6px 20px #2e7d3266}@media (max-width:1150px){.GardeningCategoryView-module__ZVoWea__productGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (max-width:850px){.GardeningCategoryView-module__ZVoWea__productGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:640px){.GardeningCategoryView-module__ZVoWea__container{padding:1.5rem 1rem 3.5rem}.GardeningCategoryView-module__ZVoWea__productGrid{grid-template-columns:repeat(2,1fr);gap:.85rem}.GardeningCategoryView-module__ZVoWea__productCard{border-radius:12px;padding:1.2rem .85rem 1rem}.GardeningCategoryView-module__ZVoWea__imageWrapper{height:140px;margin:.75rem auto}.GardeningCategoryView-module__ZVoWea__productTitle{font-size:1.02rem}.GardeningCategoryView-module__ZVoWea__productSubtitle{font-size:.8rem}.GardeningCategoryView-module__ZVoWea__ctaBox{padding:2rem 1.25rem}}
.OrganicCategoryView-module__jLJr3a__hero{color:#fff;text-align:center;background-color:#0b2238;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:4.5rem 1.5rem 3.5rem;position:relative}.OrganicCategoryView-module__jLJr3a__heroOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#0b2238eb 0%,#173e35e0 100%);position:absolute;inset:0}.OrganicCategoryView-module__jLJr3a__heroContent{z-index:2;max-width:860px;margin:0 auto;position:relative}.OrganicCategoryView-module__jLJr3a__heroTitle{color:#fff;letter-spacing:-.02em;text-shadow:0 4px 15px #0000004d;margin:0;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800}@media (max-width:640px){.OrganicCategoryView-module__jLJr3a__hero{padding:3rem 1.25rem}}.OrganicCategoryView-module__jLJr3a__container{font-family:var(--font-teachers), system-ui, -apple-system, sans-serif;width:100%;max-width:1280px;margin:0 auto;padding:2rem 1.5rem 5rem}.OrganicCategoryView-module__jLJr3a__topBackBar{margin-bottom:2rem}.OrganicCategoryView-module__jLJr3a__backLink{color:#fff;background:linear-gradient(135deg,#0b2238 0%,#164032 100%);border:1px solid #34d39966;border-radius:50px;align-items:center;gap:.65rem;padding:.75rem 1.4rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 15px #0b223826}.OrganicCategoryView-module__jLJr3a__backLink svg{color:#34d399;transition:transform .25s}.OrganicCategoryView-module__jLJr3a__backLink:hover{color:#fff;background:linear-gradient(135deg,#2e7d32 0%,#1b5e20 100%);border-color:#2e7d32;transform:translate(-4px);box-shadow:0 8px 22px #2e7d3266}.OrganicCategoryView-module__jLJr3a__backLink:hover svg{color:#fff;transform:translate(-3px)}.OrganicCategoryView-module__jLJr3a__mainContent{flex-direction:column;width:100%;display:flex}.OrganicCategoryView-module__jLJr3a__contentHeader{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:1.75rem;padding-bottom:.75rem;display:flex}.OrganicCategoryView-module__jLJr3a__resultCount{color:#64748b;margin:0;font-size:1rem}.OrganicCategoryView-module__jLJr3a__productGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;animation:.3s ease-out OrganicCategoryView-module__jLJr3a__gridFadeIn;display:grid}@keyframes OrganicCategoryView-module__jLJr3a__gridFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.OrganicCategoryView-module__jLJr3a__productCard{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;padding:1.5rem 1.25rem 1.25rem;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000005}.OrganicCategoryView-module__jLJr3a__productCard:hover,.OrganicCategoryView-module__jLJr3a__productCard:focus{border-color:#2e7d32;transform:translateY(-6px);box-shadow:0 14px 35px #0000001a}.OrganicCategoryView-module__jLJr3a__badgeContainer{z-index:2;position:absolute;top:1rem;right:1rem}.OrganicCategoryView-module__jLJr3a__newBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#2e7d32;border-radius:4px;padding:.25rem .6rem;font-size:.72rem;font-weight:700}.OrganicCategoryView-module__jLJr3a__imageWrapper{justify-content:center;align-items:center;width:100%;height:180px;margin:1.25rem auto 1rem;transition:transform .35s;display:flex;overflow:hidden}.OrganicCategoryView-module__jLJr3a__productCard:hover .OrganicCategoryView-module__jLJr3a__imageWrapper{transform:scale(1.06)}.OrganicCategoryView-module__jLJr3a__productDetails{text-align:center;margin-top:auto;padding-bottom:.5rem}.OrganicCategoryView-module__jLJr3a__productTitle{color:#0b2238;letter-spacing:-.01em;margin:0 0 .3rem;font-size:1.18rem;font-weight:800}.OrganicCategoryView-module__jLJr3a__productSubtitle{color:#64748b;margin:0;font-size:.85rem}.OrganicCategoryView-module__jLJr3a__hoverSlideOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;z-index:10;background:linear-gradient(#0b223833 0%,#0b2238cc 50%,#0b2238f2 100%);justify-content:center;align-items:flex-end;padding:1.5rem;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s;display:flex;position:absolute;inset:0;transform:translateY(100%)}.OrganicCategoryView-module__jLJr3a__productCard:hover .OrganicCategoryView-module__jLJr3a__hoverSlideOverlay,.OrganicCategoryView-module__jLJr3a__productCard:focus .OrganicCategoryView-module__jLJr3a__hoverSlideOverlay{opacity:1;transform:translateY(0)}.OrganicCategoryView-module__jLJr3a__hoverContactBtn{color:#fff;text-transform:uppercase;letter-spacing:.02em;background:#2e7d32;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #2e7d324d}.OrganicCategoryView-module__jLJr3a__noResults{text-align:center;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:12px;padding:3rem}@media (max-width:1150px){.OrganicCategoryView-module__jLJr3a__productGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (max-width:850px){.OrganicCategoryView-module__jLJr3a__productGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:640px){.OrganicCategoryView-module__jLJr3a__container{padding:1.5rem 1rem 3.5rem}.OrganicCategoryView-module__jLJr3a__productGrid{grid-template-columns:repeat(2,1fr);gap:.85rem}.OrganicCategoryView-module__jLJr3a__productCard{border-radius:12px;padding:1.2rem .85rem 1rem}.OrganicCategoryView-module__jLJr3a__imageWrapper{height:140px;margin:.75rem auto}.OrganicCategoryView-module__jLJr3a__productTitle{font-size:1.02rem}.OrganicCategoryView-module__jLJr3a__productSubtitle{font-size:.78rem}}
.CtaSection-module___H-rNG__ctaSection{text-align:center;background:linear-gradient(135deg,#0d332d 0%,#154c3e 40%,#cd9720 100%);padding:6rem 5%;position:relative;overflow:hidden}.CtaSection-module___H-rNG__ctaSection:before{content:"";pointer-events:none;background:radial-gradient(circle at 80% 20%,#cd972066 0%,#0000 50%);position:absolute;inset:0}.CtaSection-module___H-rNG__container{z-index:1;max-width:850px;margin:0 auto;position:relative}.CtaSection-module___H-rNG__title{color:#fff;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:800;line-height:1.25}.CtaSection-module___H-rNG__highlight{color:#fde68a;text-shadow:0 2px 10px #fde68a33}.CtaSection-module___H-rNG__subtitle{color:#e5e7eb;max-width:720px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.6}.CtaSection-module___H-rNG__buttonGroup{justify-content:center;align-items:center;gap:1.5rem;display:flex}.CtaSection-module___H-rNG__callBtn{color:#0d332d;background:#fff;border-radius:40px;align-items:center;gap:.6rem;padding:.9rem 2.2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #00000026}.CtaSection-module___H-rNG__callBtn:hover{background:#f4f4f5;transform:translateY(-3px);box-shadow:0 15px 35px #00000040}.CtaSection-module___H-rNG__whatsappBtn{color:#fff;background:0 0;border:2px solid #ffffff80;border-radius:40px;align-items:center;gap:.6rem;padding:.9rem 2.2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.CtaSection-module___H-rNG__whatsappBtn:hover{color:#0d332d;background:#fff;border-color:#fff;transform:translateY(-3px);box-shadow:0 10px 25px #0000001a}@media (prefers-color-scheme:dark){.CtaSection-module___H-rNG__ctaSection{background:linear-gradient(135deg,#051412 0%,#0a261f 40%,#876110 100%)}}@media (max-width:600px){.CtaSection-module___H-rNG__buttonGroup{flex-direction:column;width:100%}.CtaSection-module___H-rNG__callBtn,.CtaSection-module___H-rNG__whatsappBtn{justify-content:center;width:100%}}
.page-module__OSLHOG__pageContainer{background-color:#f8faf9;min-height:100vh;padding-top:5rem}.page-module__OSLHOG__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.page-module__OSLHOG__heroSection{color:#fff;text-align:center;background:linear-gradient(135deg,#0b2238 0%,#173e35 100%);padding:5rem 1.5rem}.page-module__OSLHOG__heroContent{max-width:800px;margin:0 auto}.page-module__OSLHOG__heroBadge{color:#10b981;text-transform:uppercase;letter-spacing:.08em;background:#10b98133;border:1px solid #10b9814d;border-radius:20px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.page-module__OSLHOG__heroTitle{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800}.page-module__OSLHOG__heroSub{color:#cbd5e1;font-size:1.15rem;line-height:1.6}.page-module__OSLHOG__infoCardsSection{z-index:10;margin-top:3rem;margin-bottom:4rem;position:relative}.page-module__OSLHOG__cardsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.page-module__OSLHOG__infoCard{text-align:center;background:#fff;border:1px solid #0000000a;border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #0000000f}.page-module__OSLHOG__infoCard:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.page-module__OSLHOG__iconBox{color:#2e7d32;background:#e8f5e9;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.25rem;display:flex}.page-module__OSLHOG__infoCard h3{color:#0b2238;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.page-module__OSLHOG__infoCard p{color:#64748b;margin-bottom:1rem;font-size:.92rem}.page-module__OSLHOG__cardLink{color:#2e7d32;font-size:1.05rem;font-weight:700;text-decoration:none;transition:color .2s}.page-module__OSLHOG__cardLink:hover{color:#1b5e20}.page-module__OSLHOG__cardText{color:#0b2238;font-size:.95rem;font-weight:700;line-height:1.4;display:block}.page-module__OSLHOG__secondEmail{margin-top:.5rem}.page-module__OSLHOG__formSection{padding-bottom:6rem}.page-module__OSLHOG__formLayout{grid-template-columns:1fr 340px;align-items:start;gap:2.5rem;display:grid}.page-module__OSLHOG__formCard{background:#fff;border:1px solid #0000000a;border-radius:20px;padding:3rem;box-shadow:0 10px 30px #0000000d}.page-module__OSLHOG__formTitle{color:#0b2238;margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.page-module__OSLHOG__formSub{color:#64748b;margin-bottom:2rem;font-size:1rem}.page-module__OSLHOG__contactForm{flex-direction:column;gap:1.5rem;display:flex}.page-module__OSLHOG__formGroupRow{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.page-module__OSLHOG__formGroup{flex-direction:column;gap:.5rem;display:flex}.page-module__OSLHOG__formGroup label{color:#1e293b;font-size:.9rem;font-weight:700}.page-module__OSLHOG__formGroup input,.page-module__OSLHOG__formGroup select,.page-module__OSLHOG__formGroup textarea{color:#0f172a;background:#fff;border:1.5px solid #cbd5e1;border-radius:10px;outline:none;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.page-module__OSLHOG__formGroup input:focus,.page-module__OSLHOG__formGroup select:focus,.page-module__OSLHOG__formGroup textarea:focus{border-color:#2e7d32;box-shadow:0 0 0 4px #2e7d321a}.page-module__OSLHOG__submitBtn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem;padding:1rem 2rem;font-size:1.05rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 14px #2e7d324d}.page-module__OSLHOG__submitBtn:hover{background:#1b5e20;transform:translateY(-2px);box-shadow:0 6px 20px #2e7d3266}.page-module__OSLHOG__successBox{text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;padding:3rem 2rem}.page-module__OSLHOG__successIcon{color:#16a34a;margin-bottom:1rem}.page-module__OSLHOG__successBox h3{color:#14532d;margin-bottom:.5rem;font-size:1.5rem}.page-module__OSLHOG__successBox p{color:#166534;margin-bottom:1.5rem;font-size:1.05rem}.page-module__OSLHOG__resetBtn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600}.page-module__OSLHOG__sideInfo{flex-direction:column;gap:1.5rem;display:flex}.page-module__OSLHOG__sideCard{background:#fff;border:1px solid #0000000a;border-radius:16px;padding:1.75rem;box-shadow:0 4px 15px #0000000a}.page-module__OSLHOG__sideCard h3{color:#0b2238;margin-bottom:1rem;font-size:1.15rem;font-weight:700}.page-module__OSLHOG__hourRow{color:#475569;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.92rem;display:flex}.page-module__OSLHOG__sideCardGreen{color:#fff;background:linear-gradient(135deg,#1b5e20 0%,#2e7d32 100%);border-radius:16px;padding:2rem;box-shadow:0 8px 24px #2e7d3240}.page-module__OSLHOG__sideCardGreen h3{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.page-module__OSLHOG__sideCardGreen ul{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.page-module__OSLHOG__sideCardGreen li{padding-left:1.5rem;font-size:.95rem;line-height:1.4;position:relative}.page-module__OSLHOG__sideCardGreen li:before{content:"✓";color:#86efac;font-weight:700;position:absolute;left:0}@media (max-width:992px){.page-module__OSLHOG__cardsGrid,.page-module__OSLHOG__formLayout,.page-module__OSLHOG__formGroupRow{grid-template-columns:1fr}.page-module__OSLHOG__formCard{padding:2rem 1.5rem}}
.page-module__gu7nYa__pageContainer{background-color:#fcfdfc;min-height:100vh;padding-top:5rem}
.page-module__byAEoa__pageContainer{background-color:#fcfdfc;min-height:100vh;padding-top:5rem}
.page-module__JEYIda__pageContainer{min-height:100vh;font-family:var(--font-teachers), system-ui, -apple-system, sans-serif;background-color:#f8fafc;padding-top:5rem}.page-module__JEYIda__hero{color:#fff;text-align:center;background-color:#0b2238;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:5.5rem 1.5rem;position:relative}.page-module__JEYIda__heroOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#0b2238eb 0%,#173e35e0 100%);position:absolute;inset:0}.page-module__JEYIda__heroContent{z-index:2;max-width:860px;margin:0 auto;position:relative}.page-module__JEYIda__breadcrumb{color:#cbd5e1;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.85rem;display:inline-flex}.page-module__JEYIda__breadcrumb a{color:#a7f3d0;text-decoration:none;transition:color .2s}.page-module__JEYIda__breadcrumb a:hover{color:#fff;text-decoration:underline}.page-module__JEYIda__breadcrumbSeparator{color:#64748b}.page-module__JEYIda__currentBreadcrumb{color:#fff;font-weight:700}.page-module__JEYIda__heroTag{color:#34d399;text-transform:uppercase;letter-spacing:.08em;background:#10b98133;border:1px solid #34d39959;border-radius:30px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.82rem;font-weight:800;display:inline-block}.page-module__JEYIda__heroTitle{color:#fff;letter-spacing:-.02em;text-shadow:0 4px 15px #0000004d;margin:0 0 1rem;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800}.page-module__JEYIda__heroDescription{color:#e2e8f0;max-width:720px;margin:0 auto;font-size:1.12rem;line-height:1.65}@media (max-width:640px){.page-module__JEYIda__hero{padding:4rem 1.25rem}}
