: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;
}

.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;
} */
