:root{--red:#d60000;--text:#3a3a3a;--muted:#777;--line:#e5e5e5;--max:1200px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:15px;line-height:1.6}
img{max-width:100%;height:auto}
a{color:#0084bf;text-decoration:none}
a:hover{color:var(--red)}
.container{width:min(calc(100% - 50px),var(--max));margin-inline:auto}
.skip-link{position:absolute;top:-80px;left:20px;z-index:100;background:#fff;padding:10px}.skip-link:focus{top:10px}
.site-header{height:107px;background:#fff;border:0;position:relative;z-index:20}
.header-inner{height:107px;display:flex;align-items:center;gap:35px}
.site-logo{margin-right:auto;display:flex;align-items:center}
.site-logo img{display:block;width:284px;height:76px;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:34px;height:100%}
.main-nav>a,.nav-drop>button{border:0;background:none;color:#3a3a3a;font:inherit;font-size:14px;padding:42px 0;cursor:pointer}
.main-nav a[aria-current=page]{color:#1494ca}
.nav-drop{position:relative;height:100%;display:flex;align-items:center}
.nav-drop>button::after{content:"⌄";margin-left:8px;color:#777}
.nav-submenu{display:none;position:absolute;left:0;top:78px;width:190px;padding:8px 0;background:#fff;border-top:2px solid var(--red);box-shadow:0 8px 25px rgba(0,0,0,.12)}
.nav-drop:hover .nav-submenu,.nav-drop:focus-within .nav-submenu{display:block}
.nav-submenu a{display:block;padding:8px 16px;color:#555;font-size:14px}
.header-search{width:232px;position:relative}
.header-search input{width:100%;height:43px;padding:0 42px 0 15px;border:1px solid #ddd;background:#fafafa;font-size:14px}
.header-search button{position:absolute;right:0;top:0;width:42px;height:43px;border:0;background:transparent;font-size:18px;cursor:pointer}
.menu-toggle{display:none;border:1px solid #ddd;background:#fff;color:#333;padding:10px 13px;font-size:15px}

.hero-slider{position:relative;height:560px;overflow:hidden;background:#222}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease;background-size:cover;background-position:center}
.hero-slide.is-active{opacity:1}
.hero-overlay{position:absolute;inset:0;display:flex;align-items:center}
.hero-links{width:min(100%,665px);display:flex;flex-direction:column;gap:12px}
.hero-link{display:block;padding:14px 45px;background:rgba(255,255,255,.82);color:#111;font-size:34px;line-height:1.5;font-weight:400;text-transform:uppercase;box-shadow:0 1px 3px rgba(0,0,0,.12)}
.hero-link:first-child{width:467px}.hero-link:last-child{width:665px}
.hero-dots{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);display:flex;gap:7px}
.hero-dot{width:9px;height:9px;border-radius:50%;border:1px solid #fff;background:rgba(255,255,255,.45);padding:0;cursor:pointer}.hero-dot.is-active{background:#fff}

.home-content{padding:28px 0 44px}
.home-card{max-width:1080px;margin:0 auto 23px;padding:19px 22px;background:#fff;box-shadow:0 1px 10px rgba(0,0,0,.25);text-align:center}
.home-card h1,.home-card h2{margin:0 0 20px;color:#3d3d3d;font-size:24px;line-height:1.35;text-transform:uppercase;font-weight:800}
.home-card p{margin:0;font-size:20px;line-height:1.3}
.section-title{display:flex;align-items:center;gap:15px;max-width:1080px;margin:20px auto 45px;color:#777;font-size:13px;letter-spacing:6px;text-transform:uppercase;white-space:nowrap}
.section-title::before,.section-title::after{content:"";height:3px;border-top:1px solid #333;border-bottom:1px solid #333;flex:1}
.brand-logos{max-width:930px;margin:0 auto 55px;display:grid;grid-template-columns:1fr 1fr;column-gap:170px;row-gap:65px;align-items:center}
.brand-logo{height:145px;display:flex;align-items:center;justify-content:center}
.brand-logo img{max-width:300px;max-height:150px;object-fit:contain}
.brand-logo--dark{background:#000;padding:20px}
.contact-stack{max-width:690px;margin:0 auto 55px;display:grid;gap:18px}
.contact-stack .home-card{width:100%;margin:0;padding:8px 15px}
.contact-stack .home-card p{font-size:20px;text-transform:uppercase}
.map-wrap{max-width:690px;height:395px;margin:0 auto;overflow:hidden;background:#eee}
.map-wrap iframe{width:100%;height:100%;border:0}

.site-main{padding:60px 0 100px}
.breadcrumbs{margin:0 0 8px;color:#777;font-size:14px}
.page-title{font-size:30px;line-height:1.25;font-weight:400;color:#3a3a3a;margin:0 0 24px}
.category-pills{display:flex;flex-wrap:wrap;gap:14px;margin:0 0 70px}
.category-pills a{border:1px solid var(--red);border-radius:4px;color:var(--red);background:#fff;padding:7px 20px;font-weight:600}
.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:38px}
.catalog-toolbar p{margin:0}.catalog-toolbar select{height:36px;border:1px solid #ddd;padding:0 35px 0 12px;background:#fff;color:#555}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);column-gap:20px;row-gap:37px;list-style:none;margin:0;padding:0}
.product-card{min-width:0;display:flex;flex-direction:column;text-align:left}
.product-image{display:block;aspect-ratio:1/1;overflow:hidden;background:#f5f5f5}
.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .25s}.product-image:hover img{transform:scale(1.02)}
.product-card h2{font-size:17px;line-height:1.35;font-weight:400;margin:17px 0 5px}.product-card h2 a{color:#3a3a3a}
.product-price{font-size:15px;font-weight:700;color:#555;margin-bottom:3px}
.product-bonus{font-size:14px;color:#555;margin-bottom:13px}
.button{display:inline-flex;justify-content:center;align-items:center;min-height:34px;border:0;background:var(--red);color:#fff!important;padding:7px 20px;font-size:13px;font-weight:600;text-transform:uppercase;cursor:pointer}
.button:hover{background:#a90000}
.product-card .button{align-self:flex-start}
.pagination{display:flex;justify-content:center;gap:6px;margin-top:45px}.pagination a,.pagination span{min-width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);color:#555}.pagination .current{background:var(--red);color:#fff;border-color:var(--red)}

.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:start}
.product-gallery{display:grid;gap:12px}.product-main-image{aspect-ratio:1/1;background:#f7f7f7;display:grid;place-items:center;overflow:hidden}.product-main-image img{width:100%;height:100%;object-fit:contain}
.product-thumbs{display:flex;gap:10px;overflow:auto}.product-thumb{width:82px;height:82px;border:1px solid #ddd;background:#fff;padding:4px}.product-thumb img{width:100%;height:100%;object-fit:contain}
.product-summary h1{font-size:30px;font-weight:400;line-height:1.25;margin:8px 0 18px}.product-summary .product-price{font-size:22px;margin-bottom:16px}.product-summary p{font-size:16px}
.product-actions{display:flex;gap:10px;flex-wrap:wrap;margin:25px 0}.product-meta{padding-top:18px;border-top:1px solid var(--line);font-size:14px}.product-content{margin-top:65px;border-top:1px solid var(--line);padding-top:30px}.product-content h2{font-size:24px;font-weight:400}

.quote-layout{display:grid;grid-template-columns:2fr 1fr;gap:50px}.quote-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:6px}.field-full{grid-column:1/-1}.field input,.field select,.field textarea{width:100%;border:1px solid #ddd;padding:11px;background:#fff;font:inherit}.field textarea{min-height:130px;resize:vertical}.notice{padding:25px;background:#f7f7f7;border-left:4px solid var(--red)}
.site-footer{background:#3a3a3a;color:#fff;padding:16px 0;text-align:center;font-size:13px}.site-footer p{margin:0}.site-footer a{color:#fff}
.whatsapp{position:fixed;right:28px;bottom:18px;z-index:50;width:51px;height:51px;border-radius:12px;background:#25d366;color:#fff!important;display:grid;place-items:center;font-size:0;box-shadow:0 2px 6px rgba(0,0,0,.24)}
.whatsapp::before{content:"☎";font-size:29px;line-height:1;transform:rotate(-20deg)}

@media(max-width:980px){
 .container{width:min(calc(100% - 36px),var(--max))}.site-header,.header-inner{height:auto;min-height:92px}.site-logo img{width:230px;height:auto}.menu-toggle{display:block}.header-search{display:none}.main-nav{display:none;position:absolute;left:0;right:0;top:92px;height:auto;background:#fff;box-shadow:0 10px 20px rgba(0,0,0,.14);padding:12px 20px;flex-direction:column;align-items:stretch;gap:0}.main-nav[data-open=true]{display:flex}.main-nav>a,.nav-drop>button{display:block;width:100%;padding:10px 0;text-align:left}.nav-drop{height:auto;display:block}.nav-submenu{position:static;display:block;width:auto;border:0;box-shadow:none;padding-left:15px}.hero-slider{height:520px}.product-grid{grid-template-columns:repeat(3,1fr)}.brand-logos{column-gap:80px}.product-detail,.quote-layout{grid-template-columns:1fr}
}
@media(max-width:720px){
 .container{width:calc(100% - 28px)}.site-logo img{width:205px}.hero-slider{height:430px}.hero-slide{background-position:center}.hero-links{gap:10px}.hero-link{font-size:22px;padding:12px 20px;width:92%!important}.home-content{padding-top:20px}.home-card h1,.home-card h2{font-size:19px}.home-card p{font-size:17px}.brand-logos{grid-template-columns:1fr;row-gap:32px}.brand-logo{height:110px}.brand-logo img{max-height:110px;max-width:260px}.section-title{letter-spacing:3px;margin-bottom:30px}.contact-stack{margin-bottom:35px}.map-wrap{height:320px}.site-main{padding:38px 0 70px}.category-pills{margin-bottom:45px;gap:9px}.category-pills a{padding:6px 12px}.catalog-toolbar{align-items:flex-start;gap:14px;flex-direction:column}.product-grid{grid-template-columns:repeat(2,1fr);gap:26px 14px}.product-card h2{font-size:15px}.quote-form{grid-template-columns:1fr}.field-full{grid-column:auto}
}
@media(max-width:430px){.hero-slider{height:390px}.hero-link{font-size:18px}.product-grid{grid-template-columns:1fr}.product-image{max-height:360px}.whatsapp{right:14px;bottom:14px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}


/* Portada renovada E. Albasini */
.topbar{background:#111;color:#fff;min-height:38px;font-size:13px;position:relative;z-index:30}
.topbar-inner{min-height:38px;display:flex;align-items:center;gap:24px}
.topbar a{color:#fff}
.topbar-item,.topbar-social a{display:flex;align-items:center;gap:8px}
.topbar-item img{width:18px;height:18px;object-fit:contain}
.topbar-hours{white-space:nowrap}
.topbar-social{margin-left:auto;display:flex;align-items:center;gap:13px}
.topbar-social a img{width:23px;height:23px;object-fit:contain;border-radius:50%}
.topbar-social a:last-child img{border-radius:6px}
.topbar-social a:hover{transform:translateY(-1px)}
.site-header{height:118px}.header-inner{height:118px}
.quick-actions{background:#f6f6f6;border-top:1px solid #eee;border-bottom:1px solid #ddd;padding:14px 0;position:relative;z-index:18}
.quick-actions-inner{display:flex;gap:25px;align-items:center}
.quick-action{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 34px;border-radius:4px;color:#fff!important;font-weight:800;font-size:16px;letter-spacing:.2px;box-shadow:0 3px 9px rgba(0,0,0,.12);transition:transform .2s,box-shadow .2s}
.quick-action:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,0,0,.18)}
.quick-action-red{background:linear-gradient(135deg,#ef2020,#d40000)}
.quick-action-dark{background:linear-gradient(135deg,#242424,#080808)}
.quick-icon{font-size:24px;line-height:1}
.hero-slider{height:540px}
.hero-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.68) 0%,rgba(0,0,0,.35) 34%,rgba(0,0,0,.03) 66%)}
.hero-overlay{z-index:2}
.hero-copy{color:#fff;max-width:600px;padding:25px 0}
.hero-copy h1{margin:0 0 16px;font-size:54px;line-height:1.05;letter-spacing:-1px;font-weight:900;text-shadow:0 3px 14px rgba(0,0,0,.4)}
.hero-copy p{font-size:21px;line-height:1.55;margin:0 0 28px;text-shadow:0 2px 8px rgba(0,0,0,.45)}
.hero-cta-row{display:flex;flex-wrap:wrap;gap:14px}
.hero-cta{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:11px;padding:0 24px;border-radius:4px;color:#fff!important;font-size:15px;font-weight:800;letter-spacing:.2px}
.hero-cta-red{background:#e20b0b}.hero-cta-red:hover{background:#bf0000}
.hero-cta-outline{border:2px solid rgba(255,255,255,.9);background:rgba(0,0,0,.25)}
.hero-cta-outline:hover{background:#fff;color:#111!important}
.hero-cta img{width:28px;height:28px;object-fit:contain;border-radius:50%}
.trust-strip{background:#fff;border-bottom:1px solid #e8e8e8;box-shadow:0 2px 10px rgba(0,0,0,.04)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:22px 0}
.trust-item{display:flex;align-items:center;justify-content:center;gap:16px;min-height:58px;padding:0 24px;border-right:1px solid #ddd}
.trust-item:last-child{border-right:0}
.trust-symbol{font-size:31px;color:#111;min-width:34px;text-align:center}
.trust-item strong{display:block;color:#111;font-size:14px}
.trust-item small{display:block;color:#777;font-size:12px;margin-top:2px}
.whatsapp{width:64px;height:64px;border-radius:0;background:transparent;padding:0;overflow:visible;box-shadow:none;animation:whatsappPulse 2.1s infinite}
.whatsapp::before{display:none}.whatsapp img{width:100%;height:100%;object-fit:contain;border-radius:0}
@keyframes whatsappPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.07)}}
@media(max-width:980px){
 .topbar-inner{flex-wrap:wrap;padding:7px 0;gap:8px 18px}.topbar-hours{order:3;width:100%;text-align:center}.topbar-social{margin-left:auto}
 .site-header,.header-inner{min-height:92px;height:auto}.quick-actions-inner{flex-wrap:wrap}.quick-action{flex:1 1 290px}
 .hero-slider{height:500px}.hero-copy h1{font-size:46px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid #ddd}
}
@media(max-width:720px){
 .topbar-address{width:100%;justify-content:center}.topbar-hours{font-size:11px}.topbar-social{margin:0 auto}.topbar-social a span{display:none}
 .quick-actions{padding:10px 0}.quick-actions-inner{gap:9px}.quick-action{min-height:44px;padding:0 15px;font-size:13px}.quick-icon{font-size:19px}
 .hero-slider{height:450px}.hero-copy{padding-top:10px}.hero-copy h1{font-size:36px}.hero-copy p{font-size:17px}.hero-cta{width:100%;min-height:48px}
 .trust-grid{grid-template-columns:1fr}.trust-item{justify-content:flex-start;border-right:0!important;border-bottom:1px solid #ddd!important;padding:13px 18px}.trust-item:last-child{border-bottom:0!important}
 .whatsapp{width:56px;height:56px}
}

/* Sección Quiénes Somos */
.about-section{padding:78px 0;background:#f6f6f6;scroll-margin-top:130px}
.about-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:56px;align-items:center}
.about-media{position:relative;overflow:hidden;min-height:460px;background:#ddd;box-shadow:0 18px 45px rgba(0,0,0,.16)}
.about-media::after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.45);pointer-events:none}
.about-media img{width:100%;height:100%;min-height:460px;display:block;object-fit:cover}
.about-kicker{display:block;margin-bottom:10px;color:var(--red);font-size:13px;font-weight:800;letter-spacing:3px}
.about-copy h2{margin:0 0 22px;color:#222;font-size:37px;line-height:1.15;text-transform:uppercase}
.about-copy p{margin:0 0 16px;color:#555;font-size:17px;line-height:1.75}
.about-highlights{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}
.about-highlights>div{padding:17px 18px;border-left:4px solid var(--red);background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.07)}
.about-highlights strong{display:block;color:#222;font-size:13px;line-height:1.3}
.about-highlights span{display:block;margin-top:5px;color:#666;font-size:13px;line-height:1.45}
@media(max-width:980px){.about-grid{grid-template-columns:1fr;gap:34px}.about-media,.about-media img{min-height:390px}.about-copy h2{font-size:32px}}
@media(max-width:720px){.about-section{padding:52px 0;scroll-margin-top:95px}.about-media,.about-media img{min-height:280px}.about-copy h2{font-size:27px}.about-copy p{font-size:16px}.about-highlights{grid-template-columns:1fr}}

/* === Navegación principal reforzada === */
.main-nav{gap:18px}
.main-nav>a,.nav-drop>button{
  position:relative;
  padding:14px 18px;
  margin:0;
  border-radius:10px;
  font-weight:800;
  font-size:14px;
  letter-spacing:.045em;
  text-transform:uppercase;
  color:#222;
  transition:color .2s ease,background-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.main-nav>a::after,.nav-drop>button::before{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:7px;
  height:3px;
  border-radius:999px;
  background:#e30613;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .2s ease;
}
.main-nav>a:hover,.nav-drop>button:hover,
.main-nav>a:focus-visible,.nav-drop>button:focus-visible{
  color:#e30613;
  background:#fff3f3;
  transform:translateY(-1px);
  box-shadow:0 6px 16px rgba(227,6,19,.10);
  outline:none;
}
.main-nav>a:hover::after,.main-nav>a:focus-visible::after,
.nav-drop>button:hover::before,.nav-drop>button:focus-visible::before,
.main-nav a[aria-current=page]::after{
  transform:scaleX(1);
}
.main-nav a[aria-current=page]{
  color:#e30613;
  background:#fff3f3;
}
.nav-drop>button::after{
  content:"▾";
  margin-left:8px;
  color:currentColor;
  font-size:.8em;
}

@media (max-width:900px){
  .main-nav{gap:4px}
  .main-nav>a,.nav-drop>button{
    border-radius:8px;
    padding:12px 14px;
  }
  .main-nav>a::after,.nav-drop>button::before{
    left:14px;
    right:14px;
    bottom:5px;
  }
}

/* Presentación de tienda + motocicleta */
.home-intro-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:28px;align-items:stretch;margin:0 auto 30px;max-width:1080px}
.home-intro-card{max-width:none;margin:0;padding:22px 24px;display:flex;flex-direction:column;justify-content:center;text-align:left;border-left:5px solid var(--red)}
.home-intro-card h1{font-size:21px;line-height:1.32;margin-bottom:18px}
.home-intro-card p{font-size:18px;line-height:1.45}
.home-intro-image{overflow:hidden;background:#eee;box-shadow:0 1px 10px rgba(0,0,0,.22);min-height:265px}
.home-intro-image img{display:block;width:100%;height:100%;min-height:265px;object-fit:cover;object-position:center}
@media(max-width:820px){.home-intro-grid{grid-template-columns:1fr;gap:18px}.home-intro-card{text-align:center;border-left:0;border-top:5px solid var(--red)}.home-intro-image,.home-intro-image img{min-height:240px}}
@media(max-width:520px){.home-intro-card{padding:18px 16px}.home-intro-card h1{font-size:18px}.home-intro-card p{font-size:16px}.home-intro-image,.home-intro-image img{min-height:210px}}

/* Separador destacado de la sección de marcas */
.section-title{
  gap:22px;
  margin:30px auto 45px;
  color:#d40000;
  font-size:18px;
  font-weight:800;
  letter-spacing:3px;
  line-height:1.2;
  text-shadow:0 1px 0 rgba(0,0,0,.05);
}
.section-title::before,
.section-title::after{
  height:0;
  border:0;
  border-top:5px solid #111;
  flex:1;
}
@media (max-width:700px){
  .section-title{
    gap:12px;
    font-size:15px;
    letter-spacing:1.8px;
    margin:24px auto 32px;
  }
  .section-title::before,
  .section-title::after{
    border-top-width:4px;
  }
}

/* Iconos pequeños de WhatsApp junto a los teléfonos */
.phone-whatsapp-row{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:2px 0 6px;
}
.phone-whatsapp-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  flex:0 0 24px;
  line-height:1;
}
.phone-whatsapp-link img{
  display:block !important;
  width:24px !important;
  height:24px !important;
  max-width:24px !important;
  max-height:24px !important;
  object-fit:contain;
}
.phone-whatsapp-link:hover img{transform:scale(1.08)}

/* Mapa exacto y accesos sociales */
.map-social-row{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;
  margin:18px auto 8px;
  flex-wrap:wrap;
}
.map-social-row a{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-width:145px;
  justify-content:center;
  padding:10px 16px;
  border:1px solid #e1e1e1;
  background:#fff;
  color:#202020;
  text-decoration:none;
  font-weight:700;
  border-radius:6px;
  box-shadow:0 4px 14px rgba(0,0,0,.08);
  transition:transform .2s ease, box-shadow .2s ease;
}
.map-social-row a:hover{
  transform:translateY(-2px);
  box-shadow:0 7px 18px rgba(0,0,0,.14);
}
.map-social-row img{
  width:28px;
  height:28px;
  object-fit:contain;
}
.map-exact-link{
  display:block;
  width:max-content;
  max-width:calc(100% - 30px);
  margin:8px auto 0;
  color:#d60000;
  font-weight:700;
  text-decoration:none;
}
.map-exact-link:hover{text-decoration:underline;}
@media (max-width:640px){
  .map-social-row{gap:10px;}
  .map-social-row a{min-width:0; flex:1 1 30%; padding:9px 8px; font-size:13px;}
  .map-social-row img{width:24px;height:24px;}
}

/* Requisitos de financiamiento */
.finance-requirements{margin:54px 0 10px;background:#fff;border-top:5px solid var(--red);box-shadow:0 12px 34px rgba(0,0,0,.08);padding:42px 44px 36px}
.finance-requirements-head{max-width:820px;margin:0 auto 34px;text-align:center}
.finance-eyebrow{margin:0 0 8px;color:var(--red);font-size:12px;font-weight:800;letter-spacing:3px}
.finance-requirements-head h2{margin:0 0 14px;color:#222;font-size:30px;line-height:1.2;font-weight:800}
.finance-requirements-head>p:last-child{margin:0;color:#666;font-size:16px;line-height:1.7}
.finance-requirements-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 34px;border-top:1px solid #e7e7e7}
.finance-requirement{position:relative;padding:25px 0 24px 58px;border-bottom:1px solid #e7e7e7;min-height:150px}
.finance-requirement>span{position:absolute;left:0;top:27px;color:var(--red);font-size:13px;font-weight:900;letter-spacing:1px}
.finance-requirement h3{margin:0 0 9px;color:#202020;font-size:18px;font-weight:800}
.finance-requirement p{margin:0;color:#555;font-size:15px;line-height:1.65}
.finance-requirement strong{color:#222}
.finance-note{margin:26px 0 0;padding-top:20px;text-align:center;color:#777;font-size:13px;line-height:1.6}
@media(max-width:760px){.finance-requirements{margin-top:38px;padding:32px 22px 28px}.finance-requirements-head h2{font-size:24px}.finance-requirements-grid{grid-template-columns:1fr}.finance-requirement{min-height:auto;padding-left:48px}}

/* Cotización: imagen panorámica de la tienda y video en tarjeta de contacto */
.quote-brand-mark{
  display:block;
  margin:-16px auto 32px;
  width:100%;
}
.quote-brand-mark img{
  display:block;
  width:100%;
  height:auto;
  max-height:520px;
  object-fit:cover;
  object-position:center center;
  border-radius:8px;
}
.notice-video{
  margin-top:22px;
  width:100%;
  overflow:hidden;
  background:#000;
  border-radius:4px;
}
.notice-video video{
  display:block;
  width:100%;
  height:auto;
  max-height:320px;
  object-fit:contain;
  object-position:center center;
  background:#000;
}
@media(max-width:900px){
  .quote-brand-mark{margin-top:0;margin-bottom:24px}
  .quote-brand-mark img{max-height:380px}
  .notice-video video{height:auto;max-height:320px;object-fit:contain}
}
@media(max-width:520px){
  .quote-brand-mark{margin-bottom:18px}
  .quote-brand-mark img{max-height:260px;border-radius:5px}
}

/* Logos compactos de marcas en catálogo */
.catalog-brand-grid{
  display:grid !important;
  grid-template-columns:repeat(9,minmax(92px,1fr)) !important;
  gap:12px !important;
  margin:28px 0 34px !important;
  align-items:stretch !important;
}
.catalog-brand-grid .brand-card{
  min-width:0 !important;
  width:auto !important;
  height:70px !important;
  min-height:70px !important;
  max-height:70px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:9px 11px !important;
  margin:0 !important;
  overflow:hidden !important;
  background:#fff !important;
  border:1px solid #e3e3e3 !important;
  border-radius:7px !important;
  box-shadow:none !important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease !important;
}
.catalog-brand-grid .brand-card:hover{
  transform:translateY(-2px) !important;
  border-color:#d71920 !important;
  box-shadow:0 7px 18px rgba(0,0,0,.08) !important;
}
.catalog-brand-grid .brand-card img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:46px !important;
  object-fit:contain !important;
  margin:auto !important;
}
@media (max-width:1100px){
  .catalog-brand-grid{grid-template-columns:repeat(6,minmax(92px,1fr)) !important;}
}
@media (max-width:720px){
  .catalog-brand-grid{grid-template-columns:repeat(3,minmax(88px,1fr)) !important;gap:10px !important;}
  .catalog-brand-grid .brand-card{height:66px !important;min-height:66px !important;max-height:66px !important;}
  .catalog-brand-grid .brand-card img{max-height:42px !important;}
}
@media (max-width:420px){
  .catalog-brand-grid{grid-template-columns:repeat(2,minmax(88px,1fr)) !important;}
}

/* SEO content additions */
.seo-intro{max-width:850px;margin:-8px 0 28px;color:#4b5563;font-size:1.05rem;line-height:1.7}.finance-faq{margin:48px 0;padding:32px;border:1px solid #e5e7eb;border-top:4px solid #c8102e;border-radius:14px;background:#fff}.finance-faq h2{margin-top:0}.finance-faq details{border-top:1px solid #e5e7eb;padding:18px 0}.finance-faq details:first-of-type{border-top:0}.finance-faq summary{cursor:pointer;font-weight:700}.finance-faq p{margin:12px 0 0;color:#4b5563;line-height:1.65}@media(max-width:700px){.finance-faq{padding:22px 18px}.seo-intro{font-size:1rem}}


/* Fase 4: accesibilidad y compatibilidad */
:focus-visible{outline:3px solid #d60000;outline-offset:3px}
.noscript-notice{padding:12px 18px;background:#fff3cd;color:#4d3b00;text-align:center;font:600 14px/1.4 Arial,sans-serif;border-bottom:1px solid #e3c86a}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
