/* Page liste véhicules — charte Propulsecar (#034AAA, League Spartan / Montserrat, cf. accueil) */

.vehicles-page {
  --pc-primary: #034aaa;
  --pc-primary-dark: #0248b1;
  --veh-bg: #f5f6f8;
  --veh-surface: #fff;
  --veh-border: #ebebeb;
  --veh-mid: #6c757d;
  --veh-ink: #111;
  --veh-radius: 12px;
  --veh-shadow: 0 2px 12px rgba(3, 74, 170, 0.07);
  --veh-shadow-hover: 0 10px 28px rgba(3, 74, 170, 0.14);
  background: var(--veh-bg);
}

/* Même colonne que le reste du site (cf. style.css .container — 1140px) */
@media (min-width: 992px) {
  .vehicles-page .container {
    max-width: 1140px !important;
  }
}

/* Bloc héro + barre confiance — même esprit que .home-hero-stack */
.vehicles-hero-band {
  background: transparent;
}

@media (min-width: 992px) {
  .vehicles-hero-band {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 0 1.25rem 1.25rem;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  }
}

.vehicles-hero {
  background: #0B1F3A;
  color: #fff;
  padding: 2rem 0 2.25rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .vehicles-hero {
    padding: 2.5rem 0 2.5rem;
  }
}

.vehicles-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 70% at 50% 0%, rgba(3, 74, 170, 0.28) 0%, transparent 58%);
  pointer-events: none;
}

.vehicles-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.vehicles-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(3, 74, 170, 0.22);
  border: 1px solid rgba(3, 74, 170, 0.45);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.vehicles-hero-eyebrow span {
  color: #7eb3f9;
}

.vehicles-hero h1 {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin-bottom: 0.65rem;
}

.vehicles-hero h1 em {
  font-style: normal;
  color: #7eb3f9;
}

.vehicles-hero-sub {
  color: rgba(255, 255, 255, 0.58);
  font-size: 1rem;
  max-width: 36rem;
  margin: 0 auto 1.5rem;
}

.vehicles-hero-search {
  max-width: 34rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.28);
}

.vehicles-hero-search input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  padding: 0.95rem 1.1rem;
  font-size: 0.95rem;
  outline: none;
}

.vehicles-hero-search button {
  border: 0;
  background: var(--pc-primary);
  color: #fff;
  padding: 0.95rem 1.35rem;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex: 0 0 auto;
  white-space: nowrap;
  transition: background 0.2s;
}

.vehicles-hero-search button:hover {
  background: var(--pc-primary-dark);
}

/* Mobile : champ + bouton empilés — libellé « Rechercher » entièrement visible */
@media (max-width: 575.98px) {
  .vehicles-hero-search {
    flex-direction: column;
    max-width: 100%;
    overflow: visible;
    border-radius: 12px;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.22);
  }

  .vehicles-hero-search input {
    width: 100%;
    border-radius: 12px 12px 0 0;
    padding: 0.85rem 1rem;
  }

  .vehicles-hero-search button {
    width: 100%;
    padding: 0.8rem 1rem;
    border-radius: 0 0 12px 12px;
    font-size: 0.9rem;
  }
}

.vehicles-hero-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1.75rem;
}

.vehicles-hero-stat strong {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  display: block;
  color: #fff;
}

.vehicles-hero-stat small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.vehicles-trust-bar {
  background: var(--pc-primary);
  color: rgba(255, 255, 255, 0.94);
  padding: 0.65rem 0;
  font-size: 0.82rem;
  font-weight: 500;
}

.vehicles-trust-bar .row {
  row-gap: 0.5rem;
}

.vehicles-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.vehicles-trust-ico {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
}

.vehicles-main {
  padding: 1.75rem 0 3rem;
}

.vehicles-filter-card {
  background: var(--veh-surface);
  border-radius: var(--veh-radius);
  padding: 1.35rem 1.25rem;
  box-shadow: var(--veh-shadow);
  border: 1px solid var(--veh-border);
}

.vehicles-filter-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.15rem;
}

.vehicles-filter-head h2 {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
}

.vehicles-filter-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--veh-mid);
  margin-bottom: 0.4rem;
}

.vehicles-results-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.vehicles-results-count {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.vehicles-results-count span {
  color: var(--pc-primary);
}

.vehicles-view-toggle {
  display: inline-flex;
  gap: 0.25rem;
  background: var(--veh-surface);
  border: 1px solid var(--veh-border);
  border-radius: 8px;
  padding: 0.2rem;
}

.vehicles-view-toggle button {
  width: 2.1rem;
  height: 2.1rem;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--veh-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.vehicles-view-toggle button.active {
  background: var(--pc-primary);
  color: #fff;
}

/* Grille : 1 col mobile, 2 tablette, 3 desktop (cartes moins larges) */
.vehicles-grid:not(.vehicles-grid--list) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

@media (min-width: 576px) {
  .vehicles-grid:not(.vehicles-grid--list) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .vehicles-grid:not(.vehicles-grid--list) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.vehicles-grid.vehicles-grid--list {
  grid-template-columns: 1fr;
}

.vehicles-grid--list .vehicles-lead-tile {
  grid-column: 1 / -1;
}

.vehicles-grid--list .vehicles-card {
  display: grid;
  grid-template-columns: minmax(200px, 280px) 1fr;
  align-items: stretch;
}

@media (max-width: 575.98px) {
  .vehicles-grid--list .vehicles-card {
    grid-template-columns: 1fr;
  }
}

.vehicles-card {
  background: var(--veh-surface);
  border-radius: var(--veh-radius);
  overflow: hidden;
  box-shadow: var(--veh-shadow);
  border: 1px solid transparent;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s, border-color 0.25s;
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.vehicles-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--veh-shadow-hover);
  border-color: rgba(3, 74, 170, 0.35);
}

.vehicles-card-media {
  position: relative;
  background: #eceef2;
}

.vehicles-card-hero-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.vehicles-card-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  display: block;
}

.vehicles-card:hover .vehicles-card-hero-img {
  transform: scale(1.05);
}

.vehicles-card-thumbs {
  display: flex;
  gap: 6px;
  padding: 8px 10px;
  background: #f0f2f6;
  border-top: 1px solid var(--veh-border);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.vehicles-card-thumbs::-webkit-scrollbar {
  height: 4px;
}

.vehicles-card-thumbs::-webkit-scrollbar-thumb {
  background: rgba(3, 74, 170, 0.25);
  border-radius: 4px;
}

.vehicles-card-thumb {
  flex: 0 0 auto;
  width: 52px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .vehicles-card-thumb {
    width: 48px;
    height: 36px;
  }
}

.vehicles-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vehicles-card-thumb--more {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 74, 170, 0.12);
  color: var(--pc-primary);
  font-size: 0.75rem;
  font-weight: 700;
  border: 2px dashed rgba(3, 74, 170, 0.35);
}

.vehicles-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.vehicles-card-badge--propulse {
  background: linear-gradient(135deg, var(--pc-primary) 0%, var(--pc-primary-dark) 100%);
  color: #fff;
}

.vehicles-card-badge--pro {
  background: var(--pc-primary);
  color: #fff;
}

.vehicles-card-badge--part {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
}

.vehicles-card-year {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
}

.vehicles-card-body {
  padding: 0.85rem 0.9rem 0.95rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vehicles-card-title {
  font-family: "League Spartan", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 0.45rem;
  color: var(--veh-ink);
}

@media (min-width: 992px) {
  .vehicles-card-title {
    font-size: 0.92rem;
  }
}

.vehicles-card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.65rem;
}

.vehicles-spec-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: var(--veh-bg);
  color: var(--veh-mid);
  font-size: 0.68rem;
  font-weight: 500;
  padding: 0.15rem 0.4rem;
  border-radius: 6px;
}

.vehicles-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.75rem;
  margin-top: auto;
  border-top: 1px solid var(--veh-bg);
}

.vehicles-card-price {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--veh-ink);
  line-height: 1.1;
}

@media (min-width: 992px) {
  .vehicles-card-price {
    font-size: 1.05rem;
  }
}

.vehicles-card-loc {
  font-size: 0.72rem;
  color: var(--veh-mid);
  margin-top: 0.2rem;
}

.vehicles-card-cta {
  flex-shrink: 0;
  background: rgba(3, 74, 170, 0.1);
  color: var(--pc-primary);
  border: 0;
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.vehicles-card:hover .vehicles-card-cta {
  background: var(--pc-primary);
  color: #fff;
}

.vehicles-sell-cta {
  margin-top: 2rem;
  background: linear-gradient(135deg, var(--pc-primary) 0%, var(--pc-primary-dark) 100%);
  border-radius: var(--veh-radius);
  padding: 1.5rem 1.35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-shadow: 0 8px 24px rgba(3, 74, 170, 0.2);
}

.vehicles-sell-cta h2 {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.35rem;
}

.vehicles-sell-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.9rem;
}

.vehicles-sell-cta .btn {
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .vehicles-sidebar {
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .vehicles-sidebar {
    position: sticky;
    top: calc(var(--site-header-height) + 0.75rem);
    align-self: flex-start;
  }

  .vehicles-mobile-filter-btn {
    display: none !important;
  }

  /* Filtres toujours visibles sur desktop (collapse réservé au mobile) */
  #vehicles-filter-collapse.collapse {
    display: block !important;
    visibility: visible !important;
  }
}

.vehicles-pagination .page-link {
  border-radius: 8px;
  margin: 0 0.15rem;
  color: var(--veh-ink);
  border-color: var(--veh-border);
}

.vehicles-pagination .page-item.active .page-link {
  background: var(--pc-primary);
  border-color: var(--pc-primary);
}

/* ─── Marketplace v2 (maquette Véhicules PropulseCar) ─── */
.vehicles-page--v2 {
  --v2-blue: #2a6fcc;
  --v2-blue-light: #3a80e0;
  --v2-teal: #2d9b7a;
  --v2-ink: #0f1117;
  --v2-mid: #5a6478;
  --v2-muted: #9aa0b0;
  --v2-surface: #f5f7fa;
  --v2-radius: 14px;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .vehicles-page--v2 {
    padding-bottom: 3rem;
  }
}

.vehicles-v2-hero {
  position: relative;
  text-align: center;
  padding: calc(var(--site-header-height, 72px) + 2.5rem) 1rem 2.5rem;
  overflow: hidden;
}

.vehicles-v2-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(42, 111, 204, 0.1) 0%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 20% 100%, rgba(45, 155, 122, 0.06) 0%, transparent 60%),
    #fff;
  pointer-events: none;
}

.vehicles-v2-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='1' cy='1' r='0.6' fill='rgba(0,0,0,0.025)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.vehicles-v2-hero-inner {
  position: relative;
  z-index: 1;
}

.vehicles-v2-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--v2-blue);
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.vehicles-v2-eyebrow::before,
.vehicles-v2-eyebrow::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1px;
  background: var(--v2-blue);
  opacity: 0.35;
}

.vehicles-v2-hero h1 {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--v2-ink);
  margin-bottom: 0.75rem;
}

.vehicles-v2-hero h1 em {
  font-style: normal;
  color: var(--v2-blue);
}

.vehicles-v2-hero-sub {
  color: var(--v2-mid);
  font-size: 0.95rem;
  max-width: 28rem;
  margin: 0 auto 1.5rem;
  line-height: 1.6;
}

.vehicles-v2-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-bottom: 1.75rem;
}

.vehicles-v2-btn {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.vehicles-v2-btn--ghost {
  background: rgba(0, 0, 0, 0.04);
  color: var(--v2-ink);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.vehicles-v2-btn--ghost:hover {
  background: rgba(0, 0, 0, 0.07);
  color: var(--v2-ink);
}

.vehicles-v2-btn--primary {
  background: var(--v2-blue);
  color: #fff;
  box-shadow: 0 4px 18px rgba(42, 111, 204, 0.35);
}

.vehicles-v2-btn--primary:hover {
  background: var(--v2-blue-light);
  color: #fff;
}

.vehicles-v2-hero-stats {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.vehicles-v2-hero-stats strong {
  font-family: "League Spartan", Arial, sans-serif;
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--v2-ink);
}

.vehicles-v2-hero-stats small {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--v2-muted);
}

.vehicles-v2-chips-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.vehicles-v2-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.vehicles-v2-chip {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  color: var(--v2-mid);
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.vehicles-v2-chip:hover {
  color: var(--v2-ink);
  border-color: rgba(42, 111, 204, 0.35);
}

.vehicles-v2-chip--active {
  background: var(--v2-blue);
  border-color: var(--v2-blue);
  color: #fff;
}

.vehicles-v2-chip--active:hover {
  color: #fff;
}

.vehicles-v2-listings-meta {
  font-size: 0.88rem;
  color: var(--v2-mid);
}

.vehicles-v2-listings-meta strong {
  color: var(--v2-ink);
}

form.vehicles-v2-search-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  max-width: 780px;
  margin: 0 auto 0.5rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--v2-radius);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

form.vehicles-v2-search-bar:focus-within {
  border-color: rgba(42, 111, 204, 0.45);
  box-shadow: 0 0 0 3px rgba(42, 111, 204, 0.12);
}

.vehicles-v2-search-field,
.vehicles-v2-search-loc {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1rem;
  flex: 1 1 140px;
  min-width: 0;
}

.vehicles-v2-search-field {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.vehicles-v2-search-field input,
.vehicles-v2-search-loc input {
  flex: 1;
  border: 0;
  outline: none;
  font-size: 0.9rem;
  min-width: 0;
  background: transparent;
}

.vehicles-v2-search-submit {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0 1.1rem;
  margin: 6px;
  border: 0;
  border-radius: 10px;
  background: var(--v2-blue);
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  align-self: center;
}

.vehicles-v2-search-submit:hover {
  background: var(--v2-blue-light);
}

.vehicles-v2-search-filters {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0 0.85rem;
  margin: 6px 6px 6px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: var(--v2-surface);
  color: var(--v2-ink);
  cursor: pointer;
  align-self: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  form.vehicles-v2-search-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .vehicles-v2-search-field {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .vehicles-v2-search-submit,
  .vehicles-v2-search-filters {
    margin: 0.35rem 0.5rem 0.5rem;
    width: calc(100% - 1rem);
    justify-content: center;
    padding: 0.65rem;
  }
}

.vehicles-lead-tile {
  background: linear-gradient(145deg, rgba(42, 111, 204, 0.06) 0%, #fff 55%);
  border: 1px solid rgba(42, 111, 204, 0.18);
  border-radius: var(--veh-radius);
  padding: 1.35rem 1.1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 100%;
  box-shadow: var(--veh-shadow);
}

.vehicles-lead-tile-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: rgba(42, 111, 204, 0.12);
  color: var(--v2-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.vehicles-lead-tile-title {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  color: var(--v2-ink);
}

.vehicles-lead-tile-text {
  font-size: 0.85rem;
  color: var(--v2-mid);
  margin: 0 0 1rem;
  line-height: 1.5;
}

.vehicles-lead-tile-btn {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: none;
  background: var(--v2-blue);
  color: #fff;
  cursor: pointer;
}

.vehicles-lead-tile-btn:hover {
  background: var(--v2-blue-light);
}

.vehicles-card--v2 .vehicles-card-price--top {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  order: -1;
}

.vehicles-card--v2 .vehicles-card-body {
  padding-top: 1rem;
}

.vehicles-card-meta-line {
  font-size: 0.78rem;
  color: var(--v2-mid);
  margin-bottom: 0.35rem;
}

.vehicles-card-meta-dot {
  margin: 0 0.25rem;
  opacity: 0.5;
}

.vehicles-card--v2 .vehicles-card-specs {
  display: none;
}

.vehicles-card-footer--v2 {
  border-top: none;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  justify-content: flex-end;
}

.vehicles-v2-vente {
  margin-top: 2.5rem;
  padding: 2rem 1.25rem;
  border-radius: var(--v2-radius);
  background: linear-gradient(180deg, #0b1f3a 0%, #132a4d 100%);
  color: #fff;
  text-align: center;
}

.vehicles-v2-vente-eyebrow {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 0.5rem;
}

.vehicles-v2-vente-title {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  font-weight: 800;
  margin: 0 0 0.5rem;
}

.vehicles-v2-vente-sub {
  font-size: 0.9rem;
  opacity: 0.72;
  max-width: 36rem;
  margin: 0 auto 1.5rem;
  line-height: 1.55;
}

.vehicles-v2-vente-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  text-align: left;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .vehicles-v2-vente-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.vehicles-v2-vente-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1rem 1rem 1.1rem;
}

.vehicles-v2-vente-num {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  opacity: 0.45;
  margin-bottom: 0.35rem;
}

.vehicles-v2-vente-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
}

.vehicles-v2-vente-card p {
  font-size: 0.8rem;
  opacity: 0.75;
  margin: 0;
  line-height: 1.45;
}

.vehicles-v2-vente-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  background: #fff;
  color: var(--pc-primary);
  font-family: "League Spartan", Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.vehicles-v2-vente-cta:hover {
  color: var(--pc-primary-dark);
}

.vehicles-v2-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1020;
  padding: 0.5rem 1rem calc(0.5rem + env(safe-area-inset-bottom, 0));
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.95) 30%);
  pointer-events: none;
}

.vehicles-v2-sticky-btn {
  pointer-events: auto;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1rem;
  border: none;
  border-radius: 999px;
  background: var(--v2-blue);
  color: #fff;
  font-family: "League Spartan", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 8px 28px rgba(42, 111, 204, 0.45);
  cursor: pointer;
}

@media (min-width: 768px) {
  .vehicles-v2-sticky {
    display: none !important;
  }
}

.vehicles-tpm-modal .modal-header {
  padding-bottom: 0.25rem;
}

.vehicles-tpm-eyebrow {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--v2-blue);
}
