body {
  font-family: 'Inter', sans-serif;
  color: #1A1A1A;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
}

button, .btn, input[type="button"], input[type="submit"] {
  font-family: 'Inter', sans-serif;
}

a {
  color: #1F1F1F;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 1px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

a:hover {
  color: #AD5100;
  text-decoration-color: #AD5100;
  text-decoration: none;
}

a:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(201,162,74,0.28);
  border-radius: 2px;
}

a:active {
  color: #A88433;
}

.site-footer a {
  color: #868686;
  text-decoration: none;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 1px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.site-footer a:hover {
  color: #AD5100;
  text-decoration-color: #AD5100;
  text-decoration: none;
}

.site-footer a:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(201,162,74,0.28);
  border-radius: 2px;
}

.navbar {
  --bs-navbar-color: #F5F5F5;
  --bs-navbar-hover-color: #C9A24A;
  --bs-navbar-active-color: #C9A24A;
  --bs-navbar-disabled-color: rgba(245,245,245,0.4);
}

.navbar .nav-link {
  transition: color 0.2s ease;
}

.navbar .nav-link:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(201,162,74,0.4);
  border-radius: 4px;
}

.navbar .nav-link.active {
  font-weight: 500;
}

.navbar .nav-link, .navbar .nav-link:hover, .navbar .nav-link:focus, .navbar .nav-link:active {
  text-decoration: none;
  box-shadow: none;
}

.hero-main {
  min-height: 400px;
  background: #000000;
  display: flex;
  align-items: center;
}

.hero-image {
  object-position: 65% 40%;
}

.hero-overlay {
  background: linear-gradient( 90deg, rgba(11, 11, 11, 0.88) 0%, rgba(11, 11, 11, 0.72) 36%, rgba(11, 11, 11, 0.34) 64%, rgba(11, 11, 11, 0.08) 100% );
}

.hero-copy {
  z-index: 2;
}

.hero-copy h1 {
  color: #F5F5F5;
  font-weight: 700;
  line-height: 1.05;
  /*max-width: 8ch;*/
  margin-bottom: 1rem;
}

.hero-copy p {
  color: rgba(245, 245, 245, 0.82);
  max-width: 34rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
  .hero-main {
    min-height: 420px;
  }
}

@media (max-width: 991.98px) {
  .hero-image {
    object-position: 72% 40%;
  }
}

@media (max-width: 991.98px) {
  .hero-overlay {
    background: linear-gradient( 90deg, rgba(11, 11, 11, 0.92) 0%, rgba(11, 11, 11, 0.78) 45%, rgba(11, 11, 11, 0.42) 72%, rgba(11, 11, 11, 0.12) 100% );
  }
}

@media (max-width: 767.98px) {
  .hero-main {
    min-height: 360px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-image {
    object-position: 78% 38%;
  }
}

@media (max-width: 767.98px) {
  .hero-copy p {
    background-color: rgba(30, 30, 30, 0.8);
    padding: 0.4rem 0.6rem;
    border-radius: 4px;
  }
}

/* BOTÓN PRINCIPAL (DORADO) */

.btn-primary {
  background-color: #C9A24A;
  border-color: #C9A24A;
  color: #0B0B0B;
}

.btn-primary:hover {
  background-color: #b8933f;
  border-color: #b8933f;
  color: #0B0B0B;
}

.btn-primary:focus, .btn-primary:active {
  background-color: #a88336;
  border-color: #a88336;
  color: #0B0B0B;
  box-shadow: none;
}

/* BOTÓN SECUNDARIO (OUTLINE) */

.btn-outline-light {
  color: #F5F5F5;
  border-color: rgba(95, 95, 95, 0.72);
  background-color: rgba(75, 75, 75, 0.68);
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active {
  color: #0B0B0B;
  background-color: #C9A24A;
  border-color: #C9A24A;
  box-shadow: none;
}

/* ==== */

.section-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1A1A1A;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.car-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #585858;
}

.car-description, .head-description {
  color: #6A6A6A;
  font-size: 0.95rem;
}

.wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  z-index: 999;
  border-radius: 14%;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wa-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.35);
}

.wa-float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.car-status {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.42rem 0.78rem;
  border-radius: 5px;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.status-available {
  background: #1f7a45;
  color: #ffffff;
}

.status-unavailable {
  background: #8f2d2d;
  color: #ffffff;
}

/* =========================
   HERO FLOTA / COCHES
   ========================= */

.fleet-hero {
  background: #F5F5F5;
  padding-top: 2.25rem;
  padding-bottom: 1.75rem;
}

.fleet-hero-container {
  position: relative;
}

.fleet-hero-content {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.fleet-hero-kicker {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.88rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #C9A24A;
  position: relative;
}

.fleet-hero-kicker::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background: #C9A24A;
  margin: 0.55rem auto 0;
  opacity: 0.75;
}

.fleet-hero-title {
  margin: 0 auto;
  max-width: 26ch;
  color: #4e4e4e;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-wrap: normal;
}

.fleet-hero-text {
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 58ch;
  color: #707070;
  font-size: 1rem;
  line-height: 1.65;
}

/* =========================
   AJUSTES RESPONSIVE
   ========================= */

@media (max-width: 991.98px) {
  .fleet-hero {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .fleet-hero-title {
    max-width: 12ch;
  }
}

@media (max-width: 991.98px) {
  .fleet-hero-text {
    max-width: 65ch;
  }
}

@media (max-width: 767.98px) {
  .fleet-hero {
    padding-top: 1.75rem;
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .fleet-hero-kicker {
    margin-bottom: 0.45rem;
    font-size: 0.82rem;
  }
}

@media (max-width: 767.98px) {
  .fleet-hero-title {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
    line-height: 1.02;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .fleet-hero-text {
    margin-top: 0.85rem;
    font-size: 0.98rem;
    line-height: 1.55;
    max-width: 100%;
  }
}

/* =========================
   Fleet Stats
   ========================= */

.fleet-stats {
  background: #ffffff;
  padding: 3rem 0;
  border-top: 1px solid rgba(11, 11, 11, 0.06);
  border-bottom: 1px solid rgba(11, 11, 11, 0.06);
}

.fleet-stats-row {
  align-items: stretch;
}

.fleet-stat-item {
  text-align: center;
  padding: 0 2rem;
  height: 100%;
}

.fleet-stat-divider {
  border-right: 1px solid rgba(11, 11, 11, 0.10);
}

.fleet-stat-number {
  display: block;
  margin-bottom: 0.5rem;
  color: #C9A24A;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  font-weight: 700;
}

.fleet-stat-label {
  margin-bottom: 0.75rem;
  color: #0B0B0B;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fleet-stat-text {
  margin: 0;
  color: #5a5a5a;
  font-size: 0.85rem;
  line-height: 1.55;
}

@media (max-width: 767.98px) {
  .fleet-stats {
    padding: 2.25rem 0;
  }
}

@media (max-width: 767.98px) {
  .fleet-stat-item {
    padding: 1.25rem 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .fleet-stat-divider {
    border-right: none;
    border-bottom: 1px solid rgba(11, 11, 11, 0.10);
  }
}

/* =========================
   FLEET FILTER NAV
   ========================= */

.fleet-filter-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
  justify-content: center;
  padding: 2rem 0 1.5rem;
  border-bottom: 1px solid rgba(11,11,11,0.07);
  margin-bottom: 2.5rem;
}

.fleet-filter-link {
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  text-decoration: none;
  padding: 0.2rem 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.fleet-filter-link:hover {
  color: #1A1A1A;
  text-decoration: none;
}

.fleet-filter-link.active {
  color: #C9A24A;
  border-bottom-color: #C9A24A;
}

/* =========================
   FLEET GRID
   ========================= */

.fleet-grid-section {
  padding: 0 0 4rem;
  background: #ffffff;
}

/* Card: contenedor principal de la tarjeta */

.fleet-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.fleet-card:hover {
  box-shadow: 0 8px 28px rgba(11,11,11,0.10);
  transform: translateY(-3px);
}

/* Wrapper de imagen: contenedor posicionado para el badge de estado */

.fleet-card-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.fleet-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f0f0f0;
  display: block;
}

.fleet-card-img-placeholder {
  width: 100%;
  height: 100%;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Badge de estado: esquina superior derecha de la imagen */

.fleet-card-status {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.65rem;
  border-radius: 2px;
  line-height: 1;
  z-index: 2;
}

/* .fleet-card-status--available {
  background: rgba(255, 255, 255, 0.95);
  color: #1A1A1A;
  border: 1px solid rgba(26, 26, 26, 0.08);
} */

.fleet-card-status--available {
  background: #C9A24A;
  color: #ffffff;
}

/* .fleet-card-status--unavailable {
  background: rgba(26, 26, 26, 0.88);
  color: #ffffff;
} */

.fleet-card-status--unavailable {
  background: #1A1A1A;
  color: #ffffff;
}

/* Body: flex columna con padding interior, para separar contenido de bordes */

.fleet-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}

.fleet-card-brand {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C9A24A;
  margin-bottom: 0.2rem;
}

.fleet-card-model {
  font-size: 1rem;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 0.4rem;
  line-height: 1.25;
}

.fleet-card-meta {
  font-size: 0.78rem;
  color: #888;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

/* Descripción: sin margin-bottom fijo — el espacio lo resuelve el push-to-bottom */

.fleet-card-description {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #666;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

/* Colors: push-to-bottom — se ancla al fondo junto con el CTA */

.fleet-card-colors {
  margin-top: auto;
  padding-top: 1rem;
  margin-bottom: 0.85rem;
}

.fleet-card-color-badge {
  font-size: 0.7rem;
  font-weight: 700;
  color: #ffffff;
  border-radius: 3px;
  padding: 0.18rem 0.6rem;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
  margin-right: 0.25rem;
}

.color-azul {
  background: #1a3a5c;
}

.color-blanco {
  background: #9a9a9a;
}

.color-verde {
  background: #2d5a3d;
}

.color-oro {
  background: #9a7a2a;
}

.color-negro {
  background: #1A1A1A;
}

.color-gris {
  background: #6a6a6a;
}

.color-plata {
  background: #7a7a7a;
}

.fleet-card-cta {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #C9A24A;
  text-decoration: none;
  border-bottom: 1px solid #C9A24A;
  padding-bottom: 1px;
  align-self: flex-start;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.fleet-card-cta:hover {
  color: #a88336;
  border-color: #a88336;
  text-decoration: none;
}

/* =========================
   FILTROS: dos grupos (marca + disponibilidad)
   ========================= */

.fleet-filters-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2.5rem;
  padding: 1.5rem 1rem 2rem;
  border-bottom: 1px solid #ececec;
  margin-bottom: 2.5rem;
}

.fleet-filter-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 1rem;
}

.fleet-filter-label {
  font-size: 0.72rem;
  color: #888;
  letter-spacing: 0.04em;
  margin-right: 0.5rem;
}

.fleet-filter-link {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1A1A1A;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.fleet-filter-link:hover {
  color: #C9A24A;
  text-decoration: none;
}

.fleet-filter-link.active {
  color: #C9A24A;
  border-bottom-color: #C9A24A;
}

@media (max-width: 767.98px) {
  .fleet-grid-section {
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .fleet-card-body {
    padding: 1rem;
  }
}

@media (max-width: 767.98px) {
  .fleet-filters-bar {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 767.98px) {
  .fleet-filter-group {
    justify-content: center;
  }
}

