.Header-module__hBw1pG__header{z-index:1000;width:100%;padding:16px 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.Header-module__hBw1pG__headerScrolled{background:var(--header-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--header-border);padding:10px 0;box-shadow:0 4px 30px #0000004d}.Header-module__hBw1pG__headerInner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.Header-module__hBw1pG__brand{color:var(--text-primary);align-items:center;gap:12px;text-decoration:none;display:flex}.Header-module__hBw1pG__logo{object-fit:contain;border-radius:10px}.Header-module__hBw1pG__brandName{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:800}.Header-module__hBw1pG__nav{align-items:center;gap:8px;display:flex}.Header-module__hBw1pG__navLink{color:var(--nav-link);letter-spacing:.02em;border-radius:8px;padding:8px 14px;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.Header-module__hBw1pG__navLink:hover{color:var(--nav-link-hover);background:var(--nav-hover-bg)}.Header-module__hBw1pG__navLink:after{content:"";background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:2px;width:20px;height:2px;transition:transform .3s;position:absolute;bottom:2px;left:50%;transform:translate(-50%)scaleX(0)}.Header-module__hBw1pG__navLink:hover:after{transform:translate(-50%)scaleX(1)}.Header-module__hBw1pG__headerActions{align-items:center;gap:8px;display:flex}.Header-module__hBw1pG__actionBtn{border:1px solid var(--action-btn-border);background:var(--action-btn-bg);width:40px;height:40px;color:var(--action-btn-text);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.Header-module__hBw1pG__actionBtn:hover{background:var(--action-btn-border);border-color:var(--text-secondary);transform:translateY(-2px)}.Header-module__hBw1pG__actionBtnWhatsapp:hover{border-color:#25d366;box-shadow:0 0 20px #25d36633}.Header-module__hBw1pG__actionBtnPhone:hover{border-color:#3b82f6;box-shadow:0 0 20px #3b82f633}.Header-module__hBw1pG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.Header-module__hBw1pG__hamburger span{background:var(--hamburger);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.Header-module__hBw1pG__hamburgerOpen span:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__hBw1pG__hamburgerOpen span:nth-child(2){opacity:0}.Header-module__hBw1pG__hamburgerOpen span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Header-module__hBw1pG__mobileOverlay,.Header-module__hBw1pG__mobileMenu{display:none}@media (max-width:900px){.Header-module__hBw1pG__nav,.Header-module__hBw1pG__headerActions{display:none}.Header-module__hBw1pG__hamburger{display:flex}.Header-module__hBw1pG__mobileOverlay{z-index:998;opacity:0;visibility:hidden;background:#0009;transition:all .3s;display:block;position:fixed;inset:0}.Header-module__hBw1pG__mobileOverlayOpen{opacity:1;visibility:visible}.Header-module__hBw1pG__mobileMenu{background:var(--mobile-menu-bg);-webkit-backdrop-filter:blur(30px);border-left:1px solid var(--mobile-menu-border);z-index:999;flex-direction:column;gap:4px;width:300px;height:100vh;padding:80px 24px 32px;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.Header-module__hBw1pG__mobileMenuOpen{transform:translate(0)}.Header-module__hBw1pG__mobileNavLink{color:var(--nav-link);border-radius:10px;padding:14px 16px;font-size:1.05rem;font-weight:500;text-decoration:none;transition:all .3s;display:block}.Header-module__hBw1pG__mobileNavLink:hover{color:var(--nav-link-hover);background:var(--nav-hover-bg)}.Header-module__hBw1pG__mobileActions{border-top:1px solid var(--mobile-menu-border);flex-direction:column;gap:12px;margin-top:24px;padding:24px 16px 0;display:flex}.Header-module__hBw1pG__mobileActionBtn{border:1px solid var(--action-btn-border);background:var(--action-btn-bg);width:100%;color:var(--action-btn-text);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}}
.Footer-module__S6Hkya__footer{background:var(--bg-primary);border-top:1px solid var(--border-color);position:relative}.Footer-module__S6Hkya__gradientBorder{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899,#3b82f6) 0 0/200% 100%;height:2px;animation:4s linear infinite Footer-module__S6Hkya__gradientMove}@keyframes Footer-module__S6Hkya__gradientMove{0%{background-position:0%}to{background-position:200%}}.Footer-module__S6Hkya__footerContent{grid-template-columns:1.2fr .8fr 1fr 1fr;gap:48px;max-width:1200px;margin:0 auto;padding:60px 24px 30px;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__brandLogo{align-items:center;gap:12px;display:flex}.Footer-module__S6Hkya__brandLogo img{object-fit:contain;border-radius:10px}.Footer-module__S6Hkya__brandName{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:800}.Footer-module__S6Hkya__tagline{color:var(--text-secondary);max-width:280px;font-size:.9rem;line-height:1.6}.Footer-module__S6Hkya__colTitle{color:var(--text-primary);margin-bottom:24px;padding-bottom:12px;font-size:1.05rem;font-weight:700;position:relative}.Footer-module__S6Hkya__colTitle:after{content:"";background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:2px;width:30px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__S6Hkya__linksList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__linksList a{color:var(--text-secondary);font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-block}.Footer-module__S6Hkya__linksList a:hover{color:var(--accent-blue);transform:translate(4px)}.Footer-module__S6Hkya__contactItem{color:var(--text-secondary);align-items:center;gap:12px;margin-bottom:16px;font-size:.95rem;display:flex}.Footer-module__S6Hkya__contactItem svg{color:#60a5fa;flex-shrink:0;width:18px;height:18px}.Footer-module__S6Hkya__contactItem a{color:var(--text-secondary);text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__contactItem a:hover{color:var(--accent-blue)}.Footer-module__S6Hkya__bottomBar{border-top:1px solid var(--border-color);justify-content:center;align-items:center;max-width:1200px;margin:0 auto;padding:24px;display:flex}.Footer-module__S6Hkya__copyright{color:var(--text-muted);text-align:center;font-size:.85rem}.Footer-module__S6Hkya__copyright a{color:#60a5fa;text-decoration:none}.Footer-module__S6Hkya__copyright a:hover{text-decoration:underline}@media (max-width:768px){.Footer-module__S6Hkya__footerContent{text-align:center;grid-template-columns:1fr;gap:36px}.Footer-module__S6Hkya__colTitle:after{left:50%;transform:translate(-50%)}.Footer-module__S6Hkya__tagline{margin:0 auto}.Footer-module__S6Hkya__contactItem,.Footer-module__S6Hkya__brandLogo{justify-content:center}}
.FloatingContact-module__iWbdmW__container{z-index:999;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.FloatingContact-module__iWbdmW__btn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 20px #0000004d}.FloatingContact-module__iWbdmW__btn:hover{transform:scale(1.1)}.FloatingContact-module__iWbdmW__btn svg{width:26px;height:26px}.FloatingContact-module__iWbdmW__whatsappBtn{background:#25d366;animation:2s ease-in-out infinite FloatingContact-module__iWbdmW__pulse}.FloatingContact-module__iWbdmW__whatsappBtn:hover{animation:none;box-shadow:0 8px 30px #25d36666}.FloatingContact-module__iWbdmW__phoneBtn{background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.FloatingContact-module__iWbdmW__phoneBtn:hover{box-shadow:0 8px 30px #3b82f666}.FloatingContact-module__iWbdmW__backToTop{background:var(--bg-card);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-color);width:44px;height:44px;color:var(--text-primary);opacity:0;pointer-events:none;transition:all .3s}.FloatingContact-module__iWbdmW__backToTopVisible{opacity:1;pointer-events:auto}.FloatingContact-module__iWbdmW__backToTop:hover{background:var(--border-color);border-color:#3b82f666}@keyframes FloatingContact-module__iWbdmW__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media (max-width:480px){.FloatingContact-module__iWbdmW__container{bottom:16px;right:16px}.FloatingContact-module__iWbdmW__btn{width:50px;height:50px}.FloatingContact-module__iWbdmW__btn svg{width:22px;height:22px}}
.RefurbishedStore-module__cKOb1G__storeSection{background-color:var(--bg-secondary);padding:100px 0}.RefurbishedStore-module__cKOb1G__storeInner{max-width:1200px;margin:0 auto;padding:0 24px}.RefurbishedStore-module__cKOb1G__productGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px;display:grid}.RefurbishedStore-module__cKOb1G__productCard{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.RefurbishedStore-module__cKOb1G__productCard:hover:not(.RefurbishedStore-module__cKOb1G__soldOutCard){border-color:#3b82f64d;transform:translateY(-5px);box-shadow:0 10px 30px #0003}.RefurbishedStore-module__cKOb1G__soldOutCard{opacity:.7;filter:grayscale(.5)}.RefurbishedStore-module__cKOb1G__imageContainer{background-color:#0003;height:220px;position:relative;overflow:hidden}.RefurbishedStore-module__cKOb1G__productImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.RefurbishedStore-module__cKOb1G__productCard:hover:not(.RefurbishedStore-module__cKOb1G__soldOutCard) .RefurbishedStore-module__cKOb1G__productImage{transform:scale(1.05)}.RefurbishedStore-module__cKOb1G__soldBadge{color:#fff;letter-spacing:2px;z-index:10;pointer-events:none;background:#ef4444e6;border:4px solid #fff;border-radius:8px;padding:8px 24px;font-size:1.5rem;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-10deg);box-shadow:0 4px 15px #0000004d}.RefurbishedStore-module__cKOb1G__productInfo{flex-direction:column;flex:1;padding:24px;display:flex}.RefurbishedStore-module__cKOb1G__productTitle{color:var(--text-primary);margin-bottom:12px;font-size:1.25rem;font-weight:700}.RefurbishedStore-module__cKOb1G__productSpecs{color:var(--text-secondary);white-space:pre-wrap;flex:1;margin-bottom:24px;font-size:.95rem;line-height:1.6}.RefurbishedStore-module__cKOb1G__productFooter{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;display:flex}.RefurbishedStore-module__cKOb1G__priceTag{color:var(--accent-blue);font-size:.95rem;font-weight:600}@media (max-width:768px){.RefurbishedStore-module__cKOb1G__storeSection{padding:60px 0}}
