/* ================================================================
   TRANSPORTES BARJA — style.css  v2.0
   Naranja: #F26522  |  Navy: #01225F
   ================================================================ */

/* ===== VARIABLES ===== */
:root {
  --naranja:     #F26522;
  --naranja-l:   #FF7A3A;
  --naranja-d:   #D4541A;
  --naranja-p:   rgba(242,101,34,0.11);
  --naranja-p2:  rgba(242,101,34,0.06);

  --navy:        #01225F;
  --navy-2:      #021A4A;
  --navy-3:      #031235;
  --navy-l:      #0B3278;
  --navy-glass:  rgba(1,26,74,0.97);

  --blanco:      #FFFFFF;
  --gris-50:     #F7F6F2;
  --gris-100:    #F0EEE9;
  --gris-200:    #E2DFD8;
  --gris-300:    #C8C4BC;
  --gris-400:    #9CA3AF;
  --texto:       #1A2035;
  --texto-l:     #5C6680;
  --texto-xs:    #8896B3;

  --verde-wa:    #25D366;
  --verde-wa-d:  #128c7e;
  --verde:       #4ade80;

  --r:           6px;
  --r-lg:        12px;
  --r-xl:        18px;
  --r-2xl:       24px;

  --sh-xs:       0 1px 4px rgba(1,34,95,0.06);
  --sh-sm:       0 2px 14px rgba(1,34,95,0.09);
  --sh-md:       0 6px 30px rgba(1,34,95,0.13);
  --sh-lg:       0 16px 60px rgba(1,34,95,0.18);
  --sh-xl:       0 28px 80px rgba(1,34,95,0.22);
  --sh-naranja:  0 8px 28px rgba(242,101,34,0.35);
  --sh-navy:     0 8px 28px rgba(1,34,95,0.35);

  --t:           0.25s ease;
  --t-slow:      0.45s ease;
  --t-spring:    0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0 }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100% }
body {
  font-family: 'Inter', sans-serif;
  color: var(--texto);
  overflow-x: hidden;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img  { max-width: 100%; display: block; image-rendering: -webkit-optimize-contrast }
a    { text-decoration: none; color: inherit }
ul   { list-style: none }
button { font-family: inherit }

:focus-visible {
  outline: 2px solid var(--naranja);
  outline-offset: 3px;
  border-radius: 3px;
}

.container { max-width: 1240px; margin: 0 auto; padding: 0 24px }

/* ===== SPLASH ===== */
#splash {
  position: fixed; inset: 0;
  background: var(--navy-3);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px;
  z-index: 9999;
  transition: opacity 0.45s ease;
}
#splash img  { width: 130px; background: white; border-radius: 10px; padding: 10px 18px; box-shadow: var(--sh-lg) }
#splash span {
  color: var(--naranja);
  font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 6px;
  text-transform: uppercase;
}

/* ===== TOPBAR ===== */
.topbar {
  background: var(--navy-3);
  border-bottom: 1px solid rgba(242,101,34,0.15);
  padding: 7px 0;
}
.topbar-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap }
.topbar-left a,
.topbar-right span,
.topbar-right a {
  font-size: 11.5px; color: rgba(255,255,255,0.45);
  display: flex; align-items: center; gap: 6px; transition: color var(--t);
}
.topbar-left a:hover { color: var(--naranja) }
.topbar-left i, .topbar-right i { color: var(--naranja); font-size: 10px }
.topbar-social { display: flex; gap: 7px; margin-left: 4px }
.topbar-social a {
  width: 24px; height: 24px; border-radius: 4px;
  background: rgba(255,255,255,0.05);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; color: rgba(255,255,255,0.32); transition: all var(--t);
}
.topbar-social a:hover { background: var(--naranja); color: white; transform: translateY(-1px) }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 36px; left: 0; width: 100%;
  z-index: 1000; padding: 10px 0;
  transition: all 0.35s ease;
  background: transparent;
}
.navbar.scrolled {
  top: 0;
  background: var(--navy-glass);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  padding: 8px 0;
  box-shadow: 0 2px 32px rgba(0,0,0,0.4), 0 1px 0 rgba(242,101,34,0.3);
  border-bottom: 2px solid var(--naranja);
}
.nav-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.nav-logo img {
  height: 58px; background: white; border-radius: 6px; padding: 4px 10px;
  transition: all var(--t); box-shadow: var(--sh-sm);
}
.navbar.scrolled .nav-logo img { height: 46px }

.nav-menu { display: flex; gap: 2px; align-items: center }
.nav-menu li { position: relative }
.nav-link {
  display: block; padding: 9px 13px;
  color: rgba(255,255,255,0.8);
  font-size: 11.5px; font-weight: 700; font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.7px; text-transform: uppercase;
  border-radius: 4px; transition: all var(--t);
  position: relative;
}
.nav-link::after {
  content: '';
  position: absolute; bottom: 5px; left: 13px; right: 13px;
  height: 2px; background: var(--naranja); border-radius: 1px;
  transform: scaleX(0); transition: transform var(--t);
  transform-origin: center;
}
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1) }
.nav-link i { font-size: 8px; margin-left: 3px; transition: transform var(--t) }
.nav-link:hover, .nav-link.active { color: var(--naranja); background: rgba(242,101,34,0.08) }
.nav-drop:hover > .nav-link i { transform: rotate(180deg) }

.drop-menu {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 264px;
  background: var(--navy-2); border-radius: var(--r-lg); padding: 8px;
  box-shadow: var(--sh-xl);
  opacity: 0; visibility: hidden; transform: translateY(-10px);
  transition: all 0.22s ease;
  border: 1px solid rgba(242,101,34,0.12);
  border-top: 3px solid var(--naranja);
}
.nav-drop:hover .drop-menu { opacity: 1; visibility: visible; transform: translateY(0) }
.drop-menu li a {
  display: flex; align-items: center; gap: 12px; padding: 10px 14px;
  border-radius: 6px; color: rgba(255,255,255,0.6); font-size: 12.5px;
  transition: all var(--t);
}
.drop-menu li a i { color: var(--naranja); width: 14px; text-align: center; flex-shrink: 0 }
.drop-menu li a:hover { background: var(--naranja-p); color: white; padding-left: 20px }

.nav-cta {
  background: var(--naranja); color: white;
  padding: 9px 22px; border-radius: 4px;
  font-size: 12px; font-weight: 700; font-family: 'Montserrat', sans-serif;
  display: flex; align-items: center; gap: 8px;
  transition: all var(--t-spring); white-space: nowrap; letter-spacing: 0.3px;
  user-select: none;
}
.nav-cta:hover { background: var(--naranja-l); transform: translateY(-2px); box-shadow: var(--sh-naranja) }
.nav-cta:active { transform: translateY(0) }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 8px; z-index: 1001;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: white; border-radius: 2px; transition: all var(--t);
}

/* ===== BOTONES GLOBALES ===== */
.btn-primary {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--naranja); color: white;
  padding: 13px 32px; border-radius: 4px;
  font-weight: 700; font-family: 'Montserrat', sans-serif; font-size: 13px;
  letter-spacing: 0.3px; transition: all var(--t-spring); border: none; cursor: pointer;
  user-select: none; position: relative; overflow: hidden;
}
.btn-primary::before {
  content: '';
  position: absolute; inset: 0;
  background: rgba(255,255,255,0);
  transition: background var(--t);
}
.btn-primary:hover { background: var(--naranja-l); transform: translateY(-2px); box-shadow: var(--sh-naranja) }
.btn-primary:hover::before { background: rgba(255,255,255,0.06) }
.btn-primary:active { transform: translateY(0); box-shadow: none }
.btn-primary.btn-full { width: 100%; justify-content: center }

.btn-outline {
  display: inline-flex; align-items: center; gap: 9px;
  background: transparent; color: white;
  padding: 13px 32px; border-radius: 4px;
  font-weight: 700; font-family: 'Montserrat', sans-serif; font-size: 13px;
  border: 1.5px solid rgba(255,255,255,0.25); transition: all var(--t-spring);
  user-select: none;
}
.btn-outline:hover { border-color: var(--naranja); color: var(--naranja); transform: translateY(-2px); background: rgba(242,101,34,0.05) }
.btn-outline:active { transform: translateY(0) }

.btn-wa-green {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--verde-wa); color: white;
  padding: 13px 28px; border-radius: 4px;
  font-weight: 700; font-family: 'Montserrat', sans-serif; font-size: 13px;
  transition: all var(--t-spring); user-select: none;
}
.btn-wa-green:hover { background: #20b858; transform: translateY(-2px); box-shadow: 0 8px 22px rgba(37,211,102,0.35) }
.btn-wa-green:active { transform: translateY(0) }
.btn-wa-green.btn-wa-2 { background: var(--verde-wa-d) }
.btn-wa-green.btn-wa-2:hover { background: #0e7268 }

/* ===== HERO ===== */
.hero {
  min-height: 100svh; position: relative;
  display: flex; align-items: center; overflow: hidden;
  background-color: var(--navy-3);
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 30%; background-repeat: no-repeat;
  transform: scale(1.06);
  will-change: transform;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    110deg,
    rgba(1,12,38,0.97) 0%,
    rgba(1,26,74,0.88) 45%,
    rgba(2,20,60,0.72) 75%,
    rgba(1,12,38,0.55) 100%
  );
}
/* Vignette adicional abajo */
.hero::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 200px;
  background: linear-gradient(transparent, rgba(1,12,38,0.6));
  z-index: 1; pointer-events: none;
}
.hero-content {
  position: relative; z-index: 2;
  padding: 185px 24px 120px;
  max-width: 1240px; margin: 0 auto; width: 100%;
}
.hero-content::before {
  content: '';
  position: absolute; left: 24px; top: 185px;
  width: 3px; height: 110px;
  background: linear-gradient(to bottom, var(--naranja), transparent);
  border-radius: 2px;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(242,101,34,0.1); border: 1px solid rgba(242,101,34,0.3);
  color: var(--naranja); padding: 7px 18px; border-radius: 2px;
  font-size: 10.5px; font-weight: 700; font-family: 'Montserrat', sans-serif;
  letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 28px;
}
.tag-dot {
  width: 6px; height: 6px; background: var(--naranja);
  border-radius: 50%; animation: blink 1.8s infinite; flex-shrink: 0;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.25} }

.hero-h1 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(42px, 6.5vw, 86px); font-weight: 900; color: white;
  line-height: 1.03; letter-spacing: 1px; margin-bottom: 24px; max-width: 720px;
  text-rendering: optimizeLegibility;
}
.hero-h1 em { color: var(--naranja); font-style: italic; display: block }

.hero-sub {
  font-size: clamp(14px, 1.5vw, 16.5px); color: rgba(255,255,255,0.55);
  max-width: 540px; margin: 0 0 42px; line-height: 1.95;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 20px }
.hero-telefono {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 8px;
  color: rgba(255,255,255,0.5); font-size: 14px;
  font-family: 'Montserrat', sans-serif; font-weight: 600; letter-spacing: 0.5px;
  transition: color var(--t);
  border-bottom: 1px solid rgba(255,255,255,0.12); padding-bottom: 3px;
}
.hero-telefono:hover { color: var(--naranja); border-color: var(--naranja) }
.hero-telefono i { color: var(--naranja); font-size: 12px }

.hero-scroll {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  width: 42px; height: 42px; border: 1.5px solid rgba(255,255,255,0.18); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.28); font-size: 12px;
  animation: bounce 2.5s infinite; z-index: 2; transition: all var(--t);
}
.hero-scroll:hover { border-color: var(--naranja); color: var(--naranja); background: rgba(242,101,34,0.08) }
@keyframes bounce {
  0%,100% { transform: translateX(-50%) translateY(0) }
  50%      { transform: translateX(-50%) translateY(10px) }
}

/* ===== SELECTOR DE SERVICIO ===== */
.selector-servicio {
  background: white;
  position: relative; z-index: 9;
  box-shadow: 0 4px 28px rgba(1,34,95,0.1);
}
.selector-inner {
  max-width: 960px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
}
.selector-card {
  display: flex; align-items: center; gap: 20px;
  padding: 28px 36px;
  text-decoration: none;
  transition: background var(--t), transform var(--t);
  background: white; position: relative; overflow: hidden;
}
.selector-card::before {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  transform: scaleX(0); transition: transform var(--t);
  transform-origin: left;
}
.selector-carga::before  { background: var(--navy) }
.selector-personal::before { background: var(--naranja) }
.selector-card:hover { background: #f8fafc }
.selector-card:hover::before { transform: scaleX(1) }
.selector-icon {
  flex-shrink: 0; width: 58px; height: 58px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; transition: all var(--t-spring);
}
.selector-carga .selector-icon    { background: #eff6ff; color: var(--navy) }
.selector-personal .selector-icon { background: #fff7ed; color: var(--naranja) }
.selector-card:hover .selector-icon { transform: scale(1.08) }
.selector-body h3 {
  font-size: 15px; font-weight: 700; font-family: 'Montserrat', sans-serif;
  color: var(--navy); margin: 0 0 5px;
}
.selector-body p { font-size: 13px; color: var(--texto-l); margin: 0 0 10px; line-height: 1.45 }
.selector-btn {
  font-size: 12.5px; font-weight: 700; font-family: 'Montserrat', sans-serif;
  display: inline-flex; align-items: center; gap: 7px; transition: gap var(--t);
}
.selector-carga .selector-btn    { color: var(--navy) }
.selector-personal .selector-btn { color: var(--naranja) }
.selector-card:hover .selector-btn { gap: 11px }
.selector-divider {
  display: flex; align-items: center; justify-content: center;
  width: 52px; background: var(--gris-100); border-left: 1px solid var(--gris-200); border-right: 1px solid var(--gris-200);
}
.selector-divider span {
  font-size: 11px; color: var(--gris-400); font-weight: 700;
  font-family: 'Montserrat', sans-serif; text-transform: uppercase; letter-spacing: 1px;
}

/* ===== FEATURES STRIP ===== */
.features-strip {
  background: white;
  border-top: 1px solid var(--gris-200);
  border-bottom: 3px solid var(--naranja);
  box-shadow: 0 4px 24px rgba(1,34,95,0.07);
}
.features-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
}
.feat-item {
  display: flex; align-items: center; gap: 18px;
  padding: 28px 24px; cursor: default;
  transition: background var(--t);
}
.feat-item:hover { background: var(--gris-50) }
.feat-ic {
  width: 54px; height: 54px; flex-shrink: 0;
  background: var(--navy); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: var(--naranja);
  transition: all var(--t-spring); box-shadow: var(--sh-sm);
}
.feat-item:hover .feat-ic { background: var(--naranja); color: white; transform: scale(1.06) }
.feat-txt strong {
  display: block; font-family: 'Montserrat', sans-serif;
  font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 3px;
}
.feat-txt span { font-size: 12px; color: var(--texto-l); line-height: 1.4 }
.feat-sep { width: 1px; height: 52px; background: var(--gris-200); flex-shrink: 0 }

/* ===== TRUST STRIP ===== */
.trust-strip {
  background: linear-gradient(90deg, var(--naranja-d), var(--naranja), var(--naranja-l));
  padding: 12px 0; overflow: hidden;
  display: flex; align-items: center;
}
.trust-label {
  font-family: 'Montserrat', sans-serif; font-size: 9.5px; font-weight: 800;
  letter-spacing: 3.5px; color: rgba(255,255,255,0.65); text-transform: uppercase;
  padding: 0 26px; white-space: nowrap; flex-shrink: 0;
  border-right: 1px solid rgba(255,255,255,0.22);
}
.trust-track { flex: 1; overflow: hidden }
.trust-ticker {
  display: flex; width: max-content;
  animation: ticker 28s linear infinite;
}
@media (prefers-reduced-motion: reduce) { .trust-ticker { animation: none } }
.trust-ticker:hover { animation-play-state: paused }
@keyframes ticker { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.trust-item {
  font-family: 'Montserrat', sans-serif; font-size: 10.5px; font-weight: 700;
  color: rgba(255,255,255,0.9); padding: 0 34px; white-space: nowrap;
  letter-spacing: 0.6px; text-transform: uppercase; position: relative;
}
.trust-item::after {
  content: '·'; position: absolute; right: 10px;
  color: rgba(255,255,255,0.4); font-size: 18px; top: -3px;
}

/* ===== CIFRAS STRIP ===== */
.cifras-strip { background: var(--navy); border-bottom: 1px solid rgba(242,101,34,0.1) }
.cifras-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: stretch; justify-content: center;
}
.cifra-item {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  justify-content: center; padding: 42px 20px; text-align: center;
  position: relative;
}
.cifra-item::before {
  content: '';
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 0; height: 2px; background: var(--naranja);
  transition: width 0.4s ease;
}
.cifra-item:hover::before { width: 48px }
.cifra-sep { width: 1px; background: rgba(242,101,34,0.12); flex-shrink: 0; align-self: stretch; margin: 24px 0 }
.cifra-num {
  display: block; font-family: 'Oswald', sans-serif;
  font-size: clamp(32px, 3.8vw, 52px); font-weight: 900; color: var(--naranja);
  line-height: 1; margin-bottom: 8px;
  font-variant-numeric: tabular-nums;
}
.cifra-label {
  font-size: 10px; color: rgba(255,255,255,0.35); text-transform: uppercase;
  letter-spacing: 2.5px; font-family: 'Montserrat', sans-serif; font-weight: 700;
}

/* ===== SECCIONES BASE ===== */
.section { padding: 100px 0 }
.bg-gris { background: var(--gris-100) }
.sec-header { margin-bottom: 56px }
.sec-header.center { text-align: center }

.eyebrow {
  display: block; font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 800; color: var(--naranja);
  text-transform: uppercase; letter-spacing: 4px; margin-bottom: 12px;
}
.section-h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(28px, 3.3vw, 44px); font-weight: 900; color: var(--navy);
  line-height: 1.1; margin-bottom: 16px;
  text-rendering: optimizeLegibility;
}
.section-h2 span { color: var(--naranja) }
.section-h2 em   { font-style: italic; color: var(--naranja) }
.section-h2.light { color: white }

.sec-desc { font-size: 15px; color: var(--texto-l); max-width: 600px; margin: 0 auto; line-height: 1.85 }
.sec-desc.light { color: rgba(255,255,255,0.48) }
.oro-line { width: 48px; height: 3px; background: var(--naranja); border-radius: 1px; margin: 18px 0 24px }

/* ===== NOSOTROS ===== */
.nosotros-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center }
.imgs-stack { display: flex; flex-direction: column; gap: 12px }
.img-main { border-radius: var(--r-xl); overflow: hidden; height: 300px; box-shadow: var(--sh-lg) }
.img-main img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease }
.img-main:hover img { transform: scale(1.03) }
.imgs-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px }
.imgs-row img { width: 100%; height: 160px; object-fit: cover; border-radius: var(--r-xl); box-shadow: var(--sh-md); transition: transform 0.5s ease }
.imgs-row img:hover { transform: scale(1.03) }
.nosotros-badge {
  display: flex; align-items: center; gap: 16px;
  background: var(--navy-2); border: 1px solid rgba(242,101,34,0.18);
  border-radius: var(--r-lg); padding: 20px 24px; margin-top: 12px;
}
.nosotros-badge-foto {
  background-image: url('img/hero-bg.png');
  background-size: cover; background-position: center; position: relative;
}
.nosotros-badge-foto::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(1,12,38,0.93); border-radius: var(--r-lg);
}
.nosotros-badge-foto > * { position: relative; z-index: 1 }
.nosotros-badge i { font-size: 28px; color: var(--naranja); flex-shrink: 0 }
.nosotros-badge strong { display: block; font-family: 'Oswald', sans-serif; font-size: 20px; color: var(--naranja); line-height: 1 }
.nosotros-badge span  { font-size: 11px; color: rgba(255,255,255,0.42); font-family: 'Montserrat', sans-serif }
.nosotros-txt p { font-size: 14.5px; color: var(--texto-l); line-height: 1.95; margin-bottom: 14px }
.nos-features { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 26px 0 }
.nos-feat { display: flex; align-items: flex-start; gap: 13px }
.nos-ic {
  width: 46px; height: 46px; flex-shrink: 0;
  background: var(--navy); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--naranja); font-size: 16px;
  border: 1px solid rgba(242,101,34,0.15); transition: all var(--t-spring);
}
.nos-feat:hover .nos-ic { background: var(--naranja); color: white; transform: scale(1.06) }
.nos-feat h4 { font-family: 'Montserrat', sans-serif; font-size: 12.5px; font-weight: 700; color: var(--navy); margin-bottom: 4px }
.nos-feat p  { font-size: 12px; color: var(--texto-l); line-height: 1.55 }
.nos-data {
  display: flex; gap: 18px; flex-wrap: wrap;
  border-top: 1px solid var(--gris-200); padding-top: 18px; margin-top: 6px;
}
.nos-data span { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--texto-l) }
.nos-data i { color: var(--naranja) }

/* ===== MVV ===== */
.section-mvv { padding: 100px 0; background: var(--navy) }
.mvv-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px }
.mvv-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(242,101,34,0.08);
  padding: 44px 34px; transition: all var(--t);
}
.mvv-card:hover { background: rgba(242,101,34,0.06); border-color: rgba(242,101,34,0.25); transform: translateY(-6px) }
.mvv-destacado { background: rgba(242,101,34,0.06); border-color: rgba(242,101,34,0.18) }
.mvv-ic {
  width: 62px; height: 62px; background: var(--naranja); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: white; margin-bottom: 22px;
  box-shadow: var(--sh-naranja);
}
.mvv-card h3 { font-family: 'Oswald', sans-serif; font-size: 23px; font-weight: 800; color: white; margin-bottom: 14px }
.mvv-card p  { font-size: 14px; color: rgba(255,255,255,0.48); line-height: 1.95 }
.mvv-lista li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: rgba(255,255,255,0.52); margin-bottom: 10px }
.mvv-lista li i { color: var(--naranja); font-size: 10px; flex-shrink: 0 }

/* ===== SERVICIOS ===== */
.servicios-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px }
.srv-card {
  background: white; border-radius: var(--r-xl); overflow: hidden;
  box-shadow: var(--sh-xs); border: 1px solid var(--gris-200); transition: all var(--t);
}
.srv-card:hover { transform: translateY(-10px); box-shadow: var(--sh-lg); border-color: transparent }
.srv-img {
  height: 210px; background-size: cover; background-position: center;
  background-color: var(--navy-2); position: relative; overflow: hidden;
}
.srv-img::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(242,101,34,0); transition: background var(--t);
}
.srv-card:hover .srv-img::after { background: rgba(242,101,34,0.08) }
.srv-overlay { position: absolute; inset: 0; background: linear-gradient(transparent 20%, rgba(1,10,30,0.9)) }
.srv-num {
  position: absolute; bottom: 10px; left: 18px;
  font-family: 'Oswald', sans-serif; font-size: 52px; font-weight: 900;
  color: rgba(255,255,255,0.08); line-height: 1;
}
.srv-body { padding: 26px }
.srv-ic {
  width: 48px; height: 48px; background: var(--navy); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; color: var(--naranja);
  font-size: 18px; margin-bottom: 14px; transition: all var(--t-spring);
}
.srv-card:hover .srv-ic { background: var(--naranja); color: white; transform: scale(1.08) }
.srv-body h3 { font-family: 'Montserrat', sans-serif; font-size: 14.5px; font-weight: 700; color: var(--navy); margin-bottom: 9px; line-height: 1.3 }
.srv-body p  { font-size: 13px; color: var(--texto-l); line-height: 1.8; margin-bottom: 16px }
.srv-link {
  color: var(--naranja); font-size: 12.5px; font-weight: 700; font-family: 'Montserrat', sans-serif;
  display: inline-flex; align-items: center; gap: 6px; letter-spacing: 0.3px; transition: gap var(--t);
}
.srv-link:hover { gap: 12px }

/* ===== RUTAS ===== */
.mapa-wrap {
  display: grid; grid-template-columns: 1fr 360px; gap: 36px; align-items: start;
  background: var(--navy-2); border-radius: var(--r-xl); padding: 40px;
  box-shadow: var(--sh-xl); border: 1px solid rgba(242,101,34,0.1);
}
.mapa-svg-box { position: relative }
#mapa-peru { width: 100%; max-width: 440px; height: auto; display: block; margin: 0 auto }
.peru-shape { fill: rgba(1,26,74,0.65); stroke: rgba(242,101,34,0.28); stroke-width: 1.5 }
.ruta { stroke: var(--naranja); stroke-width: 1.6; stroke-dasharray: 5,4; opacity: 0.8 }
.cpt  { cursor: pointer; transition: all 0.25s }
.cpt:hover { transform: scale(1.3) }
.clabel { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 700; fill: white; opacity: 0.85; pointer-events: none }
.origen { font-size: 11px; fill: var(--naranja); font-weight: 800 }
.mapa-leyenda { display: flex; gap: 20px; justify-content: center; margin-top: 20px; flex-wrap: wrap }
.mapa-leyenda span { display: flex; align-items: center; gap: 7px; font-size: 11px; color: rgba(255,255,255,0.45); font-family: 'Montserrat', sans-serif; font-weight: 600 }
.ldot { width: 9px; height: 9px; border-radius: 50%; display: inline-block }
.ldot.oro    { background: var(--naranja) }
.ldot.dorado { background: var(--naranja-l) }
.llinea { display: inline-block; width: 22px; height: 2px; background: var(--naranja); border-radius: 1px }
.mapa-tip {
  position: absolute; background: var(--navy); color: white;
  padding: 8px 14px; border-radius: 6px; font-size: 11px;
  font-family: 'Montserrat', sans-serif; font-weight: 600;
  pointer-events: none; opacity: 0; transition: opacity 0.2s;
  border: 1px solid rgba(242,101,34,0.28); white-space: nowrap; z-index: 10; box-shadow: var(--sh-md);
}
.mapa-tip.visible { opacity: 1 }
.rutas-lista-box { display: flex; flex-direction: column; gap: 16px }
.rutas-header { display: flex; align-items: center; gap: 13px; padding-bottom: 16px; border-bottom: 1px solid rgba(242,101,34,0.15) }
.rutas-header i   { font-size: 22px; color: var(--naranja) }
.rutas-header h3  { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 800; color: white; margin-bottom: 2px }
.rutas-header p   { font-size: 11px; color: rgba(255,255,255,0.32) }
.rutas-lista { display: flex; flex-direction: column; gap: 6px; max-height: 420px; overflow-y: auto; padding-right: 4px }
.rutas-lista::-webkit-scrollbar { width: 3px }
.rutas-lista::-webkit-scrollbar-thumb { background: var(--naranja); border-radius: 2px }
.ruta-item {
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.04);
  border-radius: var(--r); padding: 10px 13px; cursor: pointer; transition: all 0.2s;
}
.ruta-item:hover,
.ruta-item.activa { background: var(--naranja-p); border-color: rgba(242,101,34,0.25); transform: translateX(4px) }
.ruta-item.ruta-min:hover,
.ruta-item.ruta-min.activa { background: rgba(255,122,58,0.08); border-color: rgba(255,122,58,0.25) }
.ri-ic  { width: 34px; height: 34px; background: rgba(242,101,34,0.1); border-radius: 7px; display: flex; align-items: center; justify-content: center; color: var(--naranja); font-size: 13px; flex-shrink: 0 }
.ri-ic.min { background: rgba(255,122,58,0.1); color: var(--naranja-l) }
.ri-data { display: flex; flex-direction: column; gap: 2px; flex: 1 }
.ri-data strong { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; color: white }
.ri-data span   { font-size: 10px; color: rgba(255,255,255,0.32) }
.ri-badge { background: rgba(242,101,34,0.13); color: var(--naranja); padding: 2px 9px; border-radius: 10px; font-size: 9.5px; font-weight: 700; font-family: 'Montserrat', sans-serif; white-space: nowrap }
.ri-badge.min { background: rgba(255,122,58,0.13); color: var(--naranja-l) }

/* ===== POR QUÉ ELEGIRNOS ===== */
.section-porque { padding: 100px 0; background: var(--navy) }
.porque-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 72px; align-items: center }
.porque-txt p { font-size: 14.5px; color: rgba(255,255,255,0.5); margin-bottom: 12px }
.porque-desc  { color: rgba(255,255,255,0.5); font-size: 14.5px; line-height: 1.9; margin-bottom: 34px }
.porque-nums  { display: flex; gap: 16px; margin-bottom: 38px; flex-wrap: wrap }
.pn {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--r); padding: 20px 26px; text-align: center; min-width: 90px;
  transition: all var(--t); cursor: default;
}
.pn:hover { background: rgba(242,101,34,0.08); border-color: rgba(242,101,34,0.2) }
.pn-num { display: block; font-family: 'Oswald', sans-serif; font-size: 36px; font-weight: 900; color: var(--naranja); line-height: 1 }
.pn span:last-child { font-size: 10px; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 1px; font-family: 'Montserrat', sans-serif; font-weight: 700; margin-top: 4px; display: block }
.razones-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px }
.razon {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05);
  border-radius: var(--r-lg); padding: 24px; transition: all var(--t);
}
.razon:hover { background: rgba(242,101,34,0.07); border-color: rgba(242,101,34,0.2); transform: translateY(-4px) }
.razon-ic { width: 46px; height: 46px; background: rgba(242,101,34,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--naranja); font-size: 18px; margin-bottom: 13px; transition: all var(--t-spring) }
.razon:hover .razon-ic { background: var(--naranja); color: white; transform: scale(1.08) }
.razon h4 { font-family: 'Montserrat', sans-serif; font-size: 12.5px; font-weight: 700; color: white; margin-bottom: 7px }
.razon p  { font-size: 12px; color: rgba(255,255,255,0.42); line-height: 1.65 }

/* ===== FLOTA + COBERTURA STRIP ===== */
.flota-cobertura-strip {
  background: var(--navy-2);
  padding: 0;
  border-top: 1px solid rgba(242,101,34,0.12);
  border-bottom: 1px solid rgba(242,101,34,0.12);
}
.fc-strip-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 420px;
}
.fc-strip-left { position: relative; overflow: hidden }
.fc-strip-left img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform 0.7s ease;
}
.fc-strip-left:hover img { transform: scale(1.04) }
.fc-strip-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(1,8,30,0.95) 0%, rgba(1,34,95,0.75) 60%, rgba(1,12,38,0.65) 100%);
}
.fc-strip-content {
  position: relative; z-index: 2;
  padding: 52px 48px;
  display: flex; flex-direction: column; justify-content: flex-end; height: 100%;
}
.fc-strip-content h3 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(22px, 2.5vw, 34px); font-weight: 900; color: white;
  line-height: 1.12; margin-bottom: 14px;
}
.fc-strip-content > p { font-size: 14px; color: rgba(255,255,255,0.52); line-height: 1.85; max-width: 340px; margin-bottom: 24px }
.fc-strip-right {
  background: rgba(255,255,255,0.02);
  border-left: 1px solid rgba(242,101,34,0.1);
  display: flex; align-items: center;
}
.fc-rutas-mini {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin-top: 22px; margin-bottom: 28px;
}
.fc-rutas-mini span {
  display: flex; align-items: center; gap: 9px;
  font-size: 12.5px; font-weight: 600; font-family: 'Montserrat', sans-serif;
  color: rgba(255,255,255,0.62); transition: color var(--t);
}
.fc-rutas-mini span:hover { color: var(--naranja) }
.fc-rutas-mini i { color: var(--naranja); font-size: 10px; flex-shrink: 0 }

/* ===== FLOTA ===== */
.flota-tabs { display: flex; gap: 8px; justify-content: center; margin-bottom: 42px; flex-wrap: wrap }
.ftab {
  padding: 10px 26px; border-radius: 4px; border: 1.5px solid var(--gris-200);
  background: white; font-size: 12px; font-weight: 700; font-family: 'Montserrat', sans-serif;
  color: var(--texto-l); cursor: pointer; transition: all var(--t-spring); letter-spacing: 0.3px;
  user-select: none;
}
.ftab.active, .ftab:hover { background: var(--navy); color: white; border-color: var(--navy); box-shadow: var(--sh-sm); transform: translateY(-1px) }
.ftab:active { transform: translateY(0) }
.flota-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px }
.flota-card {
  background: white; border-radius: var(--r-xl); overflow: hidden;
  box-shadow: var(--sh-xs); border: 1px solid var(--gris-200); transition: all var(--t);
}
.flota-card:hover { transform: translateY(-8px); box-shadow: var(--sh-lg); border-color: transparent }
.flota-card.hidden { display: none }
.fc-img { position: relative; height: 200px; overflow: hidden; background: var(--gris-100) }
.fc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s ease }
.flota-card:hover .fc-img img { transform: scale(1.07) }
.fc-badge { position: absolute; top: 10px; left: 10px; padding: 4px 12px; border-radius: 20px; font-size: 10px; font-weight: 700; font-family: 'Montserrat', sans-serif; letter-spacing: 0.3px }
.fc-badge.semi   { background: var(--navy); color: white }
.fc-badge.camion { background: #14532d; color: white }
.fc-badge.minero { background: var(--naranja); color: white }
.fc-body    { padding: 18px 20px }
.fc-body h3 { font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 800; color: var(--navy); margin-bottom: 6px }
.fc-body p  { font-size: 12px; color: var(--texto-l); line-height: 1.65 }

/* ===== CLIENTES ===== */
.ctabs { display: flex; gap: 12px; justify-content: center; margin-bottom: 42px; flex-wrap: wrap }
.ctab {
  padding: 12px 32px; border-radius: var(--r); border: 1.5px solid var(--gris-200);
  background: white; font-size: 12.5px; font-weight: 700; font-family: 'Montserrat', sans-serif;
  color: var(--texto-l); cursor: pointer; transition: all var(--t-spring); display: flex; align-items: center; gap: 8px;
  user-select: none;
}
.ctab.active, .ctab:hover { background: var(--navy); color: white; border-color: var(--navy); transform: translateY(-1px) }
.ctab:active { transform: translateY(0) }
.clientes-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-bottom: 48px }
.clientes-grid.hidden { display: none }
.cl-card {
  background: white; border-radius: var(--r-lg); padding: 24px 20px; text-align: center;
  box-shadow: var(--sh-xs); border: 1px solid var(--gris-200); transition: all var(--t);
}
.cl-card:hover { transform: translateY(-5px); box-shadow: var(--sh-md); border-color: var(--naranja) }
.cl-ic { width: 52px; height: 52px; background: var(--navy); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--naranja); font-size: 20px; margin: 0 auto 13px; transition: all var(--t-spring) }
.cl-card:hover .cl-ic { background: var(--naranja); color: white; transform: scale(1.08) }
.cl-card h4 { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; color: var(--navy); margin-bottom: 6px; line-height: 1.35 }
.cl-card p  { font-size: 11px; color: var(--texto-l); line-height: 1.55 }
.cl-stats   { display: flex; background: var(--navy); border-radius: var(--r-lg); overflow: hidden }
.cls { flex: 1; text-align: center; padding: 32px 16px; border-right: 1px solid rgba(242,101,34,0.1); transition: background var(--t) }
.cls:last-child { border-right: none }
.cls:hover { background: rgba(242,101,34,0.08) }
.cls-n { display: block; font-family: 'Oswald', sans-serif; font-size: 46px; font-weight: 900; color: var(--naranja) }
.cls span:last-child { font-size: 10px; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 1.5px; font-family: 'Montserrat', sans-serif; margin-top: 5px; display: block }

/* ===== CERTIFICACIONES ===== */
.section-certif { padding: 100px 0; background: var(--navy-2) }
.certif-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 30px }
.certif-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(242,101,34,0.08);
  border-radius: var(--r-xl); padding: 28px 24px; transition: all var(--t);
  display: flex; flex-direction: column; gap: 10px;
}
.certif-card:hover { background: rgba(242,101,34,0.06); border-color: rgba(242,101,34,0.25); transform: translateY(-5px) }
.certif-foto      { padding: 0; overflow: hidden }
.certif-img-top   { width: 100%; height: 150px; object-fit: cover; display: block }
.certif-foto-body { padding: 22px 24px; display: flex; flex-direction: column; gap: 10px }
.certif-foto .cert-ic { margin-bottom: 4px }
.cert-ic { width: 52px; height: 52px; background: var(--naranja); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: white; box-shadow: var(--sh-naranja) }
.certif-card h4 { font-family: 'Montserrat', sans-serif; font-size: 13.5px; font-weight: 700; color: white }
.certif-card p  { font-size: 13px; color: rgba(255,255,255,0.48); line-height: 1.8; flex: 1 }
.cert-badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 20px; font-size: 10.5px; font-weight: 700; font-family: 'Montserrat', sans-serif; background: rgba(74,222,128,0.08); color: #4ade80; border: 1px solid rgba(74,222,128,0.16); width: fit-content }
.certif-banner {
  background: var(--naranja-p2); border: 1px solid rgba(242,101,34,0.2);
  border-radius: var(--r-xl); padding: 26px 36px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.certif-banner-left { display: flex; align-items: center; gap: 20px }
.certif-banner-left > i  { font-size: 36px; color: var(--naranja); flex-shrink: 0 }
.certif-banner-left h4 { font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700; color: white; margin-bottom: 4px }
.certif-banner-left p  { font-size: 13px; color: rgba(255,255,255,0.48) }

/* ===== FAQ ===== */
.faq-list { max-width: 840px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px }
.faq-item {
  background: white; border: 1px solid var(--gris-200); border-radius: var(--r-lg);
  overflow: hidden; transition: all var(--t);
}
.faq-item.open { border-color: var(--naranja); box-shadow: var(--sh-sm) }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 18px 22px; background: none; border: none; cursor: pointer; text-align: left; transition: background var(--t);
}
.faq-item.open .faq-q { background: rgba(242,101,34,0.03) }
.faq-q span { font-family: 'Montserrat', sans-serif; font-size: 13.5px; font-weight: 700; color: var(--navy); flex: 1; line-height: 1.4 }
.faq-q i    { color: var(--naranja); font-size: 12px; transition: transform var(--t); flex-shrink: 0 }
.faq-item.open .faq-q i { transform: rotate(45deg) }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; padding: 0 22px }
.faq-a p { font-size: 13.5px; color: var(--texto-l); line-height: 1.85; padding-bottom: 18px }
.faq-item.open .faq-a { max-height: 220px }

/* ===== POLÍTICAS ===== */
.section-politicas { padding: 100px 0; background: var(--navy) }
.politicas-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px }
.pol-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(242,101,34,0.08);
  border-radius: var(--r-xl); padding: 30px 24px; transition: all var(--t);
  display: flex; flex-direction: column; gap: 14px;
}
.pol-card:hover { background: rgba(242,101,34,0.06); transform: translateY(-6px); border-color: rgba(242,101,34,0.25) }
.pol-ic { width: 56px; height: 56px; background: var(--naranja); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; color: white; box-shadow: var(--sh-naranja) }
.pol-body h4 { font-family: 'Montserrat', sans-serif; font-size: 13.5px; font-weight: 700; color: white; margin-bottom: 8px; line-height: 1.4 }
.pol-body p  { font-size: 12px; color: rgba(255,255,255,0.48); line-height: 1.8; margin-bottom: 14px; flex: 1 }
.pol-btn {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--naranja-p); border: 1px solid rgba(242,101,34,0.25);
  color: var(--naranja); padding: 9px 18px; border-radius: 4px;
  font-size: 12px; font-weight: 700; font-family: 'Montserrat', sans-serif;
  transition: all var(--t); width: fit-content;
}
.pol-btn:hover { background: var(--naranja); color: white }

/* ===== TESTIMONIOS ===== */
.section-testimonios { padding: 100px 0; background: var(--gris-50) }
.testimonios-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 16px }
.testi-card {
  background: white; border-radius: var(--r-xl); padding: 34px 30px;
  box-shadow: var(--sh-sm); border: 1px solid var(--gris-200);
  display: flex; flex-direction: column; gap: 16px; transition: all var(--t);
  position: relative;
}
.testi-card:hover { transform: translateY(-7px); box-shadow: var(--sh-lg); border-color: var(--naranja) }
.testi-stars { display: flex; gap: 3px }
.testi-stars i { color: #F59E0B; font-size: 13px }
.testi-quote {
  font-size: 14px; color: var(--texto-l); line-height: 1.9; flex: 1;
  font-style: italic; position: relative; padding-left: 20px;
}
.testi-quote::before {
  content: '"'; position: absolute; left: 0; top: -6px;
  font-family: 'Oswald', sans-serif; font-size: 44px;
  color: var(--naranja); line-height: 1; opacity: 0.35;
}
.testi-autor { display: flex; align-items: center; gap: 13px; border-top: 1px solid var(--gris-200); padding-top: 18px }
.testi-avatar {
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
  background: var(--navy); display: flex; align-items: center; justify-content: center;
  font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 800; color: white;
}
.testi-info strong { display: block; font-family: 'Montserrat', sans-serif; font-size: 12.5px; font-weight: 700; color: var(--navy) }
.testi-info span   { font-size: 11px; color: var(--texto-l) }
.testi-empresa {
  position: absolute; top: 16px; right: 18px;
  background: var(--naranja-p); border: 1px solid rgba(242,101,34,0.18);
  color: var(--naranja); padding: 3px 11px; border-radius: 20px;
  font-size: 9.5px; font-weight: 700; font-family: 'Montserrat', sans-serif;
}

/* ===== CONTACTO ===== */
.contacto-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 60px; align-items: start; margin-bottom: 44px }
.ci { display: flex; gap: 17px; margin-bottom: 24px }
.ci-ic {
  width: 50px; height: 50px; flex-shrink: 0;
  background: var(--navy); border: 1px solid rgba(242,101,34,0.12);
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
  color: var(--naranja); font-size: 17px; transition: all var(--t-spring);
}
.ci:hover .ci-ic { background: var(--naranja); color: white; transform: scale(1.06) }
.ci h4 { font-family: 'Montserrat', sans-serif; font-size: 10.5px; font-weight: 700; color: var(--navy); margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.5px }
.ci p  { font-size: 13.5px; color: var(--texto-l); line-height: 1.75 }
.wa-btns { display: flex; flex-direction: column; gap: 10px; margin-top: 4px }
.contacto-form {
  background: white; border: 1px solid var(--gris-200);
  border-radius: var(--r-xl); padding: 40px; box-shadow: var(--sh-md);
}
.contacto-form h3 { font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 800; color: var(--navy); margin-bottom: 26px }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px }
.form-group { margin-bottom: 16px }
.form-group label { display: block; font-size: 11px; font-weight: 700; font-family: 'Montserrat', sans-serif; color: var(--navy); margin-bottom: 7px; text-transform: uppercase; letter-spacing: 0.5px }
.form-group input,
.form-group textarea {
  width: 100%; border: 1.5px solid var(--gris-200); border-radius: var(--r);
  padding: 12px 15px; font-size: 13.5px; font-family: 'Inter', sans-serif;
  color: var(--texto); transition: border-color var(--t), box-shadow var(--t); background: white; outline: none; resize: none;
}
.form-group input:focus,
.form-group textarea:focus { border-color: var(--naranja); box-shadow: 0 0 0 3px var(--naranja-p) }
.form-group input.error,
.form-group textarea.error { border-color: #dc2626; box-shadow: 0 0 0 3px rgba(220,38,38,0.08) }
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--gris-400) }
.form-note { font-size: 11px; color: var(--texto-xs); text-align: center; margin-top: 12px }
.mapa-cont { height: 400px; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-xl) }
.mapa-cont iframe { width: 100%; height: 100% }

/* ===== FOOTER ===== */
.footer { background: var(--navy-3) }
.footer-top { padding: 76px 0 56px; border-bottom: 1px solid rgba(242,101,34,0.08) }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px }
.footer-logo { height: 60px; background: white; border-radius: 8px; padding: 4px 10px; margin-bottom: 18px; box-shadow: var(--sh-sm) }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.28); line-height: 1.9; margin-bottom: 12px }
.footer-ruc { font-size: 11px; color: var(--naranja); font-weight: 700; font-family: 'Montserrat', sans-serif; letter-spacing: 1.5px; margin-bottom: 18px }
.footer-social { display: flex; gap: 8px }
.footer-social a {
  width: 38px; height: 38px; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(242,101,34,0.1); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.28); font-size: 13px; transition: all var(--t-spring);
}
.footer-social a:hover { background: var(--naranja); color: white; border-color: var(--naranja); transform: translateY(-2px) }
.footer-col h5 {
  font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 800; color: white;
  text-transform: uppercase; letter-spacing: 3px; margin-bottom: 20px; padding-bottom: 10px;
  border-bottom: 1px solid rgba(242,101,34,0.18); display: inline-block;
}
.footer-col ul li { margin-bottom: 10px }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.28); transition: color var(--t) }
.footer-col ul li a:hover { color: var(--naranja) }
.footer-contacts { display: flex; flex-direction: column; gap: 10px }
.fct { display: flex; align-items: flex-start; gap: 10px; font-size: 12.5px; color: rgba(255,255,255,0.28) }
.fct i { color: var(--naranja); width: 14px; margin-top: 2px; flex-shrink: 0; font-size: 11px }
.footer-bottom { padding: 20px 0; text-align: center }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.15) }

/* ===== WA FLOAT + BACK TOP ===== */
.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 58px; height: 58px; background: var(--verde-wa); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; color: white;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
  animation: wapulse 2.8s infinite; transition: transform var(--t-spring);
}
.wa-float:hover { transform: scale(1.12) }
@media (prefers-reduced-motion: reduce) { .wa-float { animation: none } }
.wa-tip {
  position: absolute; right: 70px; top: 50%; transform: translateY(-50%);
  background: var(--navy); color: white; padding: 7px 14px; border-radius: 6px;
  font-size: 11.5px; font-weight: 600; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: opacity var(--t);
  box-shadow: var(--sh-md);
}
.wa-float:hover .wa-tip { opacity: 1 }
@keyframes wapulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,0.5) }
  70%  { box-shadow: 0 0 0 18px rgba(37,211,102,0) }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0) }
}
.back-top {
  position: fixed; bottom: 28px; left: 28px; z-index: 999;
  width: 44px; height: 44px;
  background: rgba(242,101,34,0.1); border: 1.5px solid rgba(242,101,34,0.25);
  border-radius: 50%; color: var(--naranja); font-size: 13px;
  cursor: pointer; opacity: 0; visibility: hidden; transition: all var(--t-spring);
  display: flex; align-items: center; justify-content: center;
}
.back-top.visible { opacity: 1; visibility: visible }
.back-top:hover { background: var(--naranja); color: white; border-color: var(--naranja); transform: scale(1.1) }

/* ===== BANNER DE COOKIES ===== */
#cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 8000;
  background: var(--navy-3); border-top: 2px solid var(--naranja);
  padding: 16px 24px; display: flex; align-items: center; justify-content: space-between;
  gap: 18px; flex-wrap: wrap;
  transform: translateY(100%); transition: transform 0.4s ease;
}
#cookie-banner.visible { transform: translateY(0) }
#cookie-banner p { font-size: 12.5px; color: rgba(255,255,255,0.65); margin: 0; flex: 1; line-height: 1.65 }
#cookie-banner p a { color: var(--naranja); text-decoration: underline }
.cookie-btns { display: flex; gap: 10px; flex-shrink: 0 }
.cookie-btn-ok {
  background: var(--naranja); color: white; border: none;
  padding: 9px 22px; border-radius: 4px; font-size: 12px; font-weight: 700;
  font-family: 'Montserrat', sans-serif; cursor: pointer; transition: all var(--t);
}
.cookie-btn-ok:hover { background: var(--naranja-l) }
.cookie-btn-no {
  background: transparent; color: rgba(255,255,255,0.42); border: 1px solid rgba(255,255,255,0.12);
  padding: 9px 16px; border-radius: 4px; font-size: 12px; font-weight: 600;
  font-family: 'Montserrat', sans-serif; cursor: pointer; transition: all var(--t);
}
.cookie-btn-no:hover { color: white; border-color: rgba(255,255,255,0.35) }

/* ===== SELECTION & SCROLLBAR ===== */
::selection { background: var(--naranja); color: white }
::-webkit-scrollbar { width: 6px }
::-webkit-scrollbar-track { background: var(--gris-100) }
::-webkit-scrollbar-thumb { background: var(--naranja); border-radius: 3px }
::-webkit-scrollbar-thumb:hover { background: var(--naranja-d) }

/* ===== AOS ===== */
[data-aos] { opacity: 0; transform: translateY(26px); transition: opacity 0.75s ease, transform 0.75s ease }
[data-aos].aos-animate { opacity: 1; transform: translateY(0) }
[data-aos="fade-right"] { transform: translateX(-26px) }
[data-aos="fade-right"].aos-animate { transform: translateX(0) }
[data-aos="fade-left"]  { transform: translateX(26px) }
[data-aos="fade-left"].aos-animate  { transform: translateX(0) }
@media (prefers-reduced-motion: reduce) { [data-aos] { opacity: 1; transform: none; transition: none } }

/* ================================================================
   RESPONSIVE
   ================================================================ */

/* ── 1200px ── */
@media (max-width: 1200px) {
  .servicios-grid { grid-template-columns: repeat(2,1fr) }
  .flota-grid     { grid-template-columns: repeat(3,1fr) }
  .politicas-grid { grid-template-columns: repeat(2,1fr) }
  .footer-grid    { grid-template-columns: 1fr 1fr; gap: 32px }
  .nosotros-grid  { gap: 48px }
  .porque-grid    { gap: 48px }
}

/* ── 1024px ── */
@media (max-width: 1024px) {
  .section, .section-mvv, .section-porque, .section-certif, .section-politicas { padding: 76px 0 }
  .nosotros-grid  { grid-template-columns: 1fr }
  .nosotros-imgs  { display: none }
  .porque-grid    { grid-template-columns: 1fr }
  .mvv-grid       { grid-template-columns: 1fr; max-width: 580px; margin: 0 auto }
  .flota-grid     { grid-template-columns: repeat(2,1fr) }
  .clientes-grid  { grid-template-columns: repeat(3,1fr) }
  .contacto-grid  { grid-template-columns: 1fr; gap: 40px }
  .footer-grid    { grid-template-columns: 1fr 1fr; gap: 28px }
  .mapa-wrap      { grid-template-columns: 1fr; padding: 28px 20px }
  .certif-grid    { grid-template-columns: repeat(2,1fr) }
  .cifras-inner   { flex-wrap: wrap }
  .cifra-item     { min-width: 45% }
  .cifra-sep      { display: none }
  .testimonios-grid { grid-template-columns: repeat(2,1fr) }
  .fc-strip-grid  { grid-template-columns: 1fr }
  .fc-strip-left  { min-height: 300px }
  .features-inner { grid-template-columns: 1fr 1fr }
  .feat-sep       { display: none }
  .feat-item      { border-bottom: 1px solid var(--gris-200) }
  .selector-inner { grid-template-columns: 1fr }
  .selector-divider { width: 100%; height: 40px }
}

/* ── 768px ── */
@media (max-width: 768px) {
  .topbar      { display: none }
  .trust-label { display: none }
  .navbar      { top: 0 !important }
  .nav-menu {
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
    background: rgba(1,8,30,0.98); flex-direction: column; align-items: center;
    justify-content: center; gap: 4px; z-index: 999;
    backdrop-filter: blur(18px); padding: 80px 20px 40px; overflow-y: auto;
  }
  .nav-menu.open { display: flex }
  .nav-menu li   { width: 100%; text-align: center }
  .nav-link      { font-size: 15px; padding: 13px 20px }
  .nav-drop .drop-menu {
    position: static; opacity: 1; visibility: visible; transform: none;
    background: rgba(255,255,255,0.04); border: none; box-shadow: none;
    padding: 4px 0; border-radius: 4px; margin-top: 4px;
  }
  .drop-menu li a { justify-content: center; font-size: 13px }
  .nav-cta    { display: none }
  .nav-toggle { display: flex }
  .nav-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px) }
  .nav-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0) }
  .nav-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px) }
  .nav-logo img { height: 46px }
  .hero { min-height: 100svh }
  .hero-content { padding: 105px 16px 60px }
  .hero-content::before { display: none }
  .hero-h1  { font-size: clamp(30px, 8vw, 48px); letter-spacing: -0.5px }
  .hero-sub { font-size: 14px; line-height: 1.75; margin-bottom: 30px }
  .hero-btns { flex-direction: column; align-items: flex-start; gap: 10px }
  .btn-primary, .btn-outline { width: 100%; max-width: 300px; justify-content: center; padding: 13px 24px }
  .hero-scroll { display: none }
  .hero::after { display: none }
  .cifras-inner  { flex-direction: column }
  .cifra-item    { padding: 24px 16px }
  .cifra-sep     { display: block; width: 100%; height: 1px; margin: 0 }
  .section, .section-mvv, .section-porque, .section-certif, .section-politicas { padding: 56px 0 }
  .section-testimonios { padding: 56px 0 }
  .sec-header    { margin-bottom: 36px }
  .servicios-grid { grid-template-columns: 1fr }
  .mvv-grid      { grid-template-columns: 1fr; max-width: 100% }
  .razones-grid  { grid-template-columns: 1fr 1fr }
  .flota-grid    { grid-template-columns: 1fr 1fr; gap: 12px }
  .clientes-grid { grid-template-columns: 1fr 1fr }
  .cls           { padding: 22px 12px }
  .cls-n         { font-size: 34px }
  .certif-grid   { grid-template-columns: 1fr }
  .certif-banner { flex-direction: column; padding: 22px 18px }
  .politicas-grid { grid-template-columns: 1fr }
  .contacto-grid  { grid-template-columns: 1fr }
  .form-row       { grid-template-columns: 1fr }
  .contacto-form  { padding: 26px 22px }
  .mapa-cont      { height: 280px }
  .footer-grid    { grid-template-columns: 1fr }
  .footer-top     { padding: 48px 0 36px }
  .wa-float       { width: 54px; height: 54px; font-size: 24px; bottom: 18px; right: 16px }
  .wa-tip         { display: none }
  .back-top       { width: 40px; height: 40px; font-size: 12px; bottom: 18px; left: 16px }
  .certif-banner-left { flex-direction: column; text-align: center }
  .porque-nums    { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px }
  .pn             { min-width: unset; padding: 16px }
  .btn-wa-green   { width: 100%; justify-content: center }
  .rutas-lista    { max-height: 280px }
  .testimonios-grid { grid-template-columns: 1fr }
  .features-inner { grid-template-columns: 1fr }
  .feat-item      { padding: 20px 18px }
  .selector-card  { padding: 22px 24px }
  .fc-strip-content { padding: 36px 28px }
  #cookie-banner  { flex-direction: column; align-items: flex-start; padding: 16px }
  .cookie-btns    { width: 100% }
  .cookie-btn-ok, .cookie-btn-no { flex: 1; text-align: center }
  ::-webkit-scrollbar { width: 3px }
}

/* ── 480px ── */
@media (max-width: 480px) {
  .container     { padding: 0 14px }
  .hero-h1       { font-size: clamp(26px, 9vw, 38px) }
  .clientes-grid { grid-template-columns: 1fr }
  .razones-grid  { grid-template-columns: 1fr }
  .flota-grid    { grid-template-columns: 1fr 1fr; gap: 10px }
  .fc-img        { height: 155px }
  .section-h2    { font-size: clamp(22px, 6vw, 32px) }
  .cl-stats      { flex-direction: column }
  .cls           { border-right: none; border-bottom: 1px solid rgba(242,101,34,0.08) }
  .cls:last-child { border-bottom: none }
  .contacto-form { padding: 22px 18px }
  .btn-wa-green  { font-size: 12px; padding: 11px 18px }
  .selector-card { padding: 18px 16px }
  .feat-ic       { width: 46px; height: 46px; font-size: 18px }
}

/* ===== PRINT ===== */
@media print {
  .topbar, .navbar, .wa-float, .back-top, #cookie-banner, .hero-scroll, .trust-strip { display: none !important }
  .hero { min-height: auto; padding: 40px 0 }
  * { box-shadow: none !important }
}