:root {
  --static-yellow: #f6b900;
  --static-orange: #f37021;
  --static-dark: #111827;
  --static-black: #0b0f19;
  --static-ink: #1f2937;
  --static-muted: #6b7280;
  --static-light: #f8fafc;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif;
  color: var(--static-ink);
}

.barra-contacto {
  background: var(--static-black) !important;
  font-size: 0.86rem;
}

.encabezado {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.navbar-brand img {
  max-width: 280px;
  height: auto;
}

.navbar-nav .nav-link {
  font-weight: 700;
  color: var(--static-dark) !important;
  padding: 0.75rem 0.9rem;
  position: relative;
  transition: 0.25s ease;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.35rem;
  height: 3px;
  background: var(--static-dark) !important;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--static-dark) !important;
}

.bienvenidos {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow-x: hidden;

  background-image: url("../images/fondo_bienvenidos_md_2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bienvenidos::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.78),
    rgba(0, 0, 0, 0.52),
    rgba(0, 0, 0, 0.18)
  );
  z-index: 0;
}

.bienvenidos .container {
  position: relative;
  z-index: 1;
}

.titulo-hero {
  max-width: 880px;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(246, 185, 0, 0.15);
  border: 1px solid rgba(246, 185, 0, 0.55);
  color: #fff;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-kicker i {
  color: var(--static-yellow);
}

.btn-primary {
  background: linear-gradient(
    135deg,
    var(--static-yellow),
    var(--static-orange)
  );
  border: 0;
  color: var(--static-dark);
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(243, 112, 33, 0.28);
}

.btn-primary:hover {
  transform: translateY(-2px);
  color: var(--static-dark);
  box-shadow: 0 18px 36px rgba(243, 112, 33, 0.38);
}

.btn-outline-premium {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 800;
  border-radius: 0.35rem;
  padding: 0.72rem 1.35rem;
}

.btn-outline-premium:hover {
  background: #fff;
  color: var(--static-dark);
  text-decoration: none;
}

.section-kicker {
  color: var(--static-orange);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
}

.premium-title {
  color: var(--static-dark);
  font-weight: 900;
  letter-spacing: -0.035em;
}

.premium-line {
  width: 96px;
  height: 5px;
  background: linear-gradient(
    90deg,
    var(--static-yellow),
    var(--static-orange)
  );
  border-radius: 99px;
  margin: 1rem auto 0;
}

.premium-card {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  transition: 0.25s ease;
  overflow: hidden;
}

.premium-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.13);
}

.premium-icon,
.icono-diferencial {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--static-yellow),
    var(--static-orange)
  );
  color: var(--static-dark);
  font-size: 1.65rem;
}

.premium-icon {
  margin-bottom: 1rem;
}

.icono-diferencial {
  margin: -30px auto 1rem;
}

.kpi-band {
  background: #fff;
  margin-top: -45px;
  position: relative;
  z-index: 2;
}

.kpi-box {
  border-right: 1px solid rgba(17, 24, 39, 0.08);
}

.kpi-box:last-child {
  border-right: 0;
}

.kpi-number {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--static-dark);
}

.kpi-label {
  color: var(--static-muted);
  font-weight: 700;
}

.mission-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(246, 185, 0, 0.16),
      transparent 35%
    ),
    linear-gradient(135deg, #0b0f19, #1f2937);
  color: #fff;
}

.mission-section .premium-title,
.mission-section p {
  color: #fff;
}

.mission-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 2rem;
  height: 100%;
  backdrop-filter: blur(10px);
}

.mission-card h3 {
  color: var(--static-yellow);
  font-weight: 900;
}

.mission-card p {
  color: rgba(255, 255, 255, 0.82);
}

.value-pill {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  color: #fff;
  font-weight: 700;
}

.value-pill i {
  color: var(--static-yellow);
}

#diferenciales {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%) !important;
}

.tarjeta-diferencial {
  border-radius: 22px !important;
  border: 1px solid rgba(243, 112, 33, 0.08);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  transition: 0.25s ease;
}

.tarjeta-diferencial:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.13) !important;
}

.tarjeta-diferencial h4 {
  color: var(--static-orange) !important;
}

.tarjeta-diferencial h3 {
  color: var(--static-dark) !important;
}

#porque-elegirnos main {
  background: linear-gradient(135deg, #0b0f19, #1f2937) !important;
}

#porque-elegirnos .separador-titulos {
  display: none;
}

#servicios .row {
  margin-left: -12px;
  margin-right: -12px;
}

#servicios .col-12 {
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

#servicios .service-card {
  background: #fff;
  border-radius: 22px;
  padding: 1.5rem 1rem;
  transition: 0.25s ease;
  height: 100%;
  width: 100%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  color: var(--static-dark);
}

#servicios .service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

#servicios .service-card img {
  width: 145px;
  height: 145px;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

#servicios .service-card h5 {
  color: var(--static-dark);
  min-height: 48px;
}

#servicios .service-card p {
  color: var(--static-muted) !important;
}

.fleet-section {
  background: #f8fafc;
}

.fleet-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 280px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.fleet-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: 0.35s ease;
}

.fleet-card:hover img {
  transform: scale(1.06);
}

.fleet-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.05));
  display: flex;
  align-items: end;
  padding: 1.5rem;
  color: #fff;
}

.fleet-overlay h3 {
  font-weight: 900;
}

.cta-section {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.55)),
    url("../images/t11.webp") center / cover no-repeat;
  color: #fff;
}

.cta-section h2 {
  font-weight: 900;
  letter-spacing: -0.03em;
}

#pie-pagina {
  background: var(--static-black) !important;
}

@media (max-width: 767px) {
  .navbar-brand img {
    max-width: 210px;
  }

  .bienvenidos {
    min-height: 88vh;
    text-align: center;
  }

  .kpi-box {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .titulo-hero {
    font-size: 2.4rem;
  }
}

.footer-premium {
  background:
    radial-gradient(
      circle at top left,
      rgba(246, 185, 0, 0.12),
      transparent 32%
    ),
    linear-gradient(135deg, #070a12 0%, #111827 55%, #0b0f19 100%);
  color: #fff;
  padding: 4.5rem 0 2rem;
  position: relative;
  overflow: hidden;
}

.footer-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    90deg,
    var(--static-yellow),
    var(--static-orange)
  );
}

.footer-logo {
  max-width: 230px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-title {
  color: var(--static-yellow);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.2rem;
}

.footer-text {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  margin-bottom: 0;
}

.footer-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-links li {
  margin-bottom: 0.6rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: 0.25s ease;
}

.footer-links a:hover {
  color: var(--static-yellow);
  padding-left: 5px;
}

.footer-contact p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0.8rem;
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
}

.footer-contact i {
  color: var(--static-yellow);
  margin-top: 0.2rem;
}

.footer-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--static-yellow),
    var(--static-orange)
  );
  color: var(--static-dark);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(243, 112, 33, 0.28);
  transition: 0.25s ease;
}

.footer-btn:hover {
  color: var(--static-dark);
  text-decoration: none;
  transform: translateY(-2px);
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.12);
  margin: 2.5rem 0 1.5rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
}

.footer-bottom p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer-premium {
    text-align: center;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-contact p {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* html,
body {
  overflow-x: hidden;
  overflow-y: auto !important;
} */

/* NAVBAR PREMIUM SCROLL */
.barra-menu {
  transition: 0.3s ease;
}

.barra-menu.navbar-scrolled .barra-contacto {
  transform: translateY(-100%);
  opacity: 0;
  height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}

.barra-menu.navbar-scrolled .encabezado {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 38px rgba(17, 24, 39, 0.12);
}

.barra-menu.navbar-scrolled .navbar-brand img {
  max-width: 220px;
  height: auto;
}

.barra-menu .barra-contacto,
.barra-menu .encabezado,
.barra-menu .navbar-brand img {
  transition: 0.3s ease;
}

/* HERO PREMIUM CINEMATOGRÁFICO */
.bienvenidos {
  isolation: isolate;
}

.bienvenidos::before {
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.86) 0%,
      rgba(0, 0, 0, 0.58) 48%,
      rgba(0, 0, 0, 0.18) 100%
    ),
    radial-gradient(circle at 18% 35%, rgba(246, 185, 0, 0.22), transparent 34%);
}

.bienvenidos::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 0,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px,
      transparent 80px
    );
  z-index: 0;
  pointer-events: none;
}

.hero-kicker {
  box-shadow: 0 12px 30px rgba(246, 185, 0, 0.16);
  backdrop-filter: blur(10px);
}

.titulo-hero {
  color: #fff;
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}

.bienvenidos .h4 {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86) !important;
  line-height: 1.55;
}

.bienvenidos .h2 {
  color: rgba(255, 255, 255, 0.92) !important;
}

.bienvenidos .typed {
  color: var(--static-yellow);
  border-bottom-color: var(--static-yellow) !important;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.hero-trust-item i {
  color: var(--static-yellow);
}

@media (max-width: 767px) {
  .hero-trust {
    justify-content: center;
  }

  .hero-trust-item {
    font-size: 0.85rem;
  }
}

/*nuestros servicios*/

/* SERVICIOS PREMIUM */
#servicios .service-card {
  position: relative;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  transition: 0.35s ease;
  border: 1px solid rgba(17, 24, 39, 0.05);
}

#servicios .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 65px rgba(17, 24, 39, 0.16);
}

#servicios .service-image {
  position: relative;
  overflow: hidden;
  height: 205px;
  border-radius: 24px;
}

#servicios .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s ease;
}

#servicios .service-card:hover .service-image img {
  transform: scale(1.08);
}

#servicios .service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35));
}

#servicios .service-body {
  position: relative;
  padding: 1.4rem;
}

#servicios .service-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    var(--static-yellow),
    var(--static-orange)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  font-size: 1.6rem;
  margin-top: -70px;
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 14px 35px rgba(243, 112, 33, 0.3);
}

#servicios .service-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(243, 112, 33, 0.08);
  color: var(--static-orange);
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

#servicios .service-card h5 {
  color: var(--static-dark);
  font-weight: 900;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

#servicios .service-card p {
  color: var(--static-muted);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

#servicios .service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--static-dark);
  font-weight: 800;
  text-decoration: none;
  transition: 0.25s ease;
}

#servicios .service-link i {
  transition: 0.25s ease;
}

#servicios .service-link:hover {
  color: var(--static-orange);
}

#servicios .service-link:hover i {
  transform: translateX(5px);
}
#servicios .service-image {
  height: 210px;
}

#servicios .service-card h5 {
  min-height: 58px;
}

#servicios .service-card p {
  min-height: 92px;
}
#servicios .service-card h5 {
  min-height: auto;
  font-size: 1.15rem;
}

#servicios .service-card p {
  min-height: auto;
  font-size: 0.95rem;
  line-height: 1.6;
}

#servicios .service-link {
  font-size: 0.92rem;
}

#servicios .service-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  font-size: 1.35rem;
  margin-top: -55px;
}
/* FLOTILLA PREMIUM */
.fleet-premium {
  background:
    radial-gradient(
      circle at top left,
      rgba(246, 185, 0, 0.1),
      transparent 32%
    ),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.fleet-showcase-card {
  position: relative;
  height: 360px;
  border-radius: 28px;
  overflow: hidden;
  background: #111827;
  box-shadow: 0 20px 55px rgba(17, 24, 39, 0.16);
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.fleet-showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
}

.fleet-showcase-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.05);
}

.fleet-showcase-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.6rem;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 20%,
    rgba(0, 0, 0, 0.88) 100%
  );
}

.fleet-tag {
  align-self: flex-start;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--static-yellow),
    var(--static-orange)
  );
  color: var(--static-dark);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.9rem;
}

.fleet-showcase-overlay h3 {
  font-weight: 900;
  font-size: 1.55rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.fleet-showcase-overlay p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  margin-bottom: 1rem;
}

.fleet-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.fleet-features span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.82rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.fleet-features i {
  color: var(--static-yellow);
}

@media (max-width: 767px) {
  .fleet-showcase-card {
    height: 300px;
  }

  .fleet-showcase-overlay {
    padding: 1.25rem;
  }

  .fleet-showcase-overlay h3 {
    font-size: 1.35rem;
  }
}

/* FLOTILLA PREMIUM SLIDER */
.fleet-premium {
  background:
    radial-gradient(
      circle at top left,
      rgba(246, 185, 0, 0.1),
      transparent 32%
    ),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  overflow: hidden;
}

.fleet-swiper {
  padding: 0.5rem 0 3.5rem;
}

.fleet-swiper .swiper-slide {
  height: auto;
}

.fleet-showcase-card {
  position: relative;
  height: 380px;
  border-radius: 30px;
  overflow: hidden;
  background: #111827;
  box-shadow: 0 22px 58px rgba(17, 24, 39, 0.16);
}

.fleet-showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    transform 0.55s ease,
    filter 0.55s ease;
}

.fleet-showcase-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.05);
}

.fleet-showcase-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.6rem;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.03) 20%,
    rgba(0, 0, 0, 0.88) 100%
  );
}

.fleet-tag {
  align-self: flex-start;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--static-yellow),
    var(--static-orange)
  );
  color: var(--static-dark);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.9rem;
}

.fleet-showcase-overlay h3 {
  font-weight: 900;
  font-size: 1.55rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.fleet-showcase-overlay p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  margin-bottom: 1rem;
}

.fleet-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.fleet-features span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.82rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.fleet-features i {
  color: var(--static-yellow);
}

.fleet-swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.4rem;
}

.fleet-button-prev,
.fleet-button-next {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--static-dark);
  background: linear-gradient(
    135deg,
    var(--static-yellow),
    var(--static-orange)
  );
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(243, 112, 33, 0.28);
  transition: 0.25s ease;
}

.fleet-button-prev:hover,
.fleet-button-next:hover {
  transform: translateY(-2px);
}

.fleet-pagination {
  width: auto !important;
}

.fleet-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(17, 24, 39, 0.25);
}

.fleet-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--static-yellow),
    var(--static-orange)
  );
}

@media (max-width: 767px) {
  .fleet-showcase-card {
    height: 310px;
  }
}

/* BARRA CONTACTO PREMIUM */
.top-contact-bar {
  background: linear-gradient(
    90deg,
    #070a12 0%,
    #111827 55%,
    #0b0f19 100%
  ) !important;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.84rem;
  border-bottom: 1px solid rgba(246, 185, 0, 0.14);
}

.top-contact-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.1rem;
  flex-wrap: wrap;
}

.top-contact-group {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.top-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  white-space: nowrap;
}

.top-contact-item i {
  color: var(--static-yellow);
  font-size: 0.82rem;
}

.top-contact-separator {
  width: 1px;
  height: 20px;
  background: linear-gradient(
    180deg,
    transparent,
    var(--static-yellow),
    var(--static-orange),
    transparent
  );
  opacity: 0.9;
}

@media (max-width: 991px) {
  .top-contact-content {
    justify-content: center;
    gap: 0.8rem;
  }

  .top-contact-group {
    gap: 0.75rem;
  }

  .top-contact-item {
    font-size: 0.78rem;
  }
}
