@import "https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700;800&display=swap";:root{--primary:#febc20;--primary-hover:#edba1b;--secondary:#222;--bg-color:#f7f8f9;--text-color:#333;--card-bg:#fff;--transition:all .3s ease;--shadow:0 4px 20px #00000014;--shadow-hover:0 12px 40px #00000026}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden}body{background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Prompt,sans-serif}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-hover)}.site-header{z-index:1000;background:#0a0a0b;position:sticky;top:0}.info-bar{background:#050506;border-bottom:1px solid #febc2014;position:relative;overflow:hidden}.info-bar-inner{max-width:1200px;margin:0 auto;padding:.5rem 5%}.info-items{justify-content:center;align-items:center;gap:0;display:flex}.info-item{color:#ffffff73;letter-spacing:.3px;align-items:center;gap:.4rem;padding:0 1rem;font-size:.7rem;font-weight:500;display:inline-flex}.info-item svg{color:var(--primary);opacity:.8;filter:drop-shadow(0 0 4px #febc2066)}.info-divider{background:var(--primary);border-radius:50%;flex-shrink:0;width:3px;height:3px;animation:2s ease-in-out infinite pulse-dot;box-shadow:0 0 6px #febc2099}@keyframes pulse-dot{0%,to{opacity:.4;box-shadow:0 0 4px #febc204d}50%{opacity:1;box-shadow:0 0 10px #febc20cc}}.electric-line{background:linear-gradient(90deg, transparent, var(--primary), transparent);width:100%;height:1px;animation:3s linear infinite electric-sweep;position:absolute;bottom:0;left:0}@keyframes electric-sweep{0%{opacity:0;transform:translate(-100%)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:translate(100%)}}.main-nav{-webkit-backdrop-filter:blur(16px);background:#0a0a0bfa;border-bottom:1px solid #febc200f}.main-nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:68px;margin:0 auto;padding:0 5%;display:flex}.nav-brand{flex-shrink:0;align-items:center;text-decoration:none;display:flex;position:relative}.brand-logo{object-fit:contain;width:auto;height:46px;transition:all .3s}.nav-brand:hover .brand-logo{opacity:.9;filter:drop-shadow(0 0 8px #febc204d)}.brand-bolt{color:var(--primary);opacity:0;filter:drop-shadow(0 0 6px #febc20cc);transition:all .3s;position:absolute;top:-2px;right:-14px;transform:scale(.5)}.nav-brand:hover .brand-bolt{opacity:1;animation:.4s ease-in-out bolt-flicker;transform:scale(1)}@keyframes bolt-flicker{0%{opacity:0;transform:scale(.5)}30%{opacity:1;transform:scale(1.3)}60%{opacity:.6;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.nav-menu{align-items:center;gap:.25rem;display:flex}.nav-menu-link{color:#ffffff8c;cursor:pointer;letter-spacing:.2px;background:0 0;border:none;border-radius:6px;align-items:center;gap:.35rem;padding:.5rem 1rem;font-family:Prompt,sans-serif;font-size:.82rem;font-weight:500;transition:all .25s;display:inline-flex;position:relative}.nav-menu-link:after{content:"";background:var(--primary);width:0;height:1.5px;transition:all .25s;position:absolute;bottom:2px;left:50%;transform:translate(-50%);box-shadow:0 0 8px #febc2080}.nav-menu-link:hover{color:#fffffff2}.nav-menu-link:hover:after{width:60%}.chevron-icon{opacity:.5;transition:transform .2s}.nav-menu-dropdown:hover .chevron-icon{opacity:.8;transform:rotate(180deg)}.nav-menu-dropdown{position:relative}.dropdown-panel{opacity:0;visibility:hidden;z-index:1001;background:#141416;border:1px solid #febc201a;border-radius:12px;min-width:200px;padding:.5rem;transition:all .25s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(6px);box-shadow:0 12px 40px #00000080,0 0 20px #febc200d}.nav-menu-dropdown:hover .dropdown-panel,.nav-menu-dropdown:focus-within .dropdown-panel{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.dropdown-panel-item{color:#ffffff8c;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.7rem;width:100%;padding:.55rem .75rem;font-family:Prompt,sans-serif;font-size:.8rem;transition:all .2s;display:flex}.dropdown-panel-item:hover{color:var(--primary);background:#febc2014}.dropdown-item-logo{object-fit:contain;opacity:.8;border-radius:4px;width:22px;height:22px}.nav-actions{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.action-wa{color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border:none;border-radius:8px;align-items:center;gap:.6rem;padding:.55rem 1.1rem;font-family:Prompt,sans-serif;font-size:.8rem;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.action-wa:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.action-wa:hover:before{left:100%}.action-wa:hover{background:linear-gradient(135deg,#20bd5a 0%,#0e7d6a 100%);transform:translateY(-1px);box-shadow:0 4px 20px #25d36659}.action-wa-bolt{background:#ffffff26;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;animation:3s ease-in-out infinite bolt-pulse;display:flex}@keyframes bolt-pulse{0%,to{box-shadow:0 0 #febc204d}50%{box-shadow:0 0 12px 2px #febc2080}}.action-wa-text{text-align:left;flex-direction:column;line-height:1.2;display:flex}.action-wa-label{opacity:.85;font-size:.6rem;font-weight:400}.action-wa-number{letter-spacing:.3px;font-size:.78rem;font-weight:700}.action-cart{color:#ffffff8c;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .25s;display:inline-flex;position:relative}.action-cart:hover{color:#ffffffe6;background:#ffffff14;border-color:#febc2033}.action-cart-badge{background:var(--primary);color:#111;border:2px solid #0a0a0b;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:800;animation:.3s badge-pop;display:flex;position:absolute;top:-4px;right:-4px}@keyframes badge-pop{0%{transform:scale(0)}60%{transform:scale(1.2)}to{transform:scale(1)}}.action-burger{cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;padding:0;transition:all .25s;display:none}.action-burger:hover{border-color:#febc204d}.burger-line{background:#ffffffb3;border-radius:1px;width:18px;height:1.5px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.burger-line.open:first-child{background:var(--primary);transform:translateY(6.5px)rotate(45deg)}.burger-line.open:nth-child(2){opacity:0}.burger-line.open:nth-child(3){background:var(--primary);transform:translateY(-6.5px)rotate(-45deg)}.nav-mobile-actions{border-top:1px solid #ffffff0f;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;display:none}.mobile-action-wa,.mobile-action-cart{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem;font-family:Prompt,sans-serif;font-size:.88rem;font-weight:600;transition:all .25s;display:flex}.mobile-action-wa{color:#fff;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);box-shadow:0 4px 16px #25d3664d}.mobile-action-cart{color:#fffc;background:#ffffff0f;border:1px solid #ffffff14}@media (width<=900px){.info-bar{display:block;overflow:hidden}.info-items{white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5rem;padding:0 1rem;display:flex;overflow-x:auto}.info-items::-webkit-scrollbar{display:none}@keyframes scroll-info{0%{transform:translate(0)}to{transform:translate(-50%)}}.info-item{padding:0 1.5rem;font-size:.72rem}.info-divider{display:none}.main-nav-inner{height:58px}.brand-logo{height:38px}.brand-bolt{display:none}.nav-menu{-webkit-backdrop-filter:blur(24px);opacity:0;visibility:hidden;z-index:999;background:#0a0a0afa;flex-direction:column;justify-content:flex-start;gap:.25rem;padding:2rem 5%;transition:all .35s cubic-bezier(.4,0,.2,1);position:fixed;inset:58px 0 0;overflow-y:auto}.nav-menu.is-open{opacity:1;visibility:visible}.nav-menu-link{color:#ffffffa6;justify-content:center;width:100%;padding:.85rem 0;font-size:1.05rem}.nav-menu-link:after{display:none}.dropdown-panel{opacity:1;visibility:visible;box-shadow:none;background:0 0;border:none;min-width:auto;padding:.5rem 0;position:static;transform:none}.dropdown-panel-item{justify-content:center;padding:.6rem}.nav-mobile-actions{display:flex}.nav-actions .action-wa{display:none}.action-burger{display:flex}}@media (width<=480px){.main-nav-inner{padding:0 4%}.brand-logo{height:34px}.action-cart,.action-burger{width:38px;height:38px}}.hero{background:#0c0c0e;align-items:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg-img{object-fit:cover;object-position:center;opacity:.55;width:100%;height:100%}.hero-overlay{background:linear-gradient(90deg,#0c0c0ea6 0%,#0c0c0e73 35%,#0c0c0e26 100%),linear-gradient(#0c0c0e0d 0%,#0c0c0e59 100%);position:absolute;inset:0}.hero-container{z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:0 5%;position:relative}.hero-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;min-height:80vh;padding:6rem 0;display:grid}.hero-left{color:#fff}.hero-badge{color:var(--primary);letter-spacing:1px;text-transform:uppercase;background:#febc2014;border:1px solid #febc2033;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-indicator{background:var(--primary);border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #febc2080}.hero-headline{margin-bottom:1.5rem}.headline-line{color:#ffffffe6;letter-spacing:-.5px;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:300;line-height:1.15;display:block}.headline-accent{color:var(--primary);letter-spacing:-1px;font-size:clamp(2.8rem,5vw,4rem);font-weight:800;line-height:1.1;display:block}.hero-subtext{color:#ffffff8c;max-width:460px;margin-bottom:2rem;font-size:1rem;font-weight:400;line-height:1.7}.hero-trust{flex-wrap:wrap;gap:1.25rem;margin-bottom:2.5rem;display:flex}.trust-item{color:#ffffffb3;align-items:center;gap:.6rem;font-size:.85rem;font-weight:500;display:flex}.trust-icon{width:32px;height:32px;color:var(--primary);background:#febc201a;border-radius:8px;justify-content:center;align-items:center;display:flex}.hero-ctas{flex-wrap:wrap;gap:1rem;display:flex}.cta-primary{background:var(--primary);color:#111;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.6rem;padding:.9rem 1.8rem;font-family:Prompt,sans-serif;font-size:.95rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 2px 12px #febc2040}.cta-primary:hover{background:#e5a820;transform:translateY(-1px);box-shadow:0 4px 20px #febc2059}.cta-secondary{color:#fffc;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:10px;align-items:center;gap:.5rem;padding:.9rem 1.8rem;font-family:Prompt,sans-serif;font-size:.95rem;font-weight:600;transition:all .25s;display:inline-flex}.cta-secondary:hover{color:#fff;background:#ffffff0d;border-color:#ffffff4d}.hero-right{justify-content:flex-end;align-items:center;display:flex}.stats-card{-webkit-backdrop-filter:blur(16px);background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;width:100%;max-width:360px;padding:2rem;box-shadow:0 4px 24px #0003,inset 0 1px #ffffff0a}.stats-card-header{border-bottom:1px solid #ffffff0f;margin-bottom:1.5rem;padding-bottom:1rem}.stats-label{color:#ffffff59;text-transform:uppercase;letter-spacing:2px;font-size:.7rem;font-weight:600}.stats-card-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.stats-item{padding:.75rem}.stats-value{color:#fff;letter-spacing:-.5px;margin-bottom:.4rem;font-size:2rem;font-weight:700;line-height:1;display:block}.stats-unit{color:#fff9;font-size:1rem;font-weight:500}.stats-desc{color:#fff6;font-size:.72rem;font-weight:500;line-height:1.3}.section-header{text-align:center;margin-bottom:3.5rem}.section-tag{color:var(--primary);text-transform:uppercase;letter-spacing:1px;background:#febc201f;border:1px solid #febc204d;border-radius:50px;margin-bottom:.8rem;padding:.3rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.section-header h2{color:var(--secondary);margin-bottom:.5rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.section-header p{color:#666;max-width:600px;margin:0 auto;font-size:1rem;font-weight:300}.benefits-section{background:#0a0a0b;padding:6rem 5%}.benefits-section .section-tag{color:var(--primary);background:#febc2014;border-color:#febc2026}.benefits-section .section-header h2{color:#fff}.benefits-section .section-header p{color:#ffffff59}.benefits-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;max-width:1200px;margin:0 auto;display:grid}.benefit-card{text-align:center;background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;padding:1.75rem 1.25rem;transition:all .3s;position:relative;overflow:hidden}.benefit-card:hover{background:#ffffff0f;border-color:#febc2033;transform:translateY(-3px)}.benefit-icon{color:var(--primary);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.85rem;font-size:.68rem;font-weight:700;display:block}.benefit-card h3{color:#ffffffd9;font-size:.92rem;font-weight:500;line-height:1.5}.how-section{background:#0a0a0b;padding:6rem 5%}.how-container{max-width:1100px;margin:0 auto}.how-header{text-align:center;margin-bottom:4rem}.how-tag{color:var(--primary);text-transform:uppercase;letter-spacing:3px;background:#febc2014;border:1px solid #febc2026;border-radius:50px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.65rem;font-weight:600;display:inline-block}.how-header h2{color:#fff;letter-spacing:-1px;margin-bottom:.75rem;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;line-height:1.15}.how-header p{color:#ffffff59;font-size:1rem;font-weight:400}.how-track{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.how-step{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:2rem 1rem;transition:all .3s;position:relative}.how-step:hover{background:#ffffff0a;border-color:#febc2026;transform:translateY(-4px)}.how-step-number{background:var(--primary);color:#0a0a0b;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin:0 auto 1.25rem;font-size:.75rem;font-weight:800;display:flex;box-shadow:0 0 20px #febc2033}.how-step-icon{width:44px;height:44px;color:var(--primary);background:#febc2014;border:1px solid #febc2026;border-radius:10px;justify-content:center;align-items:center;margin:0 auto 1rem;transition:all .25s;display:flex}.how-step:hover .how-step-icon{background:#febc2024;border-color:#febc204d;box-shadow:0 0 16px #febc201a}.how-step h3{color:#fff;letter-spacing:-.2px;margin-bottom:.5rem;font-size:1rem;font-weight:600}.how-step p{color:#fff6;font-size:.82rem;line-height:1.6}.how-cta{justify-content:center;margin-top:2.5rem;display:flex}.how-cta-btn{background:var(--primary);color:#0a0a0b;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.6rem;padding:.9rem 2rem;font-family:Prompt,sans-serif;font-size:.95rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 2px 16px #febc2040}.how-cta-btn:hover{background:#e5a820;transform:translateY(-2px);box-shadow:0 6px 24px #febc2059}@media (width<=768px){.how-section{padding:4rem 5%}.how-header{margin-bottom:2.5rem}.how-header h2{font-size:1.6rem}.how-track{grid-template-columns:repeat(2,1fr);gap:1rem}.how-step{padding:1.5rem .75rem}}@media (width<=480px){.how-track{grid-template-columns:repeat(2,1fr);gap:.75rem}.how-step-number{width:30px;height:30px;margin-bottom:1rem;font-size:.65rem}.how-step-icon{width:36px;height:36px;margin-bottom:.75rem}.how-step h3{font-size:.88rem}.how-step p{font-size:.75rem}.how-cta-btn{padding:.8rem 1.5rem;font-size:.88rem}}.brands-section{background:#fff;padding:6rem 5%}.brands-container{max-width:1200px;margin:0 auto}.brands-header{text-align:center;margin-bottom:3.5rem}.brands-tag{color:var(--primary);text-transform:uppercase;letter-spacing:3px;background:#febc201a;border:1px solid #febc2033;border-radius:50px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.65rem;font-weight:600;display:inline-block}.brands-header h2{color:#111;letter-spacing:-1px;margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700}.brands-header p{color:#888;max-width:500px;margin:0 auto;font-size:1rem;font-weight:400}.brands-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.brand-card{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .3s;display:flex}.brand-card:hover{transform:translateY(-2px)}.brand-card-logo{object-fit:contain;width:100%;max-width:400px;height:auto;max-height:200px;transition:transform .3s}.brand-card:hover .brand-card-logo{transform:scale(1.05)}@media (width<=768px){.brands-section{padding:4rem 5%}.brands-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (width<=480px){.brands-grid{gap:.75rem}.brand-card{padding:0}.brand-card-logo{max-width:320px;max-height:160px}}.catalog-section{max-width:1400px;margin:0 auto;padding:2rem 3% 4rem}.catalog-bar{align-items:baseline;gap:1rem;margin-bottom:1.5rem;display:flex}.catalog-heading{color:#111;letter-spacing:-.5px;font-size:1.4rem;font-weight:600}.catalog-count{color:#999;font-size:.82rem;font-weight:400}.catalog-intro{color:#777;max-width:760px;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.catalog-main{grid-template-columns:200px 1fr;align-items:start;gap:28px;display:grid}.catalog-grid-area{min-width:0}.filter-sidebar{background:#fafaf9;border:1px solid #eeedea;border-radius:14px;padding:1.25rem;position:sticky;top:80px}.filters-inner{flex-direction:column;display:flex}.filter-divider{background:#e8e7e4;height:1px;margin:.85rem 0}.filter-block{flex-direction:column;gap:.5rem;display:flex}.filter-block-head{color:#555;text-transform:uppercase;letter-spacing:1.2px;align-items:center;gap:.4rem;margin-bottom:.15rem;font-size:.68rem;font-weight:600;display:flex}.filter-block-head svg{color:#999;flex-shrink:0}.sort-options{flex-direction:column;gap:1px;display:flex}.sort-opt{text-align:left;color:#777;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;min-height:36px;padding:.4rem .6rem;font-family:Prompt,sans-serif;font-size:.76rem;font-weight:400;transition:all .15s;display:flex}.sort-opt:hover{color:#333;background:#f0efed}.sort-opt.active{color:#fff;background:#2a2a2a;font-weight:500}.brand-chips{flex-wrap:wrap;gap:5px;display:flex}.brand-chip{cursor:pointer;color:#666;background:#fff;border:1px solid #e0dfdc;border-radius:6px;align-items:center;min-height:36px;padding:.4rem .7rem;font-family:Prompt,sans-serif;font-size:.7rem;font-weight:500;transition:all .15s;display:inline-flex}.brand-chip:hover{color:#333;background:#fafaf9;border-color:#aaa}.brand-chip.on{color:#fff;background:#2a2a2a;border-color:#2a2a2a}.amp-chips{flex-wrap:wrap;gap:4px;display:flex}.amp-chip{cursor:pointer;color:#888;text-align:center;background:#fff;border:1px solid #e8e7e4;border-radius:6px;justify-content:center;align-items:center;min-width:38px;min-height:36px;padding:.3rem .55rem;font-family:Prompt,sans-serif;font-size:.65rem;font-weight:500;transition:all .15s;display:inline-flex}.amp-chip:hover{color:#444;background:#fafaf9;border-color:#bbb}.amp-chip.on{color:#fff;background:#2a2a2a;border-color:#2a2a2a}.show-more-btn{color:#999;cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:.25rem 0;font-family:Prompt,sans-serif;font-size:.66rem;display:inline-flex}.show-more-btn:hover{color:#555}.show-more-btn svg{flex-shrink:0;transition:transform .2s}.filter-reset-btn{color:#888;cursor:pointer;background:0 0;border:1px solid #e0dfdc;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem .8rem;font-family:Prompt,sans-serif;font-size:.7rem;font-weight:500;transition:all .15s;display:inline-flex}.filter-reset-btn:hover{color:#555;background:#f5f4f2;border-color:#ccc}.filter-mobile-trigger,.filter-mobile-backdrop{display:none}.product-grid{grid-template-columns:repeat(auto-fill,minmax(238px,1fr));gap:18px;display:grid}.product-card{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:12px;transition:all .2s;position:relative;overflow:hidden}.product-card:hover{border-color:#e0e0de;transform:translateY(-2px);box-shadow:0 4px 20px #0000000f}.product-img-wrap{aspect-ratio:1;background:#f5f5f3;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.product-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-img{transform:scale(1.04)}.product-tag{color:#fff;letter-spacing:.2px;background:#111;border-radius:5px;padding:.2rem .55rem;font-size:.65rem;font-weight:600;position:absolute;top:10px;left:10px}.product-quick-add{opacity:0;color:#111;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s;display:flex;position:absolute;bottom:10px;right:10px;transform:translateY(8px);box-shadow:0 2px 10px #0000001a}.product-card:hover .product-quick-add{opacity:1;transform:translateY(0)}.product-quick-add:hover{color:#fff;background:#111}.product-body{flex-direction:column;padding:.9rem 1rem 1rem;display:flex}.product-top{justify-content:space-between;align-items:center;margin-bottom:.3rem;display:flex}.product-brand{color:#aaa;letter-spacing:1px;font-size:.6rem;font-weight:600}.product-amp{color:#bbb;font-size:.65rem;font-weight:500}.product-name{color:#111;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.15rem;font-size:.88rem;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.product-spec{color:#bbb;margin-bottom:.75rem;font-size:.7rem;font-weight:400}.product-price{align-items:center;gap:.5rem;margin-top:auto;display:flex}.price-old{color:#ccc;font-size:.78rem;font-weight:400;text-decoration:line-through}.price-now{color:#111;letter-spacing:-.3px;font-size:1.15rem;font-weight:600}.no-products{text-align:center;color:#999;padding:4rem 2rem}.no-products p{margin-bottom:1.5rem}.pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;padding:1rem 0;display:flex}.pagination-btn{cursor:pointer;color:#555;width:40px;height:40px;transition:var(--transition);background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;font-family:Prompt,sans-serif;font-size:.9rem;font-weight:600;display:flex}.pagination-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.pagination-btn.active{background:var(--primary);color:var(--secondary);border-color:var(--primary)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-dots{color:#94a3b8;font-weight:600}.vehicle-section{background:#f7f8f9;padding:6rem 5%}.vehicle-container{max-width:1200px;margin:0 auto}.vehicle-header{text-align:center;margin-bottom:3.5rem}.vehicle-tag{color:var(--primary);text-transform:uppercase;letter-spacing:3px;background:#febc201a;border:1px solid #febc2033;border-radius:50px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.65rem;font-weight:600;display:inline-block}.vehicle-header h2{color:#111;letter-spacing:-1px;margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700}.vehicle-header p{color:#888;max-width:480px;margin:0 auto;font-size:1rem;font-weight:400}.vehicle-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.vehicle-card{cursor:pointer;background:#fff;border:1px solid #eeedea;border-radius:16px;transition:all .35s;overflow:hidden}.vehicle-card:hover{border-color:#0000;transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.vehicle-img-wrap{aspect-ratio:16/10;background:#f0efed;position:relative;overflow:hidden}.vehicle-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.vehicle-card:hover .vehicle-image{transform:scale(1.06)}.vehicle-overlay{opacity:0;background:#1111118c;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.vehicle-card:hover .vehicle-overlay{opacity:1}@media (hover:none) and (pointer:coarse){.vehicle-overlay{opacity:.6;background:linear-gradient(#0000 0%,#111111b3 100%)}.vehicle-overlay-text{padding:.4rem 1rem;font-size:.75rem;position:absolute;bottom:12px;right:12px}.vehicle-card:hover .vehicle-image{transform:none}}.vehicle-overlay-text{color:#fff;background:var(--primary);letter-spacing:.3px;border-radius:50px;padding:.5rem 1.4rem;font-size:.82rem;font-weight:600}.vehicle-card-body{padding:1rem 1.25rem 1.1rem}.vehicle-card-body h3{color:#222;letter-spacing:-.2px;font-size:.95rem;font-weight:600}@media (width<=768px){.vehicle-section{padding:4rem 5%}.vehicle-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (width<=480px){.vehicle-grid{gap:.75rem}.vehicle-img-wrap{aspect-ratio:16/9}.vehicle-card-body{padding:.75rem .9rem .85rem}.vehicle-card-body h3{font-size:.85rem}}.brand-page{background:#f7f8f9;min-height:100vh}.bp-header{background:#111;padding:1.5rem 0}.bp-header-inner{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 5%;display:flex}.bp-back{color:#fff9;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;flex-shrink:0;align-items:center;gap:.4rem;padding:.45rem .9rem;font-family:Prompt,sans-serif;font-size:.8rem;font-weight:500;transition:all .2s;display:inline-flex}.bp-back:hover{color:#fff;background:#ffffff0d;border-color:#fff3}.bp-identity{flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.bp-logo-wrap{background:0 0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:90px;height:90px;padding:0;display:flex}.bp-logo{object-fit:contain;width:100%;height:100%}.vp-vehicle-img-wrap{background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;padding:8px;display:flex;overflow:hidden}.vp-vehicle-img{object-fit:contain;width:100%;height:100%}.bp-meta h1{color:#fff;letter-spacing:-.5px;font-size:1.4rem;font-weight:700;line-height:1.2}.bp-seo-text{color:#ffffff8c;max-width:680px;margin:.65rem 0 0;font-size:.9rem;font-weight:400;line-height:1.6}.bp-badge{color:var(--primary);letter-spacing:.5px;text-transform:uppercase;background:#febc201a;border-radius:50px;margin-top:.2rem;padding:.15rem .6rem;font-size:.68rem;font-weight:600;display:inline-block}.bp-cta{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:9px;flex-shrink:0;align-items:center;gap:.5rem;padding:.6rem 1.3rem;font-family:Prompt,sans-serif;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 12px #25d36640}.bp-cta:hover{background:#20bd5a;transform:translateY(-1px);box-shadow:0 4px 18px #25d36659}.bp-info-bar{background:#fff;border-bottom:1px solid #eeedea}.bp-info-inner{align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:.75rem 5%;display:flex}.bp-info-item{color:#666;align-items:center;gap:.45rem;font-size:.78rem;font-weight:500;display:flex}.bp-info-item svg{color:var(--primary);flex-shrink:0}.bp-products{max-width:1200px;margin:0 auto;padding:2rem 5% 4rem}.bp-products-bar{justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;display:flex}.bp-products-bar h2{color:#111;letter-spacing:-.3px;font-size:1.2rem;font-weight:600;line-height:1.2}.bp-products-bar p{color:#999;margin-top:.1rem;font-size:.78rem;font-weight:400}@media (width<=1024px){.bp-header-inner{flex-wrap:wrap}.bp-back{order:1}.bp-identity{order:2}.bp-cta{order:3;justify-content:center;width:100%;margin-top:.5rem}}@media (width<=768px){.bp-header{padding:1rem 0}.bp-header-inner{flex-direction:column;align-items:flex-start;gap:.75rem}.bp-back{order:-1}.bp-back span{display:none}.bp-meta h1{font-size:1.1rem}.bp-logo-wrap{width:70px;height:70px}.bp-info-inner{flex-wrap:wrap;gap:1rem}.bp-info-item{font-size:.72rem}.bp-products{padding:1.5rem 4% 3rem}}@media (width<=480px){.bp-cta{padding:.55rem 1rem;font-size:.8rem}.bp-meta h1{font-size:1rem}}.cart-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:999;opacity:0;pointer-events:none;background-color:#00000080;justify-content:flex-end;transition:opacity .3s;display:flex;position:fixed;inset:0}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{background-color:#fff;flex-direction:column;width:100%;max-width:420px;height:100vh;padding:0;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;transform:translate(100%);box-shadow:-20px 0 60px #00000026}.cart-overlay.open .cart-drawer{transform:translate(0)}.cart-header{background:var(--secondary);color:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h2{color:#fff;align-items:center;gap:.5rem;font-size:1.2rem;display:flex}.close-btn{color:#fff;cursor:pointer;width:44px;height:44px;transition:var(--transition);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.close-btn:hover{background:#fff3}.cart-items{flex-direction:column;flex-grow:1;gap:.8rem;padding:1rem 1.5rem;display:flex;overflow-y:auto}.cart-item{transition:var(--transition);background:#f7f8f9;border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex}.cart-item:hover{background:#eef0f2}.cart-item-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:64px;height:64px}.cart-item-info{flex-grow:1;min-width:0}.cart-item-info h4{color:var(--secondary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.2rem;font-size:.85rem;overflow:hidden}.cart-item-price{color:var(--primary);margin-bottom:.4rem;font-size:.9rem;font-weight:700}.cart-item-qty{align-items:center;gap:.5rem;display:flex}.qty-btn{cursor:pointer;width:40px;height:40px;transition:var(--transition);color:#555;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;display:flex}.qty-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-value{text-align:center;min-width:20px;font-size:.9rem;font-weight:700}.remove-btn{color:#ef4444;cursor:pointer;transition:var(--transition);background:#fee2e2;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:.4rem;display:flex}.remove-btn:hover{color:#fff;background:#ef4444}.empty-cart{text-align:center;color:#94a3b8;flex-direction:column;align-items:center;gap:1rem;margin:auto;padding:3rem;display:flex}.empty-cart svg{color:#cbd5e1}.cart-footer{background:#fafafa;border-top:1px solid #e2e8f0;padding:1.5rem}.cart-total{color:var(--secondary);justify-content:space-between;margin-bottom:1rem;font-size:1.2rem;font-weight:700;display:flex}.cart-total span:last-child{color:var(--primary)}.cart-note{color:#888;text-align:center;margin-bottom:1rem;font-size:.78rem;line-height:1.5}.whatsapp-btn{color:#fff;cursor:pointer;width:100%;transition:var(--transition);background-color:#25d366;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.6rem;padding:1rem;font-family:Prompt,sans-serif;font-size:1rem;font-weight:700;display:flex}.whatsapp-btn:hover{background-color:#128c7e;transform:translateY(-2px);box-shadow:0 8px 20px #25d3664d}.faq-section{background:#fff;padding:6rem 5%}.faq-container{max-width:1100px;margin:0 auto}.faq-header{text-align:center;margin-bottom:3rem}.faq-tag{color:var(--primary);text-transform:uppercase;letter-spacing:3px;background:#febc201a;border:1px solid #febc2033;border-radius:50px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.65rem;font-weight:600;display:inline-block}.faq-header h2{color:#111;letter-spacing:-1px;margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700}.faq-header p{color:#888;font-size:1rem;font-weight:400}.faq-grid{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.faq-col{flex-direction:column;gap:.6rem;display:flex}.faq-item{background:#fafaf9;border:1px solid #eeedea;border-radius:12px;transition:all .25s;overflow:hidden}.faq-item.is-open{background:#fff;border-color:#febc204d;box-shadow:0 4px 20px #febc200f}.faq-question{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.1rem 1.25rem;font-family:Prompt,sans-serif;transition:all .2s;display:flex}.faq-item.is-open .faq-question{padding-bottom:.4rem}.faq-question span{color:#333;font-size:.92rem;font-weight:500;line-height:1.4}.faq-item.is-open .faq-question span{color:#111;font-weight:600}.faq-icon{color:#bbb;flex-shrink:0;transition:transform .3s,color .3s}.faq-item.is-open .faq-icon{color:var(--primary)}.faq-icon.open{transform:rotate(180deg)}.faq-answer p{color:#666;padding:0 1.25rem 1.1rem;font-size:.88rem;font-weight:400;line-height:1.7}@media (width<=768px){.faq-section{padding:4rem 5%}.faq-grid{grid-template-columns:1fr}.faq-question{padding:1rem}.faq-question span{font-size:.85rem}.faq-answer p{padding:0 1rem 1rem;font-size:.82rem}}.footer{color:#aaa;background-color:#111;padding:3rem 5%}.footer-logo{border-radius:6px;height:50px;margin-bottom:1rem}.footer-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem;max-width:1100px;margin:0 auto 2rem;display:grid}.footer-col h4{color:#fff;margin-bottom:1rem;font-size:1rem;font-weight:600}.footer-col p,.footer-col a{color:#aaa;transition:var(--transition);margin-bottom:.5rem;font-size:.85rem;font-weight:300;text-decoration:none;display:block}.footer-col a:hover{color:var(--primary)}.footer-bottom{text-align:center;color:#555;border-top:1px solid #ffffff12;max-width:1100px;margin:0 auto;padding-top:1.5rem;font-size:.8rem}.footer-credit{color:#444;margin-top:.3rem;font-size:.75rem}.footer-credit a{color:var(--primary);font-weight:600;text-decoration:none}.footer-credit a:hover{color:#e5a820}.float-wa{color:#fff;z-index:100;width:58px;height:58px;transition:var(--transition);background:#25d366;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #25d36666}.float-wa:hover{color:#fff;background:#128c7e;transform:scale(1.1);box-shadow:0 8px 30px #25d36680}.float-wa:after{content:"";border:3px solid #25d366;border-radius:50%;width:100%;height:100%;animation:2s infinite pulse-wa;position:absolute}@keyframes pulse-wa{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@media (width<=1200px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}}@media (width<=1024px){.catalog-section{padding:1.5rem 3% 3rem}.catalog-main{grid-template-columns:1fr}.filter-sidebar{display:none}.filter-mobile-trigger{color:#fff;cursor:pointer;z-index:90;background:#111;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.65rem 1.5rem;font-family:Prompt,sans-serif;font-size:.8rem;font-weight:500;display:flex;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #00000040}.trigger-count{color:#111;background:#febc20;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.62rem;font-weight:700;display:flex}.filter-mobile-backdrop{z-index:999;background:#0006;align-items:flex-end;display:flex;position:fixed;inset:0}.filter-mobile-sheet{background:#fff;border-radius:16px 16px 0 0;flex-direction:column;width:100%;max-height:85vh;display:flex}.sheet-head{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.sheet-head span{font-size:1rem;font-weight:600}.sheet-head button{cursor:pointer;color:#555;background:0 0;border:none;padding:0}.sheet-body{flex:1;padding:1.5rem;overflow-y:auto}.sheet-foot{border-top:1px solid #eee;padding:1rem 1.5rem}.sheet-apply{color:#fff;cursor:pointer;background:#111;border:none;border-radius:10px;width:100%;padding:.85rem;font-family:Prompt,sans-serif;font-size:.9rem;font-weight:500}.hero-grid{grid-template-columns:1fr;gap:3rem;padding:4rem 0}.hero-right{justify-content:center}.stats-card{max-width:100%}}@media (width<=768px){.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;gap:1.5rem;min-height:auto;padding:2.5rem 0 2rem}.hero-badge{margin-bottom:1rem;padding:.3rem .75rem;font-size:.65rem}.hero-headline{margin-bottom:1rem}.headline-line{font-size:1.5rem}.headline-accent{font-size:2rem}.hero-subtext{margin-bottom:1.25rem;font-size:.85rem;line-height:1.6}.hero-trust{gap:.6rem;margin-bottom:1.5rem}.trust-item{font-size:.75rem}.trust-icon{width:26px;height:26px}.trust-icon svg{width:14px;height:14px}.hero-ctas{flex-direction:column;gap:.75rem}.cta-primary,.cta-secondary{justify-content:center;width:100%;padding:.8rem 1.5rem;font-size:.88rem}.hero-right,.catalog-section{display:none}.stats-card-grid{gap:.75rem}.stats-value{font-size:1.4rem}.catalog-section{padding:1.5rem 2% 3rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-img-wrap{aspect-ratio:1}.product-body{padding:.65rem .75rem .75rem}.product-name{font-size:.74rem}.product-spec{margin-bottom:.5rem;font-size:.62rem}.price-now{font-size:.95rem}.product-quick-add{opacity:1;width:30px;height:30px;bottom:8px;right:8px;transform:translateY(0)}.benefits-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.benefit-card:last-child:nth-child(odd){grid-column:1/-1;max-width:50%;margin:0 auto}.brands-grid,.vehicle-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.filter-mobile-trigger{padding:.6rem 1.3rem;bottom:1.25rem}.float-wa{width:52px;height:52px;bottom:1.25rem;right:1.25rem}.bp-seo-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.bp-info-inner{flex-wrap:wrap;gap:1rem}.bp-info-item{font-size:.72rem}}@media (width<=480px){.hero-container{padding:0 4%}.hero-grid{padding:2rem 0 1.5rem}.hero-badge{margin-bottom:.75rem;padding:.25rem .6rem;font-size:.6rem}.headline-line{font-size:1.3rem}.headline-accent{font-size:1.7rem}.hero-subtext{margin-bottom:1rem;font-size:.8rem;line-height:1.55}.hero-trust{flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.trust-item{gap:.5rem;font-size:.72rem}.trust-icon{border-radius:6px;width:24px;height:24px}.cta-primary,.cta-secondary{border-radius:8px;padding:.75rem 1.25rem;font-size:.82rem}.benefits-grid,.steps-grid{grid-template-columns:1fr}.brands-grid{grid-template-columns:repeat(2,1fr)}.vehicle-grid{grid-template-columns:repeat(2,1fr);gap:.65rem}.vehicle-card-body{padding:.6rem .75rem}.vehicle-card-body h3{font-size:.78rem}.catalog-bar{flex-wrap:wrap}.catalog-intro{font-size:.82rem;line-height:1.55}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-img-wrap{aspect-ratio:1}.product-body{padding:.55rem .65rem .65rem}.product-name{font-size:.72rem;line-height:1.3}.product-spec{margin-bottom:.4rem;font-size:.6rem}.price-now{font-size:.88rem}.price-old{font-size:.7rem}.product-brand{font-size:.55rem}.product-amp{font-size:.6rem}.product-quick-add{opacity:1;width:40px;height:40px;bottom:6px;right:6px;transform:translateY(0)}.bp-products .product-grid{grid-template-columns:1fr;gap:12px}.bp-products .product-card{grid-template-columns:140px 1fr;display:grid}.bp-products .product-img-wrap{aspect-ratio:1;border-radius:12px 0 0 12px}.bp-products .product-body{justify-content:center;padding:.75rem}.benefits-section,.how-section,.brands-section,.vehicle-section{padding:3.5rem 4%}.faq-section{padding:3rem 4%}.footer{padding:2.5rem 4%}.footer-grid{text-align:center;grid-template-columns:1fr;gap:1.5rem}.footer-logo{margin:0 auto 1rem;display:block}.footer-bottom{padding-top:1.25rem}.float-wa{width:50px;height:50px;bottom:1.5rem;right:1.25rem}.float-wa svg{width:22px;height:22px}.filter-mobile-trigger{bottom:5rem}.filter-mobile-backdrop{display:none!important}.pagination{gap:.35rem;margin-top:2rem}.pagination-btn{border-radius:8px;width:44px;height:44px;font-size:.78rem}.bp-seo-text{display:none}.bp-header-inner{padding:0 4%}.bp-products{padding:1.5rem 4% 2.5rem}.bp-products-bar h2{font-size:1.05rem}.bp-products-bar p{font-size:.72rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.cart-drawer{height:100dvh}.brand-page{min-height:100dvh}.float-wa{bottom:calc(2rem + env(safe-area-inset-bottom,0px));right:calc(2rem + env(safe-area-inset-right,0px))}.cart-footer{padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px))}.filter-mobile-trigger{bottom:calc(1.5rem + env(safe-area-inset-bottom,0px))}.cta-primary:active,.cta-secondary:active,.action-wa:active,.mobile-action-wa:active,.whatsapp-btn:active,.how-cta-btn:active{transform:scale(.97)}.vehicle-card:active,.brand-card:active,.product-card:active{transform:scale(.98)}.product-quick-add:active{transform:scale(.9)}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.faq-item.is-open .faq-answer{grid-template-rows:1fr}.faq-answer>div{overflow:hidden}
