﻿/* ==========================================================
   ROA TRANSPORTES — PREMIUM DESIGN SYSTEM
   Extiende main.css sin sobrescribir lo que funciona.
   Paleta: Navy #0D2137 + Gold #C9A227 | Inspirado en TCC
   ========================================================== */

/* ════════════════════════════════════════════
   ROA PREMIUM DESIGN SYSTEM v3.0
   Spec: Ultra Spec Arquitecto · 25 Abr 2026
   ════════════════════════════════════════════ */
:root {
  /* ── PALETA PRINCIPAL ── */
  --roa-navy:        #0D2137;
  --roa-navy-mid:    #1A3A5C;
  --roa-navy-light:  #2A4A6C;
  --roa-navy-dark:   #060F1A;
  --roa-navy-soft:   #E8EFF6;
  --roa-gold:        #C9A227;
  --roa-gold-light:  #E8C050;
  --roa-gold-dark:   #9A7A10;
  --roa-gold-soft:   #FDF6E3;
  --roa-white:       #FFFFFF;
  --roa-gray-bg:     #F4F6F8;
  --roa-gray-line:   #E2E8F0;
  --roa-gray-mid:    #6B7280;
  --roa-gray-dark:   #374151;
  --roa-text:        #1C2B3A;
  --roa-muted:       #64748B;
  --roa-success:     #16A34A;
  --roa-whatsapp:    #25D366;
  --roa-error:       #DC2626;
  --roa-danger:      #E53E3E;

  /* ── TIPOGRAFÍA ── */
  --font-heading: 'Montserrat', sans-serif;
  --font-body:    'Open Sans', sans-serif;

  /* ── ESCALA TIPOGRÁFICA (ratio 1.25) ── */
  --text-xs:    0.64rem;
  --text-sm:    0.8rem;
  --text-base:  1rem;
  --text-lg:    1.25rem;
  --text-xl:    1.563rem;
  --text-2xl:   1.953rem;
  --text-3xl:   2.441rem;
  --text-4xl:   3.052rem;
  --text-hero:  3.815rem;

  /* ── SPACING (base 8px) ── */
  --sp-1:  0.5rem;
  --sp-2:  1rem;
  --sp-3:  1.5rem;
  --sp-4:  2rem;
  --sp-6:  3rem;
  --sp-8:  4rem;
  --sp-12: 6rem;
  --sp-16: 8rem;

  /* ── SECTION PADDING ── */
  --section-py:    6rem;
  --section-py-md: 4rem;
  --section-py-sm: 3rem;

  /* ── SOMBRAS (elevación 0→5) ── */
  --shadow-0: none;
  --shadow-1: 0 1px 3px rgba(13,33,55,0.08), 0 1px 2px rgba(13,33,55,0.06);
  --shadow-2: 0 4px 12px rgba(13,33,55,0.10), 0 2px 4px rgba(13,33,55,0.06);
  --shadow-3: 0 8px 24px rgba(13,33,55,0.12), 0 4px 8px rgba(13,33,55,0.08);
  --shadow-4: 0 16px 48px rgba(13,33,55,0.15), 0 8px 16px rgba(13,33,55,0.10);
  --shadow-5: 0 24px 80px rgba(13,33,55,0.20), 0 12px 24px rgba(13,33,55,0.12);
  --shadow-gold:    0 8px 32px rgba(201,162,39,0.30);
  --shadow-gold-sm: 0 4px 16px rgba(201,162,39,0.20);
  --roa-shadow:    0 4px 24px rgba(13,33,55,0.10);
  --roa-shadow-lg: 0 8px 40px rgba(13,33,55,0.16);

  /* ── BORDER RADIUS ── */
  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   16px;
  --radius-xl:   24px;
  --radius-2xl:  32px;
  --radius-full: 9999px;
  --roa-radius:  10px;

  /* ── TRANSICIONES ── */
  --transition-fast:   0.15s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base:   0.30s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow:   0.60s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-spring: 0.50s cubic-bezier(0.34, 1.56, 0.64, 1);
  --roa-transition:    all 0.25s cubic-bezier(0.4, 0, 0.2, 1);

  /* ── VERDE ROA (color primario de marca) ── */
  --roa-green:        #1E7A34;
  --roa-green-light:  #28A745;
  --roa-green-dark:   #155724;
  --roa-green-soft:   #D4EDDA;
  --roa-green-alpha:  rgba(30, 122, 52, 0.12);

  /* ── PSE ── */
  --roa-pse: #C8232C;

  /* ── SOMBRAS VERDES ── */
  --shadow-green:    0 8px 32px rgba(30,122,52,0.30);
  --shadow-green-sm: 0 4px 16px rgba(30,122,52,0.20);

  /* ── TRANSICIONES (alias cortos) ── */
  --tr-fast:   0.15s cubic-bezier(0.4, 0, 0.2, 1);
  --tr-base:   0.30s cubic-bezier(0.4, 0, 0.2, 1);
  --tr-slow:   0.60s cubic-bezier(0.4, 0, 0.2, 1);
  --tr-spring: 0.50s cubic-bezier(0.34, 1.56, 0.64, 1);

  /* ── Z-INDEX ── */
  --z-dropdown: 100;
  --z-sticky:   200;
  --z-overlay:  300;
  --z-modal:    400;
  --z-toast:    500;
}

/* ---------- TIPOGRAFÍAS ---------- */
body {
  font-family: 'Open Sans', 'Nunito', sans-serif;
  color: var(--roa-text);
}

h1, h2, h3, h4, h5, h6,
.section-heading h2,
.section-heading h3,
.slider-caption {
  font-family: 'Montserrat', 'Poppins', sans-serif;
}

/* ---------- OVERRIDE COLOR PRIMARIO → ROA NAVY ---------- */
:root {
  --primary-color:  #C9A227;
  --bg-dark:        #0D2137;
  --heading-color:  #0D2137;
}

/* ---------- NAVBAR STICKY PREMIUM ---------- */
/* El header ya tiene .sticky-header en el HTML pero está oculto.
   Mejoramos el header existente + el sticky. */

.main-header {
  background: var(--roa-navy) !important;
  border-bottom: 2px solid var(--roa-gold);
  transition: var(--roa-transition);
}

.top-header {
  background: transparent !important;
  border-bottom: 1px solid rgba(201,162,39,0.25);
  padding: 8px 0 8px 80px;
}

.top-header::before {
  background-color: transparent !important;
}

.top-header-nav li a,
.top-left li a,
.top-left li {
  color: rgba(255,255,255,0.85) !important;
  font-size: 13px;
  letter-spacing: 0.3px;
}

.top-left li i {
  color: var(--roa-gold) !important;
}

/* Header social */
.header-social-share li a {
  color: rgba(255,255,255,0.75) !important;
  border-color: rgba(201,162,39,0.3) !important;
  transition: var(--roa-transition);
}

.header-social-share li a:hover {
  color: var(--roa-gold) !important;
}

/* Menú principal — transparent sobre hero, navy al scrollear */
.header-menu-wrap,
.header-menu-wrap::before {
  background: transparent !important;
}

/* Nav links blancos sobre hero oscuro */
.header-menu-wrap ul li > a {
  color: rgba(255, 255, 255, 0.88) !important;
}

/* Al scrollear: panel nav navy opaco */
.main-header.roa-scrolled .header-menu-wrap,
.main-header.roa-scrolled .header-menu-wrap::before {
  background: rgba(13, 33, 55, 0.97) !important;
  backdrop-filter: blur(16px);
}

/* Comprimir ítems para que todos quepan en una sola fila */
@media (min-width: 993px) {
  .header-menu-wrap ul li {
    margin-right: 18px !important;
  }
}

.header-menu-wrap ul li > a {
  color: var(--roa-navy) !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.2px;
  position: relative;
  padding-bottom: 4px;
}

.header-menu-wrap ul li > a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--roa-gold);
  transition: width 0.3s ease;
}

.header-menu-wrap ul li:hover > a::after {
  width: 100%;
}

/* Sticky header */
.sticky-header {
  background: var(--roa-navy) !important;
  box-shadow: 0 2px 20px rgba(13,33,55,0.20) !important;
}

.sticky-header .header-menu-wrap,
.sticky-header .header-menu-wrap::before {
  background-color: var(--roa-white) !important;
}

/* ---------- BOTONES ROA ---------- */
.default-btn,
.btn-roa-primary {
  background: var(--roa-navy) !important;
  color: var(--roa-white) !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 12px 28px;
  border-radius: var(--roa-radius);
  border: 2px solid var(--roa-navy);
  transition: var(--roa-transition);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.default-btn:hover,
.btn-roa-primary:hover {
  background: var(--roa-gold) !important;
  border-color: var(--roa-gold) !important;
  color: var(--roa-white) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(201,162,39,0.35);
}

.btn-roa-gold {
  background: var(--roa-gold) !important;
  color: var(--roa-white) !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 13px 28px;
  border-radius: var(--roa-radius);
  border: none;
  transition: var(--roa-transition);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-roa-gold:hover {
  background: var(--roa-gold-dark) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(201,162,39,0.40);
}

.btn-whatsapp {
  background: #25D366 !important;
  color: var(--roa-white) !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 24px;
  border-radius: var(--roa-radius);
  border: none;
  transition: var(--roa-transition);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.btn-whatsapp:hover {
  background: #1DA851 !important;
  color: var(--roa-white) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(37,211,102,0.35);
}

/* Botones Golyat rediseñados */
.btn-golyat {
  border-color: var(--roa-gold) !important;
  border-radius: var(--roa-radius) !important;
  padding: 8px 18px !important;
  transition: var(--roa-transition) !important;
}

.btn-golyat:hover {
  background: var(--roa-gold) !important;
}

.golyat-text {
  color: var(--roa-gold) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.btn-golyat:hover .golyat-text {
  color: var(--roa-white) !important;
}

/* ---------- SECCIÓN HEADINGS ---------- */
.section-heading .sub-heading {
  font-family: 'Montserrat', sans-serif;
  color: var(--roa-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.section-heading h2 {
  color: var(--roa-navy);
  font-weight: 800;
  line-height: 1.15;
}

/* ---------- COTIZADOR PREMIUM — SECCIÓN COMPLETA ---------- */
#cotizar {
  background: var(--roa-gray-bg);
  padding: 80px 0;
}

/* Card contenedor del cotizador */
.roa-cotizador-card {
  background: var(--roa-white);
  border-radius: 16px;
  box-shadow: var(--roa-shadow-lg);
  overflow: hidden;
  max-width: 840px;
  margin: 0 auto;
}

/* Header de la card */
.roa-cotizador-header {
  background: var(--roa-navy);
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.roa-cotizador-header h3 {
  color: var(--roa-white);
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.roa-cotizador-header .header-icon {
  background: var(--roa-gold);
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--roa-white);
  flex-shrink: 0;
}

/* Progress steps */
.roa-steps {
  display: flex;
  align-items: center;
  padding: 24px 36px 0;
  gap: 0;
}

.roa-step {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  position: relative;
}

.roa-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 0;
  width: calc(100% - 36px);
  height: 2px;
  background: var(--roa-gray-line);
  left: 36px;
}

.roa-step.active .step-num {
  background: var(--roa-navy);
  color: var(--roa-white);
}

.roa-step.completed .step-num {
  background: var(--roa-success);
  color: var(--roa-white);
}

.roa-step.completed::after {
  background: var(--roa-success);
}

.step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--roa-gray-line);
  color: var(--roa-muted);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--roa-transition);
}

.step-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--roa-muted);
  white-space: nowrap;
}

.roa-step.active .step-label {
  color: var(--roa-navy);
}

/* Body del cotizador */
.roa-cotizador-body {
  padding: 28px 36px 36px;
}

/* Selector de tipo de envío */
.tipo-envio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.tipo-envio-card {
  border: 2px solid var(--roa-gray-line);
  border-radius: 12px;
  padding: 18px 14px;
  text-align: center;
  cursor: pointer;
  transition: var(--roa-transition);
  user-select: none;
}

.tipo-envio-card:hover {
  border-color: var(--roa-gold);
  background: var(--roa-gold-soft);
  transform: translateY(-2px);
}

.tipo-envio-card.selected {
  border-color: var(--roa-navy);
  background: var(--roa-navy-soft);
}

.tipo-envio-card .tipo-icon {
  font-size: 28px;
  margin-bottom: 8px;
  display: block;
}

.tipo-envio-card .tipo-nombre {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--roa-navy);
  display: block;
}

.tipo-envio-card .tipo-limite {
  font-size: 11px;
  color: var(--roa-muted);
  display: block;
  margin-top: 3px;
}

/* Campos del formulario */
.roa-field-group {
  margin-bottom: 20px;
}

.roa-field-group label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--roa-navy);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.roa-field-group .field-helper {
  font-size: 11px;
  color: var(--roa-muted);
  margin-top: 5px;
  display: block;
}

.roa-input {
  width: 100%;
  height: 48px;
  border: 2px solid var(--roa-gray-line);
  border-radius: 10px;
  padding: 0 16px;
  font-size: 15px;
  color: var(--roa-text);
  font-family: 'Open Sans', sans-serif;
  transition: var(--roa-transition);
  background: var(--roa-white);
  outline: none;
}

.roa-input:focus {
  border-color: var(--roa-navy);
  box-shadow: 0 0 0 3px rgba(13,33,55,0.08);
}

.roa-input.error {
  border-color: var(--roa-danger);
}

.roa-input.valid {
  border-color: var(--roa-success);
}

/* Input con unidad (kg, cm) */
.input-with-unit {
  position: relative;
}

.input-with-unit .roa-input {
  padding-right: 52px;
}

.input-unit {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--roa-muted);
  pointer-events: none;
}

/* Grid de dimensiones */
.dimensiones-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

/* Calculadora de peso volumétrico en tiempo real */
.peso-info-card {
  background: var(--roa-gold-soft);
  border: 1px solid rgba(201,162,39,0.25);
  border-radius: 10px;
  padding: 14px 18px;
  margin-top: 16px;
  display: none;
}

.peso-info-card.visible {
  display: block;
  animation: fadeIn 0.3s ease;
}

.peso-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  font-size: 13px;
}

.peso-info-row .label {
  color: var(--roa-muted);
  font-family: 'Open Sans', sans-serif;
}

.peso-info-row .value {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: var(--roa-navy);
}

.peso-info-row.destacado .value {
  color: var(--roa-gold-dark);
  font-size: 15px;
}

.peso-aviso {
  background: rgba(201,162,39,0.15);
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 11px;
  color: var(--roa-gold-dark);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-top: 8px;
  display: none;
}

.peso-aviso.visible {
  display: block;
}

/* Autocomplete de ciudades */
.ciudad-wrapper {
  position: relative;
}

.ciudad-suggestions {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: var(--roa-white);
  border: 2px solid var(--roa-navy);
  border-radius: 10px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 999;
  box-shadow: var(--roa-shadow);
  display: none;
}

.ciudad-suggestions.open {
  display: block;
  animation: fadeIn 0.2s ease;
}

.ciudad-suggestion-item {
  padding: 10px 16px;
  font-size: 14px;
  cursor: pointer;
  color: var(--roa-text);
  border-bottom: 1px solid var(--roa-gray-line);
  transition: var(--roa-transition);
  font-family: 'Open Sans', sans-serif;
}

.ciudad-suggestion-item:last-child {
  border-bottom: none;
}

.ciudad-suggestion-item:hover,
.ciudad-suggestion-item.highlighted {
  background: var(--roa-navy-soft);
  color: var(--roa-navy);
  font-weight: 600;
}

/* Botones de navegación del cotizador */
.roa-cotizador-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--roa-gray-line);
}

/* ---------- RESULTADO DE COTIZACIÓN — CARD PREMIUM ---------- */
.roa-resultado-card {
  background: var(--roa-white);
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid var(--roa-gray-line);
  margin-top: 24px;
  display: none;
}

.roa-resultado-card.visible {
  display: block;
  animation: slideUp 0.4s ease;
}

.roa-resultado-header {
  background: var(--roa-navy);
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.roa-resultado-header h4 {
  color: var(--roa-white);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  opacity: 0.85;
}

.roa-resultado-precio {
  text-align: right;
}

.roa-resultado-precio .precio-label {
  color: rgba(255,255,255,0.7);
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

.roa-resultado-precio .precio-valor {
  color: var(--roa-gold);
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  display: block;
}

/* Desglose */
.roa-desglose {
  padding: 24px 28px;
}

.roa-desglose-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--roa-gray-line);
  font-size: 14px;
}

.roa-desglose-row:last-of-type {
  border-bottom: none;
}

.roa-desglose-row .desglose-label {
  color: var(--roa-muted);
  font-family: 'Open Sans', sans-serif;
}

.roa-desglose-row .desglose-valor {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: var(--roa-text);
}

.roa-desglose-row.total-row {
  background: var(--roa-navy-soft);
  border-radius: 10px;
  padding: 14px 16px;
  margin-top: 8px;
  border: none;
}

.roa-desglose-row.total-row .desglose-label {
  color: var(--roa-navy);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
}

.roa-desglose-row.total-row .desglose-valor {
  color: var(--roa-navy);
  font-size: 18px;
}

/* Info de entrega */
.roa-entrega-info {
  background: var(--roa-gray-bg);
  padding: 16px 28px;
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.roa-entrega-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.roa-entrega-badge i {
  color: var(--roa-gold);
  font-size: 16px;
}

.roa-entrega-badge span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: var(--roa-navy);
}

/* CTAs del resultado */
.roa-resultado-ctas {
  padding: 20px 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Aviso de estimación */
.roa-aviso-estimacion {
  padding: 12px 28px 20px;
}

.roa-aviso-estimacion p {
  font-size: 12px;
  color: var(--roa-muted);
  margin: 0;
  padding: 10px 14px;
  background: var(--roa-gray-bg);
  border-radius: 8px;
  border-left: 3px solid var(--roa-gold);
}

/* ---------- SECCIÓN RECOGIDA ---------- */
#recogida {
  background: var(--roa-white);
  border: 2px solid var(--roa-gray-line);
  border-radius: 16px;
  max-width: 840px;
  margin: 24px auto 0;
  padding: 32px;
  box-shadow: var(--roa-shadow);
}

.recogida-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--roa-gray-line);
}

.recogida-header .recogida-icon {
  width: 48px;
  height: 48px;
  background: var(--roa-gold);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--roa-white);
  flex-shrink: 0;
}

.recogida-header h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--roa-navy);
  margin: 0;
}

.recogida-header p {
  color: var(--roa-muted);
  font-size: 13px;
  margin: 4px 0 0;
}

#respuestaRecogida {
  display: none;
  background: var(--roa-gold-soft);
  border: 1px solid rgba(201,162,39,0.3);
  border-radius: 10px;
  padding: 16px 20px;
  margin-top: 16px;
}

#mensajeRecogida {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: var(--roa-navy);
  font-size: 15px;
}

/* ---------- SECCIÓN SERVICIOS (cards mejoradas) ---------- */
.service-section .service-content h3 a {
  color: var(--roa-navy);
  font-family: 'Montserrat', sans-serif;
  transition: var(--roa-transition);
}

.service-section .service-content h3 a:hover {
  color: var(--roa-gold);
}

.service-content i {
  color: var(--roa-gold) !important;
  background-color: var(--roa-navy-soft) !important;
}

.service-content:before {
  background-color: var(--roa-gold) !important;
}

/* ---------- COUNTER SECTION ---------- */
.counter-content h3 {
  color: var(--roa-navy);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.counter-icon i {
  color: var(--roa-gold) !important;
}

/* ══════════════════════════════════════════
   BLOQUE 12 — PSE FLOAT BUTTON
   ══════════════════════════════════════════ */
.pse-float {
  position: fixed; bottom: 24px; left: 24px; z-index: 900;
  display: block; width: 78px;
  border-radius: var(--radius-md); overflow: hidden;
  box-shadow: var(--shadow-3);
  opacity: 0.85;
  transition: opacity var(--tr-fast), transform var(--tr-spring),
              box-shadow var(--tr-fast);
}
.pse-float:hover { opacity: 1; transform: translateY(-3px); box-shadow: var(--shadow-4); }
.pse-float img { width: 100%; height: auto; display: block; }
.pse-float-txt {
  display: block; background: var(--roa-pse); color: white;
  font-family: var(--font-heading); font-weight: 700;
  font-size: 0.8rem; padding: 8px 14px; text-align: center;
}
@media (max-width: 767px) {
  .pse-float { width: 62px; bottom: 90px; left: 14px; }
}

/* ---------- RUNNING TEXT VERDE ---------- */
.running-text {
  background: var(--roa-navy) !important;
  border-top: 1px solid rgba(30,122,52,0.20) !important;
  border-bottom: 1px solid rgba(30,122,52,0.20) !important;
  padding: 16px 0 !important;
}

/* ---------- FOOTER PREMIUM ---------- */
.footer-section {
  border-top: 3px solid var(--roa-green);
}

.footer-wrapper {
  background-color: var(--roa-navy) !important;
}

.footer-widget h3,
.footer-widget h4 {
  color: var(--roa-white) !important;
  font-family: 'Montserrat', sans-serif;
}

.footer-links li a,
.footer-contact-info li p {
  color: rgba(255,255,255,0.75) !important;
}

.footer-links li a:hover {
  color: var(--roa-gold) !important;
}

.footer-links li::before {
  color: var(--roa-gold) !important;
}

.footer-contact-info li p span {
  color: var(--roa-gold) !important;
}

.copyright-area {
  background: #050F1C !important;
}

.copyright-area a {
  color: var(--roa-gold) !important;
}

/* Botón outline */
.btn-roa-outline {
  background: transparent !important;
  color: var(--roa-navy) !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.4px;
  padding: 11px 24px;
  border-radius: var(--roa-radius);
  border: 2px solid var(--roa-navy) !important;
  transition: var(--roa-transition);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.btn-roa-outline:hover {
  background: var(--roa-navy) !important;
  color: var(--roa-white) !important;
}

/* Mensaje de error del cotizador */
.roa-error-msg {
  background: #FFF0F0;
  border: 1px solid var(--roa-danger);
  border-left: 4px solid var(--roa-danger);
  border-radius: 8px;
  padding: 12px 16px;
  margin: 0 36px 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--roa-danger);
}

/* Iconos de entrega en el resultado */
.roa-entrega-badge i {
  color: var(--roa-gold);
  font-size: 18px;
  flex-shrink: 0;
}

/* ---------- RUNNING TEXT SCROLLER ---------- */
.running-text {
  background: var(--roa-navy) !important;
}

.ticker-track {
  display: flex;
  align-items: center;
  gap: 0;
}
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  padding: 0 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.88);
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.ticker-item i {
  font-size: 0.95rem;
  color: #6BDB8A;
  flex-shrink: 0;
}
.ticker-sep {
  color: rgba(107,219,138,0.35);
  font-size: 0.6rem;
  flex-shrink: 0;
  user-select: none;
}

/* ---------- ANIMACIONES ---------- */
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- RESPONSIVE COTIZADOR ---------- */
@media (max-width: 768px) {
  .roa-cotizador-card {
    border-radius: 12px;
    margin: 0 8px;
  }

  .roa-cotizador-header {
    padding: 20px 20px;
  }

  .roa-steps {
    padding: 16px 20px 0;
  }

  .step-label {
    display: none;
  }

  .roa-cotizador-body {
    padding: 20px 20px 24px;
  }

  .tipo-envio-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .dimensiones-grid {
    grid-template-columns: 1fr 1fr;
  }

  .roa-resultado-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 20px;
  }

  .roa-resultado-precio {
    text-align: left;
  }

  .roa-desglose {
    padding: 16px 20px;
  }

  .roa-resultado-ctas {
    flex-direction: column;
    padding: 16px 20px;
  }

  .roa-resultado-ctas .btn-roa-gold,
  .roa-resultado-ctas .btn-whatsapp {
    width: 100%;
    justify-content: center;
  }

  #recogida {
    margin: 16px 8px 0;
    padding: 20px;
  }
}

/* ══════════════════════════════════════════
   BLOQUE 3 — NAVBAR VERDE PREMIUM
   ══════════════════════════════════════════ */

/* Barra verde de identidad en borde izquierdo */
.main-header::before {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px; z-index: 1;
  background: linear-gradient(180deg,
    var(--roa-green-light) 0%,
    var(--roa-green) 50%,
    var(--roa-green-dark) 100%
  );
}

/* Header scroll */
.main-header.roa-scrolled {
  box-shadow: 0 4px 24px rgba(0,0,0,0.30) !important;
  border-bottom: 1px solid rgba(30,122,52,0.25) !important;
}
.top-header.roa-topbar-hidden {
  max-height: 0 !important;
  overflow: hidden;
  opacity: 0;
  padding: 0 !important;
  border: none !important;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

/* Logo — glow verde sutil */
.site-logo img,
.main-header .site-logo img {
  filter: drop-shadow(0 0 10px rgba(40,167,69,0.30));
  transition: filter var(--tr-base);
}
.site-logo a:hover img {
  filter: drop-shadow(0 0 16px rgba(40,167,69,0.50));
}

/* Nav link underline hover — verde */
.header-menu-wrap .nav-menu > li > a {
  position: relative;
}
.header-menu-wrap .nav-menu > li > a::after {
  content: '';
  position: absolute; bottom: -4px; left: 0; right: 0;
  height: 2px; background: var(--roa-green-light);
  transform: scaleX(0); transform-origin: left center;
  transition: transform var(--tr-base);
  border-radius: var(--radius-full);
}
.header-menu-wrap .nav-menu > li:hover > a,
.header-menu-wrap .nav-menu > li.current-menu-item > a {
  color: var(--roa-green-dark) !important;
}
.header-menu-wrap .nav-menu > li:hover > a::after,
.header-menu-wrap .nav-menu > li.current-menu-item > a::after {
  transform: scaleX(1);
}

/* ── BOTONES NAVBAR (jerarquía 3 niveles) ── */

/* Primario: VERDE — cotizar envío */
.btn-nav-primary {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--roa-green);
  color: white !important;
  font-family: var(--font-heading); font-weight: 700;
  font-size: 0.8rem; letter-spacing: 0.02em;
  padding: 0.5rem 1.1rem;
  border-radius: var(--radius-md); border: none;
  text-decoration: none;
  transition: background var(--tr-fast), transform var(--tr-spring),
              box-shadow var(--tr-fast);
  box-shadow: var(--shadow-green-sm);
}
.btn-nav-primary:hover {
  background: var(--roa-green-light);
  transform: translateY(-1px);
  box-shadow: var(--shadow-green);
  text-decoration: none; color: white !important;
}

/* Secundario: GOLD outline — rastrear */
.btn-nav-secondary {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent;
  color: rgba(255,255,255,0.82) !important;
  font-family: var(--font-heading); font-weight: 600;
  font-size: 0.8rem;
  padding: 0.45rem 0.9rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(201,162,39,0.40);
  text-decoration: none;
  transition: all var(--tr-fast);
}
.btn-nav-secondary:hover {
  border-color: var(--roa-gold);
  color: var(--roa-gold) !important;
  background: rgba(201,162,39,0.07);
  text-decoration: none;
}

/* Terciario: Ghost — Golyat */
.btn-nav-ghost {
  background: transparent; border: none;
  color: rgba(255,255,255,0.50) !important;
  font-family: var(--font-heading); font-weight: 500;
  font-size: 0.75rem; padding: 0.4rem 0.6rem;
  text-decoration: none; transition: color var(--tr-fast);
  display: inline-flex; align-items: center; gap: 4px;
}
.btn-nav-ghost:hover { color: rgba(255,255,255,0.90) !important; text-decoration: none; }

/* Hamburger mobile */
.navbar-toggler {
  border: 1px solid rgba(30,122,52,0.30) !important;
  border-radius: var(--radius-sm) !important;
  padding: 0.35rem 0.6rem !important;
  transition: all var(--tr-fast);
}
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(30,122,52,0.25) !important; }

/* Mantener compat. con clases antiguas btn-header-* */
.btn-header-primary  { background: var(--roa-green) !important; color: white !important; }
.btn-header-primary:hover { background: var(--roa-green-light) !important; color: white !important; }
.btn-header-secondary { border: 1px solid rgba(201,162,39,0.40) !important; }
.btn-header-secondary:hover { border-color: var(--roa-gold) !important; color: var(--roa-gold) !important; }

/* ══════════════════════════════════════════
   BLOQUE 6 — TRUST BAR (verde)
   ══════════════════════════════════════════ */
.trust-bar {
  background: var(--roa-navy-dark);
  border-top: 1px solid rgba(30,122,52,0.20);
  border-bottom: 1px solid rgba(30,122,52,0.15);
  padding: var(--sp-3) 0;
}
.trust-bar-inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: var(--sp-2);
}
/* Compatibilidad con .trust-bar-item y .trust-item */
.trust-bar-item, .trust-item {
  display: flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.65);
  font-family: var(--font-heading);
  font-size: var(--text-sm); font-weight: 600;
  transition: color var(--tr-fast);
}
.trust-bar-item:hover, .trust-item:hover { color: rgba(255,255,255,0.90); }
.trust-bar-item i, .trust-item i { color: var(--roa-green-light); font-size: 0.9rem; }
.trust-bar-divider, .trust-sep {
  width: 1px; height: 22px;
  background: rgba(255,255,255,0.10);
}
@media (max-width: 991px) { .trust-bar-divider, .trust-sep { display: none; } }
@media (max-width: 575px) {
  .trust-bar-inner { justify-content: center; }
  .trust-bar-item, .trust-item { font-size: var(--text-xs); }
}

/* ══════════════════════════════════════════
   BLOQUE 7 — RASTREO RÁPIDO (verde)
   ══════════════════════════════════════════ */
.section-rastreo {
  background: linear-gradient(135deg, var(--roa-navy-mid) 0%, var(--roa-navy) 100%);
  padding: var(--sp-8) 0;
  border-bottom: 1px solid rgba(30,122,52,0.15);
}
.rastreo-wrapper { max-width: 680px; margin: 0 auto; text-align: center; }
.rastreo-label {
  font-family: var(--font-heading); font-weight: 700;
  font-size: var(--text-sm); color: var(--roa-green-light);
  letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: var(--sp-3);
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
/* Compatibilidad .rastreo-input-group y .rastreo-group */
.rastreo-input-group, .rastreo-group {
  display: flex; align-items: stretch;
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: border-color var(--tr-base), box-shadow var(--tr-base);
}
.rastreo-input-group:focus-within, .rastreo-group:focus-within {
  border-color: var(--roa-green);
  box-shadow: 0 0 0 4px rgba(30,122,52,0.15);
}
.rastreo-input-wrap {
  flex: 1; display: flex; align-items: center; padding: 0 16px;
}
.rastreo-icon-left { color: rgba(255,255,255,0.30); margin-right: 10px; font-size: 0.9rem; }
.rastreo-input, #rastreoInput, #trackingInput {
  flex: 1; background: transparent; border: none; outline: none;
  color: white; font-family: var(--font-body); font-size: var(--text-base);
  padding: var(--sp-2) var(--sp-3);
  min-width: 0;
}
.rastreo-input::placeholder,
#rastreoInput::placeholder,
#trackingInput::placeholder { color: rgba(255,255,255,0.30); }
.rastreo-btn {
  display: flex; align-items: center; gap: 8px;
  background: var(--roa-green);
  color: white;
  border: none; outline: none;
  font-family: var(--font-heading); font-weight: 700;
  font-size: 0.95rem;
  padding: 0 28px;
  cursor: pointer;
  transition: background var(--tr-fast);
  white-space: nowrap;
}
.rastreo-btn:hover { background: var(--roa-green-light); }
.rastreo-btn i { transition: transform var(--tr-spring); }
.rastreo-btn:hover i { transform: translateX(3px); }
.rastreo-help {
  font-family: var(--font-body); font-size: var(--text-sm);
  color: rgba(255,255,255,0.40);
  margin: var(--sp-2) 0 0;
  text-align: center;
}
.rastreo-help a { color: var(--roa-green-light); text-decoration: none; }
.rastreo-help a:hover { text-decoration: underline; }

@keyframes raoInputShake {
  0%, 100% { transform: translateX(0); }
  25%       { transform: translateX(-6px); }
  75%       { transform: translateX(6px); }
}

/* ══════════════════════════════════════════
   BLOQUE 8 — SECTORS BAR (ticker)
   ══════════════════════════════════════════ */
.sectors-bar {
  background: var(--roa-white);
  padding: var(--sp-4) 0;
  border-bottom: 1px solid var(--roa-gray-line);
}
.sectors-label {
  text-align: center; margin-bottom: var(--sp-2);
  font-family: var(--font-body); font-size: var(--text-xs);
  color: var(--roa-gray-mid); letter-spacing: 0.08em; text-transform: uppercase;
}
.sectors-track-wrap { overflow: hidden; }
.sectors-track {
  display: flex; gap: var(--sp-8);
  animation: sectorTicker 22s linear infinite;
}
.sectors-track:hover { animation-play-state: paused; }
.sector-item {
  flex-shrink: 0; display: flex; align-items: center; gap: 8px;
  font-family: var(--font-heading); font-weight: 600; font-size: var(--text-sm);
  color: var(--roa-gray-mid);
  transition: color var(--tr-base);
  cursor: default; user-select: none;
}
.sector-item:hover { color: var(--roa-green); }
.sector-item i { font-size: 1.1rem; }
@keyframes sectorTicker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ══════════════════════════════════════════
   BLOQUE 6 — SERVICIOS REALES
   ══════════════════════════════════════════ */
.section-servicios {
  padding: var(--section-py) 0;
  background: var(--roa-gray-bg);
}
.section-badge {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: var(--text-xs); font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--roa-gold-dark);
  background: rgba(201,162,39,0.12);
  padding: 4px 12px; border-radius: var(--radius-full);
  margin-bottom: var(--sp-2);
}
.section-title {
  font-family: var(--font-heading) !important;
  font-weight: 800 !important;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem) !important;
  color: var(--roa-navy) !important;
  letter-spacing: -0.02em !important;
  word-spacing: normal !important;
  margin-bottom: var(--sp-2);
}
.section-subtitle {
  font-family: var(--font-body);
  font-size: var(--text-lg);
  color: var(--roa-gray-mid);
  max-width: 560px; margin: 0 auto;
  line-height: 1.7;
}

.service-card {
  background: white;
  border-radius: var(--radius-xl);
  padding: var(--sp-4);
  height: 100%;
  border-top: 4px solid transparent;
  box-shadow: var(--shadow-2);
  transition: transform var(--transition-base), box-shadow var(--transition-base),
              border-top-color var(--transition-base);
  position: relative; overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute; top: 0; right: 0;
  width: 80px; height: 80px;
  background: var(--roa-gold-soft);
  border-radius: 0 0 0 80px;
  opacity: 0; transition: opacity var(--transition-base);
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-4);
  border-top-color: var(--roa-gold);
}
.service-card:hover::before { opacity: 1; }

.service-card--featured {
  background: linear-gradient(135deg, var(--roa-navy) 0%, var(--roa-navy-mid) 100%);
  border-top-color: var(--roa-green-light) !important;
  color: white; height: 100%;
}
.service-card--featured h3 { color: white; }
.service-card--featured p  { color: rgba(255,255,255,0.75); }
.service-card--featured .service-features li { color: rgba(255,255,255,0.85); }
.service-card--featured .service-features i  { color: var(--roa-green-light); }
.service-card--featured::before { display: none; }
.service-card--featured:hover { transform: translateY(-6px); box-shadow: var(--shadow-5); }

.service-card-badge {
  position: absolute; top: 16px; right: 16px;
  background: var(--roa-green); color: white;
  font-family: var(--font-heading); font-size: var(--text-xs);
  font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: var(--radius-full);
}
.service-card-icon {
  width: 56px; height: 56px;
  background: rgba(201,162,39,0.12);
  border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: var(--roa-gold);
  margin-bottom: var(--sp-3);
}
.service-card--featured .service-card-icon { background: rgba(201,162,39,0.20); }

.service-card h3 {
  font-family: var(--font-heading) !important;
  font-weight: 700 !important; font-size: var(--text-xl) !important;
  color: var(--roa-navy); margin-bottom: var(--sp-2);
}
.service-card p {
  font-family: var(--font-body);
  font-size: var(--text-base); color: var(--roa-gray-mid);
  line-height: 1.7; margin-bottom: var(--sp-3);
}
.service-features {
  list-style: none; padding: 0; margin: 0 0 var(--sp-3) 0;
}
.service-features li {
  display: flex; align-items: flex-start; gap: 8px;
  font-family: var(--font-body); font-size: var(--text-sm);
  color: var(--roa-gray-dark); padding: 4px 0; line-height: 1.5;
}
.service-features i { color: var(--roa-gold); font-size: 0.75rem; }
.service-cta {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-heading); font-weight: 700;
  font-size: var(--text-sm); color: var(--roa-gold) !important;
  text-decoration: none; letter-spacing: 0.03em;
  transition: gap var(--transition-fast);
}
.service-cta:hover { gap: 10px; text-decoration: none; color: var(--roa-gold) !important; }
.service-card--featured .service-cta { color: var(--roa-gold) !important; }

/* ══════════════════════════════════════════
   BLOQUE 7 — STATS PREMIUM
   ══════════════════════════════════════════ */
.section-stats {
  padding: var(--sp-12) 0;
  background: linear-gradient(135deg, var(--roa-navy-dark) 0%, var(--roa-navy) 100%);
  position: relative; overflow: hidden;
}
.section-stats::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(201,162,39,0.06) 1px, transparent 0);
  background-size: 32px 32px;
}
.stats-grid {
  display: flex; align-items: center; justify-content: space-between;
  position: relative; z-index: 1;
  gap: var(--sp-4); flex-wrap: wrap;
}
.stat-item { text-align: center; flex: 1; min-width: 130px; }
.stat-sep { width: 1px; height: 80px; background: rgba(255,255,255,0.10); flex-shrink: 0; }
.stat-icon {
  font-size: 1.6rem; color: var(--roa-green-light);
  margin-bottom: var(--sp-2); opacity: 0.85;
}
.stat-number {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  color: white; letter-spacing: -0.03em;
  line-height: 1; margin-bottom: var(--sp-1);
}
.stat-label {
  font-family: var(--font-heading); font-weight: 600;
  font-size: var(--text-base); color: rgba(255,255,255,0.85);
  margin-bottom: 4px;
}
.stat-sub {
  font-family: var(--font-body); font-size: var(--text-xs);
  color: rgba(255,255,255,0.40); letter-spacing: 0.05em; text-transform: uppercase;
}
/* stat-divider alias for stat-sep */
.stat-divider { width: 1px; height: 80px; background: rgba(255,255,255,0.10); flex-shrink: 0; }

/* ══════════════════════════════════════════
   BLOQUE 9 — SECTION HEADERS GLOBAL FIX
   ══════════════════════════════════════════ */
.section-heading h2,
h2.text-anim,
.section-heading .text-anim {
  letter-spacing: -0.01em !important;
  word-spacing: normal !important;
}
/* Anular el split-char effect del JS que espacía cada letra */
.section-heading h2 .char { display: inline !important; }

/* ══════════════════════════════════════════
   BLOQUE 12 — RESPONSIVE
   ══════════════════════════════════════════ */
@media (max-width: 575px) {
  :root { --section-py: var(--section-py-sm); }
  .stats-grid { flex-direction: column; gap: var(--sp-4); }
  .stat-divider, .stat-sep { width: 60px; height: 1px; }
  .rastreo-input-group, .rastreo-group { flex-direction: column; border-radius: var(--radius-lg); }
  .rastreo-btn { width: 100%; justify-content: center; padding: 14px; border-radius: 0; }
  .section-servicios { padding: var(--section-py-sm) 0; }
}

@media (max-width: 991px) {
  :root { --section-py: var(--section-py-md); }
}

@media (min-width: 576px) and (max-width: 991px) {
  .stats-grid { flex-wrap: wrap; }
  .stat-item  { min-width: 45%; }
  .stat-divider, .stat-sep { display: none; }
}

/* ══════════════════════════════════════════
   BLOQUE 13 — FOOTER COPYRIGHT + PSE
   ══════════════════════════════════════════ */
.copyright-area {
  font-family: var(--font-body) !important;
  font-size: var(--text-xs) !important;
  color: rgba(255,255,255,0.40) !important;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: var(--sp-3);
  margin-top: 0 !important;
  text-align: center;
}
.copyright-area a { color: rgba(255,255,255,0.5); text-decoration: none; }
.copyright-area a:hover { color: var(--roa-gold); }

/* ── PSE eliminado de posición absoluta sobre el hero ── */
#pse-button {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: auto !important;
  z-index: auto !important;
  display: none !important; /* El original está oculto — usamos el del footer */
}

/* ── PSE en footer — integrado y premium ── */
.pse-footer-strip {
  background: rgba(0,0,0,0.25);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: var(--sp-2) 0;
}
.pse-footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-3);
  flex-wrap: wrap;
}
.pse-footer-label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.pse-footer-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-md);
  padding: 6px 14px;
  text-decoration: none;
  transition: background var(--transition-fast), border-color var(--transition-fast);
}
.pse-footer-btn:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.25);
  text-decoration: none;
}
.pse-footer-btn img {
  height: 24px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.75;
}
.pse-footer-btn span {
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: 700;
  color: rgba(255,255,255,0.70);
  letter-spacing: 0.04em;
}
.pse-footer-secure {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.30);
  display: flex; align-items: center; gap: 5px;
}
.pse-footer-secure i { color: var(--roa-success); font-size: 0.65rem; }

/* ── Responsive PSE ── */
@media (max-width: 575px) {
  .pse-footer-inner { flex-direction: column; gap: var(--sp-2); text-align: center; }
  .pse-footer-label, .pse-footer-secure { font-size: 0.6rem; }
  .pse-footer-btn { padding: 8px 16px; }
  .pse-footer-btn img { height: 20px; }
}
@media (min-width: 576px) and (max-width: 768px) {
  .pse-footer-inner { gap: var(--sp-2); }
  .pse-footer-label { display: none; }
}

/* ══════════════════════════════════════════
   BLOQUE 3 — PRELOADER PREMIUM
   ══════════════════════════════════════════ */
.roa-preloader {
  position: fixed; inset: 0; z-index: 9999;
  background: linear-gradient(135deg, var(--roa-navy-dark) 0%, var(--roa-navy) 100%);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  /* CSS fallback: auto-ocultar a los 5s si JS falla */
  animation: preloaderAutoHide 0.01s 5s forwards;
}
@keyframes preloaderAutoHide {
  to { opacity: 0; visibility: hidden; pointer-events: none; display: none; }
}
.roa-preloader.out {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.preloader-inner { text-align: center; padding: 0 24px; }

.preloader-logo {
  width: 160px; margin-bottom: 32px;
  animation: preIn 0.8s ease both;
  filter: drop-shadow(0 4px 16px rgba(30,122,52,0.40));
}

.preloader-progress {
  width: 180px; height: 3px; margin: 0 auto 16px;
  background: rgba(255,255,255,0.08);
  border-radius: var(--radius-full); overflow: hidden;
}
.preloader-bar {
  height: 100%; width: 0%;
  background: linear-gradient(90deg,
    var(--roa-green-dark),
    var(--roa-green),
    var(--roa-green-light),
    var(--roa-gold)
  );
  border-radius: var(--radius-full);
  transition: width 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.preloader-tagline {
  color: rgba(255,255,255,0.45);
  font-family: var(--font-body); font-size: var(--text-sm);
  letter-spacing: 0.15em; text-transform: uppercase; margin: 0;
  animation: preIn 0.8s 0.4s ease both;
}

@keyframes preIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ══════════════════════════════════════════
   BLOQUE 5 — HERO SLIDER PREMIUM
   ══════════════════════════════════════════ */
.hero-section {
  position: relative;
}
/* Acento verde borde izquierdo */
.hero-section::after {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 6px; z-index: 2;
  background: linear-gradient(180deg,
    var(--roa-green-light),
    var(--roa-green),
    var(--roa-green-dark)
  );
  opacity: 0.7;
}

/* Swiper hero — mantiene clase .main-slider del HTML */
.slider-section .main-slider {
  height: 100vh !important;
  min-height: 580px !important;
}
.slider-section .swiper-slide {
  position: relative !important;
  overflow: hidden !important;
  height: 100vh !important;
  min-height: 580px !important;
}

/* Fondo hero con Ken Burns */
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.06);
  transition: transform 9s ease;
}
.swiper-slide-active .hero-bg { transform: scale(1); }

/* Overlay navy diagonal */
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    135deg,
    rgba(6, 15, 26, 0.90) 0%,
    rgba(13, 33, 55, 0.78) 45%,
    rgba(13, 33, 55, 0.50) 100%
  );
  z-index: 1;
}

/* Contenido hero */
.hero-content {
  position: relative; z-index: 3;
  display: flex; align-items: center;
  height: 100vh; min-height: 580px;
}

/* Animaciones de entrada stagger */
.hero-content .hero-badge,
.hero-content .hero-title,
.hero-content .hero-subtitle,
.hero-content .hero-ctas,
.hero-content .hero-trust-strip {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.hero-content.animate-in .hero-badge       { opacity:1; transform:none; transition-delay:0.10s; }
.hero-content.animate-in .hero-title       { opacity:1; transform:none; transition-delay:0.25s; }
.hero-content.animate-in .hero-subtitle    { opacity:1; transform:none; transition-delay:0.40s; }
.hero-content.animate-in .hero-ctas        { opacity:1; transform:none; transition-delay:0.55s; }
.hero-content.animate-in .hero-trust-strip { opacity:1; transform:none; transition-delay:0.70s; }

/* Badge pulsante */
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(30,122,52,0.15);
  border: 1px solid rgba(30,122,52,0.35);
  color: #6BDB8A;
  font-family: var(--font-heading); font-size: var(--text-sm);
  font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 6px 14px; border-radius: var(--radius-full);
  margin-bottom: var(--sp-3);
}
.badge-pulse {
  width: 7px; height: 7px; background: var(--roa-green-light);
  border-radius: 50%; flex-shrink: 0;
  animation: badgePulse 2s ease infinite;
}
@keyframes badgePulse {
  0%,100% { opacity:1; transform:scale(1); }
  50%     { opacity:0.5; transform:scale(1.4); }
}

/* Título hero */
.hero-title {
  font-family: var(--font-heading); font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: white; line-height: 1.08; letter-spacing: -0.02em;
  margin-bottom: var(--sp-3);
}
.hero-accent { color: var(--roa-green-light); }

/* Subtítulo */
.hero-subtitle {
  font-family: var(--font-body); font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(255,255,255,0.72); line-height: 1.7;
  max-width: 500px; margin-bottom: var(--sp-4);
}

/* CTAs del hero */
.hero-ctas {
  display: flex; flex-wrap: wrap; gap: var(--sp-2);
  margin-bottom: var(--sp-4);
}

.btn-hero-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--roa-green);
  color: white !important; font-family: var(--font-heading);
  font-weight: 700; font-size: 1rem; padding: 0.9rem 2rem;
  border-radius: var(--radius-md); text-decoration: none;
  box-shadow: var(--shadow-green-sm);
  transition: background var(--tr-fast), transform var(--tr-spring),
              box-shadow var(--tr-fast);
}
.btn-hero-primary:hover {
  background: var(--roa-green-light); color: white !important;
  transform: translateY(-3px); box-shadow: var(--shadow-green);
  text-decoration: none;
}

.btn-hero-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.08); backdrop-filter: blur(4px);
  color: white !important; font-family: var(--font-heading);
  font-weight: 600; font-size: 1rem; padding: 0.9rem 1.75rem;
  border-radius: var(--radius-md); border: 1px solid rgba(255,255,255,0.25);
  text-decoration: none;
  transition: background var(--tr-fast), border-color var(--tr-fast);
}
.btn-hero-outline:hover {
  background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.50);
  color: white !important; text-decoration: none;
}

/* Trust strip debajo de CTAs */
.hero-trust-strip {
  display: flex; align-items: center; gap: var(--sp-2);
  flex-wrap: wrap;
}
.hero-trust-strip span {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-heading); font-size: var(--text-sm);
  font-weight: 600; color: rgba(255,255,255,0.60);
}
.hero-trust-strip i { color: var(--roa-green-light); font-size: 0.8rem; }
.trust-div {
  width: 1px; height: 14px;
  background: rgba(255,255,255,0.20);
}

/* Scroll hint */
.hero-scroll-hint {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  z-index: 4; color: rgba(255,255,255,0.40);
  animation: bounceY 2s ease infinite;
  font-size: 1rem;
}
@keyframes bounceY {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%     { transform: translateX(-50%) translateY(6px); }
}

/* Hero pagination personalizada */
.hero-pagination .swiper-pagination-bullet {
  width: 8px; height: 8px;
  background: rgba(255,255,255,0.35);
  border-radius: var(--radius-full); opacity: 1;
  transition: all var(--tr-base);
}
.hero-pagination .swiper-pagination-bullet-active {
  background: var(--roa-green-light);
  width: 24px;
}

/* BUG-09 fix — paso inactivo sin tachado */
.roa-step .step-label { text-decoration: none !important; }
.step-label { text-decoration: none !important; }
.roa-step:not(.active):not(.completed) .step-label {
  color: var(--roa-muted) !important;
  text-decoration: none !important;
  opacity: 0.7;
}

/* ══════════════════════════════════════════
   BLOQUE 11 — COTIZADOR PREMIUM BACKGROUND
   ══════════════════════════════════════════ */
section#cotizar {
  background-color: #EEF2F7 !important;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(13,33,55,0.055) 1px, transparent 0),
    linear-gradient(160deg,
      rgba(30,122,52,0.04) 0%,
      rgba(13,33,55,0.03) 50%,
      rgba(201,162,39,0.04) 100%
    ) !important;
  background-size: 28px 28px, 100% 100% !important;
  position: relative; overflow: hidden;
}
section#cotizar::before {
  content: '';
  position: absolute; top: -100px; right: -100px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(30,122,52,0.07) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none; z-index: 0;
}
section#cotizar::after {
  content: '';
  position: absolute; bottom: -80px; left: -80px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(13,33,55,0.07) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none; z-index: 0;
}
.roa-cotizador-card,
#cotizador-wrapper { position: relative; z-index: 1; }

/* Cotizador header verde accent */
.roa-cotizador-header {
  border-bottom: 2px solid var(--roa-green) !important;
}
.roa-cotizador-header::after {
  content: '';
  position: absolute; bottom: -2px; left: 0;
  width: 60px; height: 2px; background: var(--roa-gold);
}
.roa-cotizador-header .header-icon { background: var(--roa-green) !important; }

/* Focus ring verde en inputs del cotizador */
.roa-input:focus {
  border-color: var(--roa-green) !important;
  box-shadow: 0 0 0 3px rgba(30,122,52,0.15) !important;
}
.tipo-envio-card.selected {
  border-color: var(--roa-green) !important;
  background: var(--roa-green-soft) !important;
}
.tipo-envio-card:hover {
  border-color: var(--roa-green-light) !important;
}
.roa-step.active .step-num {
  background: var(--roa-green) !important;
}
.roa-step.completed .step-num {
  background: var(--roa-green) !important;
}
.roa-step.completed::after {
  background: var(--roa-green) !important;
}

/* ══════════════════════════════════════════
   SERVICIOS — verde hover (Super Spec v3)
   ══════════════════════════════════════════ */
.service-card:hover {
  border-top-color: var(--roa-green) !important;
}
.service-card-icon {
  background: var(--roa-green-alpha) !important;
  color: var(--roa-green) !important;
}
.service-features i { color: var(--roa-green) !important; }
.section-badge {
  color: var(--roa-green-dark) !important;
  background: var(--roa-green-soft) !important;
}
.svc-badge {
  background: var(--roa-green-soft) !important;
  color: var(--roa-green-dark) !important;
}

/* ══════════════════════════════════════════
   RESPONSIVE HERO
   ══════════════════════════════════════════ */
@media (max-width: 575px) {
  .hero-ctas { flex-direction: column; }
  .btn-hero-primary,
  .btn-hero-outline { justify-content: center; width: 100%; }
  .hero-trust-strip { display: none; }
}

/* ══════════════════════════════════════════
   FIX — FOOTER TEXT VISIBILITY
   ══════════════════════════════════════════ */
.footer-wrapper .footer-widget p,
.footer-wrapper .footer-widget .mt-20 {
  color: rgba(255, 255, 255, 0.72) !important;
}

/* Tracking input in footer — dark bg treatment */
.footer-wrapper .subscribe-form .form-control {
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  color: #ffffff !important;
  border-radius: 6px;
}
.footer-wrapper .subscribe-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}
.footer-wrapper .subscribe-form .submit {
  background: var(--roa-green) !important;
  border-color: var(--roa-green) !important;
  color: #ffffff !important;
}
.footer-wrapper .subscribe-form .submit:hover {
  background: var(--roa-green-light) !important;
  border-color: var(--roa-green-light) !important;
}

/* ══════════════════════════════════════════
   FIX — COTIZADOR INPUT VISIBILITY
   ══════════════════════════════════════════ */
.roa-input {
  border-color: #94A3B8 !important;
  box-shadow: 0 1px 4px rgba(13, 33, 55, 0.10) !important;
}
.roa-input:focus {
  border-color: var(--roa-green) !important;
  box-shadow: 0 0 0 3px rgba(30, 122, 52, 0.15) !important;
}

/* ══════════════════════════════════════════
   SUPER SPEC v4.0 — P0 BUG FIXES
   ══════════════════════════════════════════ */

/* P0-01/02 — Navbar buttons refuerzo (ahora que header-menu-wrap es transparent) */
.btn-nav-secondary { min-width: 130px; justify-content: center; }
.btn-nav-ghost span,
.btn-nav-ghost > *:not(i) { display: inline !important; }

/* P0-03 — Featured service card title siempre blanco */
.service-card--featured h3 {
  color: #FFFFFF !important;
  font-size: 1.563rem !important;
  font-weight: 700 !important;
  line-height: 1.2;
}
.service-card--featured > p {
  color: rgba(255, 255, 255, 0.75) !important;
}
.service-card--featured .service-card-badge {
  background: #1E7A34 !important;
  color: #fff !important;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 9999px;
}

/* P0-04 — Service feature lists: columna única, sin truncado */
.service-features {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}
.service-features li {
  display: flex !important;
  align-items: flex-start !important;
  overflow: visible !important;
  white-space: normal !important;
  font-size: 0.82rem;
  line-height: 1.5;
  gap: 8px;
}
.service-features li > i:first-child {
  flex: 0 0 14px;
  width: 14px;
  margin-top: 2px;
  font-size: 0.68rem;
}
.service-card--featured .service-features li { color: rgba(255, 255, 255, 0.82); }
.service-card--featured .service-features li i { color: #6BDB8A; }
@media (min-width: 992px) {
  .service-card:not(.service-card--featured) { padding-left: 20px; padding-right: 20px; }
}

/* P0-05 — Steps cotizador: nuclear text-decoration reset */
.roa-steps *,
.roa-step *,
.roa-step a,
.roa-step span,
.step-label,
[class*="step"] span,
[class*="step"] a {
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: none !important;
  -webkit-text-decoration: none !important;
}
.roa-step:not(.active):not(.completed) .step-label {
  color: rgba(255, 255, 255, 0.42) !important;
}

/* P0-07 — Hero: eliminar bullets/markers huérfanos */
.hero-section ul,
.hero-section ol,
.hero-content ul,
.hero-content ol {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.hero-section li::marker { display: none !important; content: none !important; }

/* P0-08 — Sidebar mapa premium */
.mapa-sidebar-header {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 8px;
}
.mapa-sidebar-header i { color: #1E7A34; font-size: 1.1rem; }
.mapa-sidebar-header h3 {
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: 1rem; color: white; margin: 0;
}
.mapa-sidebar-total {
  font-family: 'Montserrat', sans-serif; font-weight: 800;
  font-size: 3.5rem; color: #6BDB8A;
  line-height: 1; margin-bottom: 4px;
}
.mapa-sidebar-subtitle {
  font-family: 'Open Sans', sans-serif; font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45); margin-bottom: 20px;
}
.mapa-sidebar-hint {
  display: flex; align-items: center; gap: 8px;
  font-family: 'Open Sans', sans-serif; font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35); font-style: italic;
  padding: 10px; background: rgba(255, 255, 255, 0.04);
  border-radius: 8px; border: 1px dashed rgba(255, 255, 255, 0.10);
  margin-bottom: 12px;
}
.mapa-sidebar-hint i { color: rgba(201, 162, 39, 0.60); font-size: 0.85rem; flex-shrink: 0; }
.depto-panel {
  list-style: none; padding: 0; margin: 0;
}
.depto-panel li {
  font-family: 'Open Sans', sans-serif; font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75); padding: 4px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* ══════════════════════════════════════════
   SUPER SPEC v4.0 — P1 VISUAL POLISH
   ══════════════════════════════════════════ */

/* P1-02 — Hero overlay más ligero en slide 1 (muestra camión real) */
.swiper-slide:first-child .hero-overlay {
  background: linear-gradient(
    135deg,
    rgba(6, 15, 26, 0.82) 0%,
    rgba(13, 33, 55, 0.65) 40%,
    rgba(13, 33, 55, 0.35) 100%
  );
}

/* P1-04 — Fondo mapa: navy oscuro limpio */
.mapa-colombia-wrapper {
  background: #091525 !important;
  position: relative;
}
.mapa-colombia-wrapper::after { display: none !important; }
/* Contenido */
.mapa-colombia-wrapper > * { position: relative; z-index: 1; }
.bandera-fondo { display: none !important; }

/* P1-05 — Tipo envío cards: FA icons uniformes */
.tipo-icon {
  font-size: 2rem !important;
  color: rgba(255, 255, 255, 0.65);
  display: block !important;
  margin-bottom: 6px !important;
  transition: color 0.2s ease;
}
.tipo-envio-card:hover .tipo-icon,
.tipo-envio-card.selected .tipo-icon {
  color: #1E7A34 !important;
}

/* P1-06 — Sectors ticker: energía visual */
.sector-item { color: #6B7280 !important; font-weight: 600; font-size: 0.82rem; }
.sector-item i { color: #1E7A34 !important; font-size: 1rem; }
.sector-item:hover { color: #1E7A34 !important; }
.sectors-label { color: #9CA3AF; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; }

/* P1-07 — Trust strip contenido en hero */
.hero-section { overflow: hidden; }

/* ══════════════════════════════════════════
   NUEVA-02 — COMPARADOR ROA vs OTRAS
   ══════════════════════════════════════════ */
.section-comparador {
  padding: 80px 0;
  background: var(--roa-gray-bg, #F4F6F8);
}
.section-comparador .section-title {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: var(--roa-navy);
  letter-spacing: -0.025em;
  margin-bottom: 8px;
}
.section-comparador .section-subtitle {
  text-align: center;
  color: #6B7280;
  font-size: 1rem;
  margin-bottom: 48px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.comparador-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(13, 33, 55, 0.18);
  max-width: 820px;
  margin: 0 auto;
}
.comp-col--roa { background: var(--roa-navy); }
.comp-col--otros { background: #F9FAFB; }
.comp-header {
  padding: 22px 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 1rem;
}
.comp-col--roa .comp-header {
  border-bottom: 2px solid #1E7A34;
  display: flex; align-items: center; gap: 10px;
}
.comp-col--roa .comp-header img { height: 28px; }
.comp-col--otros .comp-header { border-bottom: 2px solid #E5E7EB; }
.comp-otros-label { color: #9CA3AF; font-style: italic; font-size: 0.9rem; }
.comp-item {
  padding: 13px 28px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85rem;
  line-height: 1.4;
}
.comp-col--roa .comp-item { border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.comp-col--otros .comp-item { border-bottom: 1px solid #E5E7EB; }
.comp-yes { color: rgba(255, 255, 255, 0.90); }
.comp-no { color: #9CA3AF; }
.comp-partial { color: #D97706; }
.comp-yes-mark { color: #34D058; font-weight: 700; margin-right: 6px; }
.comp-no-mark { color: #EF4444; font-weight: 700; margin-right: 6px; }
.comp-partial-mark { color: #D97706; font-weight: 700; margin-right: 6px; }
.comp-cta-row {
  text-align: center;
  margin-top: 36px;
}
@media (max-width: 575px) {
  .comparador-table { grid-template-columns: 1fr; }
  .comp-col--otros { display: none; }
  .section-comparador .section-title { font-size: 1.5rem; }
}

/* ══════════════════════════════════════════
   NUEVA-03 — LIVE COUNTER COTIZADOR
   ══════════════════════════════════════════ */
.cot-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.50);
  margin-top: 6px;
}
.live-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #34D058;
  animation: livePulse 2s ease infinite;
  flex-shrink: 0;
}
@keyframes livePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(1.3); }
}

/* ══════════════════════════════════════════
   NUEVA-04 — TOOLTIP COBERTURA EN SERVICES
   ══════════════════════════════════════════ */
.svc-cta-wrap { position: relative; display: inline-block; }
.svc-tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  background: var(--roa-navy, #0D2137);
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(30, 122, 52, 0.30);
  white-space: nowrap;
  z-index: 20;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  pointer-events: none;
}
.svc-tooltip strong { color: #6BDB8A; display: block; margin-bottom: 4px; }
.svc-tooltip::after {
  content: '';
  position: absolute;
  top: 100%; left: 16px;
  border: 6px solid transparent;
  border-top-color: rgba(30, 122, 52, 0.30);
}
.svc-cta-wrap:hover .svc-tooltip {
  display: block;
  animation: tooltipIn 0.18s ease;
}
@keyframes tooltipIn {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ══════════════════════════════════════════
   TIPOGRAFÍA PREMIUM
   ══════════════════════════════════════════ */
h2.section-title {
  letter-spacing: -0.025em !important;
  font-weight: 800 !important;
}
h3.card-title,
.service-card h3 {
  letter-spacing: -0.015em;
}
.stat-number {
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
}
.section-subtitle {
  font-size: 1.1rem;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}
p, .service-card p { line-height: 1.75; }
.btn-nav-primary,
.btn-hero-primary { letter-spacing: 0.015em; }

/* ══════════════════════════════════════════
   RESPONSIVE PREMIUM v4.0
   ══════════════════════════════════════════ */

/* Mobile — navbar botones como links */
@media (max-width: 991px) {
  .btn-nav-secondary,
  .btn-nav-ghost {
    display: block;
    background: transparent !important;
    border: none !important;
    color: rgba(255, 255, 255, 0.75) !important;
    padding: 10px 16px;
    text-align: left;
    font-size: 0.9rem;
    min-width: unset;
  }
  .btn-nav-primary {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }
}

/* Mobile 575px */
@media (max-width: 575px) {
  .tipo-envio-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px;
  }
  .tipo-envio-card {
    padding: 12px 6px !important;
    min-height: 90px !important;
  }
  .tipo-icon { font-size: 1.4rem !important; }
  .tipo-nombre { font-size: 0.72rem !important; }
  .tipo-limite { font-size: 0.65rem !important; }
  .service-card,
  .service-card--featured { padding: 20px 18px; }
  .service-features li { font-size: 0.78rem; gap: 6px; padding: 3px 0; }
  .hero-title { font-size: 1.95rem !important; line-height: 1.1; }
}

/* Tablet 768–991px */
@media (min-width: 768px) and (max-width: 991px) {
  .trust-bar-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    justify-items: start;
  }
  .trust-sep { display: none; }
  .stats-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
  }
  .stat-sep { display: none; }
}

/* Desktop */
@media (min-width: 992px) {
  .hero-title { font-size: clamp(2.8rem, 4.5vw, 3.8rem) !important; }
}

/* Mapa mobile */
@media (max-width: 767px) {
  .mapa-colombia-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .mapa-colombia-svg { order: 1; }
  .mapa-colombia-sidebar { order: 2; width: 100%; max-width: 100%; }
}

/* ═══════════════════════════════════════════════════════════════
   SUPER SPEC v5.0 — ROA TRANSPORTES
   Auditoría Ultra Exigente | 6 P0 bugs + polish + hero + galería
   ═══════════════════════════════════════════════════════════════ */

/* ── BUG-V5-01: Navbar SIEMPRE navy — root cause: línea 209 sobreescribe blanco con navy ── */
.main-header {
  background: rgba(13, 33, 55, 0.96) !important;
  backdrop-filter: blur(12px);
}
.header-menu-wrap ul li > a {
  color: rgba(255, 255, 255, 0.88) !important;
}
.main-header.roa-scrolled {
  background: rgba(13, 33, 55, 0.99) !important;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.25) !important;
}
/* Botones navbar — visibles SIEMPRE sin hover */
.btn-nav-secondary {
  color: rgba(255, 255, 255, 0.88) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.40) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  padding: 7px 14px !important;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none !important;
  min-width: 130px;
  justify-content: center;
  transition: all 0.2s ease;
  visibility: visible !important;
  opacity: 1 !important;
}
.btn-nav-secondary:hover {
  color: #C9A227 !important;
  border-color: #C9A227 !important;
  background: rgba(201, 162, 39, 0.10) !important;
}
.btn-nav-ghost {
  color: rgba(255, 255, 255, 0.65) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  visibility: visible !important;
  opacity: 1 !important;
}
.btn-nav-ghost:hover { color: rgba(255, 255, 255, 0.95) !important; }
.btn-nav-secondary span, .btn-nav-secondary > *:not(i),
.btn-nav-ghost span, .btn-nav-ghost > *:not(i) {
  display: inline !important;
  visibility: visible !important;
}

/* ── BUG-V5-02: Hero badge — compensar altura del sticky header ── */
.hero-content,
.swiper-slide .hero-content {
  padding-top: calc(80px + 24px) !important;
}
.hero-badge {
  position: relative;
  z-index: 10;
  background: rgba(30, 122, 52, 0.20) !important;
  border: 1px solid rgba(30, 122, 52, 0.50) !important;
  color: #6BDB8A !important;
  padding: 7px 16px !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.08em !important;
  font-weight: 700 !important;
}

/* ── BUG-V5-03: Nuclear reset letter-spacing — anula char-split residuos ── */
section h2,
.section h2,
.container h2,
h2.section-title,
h2[class*="title"],
h2[class*="heading"],
.section-heading h2,
.about-section h2 {
  letter-spacing: -0.025em !important;
  word-spacing: normal !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
}
.char {
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
}

/* ── BUG-V5-04: Alternancia de fondos — romper blanco×3 ── */
.sectors-bar,
.sectors-section {
  background: #F0F4F8 !important;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
}
.section-comparador {
  background-color: #F8FAFB !important;
  background-image:
    repeating-linear-gradient(45deg, transparent, transparent 40px,
      rgba(30, 122, 52, 0.025) 40px, rgba(30, 122, 52, 0.025) 41px),
    radial-gradient(circle at 1px 1px, rgba(13, 33, 55, 0.04) 1px, transparent 0);
  background-size: auto, 30px 30px;
}
.section-comparador::before {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(90deg,
    transparent 0%, #1E7A34 20%, #C9A227 50%, #1E7A34 80%, transparent 100%);
  opacity: 0.5;
}

/* ── BUG-V5-05: Service CTAs — de link plano a botón premium ── */
/* Nota: HTML usa .service-cta (no .svc-cta del spec) */
.service-cta {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: transparent !important;
  color: #1E7A34 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.82rem !important;
  padding: 9px 16px !important;
  border: 1.5px solid #1E7A34 !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  letter-spacing: 0.02em !important;
  transition: all 0.25s ease !important;
  margin-top: auto;
}
.service-cta:hover {
  background: #1E7A34 !important;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(30, 122, 52, 0.25);
  text-decoration: none !important;
}
.service-cta i { transition: transform 0.2s ease; }
.service-cta:hover i { transform: translateX(3px); }
.service-card--featured .service-cta {
  color: #C9A227 !important;
  border-color: #C9A227 !important;
}
.service-card--featured .service-cta:hover {
  background: #C9A227 !important;
  color: #0D2137 !important;
}

/* ── BUG-V5-06: Social links — círculos premium 36px ── */
.header-social-share li a,
.social-share li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
.header-social-share li a:hover,
.social-share li a:hover {
  background: #1E7A34;
  border-color: #1E7A34;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(30, 122, 52, 0.30);
}

/* ─────────────────────────────────────────────
   FASE 2 — Visual Polish: Spacing + Typography
   ───────────────────────────────────────────── */

/* Sistema de spacing consistente */
:root {
  --section-py-xl: 7rem;
  --section-py-lg: 5.5rem;
  --section-py-md: 4rem;
  --section-py-sm: 3rem;
  --section-py-xs: 2rem;
  --header-height: 80px;
}
.section-rastreo   { padding: var(--section-py-sm) 0; }
.sectors-bar       { padding: var(--section-py-xs) 0; }
.section-servicios { padding: var(--section-py-md) 0; }
.section-stats     { padding: var(--section-py-lg) 0; }
.section-cotizador { padding: var(--section-py-md) 0; }
@media (max-width: 575px) {
  :root {
    --section-py-xl: 4.5rem;
    --section-py-lg: 3.5rem;
    --section-py-md: 2.5rem;
    --section-py-sm: 2rem;
    --section-py-xs: 1.5rem;
  }
}

/* Jerarquía tipográfica con propósito */
.hero-title {
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.section-title,
h2.section-title {
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.service-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.stat-number {
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.95;
  font-variant-numeric: tabular-nums;
}
.section-badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ─────────────────────────────────────────────
   FASE 3 — Hero Side Widget (mini-cotizador)
   ───────────────────────────────────────────── */
.hero-side-widget {
  width: 100%;
  max-width: 320px;
}
.hero-quick-quote {
  background: rgba(13, 33, 55, 0.85);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(30, 122, 52, 0.35);
  border-top: 3px solid #1E7A34;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.30);
}
.hqq-header {
  background: rgba(30, 122, 52, 0.15);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: white;
  border-bottom: 1px solid rgba(30, 122, 52, 0.20);
}
.hqq-header i { color: #6BDB8A; }
.hqq-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hqq-select,
.hqq-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 10px 14px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  outline: none;
  transition: border-color 0.2s ease;
}
.hqq-select:focus,
.hqq-input:focus { border-color: #1E7A34; }
.hqq-select option { background: #0D2137; }
.hqq-input::placeholder { color: rgba(255, 255, 255, 0.32); }
.hqq-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.hqq-btn {
  width: 100%;
  background: #1E7A34;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s ease;
}
.hqq-btn:hover { background: #28A745; }
.hqq-result {
  background: rgba(30, 122, 52, 0.15);
  border: 1px solid rgba(30, 122, 52, 0.30);
  border-radius: 8px;
  padding: 12px;
  text-align: center;
}
.hqq-result .price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #C9A227;
}
.hqq-result .label {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
}
.hqq-footer {
  padding: 10px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-family: 'Open Sans', sans-serif;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.40);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.hqq-footer i { color: #6BDB8A; }
/* Mascota */
.mascota-placeholder { min-height: 200px; }
.mascota-hero-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.mascota-hero-img {
  height: clamp(200px, 35vh, 400px);
  width: auto;
  animation: mascotaFloat 4s ease-in-out infinite;
  filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.35));
}
@keyframes mascotaFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}

/* ─────────────────────────────────────────────
   FASE 4 — Cotizador Upgrade
   ───────────────────────────────────────────── */

/* Toggles recogida / contra-entrega */
.cot-opciones {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.cot-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  transition: all 0.2s ease;
}
.cot-toggle:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(30, 122, 52, 0.30);
}
.cot-toggle input[type="checkbox"] { display: none; }
.toggle-track {
  width: 40px;
  height: 22px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
  position: relative;
  transition: background 0.2s ease;
}
.toggle-track::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  top: 3px;
  left: 3px;
  transition: transform 0.2s ease;
}
.cot-toggle input:checked + .toggle-track { background: #1E7A34; }
.cot-toggle input:checked + .toggle-track::after { transform: translateX(18px); }
.toggle-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.toggle-label i { color: #6BDB8A; }
.toggle-label em {
  color: rgba(255, 255, 255, 0.40);
  font-style: normal;
  font-size: 0.78rem;
}

/* Live price estimate */
.cot-live-price {
  background: rgba(201, 162, 39, 0.12);
  border: 1px solid rgba(201, 162, 39, 0.25);
  border-radius: 10px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.lp-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
}
.lp-amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #C9A227;
}
.lp-sub {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.38);
  margin-left: auto;
}

/* Panel tiempo estimado (paso 2) — fondo oscuro sobre card blanca */
.cot-tiempo-panel {
  background: #0D2137;
  border: 1px solid rgba(30, 122, 52, 0.45);
  border-radius: 10px;
  padding: 14px 20px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.tiempo-item {
  flex: 1;
  min-width: 120px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
}
.tiempo-item i { color: #6BDB8A; font-size: 1rem; }
.tiempo-item > div { display: flex; flex-direction: column; }
.tiempo-item strong {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
}
.tiempo-item span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.72rem;
}
.tiempo-sep {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.10);
  flex-shrink: 0;
}

/* Input shadows premium */
.roa-input:not(:focus) {
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15);
}
.roa-input:focus {
  border-color: #1E7A34 !important;
  box-shadow:
    inset 0 2px 6px rgba(0, 0, 0, 0.10),
    0 0 0 3px rgba(30, 122, 52, 0.18) !important;
}

/* ─────────────────────────────────────────────
   FASE 5 — Galería Flota ROA
   ───────────────────────────────────────────── */
.section-galeria {
  padding: 0;
  background: #ffffff;
  border-top: 1px solid rgba(30,122,52,0.13);
  border-bottom: 1px solid rgba(30,122,52,0.13);
  overflow: hidden;
}
/* Header compacto */
.section-galeria > .container {
  padding-top: 2rem;
  padding-bottom: 0;
}
.section-galeria .mb-5 { margin-bottom: 1rem !important; }
/* Textos sobre fondo blanco */
.section-galeria .section-title { color: #0D2137 !important; }
.section-galeria .section-title::after { background: linear-gradient(90deg,#1E7A34,#6BDB8A); content:''; display:block; width:48px; height:3px; border-radius:2px; margin:.6rem auto 0; }
.section-galeria .section-subtitle { color: #4A5568 !important; }
/* Parallax strip — ocultar foto, solo mostrar stats */
.galeria-parallax-strip { height: auto !important; }
.parallax-bg { display: none !important; }
.parallax-overlay {
  position: relative !important;
  background: transparent !important;
  border-top: 1px solid rgba(30,122,52,0.1);
  padding: 1.5rem 0 !important;
}
/* Stats en paleta dark-over-white */
.pax-num { color: #0D2137 !important; font-size: 2.2rem !important; }
.pax-label { color: #6B7280 !important; }
.pax-sep { background: rgba(30,122,52,0.18) !important; height: 40px !important; }
/* Ocultar galería de imágenes y CTA */
.section-galeria .container.mt-5 { display: none !important; }

/* Parallax strip */
.galeria-parallax-strip {
  position: relative;
  height: 340px;
  overflow: hidden;
  margin: 0;
}
.parallax-bg {
  position: absolute;
  inset: -80px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #1A2A3A;
  transition: transform 0.1s linear;
}
@media (max-width: 767px) {
  .parallax-bg {
    background-attachment: scroll;
    inset: 0;
  }
}
.parallax-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(13, 33, 55, 0.85) 0%,
    rgba(13, 33, 55, 0.65) 50%,
    rgba(13, 33, 55, 0.80) 100%);
  display: flex;
  align-items: center;
}
.parallax-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
.pax-stat { text-align: center; }
.pax-num {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: white;
  line-height: 1;
  letter-spacing: -0.04em;
}
.pax-label {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.pax-sep {
  width: 1px;
  height: 64px;
  background: rgba(255, 255, 255, 0.15);
}

/* Grid galería — layout asimétrico */
.galeria-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-template-rows: 260px 260px;
  gap: 12px;
  padding-bottom: var(--section-py-lg, 5.5rem);
}
.galeria-item--large {
  grid-column: 1;
  grid-row: 1 / 3;
}
.galeria-col-right {
  grid-column: 2;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.galeria-col-right .galeria-item { flex: 1; }
.galeria-item {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: #1A2A3A;
}
.galeria-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.galeria-item:hover img { transform: scale(1.06); }
.galeria-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 33, 55, 0.50);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: white;
  font-size: 1.5rem;
}
.galeria-item:hover .galeria-overlay { opacity: 1; }

/* Lightbox */
.roa-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.95);
  align-items: center;
  justify-content: center;
}
.roa-lightbox.open { display: flex; }
.lb-img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.50);
}
.lb-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: rgba(255, 255, 255, 0.10);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  color: white;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.lb-close:hover { background: rgba(255, 255, 255, 0.25); }
.lb-prev,
.lb-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.10);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.lb-prev { left: 20px; }
.lb-next { right: 20px; }
.lb-prev:hover,
.lb-next:hover { background: rgba(30, 122, 52, 0.60); }

/* Responsive galería */
@media (max-width: 991px) {
  .galeria-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .galeria-item--large { grid-column: 1 / 3; grid-row: auto; height: 240px; }
  .galeria-col-right { grid-column: auto; grid-row: auto; flex-direction: row; }
}
@media (max-width: 575px) {
  .galeria-grid { grid-template-columns: 1fr; }
  .galeria-item--large { grid-column: auto; height: 200px; }
  .galeria-col-right { flex-direction: column; }
}

/* ═══════════════════════════════════════════════════════════
   UX ULTRA v5.1 — FIX 1: Typography Unification
   Todos los h2 de sección al mismo clamp scale, sin excepciones
   ═══════════════════════════════════════════════════════════ */
section h2,
.section h2,
.section-heading h2,
.about-section h2,
.container > h2,
h2.section-title,
h2[class*="title"],
h2[class*="heading"] {
  font-size: clamp(1.85rem, 3.5vw, 2.75rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.030em !important;
  line-height: 1.10 !important;
  font-family: 'Montserrat', sans-serif !important;
  word-spacing: normal !important;
}
.hero-title,
.swiper-slide .hero-title {
  font-size: clamp(2.6rem, 6vw, 4.4rem) !important;
  letter-spacing: -0.040em !important;
  line-height: 1.03 !important;
  font-weight: 900 !important;
}
.stat-number {
  font-size: clamp(3rem, 5.5vw, 4.2rem) !important;
  letter-spacing: -0.045em !important;
  font-variant-numeric: tabular-nums !important;
  font-weight: 900 !important;
}
.service-card h3 {
  font-size: 1.18rem !important;
  letter-spacing: -0.015em !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
h3.sub-heading, .sub-heading {
  font-size: clamp(1.1rem, 2vw, 1.35rem) !important;
  letter-spacing: -0.01em !important;
  font-weight: 700 !important;
}

/* ═══════════════════════════════════════════════════════════
   UX ULTRA v5.1 — FIX 2: Section Badges — verdes, legibles
   ═══════════════════════════════════════════════════════════ */
.section-badge,
span.section-badge,
.section-heading .section-badge,
.section-header .section-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  color: #1E7A34 !important;
  background: rgba(30, 122, 52, 0.10) !important;
  border: 1px solid rgba(30, 122, 52, 0.28) !important;
  border-left: 3px solid #1E7A34 !important;
  padding: 5px 14px 5px 10px !important;
  border-radius: 4px !important;
  margin-bottom: 1.2rem !important;
}
.dark-bg .section-badge,
[class*="dark"] .section-badge,
.section-stats .section-badge,
.roa-cta-section .section-badge {
  color: rgba(107, 219, 138, 0.9) !important;
  background: rgba(30, 122, 52, 0.18) !important;
  border-color: rgba(30, 122, 52, 0.40) !important;
  border-left-color: #6BDB8A !important;
}

/* ═══════════════════════════════════════════════════════════
   UX ULTRA v5.1 — FIX 3: Cotizador — más ancho + sombra premium
   ═══════════════════════════════════════════════════════════ */
.roa-cotizador-card,
.cotizador-card,
.roa-cotizador-wrap,
#cotizar .card,
#cotizar [class*="card"] {
  max-width: 1000px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-shadow: 0 8px 48px rgba(13, 33, 55, 0.18), 0 2px 12px rgba(13, 33, 55, 0.10) !important;
  border-radius: 20px !important;
  border: 1px solid rgba(30, 122, 52, 0.12) !important;
}
.roa-cotizador-nav,
.cot-steps,
[class*="cot-nav"] {
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.roa-cotizador-card input[type="number"],
.roa-cotizador-card input[type="text"],
.roa-cotizador-card select {
  border-width: 1.5px !important;
  border-radius: 10px !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}
.roa-cotizador-card input:focus,
.roa-cotizador-card select:focus {
  border-color: #1E7A34 !important;
  box-shadow: 0 0 0 3px rgba(30, 122, 52, 0.15) !important;
  outline: none !important;
}

/* ═══════════════════════════════════════════════════════════
   UX ULTRA v5.1 — FIX 4: Section Contrast & Visual Rhythm
   ═══════════════════════════════════════════════════════════ */
.section-rastreo {
  background: #F5F7FA !important;
  border-top: 3px solid #1E7A34;
}
.sectors-bar,
.sectors-section {
  background: linear-gradient(180deg, #EDF0F4 0%, #E8EDF3 100%) !important;
  border-top: 1px solid #DDE3EB;
  border-bottom: 1px solid #DDE3EB;
}
.section-servicios {
  background: #FAFBFC !important;
}
.section-comparador {
  background: #F2F5F8 !important;
  background-image: radial-gradient(circle at 1px 1px, rgba(13,33,55,0.06) 1px, transparent 0) !important;
  background-size: 28px 28px !important;
}
.section-title::after,
h2.section-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #1E7A34, #C9A227);
  border-radius: 2px;
  margin-top: 14px;
}
.hero-content .section-title::after { display: none; }
.stat-item:first-child .stat-number { color: #C9A227 !important; }
.stat-item:last-child  .stat-number { color: #1E7A34 !important; }
/* ═══════════════════════════════════════════════════════════
   TRUST BAR — Marquee ticker premium
   ═══════════════════════════════════════════════════════════ */
.trust-bar {
  padding: 0 !important;
  overflow: hidden !important;
}
.trust-marquee {
  overflow: hidden;
  width: 100%;
  padding: 0.9rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
.trust-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: trustScroll 32s linear infinite;
}
.trust-track:hover {
  animation-play-state: paused;
}
@keyframes trustScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.trust-bar-item {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0 2rem !important;
  white-space: nowrap !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  color: rgba(255,255,255,0.68) !important;
  transition: color 0.2s !important;
  cursor: default;
}
.trust-bar-item:hover {
  color: #fff !important;
}
.trust-bar-item i {
  color: #6BDB8A !important;
  font-size: 0.88rem !important;
  flex-shrink: 0;
}
.trust-bar-sep {
  color: rgba(107,219,138,0.28);
  font-size: 0.55rem;
  flex-shrink: 0;
  user-select: none;
}
.trust-bar-divider { display: none !important; }

/* ═══════════════════════════════════════════════════════════
   UX ULTRA v5.1 — FIX 5b: Nosotros — fondo navy oscuro
   ═══════════════════════════════════════════════════════════ */
/* Fondo claro premium */
.about-section,
[id="nosotros"],
section[class*="about"] {
  background: linear-gradient(135deg, #F4F9F6 0%, #EBF5F0 100%) !important;
  border-top: 1px solid rgba(30,122,52,0.13) !important;
  border-bottom: 1px solid rgba(30,122,52,0.13) !important;
  padding-top: 3.5rem !important;
  padding-bottom: 8rem !important;
}
/* Textos navy legibles sobre claro */
.about-section h2, [id="nosotros"] h2 { color: #0D2137 !important; }
.about-section h3, [id="nosotros"] h3 { color: #0D2137 !important; }
.about-section p,  [id="nosotros"] p  { color: #4A5568 !important; }
.about-section li, [id="nosotros"] li { color: #4A5568 !important; }
/* Sub-heading verde ROA */
.about-section .sub-heading,
[id="nosotros"] .sub-heading { color: #1E7A34 !important; }
.about-section .sh-underline,
[id="nosotros"] .sh-underline { border-bottom-color: #1E7A34 !important; color: #1E7A34 !important; }
/* Íconos promo-list — verde redondeado */
.about-section .promo-list li i,
[id="nosotros"] .promo-list li i {
  background: rgba(30,122,52,0.1) !important;
  border: 1px solid rgba(30,122,52,0.25) !important;
  color: #1E7A34 !important;
  border-radius: 12px !important;
}
/* Check-list */
.about-section .check-list li, [id="nosotros"] .check-list li { color: #2D3748 !important; font-weight: 600 !important; }
.about-section .check-list li i, [id="nosotros"] .check-list li i {
  color: #1E7A34 !important; background: transparent !important; border: none !important;
  width: auto !important; height: auto !important;
}
/* Badge "Desde 2011" */
.about-section .about-img-info, [id="nosotros"] .about-img-info {
  background: #1E7A34 !important; color: #fff !important;
  box-shadow: 0 0 0 3px rgba(30,122,52,0.2) !important; border-radius: 8px !important;
}
/* Ícono teléfono */
.about-section .call-info i, [id="nosotros"] .call-info i {
  background: rgba(30,122,52,0.1) !important; color: #1E7A34 !important;
  border: 1px solid rgba(30,122,52,0.25) !important; box-shadow: none !important;
}
.about-section .call-info h3, [id="nosotros"] .call-info h3 { color: #0D2137 !important; }
.about-section .call-info h3 span, [id="nosotros"] .call-info h3 span { color: #4A5568 !important; }
/* Delivery-man PNG — template asset, fuera */
.about-section .about-img-wrap img[src*="delivery-man"],
[id="nosotros"] .about-img-wrap img[src*="delivery-man"] { display: none !important; }
/* Imágenes — bordes limpios sobre fondo claro */
.about-section .about-img-wrap img, [id="nosotros"] .about-img-wrap img {
  border: 3px solid rgba(30,122,52,0.15) !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 0 0 1px rgba(30,122,52,0.1) !important;
}
/* Botón CTA */
.about-section .default-btn, [id="nosotros"] .default-btn {
  background: #1E7A34 !important; color: #fff !important;
  border-color: #1E7A34 !important; border-radius: 8px !important;
}
.about-section .default-btn:hover, [id="nosotros"] .default-btn:hover {
  background: #145c27 !important; border-color: #145c27 !important;
}

/* ═══════════════════════════════════════════════════════════
   UX ULTRA v5.2 — Nosotros: tipografía premium + respiración
   ═══════════════════════════════════════════════════════════ */
/* H2 — tamaño controlado, no gigante */
.about-section h2,
[id="nosotros"] h2 {
  font-size: clamp(1.55rem, 3vw, 2rem) !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
  font-weight: 800 !important;
}
/* Párrafo intro — más ligero y compacto */
.about-section .section-heading p,
[id="nosotros"] .section-heading p {
  font-size: 0.875rem !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
}
/* Promo-list — iconos más pequeños */
.about-section .promo-list li i,
[id="nosotros"] .promo-list li i {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  font-size: 1.1rem !important;
  flex-shrink: 0 !important;
}
/* Promo-list — texto compacto */
.about-section .promo-list li h3,
[id="nosotros"] .promo-list li h3 {
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  margin-bottom: 0.2rem !important;
}
.about-section .promo-list li p,
[id="nosotros"] .promo-list li p {
  font-size: 0.8rem !important;
  line-height: 1.55 !important;
  margin-bottom: 0 !important;
}
/* Check-list — menos negrita, más refinado */
.about-section .check-list li,
[id="nosotros"] .check-list li {
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}
/* Badge "Desde 2011" — horizontal, compacto */
.about-section .about-img-info,
[id="nosotros"] .about-img-info {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  padding: 0.5rem 1rem !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}
/* Botón CTA — ghost pill en lugar de sólido ancho */
.about-section .default-btn,
[id="nosotros"] .default-btn {
  background: transparent !important;
  border: 2px solid #1E7A34 !important;
  color: #1E7A34 !important;
  border-radius: 25px !important;
  padding: 0.6rem 1.8rem !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  display: inline-block !important;
  width: auto !important;
}
.about-section .default-btn:hover,
[id="nosotros"] .default-btn:hover {
  background: #1E7A34 !important;
  color: #fff !important;
  border-color: #1E7A34 !important;
}
/* Reducir padding inferior (ya no hay elemento absolutamente posicionado) */
.about-section,
[id="nosotros"],
section[class*="about"] {
  padding-bottom: 4rem !important;
}

/* ═══════════════════════════════════════════════════════════
   UX ULTRA v5.1 — FIX 6: content-features — sin bg genérico
   ═══════════════════════════════════════════════════════════ */
.content-features,
.section-content-features,
[class*="content-features"] {
  background: #060F1A !important;
  background-image: none !important;
}
.content-features .bg-half {
  background-image: none !important;
  background: #060F1A !important;
}
.content-features::after,
.section-content-features::after {
  background: #060F1A !important;
  background-image: none !important;
}
.content-features h2,
.content-features h3,
.section-content-features h2 { color: #fff !important; }
.content-features p,
.section-content-features p { color: rgba(255,255,255,0.75) !important; }
.content-features .btn,
.section-content-features .btn {
  border-color: rgba(255,255,255,0.30) !important;
  color: rgba(255,255,255,0.88) !important;
}
.content-features .btn:hover {
  background: #1E7A34 !important;
  border-color: #1E7A34 !important;
  color: #fff !important;
}

/* === CONTENT-FEATURES PREMIUM UPGRADE === */
.content-features { padding-top: 4rem !important; padding-bottom: 4rem !important; }

/* Iconos promo-list — verde redondeado, no cuadrado dorado */
.content-features .promo-list li i {
  background: rgba(30,122,52,0.15) !important;
  border: 1px solid rgba(30,122,52,0.3) !important;
  color: #6BDB8A !important;
  border-radius: 12px !important;
  font-size: 1.4rem !important;
  width: 56px !important; height: 56px !important;
}
/* Respiración entre items */
.content-features .promo-list { gap: 2rem !important; }
.content-features .promo-list li { gap: 1.25rem !important; }

/* Feature-tab — sacar del absolute para no solapar sección siguiente */
.content-features .feature-tab {
  position: relative !important;
  left: auto !important; bottom: auto !important;
  box-shadow: none !important;
}
/* Tab nav — paleta verde ROA */
.content-features .feature-tab-nav .nav-link {
  background: rgba(255,255,255,0.06) !important;
  color: rgba(255,255,255,0.5) !important;
  border-radius: 8px 8px 0 0 !important;
  font-size: 0.88rem !important; font-weight: 600 !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
  border-bottom: none !important;
  padding: 0.6rem 1.2rem !important;
}
.content-features .feature-tab-nav .nav-link.active {
  background: rgba(30,122,52,0.22) !important;
  color: #6BDB8A !important;
  border-color: rgba(30,122,52,0.35) !important;
  border-bottom: none !important;
}
/* Tab inner — columna: imagen arriba, texto abajo */
.content-features .feature-tab .tab-inner {
  background: rgba(255,255,255,0.04) !important;
  background-image: none !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 0 12px 12px 12px !important;
  padding: 0 !important;
  gap: 0 !important;
  flex-direction: column !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3) !important;
  overflow: hidden !important;
}
/* Thumb arriba — ancho completo, altura fija */
.content-features .tab-thumb {
  width: 100% !important; height: 180px !important;
  border-radius: 0 !important; overflow: hidden !important;
  flex-shrink: 0 !important;
}
.content-features .tab-thumb img {
  width: 100% !important; height: 100% !important;
  object-fit: cover !important; border-radius: 0 !important;
}
/* Contenido texto abajo */
.content-features .feature-tab-content {
  padding: 1.5rem 1.5rem 0 !important; width: 100% !important;
}
.content-features .feature-tab-content h3 {
  color: #fff !important; font-size: 1rem !important; margin-bottom: 0.4rem !important;
}
.content-features .feature-tab-content p {
  color: rgba(255,255,255,0.6) !important; font-size: 0.85rem !important; margin-bottom: 0.75rem !important;
}
.content-features .check-list { padding: 0 1.5rem 1.5rem !important; margin: 0 !important; list-style: none !important; }
.content-features .check-list li {
  color: rgba(255,255,255,0.75) !important; font-size: 0.85rem !important; margin-bottom: 0.4rem !important;
}
.content-features .check-list li i {
  color: #6BDB8A !important;
  background: transparent !important; border: none !important;
  width: auto !important; height: auto !important;
  font-size: 0.8rem !important; margin-right: 8px !important;
}

/* ═══════════════════════════════════════════════════════════
   UX ULTRA v5.1 — FIX 8: Hero Slides 2-3 — espacio dominado
   ═══════════════════════════════════════════════════════════ */
.main-slider .swiper-slide ~ .swiper-slide .hero-content {
  max-width: 800px !important;
}
.main-slider .swiper-slide ~ .swiper-slide .hero-title {
  font-size: clamp(2.8rem, 6.5vw, 4.8rem) !important;
}
.hero-content .btn-primary,
.hero-content [class*="btn-primary"] {
  font-size: 1rem !important;
  padding: 14px 32px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 24px rgba(30,122,52,0.35) !important;
}
.hero-content .btn-outline-light,
.hero-content [class*="btn-outline"] {
  font-size: 1rem !important;
  padding: 13px 28px !important;
  border-width: 2px !important;
  border-radius: 10px !important;
}

/* ═══════════════════════════════════════════════════════════
   MS-05 NAVBAR P0 — botones siempre visibles a 100% de zoom
   ═══════════════════════════════════════════════════════════ */
.btn-nav-primary {
  white-space: nowrap !important;
}
/* Asegurar que secondary y ghost nunca colapsan en móvil sin hover */
.btn-nav-secondary,
.btn-nav-ghost {
  white-space: nowrap !important;
}
/* Span y texto siempre visibles — no dependen de hover */
.btn-nav-primary span,
.btn-nav-secondary span,
.btn-nav-ghost span {
  display: inline !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* ═══════════════════════════════════════════════════════════
   MS-05 NAVBAR DIAMANTE — CSS completo
   ═══════════════════════════════════════════════════════════ */

/* ── TOPBAR ── */
.roa-topbar {
  background: #040B14;
  border-bottom: 1px solid rgba(30,122,52,0.15);
  padding: 0;
  height: 36px;
  display: flex; align-items: center;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
  position: fixed; top: 0; left: 0; right: 0; z-index: 1001;
}
.roa-topbar.hidden {
  max-height: 0;
  opacity: 0;
  border-bottom: none;
}
.roa-topbar-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  height: 36px;
}
.topbar-left {
  display: flex; align-items: center; gap: 12px;
  font-family: 'Open Sans', sans-serif; font-size: 0.72rem;
}
.topbar-link {
  display: flex; align-items: center; gap: 5px;
  color: rgba(255,255,255,0.48); text-decoration: none;
  transition: color 0.2s ease;
}
.topbar-link i { color: rgba(30,122,52,0.70); font-size: 0.68rem; }
.topbar-link:hover { color: rgba(255,255,255,0.80); text-decoration: none; }
.topbar-sep { color: rgba(255,255,255,0.15); font-size: 0.6rem; }
.topbar-right { display: flex; align-items: center; gap: 6px; }
.topbar-social {
  display: flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 6px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.45) !important;
  font-size: 0.72rem; text-decoration: none;
  transition: all 0.2s ease;
}
.topbar-social:hover {
  background: #1E7A34; border-color: #1E7A34;
  color: white !important; transform: translateY(-1px);
}

/* ── HEADER PRINCIPAL ── */
.roa-header {
  position: fixed;
  top: 36px; left: 0; right: 0;
  z-index: 1000;
  background: rgba(13,33,55,0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  border-left: 4px solid #1E7A34;
  transition: top 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.roa-header.scrolled {
  top: 0;
  background: rgba(6,15,26,0.98);
  box-shadow: 0 4px 24px rgba(0,0,0,0.30), 0 1px 0 rgba(30,122,52,0.25);
  border-bottom-color: rgba(30,122,52,0.20);
}

/* ── NAV CONTAINER ── */
.roa-nav {
  display: flex; align-items: center;
  height: 68px; gap: 0;
}

/* ── LOGO ── */
.roa-logo-wrap {
  display: flex; align-items: center;
  text-decoration: none; flex-shrink: 0;
  margin-right: 2rem;
}
.roa-logo-img {
  height: 44px; width: auto;
  transition: height 0.3s ease, filter 0.2s ease;
  filter: brightness(1.05);
}
.roa-header.scrolled .roa-logo-img { height: 38px; }
.roa-logo-wrap:hover .roa-logo-img {
  filter: brightness(1.15) drop-shadow(0 0 8px rgba(30,122,52,0.30));
}

/* ── NAV LINKS ── */
.roa-nav-links {
  display: flex; align-items: center;
  gap: 0; flex: 1;
}
.roa-nav-link {
  position: relative;
  font-family: 'Montserrat', sans-serif; font-weight: 600;
  font-size: 0.82rem; letter-spacing: 0.01em;
  color: rgba(255,255,255,0.72) !important;
  text-decoration: none;
  padding: 6px 12px;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.roa-nav-link::after {
  content: '';
  position: absolute; bottom: -2px; left: 12px; right: 12px;
  height: 2px; background: #1E7A34;
  border-radius: 1px;
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.25s ease;
}
.roa-nav-link:hover { color: white !important; text-decoration: none; }
.roa-nav-link:hover::after { transform: scaleX(1); }
.roa-nav-link.active { color: white !important; }
.roa-nav-link.active::after { transform: scaleX(1); }

/* ── CTAs DEL NAVBAR ── */
.roa-nav-ctas {
  display: flex; align-items: center;
  gap: 8px; flex-shrink: 0; margin-left: 1.5rem;
}

/* PRIMARIO — Verde sólido */
.roa-btn-primary {
  display: inline-flex; align-items: center; gap: 7px;
  background: #1E7A34; color: white !important;
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: 0.82rem; letter-spacing: 0.01em;
  padding: 9px 18px; border-radius: 8px; border: none;
  text-decoration: none; white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 12px rgba(30,122,52,0.30); cursor: pointer;
}
.roa-btn-primary i { font-size: 0.78rem; }
.roa-btn-primary:hover {
  background: #28A745; transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(30,122,52,0.40);
  color: white !important; text-decoration: none;
}

/* SECUNDARIO — Gold outline · Rastrear */
.roa-btn-secondary {
  display: inline-flex; align-items: center; gap: 7px;
  background: transparent;
  color: rgba(255,255,255,0.85) !important;
  font-family: 'Montserrat', sans-serif; font-weight: 600;
  font-size: 0.82rem;
  padding: 8px 16px; border-radius: 8px;
  border: 1.5px solid rgba(201,162,39,0.50);
  text-decoration: none; white-space: nowrap;
  transition: all 0.2s ease; cursor: pointer;
}
.roa-btn-secondary i { font-size: 0.78rem; color: #C9A227; }
.roa-btn-secondary:hover {
  border-color: #C9A227; color: #C9A227 !important;
  background: rgba(201,162,39,0.08); text-decoration: none;
}

/* GHOST — Software Golyat */
.roa-btn-ghost {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.60) !important;
  font-family: 'Montserrat', sans-serif; font-weight: 500;
  font-size: 0.78rem; padding: 8px 12px; border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  text-decoration: none; white-space: nowrap;
  transition: all 0.2s ease; cursor: pointer;
}
.roa-btn-ghost i:first-child { color: #6BDB8A; font-size: 0.78rem; }
.roa-ext-icon { font-size: 0.6rem; opacity: 0.50; }
.roa-btn-ghost:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.90) !important; text-decoration: none;
}
.roa-btn-full { width: 100%; justify-content: center; }

/* ── HAMBURGER ── */
.roa-hamburger {
  display: none; flex-direction: column; justify-content: center;
  gap: 5px; background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14); border-radius: 8px;
  padding: 10px; cursor: pointer; margin-left: auto;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.roa-hamburger:hover {
  background: rgba(30,122,52,0.15); border-color: rgba(30,122,52,0.40);
}
.roa-hamburger:focus { outline: none; box-shadow: 0 0 0 3px rgba(30,122,52,0.30); }
.roa-hamburger span {
  display: block; width: 20px; height: 2px;
  background: rgba(255,255,255,0.80); border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.roa-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.roa-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.roa-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MENÚ MOBILE ── */
.roa-mobile-menu {
  display: none;
  background: rgba(6,15,26,0.98);
  border-top: 1px solid rgba(30,122,52,0.20);
  padding: 20px 0 24px;
  animation: menuSlide 0.25s ease;
}
@keyframes menuSlide {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.roa-mobile-links {
  display: flex; flex-direction: column;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 16px; padding-bottom: 16px;
}
.roa-mobile-link {
  font-family: 'Montserrat', sans-serif; font-weight: 600;
  font-size: 1rem; color: rgba(255,255,255,0.75) !important;
  text-decoration: none; padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex; align-items: center;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.roa-mobile-link:hover { color: #6BDB8A !important; padding-left: 8px; }
.roa-mobile-ctas {
  display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px;
}
.roa-mobile-contact {
  display: flex; gap: 16px; flex-wrap: wrap;
  padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.05);
}
.roa-mobile-contact a {
  display: flex; align-items: center; gap: 6px;
  font-family: 'Open Sans', sans-serif; font-size: 0.82rem;
  color: rgba(255,255,255,0.50) !important; text-decoration: none;
  transition: color 0.2s ease;
}
.roa-mobile-contact a i { color: #6BDB8A; }
.roa-mobile-contact a:hover { color: rgba(255,255,255,0.85) !important; }

/* ── RESPONSIVE ── */
@media (max-width: 1199px) {
  .roa-nav-link { padding: 6px 8px; font-size: 0.78rem; }
  .roa-btn-primary { padding: 8px 14px; }
  .roa-btn-secondary { padding: 7px 12px; }
  .roa-btn-ghost span { display: none; }
  .roa-btn-ghost { padding: 8px 10px; }
}
@media (max-width: 991px) {
  .roa-nav-links { display: none; }
  .roa-nav-ctas  { display: none; }
  .roa-hamburger { display: flex; }
  .roa-nav { height: 60px; }
  .roa-logo-img { height: 38px; }
}
@media (min-width: 1400px) {
  .roa-nav-link { padding: 6px 14px; }
  .roa-nav-ctas { gap: 10px; }
}

/* ── BODY OFFSET para el navbar fijo ── */
body {
  padding-top: calc(36px + 68px) !important;
}
/* Hero: compensar el offset correcto del nuevo navbar */
.hero-content,
.swiper-slide .hero-content {
  padding-top: calc(36px + 68px + 20px) !important;
}
/* ══════════════════════════════════════════════════════════════
   NAVBAR DIAMANTE — CRITICAL FIX (sobreescribe template main.css)
   ══════════════════════════════════════════════════════════════ */

/* Posición fija forzada — el template tiene header/position:relative */
.roa-topbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1001 !important;
  background: #040B14 !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
}
.roa-topbar.hidden {
  max-height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.roa-header {
  position: fixed !important;
  top: 36px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  background: rgba(13,33,55,0.97) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  border-left: 4px solid #1E7A34 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.roa-header.scrolled {
  top: 0 !important;
  background: rgba(6,15,26,0.99) !important;
}

/* Mobile menu: oculto por defecto, visible solo con .open */
.roa-mobile-menu {
  display: none !important;
}
.roa-mobile-menu.open {
  display: block !important;
}

/* Desktop nav oculto en mobile — !important para ganar al template */
@media (max-width: 991px) {
  .roa-nav-links { display: none !important; }
  .roa-nav-ctas  { display: none !important; }
  .roa-hamburger { display: flex !important; }
}
@media (min-width: 992px) {
  .roa-hamburger { display: none !important; }
  .roa-nav-links { display: flex !important; }
  .roa-nav-ctas  { display: flex !important; }
}


/* =====================================================
   MS-03 GOLYAT — El sistema que nunca duerme
   ===================================================== */

.section-golyat {
  position: relative;
  background: #060F1A;
  padding: 7rem 0 5rem;
  overflow: hidden;
}
.golyat-canvas {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none; z-index: 0; opacity: 0.5;
}
.golyat-container {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding-bottom: 4rem;
}
.golyat-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(30,122,52,0.15);
  border: 1px solid rgba(30,122,52,0.35);
  color: #6BDB8A;
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: 0.7rem; letter-spacing: 0.10em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 9999px;
  margin-bottom: 1.5rem;
}
.golyat-badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #34D058;
  animation: gPulse 2s ease infinite;
}
@keyframes gPulse {
  0%,100% { opacity:1; transform:scale(1); }
  50%      { opacity:0.4; transform:scale(1.4); }
}
.golyat-title {
  font-family: 'Montserrat', sans-serif; font-weight: 800;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: white; line-height: 1.08; letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
}
.golyat-title-accent { color: #1E7A34; position: relative; }
.golyat-title-accent::after {
  content: '';
  position: absolute; bottom: -4px; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1E7A34, #6BDB8A, #1E7A34);
  background-size: 200% 100%;
  border-radius: 2px;
  animation: underlineSlide 3s linear infinite;
}
@keyframes underlineSlide {
  0%   { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}
.golyat-copy {
  font-family: 'Open Sans', sans-serif; font-size: 1rem;
  color: rgba(255,255,255,0.65); line-height: 1.8; margin-bottom: 1.75rem;
}
.golyat-diff { display: flex; flex-direction: column; gap: 10px; margin-bottom: 2rem; }
.golyat-diff-item {
  display: flex; align-items: flex-start; gap: 10px;
  font-family: 'Open Sans', sans-serif; font-size: 0.88rem;
  color: rgba(255,255,255,0.70);
}
.golyat-diff-item i { color: #34D058; margin-top: 2px; flex-shrink: 0; }
.golyat-diff-item strong { color: white; font-weight: 600; }
.golyat-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 2rem; }
.btn-golyat-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #1E7A34; color: white !important;
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.9rem;
  padding: 12px 22px; border-radius: 10px; text-decoration: none;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(30,122,52,0.30);
}
.btn-golyat-primary:hover {
  background: #28A745; transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(30,122,52,0.40);
  color: white !important; text-decoration: none;
}
.btn-ext-icon { font-size: 0.65rem; opacity: 0.7; }
.btn-golyat-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: rgba(255,255,255,0.80) !important;
  font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.9rem;
  padding: 12px 20px; border-radius: 10px;
  border: 1.5px solid rgba(255,255,255,0.20); text-decoration: none;
  transition: all 0.2s;
}
.btn-golyat-outline:hover {
  border-color: #1E7A34; color: #6BDB8A !important;
  background: rgba(30,122,52,0.08); text-decoration: none;
}
.golyat-trust-row {
  display: flex; align-items: center;
  padding: 16px 0; border-top: 1px solid rgba(255,255,255,0.08);
}
.golyat-trust-item { text-align: center; flex: 1; }
.golyat-trust-item strong {
  display: block; font-family: 'Montserrat', sans-serif; font-weight: 800;
  font-size: 1.3rem; color: #6BDB8A;
}
.golyat-trust-item span {
  font-family: 'Open Sans', sans-serif; font-size: 0.72rem;
  color: rgba(255,255,255,0.40); text-transform: uppercase; letter-spacing: 0.06em;
}
.golyat-trust-sep { width: 1px; height: 40px; background: rgba(255,255,255,0.10); flex-shrink: 0; }
.tracking-demo-card {
  background: rgba(13,33,55,0.70);
  border: 1px solid rgba(30,122,52,0.25);
  border-top: 3px solid #1E7A34;
  border-radius: 20px; overflow: hidden;
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 80px rgba(0,0,0,0.40), 0 0 0 1px rgba(30,122,52,0.10);
}
.tdc-header {
  background: linear-gradient(135deg,#060F1A 0%,#0D2137 100%);
  padding: 20px 24px; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.tdc-live-indicator {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: 0.65rem; letter-spacing: 0.12em;
  color: #34D058; margin-bottom: 8px;
}
.tdc-live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #34D058; animation: gPulse 1.5s ease infinite;
}
.tdc-guia {
  font-family: 'Montserrat', sans-serif; font-weight: 800;
  font-size: 1.2rem; color: white; letter-spacing: 0.02em;
}
.tdc-ruta {
  font-family: 'Open Sans', sans-serif; font-size: 0.78rem;
  color: rgba(255,255,255,0.45); margin-top: 4px;
}
.tdc-stepper {
  display: flex; align-items: center;
  padding: 20px 24px; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.tdc-step { display: flex; flex-direction: column; align-items: center; gap: 6px; min-width: 60px; }
.tdc-step-icon {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; transition: all 0.3s;
}
.tdc-done .tdc-step-icon   { background: #1E7A34; color: white; }
.tdc-active .tdc-step-icon { background: rgba(30,122,52,0.20); color: #34D058; border: 2px solid #1E7A34; }
.tdc-pending .tdc-step-icon { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.25); border: 1px solid rgba(255,255,255,0.12); }
.tdc-pulse { position: relative; }
.tdc-pulse::before {
  content: '';
  position: absolute; inset: -6px; border-radius: 50%;
  border: 2px solid rgba(30,122,52,0.40);
  animation: pulseRing 2s ease infinite;
}
@keyframes pulseRing {
  0%   { transform:scale(0.8); opacity:1; }
  100% { transform:scale(1.4); opacity:0; }
}
.tdc-step-info { text-align: center; }
.tdc-step-label {
  display: block; font-family: 'Montserrat', sans-serif;
  font-weight: 600; font-size: 0.68rem; color: rgba(255,255,255,0.60);
}
.tdc-done .tdc-step-label   { color: #6BDB8A; }
.tdc-active .tdc-step-label { color: white; }
.tdc-step-time { display: block; font-family: 'Open Sans', sans-serif; font-size: 0.62rem; color: rgba(255,255,255,0.35); margin-top: 2px; }
.tdc-current { color: #34D058 !important; font-weight: 600; }
.tdc-line { flex: 1; height: 2px; background: rgba(255,255,255,0.10); margin: 0 4px; margin-bottom: 18px; border-radius: 2px; }
.tdc-line-done { background: #1E7A34; }
.tdc-progress-bar { height: 4px; background: rgba(255,255,255,0.08); margin: 0 24px; }
.tdc-progress-fill { height: 100%; width: 0%; background: linear-gradient(90deg,#1E7A34,#6BDB8A); border-radius: 2px; transition: width 2s ease; }
.tdc-progress-label { display: flex; justify-content: space-between; padding: 6px 24px 16px; font-family: 'Open Sans', sans-serif; font-size: 0.68rem; color: rgba(255,255,255,0.35); }
.tdc-history-label {
  padding: 12px 24px 8px;
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  display: flex; align-items: center; gap: 6px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.tdc-history { padding: 0 24px 16px; display: flex; flex-direction: column; gap: 8px; }
.tdc-event { display: flex; align-items: flex-start; gap: 10px; animation: eventSlideIn 0.4s ease forwards; opacity: 0; }
@keyframes eventSlideIn {
  from { opacity:0; transform:translateX(-10px); }
  to   { opacity:1; transform:translateX(0); }
}
.tdc-event-dot { width: 8px; height: 8px; border-radius: 50%; background: #1E7A34; flex-shrink: 0; margin-top: 4px; box-shadow: 0 0 6px rgba(30,122,52,0.60); }
.tdc-event-time { font-family: 'Montserrat', sans-serif; font-size: 0.68rem; color: #6BDB8A; font-weight: 700; white-space: nowrap; min-width: 50px; }
.tdc-event-text { font-family: 'Open Sans', sans-serif; font-size: 0.78rem; color: rgba(255,255,255,0.70); line-height: 1.4; }
.tdc-event-loc { font-size: 0.65rem; color: rgba(255,255,255,0.35); margin-top: 2px; }
.tdc-package-info { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 0 24px 16px; border-top: 1px solid rgba(255,255,255,0.06); }
.tdc-pkg-item { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.tdc-pkg-label { display: block; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 3px; }
.tdc-pkg-val { font-family: 'Open Sans', sans-serif; font-size: 0.80rem; color: rgba(255,255,255,0.78); }
.tdc-footer { background: rgba(255,255,255,0.03); padding: 12px 24px; font-family: 'Open Sans', sans-serif; font-size: 0.72rem; color: rgba(255,255,255,0.35); border-top: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.tdc-footer i { color: rgba(201,162,39,0.60); }
.tdc-footer a { color: #6BDB8A; text-decoration: none; margin-left: auto; }
.tdc-footer a:hover { text-decoration: underline; }
.golyat-features-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; padding-top: 3rem; border-top: 1px solid rgba(255,255,255,0.06); }
.golyat-feature { padding: 24px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; transition: border-color 0.3s, background 0.3s, transform 0.3s; }
.golyat-feature:hover { border-color: rgba(30,122,52,0.40); background: rgba(30,122,52,0.06); transform: translateY(-4px); }
.gf-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(30,122,52,0.15); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: #6BDB8A; margin-bottom: 1rem; transition: background 0.3s; }
.golyat-feature:hover .gf-icon { background: rgba(30,122,52,0.30); }
.golyat-feature h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.95rem; color: white; margin-bottom: 8px; }
.golyat-feature p { font-family: 'Open Sans', sans-serif; font-size: 0.82rem; color: rgba(255,255,255,0.50); line-height: 1.65; margin: 0; }
@media (max-width: 991px) {
  .golyat-container { grid-template-columns: 1fr; gap: 2.5rem; }
  .golyat-features-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
  .golyat-features-grid { grid-template-columns: 1fr; }
  .tdc-stepper { overflow-x: auto; padding: 16px; }
  .tdc-step { min-width: 50px; }
  .tdc-package-info { grid-template-columns: 1fr; }
  .section-golyat { padding: 4rem 0 3rem; }
}


/* =====================================================
   MS-02 MAPA DE COBERTURA — Sidebar diamante
   ===================================================== */

.section-mapa {
  background: #080F1A;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.section-mapa::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(30,122,52,0.06) 1px, transparent 0);
  background-size: 32px 32px;
  pointer-events: none;
}
.mapa-section-header {
  padding: 6.5rem 0 4.5rem;
  background: linear-gradient(180deg, #080F1A 0%, rgba(8,15,26,0.95) 100%);
  position: relative;
}
.mapa-section-header::after {
  content: '';
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 80px; height: 3px;
  background: linear-gradient(90deg, transparent, #1E7A34, transparent);
}
.section-badge-green {
  display: inline-flex; align-items: center;
  background: rgba(30,122,52,0.12);
  border: 1px solid rgba(30,122,52,0.30);
  border-left: 3px solid #1E7A34;
  color: #6BDB8A;
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: 0.70rem; letter-spacing: 0.10em; text-transform: uppercase;
  padding: 5px 14px 5px 10px; border-radius: 4px;
  margin-bottom: 1.2rem;
}
.mapa-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 2rem;
  align-items: start;
  padding: 2rem 0 4rem;
  position: relative;
}
.mapa-sidebar {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sidebar-total-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(30,122,52,0.25);
  border-radius: 16px;
  padding: 24px; margin-bottom: 16px; text-align: center;
}
.sidebar-icon { font-size: 1.5rem; color: #6BDB8A; margin-bottom: 12px; }
.sidebar-total-num {
  font-family: 'Montserrat', sans-serif; font-weight: 800;
  font-size: 3.5rem; color: #6BDB8A;
  line-height: 1; letter-spacing: -0.04em;
}
.sidebar-total-num span { font-size: 2rem; }
.sidebar-total-label {
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: 1rem; color: rgba(255,255,255,0.85); margin-top: 8px;
}
.sidebar-total-sub {
  font-family: 'Open Sans', sans-serif; font-size: 0.78rem;
  color: rgba(255,255,255,0.40); margin-top: 4px;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.sidebar-hint {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.03);
  border: 1px dashed rgba(255,255,255,0.12);
  border-radius: 10px; padding: 14px 16px; margin-bottom: 16px;
}
.sidebar-hint-icon {
  color: #C9A227; font-size: 1.2rem; flex-shrink: 0;
  animation: cursorBounce 1.5s ease infinite;
}
@keyframes cursorBounce {
  0%,100% { transform: translateX(0); }
  50%      { transform: translateX(4px); }
}
.sidebar-hint p {
  font-family: 'Open Sans', sans-serif; font-size: 0.82rem;
  color: rgba(255,255,255,0.45); line-height: 1.5; margin: 0; font-style: italic;
}
.sidebar-quick-stats { display: flex; flex-direction: column; gap: 8px; }
.qs-item {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Open Sans', sans-serif; font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
}
.qs-item i { color: #6BDB8A; width: 16px; font-size: 0.85rem; }
.sidebar-depto {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(30,122,52,0.30);
  border-radius: 16px; overflow: hidden;
  animation: slideInUp 0.3s ease;
}
@keyframes slideInUp {
  from { opacity:0; transform:translateY(10px); }
  to   { opacity:1; transform:translateY(0); }
}
.depto-header {
  background: linear-gradient(135deg, #0D2137 0%, #1A3A5C 100%);
  padding: 20px; border-bottom: 2px solid #1E7A34;
}
.depto-nombre {
  font-family: 'Montserrat', sans-serif; font-weight: 800;
  font-size: 1.4rem; color: white; margin-bottom: 4px;
}
.depto-region {
  font-family: 'Open Sans', sans-serif; font-size: 0.75rem;
  color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.06em;
}
.depto-meta { display: flex; flex-direction: column; gap: 0; padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.depto-meta-item { display: flex; align-items: center; gap: 12px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.depto-meta-item:last-child { border-bottom: none; }
.depto-meta-item i { color: #6BDB8A; width: 16px; font-size: 0.9rem; }
.depto-meta-item > div { display: flex; flex-direction: column; }
.depto-meta-item strong { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.9rem; color: white; }
.depto-meta-item span { font-family: 'Open Sans', sans-serif; font-size: 0.72rem; color: rgba(255,255,255,0.40); }
.depto-cities-label { padding: 12px 20px 6px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.68rem; color: rgba(255,255,255,0.40); text-transform: uppercase; letter-spacing: 0.08em; }
.depto-cities { padding: 0 20px 16px; display: flex; flex-wrap: wrap; gap: 6px; }
.city-pill { background: rgba(30,122,52,0.15); border: 1px solid rgba(30,122,52,0.30); color: rgba(255,255,255,0.80); font-family: 'Open Sans', sans-serif; font-size: 0.75rem; padding: 4px 10px; border-radius: 9999px; }
.city-pill--more { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.12); color: rgba(255,255,255,0.40); font-style: italic; }
.btn-cotizar-depto {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: calc(100% - 32px); margin: 0 16px 10px;
  background: #1E7A34; color: white !important;
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.85rem;
  padding: 12px; border-radius: 10px; text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.btn-cotizar-depto:hover { background: #28A745; transform: translateY(-2px); color: white !important; text-decoration: none; }
.btn-volver-mapa {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  width: calc(100% - 32px); margin: 0 16px 16px;
  background: transparent; color: rgba(255,255,255,0.45) !important;
  font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 0.78rem;
  padding: 8px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.10);
  cursor: pointer; transition: all 0.2s;
}
.btn-volver-mapa:hover { color: rgba(255,255,255,0.80) !important; }
.mapa-truck-wrap { margin-top: 24px; text-align: center; }
.mapa-truck-img { width: 100%; max-width: 280px; filter: drop-shadow(0 8px 24px rgba(0,0,0,0.40)); animation: truckFloat 4s ease-in-out infinite; }
@keyframes truckFloat {
  0%,100% { transform: translateY(0) translateX(0); }
  50%      { transform: translateY(-8px) translateX(4px); }
}
.mapa-svg-container { position: relative; min-height: 500px; }
#colombiaSvgWrapper { width: 100%; }
#colombiaSvgWrapper object { width: 100%; height: auto; min-height: 500px; max-height: 680px; }
.mapa-tooltip {
  display: none; position: absolute;
  background: #0D2137; border: 1px solid rgba(30,122,52,0.40);
  border-radius: 8px; padding: 8px 12px;
  pointer-events: none; z-index: 10;
  box-shadow: 0 8px 24px rgba(0,0,0,0.30); min-width: 160px;
}
#tooltipNombre { display: block; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.85rem; color: white; margin-bottom: 3px; }
#tooltipMunicipios { display: block; font-family: 'Open Sans', sans-serif; font-size: 0.72rem; color: #6BDB8A; }
.mapa-cta-footer {
  background: linear-gradient(135deg, #DDE8E2 0%, #D5E3DC 100%);
  border-top: 1px solid rgba(30,122,52,0.13);
  border-bottom: 1px solid rgba(30,122,52,0.13);
  padding: 1.4rem 0;
}
.mapa-cta-inner {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: #ffffff;
  border-radius: 16px;
  padding: 1.6rem 2rem;
  box-shadow: 0 12px 40px rgba(0,0,0,0.10), 0 4px 14px rgba(0,0,0,0.06), 0 0 0 1px rgba(30,122,52,0.18);
  border-left: 3px solid rgba(30,122,52,0.28);
}
.mapa-cta-icon {
  flex-shrink: 0;
  width: 54px; height: 54px;
  background: linear-gradient(135deg, rgba(30,122,52,0.1), rgba(107,219,138,0.14));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  color: #1E7A34;
  border: 1px solid rgba(30,122,52,0.15);
}
.mapa-cta-content { flex: 1; }
.mapa-cta-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 0.95rem;
  color: #0D2137; margin: 0 0 0.3rem;
}
.mapa-cta-sub {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.82rem; color: #6B7280; margin: 0;
}
.btn-mapa-wa {
  flex-shrink: 0;
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: white !important;
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.85rem;
  padding: 0.75rem 1.5rem; border-radius: 30px; text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(34,197,94,0.32);
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}
.btn-mapa-wa i { font-size: 1.1rem; }
.btn-mapa-wa:hover {
  filter: brightness(1.07); transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(34,197,94,0.42);
  color: white !important; text-decoration: none;
}
@media (max-width: 640px) {
  .mapa-cta-inner { flex-direction: column; text-align: center; padding: 1.5rem; }
  .mapa-cta-icon { margin: 0 auto; }
  .btn-mapa-wa { width: 100%; justify-content: center; }
}
@media (max-width: 991px) {
  .mapa-layout { grid-template-columns: 1fr; }
  .mapa-sidebar { position: static; order: 2; }
  .mapa-svg-container { order: 1; }
  .mapa-truck-wrap { display: none; }
}
@media (max-width: 575px) {
  .mapa-section-header { padding: 3rem 0 2rem; }
  .sidebar-total-num { font-size: 2.5rem; }
  .depto-nombre { font-size: 1.2rem; }
}


/* ===== MS-08 PRUEBA SOCIAL ===== */
.section-testimonios {
  background: linear-gradient(180deg, #060F1A 0%, #0D2137 50%, #060F1A 100%);
  padding: 5rem 0 4rem;
  position: relative;
}
.social-proof-numbers {
  background: linear-gradient(135deg, #071A0D 0%, #0D2B17 60%, #071A0D 100%);
  border-top: 1px solid rgba(107,219,138,0.18);
  border-bottom: 1px solid rgba(107,219,138,0.18);
  padding: 3.5rem 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.social-proof-numbers::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(107,219,138,0.045) 1px, transparent 0);
  background-size: 24px 24px;
  pointer-events: none;
}
.spn-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 2rem;
  text-align: center;
  position: relative;
}
.spn-item {
  display: flex; flex-direction: column; align-items: center;
  position: relative;
}
.spn-item:not(:last-child)::after {
  content: ''; position: absolute;
  right: -1rem; top: 8%; height: 84%; width: 1px;
  background: rgba(107,219,138,0.14);
}
.spn-number {
  font-family: Montserrat,sans-serif;
  font-weight: 800;
  font-size: clamp(2.5rem,5vw,3.5rem);
  color: #6BDB8A;
  display: inline;
  line-height: 1;
}
.spn-suffix {
  font-family: Montserrat,sans-serif;
  font-weight: 700;
  font-size: clamp(1.2rem,2.5vw,1.6rem);
  color: #6BDB8A;
  line-height: 1;
}
.spn-label {
  color: rgba(107,219,138,0.55);
  font-size: 0.78rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.section-testimonios .section-badge {
  display: inline-block;
  background: rgba(30,122,52,0.15);
  border: 1px solid rgba(30,122,52,0.3);
  border-radius: 20px;
  padding: 0.35rem 1rem;
  color: #6BDB8A;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
.section-testimonios .section-title {
  font-family: Montserrat,sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem,3.5vw,2.6rem);
  color: #fff !important;
  margin-bottom: 0.75rem;
}
.section-testimonios .section-subtitle {
  color: rgba(255,255,255,0.65) !important;
  font-size: 1rem;
  max-width: 600px;
  margin-bottom: 0;
}
.testimonios-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1.5rem;
  margin: 2.5rem 0;
}
.testimonio-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 2rem;
  transition: border-color .3s,transform .3s;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.testimonio-card:hover {
  border-color: rgba(30,122,52,0.5);
  transform: translateY(-4px);
}
.tc-featured {
  border-color: rgba(30,122,52,0.4);
  background: rgba(30,122,52,0.08);
  position: relative;
}
.tc-featured::before {
  content: 'Mas votado';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #1E7A34;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 20px;
  white-space: nowrap;
}
.tc-stars { color: #C9A227; font-size: 1rem; letter-spacing: 2px; }
.tc-image {
  width: 100%;
  aspect-ratio: 16/7;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 0.25rem;
}
.tc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tc-quote {
  background: transparent !important;
  border-left: none !important;
  padding: 0 !important;
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
  line-height: 1.7;
  font-style: italic;
  margin: 0;
  flex: 1;
}
.tc-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.tc-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1E7A34;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: #fff;
  flex-shrink: 0;
}
.tc-info strong { color: #fff; font-size: 0.9rem; display: block; }
.tc-info span { color: rgba(255,255,255,0.5); font-size: 0.78rem; }
.tc-result {
  background: rgba(30,122,52,0.15);
  border: 1px solid rgba(30,122,52,0.3);
  border-radius: 8px;
  padding: 0.6rem 1rem;
  font-size: 0.8rem;
  color: #6BDB8A;
  font-weight: 600;
}
.tc-result i { margin-right: 0.5rem; }
.testimonios-cta { text-align: center; margin-top: 2.5rem; }
.btn-testimonios-primary {
  display: inline-block;
  background: #1E7A34;
  color: #fff;
  padding: 1rem 2.5rem;
  border-radius: 8px;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: background .3s,transform .2s;
}
.btn-testimonios-primary:hover {
  background: #145c27;
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991px) {
  .spn-grid { grid-template-columns: repeat(2,1fr); }
  .testimonios-grid { grid-template-columns: 1fr; }
}
@media (max-width: 576px) {
  .spn-grid { grid-template-columns: repeat(2,1fr); gap: 1rem; }
}

/* ===== MS-04 PRE-FOOTER + FOOTER DIAMANTE ===== */

/* PRE-FOOTER */
.pre-footer {
  background: linear-gradient(135deg,#0D2137 0%,#060F1A 100%);
  padding: 5rem 0;
  text-align: center;
  border-top: 1px solid rgba(30,122,52,0.3);
}
.pf-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(30,122,52,0.15);
  border: 1px solid rgba(30,122,52,0.3);
  border-radius: 20px;
  padding: 0.4rem 1rem;
  color: #6BDB8A;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
.pf-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #34D058;
  animation: pfPulse 2s ease-in-out infinite;
}
@keyframes pfPulse {
  0%,100%{ opacity:1; transform:scale(1); }
  50%{ opacity:0.5; transform:scale(1.3); }
}
.pf-title {
  font-family: Montserrat,sans-serif;
  font-weight: 800;
  font-size: clamp(2rem,4vw,3rem);
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.pf-accent { color: #C9A227; }
.pf-sub {
  color: rgba(255,255,255,0.7);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.pf-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2rem; }
.pf-btn-primary {
  background: #1E7A34; color: #fff;
  padding: 1rem 2.5rem; border-radius: 8px;
  font-family: Montserrat,sans-serif; font-weight: 700; font-size: 1rem;
  text-decoration: none; transition: background .3s, transform .2s;
}
.pf-btn-primary:hover { background: #145c27; transform: translateY(-2px); color: #fff; text-decoration: none; }
.pf-btn-wa {
  background: transparent; color: #25D366;
  border: 2px solid #25D366;
  padding: 1rem 2.5rem; border-radius: 8px;
  font-family: Montserrat,sans-serif; font-weight: 700; font-size: 1rem;
  text-decoration: none; transition: background .3s, color .3s, transform .2s;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.pf-btn-wa:hover { background: #25D366; color: #fff; transform: translateY(-2px); text-decoration: none; }
.pf-trust { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; }
.pf-trust span { color: rgba(255,255,255,0.6); font-size: 0.85rem; }
.pf-trust i { color: #6BDB8A; margin-right: 0.4rem; }

/* FOOTER DIAMANTE */
.footer-roa {
  background: #060F1A;
  position: relative;
}
.footer-roa .map-pattern {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  opacity: 0.03; pointer-events: none;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr 1.3fr;
  gap: 3rem;
  padding: 4rem 0 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-logo-txt { font-family: Montserrat,sans-serif; font-weight: 900; font-size: 2rem; color: #1E7A34; }
.footer-desc { color: rgba(255,255,255,0.6); font-size: 0.85rem; line-height: 1.7; margin-bottom: 1.25rem; }
.footer-social { display: flex; gap: 0.75rem; margin-bottom: 1rem; }
.footer-social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  text-decoration: none;
  transition: background .3s, color .3s, border-color .3s;
}
.footer-social a:hover { background: #1E7A34; border-color: #1E7A34; color: #fff; }
.footer-hours { color: rgba(255,255,255,0.5); font-size: 0.8rem; margin: 0; }
.footer-hours i { color: #6BDB8A; margin-right: 0.4rem; }
.footer-col-title {
  font-family: Montserrat,sans-serif;
  font-weight: 700; font-size: 0.9rem;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: #fff; margin-bottom: 1.25rem;
}
.footer-roa .footer-links { list-style: none; padding: 0; margin: 0; }
.footer-roa .footer-links li { margin-bottom: 0.6rem; }
.footer-roa .footer-links a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.88rem; transition: color .2s; }
.footer-roa .footer-links a:hover { color: #6BDB8A; }
.footer-roa .footer-links i { font-size: 0.6rem; margin-right: 0.4rem; color: #1E7A34; }
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li { display: flex; gap: 0.75rem; margin-bottom: 0.9rem; align-items: flex-start; }
.fc-icon {
  width: 32px; height: 32px;
  background: rgba(30,122,52,0.15); border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  color: #6BDB8A; font-size: 0.8rem; flex-shrink: 0;
}
.footer-contact a, .footer-contact span { color: rgba(255,255,255,0.6); font-size: 0.85rem; text-decoration: none; line-height: 1.4; }
.footer-contact a:hover { color: #6BDB8A; }
.footer-tracking { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 0.75rem; }
.ft-input {
  width: 100%; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px; padding: 0.75rem 1rem;
  color: #fff; font-size: 0.85rem; outline: none;
  transition: border-color .3s;
}
.ft-input:focus { border-color: #1E7A34; }
.ft-input::placeholder { color: rgba(255,255,255,0.3); }
.ft-btn {
  width: 100%; background: #1E7A34; color: #fff;
  border: none; border-radius: 8px; padding: 0.75rem;
  font-family: Montserrat,sans-serif; font-weight: 700; font-size: 0.85rem;
  cursor: pointer; transition: background .3s;
}
.ft-btn:hover { background: #145c27; }
.ft-golyat-link {
  display: flex; align-items: center; gap: 0.5rem;
  color: #6BDB8A; font-size: 0.82rem; font-weight: 600;
  text-decoration: none; margin-bottom: 1.25rem;
  transition: color .2s;
}
.ft-golyat-link:hover { color: #34D058; text-decoration: none; }
.ft-dot { width: 8px; height: 8px; border-radius: 50%; background: #34D058; animation: pfPulse 2s ease-in-out infinite; flex-shrink: 0; }
.footer-certs { display: flex; flex-direction: column; gap: 0.5rem; }
.cert-item { display: flex; align-items: center; gap: 0.5rem; color: rgba(255,255,255,0.5); font-size: 0.78rem; }
.cert-item i { color: #C9A227; }
.footer-bottom {
  background: rgba(0,0,0,0.35);
  padding: 1.25rem 0;
}
.fb-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  text-align: center;
}
.fb-pse { display: flex; align-items: center; gap: 0.5rem; color: rgba(255,255,255,0.5); font-size: 0.8rem; }
.fb-pse img.pse-logo, .pse-logo { max-height: 24px; vertical-align: middle; }
.fb-copy { color: rgba(255,255,255,0.5); font-size: 0.8rem; }
.fb-copy a { color: #6BDB8A; text-decoration: none; }
.fb-legal { display: flex; align-items: center; gap: 0.75rem; justify-content: center; }
.fb-legal a { color: rgba(255,255,255,0.4); font-size: 0.78rem; text-decoration: none; transition: color .2s; }
.fb-legal a:hover { color: #6BDB8A; }
.fb-legal-btn {
  background: none; border: none; padding: 0; cursor: pointer;
  color: rgba(255,255,255,0.4); font-size: 0.78rem;
  transition: color .2s; font-family: inherit; line-height: 1;
}
.fb-legal-btn:hover { color: #6BDB8A; }
.fb-legal-sep { color: rgba(255,255,255,0.2); font-size: 0.78rem; user-select: none; }

@media (max-width: 1199px) {
  .footer-grid { grid-template-columns: 1.5fr 1fr 1.2fr; }
  .footer-col--tracking { grid-column: 1 / -1; max-width: 400px; }
}
@media (max-width: 767px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-col--brand { grid-column: 1 / -1; }
  .footer-col--tracking { grid-column: 1 / -1; max-width: 100%; }
  .fb-pse { justify-content: center; }
  .pf-ctas { flex-direction: column; align-items: center; }
  .pf-trust { gap: 1rem; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ===== HOTFIX: Footer city strip ===== */
.footer-city-strip {
  position: relative;
  width: 100%;
  height: 160px;
  background-image: url(../img/footer-shape.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  overflow: hidden;
}
.footer-city-strip .running-truck {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}

/* ===== Payment badges footer bottom ===== */
.fb-pse {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.fb-pay-label {
  color: rgba(255,255,255,0.45);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.fb-pay-label i { color: #6BDB8A; margin-right: 0.3rem; }
.fb-pay-badges {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.fb-pay-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 8px;
  padding: 0.3rem 0.65rem;
  height: 36px;
  overflow: hidden;
  text-decoration: none;
  transition: background .25s, border-color .25s, transform .2s;
}
.fb-pay-badge:hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.28);
  transform: translateY(-1px);
  text-decoration: none;
}
.fb-pay-logo {
  display: block;
  width: auto;
  object-fit: contain;
}
/* PSE png tiene padding transparente â€” scale compensa para ver el logo real al tamaÃ±o correcto */
.fb-pay-logo--pse {
  height: 44px;
  transform: scale(1.35);
}
.fb-pay-logo--davivienda {
  height: 22px;
}

/* ===== Payment badges â€” fondo claro para logos sobre navy ===== */
.fb-pay-badge {
  background: rgba(255,255,255,0.92) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  border-radius: 8px;
  padding: 0.3rem 0.75rem;
  height: 36px;
}
.fb-pay-badge:hover {
  background: #ffffff !important;
  border-color: rgba(255,255,255,0.4) !important;
  transform: translateY(-2px);
}
.fb-pay-logo--pse {
  height: 44px;
  transform: scale(1.35);
}
.fb-pay-logo--davivienda {
  height: 20px;
}

/* ===== PSE + Davivienda combined premium button ===== */
.fb-pay-combined {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.93);
  border-radius: 9px;
  padding: 0.28rem 1rem 0.28rem 0.5rem;
  text-decoration: none;
  transition: background .25s, transform .2s, box-shadow .2s;
  box-shadow: 0 2px 10px rgba(0,0,0,0.35);
  overflow: hidden;
}
.fb-pay-combined:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.45);
  text-decoration: none;
}
/* PSE png tiene padding transparente â€” crop con overflow:hidden en parent + scale */
.fpc-pse {
  height: 48px;
  width: auto;
  object-fit: contain;
  transform: scale(1.28);
  transform-origin: center;
  display: block;
  flex-shrink: 0;
}
.fpc-divider {
  width: 1px;
  height: 22px;
  background: rgba(0,0,0,0.12);
  flex-shrink: 0;
  margin: 0 0.15rem;
}
.fpc-davi {
  height: 17px;
  width: auto;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

/* ===== PSE Float Button â€” ULTRA PREMIUM REDESIGN ===== */

/* Override estilos anteriores */
.pse-float {
  position: fixed !important;
  bottom: 28px !important;
  left: 24px !important;
  z-index: 1000 !important;
  display: inline-flex !important;
  align-items: stretch !important;
  width: auto !important;
  border-radius: 50px !important;
  overflow: hidden !important;
  text-decoration: none !important;
  opacity: 1 !important;
  box-shadow:
    0 4px 16px rgba(227,6,19,0.45),
    0 2px 6px rgba(0,0,0,0.35) !important;
  animation: pseAura 3s ease-in-out infinite !important;
  transition: transform .25s cubic-bezier(.34,1.56,.64,1),
              box-shadow .25s ease !important;
}
.pse-float:hover {
  transform: translateY(-3px) scale(1.04) !important;
  box-shadow:
    0 8px 28px rgba(227,6,19,0.65),
    0 4px 12px rgba(0,0,0,0.4) !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

/* Zona izquierda: fondo oscuro con logo PSE */
.pse-float-iso {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #1a1a2e !important;
  padding: 0 4px 0 6px !important;
  height: 40px !important;
  overflow: hidden !important;
}
.pse-float-iso img {
  width: auto !important;
  height: 46px !important;
  display: block !important;
  transform: scale(1.25) !important;
  transform-origin: center !important;
  object-fit: contain !important;
}

/* Zona derecha: fondo rojo con lock + texto */
.pse-float-label {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: linear-gradient(135deg, #E30613 0%, #B8000D 100%) !important;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  padding: 0 14px 0 10px !important;
  height: 40px !important;
  white-space: nowrap !important;
}
.pse-float-label i {
  font-size: 0.65rem !important;
  opacity: 0.9 !important;
}

/* Aura pulsante roja */
@keyframes pseAura {
  0%, 100% {
    box-shadow:
      0 4px 16px rgba(227,6,19,0.45),
      0 2px 6px rgba(0,0,0,0.35);
  }
  50% {
    box-shadow:
      0 4px 24px rgba(227,6,19,0.75),
      0 2px 8px rgba(0,0,0,0.4);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .pse-float {
    bottom: 88px !important;
    left: 14px !important;
  }
  .pse-float-iso { height: 34px !important; }
  .pse-float-iso img { height: 40px !important; }
  .pse-float-label {
    font-size: 0.68rem !important;
    height: 34px !important;
    padding: 0 11px 0 8px !important;
  }
}

/* ===== Footer bottom PSE link simple ===== */
.fb-pse-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255,255,255,0.45);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color .2s;
}
.fb-pse-link:hover {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
}
.fb-pse-link i {
  color: #6BDB8A;
  font-size: 0.65rem;
}

/* ===== PSE float â€” reposicionamiento 2rem abajo + 2rem izquierda ===== */
.pse-float {
  bottom: calc(28px - 2rem) !important; /* ~-4px â†’ usar 4px */
  left:   calc(24px - 2rem) !important; /* ~-8px â†’ usar 4px */
}
/* Fallback seguro para no salir de pantalla */
@supports not (bottom: calc(28px - 2rem)) {
  .pse-float { bottom: 4px !important; left: 4px !important; }
}
@media (min-width: 768px) {
  .pse-float { bottom: 4px !important; left: 4px !important; }
}
@media (max-width: 767px) {
  .pse-float { bottom: 54px !important; left: 4px !important; }
}

/* ===== PSE float â€” 15px bottom, 15px left ===== */
@media (min-width: 768px) {
  .pse-float { bottom: 15px !important; left: 15px !important; }
}
@media (max-width: 767px) {
  .pse-float { bottom: 69px !important; left: 15px !important; }
}

/* ===== Footer bottom â€” responsive completo (sin fb-pse) ===== */

/* Base: copyright izquierda, legal derecha */
.footer-bottom { padding: 1.1rem 0; }

.fb-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap: 1rem !important;
}

.fb-copy {
  color: rgba(255,255,255,0.45);
  font-size: 0.78rem;
  line-height: 1.5;
  flex: 1;
  white-space: nowrap;
}
.fb-copy a {
  color: #6BDB8A;
  text-decoration: none;
  transition: color .2s;
}
.fb-copy a:hover { color: #34D058; }

.fb-legal {
  display: flex !important;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
}
.fb-legal a {
  color: rgba(255,255,255,0.35);
  font-size: 0.75rem;
  text-decoration: none;
  transition: color .2s;
  white-space: nowrap;
}
.fb-legal a:hover { color: rgba(255,255,255,0.7); }

/* Tablet (768â€“991px): igual desktop */
@media (max-width: 991px) {
  .fb-copy { font-size: 0.75rem; }
}

/* Phablet / tablet pequeÃ±a (576â€“767px): wrap pero alineado */
@media (max-width: 767px) {
  .fb-inner {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 0.6rem !important;
    flex-wrap: wrap !important;
  }
  .fb-copy {
    white-space: normal;
    text-align: center;
    font-size: 0.74rem;
  }
  .fb-legal {
    gap: 1rem !important;
    justify-content: center;
  }
}

/* Mobile (375pxâ€“575px): todo centrado, texto compacto */
@media (max-width: 575px) {
  .fb-copy {
    font-size: 0.7rem;
  }
  .fb-legal { gap: 0.75rem !important; }
  .fb-legal a { font-size: 0.7rem; }
}

/* footer bottom â€” copyright siempre centrado */
.fb-copy {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  text-align: center !important;
  white-space: nowrap;
}
.footer-bottom .container { position: relative; }

/* ===== Footer bottom â€” grid 3 columnas definitivo ===== */
.fb-inner {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  gap: 0 !important;
  position: static !important;
}
.fb-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.fb-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: inline-block;
}
.fb-copy {
  text-align: center !important;
  color: rgba(255,255,255,0.45) !important;
  font-size: 0.78rem !important;
  white-space: nowrap !important;
  position: static !important;
  left: auto !important;
  transform: none !important;
}
.fb-copy a { color: #6BDB8A !important; text-decoration: none; }
.fb-copy a:hover { color: #34D058 !important; }
.fb-legal {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.75rem !important;
  padding-right: 9rem !important;
}
.fb-legal a {
  color: rgba(255,255,255,0.35) !important;
  font-size: 0.75rem !important;
  text-decoration: none !important;
  transition: color .2s !important;
  white-space: nowrap !important;
}
.fb-legal a:hover { color: rgba(255,255,255,0.75) !important; }

/* Mobile: colapsa a columna, copyright centrado */
@media (max-width: 767px) {
  .fb-inner {
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
    text-align: center !important;
  }
  .fb-left { display: none !important; }
  .fb-copy { white-space: normal !important; font-size: 0.72rem !important; }
  .fb-legal { justify-content: center !important; gap: 1rem !important; }
  .fb-legal a { font-size: 0.72rem !important; }
}

/* ===== MS-01 COTIZADOR ACCIONES ===== */
.btn-roa-pdf {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: #1a3a5c; color: #fff;
  border: none; border-radius: 8px;
  padding: 0.8rem 1.5rem;
  font-family: Montserrat, sans-serif; font-weight: 700; font-size: 0.88rem;
  cursor: pointer; transition: background .3s, transform .2s;
  white-space: nowrap;
}
.btn-roa-pdf:hover { background: #0f2440; transform: translateY(-2px); }
.btn-roa-copy {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: transparent; color: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.2); border-radius: 8px;
  padding: 0.8rem 1.5rem;
  font-family: Montserrat, sans-serif; font-weight: 600; font-size: 0.88rem;
  cursor: pointer; transition: border-color .3s, color .3s, transform .2s;
  white-space: nowrap;
}
.btn-roa-copy:hover { border-color: #6BDB8A; color: #6BDB8A; transform: translateY(-2px); }
.btn-roa-copy:disabled { opacity: 0.6; transform: none; cursor: default; }
.btn-roa-retomar {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: transparent; color: #C9A227;
  border: 1px solid rgba(201,162,39,0.4); border-radius: 8px;
  padding: 0.65rem 1.25rem;
  font-family: Montserrat, sans-serif; font-weight: 600; font-size: 0.82rem;
  cursor: pointer; transition: border-color .3s, background .3s;
  margin-right: 0.75rem;
}
.btn-roa-retomar:hover { background: rgba(201,162,39,0.1); border-color: #C9A227; }
.roa-resultado-ctas { flex-wrap: wrap; gap: 0.75rem; }


/* ===== SPRINT P3 â€” P0 BUGS: STEPPER + TOGGLES ===== */

/* â”€â”€ Stepper: conector z-index + labels visibles sobre fondo blanco â”€â”€ */
.step-num {
  position: relative !important;
  z-index: 2 !important;
}
.roa-step:not(.active):not(.completed) .step-label {
  color: var(--roa-muted) !important;
  opacity: 0.65;
  text-decoration: none !important;
}
.roa-step.active .step-label {
  color: var(--roa-navy) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.roa-step.completed .step-label {
  color: var(--roa-green) !important;
  text-decoration: none !important;
}

/* â”€â”€ Toggles: contexto dark â†’ contexto blanco (card es BLANCA) â”€â”€ */
.cot-toggle {
  background: rgba(13,33,55,0.04) !important;
  border: 1px solid rgba(13,33,55,0.12) !important;
}
.cot-toggle:hover {
  background: rgba(30,122,52,0.06) !important;
  border-color: rgba(30,122,52,0.30) !important;
}
.cot-toggle .toggle-label {
  color: var(--roa-gray-dark) !important;
}
.cot-toggle .toggle-label em {
  color: var(--roa-muted) !important;
}
.cot-toggle .toggle-label i {
  color: var(--roa-green) !important;
}
.toggle-track {
  background: rgba(13,33,55,0.18) !important;
}


/* ===== SPRINT P3 â€” P1 PREMIUM VISUAL ===== */

/* â”€â”€ GAP 1: SecciÃ³n cotizador â€” fondo mÃ¡s definido â”€â”€ */
section#cotizar {
  background-color: #E2EAF4 !important;
}

/* â”€â”€ GAP 5A: Card frame â€” accent bar verde + shadow elevada + radius â”€â”€ */
.roa-cotizador-card {
  border-top: 3px solid var(--roa-green) !important;
  border-radius: 20px !important;
  box-shadow:
    0 16px 64px rgba(13,33,55,0.18),
    0 4px 16px rgba(13,33,55,0.10) !important;
}

/* â”€â”€ GAP 5B: Tipo envÃ­o cards â€” hover premium con spring â”€â”€ */
.tipo-envio-card {
  position: relative !important;
  background: linear-gradient(145deg, #ffffff 0%, #f8fafd 100%) !important;
  border-radius: 14px !important;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}
.tipo-envio-card:hover {
  border-color: var(--roa-green) !important;
  background: linear-gradient(145deg, #f0faf3 0%, #e4f4e8 100%) !important;
  transform: translateY(-7px) !important;
  box-shadow: 0 14px 36px rgba(30,122,52,0.20) !important;
}
.tipo-envio-card.selected {
  border-color: var(--roa-green) !important;
  background: linear-gradient(145deg, #e8f5ed 0%, #d4eddb 100%) !important;
  box-shadow: 0 6px 20px rgba(30,122,52,0.22) !important;
}
.tipo-envio-card.selected::after {
  content: '\2713';
  position: absolute;
  top: 8px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--roa-green);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  text-align: center;
}
.tipo-envio-card .tipo-icon {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}
.tipo-envio-card:hover .tipo-icon,
.tipo-envio-card.selected .tipo-icon {
  transform: scale(1.20) !important;
}

/* â”€â”€ GAP 5C: btn-roa-primary en cotizador â†’ verde en lugar de navy â”€â”€ */
.roa-cotizador-card .btn-roa-primary,
#cotizar .btn-roa-primary {
  background: var(--roa-green) !important;
  border-color: var(--roa-green) !important;
  color: #fff !important;
}
.roa-cotizador-card .btn-roa-primary:hover,
#cotizar .btn-roa-primary:hover {
  background: var(--roa-green-dark) !important;
  border-color: var(--roa-green-dark) !important;
  box-shadow: 0 6px 24px rgba(30,122,52,0.42) !important;
  transform: translateY(-2px) !important;
  color: #fff !important;
}

/* â”€â”€ GAP 5D: Stepper circles â€” gradiente activo + states premium â”€â”€ */
.roa-step.active .step-num {
  background: linear-gradient(135deg, #1E7A34 0%, #34C759 100%) !important;
  box-shadow: 0 4px 14px rgba(30,122,52,0.40) !important;
  color: #fff !important;
}
.roa-step.completed .step-num {
  background: linear-gradient(135deg, #155724 0%, #1E7A34 100%) !important;
  box-shadow: 0 2px 8px rgba(30,122,52,0.30) !important;
  color: #fff !important;
}
.roa-step:not(.active):not(.completed) .step-num {
  background: #DDE4ED !important;
  color: var(--roa-muted) !important;
  box-shadow: none !important;
}

/* â”€â”€ GAP 6: Navbar â€” border-left 6px + glow interno â”€â”€ */
.roa-header {
  border-left: 6px solid #1E7A34 !important;
  box-shadow: inset 5px 0 16px rgba(30,122,52,0.16) !important;
}
.roa-header.scrolled {
  border-left: 6px solid #1E7A34 !important;
  box-shadow:
    0 4px 24px rgba(0,0,0,0.30),
    0 1px 0 rgba(30,122,52,0.25),
    inset 5px 0 16px rgba(30,122,52,0.16) !important;
}


/* ===== SPRINT P3 â€” P2 SERVICIOS + RESPONSIVE ===== */

/* â”€â”€ GAP 7: Services checks alineados + legibilidad mejorada â”€â”€ */
.service-features li {
  align-items: flex-start !important;
  line-height: 1.55 !important;
  padding: 3px 0 !important;
}
.service-features li > i:first-child {
  flex: 0 0 16px !important;
  width: 16px !important;
  margin-top: 3px !important;
  font-size: 0.72rem !important;
  color: var(--roa-green) !important;
}
.service-card:not(.service-card--featured) p {
  color: #4B5563 !important;
}
.service-card--featured p {
  color: rgba(255,255,255,0.82) !important;
}
.service-card--featured .service-features li {
  color: rgba(255,255,255,0.85) !important;
}
.service-card--featured .service-features li > i:first-child {
  color: #6BDB8A !important;
}

/* â”€â”€ GAP 8: Responsive cotizador â€” mobile-first â”€â”€ */
@media (max-width: 575px) {
  .tipo-envio-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .tipo-envio-card {
    padding: 14px 16px !important;
    display: flex !important;
    align-items: center !important;
    text-align: left !important;
    gap: 14px !important;
    min-height: unset !important;
  }
  .tipo-envio-card .tipo-icon {
    font-size: 1.6rem !important;
    flex-shrink: 0 !important;
    margin-bottom: 0 !important;
  }
  .tipo-envio-card .tipo-nombre {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    margin-bottom: 2px !important;
  }
  .tipo-envio-card .tipo-limite {
    font-size: 0.75rem !important;
    display: block !important;
  }
  .roa-cotizador-card { border-radius: 14px !important; }
  .roa-cotizador-body { padding: 16px !important; }
  .roa-cotizador-nav { flex-direction: column !important; gap: 10px !important; }
  .roa-cotizador-nav .btn-roa-primary,
  .roa-cotizador-nav .btn-roa-outline { width: 100% !important; justify-content: center !important; }
}
@media (max-width: 767px) {
  .roa-steps { padding: 16px 12px 0 !important; }
  .step-label { font-size: 10px !important; }
  .roa-resultado-ctas { flex-direction: column !important; gap: 10px !important; }
  .roa-resultado-ctas > * { width: 100% !important; justify-content: center !important; text-align: center !important; }
}


/* ===== SPRINT P3-HOTFIX — 5 BUGS P0 ===== */

/* Bug 1: Toggle — verde al activar (override del !important anterior) */
.cot-toggle input:checked + .toggle-track {
  background: #1E7A34 !important;
}
.cot-toggle input:checked + .toggle-track::after {
  transform: translateX(20px) !important;
}

/* Bug 2: Stepper — label debajo del círculo, sin línea tachando texto */
.roa-step {
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px !important;
  text-align: center !important;
}
.roa-step:not(:last-child)::after {
  top: 16px !important;
  left: 50% !important;
  width: 100% !important;
  right: auto !important;
  z-index: 0 !important;
}
.step-num {
  position: relative !important;
  z-index: 1 !important;
  flex-shrink: 0 !important;
}
.step-label {
  white-space: normal !important;
  text-align: center !important;
  max-width: 80px !important;
  line-height: 1.3 !important;
}

/* Bug 3: Inputs — borde uniforme #94A3B8 en toda la card */
.roa-cotizador-card .roa-input,
.roa-cotizador-card input[type="text"],
.roa-cotizador-card input[type="number"],
.roa-cotizador-card select {
  border-color: #94A3B8 !important;
}
.roa-cotizador-card .roa-input:focus,
.roa-cotizador-card input[type="text"]:focus,
.roa-cotizador-card input[type="number"]:focus,
.roa-cotizador-card select:focus {
  border-color: #1E7A34 !important;
  box-shadow: 0 0 0 3px rgba(30,122,52,0.12) !important;
  outline: none !important;
}

/* Bug 4: Íconos tipo-card — visibles sin hover */
.tipo-envio-card .tipo-icon {
  color: var(--roa-navy) !important;
}
.tipo-envio-card:hover .tipo-icon,
.tipo-envio-card.selected .tipo-icon {
  color: var(--roa-green) !important;
}


/* ===== P4-COT-v2-UX: SECCIÓN A — PERFILES DE ENVÍO ===== */
.tipo-envio-grid { display: none !important; }

.perfil-envio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}
.perfil-card {
  position: relative;
  background: linear-gradient(145deg, #ffffff 0%, #f8fafd 100%);
  border: 1.5px solid #E2E8F0;
  border-radius: 14px;
  padding: 18px 12px 14px;
  cursor: pointer;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(13,33,55,0.06);
}
.perfil-card:hover {
  border-color: var(--roa-green);
  background: linear-gradient(145deg, #f0faf3 0%, #e4f4e8 100%);
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(30,122,52,0.22);
}
.perfil-card.selected {
  border-color: var(--roa-green);
  background: linear-gradient(145deg, #e8f5ed 0%, #d4eddb 100%);
  box-shadow: 0 6px 20px rgba(30,122,52,0.22);
}
.perfil-card.selected::after {
  content: '\2713';
  position: absolute;
  top: 8px; right: 10px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--roa-green);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.perfil-badge-popular {
  position: absolute;
  top: -1px; left: 50%;
  transform: translateX(-50%);
  background: var(--roa-green);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 0 0 8px 8px;
  white-space: nowrap;
  z-index: 1;
}
.perfil-icon {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 2px;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.perfil-card:hover .perfil-icon { transform: scale(1.2); }
.perfil-nombre {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--roa-navy);
  margin: 0;
  line-height: 1.2;
}
.perfil-peso {
  font-size: 0.72rem;
  color: var(--roa-green);
  font-weight: 600;
  display: block;
}
.perfil-desc {
  font-size: 0.68rem;
  color: var(--roa-muted);
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .perfil-envio-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .perfil-card { padding: 14px 10px 10px; }
  .perfil-icon { font-size: 1.5rem; }
  .perfil-nombre { font-size: 0.78rem; }
}

/* ===== P4-COT-v2-UX: SECCIÓN B — WIDGET UNIDADES PROTAGONISTA ===== */
.unidades-widget {
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f5ed 100%);
  border: 1.5px solid rgba(30,122,52,0.2);
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(13,33,55,0.08);
}
.unidades-label {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--roa-navy);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
  cursor: default;
}
.unidades-label i { color: var(--roa-green); }
.unidades-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 14px;
}
.uds-btn {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--roa-navy);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(13,33,55,0.18);
}
.uds-btn:hover { background: var(--roa-green); }
.uds-btn:active { transform: scale(0.88); }
.uds-input {
  width: 90px; height: 56px;
  border-radius: 12px;
  border: 2px solid #94A3B8;
  background: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  color: var(--roa-navy);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  -moz-appearance: textfield;
  box-shadow: 0 4px 12px rgba(13,33,55,0.12);
}
.uds-input::-webkit-outer-spin-button,
.uds-input::-webkit-inner-spin-button { -webkit-appearance: none; }
.uds-input:focus {
  border-color: var(--roa-green);
  box-shadow: 0 0 0 3px rgba(30,122,52,0.15);
}
.uds-live-calc {
  background: rgba(13,33,55,0.06);
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 0.84rem;
  color: var(--roa-navy);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.uds-live-calc i { color: var(--roa-green); font-size: 0.8rem; }
.uds-promo {
  margin-top: 10px;
  background: rgba(30,122,52,0.12);
  border: 1px solid rgba(30,122,52,0.3);
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 0.8rem;
  color: #145c27;
  font-weight: 600;
  animation: slideUpFade 0.3s ease;
}
.uds-promo i { margin-right: 4px; color: var(--roa-green); }
@keyframes slideUpFade {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ===== P4-COT-v2-UX: SECCIÓN C — CAJAS DE REFERENCIA ===== */
.ref-boxes-section { margin-bottom: 20px; }
.ref-boxes-hint {
  font-size: 0.8rem;
  color: var(--roa-muted);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ref-boxes-hint i { color: #64B5F6; flex-shrink: 0; }
.ref-boxes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.ref-box-card {
  background: #F8FAFD;
  border: 1.5px solid #E2E8F0;
  border-radius: 10px;
  padding: 10px 8px;
  cursor: pointer;
  text-align: center;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-family: inherit;
}
.ref-box-card:hover {
  background: #EEF7FF;
  border-color: var(--roa-green);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(30,122,52,0.12);
}
.ref-box-card.active {
  background: rgba(30,122,52,0.08);
  border-color: var(--roa-green);
  box-shadow: 0 2px 8px rgba(30,122,52,0.15);
}
.ref-box-icon { font-size: 1.4rem; line-height: 1; }
.ref-box-name { font-weight: 700; font-size: 0.75rem; color: var(--roa-navy); }
.ref-box-dims { font-size: 0.65rem; color: var(--roa-muted); }
@media (max-width: 575px) {
  .ref-boxes-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ===== MODAL PREMIUM SYSTEM ===== */
.roa-modal {
  display: none;
  position: fixed; inset: 0;
  z-index: 9500;
  background: rgba(0,0,0,0.82);
  align-items: center; justify-content: center;
  padding: 1.5rem;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.roa-modal.open { display: flex; }
.modal-box {
  background: linear-gradient(160deg, #0D2137 0%, #0a1a2b 100%);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  width: 100%; max-width: 640px;
  max-height: 82vh;
  display: flex; flex-direction: column;
  box-shadow: 0 32px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(30,122,52,0.15);
  animation: modalIn .25s ease;
}
@keyframes modalIn {
  from { opacity: 0; transform: translateY(20px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.modal-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  flex-shrink: 0;
}
.modal-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 1rem;
  color: #fff; letter-spacing: 0.02em;
}
.modal-close {
  background: rgba(255,255,255,0.07); border: none;
  border-radius: 50%; width: 36px; height: 36px;
  color: rgba(255,255,255,0.6); font-size: 0.9rem;
  cursor: pointer; transition: background .2s, color .2s;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.modal-close:hover { background: rgba(255,255,255,0.15); color: #fff; }
.modal-body {
  padding: 1.5rem;
  overflow-y: auto;
  flex: 1;
  color: rgba(255,255,255,0.75);
  font-size: 0.65rem !important; line-height: 1.7;
  overscroll-behavior: contain;
}
.modal-body::-webkit-scrollbar { width: 6px; }
.modal-body::-webkit-scrollbar-track { background: rgba(255,255,255,0.05); border-radius: 4px; }
.modal-body::-webkit-scrollbar-thumb { background: rgba(107,219,138,0.55); border-radius: 4px; }
.modal-body::-webkit-scrollbar-thumb:hover { background: rgba(107,219,138,0.85); }
.modal-body h3 {
  color: #fff; font-size: 0.7rem !important; font-weight: 700;
  margin: 1.2rem 0 0.4rem; font-family: 'Montserrat', sans-serif;
}
.modal-body h3:first-child { margin-top: 0; }
.modal-body p, .modal-body li, .modal-body a {
  font-size: 0.65rem !important; margin: 0 0 0.5rem;
}
/* PQRS form */
.pqrs-type-group {
  display: flex; gap: 0.4rem; flex-wrap: wrap;
  margin-bottom: 0.85rem;
}
.pqrs-type-label { flex: 1; min-width: 90px; }
.pqrs-type-label input { display: none; }
.pqrs-type-pill {
  display: block; text-align: center;
  padding: 0.3rem 0.5rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px; cursor: pointer;
  font-size: 0.68rem; font-weight: 600;
  color: rgba(255,255,255,0.5);
  transition: all .2s; white-space: nowrap;
}
.pqrs-type-label input:checked + .pqrs-type-pill {
  background: rgba(30,122,52,0.25);
  border-color: #1E7A34; color: #6BDB8A;
}
.pqrs-field {
  width: 100%; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1); border-radius: 6px;
  padding: 0.45rem 0.7rem; color: #fff; font-size: 0.7rem !important;
  margin-bottom: 0.5rem; transition: border-color .2s;
  font-family: inherit; box-sizing: border-box;
}
.pqrs-field:focus { outline: none; border-color: rgba(30,122,52,0.5); }
.pqrs-field::placeholder { color: rgba(255,255,255,0.25); font-size: 0.7rem; }
textarea.pqrs-field { resize: none; min-height: auto; height: auto; }
/* Botones scroll modal */
.modal-box { position: relative; }
.modal-scroll-btns {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  z-index: 20;
}
.modal-scroll-btn {
  width: 28px; height: 28px;
  background: rgba(13,33,55,0.85);
  border: 1px solid rgba(107,219,138,0.5);
  border-radius: 50%;
  color: #6BDB8A; font-size: 0.65rem;
  cursor: pointer; display: flex;
  align-items: center; justify-content: center;
  transition: background .2s, border-color .2s;
  backdrop-filter: blur(6px);
}
.modal-scroll-btn:hover {
  background: rgba(30,122,52,0.8);
  border-color: #6BDB8A;
  color: #fff;
}
.modal-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  flex-shrink: 0;
}
.pqrs-submit {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: transparent;
  border: 1px solid rgba(107,219,138,0.5);
  border-radius: 20px;
  color: #6BDB8A;
  padding: 0.4rem 1.2rem;
  font-family: 'Montserrat', sans-serif; font-weight: 600;
  font-size: 0.72rem; cursor: pointer; letter-spacing: 0.04em;
  transition: background .2s, border-color .2s, color .2s;
  float: right;
}
.pqrs-submit:hover {
  background: rgba(30,122,52,0.25);
  border-color: #6BDB8A;
  color: #fff;
}
.modal-footer { overflow: hidden; }
@media (max-width: 480px) {
  .modal-box { border-radius: 14px; max-height: 90vh; }
  .pqrs-type-label { min-width: calc(50% - 0.25rem); }
}

/* ===== P4-COT-v2-RUTA: SECCIÓN F — ORIGEN QUICKPICK ===== */
.origen-v2-wrapper { position: relative; }

.origen-selected-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #e8f5ed 0%, #d4eddb 100%);
  border: 1.5px solid var(--roa-green);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 8px;
  animation: slideUpFade 0.3s ease;
}
.osb-icon { font-size: 1.4rem; flex-shrink: 0; }
.osb-info { flex: 1; }
.osb-label { font-size: 0.7rem; color: var(--roa-muted); text-transform: uppercase; letter-spacing: 0.05em; display: block; }
.osb-city { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 0.9rem; color: var(--roa-navy); }
.osb-clear {
  display: flex;
  align-items: center;
  gap: 4px;
  background: transparent;
  border: 1px solid rgba(30,122,52,0.3);
  border-radius: 6px;
  padding: 5px 10px;
  color: var(--roa-green);
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.osb-clear:hover { background: rgba(30,122,52,0.1); }

.origen-quickpick { margin-bottom: 8px; }
.oqp-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.oqp-city {
  background: #F8FAFD;
  border: 1.5px solid #E2E8F0;
  border-radius: 10px;
  padding: 8px 6px;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-family: inherit;
}
.oqp-city:hover {
  border-color: var(--roa-green);
  background: #EEF7FF;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(30,122,52,0.14);
}
.oqp-city.selected {
  border-color: var(--roa-green);
  background: rgba(30,122,52,0.1);
  box-shadow: 0 2px 8px rgba(30,122,52,0.18);
}
.oqp-icon { font-size: 1.1rem; line-height: 1; }
.oqp-name { font-size: 0.67rem; font-weight: 700; color: var(--roa-navy); line-height: 1.2; }

.origen-search-input { margin-top: 8px; }

@media (max-width: 767px) {
  .oqp-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 480px) {
  .oqp-grid { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .oqp-name { font-size: 0.6rem; }
}

/* ===== P4-COT-v2-RUTA: SECCIÓN G — DESTINO + CIUDAD SUGGESTIONS ===== */
.destino-frecuentes {
  margin-top: 8px;
  font-size: 0.78rem;
  color: var(--roa-muted);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.destino-frecuentes i { color: #C9A227; }
.df-chip {
  background: rgba(13,33,55,0.05);
  border: 1px solid rgba(13,33,55,0.12);
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--roa-navy);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  font-family: inherit;
}
.df-chip:hover {
  background: rgba(30,122,52,0.1);
  border-color: rgba(30,122,52,0.3);
  color: var(--roa-green);
}

/* Ciudad suggestions — upgrade visual */
.ciudad-suggestions {
  border-radius: 0 0 10px 10px !important;
  border: 1.5px solid #94A3B8 !important;
  border-top: none !important;
  box-shadow: 0 8px 24px rgba(13,33,55,0.12) !important;
  overflow: hidden !important;
  z-index: 100 !important;
}
.ciudad-suggestions li {
  padding: 10px 16px !important;
  font-size: 0.85rem !important;
  border-bottom: 1px solid #F1F5F9 !important;
  cursor: pointer !important;
  transition: background 0.15s !important;
}
.ciudad-suggestions li:hover,
.ciudad-suggestions li.activo {
  background: rgba(30,122,52,0.08) !important;
  color: var(--roa-green) !important;
  font-weight: 600 !important;
}


/* ===== P4-COT-v2-RESULTADO: DIVISOR PREMIUM ===== */
.resultado-divisor {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
}
.rd-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(30,122,52,0.4), transparent);
}
.rd-label {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--roa-green);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ===== P4-COT-v2-RESULTADO: HEADER RESULTADO ===== */
.roa-resultado-v2 {
  background: linear-gradient(160deg, #0D2137 0%, #1a3a5c 100%) !important;
  border-radius: 16px !important;
  padding: 24px !important;
  box-shadow: 0 8px 40px rgba(13,33,55,0.30) !important;
}
.rv2-header {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 14px;
}
.rv2h-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.rv2h-id {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  color: #C9A227;
  letter-spacing: 0.05em;
}
.rv2h-fecha {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
}
.rv2h-ruta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.rv2h-arrow { color: var(--roa-green); font-size: 1.1rem; }
.rv2h-tiempo {
  margin-left: auto;
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
  display: flex;
  align-items: center;
  gap: 5px;
}
.rv2h-tiempo i { color: var(--roa-green); }

/* Resumen paquete */
.rv2-paquete {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  margin-bottom: 20px;
}
.rv2p-sep { color: rgba(255,255,255,0.3); }
.rv2-paquete strong { color: rgba(255,255,255,0.85); }

/* Desglose v2 */
.roa-desglose-v2 {
  background: rgba(0,0,0,0.2) !important;
  border-radius: 10px !important;
  padding: 16px !important;
  margin-bottom: 16px !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
}
.roa-desglose-v2 .roa-desglose-row {
  display: flex !important;
  justify-content: space-between !important;
  padding: 6px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}
.roa-desglose-v2 .desglose-label { color: rgba(255,255,255,0.6) !important; font-size: 0.84rem !important; }
.roa-desglose-v2 .desglose-valor { color: rgba(255,255,255,0.85) !important; font-weight: 600 !important; font-size: 0.84rem !important; }

.roa-desglose-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  margin-top: 4px;
  border-top: 2px solid rgba(201,162,39,0.3);
}
.dt-label {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.7);
}
.dt-valor {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
  color: #C9A227;
  text-shadow: 0 2px 12px rgba(201,162,39,0.35);
}

/* Aviso v2 */
.roa-aviso-v2 {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.roa-aviso-v2 i { color: rgba(255,255,255,0.3); flex-shrink: 0; margin-top: 2px; }

/* ===== P4-COT-v2-RESULTADO: 3 CTAs (Sección L) ===== */
.resultado-ctas-v2 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.btn-v2-primary {
  flex: 1;
  min-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--roa-green);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 0.9rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
  box-shadow: 0 4px 16px rgba(30,122,52,0.35);
}
.btn-v2-primary:hover {
  background: #145c27;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(30,122,52,0.50);
}
.btn-v2-secondary {
  flex: 1;
  min-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: #6BDB8A;
  border: 1.5px solid #6BDB8A;
  border-radius: 10px;
  padding: 0.9rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, transform 0.2s;
}
.btn-v2-secondary:hover {
  background: rgba(107,219,138,0.12);
  transform: translateY(-2px);
}
.btn-v2-limpiar-wrap { position: relative; }
.btn-v2-limpiar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 0.9rem 1.25rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 0.84rem;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s;
  white-space: nowrap;
}
.btn-v2-limpiar:hover {
  color: #FF6B6B;
  border-color: rgba(255,107,107,0.4);
}
.btn-v2-confirm {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,107,107,0.1);
  border: 1px solid rgba(255,107,107,0.3);
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.7);
  white-space: nowrap;
  flex-wrap: wrap;
  animation: slideUpFade 0.2s ease;
}
.bvc-yes {
  background: #e53e3e;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  font-family: inherit;
}
.bvc-yes:hover { background: #c53030; }
.bvc-no {
  background: transparent;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 0.76rem;
  cursor: pointer;
  transition: color 0.2s;
  font-family: inherit;
}
.bvc-no:hover { color: #fff; }

@media (max-width: 575px) {
  .resultado-ctas-v2 { flex-direction: column; }
  .btn-v2-primary, .btn-v2-secondary { flex: none; width: 100%; }
  .dt-valor { font-size: 1.8rem; }
  .rv2h-ruta { font-size: 0.88rem; }
}

/* ===== LIVE PRICE DASHBOARD v2 ===== */

.cot-live-price.lp-v2 {
  background: linear-gradient(145deg, #0D2137 0%, #1a3a5c 100%) !important;
  border: 1px solid rgba(201,162,39,0.2) !important;
  border-radius: 16px !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-shadow: 0 8px 32px rgba(13,33,55,0.28),
              0 0 0 1px rgba(255,255,255,0.04) !important;
  display: block !important;
  margin-bottom: 20px !important;
}

.lp-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background: rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.lp-topbar-title {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.55);
}
.lp-topbar-title i { color: #C9A227; margin-right: 6px; }
.lp-live-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6BDB8A;
}
.lp-live-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #34D058;
  animation: livePulse 1.8s ease-in-out infinite;
}
@keyframes livePulse {
  0%,100% { opacity:1; transform:scale(1);   box-shadow:0 0 0 0 rgba(52,208,88,0.6); }
  50%      { opacity:.7; transform:scale(1.2); box-shadow:0 0 0 4px rgba(52,208,88,0); }
}

.lp-body {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0;
  align-items: stretch;
}

.lp-price-zone {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255,255,255,0.07);
  position: relative;
}
.lp-price-zone::after {
  content: '';
  position: absolute;
  top: 20%; bottom: 20%; right: -1px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(201,162,39,0.3), transparent);
}

.lp-v2 .lp-label { font-size: 0 !important; height: 0 !important; overflow: hidden !important; }
.lp-v2 .lp-amount {
  font-family: Montserrat, sans-serif !important;
  font-weight: 900 !important;
  font-size: 2.4rem !important;
  color: #C9A227 !important;
  line-height: 1 !important;
  text-shadow: 0 0 24px rgba(201,162,39,0.4) !important;
  letter-spacing: -0.02em !important;
  display: block !important;
  margin-bottom: 4px !important;
}
.lp-currency {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: rgba(201,162,39,0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.lp-v2 .lp-sub {
  font-size: 0.72rem !important;
  color: rgba(255,255,255,0.35) !important;
  line-height: 1.4 !important;
  display: block !important;
  font-style: italic;
}

.lp-chips-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255,255,255,0.05);
}
.lp-chip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 14px 16px;
  background: rgba(13,33,55,0.6);
  transition: background 0.2s;
  position: relative;
}
.lp-chip:hover { background: rgba(13,33,55,0.3); }
.lpc-icon { font-size: 0.78rem; margin-bottom: 2px; }
.lp-chip--peso    .lpc-icon { color: #6BDB8A; }
.lp-chip--uds     .lpc-icon { color: #60A5FA; }
.lp-chip--valor   .lpc-icon { color: #A78BFA; }
.lp-chip--opciones .lpc-icon { color: #F59E0B; }
.lpc-val {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: #fff;
  line-height: 1.1;
}
.lpc-label {
  font-size: 0.64rem;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.lp-chip--alerta .lpc-val { color: #F59E0B !important; }
.lp-chip--alerta::before {
  content: '\25b2 vol.';
  position: absolute;
  top: 8px; right: 10px;
  font-size: 0.55rem;
  font-weight: 700;
  color: rgba(245,158,11,0.7);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.lp-cta-bar {
  padding: 10px 20px;
  background: rgba(30,122,52,0.1);
  border-top: 1px solid rgba(30,122,52,0.2);
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  display: flex;
  align-items: center;
  gap: 8px;
}
.lp-cta-bar i { color: var(--roa-green); font-size: 0.75rem; }
.lp-cta-bar strong { color: #6BDB8A; }

@media (max-width: 575px) {
  .lp-body { grid-template-columns: 1fr; }
  .lp-price-zone {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    padding: 16px 18px;
    align-items: center;
    text-align: center;
  }
  .lp-price-zone::after { display: none; }
  .lp-v2 .lp-amount { font-size: 2rem !important; }
  .lp-chips-grid { grid-template-columns: 1fr 1fr; }
}

/* ===== SPRINT FLUJO+UX — TOAST DE VALIDACIÓN AMIGABLE ===== */

@keyframes raoToastIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fieldShake {
  0%,100% { transform: translateX(0); }
  20%,60%  { transform: translateX(-6px); }
  40%,80%  { transform: translateX(6px); }
}
.roa-shake {
  animation: fieldShake 0.5s ease;
}

.roa-v2-toast {
  background: #0D1E30;
  border: 1px solid #C9A227;
  border-left: 4px solid #C9A227;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  animation: raoToastIn 0.25s ease forwards;
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
}

.roa-v2-toast-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  color: #F6C94A;
}
.roa-v2-toast-header i {
  color: #C9A227;
  font-size: 1rem;
  flex-shrink: 0;
}

.roa-v2-toast-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.9rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.roa-v2-toast-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.83rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.45;
}
.roa-v2-toast-item i {
  color: #C9A227;
  font-size: 0.55rem;
  margin-top: 4px;
  flex-shrink: 0;
}

.roa-v2-toast-dismiss {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  color: #F6C94A;
  border: 1px solid rgba(201,162,39,0.4);
  border-radius: 6px;
  padding: 0.35rem 0.9rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.roa-v2-toast-dismiss:hover {
  background: rgba(201,162,39,0.12);
  border-color: #C9A227;
}
.roa-v2-toast-dismiss i { font-size: 0.72rem; }

/* ===== HOMOGENEIDAD CORPORATIVA: secciones claras → navy ===== */

/* 1. Sectores bar — fondo blanco, texto legible */
.sectors-bar,
.sectors-section {
  background: #ffffff !important;
  border-top: 1px solid #E2E8F0 !important;
  border-bottom: 1px solid #E2E8F0 !important;
}
.sectors-label {
  color: #4A5568 !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
}
.sector-item {
  color: #1A2E44 !important;
  font-weight: 600 !important;
}
.sector-item i {
  color: #1E7A34 !important;
}
.sector-item:hover {
  color: #1E7A34 !important;
}

/* 1b. Sección project (15 años conectando Colombia) */
.project-section {
  background: #060F1A !important;
}
.project-section .bg-half {
  background-image: none !important;
  background: #060F1A !important;
}
.project-section .section-heading.white p,
.project-section .section-heading p {
  color: rgba(255, 255, 255, 0.68) !important;
}

/* 2. Sección servicios */
.section-servicios {
  background: #060F1A !important;
}
.section-servicios .section-title,
.section-servicios h2,
.section-servicios h3 {
  color: #fff !important;
}
.section-servicios .section-subtitle,
.section-servicios p {
  color: rgba(255,255,255,0.65) !important;
}

/* 3. Sección rastreo */
.section-rastreo {
  background: #060F1A !important;
  border-top: 3px solid #1E7A34 !important;
}
.section-rastreo .section-title,
.section-rastreo h2,
.section-rastreo h3 {
  color: #fff !important;
}
.section-rastreo .section-subtitle,
.section-rastreo p {
  color: rgba(255,255,255,0.65) !important;
}

/* 4. Sección comparador */
.section-comparador {
  background: #0D2137 !important;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.03) 1px, transparent 0) !important;
  background-size: 28px 28px !important;
}
.section-comparador .section-title,
.section-comparador h2 {
  color: #fff !important;
}
.section-comparador .section-subtitle {
  color: rgba(255,255,255,0.65) !important;
}

/* ===== FORMULARIO RECOGIDA — REDISEÑO PREMIUM ===== */

section#recogida {
  background: #fff;
  border: 1px solid rgba(13,33,55,0.08);
  border-top: 4px solid #1E7A34;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 1.5rem;
  box-shadow:
    0 32px 80px rgba(13,33,55,0.22),
    0 8px 24px rgba(13,33,55,0.14),
    0 2px 6px rgba(13,33,55,0.06);
}

/* Botón navy — ROA (no estaba definido en ningún CSS) */
.btn-roa-navy {
  background: linear-gradient(135deg, #0D2137 0%, #1a3a5c 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 0.85rem 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background .3s, transform .2s, box-shadow .3s;
  letter-spacing: 0.02em;
}
.btn-roa-navy:hover {
  background: linear-gradient(135deg, #0a1a2e 0%, #142d4a 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(13,33,55,0.40);
}
.btn-roa-navy:disabled {
  opacity: 0.6;
  transform: none;
  cursor: not-allowed;
}
.rec-header {
  background: linear-gradient(135deg, #0D2137 0%, #132d4a 100%);
  padding: 1.5rem 2rem;
  display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap;
}
.rec-header-icon {
  width: 52px; height: 52px;
  background: rgba(30,122,52,0.2); border: 1px solid rgba(30,122,52,0.4);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: #6BDB8A; flex-shrink: 0;
}
.rec-header-body { flex: 1; min-width: 180px; }
.rec-header-title {
  font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.1rem;
  color: #fff; margin: 0 0 4px;
}
.rec-header-sub { color: rgba(255,255,255,0.65); font-size: 0.85rem; margin: 0; line-height: 1.4; }
.rec-header-sub strong { color: #6BDB8A; }
.rec-header-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(30,122,52,0.15); border: 1px solid rgba(30,122,52,0.35);
  border-radius: 20px; padding: 0.35rem 0.9rem;
  color: #6BDB8A; font-size: 0.75rem; font-weight: 600; white-space: nowrap;
}
.rec-pulse {
  width: 7px; height: 7px; border-radius: 50%; background: #34D058;
  animation: pfPulse 2s ease-in-out infinite; flex-shrink: 0;
}
.rec-form { padding: 1.75rem 2rem 2rem; display: flex; flex-direction: column; gap: 0; }
.rec-block {
  background: #F8FAFD;
  border: 1px solid rgba(13,33,55,0.07);
  border-radius: 14px;
  padding: 1.25rem 1.5rem 1rem;
  margin-bottom: 1rem;
}
.rec-block:last-of-type { margin-bottom: 0; }
.rec-block-title {
  font-family: 'Montserrat', sans-serif; font-size: 0.7rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.1em; color: #0D2137;
  margin-bottom: 1rem;
  display: flex; align-items: center; gap: 0.5rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(13,33,55,0.08);
}
.rec-block-title i { color: #1E7A34; font-size: 0.8rem; }
.rec-field-wrap { position: relative; }
.rec-fi {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  color: #94A3B8; font-size: 0.82rem; pointer-events: none; z-index: 1;
}
.rec-fi--top { top: 14px; transform: none; }
.rec-field-wrap--ta .rec-fi { top: 12px; transform: none; }
.rec-ifield { padding-left: 38px !important; }
.rec-select { padding-left: 38px !important; appearance: none; cursor: pointer; }
.rec-field-wrap:has(.rec-select)::after {
  content: '\f078'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
  font-size: 0.65rem; color: #94A3B8;
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%); pointer-events: none;
}
.rec-optional { color: #94A3B8; font-size: 0.75rem; font-weight: 400; text-transform: none; }

/* Focus con acento verde izquierdo en todos los inputs del formulario */
section#recogida .roa-input:focus,
section#recogida .roa-input:focus-visible {
  outline: none;
  border-color: #1E7A34 !important;
  box-shadow: inset 3px 0 0 #1E7A34, 0 0 0 3px rgba(30,122,52,0.10) !important;
}

.rec-cta-wrap {
  margin-top: 1.25rem;
  display: flex; flex-direction: column; align-items: center; gap: 0;
}
.rec-submit {
  display: inline-flex !important; flex-direction: column; align-items: center; gap: 4px;
  width: 100%; padding: 1.1rem 2rem !important; border-radius: 12px !important;
  transition: background .3s, transform .2s, box-shadow .3s !important;
}
.rec-submit:hover { transform: translateY(-2px) !important; box-shadow: 0 10px 32px rgba(13,33,55,0.40) !important; }
.rec-submit-label { font-size: 1rem; font-weight: 800; letter-spacing: 0.03em; }
.rec-submit-eta { font-size: 0.72rem; font-weight: 500; opacity: 0.6; display: flex; align-items: center; gap: 4px; }
.rec-submit-eta i { font-size: 0.65rem; }
.rec-submit > i:first-child { font-size: 1.1rem; }
.rec-privacy { color: #94A3B8; font-size: 0.73rem; margin-top: 0.75rem; margin-bottom: 0; display: flex; align-items: center; gap: 0.35rem; }
.rec-privacy i { color: #6BDB8A; font-size: 0.7rem; }
.rec-respuesta {
  background: linear-gradient(135deg, rgba(30,122,52,0.07) 0%, rgba(30,122,52,0.03) 100%);
  border: 1px solid rgba(30,122,52,0.3); border-left: 4px solid #1E7A34;
  border-radius: 12px; padding: 1.25rem 1.5rem; margin-top: 1.25rem;
  display: flex; flex-direction: column; align-items: flex-start; gap: 0.75rem;
}
.rec-respuesta-icon { color: #1E7A34; font-size: 1.5rem; }
.rec-respuesta-msg {
  font-family: 'Montserrat', sans-serif; font-weight: 600; color: #0D2137;
  font-size: 0.92rem; line-height: 1.5; margin: 0;
}
@media (max-width: 575px) {
  .rec-header { padding: 1.25rem; gap: 1rem; }
  .rec-header-badge { display: none; }
  .rec-form { padding: 1.25rem; }
}

/* ===== CIUDAD RECOGIDA — BADGE PREMIUM ===== */
.crc-wrapper { position: relative; }
.crc-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(30,122,52,0.07);
  border: 1px solid rgba(30,122,52,0.3);
  border-left: 3px solid #1E7A34;
  border-radius: 10px;
  padding: 11px 14px;
  gap: 10px;
  min-height: 48px;
}
.crc-badge-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.crc-pin { color: #1E7A34; font-size: 1rem; flex-shrink: 0; }
.crc-badge-text { display: flex; flex-direction: column; min-width: 0; }
.crc-confirmed {
  font-size: 0.68rem;
  color: #1E7A34;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1px;
}
.crc-confirmed i { margin-right: 3px; font-size: 0.6rem; }
#crc-city-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.87rem;
  color: #0D2137;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.crc-edit-btn {
  background: transparent;
  border: 1px solid rgba(30,122,52,0.3);
  border-radius: 6px;
  color: #1E7A34;
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  font-size: 0.78rem;
  transition: background .2s, border-color .2s;
  flex-shrink: 0;
}
.crc-edit-btn:hover { background: rgba(30,122,52,0.1); border-color: #1E7A34; }


/* ===== RECOGIDA SPACING FIX ===== */
.rec-form { padding: 1.1rem 1.5rem 1.5rem !important; }
section#recogida .mb-3 { margin-bottom: 0.55rem !important; }
section#recogida .mb-1 { margin-bottom: 0.35rem !important; }
.rec-block {
  padding: 0.85rem 1.1rem 0.55rem !important;
  margin-bottom: 0.55rem !important;
  border-radius: 12px !important;
}
.rec-block-title {
  margin-bottom: 0.6rem !important;
  padding-bottom: 0.4rem !important;
  gap: 0.4rem !important;
}
.rec-cta-wrap { margin-top: 0.9rem !important; }

/* ===== RECOGIDA — HINT TELEFONO ===== */
.rec-tel-hint {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.74rem;
  color: #C9A227;
  padding-left: 2px;
  line-height: 1.4;
}
.rec-tel-hint i { margin-right: 0.3rem; font-size: 0.7rem; }

/* ===== HERO QQUOTE FIJO — overlay permanente sobre todos los slides ===== */
.hero-qquote-fixed {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 10;
  pointer-events: none;
  align-items: center;
}
.hero-qquote-fixed > .container {
  pointer-events: none;
}
.hero-qquote-fixed .hero-quick-quote {
  pointer-events: all;
}

/* ===== HERO TITLE — más horizontal, menos saltos ===== */
.hero-title {
  font-size: clamp(2.4rem, 4.2vw, 4rem) !important;
  line-height: 1.12 !important;
  max-width: none !important;
}
.hero-title br { display: none !important; }

/* Texto col uniforme — sin restricción de ancho en subtítulo */
.hero-subtitle {
  max-width: 560px !important;
}

/* ===== HERO STRUCTURAL FIX — 6 issues ===== */

/* [1+3] Matar fondos blancos del slider.css legacy + sellar hero-section */
.hero-section {
  background-color: #060F1A !important;
  overflow: hidden !important;
  margin-top: -1px !important;
}
.hero-section .main-slider,
.hero-section .swiper-slide {
  background-color: #060F1A !important;
}

/* [2] Título más grande y letra más apretada — llena el ancho de col-lg-7 */
.hero-title {
  font-size: clamp(2.8rem, 5vw, 4.8rem) !important;
  letter-spacing: -0.03em !important;
  line-height: 1.08 !important;
}

/* [4] Padding en hero-content para headers fijos — evita corte arriba/abajo */
.hero-content {
  padding-top: 72px !important;
  padding-bottom: 48px !important;
  box-sizing: border-box !important;
}

/* [5] Normalizar altura de title y subtitle — CTAs siempre en la misma posición */
.hero-title {
  min-height: 10.5rem !important;
}
.hero-subtitle {
  min-height: 3.8rem !important;
  margin-bottom: 1.25rem !important;
}

/* Compactar spacing entre elementos para que todo quepa en 100vh */
.hero-badge { margin-bottom: 0.75rem !important; }
.hero-ctas { margin-bottom: 1rem !important; }

/* [6] Reubicar bullets de paginación de lado izquierdo a bottom-center */
.hero-section .slider-pagination.hero-pagination {
  position: absolute !important;
  left: 50% !important;
  bottom: 24px !important;
  top: auto !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  height: auto !important;
  display: flex !important;
  gap: 6px !important;
}

/* ===== HERO GAP FIX — eliminar interespacio top y bottom ===== */
/* El body tiene padding-top: 104px para el navbar fijo.
   El hero debe cancelarlo para arrancar en y=0 (flush con el viewport).
   El hero-content ya tiene padding-top propio que compensa los headers. */
.slider-section.hero-section {
  margin-top: calc(-36px - 68px) !important; /* = -104px: cancela body padding-top */
  margin-bottom: 0 !important;
}
/* Trust-bar: sin gap encima */
.trust-bar {
  margin-top: 0 !important;
}

/* ===== HERO FIX 2 — Container flush a izquierda ===== */
/* El .container centrado crea ~113px de margen por lado.
   En el hero queremos borde a borde con padding mínimo. */
.hero-section .container {
  max-width: 100% !important;
  padding-left: clamp(16px, 3vw, 48px) !important;
  padding-right: clamp(16px, 3vw, 48px) !important;
}

/* ===== HERO FIX 3 — Transiciones más rápidas, sin texto invisible ===== */
/* Swiper fade: crossfade más corto */
.hero-section .swiper-fade .swiper-slide {
  transition: opacity 350ms ease !important;
}

/* Stagger: reducir delays para que el texto aparezca en <400ms */
.hero-content .hero-badge,
.hero-content .hero-title,
.hero-content .hero-subtitle,
.hero-content .hero-ctas,
.hero-content .hero-trust-strip {
  transition-duration: 0.45s !important;
}
.hero-content.animate-in .hero-badge       { transition-delay: 0s !important; }
.hero-content.animate-in .hero-title       { transition-delay: 0.08s !important; }
.hero-content.animate-in .hero-subtitle    { transition-delay: 0.16s !important; }
.hero-content.animate-in .hero-ctas        { transition-delay: 0.24s !important; }
.hero-content.animate-in .hero-trust-strip { transition-delay: 0.32s !important; }

/* ═══════════════════════════════════════════════════════════
   SERVICIOS — Diamond redesign v6: layout + visual unificado
   ═══════════════════════════════════════════════════════════ */

/* Badge — verde puro, sin rastro de dorado */
.section-servicios .section-badge {
  color: #6BDB8A !important;
  background: rgba(30,122,52,0.15) !important;
  border: 1px solid rgba(30,122,52,0.3) !important;
}
/* Underline del h2 — gradiente verde, sin dorado */
.section-servicios .section-title::after,
.section-servicios h2.section-title::after {
  background: linear-gradient(90deg, #1E7A34, #6BDB8A) !important;
}
/* Subtitle — compacto */
.section-servicios .section-subtitle {
  font-size: 0.88rem !important;
  color: rgba(255,255,255,0.45) !important;
  max-width: 520px !important;
}

/* Top grid — 3 cards iguales en 3 columnas, altura uniforme */
.services-top-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: stretch;
}
.services-top-grid .service-card {
  height: 100% !important;
}

/* ── Íconos premium 40px sólido verde ── */
.section-servicios .service-card-icon {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 10px !important;
  background: #1E7A34 !important;
  border: none !important;
  color: #fff !important;
  font-size: 1.05rem !important;
  box-shadow: 0 6px 18px rgba(30,122,52,0.28) !important;
  margin-bottom: 0.8rem !important;
  transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.25s ease !important;
}
.section-servicios .service-card:hover .service-card-icon {
  transform: scale(1.1) !important;
  box-shadow: 0 12px 32px rgba(30,122,52,0.45) !important;
}
.service-card--featured .service-card-icon {
  background: rgba(107,219,138,0.18) !important;
  border: 1px solid rgba(107,219,138,0.28) !important;
  color: #6BDB8A !important;
  box-shadow: none !important;
}

/* ── Banner Recogida a Domicilio ── */
.service-banner {
  display: grid;
  grid-template-columns: auto 1fr 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 1.75rem 2rem;
  background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.025) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-top: 2px solid rgba(30,122,52,0.45);
  border-radius: 16px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.service-banner:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.35);
  border-top-color: #1E7A34;
}
.service-banner-icon {
  width: 64px; height: 64px; min-width: 64px;
  background: #1E7A34;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: #fff;
  box-shadow: 0 8px 24px rgba(30,122,52,0.30);
  flex-shrink: 0;
}
.service-banner-body h3 {
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin-bottom: 0.35rem !important;
}
.service-banner-body p {
  color: rgba(255,255,255,0.55) !important;
  font-size: 0.82rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}
.service-banner-features {
  margin: 0 !important;
  padding: 0 !important;
  border-left: 1px solid rgba(255,255,255,0.07);
  padding-left: 2rem !important;
}
.service-banner-features li {
  color: rgba(255,255,255,0.65) !important;
  font-size: 0.8rem !important;
  padding: 3px 0 !important;
}
.service-banner-features li i { color: #6BDB8A !important; }
.service-banner-cta {
  display: flex; flex-direction: column;
  align-items: flex-end; gap: 0.6rem;
  border-left: 1px solid rgba(255,255,255,0.07);
  padding-left: 2rem;
}
.service-banner-cta .service-cta {
  background: rgba(30,122,52,0.15) !important;
  color: #6BDB8A !important;
  border: 1.5px solid rgba(30,122,52,0.5) !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
  font-size: 0.82rem !important;
  white-space: nowrap;
}
.service-banner-cta .service-cta:hover {
  background: #1E7A34 !important;
  color: #fff !important;
  border-color: #1E7A34 !important;
}
.service-banner-trust {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.35);
  white-space: nowrap;
}
.service-banner-trust i { color: #6BDB8A; margin-right: 4px; }

/* ── Responsive servicios ── */
@media (max-width: 991px) {
  .services-top-grid { grid-template-columns: repeat(2, 1fr); }
  .service-banner {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 1.25rem;
  }
  .service-banner-features {
    border-left: none !important;
    padding-left: 0 !important;
    grid-column: 1 / -1;
  }
  .service-banner-cta {
    border-left: none !important;
    padding-left: 0 !important;
    align-items: flex-start;
    grid-column: 1 / -1;
  }
}
@media (max-width: 575px) {
  .services-top-grid { grid-template-columns: 1fr; }
  .service-banner { grid-template-columns: 1fr; gap: 1rem; }
}

/* Regular cards — dark premium, mismo universo que la featured */
.services-top-grid .service-card {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
  border-top: 2px solid rgba(30,122,52,0.35) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 1rem !important;
  height: 100% !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}
.services-top-grid .service-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.35) !important;
  border-top-color: #1E7A34 !important;
  border-color: rgba(30,122,52,0.2) !important;
}
.services-top-grid .service-card::before { display: none !important; }

/* Iconos en cards regulares */
.services-top-grid .service-card-icon {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  background: rgba(30,122,52,0.15) !important;
  border: 1px solid rgba(30,122,52,0.25) !important;
  color: #6BDB8A !important;
  font-size: 0.85rem !important;
  border-radius: 9px !important;
  margin-bottom: 0.65rem !important;
}
/* Títulos en cards — dentro de svc-header flex row */
.services-top-grid .service-card h3 {
  color: #fff !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin: 0 !important;
}
/* Párrafos en cards regulares — NO flex:1, crece el spacer antes del CTA */
.services-top-grid .service-card p {
  color: rgba(255,255,255,0.55) !important;
  font-size: 0.75rem !important;
  line-height: 1.5 !important;
  margin-bottom: 0.45rem !important;
  flex: 0 !important;
}
/* Features list en cards regulares */
.services-top-grid .service-features li {
  color: rgba(255,255,255,0.6) !important;
  font-size: 0.73rem !important;
  padding: 1px 0 !important;
}
.services-top-grid .service-features li i {
  color: #6BDB8A !important;
  background: transparent !important;
  border: none !important;
  width: auto !important; height: auto !important;
}
/* CTA en cards regulares — link minimalista */
.services-top-grid .svc-cta-wrap { margin-top: auto; padding-top: 0.5rem; }
.services-top-grid .service-cta {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(107,219,138,0.35) !important;
  border-radius: 0 !important;
  padding: 0 0 2px 0 !important;
  color: #6BDB8A !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  box-shadow: none !important;
}
.services-top-grid .service-cta:hover {
  background: transparent !important;
  color: #fff !important;
  border-bottom-color: rgba(255,255,255,0.4) !important;
  transform: none !important;
  box-shadow: none !important;
  gap: 10px !important;
}
/* Tooltip — ajustar a cards más anchas */
.services-top-grid .svc-tooltip { white-space: normal !important; min-width: 200px; max-width: 220px; }

/* ── Header row: ícono + título + badge (featured) en la misma fila ── */
.services-top-grid .svc-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.55rem;
}
.services-top-grid .svc-header .service-card-icon {
  margin-bottom: 0 !important;
  flex-shrink: 0;
}
.services-top-grid .svc-header h3 {
  color: #fff !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  flex: 1;
}

/* Featured card — misma base que las otras, distinción solo por border y tinte */
.service-card--featured {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  position: relative !important;
}
/* Badge — inline en svc-header, empujado al extremo derecho por flex:1 en h3 */
.service-card--featured .service-card-badge {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  right: auto !important;
  flex-shrink: 0;
  font-size: 0.58rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.07em !important;
  padding: 2px 7px !important;
  background: rgba(30,122,52,0.2) !important;
  color: #6BDB8A !important;
  border: 1px solid rgba(30,122,52,0.35) !important;
  border-radius: 20px !important;
  animation: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  white-space: nowrap;
  align-self: center;
}
/* CTA featured — mismo texto-link que las demás */
.service-card--featured .service-cta {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(107,219,138,0.35) !important;
  border-radius: 0 !important;
  padding: 0 0 2px 0 !important;
  color: #6BDB8A !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  align-self: flex-start !important;
  width: auto !important;
}
.service-card--featured .service-cta:hover {
  background: transparent !important;
  color: #fff !important;
  border-bottom-color: rgba(255,255,255,0.4) !important;
  transform: none !important;
  box-shadow: none !important;
}

/* ═══════════════════════════════════════════════════════════
   SERVICIOS — APEX v7: Google · Apple · Accenture
   ═══════════════════════════════════════════════════════════ */

/* Atmósfera — radial glow verde detrás de las cards */
.section-servicios {
  position: relative !important;
  overflow: hidden !important;
}
.section-servicios::before {
  content: '' !important;
  position: absolute !important;
  top: 55%; left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 900px; height: 600px;
  background: radial-gradient(ellipse at center, rgba(30,122,52,0.07) 0%, transparent 68%) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}
.section-servicios .container { position: relative; z-index: 1; }

/* Heading — eliminar underline dorado, tipografía controlada */
.section-servicios .section-title::after,
.section-servicios h2.section-title::after { display: none !important; }
.section-servicios .section-title {
  font-size: clamp(1.65rem, 2.8vw, 2.3rem) !important;
  line-height: 1.1 !important;
  margin-bottom: 0.75rem !important;
}
.section-servicios .section-subtitle {
  margin-top: 0.5rem !important;
  margin-bottom: 0 !important;
}

/* ── Featured card: mismo glassmorphism, distinguida solo por borde verde sólido ── */
.service-card--featured {
  background: linear-gradient(145deg, rgba(30,122,52,0.09) 0%, rgba(255,255,255,0.025) 100%) !important;
  border: 1px solid rgba(30,122,52,0.2) !important;
  border-top: 2.5px solid #1E7A34 !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 20px rgba(0,0,0,0.28), 0 0 0 0 transparent !important;
  position: relative !important;
  overflow: visible !important;
}
.service-card--featured::before { display: none !important; }
.service-card--featured::after  { display: none !important; }
.service-card--featured:hover {
  transform: translateY(-7px) scale(1.015) !important;
  box-shadow: 0 20px 52px rgba(0,0,0,0.42), 0 0 0 1px rgba(30,122,52,0.3) !important;
  border-top-color: #6BDB8A !important;
}

/* ── Regular cards: glassmorphism con spring bounce ── */
.services-top-grid .service-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.055) 0%, rgba(255,255,255,0.022) 100%) !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
  border-top: 1.5px solid rgba(30,122,52,0.32) !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.25) !important;
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease, border-color 0.3s ease !important;
}
.services-top-grid .service-card:hover {
  transform: translateY(-7px) scale(1.015) !important;
  box-shadow: 0 20px 52px rgba(0,0,0,0.45), 0 0 0 1px rgba(30,122,52,0.18) !important;
  border-top-color: rgba(107,219,138,0.65) !important;
}
/* Icon: scale + glow on hover */
.services-top-grid .service-card-icon {
  transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1), background 0.25s ease, box-shadow 0.25s ease !important;
}
.services-top-grid .service-card:hover .service-card-icon {
  transform: scale(1.1) !important;
  background: rgba(30,122,52,0.25) !important;
  box-shadow: 0 0 18px rgba(107,219,138,0.22) !important;
}

/* ── Entrada escalonada ── */
@keyframes svcCardIn {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.services-top-grid .service-card:nth-child(1) {
  animation: svcCardIn 0.5s cubic-bezier(0.22,1,0.36,1) both 0.05s;
}
.services-top-grid .service-card:nth-child(2) {
  animation: svcCardIn 0.5s cubic-bezier(0.22,1,0.36,1) both 0.18s;
}
.services-top-grid .service-card:nth-child(3) {
  animation: svcCardIn 0.5s cubic-bezier(0.22,1,0.36,1) both 0.31s;
}

/* CTA arrow micro-interaction */
.service-cta i { transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1) !important; }
.service-cta:hover i { transform: translateX(5px) !important; }

/* ===== SERVICIOS — FONDO CLARO + TEXTOS LEGIBLES =====
   Cards conservan diseño dark intacto.
   Solo cambia: fondo sección, encabezado y glow. */

/* 1. Fondo claro con separadores sutiles */
#servicios.section-servicios,
.section-servicios {
  background: linear-gradient(160deg, #F2F7F4 0%, #EAF2EE 100%) !important;
  border-top: 1px solid rgba(30,122,52,0.12) !important;
  border-bottom: 1px solid rgba(30,122,52,0.12) !important;
}

/* 2. Atmósfera: glow verde adaptado a fondo claro */
.section-servicios::before {
  background: radial-gradient(ellipse at center, rgba(30,122,52,0.06) 0%, transparent 68%) !important;
}

/* 3. Encabezado (solo .section-header, fuera de cards) */
.section-servicios .section-header .section-title,
.section-servicios .section-header h2 {
  color: #0D2137 !important;
}
.section-servicios .section-header .section-subtitle {
  color: #4A5568 !important;
}

/* 4. Badge "Lo que hacemos" — verde ROA sobre fondo claro */
.section-servicios .section-badge {
  color: #1E7A34 !important;
  background: rgba(30,122,52,0.1) !important;
  border: 1px solid rgba(30,122,52,0.2) !important;
}

/* 5. Cards — fondos opacos, todas el mismo dark neutro
   Card 1 se distingue SOLO por border-top más brillante, no por background distinto */
#servicios .services-top-grid .service-card,
#servicios .service-card--featured {
  background: linear-gradient(145deg, #131d2a 0%, #0c1520 100%) !important;
}
#servicios .service-banner {
  background: linear-gradient(135deg, #121c26 0%, #0c1520 100%) !important;
}

/* 6. Padding-top de la sección reducido — menos espacio en blanco superior */
#servicios.section-servicios {
  padding-top: 2rem !important;
  padding-bottom: 3rem !important;
}

/* 7. Section-header — menos margen inferior */
#servicios .section-header {
  margin-bottom: 1.75rem !important;
}

/* ===== HERO FONT FIX — especificidad (0,5,0) supera reglas legacy (0,4,0) ===== */

/* Anular max-width:800px del legacy "UX Ultra v5.1 FIX 8" — slides 2 y 3 */
.hero-section .main-slider .swiper-slide ~ .swiper-slide .hero-content {
  max-width: 100% !important;
}

/* Font unificado para TODOS los slides — (0,5,0) gana vs legacy (0,4,0) */
.hero-section .main-slider .swiper-wrapper .swiper-slide .hero-title {
  font-size: clamp(2.1rem, 3.8vw, 3.8rem) !important;
  letter-spacing: -0.02em !important;
  line-height: 1.1 !important;
  min-height: 0 !important;
}

/* Subtitle sin altura mínima forzada */
.hero-section .main-slider .swiper-wrapper .swiper-slide .hero-subtitle {
  min-height: 0 !important;
}

/* ===== HERO PREMIUM v3 — font borde-a-borde + responsive integral ===== */

/* Desktop: ~72px en 1366px → 2 líneas que llenan col-lg-7 (736px) */
.hero-section .main-slider .swiper-wrapper .swiper-slide .hero-title {
  font-size: clamp(2.2rem, 5.3vw, 5rem) !important;
  letter-spacing: -0.03em !important;
  line-height: 1.08 !important;
  min-height: 0 !important;
}

/* Subtitle: ancho óptimo ~60 chars por línea, no se esparce en el vacío */
.hero-section .main-slider .swiper-wrapper .swiper-slide .hero-subtitle {
  font-size: clamp(0.92rem, 1.15vw, 1.08rem) !important;
  line-height: 1.65 !important;
  min-height: 0 !important;
  max-width: 500px !important;
}

/* ── MOBILE ≤ 575px: stack limpio ── */
@media (max-width: 575px) {
  .hero-section .main-slider .swiper-wrapper .swiper-slide .hero-title {
    font-size: clamp(1.85rem, 8.5vw, 2.5rem) !important;
    letter-spacing: -0.015em !important;
    line-height: 1.1 !important;
  }
  .hero-section .main-slider .swiper-wrapper .swiper-slide .hero-subtitle {
    font-size: 0.9rem !important;
    max-width: 100% !important;
    line-height: 1.6 !important;
  }
  .hero-section .hero-ctas {
    flex-direction: column !important;
    gap: 0.65rem !important;
    align-items: stretch !important;
  }
  .hero-section .hero-ctas a {
    justify-content: center !important;
    text-align: center !important;
  }
  .hero-section .hero-trust-strip {
    flex-wrap: wrap !important;
    gap: 0.5rem 1rem !important;
  }
  .hero-section .trust-div { display: none !important; }
}

/* ── TABLET 576–991px: font intermedio, col-md-9 respira ── */
@media (min-width: 576px) and (max-width: 991px) {
  .hero-section .main-slider .swiper-wrapper .swiper-slide .hero-title {
    font-size: clamp(2rem, 5.5vw, 3.4rem) !important;
    letter-spacing: -0.02em !important;
  }
  .hero-section .main-slider .swiper-wrapper .swiper-slide .hero-subtitle {
    max-width: 100% !important;
    font-size: clamp(0.9rem, 1.5vw, 1rem) !important;
  }
  .hero-section .hero-ctas { flex-wrap: wrap !important; gap: 0.75rem !important; }
}

/* ── DESKTOP LG 992–1199px: transición suave hacia el xl ── */
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-section .main-slider .swiper-wrapper .swiper-slide .hero-title {
    font-size: clamp(2.4rem, 5vw, 4rem) !important;
  }
  .hero-section .main-slider .swiper-wrapper .swiper-slide .hero-subtitle {
    max-width: 440px !important;
  }
}

/* ===== HERO FINAL — ID #hero-main (especificidad 1,X,X — invencible) ===== */

/* Font: 6vw = ~82px en 1366px → líneas llenan 82-93% de col-lg-7 (736px) */
#hero-main .swiper-wrapper .swiper-slide .hero-title {
  font-size: clamp(2.2rem, 6vw, 5.4rem) !important;
  letter-spacing: -0.03em !important;
  line-height: 1.08 !important;
  min-height: 0 !important;
}

/* Anular max-width:800px del legacy sin importar qué regla lo haya puesto */
#hero-main .swiper-wrapper .swiper-slide .hero-content {
  max-width: 100% !important;
}

/* Subtitle: ancho óptimo, tipografía cómoda */
#hero-main .swiper-wrapper .swiper-slide .hero-subtitle {
  font-size: clamp(0.92rem, 1.15vw, 1.08rem) !important;
  line-height: 1.65 !important;
  min-height: 0 !important;
  max-width: 500px !important;
}

/* LOOP CLONES (swiper-slide-duplicate): el JS no les da animate-in
   → forzar visibilidad para que no aparezcan "vacíos" */
#hero-main .swiper-slide-duplicate .hero-content .hero-badge,
#hero-main .swiper-slide-duplicate .hero-content .hero-title,
#hero-main .swiper-slide-duplicate .hero-content .hero-subtitle,
#hero-main .swiper-slide-duplicate .hero-content .hero-ctas,
#hero-main .swiper-slide-duplicate .hero-content .hero-trust-strip {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* ── Responsive mobile ≤ 575px ── */
@media (max-width: 575px) {
  #hero-main .swiper-wrapper .swiper-slide .hero-title {
    font-size: clamp(1.85rem, 8.5vw, 2.5rem) !important;
    letter-spacing: -0.015em !important;
  }
  #hero-main .swiper-wrapper .swiper-slide .hero-subtitle {
    max-width: 100% !important;
    font-size: 0.9rem !important;
  }
}

/* ── Responsive tablet 576-991px ── */
@media (min-width: 576px) and (max-width: 991px) {
  #hero-main .swiper-wrapper .swiper-slide .hero-title {
    font-size: clamp(2rem, 5.5vw, 3.4rem) !important;
    letter-spacing: -0.02em !important;
  }
  #hero-main .swiper-wrapper .swiper-slide .hero-subtitle {
    max-width: 100% !important;
  }
}

/* ===== HERO — Respiración izquierda premium ===== */
#hero-main .swiper-wrapper .swiper-slide .hero-content {
  padding-left: clamp(48px, 7.5vw, 110px) !important;
}
@media (max-width: 575px) {
  #hero-main .swiper-wrapper .swiper-slide .hero-content {
    padding-left: clamp(20px, 5vw, 40px) !important;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  #hero-main .swiper-wrapper .swiper-slide .hero-content {
    padding-left: clamp(32px, 5vw, 60px) !important;
  }
}

/* ===== COTIZADOR RÁPIDO — más a la derecha y alejado del top ===== */
#hero-main .hero-qquote-fixed .hero-quick-quote {
  margin-left: auto !important;
  margin-top: 48px !important;
}

/* ===== Scroll suave global — todos los anchor links ===== */
html { scroll-behavior: smooth; }

/* ===== STATS SECTION — más compacta verticalmente ===== */
.section-stats {
  padding: 2.2rem 0 !important;
}
.stat-icon {
  font-size: 1.15rem !important;
  margin-bottom: 0.4rem !important;
}
.stat-number {
  font-size: clamp(1.8rem, 2.8vw, 2.4rem) !important;
  margin-bottom: 0.2rem !important;
}
.stat-label {
  font-size: 0.88rem !important;
  margin-bottom: 2px !important;
}
.stat-sub {
  font-size: 0.63rem !important;
}
.stat-sep,
.stat-divider {
  height: 52px !important;
}

/* ===== GOLYAT — Contenido arriba, stats anclados al fondo ===== */
.section-golyat {
  padding: 4rem 0 3rem !important;
}
/* stretch: columna izquierda ocupa toda la altura del tracking card */
.golyat-container {
  gap: 2.5rem !important;
  padding-bottom: 0 !important;
  align-items: stretch !important;
}
/* Columna izquierda como flex-column: contenido arriba, trust-row abajo */
.golyat-left {
  display: flex !important;
  flex-direction: column !important;
}
.golyat-badge {
  margin-bottom: 1rem !important;
}
.golyat-title {
  margin-bottom: 1rem !important;
}
/* ── Notificación Golyat preview ── */
.golyat-notif-preview {
  margin-top: 1.5rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-left: 3px solid #1E7A34;
  border-radius: 12px;
  padding: 1rem 1.1rem;
  position: relative;
  overflow: hidden;
}
.golyat-notif-preview::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(107,219,138,0.35), transparent);
}
.gnp-header {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.6rem;
}
.gnp-app-icon {
  width: 28px; height: 28px; flex-shrink: 0;
  background: #1E7A34;
  border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem; color: #fff;
}
.gnp-app-meta {
  display: flex; flex-direction: column; gap: 1px; flex: 1;
}
.gnp-app-name {
  font-size: 0.7rem; font-weight: 700;
  color: rgba(255,255,255,0.88);
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.02em;
}
.gnp-time {
  font-size: 0.6rem;
  color: rgba(255,255,255,0.32);
}
.gnp-live-dot {
  width: 7px; height: 7px; flex-shrink: 0;
  border-radius: 50%;
  background: #34D058;
  box-shadow: 0 0 6px rgba(52,208,88,0.7);
  animation: gnpPulse 2s ease-in-out infinite;
}
@keyframes gnpPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.55; transform: scale(1.35); }
}
.gnp-message {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.55;
  margin-bottom: 0.75rem;
  font-family: 'Open Sans', sans-serif;
}
.gnp-message strong { color: rgba(255,255,255,0.9); }
.gnp-channels {
  display: flex; gap: 0.45rem; flex-wrap: wrap;
}
.gnp-channel {
  display: inline-flex; align-items: center; gap: 0.28rem;
  font-size: 0.6rem; font-weight: 700;
  color: #6BDB8A;
  background: rgba(30,122,52,0.13);
  border: 1px solid rgba(30,122,52,0.25);
  border-radius: 20px;
  padding: 2px 8px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.04em;
}
/* Etiqueta encima del widget */
.gnp-label {
  display: flex; align-items: center; gap: 0.4rem;
  font-size: 0.68rem; font-weight: 600;
  color: rgba(255,255,255,0.32);
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1.4rem 0 0.55rem;
}
.gnp-label i { color: #6BDB8A; font-size: 0.7rem; }
/* Footnote debajo del widget */
.gnp-footnote {
  display: flex; align-items: flex-start; gap: 0.4rem;
  font-size: 0.67rem;
  color: rgba(255,255,255,0.25);
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5; font-style: italic;
  margin: 0.6rem 0 0;
}
.gnp-footnote i { color: rgba(107,219,138,0.6); font-size: 0.6rem; margin-top: 2px; flex-shrink: 0; }

/* Stats (99.9% · <2min · 24/7) anclados al fondo con separador sutil */
.golyat-trust-row {
  margin-top: 1.1rem !important;
  padding-top: 1rem !important;
  border-top: 1px solid rgba(255,255,255,0.07) !important;
}
/* Reducir brecha entre label y widget de notificación */
.golyat-notif-preview {
  margin-top: 0.45rem !important;
}
/* Reducir margin superior del label */
.gnp-label {
  margin-top: 1rem !important;
  margin-bottom: 0.4rem !important;
}
/* Reducir margin del footnote */
.gnp-footnote {
  margin-top: 0.45rem !important;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .section-golyat { padding: 2.5rem 0 2rem !important; }
  .golyat-container { gap: 1.5rem !important; align-items: start !important; }
  .golyat-trust-row { margin-top: 1rem !important; }
}

/* ===== COMPARADOR (¿Por qué ROA?) — Compresión vertical proporcional ===== */
.section-comparador {
  padding: 48px 0 !important;
}
.section-comparador .section-title,
.section-comparador h2 {
  margin-bottom: 6px !important;
}
.section-comparador .section-subtitle {
  margin-bottom: 28px !important;
}
@media (max-width: 767px) {
  .section-comparador { padding: 32px 0 !important; }
  .section-comparador .section-subtitle { margin-bottom: 20px !important; }
}

/* ===== COBERTURA — título blanco + header compacto ===== */
.section-mapa .section-title {
  color: #fff !important;
}
.section-mapa .section-subtitle {
  color: rgba(255,255,255,0.65) !important;
}
.mapa-section-header {
  padding: 4rem 0 3rem !important;
}
@media (max-width: 575px) {
  .mapa-section-header { padding: 0.9rem 0 0.7rem !important; }
}

/* ===== COMPARADOR — ULTRA PREMIUM LIGHT REDESIGN ===== */

/* Fondo sección: blanco roto con toque azul, sensación de papel premium */
.section-comparador {
  background: #F0F4F8 !important;
  background-image: none !important;
}

/* Título y subtítulo: corporate dark legible sobre fondo claro */
.section-comparador .section-title,
.section-comparador h2 {
  color: #0D2137 !important;
}
.section-comparador .section-subtitle {
  color: #4B5A6B !important;
}

/* Sombra más pronunciada sobre fondo claro — separa la tabla visualmente */
.comparador-table {
  box-shadow:
    0 20px 60px rgba(13,33,55,0.20),
    0 6px 20px rgba(13,33,55,0.12) !important;
}

/* Columna ROA (izquierda oscura) — preservar colores originales */
.comp-col--roa {
  background: #0D2137 !important;
}
.comp-col--roa .comp-header {
  border-bottom: 2px solid #1E7A34 !important;
}
.comp-col--roa .comp-item {
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}
.comp-yes {
  color: rgba(255,255,255,0.90) !important;
}
.comp-yes-mark {
  color: #34D058 !important;
}

/* Columna Otras (derecha blanca) — revisión para legibilidad sobre fondo claro */
.comp-col--otros {
  background: #FFFFFF !important;
  border: 1px solid #D1D9E6 !important;
  border-left: none !important;
}
.comp-col--otros .comp-header {
  border-bottom: 2px solid #D1D9E6 !important;
  background: #F8FAFD !important;
}
.comp-otros-label {
  color: #64748B !important;
  font-style: italic !important;
}
.comp-col--otros .comp-item {
  border-bottom: 1px solid #E9EEF4 !important;
}
.comp-no {
  color: #64748B !important;
}
.comp-partial {
  color: #B45309 !important;
}
.comp-no-mark {
  color: #DC2626 !important;
}
.comp-partial-mark {
  color: #B45309 !important;
}

/* Badge "section-badge" sobre fondo claro */
.section-comparador .section-badge {
  background: rgba(13,33,55,0.07) !important;
  color: #0D2137 !important;
  border: 1px solid rgba(13,33,55,0.15) !important;
}

/* Botón CTA: sigue verde sólido */
.section-comparador .comp-cta-row .btn-roa-primary,
.section-comparador .comp-cta-row a,
.section-comparador .comp-cta-row button {
  background: #1E7A34 !important;
  color: #fff !important;
  border-color: #1E7A34 !important;
}
.section-comparador .comp-cta-row .btn-roa-primary:hover,
.section-comparador .comp-cta-row a:hover,
.section-comparador .comp-cta-row button:hover {
  background: #145c27 !important;
  border-color: #145c27 !important;
  box-shadow: 0 6px 24px rgba(30,122,52,0.38) !important;
  transform: translateY(-2px) !important;
}

/* Nota legal / texto pequeño debajo del CTA */
.section-comparador .comp-nota,
.section-comparador small,
.section-comparador .comp-cta-row p {
  color: #6B7280 !important;
}

/* ===== COBERTURA — IDENTIDAD COLOMBIA: Franja tricolor + Glow patriótico ===== */

/* OPCIÓN B: Franja tricolor 4px arriba — proporciones reales bandera Colombia 50/25/25 */
.section-mapa {
  border-top: none !important;
  position: relative !important;
}
.section-mapa::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    #FCD116 0%,
    #FCD116 50%,
    #003893 50%,
    #003893 75%,
    #CE1126 75%,
    #CE1126 100%
  );
  z-index: 10;
  pointer-events: none;
}

/* Glow dorado detrás del mapa SVG */
.mapa-svg-container {
  position: relative !important;
}
.mapa-svg-container::before {
  content: '';
  position: absolute;
  inset: -8% -6%;
  background: radial-gradient(ellipse 65% 70% at 50% 50%, rgba(252, 209, 22, 0.10) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  filter: blur(24px);
}

.mapa-svg-container > * {
  position: relative;
  z-index: 1;
}

/* ===== COBERTURA — Franja tricolor inferior (entre mapa y CTA) ===== */
.mapa-cta-footer {
  position: relative !important;
}
.mapa-cta-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    #FCD116 0%,
    #FCD116 50%,
    #003893 50%,
    #003893 75%,
    #CE1126 75%,
    #CE1126 100%
  );
  pointer-events: none;
  z-index: 10;
}

/* Eliminar border-top verde que genera gap sobre franja tricolor */
.mapa-cta-footer {
  border-top: none !important;
}

/* Franja tricolor inferior del header de cobertura */
.mapa-section-header::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important; top: auto !important;
  left: 0 !important; right: 0 !important;
  width: 100% !important;
  transform: none !important;
  height: 4px !important;
  background: linear-gradient(
    90deg,
    #FCD116 0%,
    #FCD116 50%,
    #003893 50%,
    #003893 75%,
    #CE1126 75%,
    #CE1126 100%
  ) !important;
  z-index: 10 !important;
  pointer-events: none !important;
}

/* ===== MAPA SVG — Glow dorado patriótico (sigue el contorno exacto de Colombia) ===== */
#colombiaSvgWrapper object {
  filter: drop-shadow(0 2px 36px rgba(252, 209, 22, 0.42)) drop-shadow(0 0 14px rgba(107, 219, 138, 0.18));
  animation: mapaGoldGlow 4s ease-in-out infinite;
}

@keyframes mapaGoldGlow {
  0%, 100% {
    filter: drop-shadow(0 2px 36px rgba(252, 209, 22, 0.42)) drop-shadow(0 0 14px rgba(107, 219, 138, 0.18));
  }
  50% {
    filter: drop-shadow(0 2px 52px rgba(252, 209, 22, 0.62)) drop-shadow(0 0 20px rgba(107, 219, 138, 0.25));
  }
}

/* ===== MAPA — Badge "Fijado" (click-to-lock) ===== */
.depto-locked-badge {
  display: none;
  align-items: center;
  gap: 0.45rem;
  background: rgba(52,208,88,0.12);
  border: 1px solid rgba(52,208,88,0.30);
  border-radius: 8px;
  padding: 0.45rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #34D058;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.02em;
  margin: 0.6rem 0 0.2rem;
}
.depto-locked-badge i {
  font-size: 0.65rem;
  transform: rotate(-30deg);
}

/* ===== COBERTURA — Fondo universo animado (CSS-only) ===== */

@keyframes roaNebulaBreath {
  0%   { opacity: 0.65; transform: scale(1) translate(0, 0); }
  35%  { opacity: 1;    transform: scale(1.06) translate(1.5%, -1%); }
  70%  { opacity: 0.75; transform: scale(0.97) translate(-1%, 1.5%); }
  100% { opacity: 0.65; transform: scale(1) translate(0, 0); }
}

@keyframes roaStarfieldPulse {
  0%   { opacity: 0.5; }
  50%  { opacity: 1; }
  100% { opacity: 0.5; }
}

/* Starfield (dot-grid) parpadea suavemente */
.section-mapa::before {
  animation: roaStarfieldPulse 9s ease-in-out infinite !important;
}

/* Nebulosa principal — zona header */
.mapa-section-header::before {
  content: '';
  position: absolute;
  inset: -40% -15%;
  background:
    radial-gradient(ellipse 55% 45% at 18% 55%,  rgba(30,122,52,0.13)  0%, transparent 65%),
    radial-gradient(ellipse 45% 38% at 82% 22%,  rgba(0,56,147,0.10)   0%, transparent 65%),
    radial-gradient(ellipse 38% 32% at 58% 88%,  rgba(252,209,22,0.06) 0%, transparent 60%);
  animation: roaNebulaBreath 18s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

/* Nebulosa secundaria — zona mapa (ciclo desfasado) */
.mapa-layout {
  position: relative;
}
.mapa-layout::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 42% 60% at 8%  48%,  rgba(30,122,52,0.07)  0%, transparent 70%),
    radial-gradient(ellipse 50% 42% at 92% 78%,  rgba(0,56,147,0.06)   0%, transparent 70%),
    radial-gradient(ellipse 30% 28% at 50% 15%,  rgba(252,209,22,0.04) 0%, transparent 60%);
  animation: roaNebulaBreath 24s ease-in-out infinite reverse;
  pointer-events: none;
  z-index: 0;
}

/* ===== COBERTURA — Universo animado v2 (enfoque background-position) ===== */

@keyframes roaAurora {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Fondo animado directo sobre la sección */
.section-mapa {
  background:
    linear-gradient(
      125deg,
      #080F1A                    0%,
      rgba(30,122,52,0.22)      15%,
      #080F1A                   35%,
      rgba(0,56,147,0.18)       55%,
      #080F1A                   72%,
      rgba(252,209,22,0.10)     88%,
      #080F1A                  100%
    ) !important;
  background-size: 400% 400% !important;
  animation: roaAurora 24s ease-in-out infinite !important;
}

/* Dot-grid (estrellas) encima del aurora — parpadeo lento */
.section-mapa::before {
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.12) 1px, transparent 0) !important;
  background-size: 24px 24px !important;
  animation: roaStarfieldPulse 7s ease-in-out infinite !important;
  mix-blend-mode: screen;
}

/* ===== MAPA SIDEBAR — Glassmorphism (inmune al aurora) ===== */
.sidebar-total-box {
  background: rgba(6, 15, 26, 0.82) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(30,122,52,0.35) !important;
}
.sidebar-depto {
  background: rgba(6, 15, 26, 0.85) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(30,122,52,0.35) !important;
}
.sidebar-hint {
  background: rgba(6, 15, 26, 0.70) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

/* ===================================================
   SENTINEL v2 — ROA Route Navigator (diamante)
   =================================================== */
.roa-scrollnav {
  position: fixed;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 950;

  width: 20px;
  border-radius: 999px;
  padding: 10px 8px;
  overflow: hidden;

  background: rgba(4, 10, 22, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(180, 210, 255, 0.08);
  box-shadow:
    0 8px 32px rgba(0,0,0,0.50),
    0 0 0 1px rgba(107,219,138,0.05),
    inset 0 1px 0 rgba(255,255,255,0.04);

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;

  transition:
    width 0.36s cubic-bezier(.4,0,.2,1),
    border-radius 0.36s cubic-bezier(.4,0,.2,1),
    padding 0.36s cubic-bezier(.4,0,.2,1),
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.roa-scrollnav:hover {
  width: 148px;
  border-radius: 14px;
  padding: 10px 10px 10px 8px;
  background: rgba(4, 10, 22, 0.96);
  box-shadow:
    0 16px 52px rgba(0,0,0,0.64),
    0 0 0 1px rgba(107,219,138,0.10),
    inset 0 1px 0 rgba(255,255,255,0.06);
}

/* Diamante origen */
.roa-sn-origin {
  display: block;
  align-self: center;
  font-size: 6px;
  line-height: 1;
  color: #6BDB8A;
  opacity: 0.72;
  margin-bottom: 5px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 5px rgba(107,219,138,0.85));
  animation: originPulse 3s ease-in-out infinite;
}
@keyframes originPulse {
  0%, 100% { opacity: 0.72; filter: drop-shadow(0 0 5px rgba(107,219,138,0.85)); }
  50%       { opacity: 1;    filter: drop-shadow(0 0 10px rgba(107,219,138,1));   }
}

/* SVG — ruta S-curve */
.roa-sn-route {
  position: absolute;
  left: 8px;
  top: 26px;
  bottom: 24px;
  width: 8px;
  overflow: visible;
  pointer-events: none;
  z-index: 0;
}

/* Carrito viajero — emoji 🚚 con glow verde */
.roa-sn-traveler {
  position: absolute;
  left: 0px;
  top: 30px;
  width: 20px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  z-index: 3;
  pointer-events: none;
  filter:
    hue-rotate(100deg) saturate(5) brightness(1.25)
    drop-shadow(0 0 5px rgba(107,219,138,0.95))
    drop-shadow(0 0 11px rgba(107,219,138,0.55));
  animation: travelerBounce 1.8s ease-in-out infinite;
  transition: top 0.52s cubic-bezier(.4, 0, .2, 1);
}
@keyframes travelerBounce {
  0%, 100% { transform: translateY(0);    }
  50%       { transform: translateY(-2px); }
}
.roa-sn-traveler::after { display: none; }

/* Items */
.roa-sn-item {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 5px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  min-height: 14px;
  transition: background 0.18s ease;
}
.roa-sn-item:hover { background: rgba(180,210,255,0.05); }

/* Dots */
.roa-sn-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(180, 210, 255, 0.22);
  flex-shrink: 0;
  margin-left: 1px;
  transition: background 0.25s ease, transform 0.2s ease, opacity 0.3s ease;
}
.roa-sn-item:hover:not(.active) .roa-sn-dot {
  background: rgba(180, 210, 255, 0.58);
  transform: scale(1.4);
}
.roa-sn-item.active .roa-sn-dot { opacity: 0; }

/* Labels */
.roa-sn-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(180, 210, 255, 0.45);
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-5px);
  pointer-events: none;
  transition:
    opacity 0.22s ease 0.04s,
    transform 0.22s ease 0.04s,
    color 0.18s ease;
}
.roa-scrollnav:hover .roa-sn-label {
  opacity: 1;
  transform: translateX(0);
}
.roa-sn-item.active .roa-sn-label {
  color: rgba(255, 255, 255, 0.90);
}

/* Banderita destino */
.roa-sn-dest {
  display: block;
  align-self: center;
  font-size: 10px;
  line-height: 1;
  opacity: 0.38;
  margin-top: 5px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .roa-scrollnav { display: none !important; }
}

/* ===== SECCIÓN RASTREO — ROA Premium ===== */
.section-rastreo {
  background: linear-gradient(160deg, #091525 0%, #0D2137 55%, #091525 100%);
  padding: 72px 0 68px;
  border-bottom: 1px solid rgba(30,122,52,0.18);
  position: relative;
  overflow: hidden;
}
.section-rastreo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 110%, rgba(107,219,138,0.07), transparent);
  pointer-events: none;
}

.rastreo-inner {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.rastreo-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(30,122,52,0.14);
  border: 1px solid rgba(107,219,138,0.24);
  color: #6BDB8A;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.70rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
}
.rastreo-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6BDB8A;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(107,219,138,0.90);
  animation: sentinelPulse 2.2s ease-in-out infinite;
}

.rastreo-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}
.rastreo-accent { color: #6BDB8A; }

.rastreo-sub {
  color: rgba(255,255,255,0.52);
  font-size: 0.98rem;
  line-height: 1.65;
  margin-bottom: 36px;
}

.rastreo-form { width: 100%; }

.rastreo-input-wrap {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.05);
  border: 1.5px solid rgba(107,219,138,0.28);
  border-radius: 14px;
  padding: 7px 7px 7px 18px;
  gap: 12px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}
.rastreo-input-wrap:focus-within {
  border-color: rgba(107,219,138,0.65);
  box-shadow: 0 0 0 4px rgba(107,219,138,0.10);
}

.rastreo-input-icon {
  color: #6BDB8A;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.rastreo-input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  min-width: 0;
}
.rastreo-input::placeholder { color: rgba(255,255,255,0.28); }

.rastreo-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1E7A34;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.rastreo-btn:hover {
  background: #25943F;
  transform: translateX(3px);
  box-shadow: 0 4px 20px rgba(30,122,52,0.45);
}

.rastreo-trust {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.70rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.35);
}
.rastreo-trust i {
  color: rgba(107,219,138,0.75);
  margin-right: 4px;
}
.rastreo-sep { color: rgba(255,255,255,0.14); }

/* ===================================================================
   SUPER SPEC v2 — "Colombia Viva · Amanecer Andino"
   Fondo: índigo profundo + glow naranja/ámbar horizonte (no negro puro)
   Estrellas: 5 capas con tamaños primos → sin cuadrícula + parallax drift
   =================================================================== */

@keyframes roaSunsetBreathe {
  0%   { filter: brightness(0.88); }
  40%  { filter: brightness(1.04); }
  70%  { filter: brightness(0.96); }
  100% { filter: brightness(0.88); }
}

/* Drift lento: grids de tamaño primo — 317, 211, 107, 59, 29 px.
   Al mover la misma distancia absoluta, cada capa completa distinto
   número de ciclos → parallax visual auténtico sin JS. */
@keyframes roaStarDrift {
  0%   { background-position: 47px 83px, 121px 31px, 71px 53px, 17px 43px, 5px 11px; }
  100% { background-position: 347px 283px, 421px 131px, 171px 153px, 117px 143px, 105px 111px; }
}

@keyframes roaStarsTwinkle {
  0%   { opacity: 0.58; }
  28%  { opacity: 0.92; }
  55%  { opacity: 0.68; }
  82%  { opacity: 1.00; }
  100% { opacity: 0.58; }
}

/* ── Fondo amanecer andino — índigo profundo + glow ámbar en el horizonte ── */
.section-mapa {
  background:
    radial-gradient(ellipse 100% 38% at 50% 115%,
      rgba(200, 90, 15, 0.38) 0%,
      rgba(140, 50,  8, 0.20) 38%,
      transparent 68%
    ),
    radial-gradient(ellipse 55% 70% at 6% 48%,
      rgba(5, 25, 90, 0.22) 0%,
      transparent 72%
    ),
    radial-gradient(ellipse 42% 42% at 88% 18%,
      rgba(55, 12, 95, 0.14) 0%,
      transparent 68%
    ),
    linear-gradient(175deg, #06091A 0%, #080D20 45%, #070F1C 100%) !important;
  background-size: 100% 100% !important;
  animation: roaSunsetBreathe 22s ease-in-out infinite !important;
}

/* ── Starfield 5 profundidades — tamaños primos, drift + twinkle ── */
.section-mapa::before {
  background-image:
    radial-gradient(circle, rgba(255, 248, 220, 0.98) 1.2px, transparent 1.2px),
    radial-gradient(circle, rgba(220, 235, 255, 0.78) 0.9px,  transparent 0.9px),
    radial-gradient(circle, rgba(200, 220, 255, 0.52) 0.7px,  transparent 0.7px),
    radial-gradient(circle, rgba(180, 200, 255, 0.32) 0.5px,  transparent 0.5px),
    radial-gradient(circle, rgba(160, 180, 240, 0.18) 0.3px,  transparent 0.3px) !important;
  background-size:
    317px 317px,
    211px 173px,
    107px  89px,
     59px  53px,
     29px  23px !important;
  background-position:
    47px 83px,
    121px 31px,
    71px 53px,
    17px 43px,
    5px  11px !important;
  animation:
    roaStarDrift    180s linear      infinite,
    roaStarsTwinkle  12s ease-in-out infinite !important;
  mix-blend-mode: screen !important;
}

/* ── Nebulas existentes — reducidas ── */
.mapa-section-header::before { opacity: 0.07 !important; }
.mapa-layout::before          { opacity: 0.07 !important; }

/* ===================================================================
   MAPA — CHIP DE INSTRUCCIONES FLOTANTE
   =================================================================== */

/* El contenedor del SVG necesita position:relative para el chip */
.mapa-svg-container { position: relative !important; }

@keyframes mhcPulse {
  0%, 100% { opacity: 1; transform: scale(1) rotate(0deg); }
  50%       { opacity: 0.55; transform: scale(1.25) rotate(180deg); }
}

.mapa-hint-chip {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 20px 9px 14px;
  background: rgba(6, 9, 26, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(100, 160, 255, 0.22);
  border-radius: 40px;
  white-space: nowrap;
  box-shadow: 0 4px 24px rgba(0,0,0,0.45), 0 0 0 1px rgba(59,130,246,0.08);
}

.mhc-icon {
  font-size: 0.72rem;
  color: #60A5FA;
  animation: mhcPulse 3s ease-in-out infinite;
  display: inline-block;
  flex-shrink: 0;
}

.mhc-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.74rem;
  font-weight: 500;
  color: rgba(200, 215, 255, 0.62);
  letter-spacing: 0.01em;
  line-height: 1;
}

.mhc-text strong {
  font-weight: 700;
  color: rgba(147, 197, 253, 0.95);
}

/* Mobile: ocultar en pantallas pequeñas para no tapar el mapa */
@media (max-width: 767px) {
  .mapa-hint-chip { display: none; }
}

/* project-section: sub-heading blanco sobre fondo oscuro */
.project-section .sub-heading { color: #fff !important; }
