@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";.main-header{background-color:var(--bg-primary);width:100%;font-family:Montserrat,sans-serif;position:relative;min-height:80px;z-index:1000;display:flex;align-items:center}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.logo img{height:40px;display:block;filter:grayscale(100%) brightness(.2)}.main-nav ul{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:35px}.main-nav a{color:#333;font-weight:500;font-size:16px;padding-bottom:8px;position:relative;text-decoration:none;transition:color .3s ease;display:flex;align-items:center;gap:5px}.main-nav a:hover{color:#000}.main-nav a.active{font-weight:700}.main-nav a.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:70%;height:2px;background-color:#333}.header-icons{display:flex;align-items:center;gap:25px}.header-icons a{color:#333;transition:color .3s ease;font-size:22px}.header-icons a:hover{color:#000}.mobile-menu-toggle{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:#333}.mega-menu-overlay{position:absolute;top:100%;left:0;width:100%;background-color:#fff;padding:30px;z-index:999;box-shadow:0 8px 16px #0000001a;animation:slideDown .3s ease-out}.mega-menu-header{max-width:1200px;margin:0 auto 30px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:20px}.mega-menu-title{font-size:1.2rem;font-weight:600;letter-spacing:1px}.mega-menu-actions{display:flex;align-items:center;gap:20px}.see-all-models-btn{background-color:#e63946;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:10px;transition:background-color .3s ease}.see-all-models-btn:hover{background-color:#c9302c}.mega-menu-close-btn{background:none;border:none;font-size:1.8rem;cursor:pointer;color:#555;transition:color .3s ease}.mega-menu-close-btn:hover{color:#000}.mega-menu-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.mega-menu-column>h3{font-size:1rem;font-weight:700;margin-bottom:25px;letter-spacing:.5px;text-transform:uppercase;color:#555}.subcategories-grid{display:flex;gap:30px}.subcategory-item h4{font-size:.9rem;font-weight:700;margin-bottom:15px}.subcategory-item ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px}.subcategory-item a{font-size:.9rem;font-weight:500;text-decoration:none;color:#777;transition:color .3s}.subcategory-item a:hover{color:#000}@media (max-width: 992px){.main-nav{display:none}.mobile-menu-toggle{display:block}.main-nav.mobile-active{display:flex;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background-color:var(--bg-primary);padding:10px 0}.main-nav.mobile-active ul{flex-direction:column;width:100%;gap:0}.main-nav.mobile-active li{width:100%;text-align:center}.main-nav.mobile-active a{padding:15px 0;width:100%;justify-content:center}.main-nav.mobile-active a.active:after{width:30px}.mega-menu-content-wrapper{grid-template-columns:1fr;gap:30px}}@media (max-width: 600px){.subcategories-grid{flex-direction:column}.mega-menu-header{flex-direction:column;gap:15px;align-items:stretch}}.fox-wa-float-container{position:fixed;bottom:30px;right:30px;display:flex;align-items:center;z-index:99999}.fox-wa-button{width:60px;height:60px;background-color:#25d366;color:#fff;border-radius:50%;border:none;display:flex;justify-content:center;align-items:center;font-size:35px;box-shadow:0 4px 15px #0003;cursor:pointer;position:relative;transition:all .3s cubic-bezier(.175,.885,.32,1.275);padding:0;margin:0}.fox-wa-button:hover{background-color:#128c7e;transform:scale(1.1);box-shadow:0 6px 20px #0000004d}.fox-wa-icon{display:block}.fox-wa-tooltip{background-color:#1a1a1a;color:#fff;padding:8px 15px;border-radius:8px;font-size:14px;font-weight:600;font-family:Montserrat,sans-serif;margin-right:15px;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;white-space:nowrap;box-shadow:0 2px 10px #0000001a;pointer-events:none}.fox-wa-float-container:hover .fox-wa-tooltip{opacity:1;visibility:visible}.fox-wa-pulse-ring{content:"";position:absolute;width:100%;height:100%;background-color:#25d366;border-radius:50%;z-index:-1;animation:fox-wa-pulse-animation 2s infinite}@keyframes fox-wa-pulse-animation{0%{transform:scale(1);opacity:.6}to{transform:scale(1.6);opacity:0}}@media (max-width: 768px){.fox-wa-float-container{bottom:20px;right:20px}.fox-wa-button{width:55px;height:55px;font-size:30px}.fox-wa-tooltip{display:none}}.contact-section{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background-image:url(/assets/bg-form-Bh-WSyA9.png);background-image:linear-gradient(#13131380,#070707a3),url(/assets/bg-form-Bh-WSyA9.png);background-size:cover;background-position:center}.form-container{background-color:#00ff7f;border-radius:8px;padding:40px;width:100%;max-width:650px;text-align:center;box-shadow:0 10px 30px #0003}.form-logo{margin:0 auto 20px}.form-title{color:#1a1a1a;font-size:2rem;font-weight:900;margin:0 0 10px}.form-subtitle{color:#333;margin-bottom:30px;max-width:450px;margin-left:auto;margin-right:auto}.input-group{margin-bottom:20px}.input-group input{width:100%;padding:12px 15px;background-color:transparent;border:2px solid #005a2e;border-radius:5px;font-size:1rem;color:#005a2e;font-weight:600}.input-group input::placeholder{color:#005a2e;font-weight:600}.radio-group-title{text-align:left;font-weight:600;color:#333;margin-bottom:15px}.radio-options-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px 10px;text-align:left;margin-bottom:30px}.radio-option{display:flex;align-items:center;cursor:pointer}.radio-option label{color:#333;font-weight:600;margin-left:8px}.radio-option input[type=radio]{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid #005a2e;border-radius:50%;cursor:pointer;position:relative;top:-1px}.radio-option input[type=radio]:checked{background-color:#e84a5f;border-color:#e84a5f}.submit-button{background-color:#e84a5f;color:#fff;border:none;padding:14px 32px;border-radius:5px;font-size:1rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background-color .3s ease;width:100%}.submit-button:hover{background-color:#d73c50}@media (max-width: 768px){.radio-options-grid{grid-template-columns:repeat(2,1fr)}.form-title{font-size:1.8rem}.form-container{padding:30px}}@media (max-width: 480px){.radio-options-grid{grid-template-columns:1fr}}.site-footer{background-color:#1c1c1c;color:#a0a0a0;padding:60px 0 30px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.footer-container{width:90%;max-width:1300px;margin:0 auto}.footer-logo-container{text-align:center;margin-bottom:30px}.footer-logo{max-width:150px;margin:0 auto}.footer-divider{border:none;height:1px;background-color:var(--bg-primary)}.footer-links-grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px;padding:40px 0}.footer-column{flex:1;min-width:160px}.footer-column h3{color:var(--bg-primary);font-size:1rem;text-transform:uppercase;margin-bottom:20px;font-weight:700}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:12px}.footer-column a,.footer-column span{color:#a0a0a0;text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-column a:hover{color:#fff}.contact-item{display:flex;align-items:center}.contact-item svg{margin-right:10px;color:var(--bg-primary)}.sub-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;padding-top:30px;font-size:.8rem}.copyright-text p{margin:0}.copyright-text strong{font-weight:700;color:#fff}.legal-links a{color:#a0a0a0;text-decoration:underline;margin:0 10px;transition:color .3s ease}.legal-links a:hover{color:#fff}.social-icons{display:flex;align-items:center}.social-icons a{color:#a0a0a0;font-size:1.2rem;margin-left:20px;transition:color .3s ease}.social-icons a:hover{color:#fff}@media (max-width: 992px){.sub-footer{flex-direction:column;text-align:center}.legal-links{order:-1}}@media (max-width: 768px){.footer-links-grid{flex-direction:column}.footer-column{min-width:100%}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal-content{background-color:#0f8;padding:2.5rem 2rem;border-radius:12px;max-width:500px;width:100%;position:relative;text-align:center;box-shadow:0 4px 20px #00000026}.modal-close-btn{position:absolute;top:15px;right:15px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#888}.modal-logo{width:80px;margin:1rem auto}.modal-title{font-size:1.75rem;color:#222;margin:0 0 .5rem}.modal-subtitle{font-size:1rem;color:#666;margin-bottom:2rem}.unit-select{width:100%;padding:.875rem;border:1px solid #e0e0e0;border-radius:6px;font-size:1rem;margin-bottom:2rem;background-color:#f9f9f9}.unit-info{text-align:left;border-top:1px solid #eee;padding-top:1.5rem}.info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.info-icon{font-size:1.25rem;color:#f8576a;margin-top:4px}.info-item div strong{display:block;font-weight:700;color:#333}.info-item div p{margin:.25rem 0 0;color:#555;line-height:1.5}.whatsapp-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem;border:none;border-radius:6px;background-color:#fa4d56;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;text-align:center}@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)}}.hc-section{width:100%;padding:40px 0;overflow-x:hidden;background:#fff;font-family:Montserrat,sans-serif}.hc-main-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:40% 60%;align-items:center;gap:40px}.hc-content-col{display:flex;flex-direction:column;align-items:flex-start}.hc-category-title{font-size:2.5rem;font-weight:700;color:#333;margin:0}.hc-slogan-text{font-size:1rem;font-weight:500;color:#555;letter-spacing:1px;margin:10px 0 0}.hc-divider-line{border:0;border-top:2px solid #333;width:50px;margin:20px 0}.hc-main-description{font-size:1.1rem;color:#666;margin-bottom:30px;text-align:left}.hc-thumbs-wrapper{display:flex;align-items:center;gap:10px;width:100%;margin-bottom:25px}.hc-thumbs-swiper{width:100%;height:70px}.hc-thumb-card{width:100%;height:60px;border:2px solid #ddd;border-radius:8px;cursor:pointer;transition:all .3s ease;overflow:hidden;opacity:.6}.hc-thumb-card img{width:100%;height:100%;object-fit:cover}.hc-thumb-card.hc-is-active{border-color:#e63946;opacity:1}.hc-thumb-arrow{background:none;border:none;color:#333;font-size:1.2rem;cursor:pointer;padding:10px;display:flex;align-items:center}.hc-display-name{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:25px}.hc-call-to-action{background-color:#e63946;color:#fff;border:none;padding:15px 40px;font-size:1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.hc-visual-col{width:100%;min-width:0}.hc-hero-img-container{width:100%;display:flex;justify-content:center;padding:20px}.hc-hero-img{width:100%;height:auto;max-width:550px;object-fit:contain;filter:drop-shadow(0px 10px 15px rgba(0,0,0,.1))}.hc-stats-bar{max-width:1200px;margin:60px auto 0;padding:0 20px}.hc-stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;border-top:1px solid #eee;padding-top:30px}.hc-stat-card{text-align:center;padding:1.2rem .5rem;box-shadow:0 4px 20px #00000014;border-radius:12px;background:#fff;transition:transform .3s ease}.hc-stat-num{display:block;font-size:1.4rem;font-weight:700;color:#333}.hc-stat-txt{display:block;font-size:.85rem;color:#777;margin-top:5px;text-transform:uppercase;letter-spacing:.5px}.hc-stats-nav{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:40px}.hc-nav-circle{background:none;border:1px solid #ccc;border-radius:50%;width:45px;height:45px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease}.hc-nav-circle:hover{background-color:#333;color:#fff}.hc-dots-group{display:flex;gap:12px}.hc-indicator{width:10px;height:10px;border-radius:50%;background-color:#ddd;transition:background .3s ease}.hc-indicator.hc-is-active{background-color:#333}@media (max-width: 992px){.hc-main-container{grid-template-columns:1fr;text-align:center;gap:20px}.hc-content-col{align-items:center;order:2}.hc-visual-col{order:1}.hc-hero-img{max-width:80vw;max-height:320px}.hc-stats-grid{grid-template-columns:repeat(3,1fr)}.hc-main-description{text-align:center}}@media (max-width: 600px){.hc-section{padding:20px 0}.hc-category-title{font-size:2rem}.hc-hero-img{max-height:250px}.hc-stats-grid{grid-template-columns:repeat(2,1fr);gap:15px}.hc-stat-num{font-size:1.1rem}.hc-stat-txt{font-size:.75rem}.hc-thumbs-wrapper{max-width:300px;margin:0 auto 20px}}.instagram-section{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;align-items:center;justify-content:center;position:relative;min-height:400px;background-image:linear-gradient(#0006,#0006),url(/assets/bg-01-DgoewmiD.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:40px 20px}.content-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:1}.promo-text{color:var(--color-text-green);font-size:2.2rem;font-weight:700;line-height:1.4;margin:0 0 25px;max-width:700px;z-index:10000}.cta-button{background-color:#e84a5f;color:#fff;border:none;padding:14px 32px;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease}.cta-button:hover{background-color:#d73c50}@media (max-width: 992px){.promo-text{font-size:1.8rem}}@media (max-width: 768px){.instagram-section{min-height:500px}.promo-text{font-size:1.5rem}}.product-card{background-color:#f9f9f9;border-radius:12px;padding:20px;text-align:center;transition:box-shadow .3s ease,transform .3s ease;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 10px 20px #00000014}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000014}.product-image-wrapper{position:relative;margin-bottom:20px}.product-main-image{width:100%;height:auto;object-fit:contain}.product-model-label{position:absolute;top:0;right:0;background-color:#fffc;box-shadow:6px 4px 20px #00000040;padding:3px 10px;border-radius:6px;font-size:.8rem;font-weight:600}.product-color-selector{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:8px;background:#ffffffb3;box-shadow:6px 4px 20px #00000040;padding:8px;border-radius:8px}.color-option{width:30px;height:30px;border-radius:6px;border:2px solid #ddd;padding:2px;cursor:pointer;background:#fff;transition:border-color .3s}.color-option img{width:100%;height:100%;object-fit:contain}.color-option.active{border-color:#0f8}.product-info{display:flex;flex-direction:column;align-items:center}.product-name{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:10px}.product-tags{font-size:.8rem;color:#888;margin-bottom:20px}.product-cta-button{background-color:#0f8;color:#333;border:none;padding:12px 25px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;gap:8px}.product-cta-button:hover{background-color:#00e67a}@media (max-width: 600px){.product-color-selector{padding:5px;gap:5px}.color-option{width:25px;height:25px}.product-name{font-size:1.1rem}}.pg-section{width:100%;padding:80px 20px;text-align:center;font-family:Montserrat,sans-serif;background-color:#fff;overflow:hidden}.pg-header{margin-bottom:40px}.pg-title{font-size:2.25rem;font-weight:800;color:#1a1a1a;text-transform:uppercase;letter-spacing:-.5px}.pg-subtitle{font-size:1.1rem;color:#666;margin-top:12px}.pg-tab-nav{width:100%;margin-bottom:50px;display:flex;justify-content:center}.pg-tab-scroll{display:flex;gap:40px;overflow-x:auto;padding-bottom:10px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.pg-tab-scroll::-webkit-scrollbar{height:4px}.pg-tab-scroll::-webkit-scrollbar-track{background:#e639461a;border-radius:100px}.pg-tab-scroll::-webkit-scrollbar-thumb{background-color:#e63946;border-radius:100px}@supports (scrollbar-color: auto){.pg-tab-scroll{scrollbar-color:#e63946 rgba(230,57,70,.1);scrollbar-width:thin}}.pg-tab-button{background:none;border:none;font-size:1rem;font-weight:700;color:#999;cursor:pointer;white-space:nowrap;padding:0 5px 10px;border-bottom:3px solid transparent;transition:all .3s ease;margin-bottom:1rem}.pg-tab-button:hover{color:#000}.pg-tab-button.active{color:#000;border-bottom-color:#e63946}.pg-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto;min-height:300px}.pg-status-msg{grid-column:1 / -1;padding:40px;color:#888;font-weight:500}.pg-footer{margin-top:60px}.pg-see-all-btn{background-color:#e63946;color:#fff;border:none;padding:16px 45px;font-size:.9rem;font-weight:800;border-radius:8px;cursor:pointer;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease}.pg-see-all-btn:hover{background-color:#d62828;transform:translateY(-2px);box-shadow:0 5px 15px #e639464d}@media (max-width: 1024px){.pg-products-grid{grid-template-columns:repeat(2,1fr);padding:0 20px}}@media (max-width: 768px){.pg-section{padding:60px 15px}.pg-title{font-size:1.75rem}}@media (max-width: 600px){.pg-tab-scroll{display:grid!important;grid-template-columns:1fr 1fr;gap:10px;width:100%;overflow:visible;padding:0 10px}.pg-tab-nav{justify-content:stretch}.pg-tab-scroll::-webkit-scrollbar{display:none}.pg-tab-button{width:100%;text-align:center;padding:12px 5px!important;font-size:.85rem!important;background:#f9f9f9;border:1px solid #eee!important;border-bottom:2px solid transparent!important;border-radius:4px;margin-bottom:0;white-space:normal}.pg-tab-button.active{background:#fff;color:#e63946;border-bottom-color:#e63946!important;font-weight:800}.pg-products-grid{grid-template-columns:1fr;gap:40px}.pg-see-all-btn{width:100%;padding:16px 20px}}.lines-section-container{width:100%;background:#fff}.image-grid-lifestyle{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px}.lifestyle-item img{width:100%;height:300px;object-fit:cover;border-radius:4px}.lines-section{padding:60px 20px;max-width:1400px;margin:0 auto}.lines-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center}.lines-title{font-size:3.5rem;font-weight:800;line-height:1;margin-bottom:25px;color:#1a1a1a}.info-image img{width:100%;max-width:400px;border-radius:8px;margin-bottom:20px}.carousel-panel{display:flex;flex-direction:column;width:100%}.carousel-image-wrapper{width:100%;height:450px;display:flex;justify-content:center;align-items:center;background:radial-gradient(circle,#f0f0f0 0%,transparent 70%)}.carousel-main-image{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(0,0,0,.1))}.carousel-controls{display:flex;justify-content:space-between;align-items:flex-end;margin-top:30px}.line-nav{display:flex;flex-direction:column;gap:12px}.line-nav-button{background:none;border:none;font-size:.9rem;font-weight:700;color:#ccc;cursor:pointer;text-align:left;border-left:3px solid transparent;padding:5px 0 5px 15px;transition:all .3s ease}.line-nav-button.active{color:#e63946;border-left-color:#e63946}.product-nav{display:flex;align-items:center;gap:30px}.product-nav-arrows{display:flex;flex-direction:column;gap:8px}.product-nav-arrows button{background:#1a1a1a;color:#fff;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.product-model-list{height:80px;overflow:hidden;width:250px}.model-list-inner{transition:transform .6s cubic-bezier(.23,1,.32,1)}.model-item{height:80px;display:flex;align-items:center;justify-content:flex-end;font-size:2.2rem;font-weight:400;color:#eee;white-space:nowrap}.model-item.active{color:#1a1a1a;font-weight:800;font-size:3rem}.see-line-button{margin-top:40px;background:#e63946;color:#fff;border:none;padding:15px 35px;font-weight:700;border-radius:4px;display:flex;align-items:center;gap:10px;cursor:pointer;width:fit-content}@media (max-width: 992px){.lines-grid{grid-template-columns:1fr;gap:40px}.lines-title{font-size:2.8rem;text-align:center}.info-panel{align-items:center;text-align:center}.carousel-image-wrapper{height:350px}.product-model-list{width:180px}.model-item{font-size:1.8rem}.model-item.active{font-size:2.4rem}}@media (max-width: 768px){.carousel-controls{flex-direction:column;align-items:center;gap:40px}.line-nav{flex-direction:row;flex-wrap:wrap;justify-content:center}.line-nav-button{border-left:none;border-bottom:3px solid transparent;padding-left:0;padding-bottom:5px}.line-nav-button.active{border-bottom-color:#e63946}.product-nav{width:100%;justify-content:center}.see-line-button{margin:40px auto 0}}@media (max-width: 600px){.lifestyle-item img{height:180px}.lines-title{font-size:2.2rem}.carousel-image-wrapper{height:280px}.product-model-list{height:60px;width:140px}.model-item{height:60px;font-size:1.4rem}.model-item.active{font-size:1.8rem}}@media (max-width: 600px){.line-nav{display:grid!important;grid-template-columns:1fr 1fr;gap:10px;width:100%;flex-direction:row}.line-nav-button{width:100%;text-align:center;padding:12px 5px!important;font-size:.85rem!important;background:#f9f9f9;border:1px solid #eee!important;border-left:none!important;border-bottom:2px solid transparent!important;border-radius:4px;transition:all .2s ease}.line-nav-button.active{background:#fff;color:#e63946;border-bottom-color:#e63946!important;font-weight:800}.carousel-controls{display:flex;flex-direction:column;align-items:stretch;gap:25px}}.bc-main-section{width:100%;padding:80px 20px;background-color:#fff;max-width:1400px;margin:0 auto}.bc-image-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:40px}.bc-img-frame{width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:8px;background-color:#f5f5f5}.bc-img-frame img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.bc-img-frame:hover img{transform:scale(1.05)}.bc-info-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start}.bc-header-box{display:flex;flex-direction:column;gap:15px}.bc-subtitle-tag{font-size:.9rem;text-transform:uppercase;font-weight:600;color:#666;letter-spacing:1.5px}.bc-display-title{font-size:3rem;font-weight:900;line-height:1.1;margin:0;color:#1a1a1a}.bc-title-accent{display:block}.bc-action-btn{background-color:#f84960;color:#fff;border:none;padding:15px 35px;font-size:1rem;font-weight:700;border-radius:4px;cursor:pointer;align-self:flex-start;margin-top:10px;display:flex;align-items:center;gap:10px}.bc-long-description{font-size:1.1rem;line-height:1.6;color:#444;margin:0;padding-top:40px}@media (max-width: 992px){.bc-image-grid{grid-template-columns:repeat(2,1fr)}.bc-info-container{grid-template-columns:1fr;gap:30px}.bc-long-description{padding-top:0}.bc-display-title{font-size:2.2rem}}@media (max-width: 576px){.bc-image-grid{grid-template-columns:1fr}}.ph-hero-section{width:100%;font-family:Montserrat,sans-serif;display:flex;flex-direction:column;background-color:#fff;position:relative}.ph-hero-main{display:flex;min-height:100vh;width:100%}.ph-image-side{flex:1;display:flex;justify-content:center;align-items:center;position:relative;padding-bottom:50px;background:linear-gradient(to bottom,#fff 50%,#0f8 50%)}.ph-main-bike-img{width:90%;max-width:600px;z-index:2;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15))}.ph-content-side{flex:.8;background:linear-gradient(to bottom,#fff 50%,#0f8 50%);display:flex;align-items:center;justify-content:center;padding:20px;text-align:right}.ph-text-wrapper{max-width:450px;width:100%}.ph-category-tag{font-size:.9rem;font-weight:700;color:#333;text-transform:uppercase;display:block}.ph-product-title{font-size:clamp(3rem,8vw,6rem);font-weight:900;color:#000;line-height:.85;margin:10px 0}.ph-product-slogan{font-size:1.2rem;font-weight:700;color:#000;text-transform:uppercase;margin-bottom:40px}.ph-product-price{font-size:3rem;font-weight:900;color:#0d9b59;margin-bottom:20px}.ph-buy-btn{background-color:#ff5a5f;color:#fff;border:none;padding:18px 50px;font-size:1.3rem;font-weight:900;border-radius:10px;cursor:pointer;margin-left:auto;display:flex;align-items:center;gap:10px;margin-bottom:2rem}.ph-stats-bar{background-color:#0d9b59;min-height:150px;width:100%;display:flex;align-items:center;position:relative;max-width:1280px;margin:0 auto;z-index:10}.ph-hero-separator{background:#0f8;width:100%;padding:1rem 0}@media (max-width: 768px){.ph-hero-separator{padding:0}}.ph-stats-inner{max-width:1280px;width:100%;margin:0 auto;display:flex;align-items:center;position:relative;padding:0 20px}.ph-stats-container{display:flex;width:70%;justify-content:space-around;color:#fff}.ph-stat-item{display:flex;flex-direction:column;border-left:1px solid rgba(255,255,255,.3);padding-left:30px}.ph-stat-item:first-child{border:none;padding-left:0}.ph-stat-item label{font-size:.8rem;text-transform:uppercase;opacity:.8;margin-bottom:10px}.ph-stat-item span{font-size:clamp(1.2rem,3vw,2rem);font-weight:900}.ph-video-box{position:absolute;right:0;bottom:0;width:380px;height:250px;overflow:hidden;background-color:#0d9b59;display:flex;justify-content:center;align-items:center}.ph-video-box img{width:100%;height:100%;object-fit:contain;background-color:#0d9b59;margin:0 auto}.ph-video-overlay{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;font-size:4rem;color:#fff;background:#0003;transition:background .3s}.ph-video-overlay:hover{background:#0006}@media (max-width: 1200px){.ph-stats-container{width:60%}.ph-video-box{width:250px;height:200px}}@media (max-width: 992px){.ph-hero-main{flex-direction:column}.ph-image-side{padding:40px 20px;background:#fff;min-height:auto}.ph-content-side{text-align:center;background:#0f8;padding:40px 20px}.ph-buy-btn{margin:0 auto;margin-bottom:2rem}.ph-stats-bar{padding-top:40px;margin:0;display:flex;flex-wrap:wrap}.ph-stats-inner{flex-direction:column;padding:0 20px}.ph-stats-container{width:100%;flex-wrap:wrap;gap:20px;margin-bottom:30px}.ph-stat-item{border:none;padding-left:0;align-items:center;flex:1 1 45%}.ph-video-box{position:relative;right:0;width:100%;max-width:450px;height:250px;margin:0 auto;box-shadow:0 10px 30px #0000001a}}@media (max-width: 480px){.ph-stat-item{flex:1 1 100%}.ph-product-title{font-size:2.8rem}}.intro-section{background-color:#fff;padding:clamp(3rem,8vw,6rem) 0 0 0;display:flex;flex-direction:column;align-items:center;overflow:hidden}.intro-container{display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:clamp(2rem,5vw,4rem);max-width:1200px;width:100%;padding:0 20px;margin-bottom:4rem}.intro-text-content{display:flex;flex-direction:column;align-items:flex-start}.intro-subtitle{font-size:.8rem;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;position:relative;padding-bottom:.5rem}.intro-subtitle:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background-color:#0f8}.intro-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:900;color:#1a1a1a;line-height:1.1;margin:0 0 1.5rem}.intro-description{font-size:1rem;color:#555;line-height:1.6;margin:0 0 2rem}.intro-buy-button{background-color:#ff5a5f;color:#fff;border:none;padding:.9rem 2.2rem;border-radius:8px;font-size:1rem;font-weight:800;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;text-transform:uppercase}.intro-product-box{background-color:#f0f2f5;border-radius:20px;display:flex;justify-content:center;align-items:center}.intro-product-img{max-width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 15px 30px rgba(0,0,0,.1))}.intro-full-width-image{width:100%;line-height:0}.intro-full-width-image img{width:100%;height:auto;object-fit:cover;display:block}@media (max-width: 992px){.intro-container{grid-template-columns:1fr;gap:3rem}.intro-text-content{align-items:center;text-align:center;order:2}.intro-product-box{order:1;width:100%;max-width:600px;margin:0 auto}.intro-subtitle:after{left:50%;transform:translate(-50%)}}@media (max-width: 480px){.intro-buy-button{width:100%;justify-content:center}}.om-main-section{font-family:Roboto,sans-serif;max-width:1400px;margin:60px auto;padding:20px;text-align:center;background-color:#fff}.om-section-heading{position:relative;display:inline-block;font-size:2.5rem;font-weight:900;margin-bottom:60px;color:#1a1a1a;padding-bottom:10px;text-transform:uppercase}.om-section-heading:after{content:"";position:absolute;width:50%;height:6px;background-color:#0f8;bottom:0;left:50%;transform:translate(-50%)}.om-grid-layout{display:grid;gap:30px;grid-template-columns:1fr}.om-card-container{background-color:#f8f9fa;border:1px solid #f0f2f5;border-radius:12px;padding:20px;text-align:center;transition:box-shadow .3s ease,transform .3s ease;display:flex;flex-direction:column;box-shadow:0 4px 15px #0000000d}.om-card-container:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000014}.om-media-wrapper{position:relative;margin-bottom:20px}.om-main-display-img{width:100%;height:auto;min-height:200px;object-fit:contain}.om-badge-label{position:absolute;top:0;right:0;background-color:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:5px 10px;border-radius:6px;font-size:.8rem;font-weight:600;box-shadow:0 2px 8px #0000001a;color:#333}.om-palette-selector{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:8px;background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 15px #0000001a;padding:8px;border-radius:8px}.om-dot-option{width:32px;height:32px;border-radius:6px;border:2px solid #ddd;padding:2px;cursor:pointer;background:#fff;transition:border-color .3s}.om-dot-option img{width:100%;height:100%;object-fit:contain;border-radius:4px}.om-dot-option.om-is-active{border-color:#0f8}.om-details-box{display:flex;flex-direction:column;align-items:center;margin-top:auto}.om-item-title{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:8px}.om-item-metadata{font-size:.8rem;color:#888;margin-bottom:20px}.om-action-link{background-color:#0f8;color:#1f2937;border:none;padding:12px 25px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;gap:8px;text-decoration:none}.om-action-link:hover{background-color:#00e67a}.om-footer-btn{background-color:#ef4444;color:#fff;border:none;border-radius:5px;padding:12px 30px;font-size:1rem;font-weight:500;cursor:pointer;margin-top:40px;transition:background-color .3s ease}.om-footer-btn:hover{background-color:#dc2626}@media (min-width: 600px){.om-grid-layout{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.om-grid-layout{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1200px){.om-grid-layout{grid-template-columns:repeat(4,1fr)}}.sp-section-container{background-color:#f7f7f7;padding:clamp(3rem,8vw,6rem) 1.25rem;display:flex;justify-content:center;align-items:center;overflow:hidden}.sp-max-width-wrapper{max-width:1200px;margin:0 auto;width:100%}.sp-highlight-grid{display:grid;grid-template-columns:2fr 3fr;align-items:center;gap:clamp(2rem,5vw,4rem);margin-bottom:4rem}.sp-info-column{display:flex;flex-direction:column;align-items:flex-start}.sp-top-subtitle{font-size:.85rem;font-weight:600;letter-spacing:.05em;margin:0 0 1rem;color:#666;text-transform:uppercase}.sp-main-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;margin:0 0 1.5rem;line-height:1;color:#1a1a1a;text-transform:uppercase}.sp-price-action-row{width:100%;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;margin-bottom:1rem}.sp-current-price{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#0d9b59}.sp-buy-now-btn{background-color:#ff5a5f;color:#fff;border:none;padding:1rem 2.5rem;border-radius:8px;font-size:1rem;font-weight:800;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.sp-buy-now-btn:hover{background-color:#e03249;transform:translateY(-2px)}.sp-legal-disclaimer{font-size:.8rem;color:#888;line-height:1.5;max-width:400px}.sp-gallery-column{display:flex;flex-direction:column;align-items:center;width:100%}.sp-featured-image-box{width:100%;display:flex;justify-content:center;align-items:center;background:transparent}.sp-featured-image-box img{max-width:100%;height:auto;aspect-ratio:16 / 9;object-fit:contain}.sp-gallery-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;width:100%}.sp-thumbs-strip{display:flex;gap:.75rem;overflow-x:auto;padding:.5rem;scrollbar-width:none}.sp-thumbs-strip::-webkit-scrollbar{display:none}.sp-thumb-img{width:60px;height:60px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:all .2s ease;flex-shrink:0}.sp-thumb-img.sp-active-thumb{border-color:#0d9b59;transform:scale(1.05)}.sp-nav-arrow{background-color:#1a1a1a;color:#fff;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sp-accordion-group{display:flex;flex-direction:column;gap:.75rem;width:100%}.sp-accordion-card{background-color:#fff;border-radius:12px;border:1px solid #eee;box-shadow:0 4px 6px #00000005}.sp-accordion-trigger{background-color:#fff;color:#1a1a1a;padding:1.25rem 1.5rem;width:100%;border:none;text-align:left;font-size:1.1rem;font-weight:800;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-radius:12px}.sp-accordion-body{padding:0 1.5rem 1.5rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.sp-spec-row{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #f1f1f1;gap:1rem}.sp-spec-row:last-child{border-bottom:none}.sp-spec-name{color:#666;font-size:.95rem}.sp-spec-data{font-weight:700;color:#1a1a1a;text-align:right}@media (max-width: 992px){.sp-highlight-grid{grid-template-columns:1fr;gap:3rem}.sp-info-column{align-items:center;text-align:center;order:2}.sp-gallery-column{order:1}.sp-price-action-row{justify-content:center}.sp-legal-disclaimer{margin:1rem auto 0}}@media (max-width: 768px){.sp-price-action-row{flex-direction:column;gap:1rem}.sp-buy-now-btn{width:100%}.sp-spec-row{flex-direction:column;align-items:flex-start;gap:.25rem}.sp-spec-data{text-align:left}}@media (max-width: 480px){.sp-section-container{padding:3rem 1rem}.sp-nav-arrow{display:none}}.cta-container{position:relative;display:flex;align-items:center;justify-content:center;min-height:70vh;padding:4rem 2rem;background-size:cover;background-position:center;text-align:center;color:#fff;box-sizing:border-box}.cta-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000a6;z-index:1}.cta-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:800px}.cta-title{font-size:3rem;font-weight:700;color:#39ff14;line-height:1.2;margin:0;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.cta-description{font-size:1.125rem;line-height:1.6;margin:0;max-width:650px;opacity:.95}.cta-button{display:inline-flex;align-items:center;gap:.75rem;background-color:#f8576a;color:#fff;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s ease-in-out;margin-top:1rem}.cta-button:hover{background-color:#e14b5d}@media (max-width: 768px){.cta-container{min-height:60vh}.cta-title{font-size:2.25rem}.cta-description{font-size:1rem}.cta-button{padding:.8rem 1.5rem;font-size:.875rem}}.design-section{padding:5rem 8%;background-color:#fff;display:flex;flex-direction:column;gap:5rem}.design-image-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.grid-image{width:100%;height:auto;border-radius:12px;object-fit:cover}.design-content-area{display:grid;grid-template-columns:40% 60%;align-items:center;gap:3rem}.design-text-content{display:flex;flex-direction:column;align-items:flex-start}.design-pre-title{color:#8a8a8a;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin:0}.design-title-underline{width:40px;height:4px;background-color:#39ff14;margin-top:.5rem;margin-bottom:1.5rem}.design-title{color:#1e6a3c;font-size:2.75rem;font-weight:700;margin:0 0 1rem;line-height:1.2}.design-description{color:#555;font-size:1rem;line-height:1.6;margin:0 0 2rem}.design-button{background-color:#e85d6e;color:#fff;border:none;border-radius:6px;padding:12px 24px;font-size:.875rem;font-weight:700;cursor:pointer;transition:background-color .2s ease-in-out}.design-button:hover{background-color:#d14b5c}.design-product-image{width:100%;height:auto}@media (max-width: 992px){.design-content-area{grid-template-columns:1fr;text-align:center}.design-text-content{align-items:center}.design-product-image-wrapper{order:-1;margin-bottom:2rem}}@media (max-width: 768px){.design-section{padding:4rem 5%;gap:3rem}.design-image-grid{grid-template-columns:1fr}.design-title{font-size:2.2rem}}.featured-container{background-color:#7bfca3;padding:4rem 2rem;width:100%;box-sizing:border-box}.featured-title{text-align:center;color:#1e6a3c;font-size:2.25rem;font-weight:700;margin-top:0;margin-bottom:4rem}.featured-grid{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:2rem}.product-card{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:320px}.product-image{max-width:100%;height:auto;object-fit:contain;margin-bottom:1.5rem;filter:drop-shadow(0px 8px 10px rgba(0,0,0,.15))}.product-name{color:#1e6a3c;font-size:1.5rem;font-weight:700;margin:0 0 1rem}.product-button{background-color:#e85d6e;color:#fff;border:none;border-radius:6px;padding:12px 28px;font-size:.875rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease-in-out}.product-button:hover{background-color:#d14b5c}@media (max-width: 768px){.featured-title{font-size:1.8rem;margin-bottom:3rem}.featured-grid{gap:3rem}}.hero-container-category{position:relative;display:flex;align-items:center;justify-content:flex-start;height:60vh;min-height:450px;background-image:url(/assets/bg-autopropilidos-DWnu0FkR.png);background-size:cover;background-position:center;color:#fff;width:100%;padding:0 8%}.hero-overlay-category{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000073;z-index:1}.hero-content-category{position:relative;z-index:2;max-width:650px}.hero-subtitle-category{display:block;font-size:1.1rem;font-weight:700;color:#39ff14;text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem}.hero-title-category{font-size:4.5rem;font-weight:900;margin:0;line-height:1.05;text-shadow:1px 1px 3px rgba(0,0,0,.2)}.hero-description-category{font-size:1.5rem;font-weight:500;margin-top:1.5rem;opacity:.9}@media (max-width: 768px){.hero-container-category{padding:0 5%}.hero-title-category{font-size:3.2rem;line-height:1.1}.hero-description-category{font-size:1.25rem}.hero-subtitle-category{font-size:1rem}}.about-section{background-color:#ededed;padding:1rem 20px;padding-bottom:80px;font-family:Inter,sans-serif;color:#333;overflow:hidden}.about-top-bar{width:100%;height:1px;background-color:#0d9b59;max-width:1200px;margin:1rem auto 80px}.about-section-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-main-title{color:#0d9b59;font-size:clamp(28px,5vw,36px);font-weight:700;margin-bottom:24px}.about-paragraph{font-size:16px;line-height:1.65;color:#555;margin-bottom:24px}.about-question-title{color:#1a1a1a;font-size:clamp(18px,4vw,20px);font-weight:700;line-height:1.4;margin-top:40px;margin-bottom:20px}.about-details-list{list-style:none;padding-left:0;margin-bottom:24px}.about-details-list li{font-size:16px;line-height:1.65;color:#555;padding-left:28px;position:relative}.about-details-list li:before{content:"•";color:#0d9b59;font-size:24px;position:absolute;left:0;top:0}.about-image-wrapper img{width:100%;height:auto;display:block;border-radius:16px;box-shadow:0 8px 24px #0000001a}@media (max-width: 992px){.about-section-container{grid-template-columns:1fr;gap:40px;text-align:center}.about-details-list li{text-align:left}.about-image-wrapper{order:2}.about-text-content{order:1}.about-top-bar{margin-bottom:40px}}@media (max-width: 768px){.about-section{padding-top:2rem;padding-bottom:60px}.about-section-container{gap:30px}.about-paragraph{font-size:15px}}@media (max-width: 480px){.about-top-bar{margin-bottom:30px}.about-main-title{margin-bottom:16px}}.company-values-container{font-family:Inter,sans-serif}.values-banner-section{position:relative;padding:12rem 0;background-size:cover;background-position:center;color:#fff}.values-banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009}.values-banner-content{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto}.value-title-line{width:50px;height:3px;background-color:#2dd882;border-radius:2px;margin-bottom:1rem}.value-item h3{color:#0f8;font-size:2rem;font-weight:700;margin:0 0 1rem}.value-item p{font-size:1.2rem;line-height:1.7;margin:0;max-width:300px;color:#e0e0e0}.experience-section{padding:6rem 8%;background-color:#f7f7f7;text-align:center}.experience-title{font-size:2.75rem;font-weight:800;color:#111;margin:0}.experience-title:after{content:"";display:block;width:350px;height:4px;background-color:#008559;margin:1rem auto 0;border-radius:2px}.experience-description{font-size:1.125rem;color:#071108;line-height:1.7;max-width:650px;margin:1rem auto 0}.experience-swoosh{position:absolute;bottom:0;width:250px;height:auto;z-index:1}.experience-scooter{width:100%}.why-us-section{padding:5rem 8%;background-color:#e54d42;color:#fff;text-align:center}.why-us-title{font-size:2.25rem;font-weight:700;max-width:750px;margin:0 auto 4rem;line-height:1.3}.why-us-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}.why-us-icon-wrapper{width:64px;height:64px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto 1.5rem}.why-us-icon-wrapper svg{width:32px;height:32px;stroke-width:1.5}.why-us-item-title{font-size:1.25rem;font-weight:700;margin:0 0 .5rem}.why-us-item-description{font-size:1rem;line-height:1.6;margin:0;color:#f0f0f0}@media (max-width: 992px){.values-banner-content{grid-template-columns:1fr}.experience-scooter{display:none}.scooter-3{display:block;transform:translateY(10px)}.why-us-grid{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.values-banner-section,.experience-section,.why-us-section{padding:4rem 5%}.experience-title,.why-us-title{font-size:2rem}}.hero-about-container{position:relative;display:flex;justify-content:center;align-items:center;min-height:80vh;padding:2rem;color:#fff;text-align:center;background-image:url(/assets/bg-hero-sobre-B8eRXADN.png);background-size:cover;background-position:center;font-family:Inter,sans-serif}.hero-about-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000008c;z-index:1}.hero-about-content{position:relative;z-index:2}.hero-about-pre-title{color:#0f8;font-family:Space Mono,Courier New,monospace;font-size:4rem;font-weight:800;text-transform:uppercase;letter-spacing:2px;margin:0 auto 1rem;max-width:1080px}.hero-about-title{margin:0;padding:0;line-height:1.1}.hero-about-title-line2{display:block;font-size:3.9rem;font-weight:800;max-width:500px;margin:0 auto}@media (max-width: 768px){.hero-about-container{min-height:60vh}.hero-about-pre-title{font-size:1rem}.hero-about-title-line1{font-size:2rem}.hero-about-title-line2{font-size:4rem}}.solutions-section{display:flex;flex-direction:column;gap:5rem;padding:6rem 8%;background-color:#fff;font-family:Inter,sans-serif}.solution-block,.summary-block{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.solutions-section:before{content:"";display:block;height:1px;background-color:#0d9b59;margin:1rem 0;width:100%}.solution-block.layout-reversed .solution-image-wrapper{order:2}.solution-image-wrapper img{width:100%;height:auto;border-radius:12px}.solution-pre-title{color:#111;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem}.solution-title{color:#0d9b59;font-size:2rem;font-weight:700;line-height:1.3;margin:0 0 1rem}.solution-description{color:#111;font-size:1rem;line-height:1.7;margin:0 0 1.5rem}.solution-features{padding-left:1.25rem;margin:0;color:#111;font-size:1rem;line-height:1.8}.solution-features li::marker{color:#999}.summary-title{color:#008559;font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:2rem}.summary-text-content{color:#555;font-size:1rem;line-height:1.7}.summary-text-content ul{padding-left:1.25rem}.summary-text-content b{color:#008559}.summary-text-content .text-highlight{color:#008559;font-weight:500}.summary-image-wrapper img{width:100%;height:auto}@media (max-width: 992px){.solution-block,.summary-block{grid-template-columns:1fr;gap:2.5rem}.solution-block.layout-reversed .solution-image-wrapper,.summary-image-wrapper{order:-1}.solution-title{font-size:1.75rem}.summary-title{font-size:2rem}}@media (max-width: 768px){.solutions-section{padding:4rem 5%;gap:3.5rem}}.models-section{background-color:#fff;padding:80px 20px;text-align:center;font-family:Inter,sans-serif}.section-top-line{width:100%;max-width:1200px;height:1px;background-color:#0f8;margin:0 auto 40px}.models-title{color:#0d9b59;font-size:36px;font-weight:700;margin-bottom:60px}.models-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:0 auto}.model-card{display:flex;width:100%;flex-direction:column;align-items:center}.model-image{width:100%;max-width:300px;height:200px;object-fit:contain;margin-bottom:24px;transition:transform .3s ease-in-out}.model-card:hover .model-image{transform:scale(1.05)}.model-name{color:#1a1a1a;font-size:20px;font-weight:700;margin-bottom:24px}.model-button{display:inline-block;background-color:#00d97e;color:#fff;border:none;border-radius:6px;padding:15px 30px;width:100%;max-width:200px;font-size:12px;font-weight:700;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out}.model-button:hover{background-color:#00c270;transform:translateY(-2px)}@media (max-width: 1024px){.models-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.models-section{padding:40px 15px}.models-title{font-size:28px;margin-bottom:40px}.models-grid{grid-template-columns:1fr 1fr;gap:20px}.model-image{height:120px;margin-bottom:15px}.model-name{font-size:14px;margin-bottom:15px;min-height:40px;display:flex;align-items:center}.model-button{padding:10px;font-size:10px;width:100%}}.cp-page-wrapper{font-family:Inter,sans-serif;background-color:#fff;overflow-x:hidden}.cp-container{max-width:1200px;margin:0 auto;padding:0 20px}.cp-hero-section{position:relative;min-height:75vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-attachment:fixed;text-align:center;color:#fff;padding:60px 20px}.cp-hero-overlay{position:absolute;inset:0;background:#0009}.cp-hero-content{position:relative;z-index:2;max-width:900px}.cp-hero-tag{font-size:.9rem;font-weight:700;letter-spacing:3px;color:#0f8;margin-bottom:20px}.cp-hero-title{font-size:clamp(1.8rem,6vw,3.8rem);font-weight:900;line-height:1.1;text-transform:uppercase}.cp-intro-section{padding:80px 0;text-align:center}.cp-intro-title{font-size:clamp(1.7rem,4vw,2.5rem);color:#1a1a1a;font-weight:800}.cp-intro-divider{width:60px;height:4px;background:#0d9b59;margin:15px auto}.cp-intro-text{font-size:1.1rem;color:#555;max-width:750px;margin:0 auto;line-height:1.6}.cp-highlight{color:#0d9b59}.cp-highlight a{color:inherit;text-decoration:none}.cp-main-content{padding-bottom:100px}.cp-main-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;max-width:1200px;margin:0 auto;padding:0 20px}.cp-details-title{font-size:2rem;margin-bottom:10px;color:#1a1a1a}.cp-info-card{margin:30px 0;padding-left:20px;border-left:4px solid #0d9b59}.cp-info-line{margin-bottom:12px;font-size:1rem;color:#444}.cp-social-group{display:flex;gap:12px;margin-top:20px}.cp-social-link{width:45px;height:45px;background:#f4f4f4;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#0d9b59;font-size:1.2rem;transition:.3s ease}.cp-social-link:hover{background:#0d9b59;color:#fff;transform:translateY(-3px)}.cp-form-container{background:#0f8;padding:clamp(25px,5vw,45px);border-radius:20px}.cp-form-logo{width:90px;margin-bottom:15px}.cp-form-title{font-size:1.5rem;font-weight:800;color:#1a1a1a;margin-bottom:10px}.cp-form-desc{font-size:.95rem;color:#333;margin-bottom:30px;line-height:1.4}.cp-contact-form{display:flex;flex-direction:column;gap:15px}.cp-form-row{display:flex;gap:15px}.cp-input,.cp-select,.cp-textarea{width:100%;padding:15px;border:none;border-radius:8px;font-size:1rem;font-family:inherit;background-color:#fff}.cp-textarea{min-height:120px;resize:vertical}.cp-submit-btn{background:#e63946;color:#fff;font-weight:800;padding:18px;border:none;border-radius:8px;cursor:pointer;transition:.3s;text-transform:uppercase;letter-spacing:1px}.cp-submit-btn:hover{background:#d62828;box-shadow:0 5px 15px #e639464d}.cp-store-cta{position:relative;padding:120px 0;background-size:cover;background-position:center;background-attachment:fixed;color:#fff}.cp-cta-overlay{position:absolute;inset:0;background:#000000b3}.cp-cta-content{position:relative;z-index:2;max-width:550px}.cp-cta-tag{color:#0f8;font-weight:700;letter-spacing:2px;margin-bottom:10px}.cp-cta-title{font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.1;margin-bottom:30px}.cp-cta-btn{background:#e63946;color:#fff;padding:16px 45px;border:none;border-radius:6px;font-weight:700;cursor:pointer;transition:.3s}@media (max-width: 1024px){.cp-hero-section,.cp-store-cta{background-attachment:scroll}}@media (max-width: 992px){.cp-main-grid{grid-template-columns:1fr;gap:50px}.cp-details-col{text-align:center}.cp-info-card{border-left:none;border-top:2px solid #0d9b59;padding:20px 0 0}.cp-social-group{justify-content:center}}@media (max-width: 768px){.cp-form-row{flex-direction:column;gap:15px}.cp-hero-section{min-height:50vh}}.policies-container{max-width:800px;margin:0 auto;padding:40px 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.policies-header{text-align:center;margin-bottom:50px;border-bottom:2px solid #f0f0f0;padding-bottom:20px}.policies-header h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:10px}.policies-header p{color:#666;font-size:1.1rem}.policies-content section{margin-bottom:40px;padding:20px;background:#f9f9f9;border-radius:8px;transition:transform .2s}.policies-content section:hover{transform:translateY(-5px);background:#fff;box-shadow:0 4px 15px #0000000d}.policies-content h2{color:#000;font-size:1.5rem;margin-bottom:15px;display:flex;align-items:center}.policies-content h2:before{content:"";width:4px;height:25px;background-color:#ff5e00;margin-right:15px;border-radius:2px}.policies-footer{margin-top:50px;text-align:center}.back-button{background:#1a1a1a;color:#fff;border:none;padding:12px 30px;border-radius:25px;cursor:pointer;font-weight:700;transition:opacity .3s;background-color:#ff5a5f}.back-button:hover{opacity:.8}@media (max-width: 600px){.policies-header h1{font-size:1.8rem}.policies-container{padding:20px 15px}}.nf-container{height:100vh;width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;font-family:Montserrat,sans-serif;text-align:center;padding:20px}.nf-content{max-width:600px;width:100%}.nf-logo{width:150px;margin-bottom:2rem}.nf-404{font-size:clamp(6rem,15vw,10rem);font-weight:900;color:#1a1a1a;line-height:1;margin:0;letter-spacing:-5px}.nf-illustration{position:relative;display:inline-block;margin-bottom:2rem}.nf-road{height:6px;width:100%;background:#0f8;border-radius:10px;position:relative;overflow:hidden}.nf-road:after{content:"";position:absolute;top:0;left:-50px;width:30px;height:100%;background:#fff;box-shadow:60px 0 #fff,120px 0 #fff;animation:moveRoad 1.5s linear infinite}@keyframes moveRoad{0%{transform:translate(0)}to{transform:translate(100px)}}.nf-title{font-size:2rem;font-weight:800;color:#1a1a1a;margin-bottom:1rem}.nf-description{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2.5rem}.nf-actions{display:flex;gap:15px;justify-content:center}.nf-btn-primary{background-color:#ff5a5f;color:#fff;border:none;padding:15px 30px;border-radius:8px;font-weight:700;cursor:pointer;transition:transform .2s,background .3s}.nf-btn-secondary{background-color:#1a1a1a;color:#fff;border:none;padding:15px 30px;border-radius:8px;font-weight:700;cursor:pointer;transition:transform .2s,background .3s}.nf-btn-primary:hover,.nf-btn-secondary:hover{transform:translateY(-3px);opacity:.9}@media (max-width: 480px){.nf-actions{flex-direction:column}.nf-btn-primary,.nf-btn-secondary{width:100%}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary: #00FF88;--color-text-green: #00FF88;--color-text-dark-green: #0D9B59;--color-text-base: #071108;--color-text-secondary: #4A4A4A;--color-text-hover: #000;--color-border-active: #333;--color-background: #f4f4f4;--bg-button-primary: #FA4D56;--font-family-main: "Montserrat", sans-serif;--font-size-base: 16px;--font-weight-normal: 500;--font-weight-bold: 700;--container-max-width: 1200px;--spacing-md: 20px;--spacing-lg: 30px;--header-height: 70px;--transition-speed: .3s}body{font-family:var(--font-family-main);color:var(--color-text-base);background:#fff}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}html{scrollbar-width:thin;scrollbar-color:#00FF88 #f1f1f1}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background-color:#0f8;border-radius:10px;border:2px solid #f1f1f1}::-webkit-scrollbar-thumb:hover{background-color:#00e67a}
