/*
Theme Name: Camionetas Medellín - Astra Child
Template: astra
Version: 3.0
Author: Camionetas Medellín
Text Domain: astra-child
*/

/* ============================================================
   VARIABLES — Paleta Camionetas Medellín
   ============================================================ */
:root {
  /* Colores de marca */
  --navy:       #0F2027;   /* Fondo header, footer, secciones oscuras */
  --orange:     #FF5722;   /* Botones, CTAs, acentos */
  --orange-h:   #E64A19;   /* Hover del naranja */
  --orange-pale:#FFF3F0;   /* Fondo suave naranja */
  --off:        #F8F9FA;   /* Fondo sección carros */
  --white:      #FFFFFF;   /* Tarjetas y fondos limpios */
  --text:       #2D3748;   /* Texto párrafos y descripciones */
  --muted:      #718096;   /* Texto secundario */
  --border:     #E2E8F0;   /* Bordes sutiles */
  --dark:       #0F2027;   /* Alias de navy */

  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --hh:   72px;
  --r:    8px;
  --sh:   0 1px 4px rgba(0,0,0,.08);
  --sh-md:0 4px 16px rgba(0,0,0,.10);
  --sh-lg:0 12px 32px rgba(0,0,0,.14);
}

/* ============================================================
   RESET ASTRA — vehicle pages + global
   ============================================================ */
body {
  font-family: var(--font);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  margin: 0; padding: 0;
}

/* Ocultar los wrappers de Astra en páginas de vehículos */
body.single-vehiculo #content,
body.single-vehiculo .site-content,
body.post-type-archive-vehiculo #content,
body.post-type-archive-vehiculo .site-content {
  padding: 0 !important; margin: 0 !important; display: block !important;
}
body.single-vehiculo .ast-container,
body.post-type-archive-vehiculo .ast-container,
body.single-vehiculo #primary,
body.post-type-archive-vehiculo #primary,
body.single-vehiculo .site-main,
body.post-type-archive-vehiculo .site-main,
body.single-vehiculo .entry-content,
body.post-type-archive-vehiculo .entry-content,
body.single-vehiculo .entry-header {
  max-width: 100% !important; width: 100% !important;
  padding: 0 !important; margin: 0 !important;
  display: block !important; float: none !important;
}

/* También en el home */
body.home #content, body.home .site-content,
body.home .ast-container, body.home #primary,
body.home .site-main, body.home .entry-content,
body.home .entry-header {
  max-width: 100% !important; padding: 0 !important; margin: 0 !important;
  display: block !important;
}

/* ============================================================
   HEADER
   ============================================================ */
.cm-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--navy);
  border-bottom: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 2px 16px rgba(0,0,0,.3);
  height: var(--hh);
  display: flex;
  align-items: center;
}

.cm-header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.cm-logo {
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.cm-logo__img {
  height: 46px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  /* Logo tiene fondo blanco — se aplica filtro para encajar en header navy */
  filter: brightness(0) invert(1);
  display: block;
}

.cm-logo__icon {
  width: 36px; height: 36px;
  background: var(--orange);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}

.cm-logo__icon svg { width: 22px; height: 22px; fill: white; }

.cm-logo__text {
  font-size: 17px;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
}

.cm-logo__text span { color: var(--orange); }

/* Navigation */
.cm-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0; padding: 0;
  flex: 1;
}

.cm-nav a {
  display: block;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  text-decoration: none !important;
  border-radius: 6px;
  transition: background .18s, color .18s;
}

.cm-nav a:hover,
.cm-nav .current-menu-item > a {
  background: rgba(255,255,255,.1);
  color: var(--white);
}

/* CTA header */
.cm-header-cta {
  margin-left: auto;
  padding: 10px 22px;
  background: var(--orange);
  color: var(--white) !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background .18s;
  flex-shrink: 0;
}

.cm-header-cta:hover { background: var(--orange-h); }

/* Mobile toggle */
.cm-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}

.cm-menu-toggle span {
  display: block;
  width: 22px; height: 2px;
  background: rgba(255,255,255,.85);
  margin: 5px 0;
  transition: all .25s;
}

/* Mobile nav */
.cm-mobile-nav {
  display: none;
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 16px 24px;
  flex-direction: column;
  gap: 4px;
}

.cm-mobile-nav.open { display: flex; }
.cm-mobile-nav a {
  display: block; padding: 10px 12px;
  font-size: 15px; font-weight: 600;
  color: rgba(255,255,255,.85); text-decoration: none !important;
  border-radius: 6px;
}
.cm-mobile-nav a:hover { background: rgba(255,255,255,.08); color: var(--white); }
.cm-mobile-nav .cm-header-cta { text-align: center; margin-top: 8px; }

/* ============================================================
   BOTONES GLOBALES
   ============================================================ */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px;
       border-radius: var(--r); font-weight: 700; font-size: 15px;
       text-decoration: none !important; transition: all .2s; white-space: nowrap;
       font-family: var(--font); cursor: pointer; border: 2px solid transparent; }

.btn-primary { background: var(--orange); color: var(--white) !important; border-color: var(--orange); }
.btn-primary:hover { background: var(--orange-h); border-color: var(--orange-h); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(255,87,34,.35); }

.btn-outline { background: transparent; color: var(--orange) !important; border-color: var(--orange); }
.btn-outline:hover { background: var(--orange-pale); }

.btn-white { background: var(--white); color: var(--orange) !important; }
.btn-white:hover { background: var(--orange-pale); }

.btn-outline-white { background: transparent; color: var(--white) !important; border-color: rgba(255,255,255,.6); }
.btn-outline-white:hover { border-color: var(--white); background: rgba(255,255,255,.1); }

/* ============================================================
   HOME — HERO
   ============================================================ */
.cm-hero {
  position: relative;
  min-height: calc(100vh - var(--hh));
  background: var(--dark);
  display: flex; align-items: center;
  overflow: hidden;
}

.cm-hero__bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .45;
}

.cm-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(15,32,39,.90) 0%, rgba(15,32,39,.55) 60%, transparent 100%);
}

.cm-hero__body {
  position: relative; z-index: 2;
  max-width: 1280px; margin: 0 auto;
  padding: 80px 32px;
  width: 100%;
}

.cm-hero__tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9);
  font-size: 13px; font-weight: 600;
  padding: 6px 14px; border-radius: 50px;
  margin-bottom: 24px;
}

.cm-hero__tag::before { content: '●'; color: #FF8A65; font-size: 10px; }

.cm-hero__h1 {
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 900;
  line-height: 1.05;
  color: var(--white);
  margin: 0 0 20px;
  max-width: 680px;
  letter-spacing: -1px;
}

.cm-hero__h1 em { color: #FF8A65; font-style: normal; }

.cm-hero__p {
  font-size: 18px; line-height: 1.7;
  color: rgba(255,255,255,.75);
  margin: 0 0 36px; max-width: 480px;
}

.cm-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Stats bar */
.cm-stats {
  background: var(--white);
  border-top: 3px solid var(--orange);
}

.cm-stats__inner {
  max-width: 1280px; margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cm-stat {
  padding: 28px 24px;
  text-align: center;
  border-right: 1px solid var(--border);
}

.cm-stat:last-child { border-right: none; }

.cm-stat__num {
  font-size: 32px; font-weight: 900;
  color: var(--orange); line-height: 1;
  margin-bottom: 4px;
}

.cm-stat__label {
  font-size: 13px; color: var(--muted);
  font-weight: 500;
}

/* ============================================================
   HOME — SECCIÓN VEHÍCULOS DESTACADOS
   ============================================================ */
.cm-section {
  padding: 80px 0;
}

.cm-section--off { background: var(--off); }
.cm-section--dark { background: var(--dark); }
.cm-section--green { background: var(--orange); }

.cm-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.cm-section-header {
  text-align: center;
  margin-bottom: 52px;
}

.cm-eyebrow {
  font-size: 12px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--orange); margin-bottom: 12px;
}

.cm-section-header .cm-eyebrow { display: block; }

.cm-section__title {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800; color: var(--text);
  margin: 0 0 14px; letter-spacing: -.5px;
}

.cm-section--dark .cm-section__title,
.cm-section--green .cm-section__title { color: var(--white); }

.cm-section__sub {
  font-size: 17px; color: var(--muted);
  max-width: 520px; margin: 0 auto;
  line-height: 1.65;
}

.cm-section--dark .cm-section__sub { color: rgba(255,255,255,.65); }

/* ============================================================
   CARDS VEHÍCULOS
   ============================================================ */
.cm-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cm-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.cm-card {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid var(--border);
  overflow: hidden;
  display: block;
  text-decoration: none !important;
  color: var(--text);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}

.cm-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-lg);
  border-color: var(--orange);
}

.cm-card__img {
  width: 100%; aspect-ratio: 16/9;
  object-fit: cover; display: block;
}

.cm-card__placeholder {
  width: 100%; aspect-ratio: 16/9;
  background: var(--off);
  display: flex; align-items: center;
  justify-content: center; color: var(--muted);
  font-size: 13px;
}

.cm-card__body { padding: 20px 22px 24px; }

.cm-card__brand {
  font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--orange); margin-bottom: 6px;
}

.cm-card__name {
  font-size: 19px; font-weight: 800;
  color: var(--text); margin: 0 0 8px; line-height: 1.2;
}

.cm-card__excerpt {
  font-size: 14px; color: var(--muted);
  line-height: 1.55; margin-bottom: 16px;
}

.cm-card__price {
  font-size: 19px; font-weight: 900; color: var(--text);
  margin-bottom: 16px;
}

.cm-card__link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 700;
  color: var(--orange) !important;
  text-decoration: none !important;
  transition: gap .2s;
}

.cm-card:hover .cm-card__link { gap: 10px; }

/* ============================================================
   HOME — BENEFICIOS
   ============================================================ */
.cm-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }

.cm-benefit {
  text-align: center;
  padding: 36px 24px;
  background: var(--white);
  border-radius: 12px;
  border: 1px solid var(--border);
  transition: box-shadow .25s;
}

.cm-benefit:hover { box-shadow: var(--sh-md); }

.cm-benefit__icon {
  width: 60px; height: 60px;
  background: var(--orange-pale);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  font-size: 26px;
}

.cm-benefit__title {
  font-size: 18px; font-weight: 700;
  color: var(--text); margin: 0 0 10px;
}

.cm-benefit__text {
  font-size: 14px; color: var(--muted);
  line-height: 1.6; margin: 0;
}

/* ============================================================
   HOME — MARCAS
   ============================================================ */
.cm-brands-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cm-brand-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 36px 28px;
  text-decoration: none !important;
  color: var(--text);
  display: block;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  text-align: center;
}

.cm-brand-card:hover {
  border-color: var(--orange);
  box-shadow: var(--sh-lg);
  transform: translateY(-4px);
}

.cm-brand-card__icon {
  font-size: 40px; margin-bottom: 14px; display: block;
}

.cm-brand-card__name {
  font-size: 22px; font-weight: 900;
  color: var(--text); margin: 0 0 10px;
}

.cm-brand-card__desc {
  font-size: 14px; color: var(--muted);
  line-height: 1.6; margin: 0 0 20px;
}

.cm-brand-card__cta {
  font-size: 14px; font-weight: 700;
  color: var(--orange); display: inline-block;
  border-bottom: 1.5px solid transparent;
  transition: border-color .2s;
}

.cm-brand-card:hover .cm-brand-card__cta { border-color: var(--orange); }

/* ============================================================
   HOME — TESTIMONIOS
   ============================================================ */
.cm-testimonios {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cm-testimonio {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 32px 28px;
  position: relative;
  transition: box-shadow .2s;
}

.cm-testimonio:hover { box-shadow: var(--sh-md); }

.cm-testimonio::before {
  content: '\201C';
  font-size: 72px; line-height: 1;
  color: var(--orange-pale);
  position: absolute; top: 16px; left: 24px;
  font-family: Georgia, serif;
}

.cm-testimonio__stars {
  color: #f59e0b; font-size: 16px;
  margin-bottom: 16px; letter-spacing: 2px;
}

.cm-testimonio__text {
  font-size: 15px; color: var(--text);
  line-height: 1.7; margin: 0 0 24px;
  font-style: italic;
  position: relative; z-index: 1;
}

.cm-testimonio__author {
  display: flex; align-items: center; gap: 14px;
}

.cm-testimonio__avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700;
  flex-shrink: 0;
}

.cm-testimonio__author strong {
  display: block; font-size: 14px; color: var(--text);
}

.cm-testimonio__author span {
  font-size: 12px; color: var(--muted);
}

/* ============================================================
   HOME — BLOG POSTS
   ============================================================ */
.cm-post-card {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid var(--border);
  overflow: hidden;
  text-decoration: none !important;
  color: var(--text);
  display: block;
  transition: transform .25s, box-shadow .25s;
}

.cm-post-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }

.cm-post-card__img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }

.cm-post-card__body { padding: 20px 22px; }

.cm-post-card__cat {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--orange); margin-bottom: 8px;
}

.cm-post-card__title {
  font-size: 17px; font-weight: 700; color: var(--text);
  margin: 0 0 10px; line-height: 1.35;
}

.cm-post-card__excerpt {
  font-size: 14px; color: var(--muted); line-height: 1.55;
}

/* ============================================================
   BLOG — ENTRADA (single.php)
   ============================================================ */
.cm-blog-single { background: var(--white); }

.cm-blog-single__wrap {
  max-width: 1280px; margin: 0 auto;
  padding: 56px 32px 96px;
}

.cm-blog-single__title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900; color: var(--text);
  letter-spacing: -1px; line-height: 1.15;
  margin: 0 0 36px; max-width: 900px;
}

.cm-blog-single__layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  align-items: start;
}

.cm-blog-single__img {
  margin: 0 0 32px; border-radius: 16px;
  overflow: hidden; box-shadow: var(--sh-md);
}

.cm-blog-single__img img {
  width: 100%; height: auto; max-height: 440px;
  object-fit: cover; display: block;
}

.cm-blog-single__content {
  font-size: 17px; line-height: 1.8; color: var(--text);
}

.cm-blog-single__content h2,
.cm-blog-single__content h3 {
  font-weight: 800; color: var(--text);
  letter-spacing: -.3px; line-height: 1.3;
  margin: 40px 0 16px;
}

.cm-blog-single__content h2 { font-size: 26px; }
.cm-blog-single__content h3 { font-size: 21px; }
.cm-blog-single__content p { margin: 0 0 20px; }

.cm-blog-single__content ul,
.cm-blog-single__content ol {
  margin: 0 0 20px; padding-left: 22px;
}

.cm-blog-single__content li { margin-bottom: 8px; }
.cm-blog-single__content a { color: var(--orange); text-decoration: underline; }
.cm-blog-single__content strong { color: var(--text); }
.cm-blog-single__content em { color: var(--muted); }

/* Sidebar */
.cm-blog-single__sidebar {
  display: flex; flex-direction: column; gap: 20px;
  position: sticky; top: calc(var(--hh) + 24px);
}

.cm-blog-single__widget {
  background: var(--off);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
}

.cm-blog-single__label {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--muted);
  margin: 0 0 12px;
}

.cm-blog-single__tags { display: flex; flex-wrap: wrap; gap: 8px; }

.cm-tag {
  display: inline-block; background: var(--orange-pale);
  color: var(--orange) !important; font-size: 13px; font-weight: 700;
  padding: 6px 14px; border-radius: 50px;
  text-decoration: none !important; transition: background .2s, color .2s;
}

.cm-tag:hover { background: var(--orange); color: var(--white) !important; }

.cm-blog-single__cta { background: var(--navy); border: none; }
.cm-blog-single__cta .cm-blog-single__label { color: rgba(255,255,255,.5); }

.cm-blog-single__cta-text {
  color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.6;
  margin: 0 0 18px;
}

.cm-blog-single__cta .btn { width: 100%; justify-content: center; }

@media (max-width: 900px) {
  .cm-blog-single__layout { grid-template-columns: 1fr; }
  .cm-blog-single__sidebar {
    position: static; flex-direction: row; flex-wrap: wrap;
  }
  .cm-blog-single__widget { flex: 1; min-width: 240px; }
}

@media (max-width: 600px) {
  .cm-blog-single__wrap { padding: 32px 20px 64px; }
  .cm-blog-single__sidebar { flex-direction: column; }
}

/* ============================================================
   BLOG — ARCHIVO (home.php)
   ============================================================ */
.cm-blog-archive__head {
  max-width: 1280px; margin: 0 auto;
  padding: 48px 32px 36px;
}

.cm-blog-archive__title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900; color: var(--text);
  letter-spacing: -1px; line-height: 1.15;
  margin: 8px 0 28px; max-width: 760px;
}

.cm-blog-archive__filters { display: flex; flex-wrap: wrap; gap: 10px; }

.cm-filter-pill {
  display: inline-block;
  padding: 9px 20px;
  border-radius: 50px;
  border: 1px solid var(--border);
  background: var(--white);
  font-size: 14px; font-weight: 600;
  color: var(--text) !important;
  text-decoration: none !important;
  transition: border-color .2s, background .2s, color .2s;
}

.cm-filter-pill:hover { border-color: var(--orange); color: var(--orange) !important; }

.cm-filter-pill--active {
  background: var(--navy); border-color: var(--navy);
  color: var(--white) !important;
}

/* Artículo destacado */
.cm-featured-post {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
  text-decoration: none !important;
  color: inherit;
  padding: 24px 0 64px;
}

.cm-featured-post__img-wrap {
  border-radius: 16px; overflow: hidden;
  box-shadow: var(--sh-md);
  aspect-ratio: 16/11;
}

.cm-featured-post__img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .4s ease;
}

.cm-featured-post:hover .cm-featured-post__img-wrap img { transform: scale(1.04); }

.cm-featured-post__cat {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--orange);
  margin-bottom: 14px;
}

.cm-featured-post__title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800; color: var(--text);
  line-height: 1.25; letter-spacing: -.5px;
  margin: 0 0 14px;
}

.cm-featured-post__excerpt {
  font-size: 16px; color: var(--muted);
  line-height: 1.7; margin: 0 0 28px;
}

@media (max-width: 900px) {
  .cm-featured-post {
    grid-template-columns: 1fr;
    gap: 24px; padding: 8px 0 40px;
  }
}

/* Paginación */
.cm-pagination {
  display: flex; justify-content: center;
  flex-wrap: wrap; gap: 8px; margin-top: 48px;
}

.cm-pagination a,
.cm-pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 42px; height: 42px; padding: 0 14px;
  border-radius: 8px; border: 1px solid var(--border);
  background: var(--white);
  font-size: 14px; font-weight: 600; color: var(--text);
  text-decoration: none !important;
  transition: border-color .2s, color .2s;
}

.cm-pagination a:hover { border-color: var(--orange); color: var(--orange) !important; }

.cm-pagination span.current {
  background: var(--navy); border-color: var(--navy);
  color: var(--white) !important;
}

@media (max-width: 600px) {
  .cm-blog-archive__head { padding: 32px 20px 24px; }
}

/* ============================================================
   HOME — CONTACTO
   ============================================================ */
.cm-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.cm-contact-info__title {
  font-size: 34px; font-weight: 800;
  color: var(--white); margin: 0 0 16px; letter-spacing: -.5px;
}

.cm-contact-info__text {
  font-size: 17px; color: rgba(255,255,255,.7);
  line-height: 1.7; margin: 0 0 32px;
}

.cm-contact-detail {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 16px;
}

.cm-contact-detail__icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}

.cm-contact-detail__text { font-size: 15px; color: rgba(255,255,255,.85); }
.cm-contact-detail__text strong { display: block; color: var(--white); font-size: 16px; }

/* Contact form */
.cm-form {
  background: var(--white);
  border-radius: 16px;
  padding: 36px;
  box-shadow: var(--sh-lg);
}

.cm-form__title {
  font-size: 22px; font-weight: 800; color: var(--text); margin: 0 0 24px;
}

.cm-form__row { margin-bottom: 16px; }

.cm-form__label {
  display: block; font-size: 13px; font-weight: 600;
  color: var(--text); margin-bottom: 6px;
}

.cm-form__input,
.cm-form__select,
.cm-form__textarea {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--r); font-size: 15px;
  font-family: var(--font); color: var(--text);
  background: var(--white);
  box-sizing: border-box;
  transition: border-color .2s;
}

.cm-form__input:focus,
.cm-form__select:focus,
.cm-form__textarea:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(11,93,46,.12);
}

.cm-form__textarea { resize: vertical; min-height: 100px; }

.cm-form__submit {
  width: 100%;
  padding: 14px;
  background: var(--orange);
  color: var(--white);
  border: none;
  border-radius: var(--r);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--font);
  transition: background .2s;
  margin-top: 8px;
}

.cm-form__submit:hover { background: var(--orange-h); }

/* ============================================================
   FOOTER
   ============================================================ */
.cm-footer {
  background: var(--dark);
  color: rgba(255,255,255,.8);
  padding: 64px 0 0;
}

.cm-footer__grid {
  max-width: 1280px; margin: 0 auto;
  padding: 0 32px 48px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}

.cm-footer__brand-name {
  font-size: 18px; font-weight: 800;
  color: var(--white); margin: 0 0 12px;
  display: flex; align-items: center; gap: 10px;
}

.cm-footer__brand-dot {
  width: 10px; height: 10px;
  background: #FF8A65; border-radius: 50%;
}

.cm-footer__desc {
  font-size: 14px; line-height: 1.7;
  color: rgba(255,255,255,.55);
  margin: 0 0 20px; max-width: 280px;
}

.cm-footer__email {
  font-size: 14px; color: #FF8A65;
  text-decoration: none;
}

.cm-footer__col-title {
  font-size: 13px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(255,255,255,.4); margin: 0 0 16px;
}

.cm-footer__links { list-style: none; margin: 0; padding: 0; }
.cm-footer__links li { margin-bottom: 10px; }
.cm-footer__links a {
  font-size: 14px; color: rgba(255,255,255,.7);
  text-decoration: none;
  transition: color .2s;
}
.cm-footer__links a:hover { color: #FF8A65; }

.cm-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  max-width: 1280px; margin: 0 auto;
  padding: 20px 32px;
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: 12px;
}

.cm-footer__copy { font-size: 13px; color: rgba(255,255,255,.35); }
.cm-footer__legal { display: flex; gap: 20px; }
.cm-footer__legal a { font-size: 13px; color: rgba(255,255,255,.35); text-decoration: none; }
.cm-footer__legal a:hover { color: rgba(255,255,255,.7); }

/* ============================================================
   VEHICLE SINGLE — WHITE/GREEN
   ============================================================ */

/* Breadcrumb */
.cm-breadcrumb {
  background: var(--off);
  border-bottom: 1px solid var(--border);
  padding: 0 32px;
}

.cm-breadcrumb__inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center;
  gap: 8px; font-size: 13px;
  padding: 12px 0;
  flex-wrap: wrap;
}

.cm-breadcrumb a { color: var(--muted); text-decoration: none; transition: color .2s; }
.cm-breadcrumb a:hover { color: var(--orange); }
.cm-breadcrumb__sep { color: var(--border); }
.cm-breadcrumb__current { color: var(--text); font-weight: 500; }

/* Hero vehículo */
.cm-v-hero {
  position: relative;
  min-height: 85vh;
  background: var(--dark);
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden;
}

.cm-v-hero__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; opacity: .6;
}

/* Soporte para .cm-v-hero__overlay y el anterior .cm-v-hero__grad */
.cm-v-hero__overlay, .cm-v-hero__grad {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(15,32,39,.97) 0%, rgba(15,32,39,.55) 45%, rgba(15,32,39,.2) 80%, transparent 100%);
}

.cm-v-hero__body {
  position: relative; z-index: 2;
  max-width: 1280px; margin: 0 auto;
  padding: 0 32px 60px; width: 100%;
}

/* Meta: brand badge + price badge en la misma fila */
.cm-v-hero__meta {
  display: flex; align-items: center; gap: 12px;
  flex-wrap: wrap; margin-bottom: 16px;
}

.cm-v-hero__brand {
  display: inline-block; font-size: 11px;
  font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: #FF8A65; border: 1px solid rgba(255,138,101,.35);
  padding: 4px 12px; border-radius: 4px;
}

.cm-v-hero__price-badge {
  display: inline-block;
  background: var(--orange); color: var(--white);
  font-size: 13px; font-weight: 700;
  padding: 5px 14px; border-radius: 4px;
}

/* Scroll indicator */
.cm-v-hero__scroll {
  position: absolute; bottom: 24px; left: 50%;
  transform: translateX(-50%); z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}

.cm-v-hero__scroll span {
  display: block; width: 2px; height: 6px;
  background: rgba(255,255,255,.4); border-radius: 2px;
  animation: scrollFade 1.5s infinite;
}

.cm-v-hero__scroll span:nth-child(2) { animation-delay: .2s; }
.cm-v-hero__scroll span:nth-child(3) { animation-delay: .4s; }

@keyframes scrollFade {
  0%, 100% { opacity: .3; }
  50%       { opacity: 1; }
}

.cm-v-hero__title {
  font-size: clamp(38px, 5.5vw, 64px);
  font-weight: 900; color: var(--white);
  margin: 0 0 14px; letter-spacing: -1px;
}

.cm-v-hero__tagline {
  font-size: 18px; color: rgba(255,255,255,.75);
  margin: 0 0 32px; max-width: 500px; line-height: 1.6;
}

.cm-v-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Price bar */
.cm-price-bar {
  position: sticky; top: var(--hh); z-index: 99;
  background: var(--white);
  border-bottom: 3px solid var(--orange);
  padding: 12px 32px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  box-shadow: var(--sh-md);
}

.cm-price-bar__info { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; flex: 1; }

.cm-price-bar__name { font-size: 15px; font-weight: 700; color: var(--text); }

.cm-price-bar__price-wrap { display: flex; align-items: baseline; gap: 6px; }

.cm-price-bar__label {
  font-size: 11px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted);
}

.cm-price-bar__price {
  font-size: 22px; font-weight: 900; color: var(--orange); line-height: 1;
}

.cm-price-bar__cta {
  display: flex; align-items: center; gap: 14px; flex-shrink: 0;
}

.cm-price-bar__cuota {
  font-size: 13px; color: var(--muted);
  white-space: nowrap;
}

.cm-price-bar__cuota strong { color: var(--text); }

/* Specs */
.cm-specs {
  padding: 64px 32px;
  max-width: 1280px; margin: 0 auto;
}

.cm-specs__title {
  font-size: 26px; font-weight: 800; color: var(--text);
  margin: 0 0 8px;
}

.cm-specs__title::after {
  content: ''; display: block;
  width: 36px; height: 3px;
  background: var(--orange); margin-top: 8px; border-radius: 2px;
}

.cm-specs-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; margin-top: 32px;
}

.cm-spec {
  border: 1.5px solid var(--border);
  border-radius: 10px; padding: 22px;
  transition: border-color .2s, box-shadow .2s;
}

.cm-spec:hover { border-color: var(--orange); box-shadow: var(--sh); }

.cm-spec__icon { font-size: 26px; margin-bottom: 10px; display: block; }
.cm-spec__label {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--muted); margin-bottom: 4px;
}
.cm-spec__value { font-size: 16px; font-weight: 700; color: var(--text); line-height: 1.3; }

/* Content */
.cm-v-body {
  padding: 0 32px 64px;
  max-width: 1280px; margin: 0 auto;
}

.cm-v-body h2 { font-size: 26px; font-weight: 800; color: var(--text); margin: 40px 0 14px; }
.cm-v-body p { font-size: 16px; line-height: 1.8; color: #374151; margin-bottom: 18px; }
.cm-v-body .wp-block-gallery { margin: 32px 0; }

/* CTA section */
.cm-cta-section {
  background: var(--orange);
  padding: 80px 32px; text-align: center;
}

.cm-cta-section__eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,.65); margin-bottom: 14px; }
.cm-cta-section__title { font-size: clamp(28px, 4vw, 42px); font-weight: 900; color: var(--white); margin: 0 0 14px; }
.cm-cta-section__sub { font-size: 17px; color: rgba(255,255,255,.75); margin: 0 0 36px; }
.cm-cta-section__phone { margin-top: 18px; font-size: 14px; color: rgba(255,255,255,.5); display: block; }

/* ============================================================
   SINGLE VEHÍCULO — NUEVAS SECCIONES
   ============================================================ */

/* Botón grande */
.btn-lg { padding: 16px 32px; font-size: 16px; }

/* Highlights strip */
.cm-highlights-strip {
  background: var(--navy);
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.cm-highlights-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  divide-x: 1px solid rgba(255,255,255,.08);
}

.cm-hl {
  display: flex; align-items: center; gap: 16px;
  padding: 24px 28px;
  border-right: 1px solid rgba(255,255,255,.08);
}

.cm-hl:last-child { border-right: none; }

.cm-hl__icon { font-size: 28px; flex-shrink: 0; }

.cm-hl__label {
  font-size: 11px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(255,255,255,.45); margin-bottom: 4px;
}

.cm-hl__value {
  font-size: 15px; font-weight: 700; color: var(--white);
  line-height: 1.3;
}

.cm-hl__wa {
  color: #FF8A65 !important;
  text-decoration: none !important;
  transition: color .2s;
}

.cm-hl__wa:hover { color: var(--orange) !important; }

.cm-hl--cta .cm-hl__icon { opacity: .8; }

/* Specs section — rediseñada como tabla premium */
.cm-specs-section {
  background: var(--off);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 64px 32px;
}

.cm-specs-wrap { max-width: 900px; margin: 0 auto; }

.cm-specs-header {
  text-align: center; margin-bottom: 40px;
}

.cm-specs-title {
  font-size: clamp(22px,3vw,30px);
  font-weight: 900; color: var(--text); margin: 8px 0 0;
}

.cm-specs-table {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--sh-md);
  border: 1px solid var(--border);
}

.cm-specs-row {
  display: grid; grid-template-columns: 48px 1fr 1fr;
  align-items: center; gap: 0;
  padding: 18px 24px;
  border-bottom: 1px solid var(--border);
  transition: background .15s;
}

.cm-specs-row:last-child { border-bottom: none; }
.cm-specs-row:hover { background: var(--orange-pale); }

.cm-specs-row__icon { font-size: 22px; }

.cm-specs-row__label {
  font-size: 13px; font-weight: 700;
  color: var(--muted); text-transform: uppercase; letter-spacing: 1px;
}

.cm-specs-row__value {
  font-size: 15px; font-weight: 700; color: var(--text);
  text-align: right;
}

/* Content section */
.cm-v-content {
  background: var(--white);
  padding: 64px 32px;
}

.cm-v-content__wrap {
  max-width: 1280px; margin: 0 auto;
}

.cm-v-content h2 { font-size: 26px; font-weight: 800; color: var(--text); margin: 40px 0 14px; }
.cm-v-content p  { font-size: 16px; line-height: 1.8; color: #374151; margin-bottom: 18px; }
.cm-v-content .wp-block-gallery { margin: 32px 0; }
.cm-v-content figure { margin: 0; }
.cm-v-content figure img { border-radius: 10px; width: 100%; height: auto; }

/* Financing section */
.cm-finance-section {
  background: var(--navy);
  padding: 80px 32px;
}

.cm-finance-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 380px;
  gap: 56px; align-items: start;
}

.cm-finance-title {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 900; color: var(--white); margin: 10px 0 16px;
}

.cm-finance-sub {
  font-size: 16px; line-height: 1.7;
  color: rgba(255,255,255,.65); margin-bottom: 28px;
}

.cm-finance-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}

.cm-finance-list li {
  font-size: 15px; color: rgba(255,255,255,.8); font-weight: 500;
}

.cm-finance-card {
  background: var(--white);
  border-radius: 14px;
  padding: 32px;
  box-shadow: var(--sh-lg);
}

.cm-finance-card__price {
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px; margin-bottom: 20px;
}

.cm-finance-card__label {
  font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--muted); margin-bottom: 6px;
}

.cm-finance-card__amount {
  font-size: 30px; font-weight: 900; color: var(--orange); line-height: 1;
}

.cm-finance-card__cuota-amount {
  font-size: 26px; font-weight: 900; color: var(--text); line-height: 1;
}

.cm-finance-card__cuota-amount span {
  font-size: 14px; font-weight: 500; color: var(--muted); margin-left: 4px;
}

.cm-finance-card__tel {
  display: block; text-align: center; margin-top: 14px;
  font-size: 13px; color: var(--muted);
  text-decoration: none !important;
  transition: color .2s;
}

.cm-finance-card__tel:hover { color: var(--orange); }

/* Disclaimer legal */
.cm-disclaimer {
  background: var(--off);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 32px;
}

.cm-disclaimer__inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: flex-start; gap: 14px;
}

.cm-disclaimer__icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }

.cm-disclaimer__text {
  font-size: 12.5px; color: var(--muted);
  line-height: 1.6; margin: 0;
}

.cm-disclaimer__text strong { color: var(--text); }

/* Vehículos relacionados */
.cm-related {
  background: var(--off);
  padding: 64px 32px;
}

.cm-related__wrap { max-width: 1280px; margin: 0 auto; }

/* ============================================================
   VEHICLE SINGLE — REDISEÑO MODERNO 2024
   ============================================================ */

/* Eyebrow v2 (sin emoji, minimalista) */
.cm-eyebrow-v2 {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--orange); margin-bottom: 10px;
  position: relative; padding-left: 20px;
}

.cm-eyebrow-v2::before {
  content: '';
  position: absolute; left: 0; top: 50%;
  transform: translateY(-50%);
  width: 12px; height: 2px;
  background: var(--orange); border-radius: 2px;
}

/* Section head moderno */
.cm-section-head { margin-bottom: 40px; }
.cm-section-head h2 {
  font-size: clamp(26px,3.5vw,38px);
  font-weight: 900; color: var(--text); margin: 0;
  letter-spacing: -0.5px; line-height: 1.15;
}

.cm-section-head--light h2 { color: var(--white); }

/* ── SPLIT HERO ── */
.cm-split-hero {
  display: grid;
  grid-template-columns: 58% 42%;
  min-height: calc(100vh - var(--hh));
}

.cm-split-hero__visual {
  position: relative; overflow: hidden;
  background: var(--dark);
}

.cm-split-hero__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 6s ease;
}

.cm-split-hero:hover .cm-split-hero__img { transform: scale(1.03); }

.cm-split-hero__price-pill {
  position: absolute; bottom: 28px; left: 28px;
  background: var(--orange);
  color: white;
  padding: 12px 22px; border-radius: 50px;
  display: flex; flex-direction: column;
  line-height: 1.2;
}

.cm-split-hero__price-pill span {
  font-size: 10px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  opacity: .85;
}

.cm-split-hero__price-pill strong {
  font-size: 22px; font-weight: 900;
}

.cm-split-hero__gallery-hint {
  position: absolute; top: 20px; right: 20px;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(8px);
  color: white !important;
  padding: 8px 16px; border-radius: 50px;
  font-size: 13px; font-weight: 600;
  text-decoration: none !important;
  display: flex; align-items: center; gap: 8px;
  transition: background .2s;
}

.cm-split-hero__gallery-hint:hover { background: rgba(0,0,0,.75); }
.cm-split-hero__gallery-hint svg { width: 16px; height: 16px; }

.cm-split-hero__content {
  background: var(--navy);
  padding: 56px 52px;
  display: flex; flex-direction: column;
  justify-content: center; gap: 0;
  overflow-y: auto;
}

.cm-split-hero__brand {
  font-size: 11px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--orange); margin-bottom: 12px;
}

.cm-split-hero__title {
  font-size: clamp(32px, 3.5vw, 50px);
  font-weight: 900; color: var(--white);
  line-height: 1.05; letter-spacing: -1px;
  margin: 0 0 12px;
}

.cm-split-hero__tagline {
  font-size: 16px; color: rgba(255,255,255,.6);
  line-height: 1.6; margin: 0 0 32px;
}

/* Quick specs in hero */
.cm-split-hero__quick {
  display: flex; flex-direction: column; gap: 16px;
  margin-bottom: 36px;
  padding: 24px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
}

.cm-split-hero__qitem {
  display: flex; align-items: center; gap: 14px;
}

.cm-split-hero__qicon {
  color: var(--orange);
  flex-shrink: 0;
  line-height: 0;
}

.cm-split-hero__qlabel {
  font-size: 10px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,.4); margin-bottom: 2px;
}

.cm-split-hero__qval {
  font-size: 15px; font-weight: 700; color: var(--white);
}

.cm-split-hero__actions {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin-bottom: 16px;
}

.cm-split-hero__actions .btn { flex: 1; justify-content: center; }

.cm-split-hero__cuota {
  font-size: 12px; color: rgba(255,255,255,.4);
  margin: 0;
}

.cm-split-hero__cuota strong { color: rgba(255,255,255,.7); }

/* ── GALERÍA BENTO ── */
.cm-gallery-section {
  background: var(--off);
  padding: 72px 32px;
  border-top: 1px solid var(--border);
}

.cm-gallery-wrap { max-width: 1280px; margin: 0 auto; }

.cm-bento {
  display: grid;
  gap: 8px;
  border-radius: 14px;
  overflow: hidden;
}

/* 1 imagen */
.cm-bento--1 { grid-template-columns: 1fr; }
.cm-bento--1 .cm-bento__item--0 { aspect-ratio: 16/7; }

/* 2 imágenes */
.cm-bento--2 { grid-template-columns: 2fr 1fr; height: 480px; }

/* 3 imágenes */
.cm-bento--3 { grid-template-columns: 2fr 1fr; grid-template-rows: 240px 240px; height: 480px; }
.cm-bento--3 .cm-bento__item--0 { grid-row: 1/3; }

/* 4 imágenes */
.cm-bento--4 { grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 240px 240px; height: 480px; }
.cm-bento--4 .cm-bento__item--0 { grid-row: 1/3; }
.cm-bento--4 .cm-bento__item--1 { grid-column: 2; grid-row: 1; }
.cm-bento--4 .cm-bento__item--2 { grid-column: 3; grid-row: 1; }
.cm-bento--4 .cm-bento__item--3 { grid-column: 2/4; grid-row: 2; }

/* 5 imágenes */
.cm-bento--5 { grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 240px 240px; height: 480px; }
.cm-bento--5 .cm-bento__item--0 { grid-row: 1/3; }
.cm-bento--5 .cm-bento__item--1 { grid-column: 2; grid-row: 1; }
.cm-bento--5 .cm-bento__item--2 { grid-column: 3; grid-row: 1; }
.cm-bento--5 .cm-bento__item--3 { grid-column: 2; grid-row: 2; }
.cm-bento--5 .cm-bento__item--4 { grid-column: 3; grid-row: 2; }

.cm-bento__item {
  position: relative; overflow: hidden;
  background: var(--dark); cursor: pointer;
}

.cm-bento__img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .4s ease;
}

.cm-bento__item:hover .cm-bento__img { transform: scale(1.05); }

.cm-bento__hover {
  position: absolute; inset: 0;
  background: rgba(15,32,39,.5);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .3s;
  color: white;
  line-height: 0;
}

.cm-bento__item:hover .cm-bento__hover { opacity: 1; }

.cm-bento__more {
  position: absolute; inset: 0;
  background: rgba(15,32,39,.7);
  backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; font-weight: 900; color: white;
}

/* Lightbox */
.cm-lightbox {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,.95);
  display: none; align-items: center; justify-content: center;
  flex-direction: column;
}

.cm-lightbox.open { display: flex; }

.cm-lightbox__inner {
  max-width: 90vw; max-height: 85vh;
  display: flex; align-items: center; justify-content: center;
}

.cm-lightbox__img {
  max-width: 90vw; max-height: 85vh;
  object-fit: contain; border-radius: 4px;
  box-shadow: 0 0 80px rgba(0,0,0,.8);
}

.cm-lightbox__close {
  position: fixed; top: 20px; right: 24px;
  background: rgba(255,255,255,.1); border: none;
  color: white; width: 44px; height: 44px;
  border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; transition: background .2s;
}

.cm-lightbox__close svg { width: 20px; height: 20px; }
.cm-lightbox__close:hover { background: rgba(255,255,255,.2); }

.cm-lightbox__prev,
.cm-lightbox__next {
  position: fixed; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,.1); border: none;
  color: white; width: 52px; height: 52px; border-radius: 50%;
  font-size: 26px; cursor: pointer; transition: background .2s;
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
}

.cm-lightbox__prev { left: 20px; }
.cm-lightbox__next { right: 20px; }
.cm-lightbox__prev:hover,
.cm-lightbox__next:hover { background: var(--orange); }

.cm-lightbox__counter {
  position: fixed; bottom: 24px;
  font-size: 14px; color: rgba(255,255,255,.5);
}

/* ── SPECS OSCUROS ── */
.cm-specs-dark {
  background: var(--navy);
  padding: 80px 32px;
}

.cm-specs-dark__inner { max-width: 1280px; margin: 0 auto; }

.cm-specs-dark__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(255,255,255,.05);
  border-radius: 14px;
  overflow: hidden;
  margin-top: 40px;
}

.cm-spec-card {
  background: rgba(255,255,255,.025);
  padding: 36px 32px;
  position: relative;
  transition: background .2s;
}

.cm-spec-card:hover { background: rgba(255,87,34,.08); }

.cm-spec-card__num {
  font-size: 11px; font-weight: 700;
  letter-spacing: 2px; color: rgba(255,255,255,.15);
  margin-bottom: 20px;
}

.cm-spec-card__icon {
  display: block;
  color: var(--orange); margin-bottom: 16px;
  line-height: 0; /* elimina espacio extra debajo del svg */
}

.cm-spec-card__label {
  font-size: 10px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: rgba(255,255,255,.35); margin-bottom: 8px;
}

.cm-spec-card__val {
  font-size: 18px; font-weight: 800; color: var(--white);
  line-height: 1.25;
}

/* ── FAQ SECTION ── */
.cm-faq-section {
  background: var(--white);
  padding: 80px 32px;
  border-top: 1px solid var(--border);
}

.cm-faq-wrap { max-width: 860px; margin: 0 auto; }

.cm-faq-list { margin-top: 40px; }

.cm-faq {
  border-bottom: 1px solid var(--border);
}

.cm-faq__q {
  width: 100%; display: flex; align-items: center;
  justify-content: space-between; gap: 16px;
  padding: 22px 0;
  background: none; border: none;
  font-size: 16px; font-weight: 600;
  color: var(--text); text-align: left;
  cursor: pointer; font-family: var(--font);
  transition: color .2s;
}

.cm-faq__q:hover { color: var(--orange); }

.cm-faq__q[aria-expanded="true"] { color: var(--orange); }

.cm-faq__icon {
  width: 22px; height: 22px; flex-shrink: 0;
  transition: transform .3s ease;
  color: var(--muted);
}

.cm-faq__icon svg { width: 100%; height: 100%; }

.cm-faq__q[aria-expanded="true"] .cm-faq__icon { transform: rotate(180deg); color: var(--orange); }

.cm-faq__a {
  padding: 0 0 24px;
  animation: faqOpen .25s ease;
}

.cm-faq__a p {
  font-size: 15px; line-height: 1.8;
  color: var(--muted); margin: 0;
}

@keyframes faqOpen {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── CARD V2 (para taxonomy-marca) ── */
.cm-card-v2 {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow .25s, transform .25s;
}

.cm-card-v2:hover { box-shadow: var(--sh-lg); transform: translateY(-4px); }

.cm-card-v2__img-wrap {
  display: block; position: relative; overflow: hidden;
  aspect-ratio: 16/9;
  text-decoration: none !important;
}

.cm-card-v2__img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .4s;
}

.cm-card-v2__img-wrap:hover .cm-card-v2__img { transform: scale(1.04); }

.cm-card-v2__overlay {
  position: absolute; inset: 0;
  background: rgba(15,32,39,.6);
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 14px; font-weight: 700;
  gap: 8px; opacity: 0; transition: opacity .3s;
}

.cm-card-v2__overlay svg { width: 18px; height: 18px; }
.cm-card-v2__img-wrap:hover .cm-card-v2__overlay { opacity: 1; }

.cm-card-v2__body { padding: 22px 24px; }

.cm-card-v2__brand {
  font-size: 10px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--orange); margin-bottom: 6px;
}

.cm-card-v2__name {
  font-size: 20px; font-weight: 800; color: var(--text);
  margin: 0 0 8px; line-height: 1.2;
}

.cm-card-v2__name a { color: inherit; text-decoration: none !important; }

.cm-card-v2__excerpt {
  font-size: 14px; color: var(--muted);
  line-height: 1.55; margin-bottom: 18px;
}

.cm-card-v2__footer {
  display: flex; align-items: flex-end;
  justify-content: space-between; gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.cm-card-v2__price {
  font-size: 20px; font-weight: 900; color: var(--text);
}

.cm-card-v2__cuota {
  font-size: 12px; color: var(--muted); margin-top: 2px;
}

.cm-card-v2__wa {
  width: 44px; height: 44px; border-radius: 50%;
  background: #25d366;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none !important; flex-shrink: 0;
  transition: transform .2s, box-shadow .2s;
}

.cm-card-v2__wa:hover { transform: scale(1.1); box-shadow: 0 4px 16px rgba(37,211,102,.4); }
.cm-card-v2__wa svg { width: 22px; height: 22px; }

/* ── BRAND HERO ── */
.cm-brand-hero {
  background: var(--navy);
  padding: 80px 32px 72px;
  position: relative;
  overflow: hidden;
}

.cm-brand-hero::before {
  content: attr(data-brand);
  position: absolute; right: -40px; bottom: -30px;
  font-size: 180px; font-weight: 900;
  color: rgba(255,255,255,.03);
  text-transform: uppercase; line-height: 1;
  pointer-events: none;
}

.cm-brand-hero__inner { max-width: 1280px; margin: 0 auto; }

.cm-brand-hero__meta {
  display: flex; align-items: center; gap: 20px;
  margin-bottom: 24px; flex-wrap: wrap;
}

.cm-brand-hero__back {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,.5) !important;
  text-decoration: none !important;
  transition: color .2s;
}

.cm-brand-hero__back svg { width: 16px; height: 16px; transform: rotate(180deg); }
.cm-brand-hero__back:hover { color: rgba(255,255,255,.85) !important; }

.cm-brand-hero__origin {
  font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,.35);
  padding: 4px 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50px;
}

.cm-brand-hero__title {
  font-size: clamp(52px, 8vw, 96px);
  font-weight: 900; color: var(--white);
  line-height: 1; letter-spacing: -2px;
  margin: 0 0 16px;
}

.cm-brand-hero__tagline {
  font-size: 20px; color: rgba(255,255,255,.6);
  max-width: 600px; line-height: 1.5; margin: 0 0 48px;
}

.cm-brand-hero__stats {
  display: flex; gap: 48px; flex-wrap: wrap;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.cm-brand-hero__stat-val {
  font-size: 28px; font-weight: 900;
  color: var(--orange); line-height: 1; margin-bottom: 4px;
}

.cm-brand-hero__stat-label {
  font-size: 13px; color: rgba(255,255,255,.4); font-weight: 500;
}

/* ── BRAND ABOUT ── */
.cm-brand-about {
  background: var(--white);
  padding: 72px 32px;
  border-bottom: 1px solid var(--border);
}

.cm-brand-about__inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 380px;
  gap: 64px; align-items: start;
}

.cm-brand-about__text h2 {
  font-size: clamp(26px,3vw,36px); font-weight: 900;
  color: var(--text); margin: 10px 0 20px; letter-spacing: -.5px;
}

.cm-brand-about__text p {
  font-size: 16px; line-height: 1.8; color: #374151; margin-bottom: 14px;
}

.cm-brand-about__count { font-size: 15px !important; color: var(--text) !important; font-weight: 600 !important; }

.cm-brand-about__benefits {
  background: var(--off);
  border: 1px solid var(--border);
  border-radius: 14px; padding: 28px;
}

.cm-brand-about__benefits-title {
  font-size: 12px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--muted); margin-bottom: 20px;
}

.cm-brand-about__benefit {
  display: flex; align-items: flex-start; gap: 12px;
  margin-bottom: 14px; font-size: 14px; color: var(--text);
  font-weight: 500;
}

.cm-brand-about__benefit:last-child { margin-bottom: 0; }

.cm-brand-about__benefit-icon {
  color: var(--orange); flex-shrink: 0; margin-top: 1px;
}

.cm-brand-about__benefit-icon svg { width: 16px; height: 16px; }

/* ── BRAND CATALOG ── */
.cm-brand-catalog {
  background: var(--off);
  padding: 72px 32px;
}

.cm-brand-catalog__inner { max-width: 1280px; margin: 0 auto; }

/* ── FINANCE LIST SVG ICONS ── */
.cm-finance-list li {
  display: flex; align-items: center; gap: 10px;
}

.cm-finance-list li svg { color: var(--orange); flex-shrink: 0; }

/* ── CARD LINK SVG ── */
.cm-card__link { display: inline-flex; align-items: center; gap: 8px; }
.cm-card__link svg { width: 14px; height: 14px; transition: transform .2s; }
.cm-card:hover .cm-card__link svg { transform: translateX(4px); }

/* ============================================================
   ARCHIVE VEHÍCULOS
   ============================================================ */
.cm-archive-hero {
  background: linear-gradient(135deg, var(--navy) 0%, #1a2d3a 100%);
  padding: 72px 32px;
}

.cm-archive-hero__inner { max-width: 1280px; margin: 0 auto; }

.cm-filters {
  display: flex; gap: 10px; flex-wrap: wrap;
  margin-bottom: 40px; align-items: center;
}

.cm-filter {
  padding: 8px 22px; border-radius: 50px;
  border: 1.5px solid var(--border);
  background: var(--white); color: var(--muted);
  font-weight: 600; font-size: 14px;
  cursor: pointer; transition: all .2s; font-family: var(--font);
}

.cm-filter:hover, .cm-filter.active {
  border-color: var(--orange); background: var(--orange);
  color: var(--white);
}

.cm-filters-row {
  display: flex !important; gap: 12px; flex-wrap: wrap;
  margin: -16px 0 32px;
}

.cm-filters-row .cm-select {
  display: inline-block !important;
  width: auto !important; max-width: 100% !important;
  height: auto !important; min-height: 0 !important;
  line-height: 1.4 !important; overflow: visible !important;
  box-sizing: border-box !important;
  padding: 10px 36px 10px 18px !important; border-radius: 50px !important;
  border: 1.5px solid var(--border) !important;
  background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23687787' d='M6 8 0 0h12z'/%3E%3C/svg%3E") no-repeat right 16px center !important;
  color: var(--text) !important; font-weight: 600; font-size: 14px;
  cursor: pointer; transition: all .2s; font-family: var(--font);
  appearance: none !important; -webkit-appearance: none !important; -moz-appearance: none !important;
  box-shadow: none !important;
}

.cm-filters-row .cm-select:hover,
.cm-filters-row .cm-select:focus {
  border-color: var(--orange) !important; outline: none;
}

/* ============================================================
   FLOTANTE WHATSAPP
   ============================================================ */
.cm-wa {
  position: fixed; bottom: 24px; right: 24px; z-index: 9999;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25d366;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none !important;
  box-shadow: 0 4px 18px rgba(37,211,102,.45);
  animation: waPulse 2.5s infinite;
  transition: transform .2s;
}

.cm-wa:hover { transform: scale(1.1); animation: none; box-shadow: 0 6px 24px rgba(37,211,102,.6); }
.cm-wa svg { width: 28px; height: 28px; fill: white; }

@keyframes waPulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
  70%  { box-shadow: 0 0 0 10px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
  .cm-split-hero { grid-template-columns: 55% 45%; }
  .cm-split-hero__content { padding: 40px 36px; }
  .cm-brand-about__inner { grid-template-columns: 1fr 320px; gap: 40px; }
}

@media (max-width: 1024px) {
  .cm-grid-3, .cm-grid-4, .cm-benefits,
  .cm-brands-grid, .cm-testimonios { grid-template-columns: repeat(2, 1fr); }
  .cm-stats__inner { grid-template-columns: repeat(2, 1fr); }
  .cm-specs-grid, .cm-specs-dark__grid { grid-template-columns: repeat(2, 1fr); }
  .cm-footer__grid { grid-template-columns: 1fr 1fr; }
  .cm-contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .cm-highlights-inner { grid-template-columns: repeat(2, 1fr); }
  .cm-finance-inner { grid-template-columns: 1fr; }
  .cm-finance-card { max-width: 480px; }
  .cm-brand-about__inner { grid-template-columns: 1fr; }
  .cm-brand-about__benefits { max-width: 480px; }
}

@media (max-width: 768px) {
  .cm-nav, .cm-header-cta { display: none; }
  .cm-menu-toggle { display: block; }
  /* Split hero → stack */
  .cm-split-hero { grid-template-columns: 1fr; grid-template-rows: 55vw auto; min-height: auto; }
  .cm-split-hero__visual { height: 55vw; }
  .cm-split-hero__content { padding: 32px 24px; }
  .cm-split-hero__actions { flex-direction: column; }
  .cm-split-hero__actions .btn { width: 100%; justify-content: center; }
  /* Bento → stack */
  .cm-bento--3, .cm-bento--4, .cm-bento--5 {
    grid-template-columns: 1fr 1fr; grid-template-rows: auto;
    height: auto; align-items: start;
  }
  .cm-bento--3 .cm-bento__item--0,
  .cm-bento--4 .cm-bento__item--0,
  .cm-bento--5 .cm-bento__item--0 { grid-column: 1/3; grid-row: 1; aspect-ratio: 16/9; }
  .cm-bento--4 .cm-bento__item--1, .cm-bento--4 .cm-bento__item--2,
  .cm-bento--5 .cm-bento__item--1, .cm-bento--5 .cm-bento__item--2,
  .cm-bento--5 .cm-bento__item--3, .cm-bento--5 .cm-bento__item--4,
  .cm-bento--3 .cm-bento__item--1, .cm-bento--3 .cm-bento__item--2 {
    grid-column: auto; grid-row: auto; aspect-ratio: 1/1;
  }
  .cm-bento--4 .cm-bento__item--3 { grid-column: auto; }
  .cm-bento__item { min-height: 120px; }
  /* Rest */
  .cm-hero__body, .cm-v-hero__body, .cm-wrap,
  .cm-cta-section, .cm-archive-hero,
  .cm-gallery-section, .cm-specs-dark,
  .cm-faq-section, .cm-v-content,
  .cm-finance-section, .cm-disclaimer,
  .cm-related, .cm-brand-hero,
  .cm-brand-about, .cm-brand-catalog { padding-left: 20px; padding-right: 20px; }
  .cm-price-bar { position: static; flex-direction: column; align-items: flex-start; gap: 10px; }
  .cm-price-bar__cta { width: 100%; flex-direction: column; }
  .cm-price-bar__info { flex-direction: column; align-items: flex-start; gap: 4px; }
  .cm-stats__inner { grid-template-columns: repeat(2, 1fr); }
  .cm-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .cm-footer__bottom { flex-direction: column; text-align: center; }
  .cm-brand-hero__stats { gap: 28px; }
  .cm-brand-hero__title { letter-spacing: -1px; }
  .cm-lightbox__prev { left: 8px; }
  .cm-lightbox__next { right: 8px; }
}

@media (max-width: 600px) {
  .cm-grid-3, .cm-grid-4, .cm-benefits,
  .cm-brands-grid, .cm-testimonios { grid-template-columns: 1fr; }
  .cm-specs-dark__grid { grid-template-columns: 1fr; }
  .cm-highlights-inner { grid-template-columns: 1fr; }
  .cm-stats__inner { grid-template-columns: repeat(2, 1fr); }
  .cm-hero { min-height: 80vh; }
  .cm-finance-card { max-width: 100%; }
  .cm-breadcrumb__inner { gap: 6px; font-size: 12px; }
  .cm-bento--3, .cm-bento--4, .cm-bento--5 { grid-template-columns: 1fr; height: auto; align-items: start; }
  .cm-bento--3 .cm-bento__item--0,
  .cm-bento--4 .cm-bento__item--0,
  .cm-bento--5 .cm-bento__item--0 { grid-column: 1; aspect-ratio: 16/9; }
  .cm-bento__item { aspect-ratio: 16/9; min-height: auto; }
}

/* ═══════════════════════════════════════════════════════════════
   HOMEPAGE V2 — Nuevas secciones (2024-2025)
   ═══════════════════════════════════════════════════════════════ */

/* ── Hero V2 ─────────────────────────────────────────────────── */
.cm-hero-v2 {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: var(--navy);
}
.cm-hero-v2__bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.cm-hero-v2__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    135deg,
    rgba(15,32,39,.92) 0%,
    rgba(15,32,39,.75) 60%,
    rgba(15,32,39,.5) 100%
  );
}
.cm-hero-v2__body {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: 120px 56px 60px;
}
.cm-hero-v2__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,87,34,.15);
  border: 1px solid rgba(255,87,34,.35);
  color: #FF8A65;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 28px;
}
.cm-hero-v2__h1 {
  font-size: clamp(38px, 5.5vw, 72px);
  font-weight: 900;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -2px;
  margin: 0 0 24px;
}
.cm-hero-v2__h1 em {
  font-style: normal;
  color: var(--orange);
}
.cm-hero-v2__sub {
  font-size: clamp(15px, 1.6vw, 18px);
  color: rgba(255,255,255,.7);
  line-height: 1.65;
  margin: 0 0 40px;
  max-width: 560px;
}
.cm-hero-v2__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
/* Stats bar flotante al fondo del hero */
.cm-hero-v2__stats-bar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 20px 56px;
  margin-top: auto;
}
.cm-hero-v2__stat {
  flex: 1;
  text-align: center;
  padding: 0 8px;
}
.cm-hero-v2__stat-num {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}
.cm-hero-v2__stat-lbl {
  font-size: 12px;
  color: rgba(255,255,255,.55);
  letter-spacing: .3px;
}
.cm-hero-v2__stat-sep {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,.15);
  flex-shrink: 0;
}

/* ── Barra de marcas ─────────────────────────────────────────── */
.cm-brands-bar {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 14px 32px;
}
.cm-brands-bar__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.cm-brands-bar__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
}
.cm-brands-bar__brand {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
  transition: border-color .2s, color .2s;
}
.cm-brands-bar__brand:hover {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

/* ── Por qué elegirnos ────────────────────────────────────────── */
.cm-why-section {
  background: var(--off);
  padding: 96px 56px;
}
.cm-why-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 72px;
  align-items: center;
}
.cm-why-text .cm-eyebrow-v2 { margin-bottom: 16px; }
.cm-why-text h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  color: var(--navy);
  line-height: 1.18;
  letter-spacing: -1px;
  margin: 0 0 20px;
}
.cm-why-text p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.75;
  margin: 0 0 16px;
}
.cm-why-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.cm-why-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  border: 1px solid var(--border);
  transition: box-shadow .25s, transform .25s;
}
.cm-why-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,.1);
  transform: translateY(-3px);
}
.cm-why-card__icon {
  width: 48px; height: 48px;
  background: rgba(255,87,34,.08);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--orange);
  margin-bottom: 16px;
}
.cm-why-card h3 {
  font-size: 15px;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 8px;
}
.cm-why-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

/* ── Marcas V2 ────────────────────────────────────────────────── */
.cm-brands-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.cm-brand-v2 {
  border-radius: 20px;
  border: 1px solid var(--border);
  padding: 36px 32px;
  background: #fff;
  transition: box-shadow .25s, transform .25s;
  position: relative;
  overflow: hidden;
}
.cm-brand-v2::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--bcolor, var(--orange));
  border-radius: 20px 20px 0 0;
}
.cm-brand-v2:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,.1);
  transform: translateY(-4px);
}
.cm-brand-v2__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cm-brand-v2__name {
  font-size: 22px;
  font-weight: 900;
  color: var(--navy);
  letter-spacing: -.5px;
}
.cm-brand-v2__country {
  font-size: 12px;
  color: var(--muted);
  margin-top: 3px;
}
.cm-brand-v2__dot {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--bcolor, var(--orange));
  flex-shrink: 0;
  margin-top: 6px;
}
.cm-brand-v2__desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 24px;
}
.cm-brand-v2__list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.cm-brand-v2__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text);
  margin-bottom: 8px;
}
.cm-brand-v2__list li svg { color: var(--orange); flex-shrink: 0; }
.cm-brand-v2__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--bcolor, var(--orange));
  text-decoration: none;
  transition: gap .2s;
}
.cm-brand-v2__btn:hover { gap: 10px; }

/* ── Testimonios V2 ───────────────────────────────────────────── */
.cm-testi-section {
  background: var(--navy);
  padding: 96px 56px;
}
.cm-testi-section .cm-wrap { max-width: 1200px; margin: 0 auto; }
.cm-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cm-testi-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  padding: 32px 28px;
  transition: background .25s, transform .25s;
}
.cm-testi-card:hover {
  background: rgba(255,255,255,.1);
  transform: translateY(-3px);
}
.cm-testi-stars {
  display: flex;
  gap: 3px;
  color: #F6AD55;
  margin-bottom: 18px;
}
.cm-testi-text {
  font-size: 15px;
  color: rgba(255,255,255,.85);
  line-height: 1.75;
  margin: 0 0 28px;
  font-style: italic;
}
.cm-testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cm-testi-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cm-testi-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.cm-testi-meta {
  font-size: 12px;
  color: rgba(255,255,255,.45);
  margin-top: 2px;
}

/* ── Contact section V2 ───────────────────────────────────────── */
.cm-contact-section {
  background: var(--navy);
  padding: 96px 56px;
}
.cm-contact-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.cm-contact-left h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 16px 0 20px;
}
.cm-contact-left p {
  font-size: 16px;
  color: rgba(255,255,255,.6);
  line-height: 1.7;
  margin: 0;
}
.cm-contact-items { margin-top: 36px; display: flex; flex-direction: column; gap: 18px; }
.cm-contact-item {
  display: flex; align-items: center; gap: 16px;
}
.cm-contact-item__icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(255,87,34,.15);
  display: flex; align-items: center; justify-content: center;
  color: #FF8A65;
  flex-shrink: 0;
}
.cm-contact-item__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-bottom: 2px;
}
.cm-contact-item__val {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,.9);
}
/* Panel del formulario (lado derecho) */
.cm-contact-right {
  background: #fff;
  border-radius: 20px;
  padding: 40px 36px;
  box-shadow: 0 24px 64px rgba(0,0,0,.25);
}
.cm-form-card__title {
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 6px;
}
.cm-form-card__sub {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 28px;
}
/* Campos del formulario (reutilizados también en vehículos) */
.cm-field { margin-bottom: 18px; }
.cm-field label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
  letter-spacing: .3px;
}
.cm-field input,
.cm-field select,
.cm-field textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: 15px;
  font-family: var(--font);
  color: var(--text);
  background: #fff;
  transition: border-color .2s;
  box-sizing: border-box;
}
.cm-field input:focus,
.cm-field select:focus,
.cm-field textarea:focus {
  border-color: var(--orange);
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,87,34,.1);
}
.cm-field textarea { resize: vertical; min-height: 90px; }
.cm-form-submit,
.cm-cotiza-submit {
  width: 100%;
  padding: 14px;
  background: var(--orange);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font);
  transition: background .2s;
  margin-top: 4px;
}
.cm-form-submit:hover,
.cm-cotiza-submit:hover { background: var(--orange-h); }
.cm-cotiza-note {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}

/* ── Archive body ─────────────────────────────────────────────── */
.cm-archive-body {
  background: var(--white);
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 32px 96px;
}
.cm-archive-hero h1 {
  font-size: clamp(30px, 4.5vw, 52px);
  font-weight: 900;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -1.5px;
}
.cm-archive-hero p {
  font-size: 16px;
  color: rgba(255,255,255,.65);
  margin: 0 0 28px;
}
.cm-archive-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cm-archive-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.75);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 100px;
  padding: 5px 14px;
}
.cm-archive-hero__trust span svg { color: #4ade80; }
.cm-archive-cta {
  text-align: center;
  padding: 48px 0 0;
  border-top: 1px solid var(--border);
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cm-archive-cta p {
  font-size: 16px;
  color: var(--muted);
  margin: 0;
}

/* ── Filter count badge ────────────────────────────────────────── */
.cm-filter__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,87,34,.15);
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  border-radius: 100px;
  padding: 1px 7px;
  margin-left: 4px;
  min-width: 20px;
}
.cm-filter.active .cm-filter__count {
  background: rgba(255,255,255,.25);
  color: #fff;
}

/* ── Post card link ────────────────────────────────────────────── */
.cm-post-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  margin-top: 12px;
  transition: gap .2s;
}
.cm-post-card:hover .cm-post-card__link { gap: 10px; }

/* ── Responsive nuevas secciones ─────────────────────────────── */
@media (max-width: 1200px) {
  .cm-why-inner { grid-template-columns: 1fr; gap: 48px; }
  .cm-why-text { max-width: 600px; }
}
@media (max-width: 1024px) {
  .cm-brands-v2   { grid-template-columns: 1fr 1fr; }
  .cm-testi-grid  { grid-template-columns: 1fr 1fr; }
  .cm-contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .cm-hero-v2__body { padding: 100px 40px 48px; }
  .cm-hero-v2__stats-bar { padding: 20px 40px; }
  .cm-why-section, .cm-testi-section, .cm-contact-section { padding: 72px 40px; }
}
@media (max-width: 768px) {
  .cm-hero-v2__body  { padding: 80px 24px 40px; }
  .cm-hero-v2__stats-bar { padding: 16px 20px; gap: 0; flex-wrap: nowrap; }
  .cm-hero-v2__stat-num  { font-size: 20px; }
  .cm-hero-v2__stat-lbl  { font-size: 10px; }
  .cm-hero-v2__actions   { flex-direction: column; align-items: stretch; }
  .cm-hero-v2__actions .btn { justify-content: center; }
  .cm-brands-v2   { grid-template-columns: 1fr; }
  .cm-testi-grid  { grid-template-columns: 1fr; }
  .cm-why-cards   { grid-template-columns: 1fr; }
  .cm-why-section, .cm-testi-section, .cm-contact-section { padding: 60px 20px; }
  .cm-contact-right { padding: 28px 20px; }
  .cm-brands-bar__inner { gap: 16px; }
  .cm-archive-body { padding: 40px 20px 72px; }
  .cm-archive-cta { flex-direction: column; }
  .cm-archive-hero__trust { gap: 10px; }
}
