@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root{
  --red:#d10c12;
  --red2:#b8090f;
  --ink:#101820;
  --muted:#68727c;
  --line:#e6e9ec;
  --bg:#ffffff;
  --soft:#f7f8f9;
  --max:1290px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Montserrat","Avenir Next","Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button{font:inherit}
.container{width:min(calc(100% - 56px),var(--max));margin:auto}

/* HEADER */
.header{
  height: 82px;
  background: #ffffff;
  border-bottom: 1px solid #eef2f5;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.03);
}
.header .container{
  padding: 0 16px;
}
.nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.brand-link{
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.logo{
  height: 48px;
  max-width: 190px;
  object-fit: contain;
  object-position: left center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.logo:hover{
  opacity: 0.92;
  transform: scale(1.01);
}
.navlinks{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.navlinks a{
  position: relative;
  padding: 30px 2px 28px;
  color: #334155;
  transition: color 0.2s ease;
}
.navlinks a:hover{
  color: var(--red);
}
.navlinks a.active{
  color: var(--ink);
  font-weight: 800;
}
.navlinks a.active:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 3px;
  background: var(--red);
  border-radius: 3px;
}
.nav-actions{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-shrink: 0;
}
.search-btn{
  background: transparent;
  border: 1px solid #e2e8f0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s ease;
}
.search-btn:hover{
  background: #f8fafc;
  color: var(--red);
  border-color: #cbd5e1;
  transform: scale(1.06);
}
.cta{
  background: linear-gradient(135deg, #d10c12 0%, #b8090f 100%);
  color: #fff;
  font-weight: 800;
  font-size: 11px;
  padding: 11px 20px;
  border-radius: 4px;
  letter-spacing: .04em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(209,12,18,0.28);
  transition: all 0.2s ease;
}
.cta:hover{
  background: linear-gradient(135deg, #b8090f 0%, #9b0006 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(209,12,18,0.4);
}
.cta span{
  font-size: 14px;
  transition: transform 0.2s ease;
}
.cta:hover span{
  transform: translateX(3px);
}
.menu{display:none;border:0;background:none;font-size:26px;cursor:pointer}

/* MOBILE NAV */
.mobile-nav-panel{
  display:none;position:fixed;top:80px;left:0;right:0;background:#fff;border-bottom:2px solid var(--red);
  padding:24px 20px;box-shadow:0 10px 24px rgba(0,0,0,0.12);z-index:49;flex-direction:column;gap:16px;
}
.mobile-nav-panel.open{display:flex}
.mobile-nav-panel a{font-weight:600;font-size:14px;padding:10px 0;border-bottom:1px solid #f0f1f2}
.mobile-nav-panel .cta{margin-top:10px;text-align:center;width:100%}

/* HERO */
.hero{height:360px;background:#f6f7f7;overflow:hidden}
.hero .container{height:100%;display:grid;grid-template-columns:42% 58%;gap:0}
.hero-copy{padding:42px 0 0 0;z-index:2}
.kicker{font-size:11px;letter-spacing:.26em;font-weight:800;color:#4f5962;margin-bottom:14px}
.hero h1{font-size:38px;line-height:1.06;letter-spacing:-.035em;margin:0 0 14px;font-weight:400}
.hero h1 strong{display:block;font-size:43px;font-weight:900}
.hero p{font-size:13px;line-height:1.6;color:#5b646d;max-width:380px;margin:0 0 22px}
.hero-buttons{display:flex;gap:18px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-width:140px;height:42px;padding:0 20px;border-radius:4px;border:1px solid #adb4ba;font-size:11px;font-weight:800;letter-spacing:.02em;background:#fff;transition:all 0.2s ease}
.btn:hover{border-color:var(--ink);transform:translateY(-1px);box-shadow:0 4px 10px rgba(0,0,0,0.06)}
.btn.red{background:var(--red);border-color:var(--red);color:#fff}
.btn.red:hover{background:var(--red2);border-color:var(--red2);box-shadow:0 4px 14px rgba(209,12,18,0.35)}
.btn .arrow{font-size:16px;margin-left:14px}
.hero-features{display:flex;gap:36px;margin-top:28px}
.feature{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:center}
.feature svg{width:28px;height:28px;stroke:var(--red);fill:none;stroke-width:2.2}
.feature b{font-size:11px;display:block;color:var(--ink)}
.feature span{font-size:9.5px;color:#727b82;display:block;margin-top:2px}

.hero-photo{
  position:relative;
  height:100%;
  margin-right:calc((100vw - min(calc(100vw - 56px), var(--max)))/-2);
  clip-path:polygon(42px 0, 100% 0, 100% 100%, 0 100%);
  overflow:hidden;
}
.hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.hero-photo:before{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(90deg,#f6f7f7 0%,rgba(246,247,247,.9) 4%,rgba(246,247,247,.0) 22%,transparent 50%)
}
.slider-dots{position:absolute;right:48px;bottom:16px;color:white;z-index:2;font-size:11px;letter-spacing:.4em;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,0.6)}

/* SERVICES */
.services{padding:24px 0 26px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{
  height:140px;
  border:1px solid #e2e8f0;
  border-radius:6px;
  background:#fff;
  display:grid;
  grid-template-columns:62% 38%;
  overflow:hidden;
  position:relative;
  transition:all .25s ease;
}
.service-card:hover{
  border-color:#cbd5e1;
  box-shadow:0 10px 24px rgba(0,0,0,0.07);
  transform:translateY(-2px);
}
.service-text{
  display:grid;
  grid-template-columns:28px 1fr;
  gap:12px;
  padding:16px 10px 14px 16px;
  align-items:flex-start;
  z-index:2;
  position:relative;
  background:transparent;
}
.service-icon{
  width:26px;
  height:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:2px;
}
.service-icon svg{
  width:24px;
  height:24px;
}
.service-text h3{margin:0 0 5px;font-size:14px;font-weight:900;letter-spacing:.02em;color:var(--ink)}
.service-text p{margin:0;color:#626d76;font-size:9.5px;line-height:1.45;max-width:205px}
.service-text a{display:inline-block;color:var(--red);font-size:10px;font-weight:900;margin-top:8px;letter-spacing:.06em;transition:transform 0.2s ease}
.service-text a:hover{transform:translateX(3px)}

/* Slanted / Inclined Card Photo with balanced diagonal angle */
.service-img-wrap{
  position:relative;
  height:100%;
  width:calc(100% + 26px);
  margin-left:-26px;
  overflow:hidden;
  clip-path:polygon(26px 0, 100% 0, 100% 100%, 0 100%);
  z-index:1;
  background:#0e161e;
}
.service-img-wrap img{
  height:100%;
  width:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .4s ease;
}
.service-card:hover .service-img-wrap img{
  transform:scale(1.06);
}

/* STOCK */
.stock{padding:0 0 26px}
.section-title{height:40px;display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.titleline{display:flex;align-items:center;gap:12px}
.redline{width:26px;height:2.5px;background:var(--red)}
.section-title h2{font-size:14px;letter-spacing:.06em;margin:0;font-weight:900}
.viewall{font-size:10.5px;color:#626d76;font-weight:700;display:inline-flex;align-items:center;gap:8px;transition:color 0.2s ease}
.viewall:hover{color:var(--red)}
.viewall b{color:var(--red);font-size:18px}
.cars{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.car{border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;background:#fff;transition:transform .25s ease, box-shadow .25s ease}
.car:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,0.08);border-color:#cbd5e1}
.car-photo{height:140px;position:relative;overflow:hidden;background:#f8fafc}
.car-photo img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 0.4s ease}
.car:hover .car-photo img{transform:scale(1.04)}
.badge{position:absolute;left:10px;top:10px;background:var(--red);color:#fff;padding:5px 9px;font-size:8.5px;font-weight:900;border-radius:2px;letter-spacing:.04em}
.heart{position:absolute;right:10px;top:8px;color:#fff;font-size:20px;text-shadow:0 1px 6px rgba(0,0,0,0.8);cursor:pointer;user-select:none;transition:transform 0.2s ease}
.heart:hover{transform:scale(1.15)}
.car-info{padding:12px 14px 14px}
.car h3{margin:0;font-size:13.5px;font-weight:900;color:var(--ink)}
.car .variant{font-size:10px;color:#6b747c;margin-top:4px}
.specs{display:flex;gap:12px;margin-top:10px;font-size:9.5px;color:#606a73}
.specs span{display:inline-flex;align-items:center;gap:4px}
.price-row{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding-top:8px;border-top:1px solid #f0f3f5}
.price{font-weight:900;font-size:15px;color:var(--ink)}
.more{color:var(--red);font-size:22px;line-height:1;transition:transform 0.2s ease}
.car:hover .more{transform:translateX(3px)}

/* BUY STRIP */
.buy-strip{padding:0 0 24px;background:transparent}
.buy-grid{
  min-height: 155px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 38% 25% 22% 15%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}
.buy-visual{
  position:relative;
  background:#0d1319;
  color:#fff;
  overflow:hidden;
  clip-path:polygon(0 0, calc(100% - 28px) 0, 100% 100%, 0 100%);
  margin-right:-28px;
  z-index:2;
}
.buy-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position: 35% center;
  opacity:.92;
  transition: transform 0.5s ease;
}
.buy-grid:hover .buy-visual img{
  transform: scale(1.03);
}
.buy-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(6,10,14,0.25) 0%, rgba(6,10,14,0.05) 35%, rgba(6,10,14,0.85) 100%);
}
.buy-visual .copy{
  position:absolute;
  z-index:2;
  right:48px;
  top:50%;
  transform: translateY(-50%);
  font-size:12.5px;
  line-height:1.45;
  letter-spacing:.16em;
  font-weight:800;
  color:#ffffff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.7);
  text-align: right;
}
.buy-copy{
  padding:24px 24px 24px 44px;
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.buy-copy .red-accent{
  width: 140px;
  height: 2.5px;
  background: var(--red);
  margin-bottom: 12px;
}
.buy-copy h3{
  font-size:17.5px;
  margin:0 0 6px;
  padding-top:0;
  width:max-content;
  font-weight:900;
  letter-spacing:-0.01em;
  color:var(--ink);
}
.buy-copy p{
  font-size:10.5px;
  line-height:1.45;
  color:#6c747b;
  margin:0 0 14px;
}
.small-red{
  background:var(--red);
  color:#fff;
  border:0;
  border-radius:3px;
  padding:11px 20px;
  font-size:10.5px;
  font-weight:900;
  cursor:pointer;
  letter-spacing:.04em;
  transition:all 0.2s ease;
  align-self:flex-start;
  box-shadow: 0 4px 12px rgba(209,12,18,0.25);
}
.small-red:hover{
  background:var(--red2);
  box-shadow:0 6px 16px rgba(209,12,18,0.4);
  transform:translateY(-1px);
}
.requirements{
  padding:22px 24px;
  border-left:1px solid #eef2f5;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.requirements h4{
  font-size:11px;
  letter-spacing:.14em;
  margin:0 0 12px;
  font-weight:900;
  color:var(--ink);
}
.requirements ul{
  padding:0;
  margin:0;
  list-style:none;
}
.requirements li{
  font-size:9.5px;
  margin:6px 0;
  color:#59636d;
  display:flex;
  align-items:center;
  font-weight:500;
}
.requirements li:before{
  content:"■";
  margin-right:9px;
  color:var(--red);
  font-size:7px;
  line-height:1;
}
.hours{
  border-left:1px solid #eef2f5;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:20px 14px;
}
.hours .carico{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:8px;
}
.hours .carico svg{
  width: 32px;
  height: 32px;
}
.hours b{
  font-size:11px;
  line-height:1.35;
  font-weight:900;
  color:var(--ink);
  letter-spacing:.02em;
}
.hours:after{
  content:"";
  width:32px;
  height:2.5px;
  background:var(--red);
  margin-top:10px;
}

/* BENEFITS */
.benefits{
  padding: 0 0 24px;
  background: transparent;
}
.benefit-grid{
  min-height: 72px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  align-items: center;
  width: 100%;
  padding: 14px 20px;
  box-sizing: border-box;
}
.why{font-size:11px;font-weight:900;display:flex;align-items:center;gap:12px;color:var(--ink);white-space:nowrap}
.why .redline{width:24px;height:2.5px;background:var(--red);flex-shrink:0}
.benefit{display:grid;grid-template-columns:30px 1fr;gap:10px;padding-left:18px;border-left:1px solid #e2e8f0;align-items:center}
.benefit .ico{display:flex;align-items:center;justify-content:center}
.benefit .ico svg{width:24px;height:24px;stroke:var(--red);fill:none}
.benefit b{font-size:10px;font-weight:800;color:var(--ink);line-height:1.2;display:block}
.benefit span{display:block;color:#747d85;font-size:8px;margin-top:2px;line-height:1.3}

/* CTA ROAD (ALINEADO AL MISMO NIVEL DE LAS OTRAS SECCIONES) */
.road-section{
  padding: 0 0 24px;
}
.road{
  height: 135px;
  position: relative;
  color: #fff;
  overflow: hidden;
  background: #090e14;
  border: 1px solid #1e293b;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.road img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  filter: brightness(0.68);
  transition: transform 0.5s ease;
}
.road:hover img{
  transform: scale(1.02);
}
.road:before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(9,14,20,0.92) 0%, rgba(9,14,20,0.55) 30%, rgba(9,14,20,0.08) 50%, rgba(9,14,20,0.55) 70%, rgba(9,14,20,0.92) 100%);
}
.road-inner{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 32px;
}
.road-left small{
  color: var(--red);
  font-size: 9.5px;
  letter-spacing: .22em;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.road-left h3{
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  letter-spacing: -0.01em;
  color: #fff;
  line-height: 1.15;
}
.road-left p{
  font-size: 11.5px;
  margin: 5px 0 0;
  color: #d0d6dc;
  line-height: 1.2;
}
.road-contact{
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 11.5px;
}
.road-contact .cta{
  padding: 14px 24px;
  font-size: 11.5px;
  font-weight: 800;
  border-radius: 4px;
  letter-spacing: .03em;
  box-shadow: 0 4px 14px rgba(209,12,18,0.35);
  transition: all 0.2s ease;
}
.road-contact .cta:hover{
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(209,12,18,0.45);
}
.road-contact span, .road-contact a{
  color: #e2e8f0;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
}
.road-contact a:hover{
  color: var(--red);
}

/* FOOTER */
.footer{
  min-height:72px;
  background:#fff;
  border-top:1px solid #f0f1f2;
  display:flex;
  align-items:center;
  padding:14px 0;
}
.footer .container{
  height:100%;
  display:grid;
  grid-template-columns:220px 1fr 280px;
  align-items:center;
}
.footer .logo{
  height:40px;
  max-width:160px;
  object-fit:contain;
  object-position:left center;
  transition:opacity 0.2s ease;
}
.footer .logo:hover{
  opacity:0.9;
}
.footer nav{display:flex;justify-content:center;gap:30px;font-size:9.5px;font-weight:600}
.footer nav a{transition:color 0.2s ease}
.footer nav a:hover{color:var(--red)}
.social{display:flex;justify-content:flex-end;gap:16px;align-items:center;font-size:12px}
.social a{color:#4a5568;transition:color 0.2s ease;display:inline-flex;align-items:center}
.social a:hover{color:var(--red)}
.social .tag{font-size:8px;color:#8b9298;margin-left:12px;padding-left:18px;border-left:1px solid #ddd;white-space:nowrap}

/* RESPONSIVE */
@media(max-width:1024px){
  .container{width:min(calc(100% - 32px),var(--max))}
  .nav{grid-template-columns:190px 1fr 150px;gap:16px}
  .navlinks{gap:18px}
  .cars{grid-template-columns:repeat(2,1fr)}
  .car-photo{height:140px}
  .benefit-grid{grid-template-columns:1fr 1fr;gap:16px}
  .why{grid-column:1 / -1;margin-bottom:6px}
}

@media(max-width:768px){
  .header{height:64px}
  .navlinks{display:none}
  .nav-actions .cta, .nav-actions .search-btn{display:none}
  .menu{display:block}
  .logo{height:38px;max-width:145px}
  .footer .logo{height:36px;max-width:135px}
  
  .hero{height:auto;padding-bottom:10px}
  .hero .container{display:flex;flex-direction:column;width:min(calc(100% - 32px),var(--max))}
  .hero-copy{padding:24px 0 16px;max-width:100%}
  .hero h1{font-size:28px}
  .hero h1 strong{font-size:32px}
  .hero p{font-size:12px;max-width:100%}
  .hero-buttons{display:flex;flex-wrap:wrap;gap:12px}
  .hero-buttons .btn{flex:1;min-width:140px}
  .hero-features{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}
  
  .hero-photo{
    height:220px;
    margin:14px 0 0 0;
    border-radius:4px;
    clip-path:none;
    overflow:hidden;
  }
  .hero-photo:before{
    background:linear-gradient(180deg, rgba(246,247,247,0.85) 0%, transparent 40%);
  }
  
  .services{padding:18px 0}
  .service-grid{grid-template-columns:1fr;gap:14px}
  .service-card{
    height:135px;
    min-height:130px;
    grid-template-columns:1fr 130px;
    overflow:hidden;
  }
  .service-text{
    display:grid;
    grid-template-columns:26px 1fr;
    gap:10px;
    padding:14px 10px 12px 14px;
    align-items:flex-start;
  }
  .service-icon{width:24px;height:24px}
  .service-icon svg{width:22px;height:22px}
  .service-text h3{margin:0 0 4px;font-size:13.5px;font-weight:900}
  .service-text p{margin:0;color:#626d76;font-size:9.5px;line-height:1.4;max-width:100%}
  .service-text a{display:inline-block;color:var(--red);font-size:10px;font-weight:900;margin-top:6px;letter-spacing:.05em}
  .service-img-wrap{
    position:relative;
    height:100%;
    width:calc(100% + 22px);
    margin-left:-22px;
    overflow:hidden;
    clip-path:polygon(22px 0, 100% 0, 100% 100%, 0 100%);
    background:#0e161e;
    display:block;
  }
  .service-img-wrap img{height:100%;width:100%;object-fit:cover;object-position:center}
  
  .stock{padding:10px 0 20px}
  .cars{grid-template-columns:1fr;gap:14px}
  .car-photo{height:160px}
  
  .buy-strip{padding:0 0 16px}
  .buy-grid{height:auto;grid-template-columns:1fr}
  .buy-visual{
    height:130px;
    clip-path:none;
    margin-right:0;
  }
  .buy-visual .copy{top:25px;right:20px;font-size:12px}
  .buy-copy{padding:18px 16px}
  .requirements{padding:16px;border-left:0;border-top:1px solid #eee}
  .hours{padding:18px 16px;border-left:0;border-top:1px solid #eee}
  
  .benefits{padding:0 0 16px}
  .benefit-grid{grid-template-columns:1fr;gap:14px;padding:16px}
  .why{padding-bottom:10px;border-bottom:1px solid #f0f1f2}
  .benefit{padding-left:0;border-left:0}
  
  .road-section{padding:0 0 20px}
  .road{
    height:auto;
    min-height:unset;
    padding:20px 16px;
  }
  .road:before{
    background:rgba(9,14,20,0.88);
  }
  .road-inner{
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
    padding:0;
  }
  .road-left h3{font-size:19px}
  .road-contact{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
    width:100%;
  }
  .road-contact .cta{
    width:100%;
    text-align:center;
    justify-content:center;
    padding:12px;
  }
  
  .footer{height:auto;padding:22px 0}
  .footer .container{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
  }
  .footer nav{
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:14px;
    font-size:10px;
  }
  .social{
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:12px;
    width:100%;
  }
  .social .tag{
    margin-left:0;
    padding-left:0;
    border-left:none;
    display:block;
    width:100%;
    margin-top:6px;
  }
}

@media(max-width:480px){
  .hero h1{font-size:24px}
  .hero h1 strong{font-size:28px}
  .hero-buttons{flex-direction:column}
  .hero-buttons .btn{width:100%}
  .hero-features{grid-template-columns:1fr}
  .service-card{
    height:135px;
    min-height:130px;
    grid-template-columns:1fr 125px;
  }
  .service-text{
    padding:12px 8px 12px 12px;
    grid-template-columns:24px 1fr;
    gap:8px;
  }
  .service-text p{font-size:9px;line-height:1.35}
  .service-img-wrap{
    display:block !important;
    width:calc(100% + 18px);
    margin-left:-18px;
    clip-path:polygon(18px 0, 100% 0, 100% 100%, 0 100%);
  }
  .car-photo{height:180px}
}

/* ==========================================================================
   POPUP MODAL: COMPRAMOS TU AUTO
   ========================================================================== */
.ac-modal-overlay{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 20px;
}
.ac-modal-overlay.active{
  opacity: 1;
  visibility: visible;
}
.ac-modal-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(10, 16, 24, 0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.ac-modal-card{
  position: relative;
  z-index: 2;
  background: #ffffff;
  width: 100%;
  max-width: 900px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 60px -12px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.1);
  transform: translateY(20px) scale(0.97);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.ac-modal-overlay.active .ac-modal-card{
  transform: translateY(0) scale(1);
}

/* Close Button */
.ac-modal-close{
  position: absolute;
  top: 14px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  color: #101820;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: all 0.2s ease;
}
.ac-modal-close:hover{
  background: var(--red);
  color: #fff;
  transform: rotate(90deg);
}

/* Modal Body Layout */
.ac-modal-body{
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 520px;
}

/* Left Column */
.ac-modal-left{
  padding: 30px 24px 22px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
}
.ac-modal-brand{
  margin-bottom: 14px;
}
.ac-modal-logo{
  height: 46px;
  width: auto;
  object-fit: contain;
}
.ac-modal-title{
  font-size: 32px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #101820;
  margin: 0 0 6px 0;
}
.ac-modal-title span{
  color: var(--red);
}
.ac-modal-tagline{
  font-size: 13px;
  font-weight: 700;
  color: #2b333a;
  margin: 0 0 20px 0;
  letter-spacing: -0.01em;
}

/* Features List */
.ac-modal-features{
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 22px;
}
.ac-feature-item{
  display: flex;
  align-items: center;
  gap: 14px;
}
.ac-feature-icon{
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ac-feature-icon svg{
  width: 28px;
  height: 28px;
}
.ac-feature-text strong{
  font-size: 11px;
  font-weight: 800;
  color: #101820;
  line-height: 1.25;
  display: block;
}
.ac-feature-text span{
  font-size: 9px;
  font-weight: 500;
  color: #64748b;
  line-height: 1.2;
  display: block;
  margin-top: 1px;
}

/* WhatsApp CTA Button */
.ac-modal-cta{
  background: linear-gradient(90deg, #9b0006 0%, #b8090f 25%, #d10c12 70%, #b8090f 100%);
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(184, 9, 15, 0.4);
  transition: all 0.25s ease;
  margin-bottom: 16px;
}
.ac-modal-cta:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(184, 9, 15, 0.55);
}
.ac-cta-icon{
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ac-cta-icon svg{
  width: 16px;
  height: 16px;
}
.ac-cta-content{
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  flex-grow: 1;
  margin: 0 10px;
}
.ac-cta-label{
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
.ac-cta-sub{
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  opacity: 0.9;
  margin-top: 1px;
}
.ac-cta-arrow{
  font-size: 16px;
  font-weight: 900;
}

/* Modal Bottom Navigation */
.ac-modal-footer-nav{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #717b84;
}
.ac-modal-footer-nav .sep{
  color: var(--red);
  font-weight: 900;
}

/* Right Column (Form Side) */
.ac-modal-right.ac-modal-form-side{
  position: relative;
  background: linear-gradient(150deg, #0e1724 0%, #162232 100%);
  padding: 30px 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.ac-modal-form-container{
  width: 100%;
}
.ac-form-header{
  margin-bottom: 14px;
}
.ac-form-badge{
  display: inline-block;
  background: rgba(209, 12, 18, 0.2);
  color: #ff474d;
  border: 1px solid rgba(209, 12, 18, 0.45);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.ac-form-title{
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 4px 0;
  letter-spacing: -0.02em;
}
.ac-form-desc{
  font-size: 11px;
  color: #94a3b8;
  margin: 0;
  line-height: 1.35;
}

/* Buy Form Layout */
.ac-buy-form{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ac-form-row{
  display: flex;
  gap: 10px;
  width: 100%;
}
.ac-form-row-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.ac-form-group{
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.ac-form-group label{
  font-size: 9.5px;
  font-weight: 800;
  color: #cbd5e1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ac-input-field{
  background: #1a2535;
  border: 1px solid #2e3e54;
  color: #ffffff;
  font-size: 12px;
  font-family: inherit;
  padding: 8px 12px;
  border-radius: 6px;
  outline: none;
  transition: all 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}
.ac-input-field::placeholder{
  color: #64748b;
  font-size: 11.5px;
}
.ac-input-field:focus{
  border-color: var(--red);
  background: #1e2c40;
  box-shadow: 0 0 0 2px rgba(209, 12, 18, 0.25);
}
select.ac-input-field{
  cursor: pointer;
}
select.ac-input-field option{
  background: #101820;
  color: #ffffff;
}

/* Form Submit Button */
.ac-buy-submit-btn{
  background: linear-gradient(90deg, #9b0006 0%, #b8090f 30%, #d10c12 70%, #b8090f 100%);
  color: #ffffff;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 12px 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
  box-shadow: 0 4px 14px rgba(209, 12, 18, 0.35);
  transition: all 0.25s ease;
  width: 100%;
}
.ac-buy-submit-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(209, 12, 18, 0.55);
}
.ac-buy-submit-btn:active{
  transform: translateY(0);
}
.ac-buy-submit-btn:disabled{
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}
.ac-buy-submit-btn .btn-arrow{
  font-size: 14px;
  font-weight: 900;
  transition: transform 0.2s;
}
.ac-buy-submit-btn:hover .btn-arrow{
  transform: translateX(3px);
}

.ac-form-footer-note{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 9px;
  color: #64748b;
  font-weight: 500;
  margin-top: 2px;
  text-align: center;
}
.ac-form-footer-note svg{
  flex-shrink: 0;
  stroke: #94a3b8;
}

/* Success Box */
.ac-form-success-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 16px;
  gap: 12px;
  animation: fadeInModalSuccess 0.35s ease forwards;
}
@keyframes fadeInModalSuccess{
  from{ opacity: 0; transform: scale(0.95); }
  to{ opacity: 1; transform: scale(1); }
}
.ac-success-icon-wrap{
  width: 58px;
  height: 58px;
  background: rgba(34, 197, 94, 0.15);
  border: 2px solid rgba(34, 197, 94, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}
.ac-form-success-box h4{
  font-size: 19px;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.01em;
}
.ac-form-success-box p{
  font-size: 12px;
  color: #94a3b8;
  margin: 0;
  line-height: 1.45;
  max-width: 320px;
}
.ac-btn-wa-direct{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  padding: 11px 22px;
  border-radius: 6px;
  font-size: 12.5px;
  font-weight: 800;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35);
  transition: all 0.2s ease;
  margin-top: 6px;
}
.ac-btn-wa-direct:hover{
  background: #20ba5a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}
.ac-btn-reset-form{
  background: transparent;
  border: none;
  color: #94a3b8;
  font-size: 11px;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 4px;
}
.ac-btn-reset-form:hover{
  color: #ffffff;
}

/* Stock Filters */
.stock-filters{
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-btn{
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #64748b;
  font-size: 9.5px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: .05em;
  transition: all 0.2s ease;
}
.filter-btn:hover{
  background: #e2e8f0;
  color: var(--ink);
}
.filter-btn.active{
  background: var(--red);
  color: #fff;
  border-color: var(--red);
  box-shadow: 0 2px 8px rgba(209,12,18,0.3);
}

/* Favorited heart toggle */
.heart.favorited{
  color: var(--red) !important;
  text-shadow: 0 0 10px rgba(209,12,18,0.7) !important;
  transform: scale(1.15);
}

@keyframes fadeInCard{
  from{
    opacity: 0;
    transform: translateY(8px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

/* Floating WhatsApp Launcher */
.ac-float-wa{
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 54px;
  height: 54px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
  z-index: 999;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ac-float-wa:hover{
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.6);
  background: #20ba5a;
}
.ac-float-wa svg{
  transition: transform 0.25s ease;
}
.ac-float-wa:hover svg{
  transform: rotate(5deg);
}

@media(max-width: 768px){
  .ac-modal-card{
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
  }
  .ac-modal-body{
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .ac-modal-left{
    padding: 24px 20px 18px;
    border-bottom: 1px solid #e2e8f0;
  }
  .ac-modal-right.ac-modal-form-side{
    display: block;
    padding: 24px 20px 22px;
  }
  .ac-form-row-2{
    grid-template-columns: 1fr;
  }
  .ac-modal-title{
    font-size: 26px;
  }
  .stock-filters{
    overflow-x: auto;
    width: 100%;
    padding-bottom: 4px;
  }
  .section-title{
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 12px;
  }
  .ac-float-wa{
    bottom: 18px;
    right: 18px;
    width: 48px;
    height: 48px;
  }
  .ac-float-wa svg{
    width: 24px;
    height: 24px;
  }
}


