:root{--red:#CA0F1C;--red-hover:#a80c17;--red-light:rgba(202,15,28,.08);--red-dark:#b20d19;--black:#090000;--dark:#111111;--dark-bg:#0a0a0a;--white:#ffffff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--font-heading:'Plus Jakarta Sans',sans-serif;--font-body:'Inter',sans-serif;--container:1200px;--header-height:72px;--radius:8px;--radius-lg:12px;--shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.06);--shadow-lg:0 10px 25px rgba(0,0,0,.1);--shadow-xl:0 20px 50px rgba(0,0,0,.15);--transition:.25s ease}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--black);background:var(--white)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:color var(--transition)}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-family:var(--font-heading);font-size:15px;font-weight:600;border:none;border-radius:var(--radius);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease;text-transform:uppercase;letter-spacing:.5px;will-change:transform}.btn:hover{transform:translateY(-3px);box-shadow:0 10px 22px rgba(0,0,0,.14)}.btn:active{transform:translateY(-1px);box-shadow:0 4px 10px rgba(0,0,0,.12)}.btn:focus-visible{outline:3px solid rgba(202,15,28,.4);outline-offset:2px}.btn-primary{background:var(--red);color:var(--white)}.btn-primary:hover{background:var(--red-hover);transform:translateY(-2px);box-shadow:0 4px 12px rgba(202,15,28,.35)}.btn-outline-white{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-outline-white:hover{background:var(--white);color:var(--black)}.btn-outline-dark{background:transparent;color:var(--black);border:2px solid var(--gray-300)}.btn-outline-dark:hover{border-color:var(--black)}.btn-lg{padding:16px 36px;font-size:16px}.btn-sm{padding:10px 20px;font-size:13px}.btn-icon{width:20px;height:20px}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;height:var(--header-height);border-bottom:1px solid transparent;transition:background var(--transition),border-color var(--transition),box-shadow var(--transition),backdrop-filter var(--transition)}.site-header.scrolled{background:rgba(10,10,10,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom-color:rgba(255,255,255,.08);box-shadow:0 2px 20px rgba(0,0,0,.25)}body.page-inside .site-header{background:rgba(10,10,10,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom-color:rgba(255,255,255,.08);box-shadow:0 2px 20px rgba(0,0,0,.25)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.header-logo img{height:58px;width:auto;display:block}.header-nav{display:flex;align-items:center;gap:32px}.header-nav a{font-family:var(--font-heading);font-size:14px;font-weight:600;color:rgba(255,255,255,.75);text-transform:uppercase;letter-spacing:.5px;position:relative;padding:4px 0;transition:color var(--transition)}.header-nav a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--red);transition:width var(--transition)}.header-nav a:hover,.header-nav a.active{color:var(--white)}.header-nav a:hover::after,.header-nav a.active::after{width:100%}.header-actions{display:flex;align-items:center;gap:16px}.header-cart{position:relative;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:var(--red);border:none;box-shadow:0 6px 16px rgba(202,15,28,.32);transition:transform .2s ease,box-shadow .2s ease}.header-cart::before{content:'';position:absolute;top:-4px;left:-10px;width:100%;height:100%;background:rgba(202,15,28,.28);border-radius:50%;z-index:-1;filter:blur(4px)}.header-cart:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(202,15,28,.45)}.header-cart svg{width:22px;height:22px;stroke:var(--white)}.cart-count{position:absolute;top:-2px;right:-2px;background:var(--red);color:var(--white);font-size:11px;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;background:none;border:none;cursor:pointer;padding:10px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:all var(--transition)}.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero{position:relative;background-color:var(--dark-bg);background-image:url('/images/cabecera-moto.png');background-repeat:no-repeat;background-position:right -250px center;background-size:auto 100%;color:var(--white);min-height:720px;display:flex;align-items:center;margin-top:0;padding-top:var(--header-height);overflow:hidden}.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(100deg,rgba(10,10,10,1) 0,rgba(10,10,10,1) 42%,rgba(10,10,10,.55) 65%,rgba(10,10,10,.15) 85%,rgba(10,10,10,0) 100%);z-index:1;pointer-events:none}.hero .container{position:relative;z-index:2}.hero-content{max-width:650px;padding:80px 0}.hero h1{font-size:52px;font-weight:800;line-height:1.1;margin-bottom:20px}.hero h1 span{color:var(--red)}.hero-subtitle{font-size:18px;color:var(--gray-400);line-height:1.7;margin-bottom:36px;max-width:500px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.hero-stats{display:flex;gap:48px;margin-top:60px;padding-top:40px;position:relative;border-top:none}.hero-stats::before{content:'';position:absolute;top:0;left:0;width:40%;height:1px;background:rgba(255,255,255,.55);pointer-events:none;will-change:transform;animation:hero-stats-line-sway 7s ease-in-out infinite}@keyframes hero-stats-line-sway{0,100%{transform:translateX(0)}50%{transform:translateX(150%)}}@media (prefers-reduced-motion:reduce){.hero-stats::before{animation:none;width:100%;background:rgba(255,255,255,.25)}}.hero-stat-number{font-family:var(--font-heading);font-size:36px;font-weight:800;color:var(--white);font-variant-numeric:tabular-nums}.hero-stat-number span{color:var(--red)}.page-hero{position:relative;background:var(--dark-bg);color:var(--white);padding-top:160px;padding-bottom:80px;padding-left:0;padding-right:0;border-bottom:1px solid rgba(255,255,255,.06);overflow:hidden}.page-hero--contacto{background-color:var(--dark-bg);background-image:linear-gradient(100deg,rgba(10,10,10,.85) 0,rgba(10,10,10,.55) 50%,rgba(10,10,10,.35) 100%),url('/images/fondo-contacto.jpg');background-size:cover,cover;background-position:center,center;background-repeat:no-repeat,no-repeat}.page-hero .breadcrumb{font-size:13px;color:var(--gray-400);margin-bottom:24px;display:flex;align-items:center;gap:10px}.page-hero .breadcrumb a{color:var(--gray-400);transition:color var(--transition)}.page-hero .breadcrumb a:hover{color:var(--white)}.page-hero .breadcrumb-current{color:var(--white);font-weight:600}.page-hero .section-label{margin-bottom:14px}.page-hero-title{font-family:var(--font-heading);font-size:52px;font-weight:800;color:var(--white);line-height:1.1;margin:0 0 16px;letter-spacing:-.5px}.page-hero-subtitle{font-size:17px;color:var(--gray-400);max-width:620px;line-height:1.6}.section-contacto{background:var(--gray-100)}.contact-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:48px;align-items:start}.contact-flash{padding:16px 20px;margin-bottom:32px;font-size:15px;font-weight:600;border-left:4px solid;background:var(--white);box-shadow:0 4px 14px rgba(0,0,0,.06)}.contact-flash--success{border-left-color:#16a34a;color:#14532d;background:#f0fdf4}.contact-flash--error{border-left-color:var(--red);color:#7a0a12;background:#fef2f2}.contact-info{background:#111;color:var(--white);padding:40px 36px;border-top:5px solid var(--red);box-shadow:0 18px 38px rgba(0,0,0,.18)}.contact-info h2{font-size:24px;font-weight:800;margin-bottom:10px;color:var(--white)}.contact-info-lead{font-size:15px;color:var(--gray-400);line-height:1.55;margin-bottom:32px}.contact-info-list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:28px}.contact-info-list li{display:flex;align-items:flex-start;gap:20px}.contact-info-icon{position:relative;flex:0 0 56px;width:56px;height:56px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(202,15,28,.28)}.contact-info-icon::before{content:'';position:absolute;top:-5px;left:-12px;width:100%;height:100%;background:rgba(202,15,28,.25);border-radius:50%;z-index:-1;filter:blur(4px)}.contact-info-icon svg{width:24px;height:24px;stroke:var(--white);fill:none}.contact-info-list h4{font-size:13px;font-weight:700;margin:2px 0 4px;color:var(--red);text-transform:uppercase;letter-spacing:1.2px}.contact-info-list a,.contact-info-list span{font-size:16px;color:var(--gray-300);line-height:1.45}.contact-info-list a{transition:color .15s ease}.contact-info-list a:hover{color:var(--white)}.contact-whatsapp-btn{width:100%;justify-content:center}.contact-form{background:var(--white);padding:44px 40px;border:1px solid #111;box-shadow:0 10px 28px rgba(0,0,0,.08)}.contact-form h2{font-size:24px;font-weight:800;margin-bottom:10px;color:var(--black)}.contact-form-lead{font-size:15px;color:var(--gray-500);line-height:1.55;margin-bottom:28px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-field{display:flex;flex-direction:column;margin-bottom:20px}.form-row .form-field{margin-bottom:0}.form-field label{font-size:13px;font-weight:700;color:var(--gray-600);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.form-field .required{color:var(--red)}.form-field input,.form-field textarea{font-family:inherit;font-size:15px;color:var(--black);background:var(--gray-100);border:1px solid var(--gray-200);border-radius:6px;padding:13px 16px;transition:border-color var(--transition),background var(--transition),box-shadow var(--transition);width:100%;resize:vertical}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:var(--red);background:var(--white);box-shadow:0 0 0 3px rgba(202,15,28,.12)}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--gray-400)}.contact-form-note{font-size:13px;color:var(--gray-500);margin:6px 0 24px;line-height:1.5}.contact-form-note a{color:var(--red);font-weight:600}.form-checkbox-wrap{display:flex;align-items:flex-start;gap:12px;margin:8px 0 24px}.form-checkbox-wrap input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid var(--gray-300);border-radius:4px;background:var(--white);cursor:pointer;flex-shrink:0;position:relative;margin-top:1px;transition:border-color .15s ease,background .15s ease}.form-checkbox-wrap input[type="checkbox"]:hover{border-color:var(--red)}.form-checkbox-wrap input[type="checkbox"]:focus-visible{outline:none;border-color:var(--red);box-shadow:0 0 0 3px rgba(202,15,28,.15)}.form-checkbox-wrap input[type="checkbox"]:checked{background:var(--red);border-color:var(--red)}.form-checkbox-wrap input[type="checkbox"]:checked::after{content:'';position:absolute;top:2px;left:5px;width:6px;height:11px;border:solid var(--white);border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}.form-checkbox-wrap label{font-size:14px;color:var(--gray-600);line-height:1.5;cursor:pointer;margin:0;text-transform:none;letter-spacing:0;font-weight:400}.form-checkbox-wrap label a{color:var(--red);font-weight:600}.form-checkbox-wrap label .required{color:var(--red)}.success-modal{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:rgba(10,10,10,.7);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:10000;animation:successModalFadeIn .25s ease-out;box-sizing:border-box}@keyframes successModalFadeIn{from{opacity:0}to{opacity:1}}.success-modal-dialog{position:relative;background:var(--white);max-width:480px;width:100%;padding:48px 36px 36px;text-align:center;box-shadow:0 24px 60px rgba(0,0,0,.35);animation:successModalSlideIn .3s cubic-bezier(.2,.9,.3,1.1);border-top:5px solid var(--red)}@keyframes successModalSlideIn{from{transform:translateY(30px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.success-modal-close{position:absolute;top:12px;right:14px;width:36px;height:36px;border:none;background:transparent;font-size:28px;line-height:1;color:var(--gray-400);cursor:pointer;border-radius:50%;transition:background .15s ease,color .15s ease}.success-modal-close:hover{background:var(--gray-100);color:var(--black)}.success-modal-icon{width:76px;height:76px;border-radius:50%;background:var(--red);color:var(--white);display:inline-flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 10px 24px rgba(202,15,28,.3);position:relative}.success-modal-icon::before{content:'';position:absolute;top:-8px;left:-16px;width:100%;height:100%;background:rgba(202,15,28,.22);border-radius:50%;z-index:-1;filter:blur(6px)}.success-modal-dialog h2{font-family:var(--font-heading);font-size:28px;font-weight:800;color:var(--black);margin:0 0 12px;letter-spacing:-.3px}.success-modal-dialog p{color:var(--gray-600);font-size:15px;line-height:1.6;margin:0 0 8px}.success-modal-footer{font-size:13px !important;color:var(--gray-400) !important;margin-top:14px !important}.success-modal-actions{display:flex;gap:12px;justify-content:center;margin-top:28px;flex-wrap:wrap}.success-modal-actions .btn{min-width:140px;justify-content:center}.contact-form .btn{min-width:220px}.catalog-search{display:flex;align-items:stretch;max-width:720px;margin:0 auto 40px;background:var(--white);border:1px solid var(--gray-200);border-radius:6px;box-shadow:0 6px 18px rgba(0,0,0,.06);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.catalog-search:focus-within{border-color:var(--red);box-shadow:0 0 0 3px rgba(202,15,28,.12),0 6px 18px rgba(0,0,0,.08)}.catalog-search-icon{display:flex;align-items:center;justify-content:center;padding:0 8px 0 18px;color:var(--gray-400);flex-shrink:0}.catalog-search-icon svg{width:20px;height:20px}.catalog-search input[type="search"]{flex:1;border:none;outline:none;background:transparent;font-size:16px;padding:16px 12px;color:var(--black);font-family:inherit}.catalog-search input[type="search"]::placeholder{color:var(--gray-400)}.catalog-search input[type="search"]::-webkit-search-cancel-button{cursor:pointer}.catalog-search-submit{border:none;background:var(--red);color:var(--white);font-family:var(--font-heading);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:0 28px;cursor:pointer;transition:background .15s ease}.catalog-search-submit:hover{background:var(--red-hover)}@media (max-width:640px){.catalog-search{margin-bottom:28px}.catalog-search input[type="search"]{font-size:15px;padding:13px 8px}.catalog-search-submit{padding:0 18px;font-size:13px;letter-spacing:.5px}.catalog-search-icon{padding:0 4px 0 14px}}.hp-field{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.section-mapa{position:relative;background-color:var(--gray-100);background-image:linear-gradient(rgba(245,245,245,.88),rgba(245,245,245,.88)),url('/images/fondo-contacto2.jpg');background-size:cover,cover;background-position:center,center;background-repeat:no-repeat,no-repeat;padding:0}.section-mapa .container{padding:0 0 64px;max-width:1200px}.section-mapa-header{text-align:center;padding:56px 20px 32px}.section-mapa-header h2{font-family:var(--font-heading);font-size:32px;font-weight:800;color:var(--black);margin:0 0 8px;letter-spacing:-.3px}.section-mapa-header p{color:var(--gray-500);font-size:15px;margin:0}.section-mapa-frame{position:relative;width:100%;height:440px;border:1px solid #111;box-shadow:0 10px 28px rgba(0,0,0,.08);overflow:hidden}.section-mapa-frame iframe{display:block;width:100%;height:100%;border:0}.hero-stat-label{font-size:14px;color:var(--gray-400);margin-top:4px}.section{padding:80px 0}.section-dark{background:var(--dark-bg);color:var(--white)}.section-gray{background:var(--gray-50)}.section-red{background:var(--red-dark);color:var(--white)}.section-cta-moto{padding:0;position:relative;overflow:hidden}.section-cta-moto{--cta-sway:clamp(160px,40vw,680px)}.section-cta-moto::before,.section-cta-moto::after{content:'';position:absolute;width:180px;height:2px;background:rgba(255,255,255,.35);pointer-events:none;will-change:transform}.section-cta-moto::before{top:34px;left:10%;animation:cta-line-sway-right 8s ease-in-out infinite}.section-cta-moto::after{bottom:34px;right:10%;animation:cta-line-sway-left 8s ease-in-out infinite}@keyframes cta-line-sway-right{0,100%{transform:translateX(0)}50%{transform:translateX(var(--cta-sway))}}@keyframes cta-line-sway-left{0,100%{transform:translateX(0)}50%{transform:translateX(calc(var(--cta-sway) * -1))}}@media (prefers-reduced-motion:reduce){.section-cta-moto::before,.section-cta-moto::after{animation:none}}.section-cta-moto .cta-banner{padding:64px 20px;position:relative;z-index:1}.cta-moto-steps{display:flex;gap:12px;align-items:center;justify-content:center;margin-bottom:26px;flex-wrap:wrap}.cta-moto-step{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);padding:10px 20px;border-radius:50px;font-family:var(--font-heading);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.8px;color:var(--white);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.cta-moto-step svg{width:18px;height:18px;stroke:var(--white);fill:none;stroke-width:2;flex-shrink:0}.cta-moto-arrow{display:inline-flex;align-items:center;opacity:.55}.cta-moto-arrow svg{width:16px;height:16px;stroke:var(--white);fill:none;stroke-width:2.5}.section-cta-moto .cta-banner h2{font-size:44px;font-weight:800;letter-spacing:-.5px;line-height:1.1;margin-bottom:14px}.section-cta-moto .cta-banner p{font-size:17px;margin-bottom:32px;max-width:620px}.section-cta-moto .cta-banner strong{font-weight:800;color:var(--white);border-bottom:2px solid rgba(255,255,255,.45);padding-bottom:1px}.section-header{text-align:center;margin-bottom:48px}.section-label{display:inline-flex;align-items:center;gap:14px;font-family:var(--font-heading);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:2.5px;color:var(--red);margin-bottom:18px}.section-label::before,.section-label::after{content:'';width:36px;height:2px;background:var(--red);display:inline-block}.section-dark .section-label{color:var(--red)}.section-title{font-size:52px;font-weight:800;color:var(--black);letter-spacing:-.5px;line-height:1.1}.section-dark .section-title{color:var(--white)}.section-subtitle{font-size:17px;color:var(--gray-500);max-width:600px;margin:12px auto 0}.section-dark .section-subtitle{color:var(--gray-400)}.section-categorias{position:relative;background-color:var(--gray-100);background-image:url('/images/fondo-seccion-categorias.png');background-repeat:no-repeat;background-position:center center;background-size:cover;overflow:hidden}.section-categorias::before{content:'';position:absolute;inset:0;background:rgba(245,245,245,.82);pointer-events:none}.section-categorias>.container{position:relative;z-index:1}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.categories-carousel{position:relative;padding:0 56px}.categories-carousel .categories-grid{display:flex;gap:28px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:10px 4px}.categories-carousel .categories-grid::-webkit-scrollbar{display:none}.categories-carousel .categories-grid .category-card{flex:0 0 calc((100% - 84px) / 4);scroll-snap-align:start}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#111;color:#fff;border:none;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,.25);transition:background .25s ease,transform .25s ease}.carousel-arrow:hover{background:var(--red);transform:translateY(-50%) scale(1.08)}.carousel-arrow svg{width:22px;height:22px}.carousel-arrow--prev{left:0}.carousel-arrow--next{right:0}.category-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:32px 24px;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.07);display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;position:relative}.category-card:hover{transform:translateY(-6px);box-shadow:0 18px 38px rgba(0,0,0,.14);border-color:var(--gray-300)}.categories-carousel .category-card{background:#111;border:none;border-radius:0;padding:44px 24px 40px;min-height:260px;box-shadow:0 12px 32px rgba(0,0,0,.28)}.categories-carousel .category-card:hover{transform:translateY(-8px);box-shadow:0 24px 50px rgba(0,0,0,.42);border-color:transparent}.categories-carousel .category-card .category-icon{display:none}.categories-carousel .category-card h3{color:var(--white);font-size:22px;font-weight:800;text-shadow:0 2px 8px rgba(0,0,0,.85),0 0 14px rgba(255,255,255,.35)}.categories-carousel .category-card p{color:var(--gray-300);text-shadow:0 1px 4px rgba(0,0,0,.8)}.categories-carousel .category-card--motor{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url('/images/categoria-motor.jpg')}.categories-carousel .category-card--carroceria{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url('/images/categoria-carroceria.jpg')}.categories-carousel .category-card--electricidad{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url('/images/categoria-electricidad.jpg')}.categories-carousel .category-card--chasis{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url('/images/categoria-chasis.jpg')}.categories-carousel .category-card--transmision{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url('/images/categoria-transmision.jpg')}.categories-carousel .category-card--frenos{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url('/images/categoria-frenos.jpg')}.categories-carousel .category-card--escape{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url('/images/categoria-escape.jpg')}.categories-carousel .category-card--ruedas{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url('/images/categoria-ruedas.jpg')}.categories-carousel .category-card--accesorios{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url('/images/categoria-accesorios.jpg')}.categories-carousel .category-card[class*="category-card--"]{background-size:cover;background-position:center;background-repeat:no-repeat}.categories-carousel .category-card--motor:hover{background-image:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)),url('/images/categoria-motor.jpg')}.categories-carousel .category-card--carroceria:hover{background-image:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)),url('/images/categoria-carroceria.jpg')}.categories-carousel .category-card--electricidad:hover{background-image:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)),url('/images/categoria-electricidad.jpg')}.categories-carousel .category-card--chasis:hover{background-image:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)),url('/images/categoria-chasis.jpg')}.categories-carousel .category-card--transmision:hover{background-image:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)),url('/images/categoria-transmision.jpg')}.categories-carousel .category-card--frenos:hover{background-image:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)),url('/images/categoria-frenos.jpg')}.categories-carousel .category-card--escape:hover{background-image:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)),url('/images/categoria-escape.jpg')}.categories-carousel .category-card--ruedas:hover{background-image:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)),url('/images/categoria-ruedas.jpg')}.categories-carousel .category-card--accesorios:hover{background-image:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)),url('/images/categoria-accesorios.jpg')}.category-icon{position:relative;width:78px;height:78px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;box-shadow:0 8px 22px rgba(202,15,28,.28);transition:transform .35s ease}.category-icon::before{content:'';position:absolute;top:-6px;left:-14px;width:100%;height:100%;background:rgba(202,15,28,.22);border-radius:50%;z-index:-1;filter:blur(5px)}.category-card:hover .category-icon{transform:scale(1.06)}.category-icon svg{width:36px;height:36px;stroke:var(--white);fill:none;stroke-width:2}.category-card h3{font-size:18px;font-weight:800;color:var(--black);letter-spacing:-.2px;margin:0;position:relative;z-index:2}.category-card p{font-size:14px;color:var(--gray-500);margin-top:6px;position:relative;z-index:2}.category-card .category-icon{position:relative;z-index:2}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--gray-200);transition:all var(--transition)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:transparent}.product-image{position:relative;aspect-ratio:1;background:var(--gray-100);overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{position:absolute;top:12px;left:12px;background:var(--red);color:var(--white);font-size:11px;font-weight:700;padding:4px 10px;border-radius:4px;text-transform:uppercase}.product-info{padding:16px}.product-brand{font-size:12px;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.product-name{font-family:var(--font-heading);font-size:15px;font-weight:700;color:var(--black);margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-compat{font-size:13px;color:var(--gray-500);margin-bottom:12px}.product-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-family:var(--font-heading);font-size:20px;font-weight:800;color:var(--red)}.product-price-old{font-size:14px;color:var(--gray-400);text-decoration:line-through;font-weight:400;margin-left:6px}.product-add-btn{width:40px;height:40px;border-radius:50%;background:var(--black);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition)}.product-add-btn:hover{background:var(--red);transform:scale(1.1)}.product-add-btn svg{width:18px;height:18px;stroke:var(--white);fill:none;stroke-width:2}.product-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--gray-100);color:var(--gray-400)}.product-placeholder svg{width:48px;height:48px;stroke:var(--gray-300);fill:none;stroke-width:1.5}.brands-row{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.brand-logo{height:40px;width:auto;opacity:.5;filter:grayscale(100%);transition:all var(--transition)}.brand-logo:hover{opacity:1;filter:grayscale(0)}.brand-item{display:flex;align-items:center;justify-content:center;padding:16px 24px;background:var(--gray-50);border-radius:var(--radius);transition:all var(--transition);min-width:140px}.brand-item:hover{background:var(--white);box-shadow:var(--shadow)}.brand-name{font-family:var(--font-heading);font-size:16px;font-weight:800;color:var(--gray-700);text-transform:uppercase;letter-spacing:1px}.marcas-marquee{position:relative;overflow:hidden;padding:28px 0 8px;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 90px,#000 calc(100% - 90px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 90px,#000 calc(100% - 90px),transparent 100%)}.marcas-marquee-track{display:flex;align-items:center;width:max-content;gap:68px;animation:marcas-marquee-scroll 40s linear infinite}.marcas-marquee:hover .marcas-marquee-track{animation-play-state:paused}@keyframes marcas-marquee-scroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}.marca-marquee-item{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;height:60px;min-width:120px;padding:0 16px;opacity:.55;filter:grayscale(100%);transition:opacity .25s ease,filter .25s ease,transform .25s ease}.marca-marquee-item:hover{opacity:1;filter:grayscale(0);transform:scale(1.05)}.marca-marquee-item img{max-height:56px;max-width:160px;width:auto;height:auto;object-fit:contain;display:block}.marca-marquee-name{font-family:var(--font-heading);font-size:22px;font-weight:800;color:var(--gray-600);text-transform:uppercase;letter-spacing:1.5px}@media (prefers-reduced-motion:reduce){.marcas-marquee-track{animation:none;flex-wrap:wrap;justify-content:center;width:auto;gap:40px}.marcas-marquee{-webkit-mask-image:none;mask-image:none}}@media (max-width:768px){.marcas-marquee-track{gap:44px;animation-duration:30s}.marca-marquee-item{height:48px;min-width:90px;padding:0 10px}.marca-marquee-item img{max-height:44px;max-width:110px}}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-detail-image{position:sticky;top:calc(var(--header-height) + 24px)}.product-detail-image img{width:100%;border-radius:var(--radius-lg);border:1px solid var(--gray-200);object-fit:contain;background:var(--gray-50)}@media (max-width:768px){.product-detail{grid-template-columns:1fr;gap:24px}.product-detail-image{position:static}}.cta-banner{text-align:center;padding:64px 20px}.cta-banner h2{font-size:32px;font-weight:800;margin-bottom:12px}.cta-banner p{font-size:17px;opacity:.9;margin-bottom:32px;max-width:500px;margin-left:auto;margin-right:auto}.cta-banner .btn-primary{background:var(--white);color:var(--red)}.cta-banner .btn-primary:hover{background:var(--gray-100);box-shadow:var(--shadow-lg)}.section-features{position:relative;background-image:url('/images/fondo-ruedas.png');background-repeat:no-repeat;background-position:center center;background-size:cover;overflow:hidden}.section-features::before{content:'';position:absolute;inset:0;background:rgba(255,255,255,.88);pointer-events:none}.section-features>.container{position:relative;z-index:1}.features-row{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;padding:72px 0}.feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:22px}.feature-icon{position:relative;width:76px;height:76px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 20px rgba(202,15,28,.25)}.feature-icon::before{content:'';position:absolute;top:-6px;left:-14px;width:100%;height:100%;background:rgba(202,15,28,.22);border-radius:50%;z-index:-1;filter:blur(4px)}.feature-icon svg{width:34px;height:34px;stroke:var(--white);fill:none;stroke-width:2}.feature-item h4{font-size:18px;font-weight:800;margin-bottom:6px;color:var(--black);letter-spacing:-.2px}.feature-item p{font-size:15px;color:var(--gray-500);line-height:1.55;max-width:220px}.site-footer{background:var(--dark-bg);color:var(--gray-400);padding:64px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand p{font-size:14px;line-height:1.7;margin:16px 0;max-width:300px}.footer-logo img{height:36px;width:auto;filter:brightness(0) invert(1)}.footer-col h4{font-family:var(--font-heading);color:var(--white);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.footer-col ul li{margin-bottom:10px}.footer-col ul li a{font-size:14px;color:var(--gray-400);transition:color var(--transition)}.footer-col ul li a:hover{color:var(--white)}.footer-contact-item{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:14px}.footer-contact-item svg{width:18px;height:18px;stroke:var(--red);fill:none;stroke-width:2;min-width:18px}.footer-bottom{padding:24px 0;display:flex;align-items:center;justify-content:space-between;font-size:13px}.footer-legal a{color:var(--gray-400);margin-left:24px}.footer-legal a:hover{color:var(--white)}.whatsapp-float{position:fixed;bottom:24px;right:24px;z-index:999;width:56px;height:56px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(37,211,102,.4);transition:transform var(--transition)}.whatsapp-float:hover{transform:scale(1.1)}.whatsapp-float svg{width:28px;height:28px;fill:var(--white)}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.hero h1{font-size:40px}.products-grid{grid-template-columns:repeat(2,1fr)}.categories-grid{grid-template-columns:repeat(2,1fr)}.categories-carousel .categories-grid .category-card{flex:0 0 calc((100% - 28px) / 2)}.categories-carousel{padding:0 44px}.features-row{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.hero-stats{gap:32px}}@media (max-width:768px){:root{--header-height:64px}.header-logo img{height:44px}.header-cart{width:42px;height:42px}.header-cart svg{width:20px;height:20px}.header-nav{display:none;position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:rgba(10,10,10,.96);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);flex-direction:column;align-items:center;justify-content:center;gap:24px;z-index:999}.header-nav.open{display:flex}.header-nav a{font-size:20px}.menu-toggle{display:flex}.hero{min-height:auto;background-size:cover;background-position:75% center}.hero::before{background:linear-gradient(180deg,rgba(10,10,10,.88) 0,rgba(10,10,10,.7) 60%,rgba(10,10,10,.55) 100%)}.hero-content{padding:60px 0}.hero h1{font-size:32px}.hero-subtitle{font-size:16px}.hero-stats{flex-direction:column;gap:20px}.hero-stat{display:flex;align-items:center;gap:16px}.section{padding:56px 0}.section-title{font-size:28px}.contact-grid{grid-template-columns:1fr;gap:28px}.contact-info,.contact-form{padding:28px 22px}.form-row{grid-template-columns:1fr;gap:0}.form-row .form-field{margin-bottom:20px}.page-hero{padding-top:120px;padding-bottom:56px}.page-hero-title{font-size:34px}.categories-grid{grid-template-columns:repeat(2,1fr);gap:16px}.categories-carousel .categories-grid .category-card{flex:0 0 calc(100% - 8px);min-height:220px}.categories-carousel{padding:0}.carousel-arrow{width:40px;height:40px;top:auto;bottom:-56px;transform:none}.carousel-arrow:hover{transform:scale(1.08)}.carousel-arrow--prev{left:calc(50% - 48px)}.carousel-arrow--next{right:calc(50% - 48px)}.category-card{padding:20px 16px}.products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.brands-row{gap:24px}.features-row{grid-template-columns:1fr;gap:20px}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.cta-banner h2{font-size:24px}.section-cta-moto .cta-banner h2{font-size:28px}.section-cta-moto .cta-banner{padding:48px 20px}.section-cta-moto::before,.section-cta-moto::after{display:none}.cta-moto-step{padding:8px 14px;font-size:11px;letter-spacing:1.3px}.cta-moto-step svg{width:15px;height:15px}.cta-moto-steps{gap:8px;margin-bottom:20px}}@media (max-width:480px){.hero h1{font-size:28px}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%;justify-content:center}.categories-grid{grid-template-columns:1fr 1fr}.products-grid{grid-template-columns:1fr}}