*{box-sizing:border-box;margin:0;padding:0}.theme-toggle{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;flex-shrink:0}.theme-toggle__track{position:relative;display:flex;align-items:center;width:56px;height:28px;border-radius:999px;background:#e2e8f0;border:1.5px solid #cbd5e1;transition:background .3s,border-color .3s;overflow:hidden}[data-theme=dark] .theme-toggle__track{background:#1e3a2f;border-color:#2d5a3d}.theme-toggle__icon{position:absolute;font-size:.75rem;line-height:1;transition:opacity .2s;pointer-events:none;-webkit-user-select:none;user-select:none}.theme-toggle__icon--sun{left:6px;opacity:1}.theme-toggle__icon--moon{right:6px;opacity:.4}[data-theme=dark] .theme-toggle__icon--sun{opacity:.4}[data-theme=dark] .theme-toggle__icon--moon{opacity:1}.theme-toggle__thumb{position:absolute;top:2px;left:2px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0000002e;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}[data-theme=dark] .theme-toggle__thumb{transform:translate(28px);background:#4a7c59}.site-footer{background-color:var(--color-surface);border-top:none;color:var(--color-text);padding:0 1.5rem 1.75rem}.footer-divider{width:100%;overflow:hidden;line-height:0;margin-bottom:0}.footer-divider svg{display:block;width:100%;height:80px}[data-theme=dark] .footer-divider svg path:last-of-type{fill:var(--color-surface)}.footer-inner{max-width:1100px;margin:0 auto;padding-top:2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1.4fr;gap:3rem;margin-bottom:2.5rem;align-items:start}.footer-brand{display:flex;flex-direction:column;gap:.75rem}.footer-logo{width:110px;height:auto;display:block}.footer-tagline{color:var(--color-text-muted);font-size:.875rem;line-height:1.6;margin:0;max-width:240px}.footer-insta-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border-radius:999px;border:1px solid var(--color-border);color:var(--color-text-muted);font-size:.8rem;font-weight:500;text-decoration:none;width:fit-content;transition:border-color .2s,color .2s,background .2s}.footer-insta-pill:hover{border-color:#e1306c;color:#e1306c;background:#e1306c0f}.footer-heading{font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text);margin:0 0 1rem}.footer-list{display:flex;flex-direction:column;gap:.55rem;list-style:none;margin:0;padding:0}.footer-link{color:var(--color-text-muted);text-decoration:none;font-size:.875rem;transition:color .15s}.footer-link:hover{color:var(--color-primary, #4a7c59)}.footer-contact-item{display:flex;align-items:flex-start;gap:.5rem;color:var(--color-text-muted);text-decoration:none;font-size:.875rem;line-height:1.5;transition:color .15s}a.footer-contact-item:hover{color:var(--color-primary, #4a7c59)}.footer-contact-item--plain{cursor:default}.footer-contact-icon{display:flex;align-items:center;flex-shrink:0;margin-top:2px;opacity:.7}.footer-bottom{border-top:1px solid var(--color-border);padding-top:1.25rem;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;color:var(--color-text-muted);font-size:.8rem}.footer-bottom-dot{opacity:.4}@media (max-width: 1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 600px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-tagline{max-width:100%}}.wa-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;display:flex;align-items:center;gap:.5rem;background:#25d366;color:#fff;padding:.65rem 1.1rem .65rem .85rem;border-radius:999px;text-decoration:none;font-size:.85rem;font-weight:600;box-shadow:0 4px 20px #25d36673;transition:transform .2s,box-shadow .2s;white-space:nowrap}.wa-float:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 28px #25d3668c}.wa-float__label{font-size:.82rem;letter-spacing:.01em}@media (max-width: 480px){.wa-float{padding:.75rem;border-radius:50%}.wa-float__label{display:none}}body.sticky-cta-visible .wa-float{bottom:calc(1.5rem + 60px);transition:bottom .28s ease,transform .2s,box-shadow .2s}@media (max-width: 600px){body.sticky-cta-visible .wa-float{bottom:calc(1rem + 56px)}}.hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;background:var(--color-bg)}.hero__blob{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0}.hero__blob--1{width:520px;height:520px;background:#4a7c591f;top:-120px;right:-80px}.hero__blob--2{width:380px;height:380px;background:#6aab7e1a;bottom:-100px;left:-60px}.hero__inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.hero__content{display:flex;flex-direction:column;gap:1.25rem}.hero__tag{display:inline-block;background:#dcfce7;color:#16a34a;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.35rem 1rem;border-radius:999px;width:fit-content}[data-theme=dark] .hero__tag{background:#14532d;color:#6aab7e}.hero__title{font-size:clamp(2.4rem,4vw,4rem);font-weight:800;color:var(--color-text);line-height:1.1;letter-spacing:-.02em;margin:0}.hero__title-accent{color:#4a7c59}[data-theme=dark] .hero__title-accent{color:#6aab7e}.hero__subtitle{font-size:clamp(1rem,1.8vw,1.1rem);color:var(--color-text-muted);line-height:1.7;max-width:460px;margin:0}.hero__badges{display:flex;flex-wrap:wrap;gap:.5rem}.hero__badge{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .75rem;border-radius:999px;border:1.5px solid var(--color-border);background:var(--color-surface);font-size:.78rem;font-weight:500;color:var(--color-text-muted);white-space:nowrap}.hero__actions{display:flex;gap:.875rem;flex-wrap:wrap;margin-top:.25rem}.hero__btn{display:inline-block;padding:.8rem 2rem;border-radius:999px;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s}.hero__btn--primary{background:#4a7c59;color:#fff;box-shadow:0 4px 20px #4a7c5959}.hero__btn--primary:hover{background:#2d5a3d;color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 28px #4a7c5973}.hero__btn--ghost{background:transparent;color:var(--color-text);border:1.5px solid var(--color-border)}.hero__btn--ghost:hover{border-color:#4a7c59;color:#4a7c59;text-decoration:none;transform:translateY(-2px)}.hero__visual{display:flex;justify-content:center;align-items:center}.hero__img-wrap{position:relative;width:100%;max-width:520px;animation:heroFloat 10s ease-in-out infinite}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero__img{width:100%;height:auto;border-radius:24px;display:block;object-fit:cover;box-shadow:0 24px 64px #0000001f}.hero__img-wrap:hover{animation-play-state:paused}.hero__stat{position:absolute;display:flex;flex-direction:column;align-items:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px;padding:.6rem 1rem;box-shadow:0 8px 24px #0000001a;min-width:90px;text-align:center}.hero__stat--top{top:-16px;right:-16px}.hero__stat--bottom{bottom:-16px;left:-16px}.hero__stat-value{font-size:1.4rem;font-weight:800;color:#4a7c59;line-height:1}.hero__stat-label{font-size:.7rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem}@media (max-width: 1024px){.hero__inner{grid-template-columns:1fr;gap:2.5rem;padding:2.5rem 1.5rem;text-align:center}.hero__tag{margin:0 auto}.hero__subtitle{max-width:100%}.hero__badges,.hero__actions{justify-content:center}.hero__visual{order:-1}.hero__img-wrap{max-width:480px}}@media (max-width: 600px){.hero__inner{padding:2rem 1rem;gap:2rem}.hero__img-wrap{max-width:320px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.carousel-section{padding:3.5rem 0 4rem;background:var(--color-surface);overflow:hidden}.carousel-section__header{text-align:center;padding:0 1.5rem;margin-bottom:2.5rem}.carousel-section__tag{display:inline-block;background:#dcfce7;color:#16a34a;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:999px;margin-bottom:.75rem}[data-theme=dark] .carousel-section__tag{background:#14532d;color:#6aab7e}.carousel-section__title{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;color:var(--color-text);margin-bottom:.6rem;line-height:1.2}.carousel-section__subtitle{font-size:.97rem;color:var(--color-text-muted);max-width:480px;margin:0 auto;line-height:1.65}.carousel-swiper{max-width:900px;margin:0 auto!important;padding:.5rem 1.5rem 3.5rem!important}.carousel-swiper .swiper-button-prev,.carousel-swiper .swiper-button-next{width:44px;height:44px;border-radius:50%;background:var(--color-surface);box-shadow:0 2px 12px #0000001f;border:1.5px solid var(--color-border);color:var(--color-primary)!important;top:38%}.carousel-swiper .swiper-button-prev:after,.carousel-swiper .swiper-button-next:after{font-size:.85rem!important;font-weight:900}.carousel-swiper .swiper-button-prev:hover,.carousel-swiper .swiper-button-next:hover{background:var(--color-primary);color:#fff!important;border-color:var(--color-primary)}.carousel-swiper .swiper-pagination-bullet{width:8px;height:8px;background:var(--color-border);opacity:1;transition:all .25s}.carousel-swiper .swiper-pagination-bullet-active{background:var(--color-primary);width:24px;border-radius:999px}.carousel-card{border-radius:20px;overflow:hidden;background:var(--color-bg);border:1.5px solid var(--color-border);transition:transform .35s ease,box-shadow .35s ease;height:100%;position:relative}.carousel-card:hover{transform:translateY(-8px);box-shadow:0 20px 48px #4a7c592e}.carousel-card__img-wrap{position:relative;overflow:hidden;aspect-ratio:16 / 10}.carousel-card__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .6s ease}.carousel-card:hover .carousel-card__img{transform:scale(1.08)}.carousel-card__img-overlay{display:none}.carousel-card__body{padding:1.5rem 1.75rem 1.75rem;position:relative}.carousel-card__title{font-size:1.1rem;font-weight:800;color:var(--color-text);margin-bottom:.5rem;line-height:1.3}.carousel-card__desc{font-size:.88rem;color:var(--color-text-muted);line-height:1.75}[data-theme=dark] .carousel-section{background:var(--color-surface)}[data-theme=dark] .carousel-card{background:var(--color-surface-raised, #222b26)}.features-section{padding:3.5rem 1.5rem;background:var(--color-bg);max-width:1100px;margin:0 auto}.features-section__header{text-align:center;margin-bottom:3rem}.features-section__tag{display:inline-block;background:#dcfce7;color:#16a34a;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:999px;margin-bottom:.75rem}[data-theme=dark] .features-section__tag{background:#14532d;color:#6aab7e}.features-section__title{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;color:var(--color-text);margin-bottom:.75rem;line-height:1.2}.features-section__subtitle{font-size:.95rem;color:var(--color-text-muted);max-width:520px;margin:0 auto;line-height:1.7}.features-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:4rem}@media (max-width: 1024px){.features-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.features-cards{grid-template-columns:1fr}}.feature-card{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:16px;padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.6rem;transition:box-shadow .25s,transform .25s,border-color .25s;position:relative}.feature-card:hover{box-shadow:0 10px 32px #4a7c591f;transform:translateY(-5px);border-color:var(--color-primary)}.feature-card__icon{width:44px;height:44px;background:#dcfce7;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#16a34a;margin-bottom:.4rem}[data-theme=dark] .feature-card__icon{background:#14532d;color:#6aab7e}.feature-card__icon svg{width:22px;height:22px}.feature-card__title{font-size:1.05rem;font-weight:700;color:var(--color-primary);line-height:1.3}.feature-card__desc{font-size:.88rem;color:var(--color-text-muted);line-height:1.7;flex:1}.feature-card__badge{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);margin-top:.5rem}.features-split{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}@media (max-width: 1024px){.features-split{grid-template-columns:1fr;gap:2rem}}@media (max-width: 600px){.features-split{gap:1.5rem}}.features-split__img-wrap{border-radius:20px;overflow:hidden;border:1.5px solid var(--color-border);background:var(--color-surface);box-shadow:0 16px 48px #4a7c591a;transition:box-shadow .3s}.features-split__img-wrap:hover{box-shadow:0 24px 64px #4a7c592e}.features-split__img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;transition:transform .4s ease}.features-split__img-wrap:hover .features-split__img{transform:scale(1.04)}.features-split__heading{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:var(--color-text);margin-bottom:1rem;line-height:1.2}.features-split__body{font-size:.93rem;color:var(--color-text-muted);line-height:1.75;margin-bottom:1.5rem}.features-split__list{list-style:none;display:flex;flex-direction:column;gap:.65rem}.features-split__list-item{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--color-text);font-weight:500}.features-split__check{color:#16a34a;flex-shrink:0;display:flex;align-items:center}[data-theme=dark] .feature-card{background:var(--color-surface-raised, #222b26)}.trust-banner{padding:3.5rem 1.5rem;background:var(--color-surface)}[data-theme=dark] .trust-banner{background:var(--color-surface-raised)}.trust-banner__inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.trust-banner__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.trust-banner__tag{display:inline-block;background:#dcfce7;color:#16a34a;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .9rem;border-radius:999px}[data-theme=dark] .trust-banner__tag{background:#14532d;color:#6aab7e}.trust-banner__title{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:var(--color-text);margin:0;line-height:1.2}.trust-banner__subtitle{font-size:.95rem;color:var(--color-text-muted);max-width:480px;line-height:1.65;margin:0}.trust-banner__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (max-width: 1024px){.trust-banner__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.trust-banner__grid{grid-template-columns:1fr}}.trust-pillar{background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:16px;padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.6rem;transition:box-shadow .25s,transform .25s,border-color .25s;position:relative;overflow:hidden}.trust-pillar:before{content:"";position:absolute;top:0;left:0;width:3px;height:0;background:var(--color-primary);border-radius:0 0 3px 3px;transition:height .3s ease}.trust-pillar:hover{box-shadow:0 10px 32px #4a7c591f;transform:translateY(-4px);border-color:var(--color-primary)}.trust-pillar:hover:before{height:100%}[data-theme=dark] .trust-pillar{background:var(--color-surface)}.trust-pillar__icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#dcfce7,#bbf7d0);display:flex;align-items:center;justify-content:center;color:#16a34a;flex-shrink:0;transition:box-shadow .25s}.trust-pillar:hover .trust-pillar__icon{box-shadow:0 4px 16px #16a34a4d}[data-theme=dark] .trust-pillar__icon{background:linear-gradient(135deg,#14532d,#166534);color:#6aab7e}.trust-pillar__title{font-size:1rem;font-weight:700;color:var(--color-text);margin:0}.trust-pillar__desc{font-size:.85rem;color:var(--color-text-muted);line-height:1.65;margin:0}.reviews-section{padding:3.5rem 1.5rem;background:var(--color-bg)}.reviews-section__inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.reviews-section__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.reviews-section__tag{display:inline-block;background:#dcfce7;color:#16a34a;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .9rem;border-radius:999px}[data-theme=dark] .reviews-section__tag{background:#14532d;color:#6aab7e}.reviews-section__title{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:var(--color-text);margin:0;line-height:1.2}.reviews-section__summary{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.reviews-summary__score{font-size:2.8rem;font-weight:800;color:var(--color-text);line-height:1}.reviews-summary__right{display:flex;flex-direction:column;gap:.25rem}.reviews-summary__count{font-size:.82rem;color:var(--color-text-muted)}.review-stars{display:flex;gap:2px}.review-star{color:#d1d5db}.review-star--filled{color:#f59e0b}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (max-width: 1024px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.reviews-grid{grid-template-columns:1fr}}.review-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px;padding:1.25rem;display:flex;flex-direction:column;gap:.6rem;transition:box-shadow .2s}.review-card:hover{box-shadow:0 4px 20px #00000014}[data-theme=dark] .review-card{background:var(--color-surface-raised)}.review-card__top{display:flex;align-items:center;gap:.65rem}.review-card__avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#2d5a3d,#4a7c59);color:#fff;font-size:.78rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.review-card__meta{display:flex;flex-direction:column;gap:.1rem;flex:1}.review-card__name{font-size:.88rem;font-weight:700;color:var(--color-text)}.review-card__date{font-size:.75rem;color:var(--color-text-muted)}.review-card__verified{display:inline-flex;align-items:center;gap:.25rem;font-size:.72rem;font-weight:600;color:#16a34a;background:#dcfce7;padding:.2rem .55rem;border-radius:999px;white-space:nowrap;flex-shrink:0}[data-theme=dark] .review-card__verified{background:#14532d;color:#6aab7e}.review-card__title{font-size:.9rem;font-weight:700;color:var(--color-text);margin:0;line-height:1.4}.review-card__body{font-size:.85rem;color:var(--color-text-muted);line-height:1.65;margin:0;flex:1}.review-card__product{font-size:.75rem;color:var(--color-text-muted);background:var(--color-bg);border:1px solid var(--color-border);border-radius:6px;padding:.25rem .6rem;align-self:flex-start;margin-top:.25rem}.reviews-section__cta{display:flex;justify-content:center}.reviews-section__amazon-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:700;color:var(--color-primary);text-decoration:none;border-bottom:1.5px solid transparent;transition:border-color .2s}.reviews-section__amazon-link:hover{border-color:var(--color-primary)}.reviews-more-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;border-radius:14px;border:2px dashed var(--color-primary, #4a7c59);background:transparent;cursor:pointer;padding:1.5rem 1rem;min-height:200px;transition:background .2s;color:var(--color-primary, #4a7c59);width:100%}.reviews-more-tile:hover{background:#4a7c590f}.reviews-more-tile__count{font-size:2.2rem;font-weight:800;line-height:1}.reviews-more-tile__label{font-size:.95rem;font-weight:600}.reviews-more-tile__hint{font-size:.75rem;color:var(--color-text-muted);margin-top:.2rem}.reviews-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.reviews-modal{background:var(--color-surface);border-radius:18px;width:100%;max-width:960px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 64px #0000004d}.reviews-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.25rem 1.5rem .75rem;border-bottom:1px solid var(--color-border);flex-shrink:0}.reviews-modal__title{font-size:1.3rem;font-weight:800;color:var(--color-text);margin:0 0 .5rem}.reviews-modal__summary{display:flex;align-items:center;gap:.75rem}.reviews-modal__close{background:none;border:none;font-size:1rem;color:var(--color-text-muted);cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:color .15s,background .15s;line-height:1;flex-shrink:0}.reviews-modal__close:hover{color:var(--color-text);background:var(--color-border)}.reviews-modal__body{overflow-y:auto;padding:1.25rem 1.5rem;flex:1}.reviews-modal__footer{padding:.75rem 1.5rem;border-top:1px solid var(--color-border);display:flex;justify-content:flex-end;flex-shrink:0}@media (max-width: 600px){.reviews-modal{max-height:95vh;border-radius:14px}.reviews-modal__header,.reviews-modal__body,.reviews-modal__footer{padding-left:1rem;padding-right:1rem}}.product-card{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #4a7c591f}.product-card__img-wrap{position:relative;overflow:hidden;aspect-ratio:4 / 3;background:var(--color-bg)}.product-card__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .4s ease}.product-card:hover .product-card__img{transform:scale(1.05)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:1;background:#16a34a;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .6rem;border-radius:999px}.product-card__body{padding:1.25rem 1.4rem 1.5rem;display:flex;flex-direction:column;gap:.4rem;flex:1;justify-content:space-between}.product-card__size{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary)}.product-card__name{font-size:1rem;font-weight:700;color:var(--color-text);line-height:1.3}.product-card__desc{font-size:.85rem;color:var(--color-text-muted);line-height:1.65}.product-card__category{display:inline-block;background:#f0fdf4;color:#15803d;font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:.2rem .6rem;border-radius:999px;border:1px solid #bbf7d0;margin-bottom:.2rem;align-self:flex-start}[data-theme=dark] .product-card__category{background:#14532d;color:#6aab7e;border-color:#166534}.product-card__top{display:flex;flex-direction:column;gap:.4rem}.product-card__bottom{display:flex;flex-direction:column;gap:.6rem;margin-top:1rem}.product-card__btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.2rem;background:#1a3a2a;color:#fff;font-size:.85rem;font-weight:700;border-radius:999px;text-decoration:none;transition:background .2s,transform .2s;align-self:flex-start}.product-card__btn:hover{background:#2d5a3d;color:#fff;transform:translateY(-1px)}[data-theme=dark] .product-card__btn{background:var(--color-primary)}[data-theme=dark] .product-card__btn:hover{background:var(--color-primary-dark)}.product-card__discount{position:absolute;top:.75rem;right:.75rem;z-index:1;background:#dc2626;color:#fff;font-size:.68rem;font-weight:700;padding:.2rem .5rem;border-radius:4px}.product-card__rating{display:flex;align-items:center;gap:.3rem;margin:.1rem 0 .2rem}.product-card__stars{display:flex;gap:1px}.product-card__rating-count{font-size:.75rem;color:var(--color-text-muted)}.product-card__pricing{display:flex;align-items:baseline;gap:.5rem}.product-card__price{font-size:1.1rem;font-weight:800;color:#16a34a}.product-card__mrp{font-size:.8rem;color:var(--color-text-muted);text-decoration:line-through}[data-theme=dark] .product-card{background:var(--color-surface-raised, #222b26);border-color:var(--color-border)}.products-hero{position:relative;height:340px;background:linear-gradient(135deg,#0f2318,#1a3a2a 40%,#2d5a3d);display:flex;align-items:center;justify-content:center;overflow:hidden}.products-hero__pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(106,171,126,.18) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}.products-hero:before,.products-hero:after{content:"";position:absolute;border-radius:50%;opacity:.12;background:#6aab7e}.products-hero:before{width:420px;height:420px;top:-140px;left:-80px}.products-hero:after{width:320px;height:320px;bottom:-100px;right:-60px}.products-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0003}.products-hero__content{position:relative;z-index:1;text-align:center;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.products-hero__tag{display:inline-block;background:#6aab7e2e;border:1px solid rgba(106,171,126,.35);color:#a7f3c0;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem 1rem;border-radius:999px}.products-hero__title{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800;color:#fff;margin:0;line-height:1.1;letter-spacing:-.02em}.products-hero__subtitle{font-size:clamp(.9rem,2vw,1rem);color:#ffffffbf;line-height:1.6;max-width:480px;margin:0}.products-hero__pills{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.25rem}.products-hero__pill{display:inline-block;background:#ffffff14;border:1px solid rgba(255,255,255,.18);color:#ffffffd9;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:999px;white-space:nowrap}@media (max-width: 600px){.products-hero{height:auto;padding:3rem 1rem}}.products-body{max-width:1100px;margin:0 auto;padding:3rem 1.5rem 5rem;display:flex;flex-direction:column;gap:5rem}.products-section__header{margin-bottom:1rem}.products-section__tag{display:inline-block;background:#dcfce7;color:#16a34a;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:999px;margin-bottom:.6rem}[data-theme=dark] .products-section__tag{background:#14532d;color:#6aab7e}.products-section__title{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:var(--color-text);margin-bottom:.4rem;line-height:1.2}.products-section__subtitle{font-size:.93rem;color:var(--color-text-muted);line-height:1.65}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 400px){.products-grid{grid-template-columns:1fr}}.products-section__cta{margin-top:1.5rem;display:flex;justify-content:flex-end}.products-section__view-all{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:700;color:var(--color-primary);text-decoration:none;border-bottom:1.5px solid transparent;transition:border-color .2s}.products-section__view-all:hover{border-color:var(--color-primary);color:var(--color-primary);text-decoration:none}.products-toolbar{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.products-search{position:relative;display:flex;align-items:center}.products-search__icon{position:absolute;left:.875rem;width:16px;height:16px;color:var(--color-text-muted);pointer-events:none;flex-shrink:0}.products-search__input{width:100%;padding:.65rem 2.5rem;border:1.5px solid var(--color-border);border-radius:10px;background:var(--color-surface);color:var(--color-text);font-size:.9rem;outline:none;transition:border-color .2s,box-shadow .2s}.products-search__input:focus{border-color:var(--color-primary, #4a7c59);box-shadow:0 0 0 3px #4a7c591f}.products-search__input::placeholder{color:var(--color-text-muted)}.products-search__clear{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;color:var(--color-text-muted);font-size:.8rem;padding:.2rem;line-height:1;transition:color .15s}.products-search__clear:hover{color:var(--color-text)}.products-filters{display:flex;flex-wrap:wrap;gap:.5rem}.products-filter-btn{padding:.35rem .9rem;border-radius:999px;border:1.5px solid var(--color-border);background:transparent;color:var(--color-text-muted);font-size:.82rem;font-weight:500;cursor:pointer;transition:border-color .15s,color .15s,background .15s;white-space:nowrap}.products-filter-btn:hover{border-color:var(--color-primary, #4a7c59);color:var(--color-primary, #4a7c59)}.products-filter-btn--active,.products-filter-btn--active:hover{background:var(--color-primary, #4a7c59);border-color:var(--color-primary, #4a7c59);color:#fff}.products-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;text-align:center;color:var(--color-text-muted)}.products-empty span{font-size:2.5rem}.products-empty p{font-size:.95rem}.products-empty button{padding:.45rem 1.1rem;border-radius:8px;border:1.5px solid var(--color-border);background:transparent;color:var(--color-text-muted);font-size:.85rem;cursor:pointer;transition:border-color .15s,color .15s}.products-empty button:hover{border-color:var(--color-primary, #4a7c59);color:var(--color-primary, #4a7c59)}.products-more-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;border-radius:14px;border:2px dashed var(--color-primary, #4a7c59);background:transparent;cursor:pointer;padding:1.5rem 1rem;min-height:200px;transition:background .2s,border-color .2s;color:var(--color-primary, #4a7c59)}.products-more-tile:hover{background:#4a7c590f}.products-more-tile__count{font-size:2.2rem;font-weight:800;line-height:1}.products-more-tile__label{font-size:.95rem;font-weight:600}.products-more-tile__hint{font-size:.75rem;color:var(--color-text-muted);margin-top:.2rem}.products-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.products-modal{background:var(--color-surface);border-radius:18px;width:100%;max-width:960px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 64px #0000004d}.products-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.25rem 1.5rem .75rem;border-bottom:1px solid var(--color-border);flex-shrink:0}.products-modal__title{font-size:1.3rem;font-weight:800;color:var(--color-text);margin:0 0 .15rem}.products-modal__count{font-size:.82rem;color:var(--color-text-muted);margin:0}.products-modal__close{background:none;border:none;font-size:1rem;color:var(--color-text-muted);cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:color .15s,background .15s;line-height:1}.products-modal__close:hover{color:var(--color-text);background:var(--color-border)}.products-modal__toolbar{padding:.75rem 1.5rem;border-bottom:1px solid var(--color-border);flex-shrink:0}.products-modal__body{overflow-y:auto;padding:1.25rem 1.5rem;flex:1}.products-modal__footer{padding:.75rem 1.5rem;border-top:1px solid var(--color-border);display:flex;justify-content:flex-end;flex-shrink:0}@media (max-width: 600px){.products-modal{max-height:95vh;border-radius:14px}.products-modal__header,.products-modal__toolbar,.products-modal__body,.products-modal__footer{padding-left:1rem;padding-right:1rem}}.products-sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:200;background:linear-gradient(135deg,#0f2318,#1a3a2a 60%,#2d5a3d);border-top:1px solid rgba(106,171,126,.25);box-shadow:0 -4px 24px #00000040;padding:.75rem 1.5rem}.products-sticky-cta__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.products-sticky-cta__text{display:flex;flex-direction:column;gap:.1rem}.products-sticky-cta__label{font-size:.95rem;font-weight:700;color:#fff}.products-sticky-cta__sub{font-size:.78rem;color:#ffffffa6}.products-sticky-cta__btn{display:inline-flex;align-items:center;gap:.5rem;background:#f90;color:#111;font-size:.9rem;font-weight:700;padding:.6rem 1.4rem;border-radius:8px;text-decoration:none;white-space:nowrap;transition:background .15s,transform .15s;flex-shrink:0}.products-sticky-cta__btn:hover{background:#e68900;transform:translateY(-1px)}@media (max-width: 600px){.products-sticky-cta{padding:.65rem 1rem}.products-sticky-cta__sub{display:none}.products-sticky-cta__btn{padding:.55rem 1rem;font-size:.85rem}}.brochure-section{display:flex;align-items:center;gap:2rem;background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:16px;padding:2rem 2.5rem;margin:0 auto}.brochure-section__icon{flex-shrink:0;width:56px;height:56px;background:var(--color-primary-light, #dcfce7);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--color-primary)}.brochure-section__icon svg{width:28px;height:28px}.brochure-section__text{flex:1;display:flex;flex-direction:column;gap:.3rem}.brochure-section__tag{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary)}.brochure-section__title{font-size:1.2rem;font-weight:700;color:var(--color-text);margin:0}.brochure-section__desc{font-size:.88rem;color:var(--color-text-muted);margin:0}.brochure-section__btn{flex-shrink:0;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--color-primary);color:#fff;font-size:.9rem;font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s,transform .15s;white-space:nowrap}.brochure-section__btn:hover{background:var(--color-primary-dark, #16a34a);color:#fff;text-decoration:none;transform:translateY(-1px)}@media (max-width: 1024px){.brochure-section{flex-direction:column;align-items:flex-start;padding:1.5rem;gap:1.25rem}.brochure-section__btn{width:100%;justify-content:center}}@media (max-width: 600px){.brochure-section{padding:1.25rem}}[data-theme=dark] .brochure-section{background:var(--color-surface-raised, #222b26)}.about-hero{position:relative;height:340px;background:linear-gradient(135deg,#0f2318,#1a3a2a 40%,#2d5a3d);display:flex;align-items:center;justify-content:center;overflow:hidden}.about-hero__pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(106,171,126,.18) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}.about-hero:before,.about-hero:after{content:"";position:absolute;border-radius:50%;opacity:.12;background:#6aab7e}.about-hero:before{width:420px;height:420px;top:-140px;left:-80px}.about-hero:after{width:320px;height:320px;bottom:-100px;right:-60px}.about-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0003}.about-hero__content{position:relative;z-index:1;text-align:center;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.about-hero__tag{display:inline-block;background:#6aab7e2e;border:1px solid rgba(106,171,126,.35);color:#a7f3c0;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem 1rem;border-radius:999px}.about-hero__title{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800;color:#fff;margin:0;line-height:1.1;letter-spacing:-.02em}.about-hero__subtitle{font-size:clamp(.9rem,2vw,1rem);color:#ffffffbf;line-height:1.6;max-width:480px;margin:0}.about-hero__pills{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.25rem}.about-hero__pill{display:inline-block;background:#ffffff14;border:1px solid rgba(255,255,255,.18);color:#ffffffd9;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:999px;white-space:nowrap}@media (max-width: 600px){.about-hero{height:auto;padding:3rem 1rem}}.about-body{max-width:1100px;margin:0 auto;padding:3rem 1.5rem 5rem;display:flex;flex-direction:column;gap:4.5rem}.about-section__tag{display:inline-block;background:#dcfce7;color:#16a34a;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:999px;margin-bottom:.75rem}[data-theme=dark] .about-section__tag{background:#14532d;color:#6aab7e}.about-section--split{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.about-section--reverse{direction:rtl}.about-section--reverse>*{direction:ltr}@media (max-width: 1024px){.about-section--split{grid-template-columns:1fr;gap:2rem}.about-section--reverse{direction:ltr}}@media (max-width: 600px){.about-section--split{gap:1.5rem}}.about-section__heading{font-size:clamp(1.3rem,3vw,1.9rem);font-weight:700;color:var(--color-text);margin-bottom:1rem;line-height:1.3}.about-section__body{font-size:.95rem;color:var(--color-text-muted);line-height:1.8}.about-section__visual{border-radius:20px;overflow:hidden;min-height:300px;background:var(--color-surface)}.about-section__img{width:100%;height:100%;min-height:300px;object-fit:cover;display:block;border-radius:20px;transition:transform .4s ease}.about-section__visual:hover .about-section__img{transform:scale(1.03)}.about-stats{display:grid;grid-template-columns:repeat(4,1fr);background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:16px;overflow:hidden;text-align:center}[data-theme=dark] .about-stats{background:var(--color-surface-raised, #222b26);border-color:var(--color-border)}.about-stats__item{padding:2.25rem 1.25rem;border-right:1.5px solid var(--color-border);transition:background .2s}.about-stats__item:last-child{border-right:none}.about-stats__item:hover{background:#f0fdf4}[data-theme=dark] .about-stats__item{border-color:var(--color-border)}[data-theme=dark] .about-stats__item:hover{background:#6aab7e0f}@media (max-width: 768px){.about-stats{grid-template-columns:repeat(2,1fr)}.about-stats__item:nth-child(2){border-right:none}.about-stats__item:nth-child(1),.about-stats__item:nth-child(2){border-bottom:1.5px solid var(--color-border)}}@media (max-width: 480px){.about-stats__item{padding:1.5rem 1rem}}.about-stats__value{display:block;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;color:var(--color-primary);line-height:1;margin-bottom:.5rem}.about-stats__label{font-size:.78rem;color:var(--color-text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.07em}.about-process{display:flex;flex-direction:column;gap:2.5rem}.about-process__header{display:flex;flex-direction:column;gap:.6rem;align-items:flex-start}.about-process__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;position:relative}.about-process__steps:before{content:"";position:absolute;top:calc(1.5rem + 16px);left:calc(12.5% + .625rem);right:calc(12.5% + .625rem);height:2px;background:linear-gradient(90deg,#4a7c59,#8cc442);z-index:0}@media (max-width: 1024px){.about-process__steps{grid-template-columns:repeat(2,1fr)}.about-process__steps:before{display:none}}@media (max-width: 600px){.about-process__steps{grid-template-columns:1fr}}.process-step{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:16px;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;position:relative;z-index:1;transition:box-shadow .25s,transform .25s,border-color .25s}.process-step:hover{box-shadow:0 8px 28px #4a7c5921;transform:translateY(-3px);border-color:var(--color-primary)}[data-theme=dark] .process-step{background:var(--color-surface-raised)}.process-step__number{font-size:.7rem;font-weight:800;letter-spacing:.1em;color:var(--color-primary);background:#dcfce7;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:.5rem}[data-theme=dark] .process-step__number{background:#14532d;color:#6aab7e}.process-step__icon{color:var(--color-primary);width:24px;height:24px}.process-step__title{font-size:1rem;font-weight:700;color:var(--color-text);margin:.25rem 0 0}.process-step__desc{font-size:.84rem;color:var(--color-text-muted);line-height:1.65;margin:0}.about-certs{display:flex;flex-direction:column;gap:2rem}.about-certs__header{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.about-certs__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}@media (max-width: 1024px){.about-certs__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 600px){.about-certs__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.cert-badge{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:16px;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;transition:box-shadow .25s,transform .25s,border-color .25s}.cert-badge:hover{box-shadow:0 8px 24px #4a7c591f;transform:translateY(-3px);border-color:var(--color-primary)}[data-theme=dark] .cert-badge{background:var(--color-surface-raised)}.cert-badge__icon{font-size:2rem;line-height:1}.cert-badge__label{font-size:.85rem;font-weight:700;color:var(--color-text)}.cert-badge__desc{font-size:.73rem;color:var(--color-text-muted);line-height:1.45}.about-footprint{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media (max-width: 1024px){.about-footprint{grid-template-columns:1fr}}.about-footprint__heading{font-size:clamp(1.3rem,3vw,2rem);font-weight:800;color:#1a3a2a;line-height:1.2;margin:.5rem 0 1rem}[data-theme=dark] .about-footprint__heading{color:var(--color-text)}.about-footprint__desc{font-size:.95rem;color:var(--color-text-muted);line-height:1.7;margin:.85rem 0}.about-footprint__img{width:100%;border-radius:16px;object-fit:cover;aspect-ratio:16 / 9;display:block}.about-footprint__bento{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:.75rem}.fp-card{border-radius:14px;padding:1.25rem 1.4rem;position:relative;overflow:hidden}.fp-card--light{background:#f3f4f0}[data-theme=dark] .fp-card--light{background:#1a1a1a}.fp-card--wide{grid-column:1 / -1}.fp-card--dark{background:#1a3a2a}.fp-card--green{background:#d1fae5}[data-theme=dark] .fp-card--green{background:#166534}.fp-card__icon{width:32px;height:32px;color:#1a3a2a;margin-bottom:.6rem}.fp-card__icon svg{width:100%;height:100%}.fp-card__icon--light{color:#d1fae5}.fp-card__icon--dark{color:#1a3a2a}.fp-card__label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#4b5563;margin-bottom:.3rem}.fp-card__label--light{color:#fff9}.fp-card__label--muted{color:#4b5563}[data-theme=dark] .fp-card__label--muted{color:var(--color-text-muted)}.fp-card__value{font-size:2.2rem;font-weight:800;color:#1a3a2a;line-height:1}[data-theme=dark] .fp-card__value{color:var(--color-text)}.fp-card__value--lg{font-size:2.8rem}.fp-card--dark .fp-card__value--lg{color:#fff}.fp-card--green .fp-card__value--lg{color:#1a3a2a}[data-theme=dark] .fp-card--green .fp-card__value--lg{color:#fff}[data-theme=dark] .fp-card--green .fp-card__label--muted{color:#ffffffb3}[data-theme=dark] .fp-card--green .fp-card__icon--dark{color:#fffc}.fp-card__unit{font-size:1.1rem;font-weight:500;color:#6b7280}[data-theme=dark] .fp-card__unit{color:var(--color-text-muted)}.fp-card__deco{position:absolute;right:-30px;bottom:-30px;width:100px;height:100px;border-radius:50%;background:#0000000d}.fp-card--progress{grid-column:1 / -1;display:flex;align-items:center;gap:1rem}.fp-progress__badge{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:#d1fae5;color:#1a3a2a;font-size:.65rem;font-weight:800;display:flex;align-items:center;justify-content:center;letter-spacing:.02em}.fp-progress__text{flex:1;display:flex;flex-direction:column;gap:.1rem}.fp-progress__text strong{font-size:.95rem;color:var(--color-text)}.fp-progress__text span{font-size:.78rem;color:var(--color-text-muted)}.fp-progress__right{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;min-width:60px}.fp-progress__pct{font-size:1.1rem;font-weight:800;color:#1a3a2a}[data-theme=dark] .fp-progress__pct{color:var(--color-primary)}.fp-progress__bar{width:80px;height:6px;background:#d1d5db;border-radius:999px;overflow:hidden}.fp-progress__fill{height:100%;background:#16a34a;border-radius:999px}.about-values__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.about-values__card{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:12px;padding:1.75rem 1.5rem;text-align:center;transition:box-shadow .2s}.about-values__card:hover{box-shadow:0 4px 20px #4a7c591f}[data-theme=dark] .about-values__card{background:var(--color-surface-raised, #222b26);border-color:var(--color-border)}.about-values__icon{font-size:2.25rem;margin-bottom:.75rem}.about-values__title{font-size:1rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.about-values__desc{font-size:.85rem;color:var(--color-text-muted);line-height:1.6}.about-cta{background:linear-gradient(135deg,#0f2318,#1a3a2a,#2d5a3d);border-radius:20px;overflow:hidden;position:relative}.about-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(106,171,126,.15) 1px,transparent 1px);background-size:24px 24px;pointer-events:none}.about-cta__inner{position:relative;z-index:1;padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.about-cta__title{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:#fff;margin:0;line-height:1.2}.about-cta__sub{font-size:.95rem;color:#ffffffb3;max-width:420px;line-height:1.6;margin:0}.about-cta__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.about-cta__btn{display:inline-flex;align-items:center;padding:.7rem 1.6rem;border-radius:10px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s}.about-cta__btn:hover{transform:translateY(-2px)}.about-cta__btn--primary{background:#fff;color:#1a3a2a;box-shadow:0 4px 16px #0003}.about-cta__btn--primary:hover{box-shadow:0 8px 24px #00000040}.about-cta__btn--secondary{background:#ffffff1f;color:#fff;border:1.5px solid rgba(255,255,255,.3)}.about-cta__btn--secondary:hover{background:#fff3}@media (max-width: 600px){.about-cta__inner{padding:2rem 1.25rem}}.cf{display:flex;flex-direction:column;gap:1rem}.cf__heading{font-size:1.4rem;font-weight:700;color:var(--color-text);margin-bottom:.1rem}.cf__subheading{font-size:.85rem;color:var(--color-text-muted);margin-bottom:.5rem}.cf__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 1024px){.cf__row{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.cf__row{grid-template-columns:1fr}}.cf__field{display:flex;flex-direction:column;gap:.3rem}.cf__label{font-size:.8rem;font-weight:600;color:var(--color-text);letter-spacing:.02em}.cf__input,.cf__textarea{padding:.65rem .85rem;border:1px solid var(--color-border);border-radius:6px;background:var(--color-bg);color:var(--color-text);font-size:.9rem;font-family:inherit;transition:border-color .2s;resize:none}.cf__input::placeholder,.cf__textarea::placeholder{color:var(--color-text-muted)}.cf__input:focus,.cf__textarea:focus{outline:none;border-color:var(--color-primary)}.cf__input--err{border-color:#e53e3e}.cf__error{font-size:.78rem;color:#e53e3e}.cf__submit{margin-top:.5rem;padding:.85rem;background:#22c55e;color:#fff;font-size:.95rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background .2s;letter-spacing:.03em}.cf__submit:hover{background:#16a34a}.cf__submit:disabled{background:#86efac;cursor:not-allowed}.cf__error--server{margin-top:.25rem;font-size:.85rem;color:#dc2626}.cf-success{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1rem;text-align:center;color:var(--color-text)}.cf-success__icon{font-size:2.5rem}.cf-success h3{font-size:1.3rem;font-weight:700}.cf-success p{color:var(--color-text-muted);font-size:.9rem}.ci{display:flex;flex-direction:column;gap:0;height:100%}.ci__items{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.ci__item{display:flex;align-items:flex-start;gap:.85rem}.ci__icon{flex-shrink:0;width:36px;height:36px;background:#dcfce7;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#16a34a;padding:7px}.ci__icon svg{width:100%;height:100%}.ci__text{display:flex;flex-direction:column;gap:.15rem}.ci__label{font-size:.9rem;font-weight:700;color:var(--color-text)}.ci__link{font-size:.82rem;color:#16a34a;text-decoration:none}.ci__link:hover{text-decoration:underline}.ci__line{font-size:.82rem;color:var(--color-text-muted)}.ci__map{flex:1;min-height:220px;border-radius:10px;overflow:hidden;line-height:0}.ci__map iframe{display:block;width:100%;border-radius:10px}.bulk{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:20px;padding:3rem 2.5rem;margin:3rem 0;border:1px solid #bbf7d0}[data-theme=dark] .bulk{background:linear-gradient(135deg,#052e16,#14532d);border-color:#166534}.bulk__inner{display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:center}.bulk__tag{display:inline-block;background:#16a34a;color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:.25rem .75rem;border-radius:999px;margin-bottom:.75rem}.bulk__title{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:800;color:var(--color-text);margin-bottom:.6rem;line-height:1.25}.bulk__desc{font-size:.93rem;color:var(--color-text-muted);line-height:1.7;max-width:520px;margin-bottom:1.25rem}.bulk__occasions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem}.bulk__occasion-pill{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .75rem;border-radius:999px;background:#ffffffb3;border:1px solid #bbf7d0;font-size:.8rem;font-weight:500;color:#166534;white-space:nowrap}[data-theme=dark] .bulk__occasion-pill{background:#ffffff0f;border-color:#166534;color:#6aab7e}.bulk__actions{display:flex;gap:.75rem;flex-wrap:wrap}.bulk__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.4rem;border-radius:10px;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s,opacity .15s}.bulk__btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.bulk__btn--whatsapp{background:#25d366;color:#fff}.bulk__btn--whatsapp:hover{background:#1ebe5d}.bulk__btn--call{background:var(--color-surface);color:var(--color-text);border:1.5px solid var(--color-border)}.bulk__btn--call:hover{border-color:var(--color-primary, #4a7c59);color:var(--color-primary, #4a7c59)}.bulk__visual{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff9;border:1px solid #bbf7d0;border-radius:16px;padding:2rem 2.5rem;min-width:180px}[data-theme=dark] .bulk__visual{background:#ffffff0d;border-color:#166534}.bulk__visual-icon{font-size:3rem;margin-bottom:.5rem;line-height:1}.bulk__visual-label{font-weight:700;font-size:.95rem;color:var(--color-text);margin-bottom:.4rem}.bulk__visual-sub{font-size:.78rem;color:var(--color-text-muted);line-height:1.5}@media (max-width: 1024px){.bulk__inner{grid-template-columns:1fr}.bulk__visual{text-align:left;padding:1rem 1.25rem;gap:.5rem}.bulk__visual-icon{font-size:2rem;margin-bottom:0}}@media (max-width: 600px){.bulk{padding:2rem 1.25rem}.bulk__inner{grid-template-columns:1fr}.bulk__visual{gap:.25rem;text-align:left;padding:1rem 1.25rem}.bulk__visual-icon{font-size:2rem;margin-bottom:0}}.contact-hero{position:relative;height:340px;background:linear-gradient(135deg,#0f2318,#1a3a2a 40%,#2d5a3d);display:flex;align-items:center;justify-content:center;overflow:hidden}.contact-hero__pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(106,171,126,.18) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}.contact-hero:before,.contact-hero:after{content:"";position:absolute;border-radius:50%;opacity:.12;background:#6aab7e}.contact-hero:before{width:420px;height:420px;top:-140px;left:-80px}.contact-hero:after{width:320px;height:320px;bottom:-100px;right:-60px}.contact-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0003}.contact-hero__content{position:relative;z-index:1;text-align:center;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.contact-hero__tag{display:inline-block;background:#6aab7e2e;border:1px solid rgba(106,171,126,.35);color:#a7f3c0;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem 1rem;border-radius:999px}.contact-hero__title{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800;color:#fff;margin:0;line-height:1.1;letter-spacing:-.02em}.contact-hero__subtitle{font-size:clamp(.9rem,2vw,1rem);color:#ffffffbf;line-height:1.6;max-width:480px;margin:0}.contact-hero__pills{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.25rem}.contact-hero__pill{display:inline-block;background:#ffffff14;border:1px solid rgba(255,255,255,.18);color:#ffffffd9;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:999px;white-space:nowrap}@media (max-width: 600px){.contact-hero{height:auto;padding:3rem 1rem}}.contact-body{background:var(--color-bg);padding:2.5rem 1rem 4rem;max-width:1100px;margin:0 auto}.contact-card{display:grid;grid-template-columns:1fr 1fr;gap:0;border:2px dashed #a8d5b5;border-radius:12px;overflow:hidden;background:var(--color-surface);margin-bottom:3rem}.contact-card__form{padding:2rem;border-right:2px dashed #a8d5b5}.contact-card__info{padding:2rem}@media (max-width: 1024px){.contact-card{grid-template-columns:1fr}.contact-card__form{border-right:none;border-bottom:2px dashed #a8d5b5}}@media (max-width: 600px){.contact-body{padding:2rem 1rem 3rem}}.contact-faq{background:var(--color-bg)}.contact-faq__title{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:var(--color-text);text-align:center;margin-bottom:2rem}.contact-faq__more{display:flex;justify-content:center;margin-top:1.5rem}.contact-faq__see-more{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.4rem;background:none;border:2px solid var(--color-primary);border-radius:999px;color:var(--color-primary);font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,color .2s}.contact-faq__see-more:hover{background:var(--color-primary);color:#fff}.contact-map{border-radius:12px;overflow:hidden;border:2px dashed #a8d5b5;margin-bottom:3rem;line-height:0}.contact-map iframe{display:block;width:100%}[data-theme=dark] .contact-card{background:var(--color-surface-raised, #222b26)}.faq-hero{position:relative;height:340px;background:linear-gradient(135deg,#0f2318,#1a3a2a 40%,#2d5a3d);display:flex;align-items:center;justify-content:center;overflow:hidden}.faq-hero__pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(106,171,126,.18) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}.faq-hero:before,.faq-hero:after{content:"";position:absolute;border-radius:50%;opacity:.12;background:#6aab7e}.faq-hero:before{width:420px;height:420px;top:-140px;left:-80px}.faq-hero:after{width:320px;height:320px;bottom:-100px;right:-60px}.faq-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0003}.faq-hero__content{position:relative;z-index:1;text-align:center;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.faq-hero__tag{display:inline-block;background:#6aab7e2e;border:1px solid rgba(106,171,126,.35);color:#a7f3c0;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem 1rem;border-radius:999px}.faq-hero__title{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800;color:#fff;margin:0;line-height:1.1;letter-spacing:-.02em}.faq-hero__subtitle{font-size:clamp(.9rem,2vw,1rem);color:#ffffffbf;line-height:1.6;max-width:480px;margin:0}.faq-hero__pills{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.25rem}.faq-hero__pill{display:inline-block;background:#ffffff14;border:1px solid rgba(255,255,255,.18);color:#ffffffd9;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:999px;white-space:nowrap}@media (max-width: 600px){.faq-hero{height:auto;padding:3rem 1rem}}.faq-body{max-width:780px;margin:0 auto;padding:3rem 1.5rem 5rem;display:flex;flex-direction:column;gap:2.5rem}.faq-intro{text-align:center}.faq-intro__tag{display:inline-block;background:#dcfce7;color:#16a34a;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:999px;margin-bottom:.75rem}.faq-intro__heading{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:var(--color-text);margin-bottom:.75rem;line-height:1.2}.faq-intro__text{font-size:.95rem;color:var(--color-text-muted);line-height:1.7}.faq-intro__link{color:var(--color-primary);font-weight:600;text-decoration:none}.faq-intro__link:hover{text-decoration:underline}.faq-accordion{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:12px;overflow:hidden;transition:box-shadow .2s}.faq-item:hover{box-shadow:0 4px 16px #4a7c591a}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.4rem;background:none;border:none;cursor:pointer;text-align:left;font-size:.97rem;font-weight:600;color:var(--color-text);font-family:inherit}.faq-icon{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:#dcfce7;color:#16a34a;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}[data-theme=dark] .faq-icon{background:#14532d;color:#6aab7e}.faq-answer{padding:0 1.4rem 1.1rem;font-size:.92rem;color:var(--color-text-muted);line-height:1.75}[data-theme=dark] .faq-item{background:var(--color-surface-raised, #222b26)}.findus{padding:0}.findus__header{margin-bottom:2.5rem}.findus__tag{display:inline-block;background:#dcfce7;color:#16a34a;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:999px;margin-bottom:.6rem}[data-theme=dark] .findus__tag{background:#14532d;color:#6aab7e}.findus__title{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:var(--color-text);margin-bottom:.4rem;line-height:1.2}.findus__subtitle{font-size:.93rem;color:var(--color-text-muted);line-height:1.65;max-width:560px}.findus__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.findus__col{display:flex;flex-direction:column;gap:.875rem}.findus__col-label{display:flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--color-text-muted);margin:0 0 .1rem}.findus__amazon-card{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-radius:16px;border:1.5px solid #fed7aa;background:linear-gradient(135deg,#fff7ed,#fff);text-decoration:none;color:var(--color-text);transition:box-shadow .2s,transform .15s,border-color .2s}[data-theme=dark] .findus__amazon-card{background:linear-gradient(135deg,#1c1008,#0f0f0f);border-color:#92400e}.findus__amazon-card:hover{box-shadow:0 6px 24px #ff99002e;transform:translateY(-2px);border-color:#fb923c}.findus__amazon-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.findus__amazon-logo{height:66px;width:auto}.findus__amazon-badge{display:inline-block;background:#f90;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.05em;padding:.2rem .6rem;border-radius:999px;white-space:nowrap}.findus__amazon-desc{font-size:.875rem;color:var(--color-text-muted);line-height:1.6;margin:0}.findus__amazon-perks{display:flex;flex-wrap:wrap;gap:.4rem}.findus__perk{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;font-weight:500;color:#92400e;background:#ff99001a;border:1px solid rgba(255,153,0,.25);padding:.2rem .6rem;border-radius:999px}[data-theme=dark] .findus__perk{color:#fbbf24;background:#ff990014;border-color:#f903}.findus__amazon-cta{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:700;color:#c2410c;margin-top:.25rem}[data-theme=dark] .findus__amazon-cta{color:#fb923c}.findus__store-card{display:none}.findus__coming-soon{position:relative;border-radius:20px;border:1.5px dashed #6aab7e;background:linear-gradient(145deg,#f0fdf4,#dcfce7 60%,#f0fdf4);padding:2rem 1.75rem 1.75rem;display:flex;flex-direction:column;align-items:flex-start;gap:.85rem;overflow:hidden}[data-theme=dark] .findus__coming-soon{background:linear-gradient(145deg,#052e16,#14532d 60%,#052e16);border-color:#166534}.findus__cs-deco{position:absolute;top:1rem;right:1.25rem;display:flex;gap:.3rem;align-items:center}.findus__cs-deco span{display:block;width:7px;height:7px;border-radius:50%;background:#4a7c59;opacity:.4;animation:csDotPulse 1.6s ease-in-out infinite}.findus__cs-deco span:nth-child(2){animation-delay:.25s}.findus__cs-deco span:nth-child(3){animation-delay:.5s}@keyframes csDotPulse{0%,to{opacity:.25;transform:scale(.85)}50%{opacity:.8;transform:scale(1.15)}}.findus__cs-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#bbf7d0,#86efac);display:flex;align-items:center;justify-content:center;color:#15803d;flex-shrink:0}[data-theme=dark] .findus__cs-icon{background:linear-gradient(135deg,#14532d,#166534);color:#6aab7e}.findus__cs-icon svg{width:26px;height:26px}.findus__cs-badge{display:inline-flex;align-items:center;gap:.35rem;background:#4a7c59;color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .75rem;border-radius:999px}.findus__cs-badge:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#86efac;animation:csDotPulse 1.4s ease-in-out infinite}.findus__cs-title{font-size:1.15rem;font-weight:800;color:#1a3a2a;line-height:1.3;margin:0}[data-theme=dark] .findus__cs-title{color:var(--color-text)}.findus__cs-desc{font-size:.875rem;color:#4b5563;line-height:1.7;margin:0;max-width:340px}[data-theme=dark] .findus__cs-desc{color:var(--color-text-muted)}.findus__cs-cities{display:flex;flex-wrap:wrap;gap:.4rem}.findus__cs-city{display:inline-block;background:#4a7c591a;border:1px solid rgba(74,124,89,.25);color:#15803d;font-size:.75rem;font-weight:600;padding:.2rem .65rem;border-radius:999px}[data-theme=dark] .findus__cs-city{background:#6aab7e1a;border-color:#6aab7e33;color:#6aab7e}.findus__cs-notify{font-size:.82rem;font-weight:600;color:var(--color-text);margin:.5rem 0 0;padding-top:.75rem;border-top:1px solid rgba(74,124,89,.2);width:100%}.findus__notify-form{display:flex;flex-direction:column;gap:.5rem;width:100%}.findus__notify-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media (max-width: 600px){.findus__notify-row{grid-template-columns:1fr}}.findus__notify-field{display:flex;flex-direction:column;gap:.25rem}.findus__notify-input{width:100%;padding:.6rem .85rem;border:1.5px solid rgba(74,124,89,.3);border-radius:10px;background:#ffffffb3;color:var(--color-text);font:inherit;font-size:.85rem;transition:border-color .2s,box-shadow .2s,background .2s;min-height:42px}[data-theme=dark] .findus__notify-input{background:#ffffff0f;border-color:#6aab7e40;color:var(--color-text)}.findus__notify-input::placeholder{color:#9ca3af;font-size:.82rem}.findus__notify-input:focus{outline:none;border-color:#4a7c59;background:#fff;box-shadow:0 0 0 3px #4a7c5926}[data-theme=dark] .findus__notify-input:focus{background:#ffffff1a}.findus__notify-input--err{border-color:#dc2626}.findus__notify-err{font-size:.75rem;color:#dc2626;padding-left:.1rem}.findus__cs-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.65rem 1.4rem;background:#1a3a2a;color:#fff;font:inherit;font-size:.875rem;font-weight:700;border-radius:10px;border:none;text-decoration:none;cursor:pointer;width:fit-content;transition:background .2s,transform .15s,box-shadow .2s}.findus__cs-btn:hover:not(:disabled){background:#2d5a3d;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #1a3a2a4d}.findus__cs-btn:disabled{opacity:.75;cursor:not-allowed}[data-theme=dark] .findus__cs-btn{background:var(--color-primary)}[data-theme=dark] .findus__cs-btn:hover:not(:disabled){background:var(--color-primary-dark)}.findus__notify-spinner{display:inline-block;width:13px;height:13px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:notifySpinner .65s linear infinite;flex-shrink:0}@keyframes notifySpinner{to{transform:rotate(360deg)}}.findus__notify-success{display:flex;align-items:flex-start;gap:.875rem;background:#ffffffbf;border:1.5px solid #86efac;border-radius:14px;padding:1.1rem 1.25rem;width:100%;margin-top:.25rem}[data-theme=dark] .findus__notify-success{background:#052e1699;border-color:#166534}.findus__notify-success__icon{font-size:1.6rem;line-height:1;flex-shrink:0;margin-top:.1rem}.findus__notify-success strong{display:block;font-size:.92rem;font-weight:700;color:#15803d;margin-bottom:.3rem}[data-theme=dark] .findus__notify-success strong{color:#6aab7e}.findus__notify-success p{font-size:.8rem;color:var(--color-text-muted);margin:0;line-height:1.55}@media (max-width: 1024px){.findus__grid{grid-template-columns:1fr}}.findus-hero{position:relative;height:340px;background:linear-gradient(135deg,#0f2318,#1a3a2a 40%,#2d5a3d);display:flex;align-items:center;justify-content:center;overflow:hidden}.findus-hero__pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(106,171,126,.18) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}.findus-hero:before,.findus-hero:after{content:"";position:absolute;border-radius:50%;opacity:.12;background:#6aab7e}.findus-hero:before{width:420px;height:420px;top:-140px;left:-80px}.findus-hero:after{width:320px;height:320px;bottom:-100px;right:-60px}.findus-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0003}.findus-hero__content{position:relative;z-index:1;text-align:center;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.findus-hero__tag{display:inline-block;background:#6aab7e2e;border:1px solid rgba(106,171,126,.35);color:#a7f3c0;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem 1rem;border-radius:999px}.findus-hero__title{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800;color:#fff;margin:0;line-height:1.1;letter-spacing:-.02em}.findus-hero__subtitle{font-size:clamp(.9rem,2vw,1rem);color:#ffffffbf;line-height:1.6;max-width:480px;margin:0}.findus-hero__pills{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.25rem}.findus-hero__pill{display:inline-block;background:#ffffff14;border:1px solid rgba(255,255,255,.18);color:#ffffffd9;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:999px;white-space:nowrap}@media (max-width: 600px){.findus-hero{height:auto;padding:3rem 1rem}}.findus-page-body{max-width:1100px;margin:0 auto;padding:3rem 1.5rem 5rem}[data-theme=light]{--color-primary: #4a7c59;--color-primary-dark: #2d5a3d;--color-accent: #c8a96e;--color-accent-dark: #8b6914;--color-bg: #f9f8f6;--color-surface: #ffffff;--color-text: #1a1a1a;--color-text-muted: #555555;--color-border: #e2ddd6}[data-theme=dark]{--color-primary: #6aab7e;--color-primary-dark: #4a7c59;--color-accent: #d4b07a;--color-accent-dark: #c8a96e;--color-bg: #0d0d0d;--color-surface: #1a1f1c;--color-surface-raised: #222b26;--color-text: #edeae2;--color-text-muted: #9aaa9f;--color-border: #2e3b33}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:clamp(1rem,.9375rem + .3125vw,1.125rem)}body{font-family:Manrope,system-ui,sans-serif;background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-family:Manrope,system-ui,sans-serif}h1{font-size:clamp(1.75rem,1.25rem + 2.5vw,3rem);line-height:1.2}h2{font-size:clamp(1.375rem,1rem + 1.875vw,2.25rem);line-height:1.3}h3{font-size:clamp(1.125rem,.875rem + 1.25vw,1.75rem);line-height:1.4}h4,h5,h6{font-size:clamp(1rem,.875rem + .625vw,1.25rem);line-height:1.5}a,button,input,select,textarea,[role=button],[role=link]{min-height:44px;min-width:44px}a{min-height:unset;min-width:unset;color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-dark)}a.hero__btn:hover,a.product-card__btn:hover,a.contact-faq__see-more:hover,a.products-section__view-all:hover,a[class*=__btn]:hover,a[class*=-btn]:hover{text-decoration:none}.touch-target{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}img,video{max-width:100%;display:block}ul,ol{list-style:none}.products-page{padding:3rem 1rem 4rem;max-width:1280px;margin:0 auto}.products-page__header{text-align:center;margin-bottom:2.5rem}.products-page__title{color:var(--color-primary)}.products-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s ease}.product-card:hover{box-shadow:0 4px 20px #0000001a}.product-card__image{width:100%;aspect-ratio:4 / 3;object-fit:cover}.product-card__body{padding:1rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.product-card__name{font-size:1.05rem;font-weight:600;color:var(--color-text)}.product-card__size{font-size:.85rem;color:var(--color-accent-dark);font-weight:500}.product-card__description{font-size:.9rem;color:var(--color-text-muted);line-height:1.5}.about-page{padding:3rem 1rem 4rem;max-width:900px;margin:0 auto}.about-page__container{display:flex;flex-direction:column;gap:4rem}.about-section__heading{color:var(--color-primary);margin-bottom:1rem}.about-section__text{color:var(--color-text-muted);font-size:1.05rem;line-height:1.75;max-width:72ch}.values-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:1.5rem}@media (min-width: 600px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.values-grid{grid-template-columns:repeat(4,1fr)}}.value-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}.value-card__icon{font-size:2rem;line-height:1}.value-card__title{font-size:1rem;font-weight:600;color:var(--color-text)}.value-card__description{font-size:.9rem;color:var(--color-text-muted);line-height:1.5}.contact-page{padding:3rem 1rem 4rem;max-width:1100px;margin:0 auto}.contact-page__container{display:flex;flex-direction:column;gap:3rem}.contact-page__title{color:var(--color-primary);text-align:center}.contact-page__layout{display:flex;flex-direction:column;gap:2.5rem}@media (min-width: 768px){.contact-page__layout{flex-direction:row;align-items:flex-start;gap:3rem}.contact-page__form-col{flex:1 1 55%}.contact-page__info-col{flex:1 1 45%}}.contact-page__faq-title{color:var(--color-primary);margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form__field{display:flex;flex-direction:column;gap:.35rem}.contact-form__label{font-size:.9rem;font-weight:600;color:var(--color-text)}.contact-form__input,.contact-form__textarea{padding:.6rem .85rem;border:1px solid var(--color-border);border-radius:.5rem;background:var(--color-surface);color:var(--color-text);font:inherit;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease;min-height:44px}.contact-form__input:focus,.contact-form__textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #4a7c5926}.contact-form__input--error{border-color:#c0392b}.contact-form__textarea{resize:vertical;min-height:120px}.contact-form__error{font-size:.82rem;color:#c0392b}.contact-form__submit{align-self:flex-start;padding:.7rem 2rem;background:var(--color-primary);color:#fff;border-radius:.5rem;font-weight:600;font-size:.95rem;transition:background .2s ease,transform .1s ease;min-height:44px}.contact-form__submit:hover{background:var(--color-primary-dark)}.contact-form__submit:active{transform:scale(.98)}.contact-form__success{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;text-align:center}.contact-form__success-icon{font-size:2.5rem}.contact-form__success-title{color:var(--color-primary)}.contact-form__success-text{color:var(--color-text-muted);font-size:.95rem;line-height:1.6}.contact-info__cards{display:flex;flex-direction:column;gap:1rem}.contact-info__card{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem}.contact-info__icon{font-size:1.5rem;line-height:1;flex-shrink:0;margin-top:.1rem}.contact-info__details{display:flex;flex-direction:column;gap:.2rem}.contact-info__label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.contact-info__value{font-size:.95rem;color:var(--color-text);word-break:break-word}a.contact-info__value:hover{color:var(--color-primary)}.faq-page{padding:3rem 1rem 4rem;max-width:800px;margin:0 auto}.faq-page__container{display:flex;flex-direction:column;gap:1.5rem}.faq-page__title{color:var(--color-primary)}.faq-page__intro{color:var(--color-text-muted);font-size:1.05rem;line-height:1.7;max-width:65ch}.faq-page__contact-link{color:var(--color-primary);font-weight:500}.faq-accordion{display:flex;flex-direction:column;gap:.5rem}.faq-item{border:1px solid var(--color-border);border-radius:.6rem;overflow:hidden;background:var(--color-surface)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;color:var(--color-text);text-align:left;gap:1rem;min-height:44px;transition:background .15s ease}.faq-question:hover{background:var(--color-bg)}.faq-icon{font-size:1.2rem;flex-shrink:0;color:var(--color-primary)}.faq-answer{padding:0 1.25rem 1rem;color:var(--color-text-muted);font-size:.95rem;line-height:1.7}
