@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
:root{--background:#000;--surface:#0a0a0a;--surface-hover:#141414;--surface-light:#1a1a1a;--card-bg:#0d0d0d;--primary:#e60000;--primary-hover:#ff1a1a;--primary-glow:#e6000066;--primary-subtle:#e6000026;--accent-gold:#fa0;--accent-blue:#4d9fff;--text-primary:#fff;--text-secondary:#a0a0a0;--text-muted:#666;--border:#222;--border-hover:#333;--danger:#e60000;--success:#2ed573;--warning:#ffa502;--shadow-sm:0 2px 8px #0009;--shadow-md:0 4px 16px #000c;--shadow-lg:0 8px 32px #000;--shadow-glow:0 0 20px var(--primary-glow);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .3s}button{cursor:pointer;border:none;outline:none;font-family:Inter,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:.6s ease-out forwards fadeInUp}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, #ff6a2a 100%);color:#fff;border-radius:var(--radius-md);text-align:center;letter-spacing:.3px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn-primary:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff26 0%,#0000 50%);transition:opacity .3s;position:absolute;inset:0}.btn-primary:hover{box-shadow:0 6px 20px var(--primary-glow);transform:translateY(-2px)}.btn-primary:hover:before{opacity:1}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-hover);border-radius:var(--radius-md);text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:0 0;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-secondary:hover{background:var(--primary-subtle);border-color:var(--primary);color:var(--primary-hover);transform:translateY(-1px)}.btn-notify{color:var(--accent-gold);border-radius:var(--radius-md);background:linear-gradient(135deg,#1a1a32 0%,#224 100%);border:1px solid #ffaa004d;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.8rem 1.8rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-notify:hover{border-color:var(--accent-gold);background:#ffaa001a;transform:translateY(-1px);box-shadow:0 4px 12px #ffaa0026}.input-field{background-color:var(--surface);border:1px solid var(--border);width:100%;color:var(--text-primary);border-radius:var(--radius-md);padding:.85rem 1rem;font-family:Inter,sans-serif;font-size:.95rem;transition:all .3s}.input-field:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow);outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--surface-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}::selection{background-color:var(--primary);color:#fff}.cms-content{color:var(--text-secondary);font-size:1rem;line-height:1.7}.cms-content h1,.cms-content h2,.cms-content h3,.cms-content h4{color:var(--text-primary);margin-top:1.8rem;margin-bottom:.8rem;font-weight:700}.cms-content h1{font-size:1.8rem}.cms-content h2{font-size:1.5rem}.cms-content h3{font-size:1.25rem}.cms-content p{margin-bottom:1rem}.cms-content a{color:var(--primary);text-underline-offset:4px;text-decoration:underline}.cms-content a:hover{color:var(--primary-hover)}.cms-content ul,.cms-content ol{margin-bottom:1.2rem;padding-left:1.5rem}.cms-content li{margin-bottom:.4rem}.cms-content blockquote{border-left:4px solid var(--primary);color:var(--text-muted);margin-left:0;padding-left:1rem;font-style:italic}
.Header-module__ZvyUnW__header{background-color:var(--surface);border-bottom:1px solid var(--border);z-index:100;position:sticky;top:0;box-shadow:0 4px 20px #0006}.Header-module__ZvyUnW__container{flex-direction:column;gap:.5rem;max-width:1400px;margin:0 auto;padding:.5rem 2rem 0;display:flex}.Header-module__ZvyUnW__topRow{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Header-module__ZvyUnW__logo{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.Header-module__ZvyUnW__logoImg{object-fit:contain;height:45px;filter:drop-shadow(0 0 5px var(--primary-glow));animation:3s ease-in-out infinite Header-module__ZvyUnW__logoPulse}@keyframes Header-module__ZvyUnW__logoPulse{0%,to{filter:drop-shadow(0 0 5px var(--primary-glow));transform:scale(1)}50%{filter:drop-shadow(0 0 15px var(--primary));transform:scale(1.05)}}.Header-module__ZvyUnW__logoIcon{color:var(--primary);justify-content:center;align-items:center;display:flex}.Header-module__ZvyUnW__logoTextWrapper{flex-direction:column;line-height:1;display:flex}.Header-module__ZvyUnW__minicars{letter-spacing:1px;color:var(--primary);text-transform:uppercase;font-size:1.3rem;font-style:italic;font-weight:900}.Header-module__ZvyUnW__garage{letter-spacing:3px;color:var(--text-primary);text-transform:uppercase;font-size:.8rem;font-weight:700}.Header-module__ZvyUnW__searchForm{flex-grow:1;max-width:600px;margin:0 auto}.Header-module__ZvyUnW__searchWrapper{width:100%;position:relative}.Header-module__ZvyUnW__searchIcon{color:var(--text-muted);font-size:1.2rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.Header-module__ZvyUnW__searchInput{background-color:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;color:var(--text-primary);padding:.8rem 1rem .8rem 2.8rem;font-size:.95rem;transition:all .3s}.Header-module__ZvyUnW__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-glow);background-color:var(--surface-light);outline:none}.Header-module__ZvyUnW__actions{flex-shrink:0;align-items:center;gap:1rem;display:flex}.Header-module__ZvyUnW__iconBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.3rem;transition:all .2s;display:flex;position:relative}.Header-module__ZvyUnW__iconBtn:hover{color:var(--primary);background:var(--surface-hover)}.Header-module__ZvyUnW__badge{background-color:var(--primary);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:0;right:0;box-shadow:0 2px 4px #0000004d}.Header-module__ZvyUnW__navRow{border-top:1px solid #ffffff08;justify-content:center;align-items:center;gap:2.5rem;padding-top:.6rem;padding-bottom:.6rem;display:flex}.Header-module__ZvyUnW__navRow a{color:var(--text-primary);letter-spacing:1.5px;text-transform:uppercase;font-size:.85rem;font-weight:700;transition:color .3s;position:relative}.Header-module__ZvyUnW__navRow a:hover,.Header-module__ZvyUnW__navRow a.Header-module__ZvyUnW__active{color:var(--primary)}.Header-module__ZvyUnW__navRow a:after{content:"";background-color:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__ZvyUnW__navRow a:hover:after,.Header-module__ZvyUnW__navRow a.Header-module__ZvyUnW__active:after{width:100%}@media (max-width:1024px){.Header-module__ZvyUnW__topRow{flex-wrap:wrap}.Header-module__ZvyUnW__searchForm{padding:0 1.5rem}.Header-module__ZvyUnW__searchInput{width:100%;font-size:1rem}.Header-module__ZvyUnW__searchInput:focus{width:100%}}.Header-module__ZvyUnW__searchResults{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);z-index:1000;animation:.2s ease-out Header-module__ZvyUnW__fadeIn;position:absolute;top:110%;left:0;right:0;overflow:hidden}@keyframes Header-module__ZvyUnW__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__ZvyUnW__searchResultItem{cursor:pointer;border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:.75rem 1rem;transition:background-color .2s;display:flex}.Header-module__ZvyUnW__searchResultItem:hover{background-color:var(--surface-hover)}.Header-module__ZvyUnW__searchResultItem:last-child{border-bottom:none}.Header-module__ZvyUnW__resultImg{object-fit:cover;border-radius:var(--radius-sm);background-color:#000;width:50px;height:50px}.Header-module__ZvyUnW__resultInfo{flex-direction:column;gap:.25rem;display:flex}.Header-module__ZvyUnW__resultName{color:var(--text-primary);margin:0;font-size:.9rem;font-weight:600}.Header-module__ZvyUnW__resultPrice{color:var(--primary);margin:0;font-size:.8rem;font-weight:700}.Header-module__ZvyUnW__viewAllResults{text-align:center;color:var(--primary);background-color:var(--surface-light);cursor:pointer;padding:.75rem;font-size:.85rem;font-weight:700;transition:all .2s}.Header-module__ZvyUnW__viewAllResults:hover{background-color:var(--primary);color:#fff}.Header-module__ZvyUnW__noResults{text-align:center;color:var(--text-secondary);padding:1.5rem;font-size:.9rem}.Header-module__ZvyUnW__hamburger{display:none}@media (max-width:768px){.Header-module__ZvyUnW__hamburger{display:flex}.Header-module__ZvyUnW__navRow{display:none}.Header-module__ZvyUnW__container{gap:.25rem;padding:.5rem 1rem}.Header-module__ZvyUnW__topRow{gap:1rem}.Header-module__ZvyUnW__searchForm{order:3;width:100%;margin-top:.25rem;padding:0}}.Header-module__ZvyUnW__mobileMenuOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:999;background-color:#000000a6;animation:.25s ease-out Header-module__ZvyUnW__fadeInOverlay;position:fixed;inset:0}.Header-module__ZvyUnW__mobileMenu{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;width:280px;padding:1.5rem;animation:.3s cubic-bezier(.16,1,.3,1) Header-module__ZvyUnW__slideInMenu;display:flex;position:absolute;top:0;bottom:0;left:0;box-shadow:10px 0 30px #00000080}.Header-module__ZvyUnW__mobileMenuHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.Header-module__ZvyUnW__mobileMenuTitle{letter-spacing:2px;color:var(--text-secondary);font-size:.95rem;font-weight:800}.Header-module__ZvyUnW__closeBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex}.Header-module__ZvyUnW__closeBtn:hover{color:var(--primary)}.Header-module__ZvyUnW__mobileNav{flex-direction:column;gap:1.5rem;display:flex}.Header-module__ZvyUnW__mobileNav a{color:var(--text-primary);letter-spacing:2px;text-transform:uppercase;border-bottom:1px solid #ffffff05;padding:.5rem 0;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .2s}.Header-module__ZvyUnW__mobileNav a:hover,.Header-module__ZvyUnW__mobileNav a.Header-module__ZvyUnW__activeMobile{color:var(--primary);border-bottom-color:var(--primary);padding-left:.5rem}@keyframes Header-module__ZvyUnW__fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes Header-module__ZvyUnW__slideInMenu{0%{transform:translate(-100%)}to{transform:translate(0)}}
.Footer-module__gIzHsq__footer{background-color:var(--surface);border-top:1px solid var(--border);color:var(--text-primary);margin-top:auto;padding:4rem 0 0}.Footer-module__gIzHsq__container{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;max-width:1400px;margin:0 auto;padding:0 2rem 3rem;display:grid}.Footer-module__gIzHsq__column{flex-direction:column;gap:1rem;display:flex}.Footer-module__gIzHsq__column h3{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:1rem;font-weight:800}.Footer-module__gIzHsq__column a{color:var(--text-secondary);width:fit-content;font-size:.9rem;transition:all .3s}.Footer-module__gIzHsq__column a:hover{color:var(--primary);transform:translate(4px)}.Footer-module__gIzHsq__logo{align-items:center;gap:.75rem;margin-bottom:.5rem;text-decoration:none;display:flex}.Footer-module__gIzHsq__logoImg{object-fit:contain;height:45px}.Footer-module__gIzHsq__logoIcon{color:var(--primary);justify-content:center;align-items:center;display:flex}.Footer-module__gIzHsq__logoTextWrapper{flex-direction:column;line-height:1;display:flex}.Footer-module__gIzHsq__minicars{letter-spacing:1px;color:var(--primary);text-transform:uppercase;font-size:1.3rem;font-style:italic;font-weight:900}.Footer-module__gIzHsq__garage{letter-spacing:3px;color:var(--text-primary);text-transform:uppercase;font-size:.8rem;font-weight:700}.Footer-module__gIzHsq__desc{color:var(--text-secondary);max-width:300px;font-size:.9rem;line-height:1.6}.Footer-module__gIzHsq__socials{gap:1rem;margin-top:1rem;display:flex}.Footer-module__gIzHsq__socials a{background:var(--surface-hover);width:36px;height:36px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.Footer-module__gIzHsq__socials a:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.Footer-module__gIzHsq__newsletterDesc{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;line-height:1.5}.Footer-module__gIzHsq__newsletterForm{background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-md);align-items:stretch;height:48px;transition:border-color .3s;display:flex;overflow:hidden}.Footer-module__gIzHsq__newsletterForm:focus-within{border-color:var(--primary)}.Footer-module__gIzHsq__newsletterForm input{color:var(--text-primary);background:0 0;border:none;outline:none;flex-grow:1;min-width:0;padding:0 1.2rem;font-size:.95rem}.Footer-module__gIzHsq__newsletterForm button{background:var(--primary);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;width:52px;transition:background .3s;display:flex}.Footer-module__gIzHsq__newsletterForm button:hover{background:var(--primary-hover)}.Footer-module__gIzHsq__bottomBar{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);background-color:var(--surface-hover);padding:1.5rem 2rem;font-size:.85rem}@media (max-width:1024px){.Footer-module__gIzHsq__container{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:600px){.Footer-module__gIzHsq__container{grid-template-columns:1fr}.Footer-module__gIzHsq__desc{max-width:100%}}
.WhatsAppButton-module__lJh2RG__whatsappBtn{color:#fff;z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 12px #25d36666}.WhatsAppButton-module__lJh2RG__whatsappBtn:hover{color:#fff;transform:scale(1.1);box-shadow:0 6px 16px #25d36680}@media (max-width:768px){.WhatsAppButton-module__lJh2RG__whatsappBtn{width:50px;height:50px;font-size:1.75rem;bottom:1.5rem;right:1.5rem}}
.AnnouncementBanner-module__67Zpgq__bannerContainer{background-color:var(--primary);color:#fff;z-index:100;align-items:center;width:100%;padding:8px 0;display:flex;position:relative;overflow:hidden}.AnnouncementBanner-module__67Zpgq__marquee{white-space:nowrap;width:100%;overflow:hidden}.AnnouncementBanner-module__67Zpgq__marqueeContent{animation:20s linear infinite AnnouncementBanner-module__67Zpgq__scroll;display:inline-block}.AnnouncementBanner-module__67Zpgq__marqueeContent:hover{animation-play-state:paused}.AnnouncementBanner-module__67Zpgq__couponItem{letter-spacing:.5px;align-items:center;font-size:.9rem;font-weight:500;display:inline-flex}.AnnouncementBanner-module__67Zpgq__couponItem strong{background:#fff3;border-radius:4px;margin:0 6px;padding:2px 6px;font-family:monospace;font-size:1rem}.AnnouncementBanner-module__67Zpgq__separator{opacity:.5;margin:0 20px}@keyframes AnnouncementBanner-module__67Zpgq__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.AnnouncementBanner-module__67Zpgq__couponItem{font-size:.8rem}.AnnouncementBanner-module__67Zpgq__couponItem strong{font-size:.9rem}}
