/* ================================================================
   ENVIOS.CR — HIGH-CONTRAST DESIGN SYSTEM
   Navy Profundo · Verde Lima Neón · Blanco Puro · Cyan Eléctrico
   ================================================================ */

:root {
    /* ── Navy backgrounds ── */
    --navy-00:   #000810;   /* footer principal */
    --navy-0:    #00060C;   /* status bar footer */
    --navy-1:    #000E20;   /* hero / secciones muy oscuras */
    --navy-2:    #001228;   /* secciones oscuras */
    --navy-3:    #001840;   /* secciones mid-dark */
    --navy-4:    #002255;   /* cards oscuras */

    /* ── Verde Lima (acento principal) ── */
    --lime:        #69BE28;
    --lime-bright: #7ED62F;
    --lime-dark:   #4A9A1A;
    --lime-pale:   #EDFFD4;   /* fondo sección clara */

    /* ── Azul eléctrico (acento secundario) ── */
    --blue:   #0066FF;
    --cyan:   #00BBFF;
    --ice:    #6EC6FF;

    /* ── Blancos ── */
    --white:     #FFFFFF;
    --off-white: #EAF4FF;

    /* ── Texto en secciones claras ── */
    --dark-text:     #001228;
    --dark-text-sec: #1A4028;
    --dark-muted:    #3A6048;

    /* ── Glows ── */
    --glow-lime: 0 0 30px rgba(105, 190, 40, 0.50);
    --glow-blue: 0 0 30px rgba(0, 102, 255, 0.45);
    --glow-cyan: 0 0 25px rgba(0, 187, 255, 0.40);
}

/* ── RESET & BASE ─────────────────────────────────────── */
html { scroll-behavior: smooth; }
body {
    font-family: 'Inter', sans-serif;
    background-color: var(--navy-1) !important;
    color: var(--off-white) !important;
}
section { scroll-margin-top: 85px; }

/* ── BRAND OVERRIDES ──────────────────────────────────── */
.bg-brand-blue    { background-color: var(--blue) !important; }
.text-brand-blue  { color: var(--lime) !important; }
.bg-brand-red     { background-color: #e31e24 !important; }
.border-brand-red { border-color: #e31e24 !important; }

/* ── NAVIGATION ───────────────────────────────────────── */
.glass-nav {
    background: rgba(0, 8, 18, 0.92) !important;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(105, 190, 40, 0.12) !important;
    box-shadow: 0 4px 30px rgba(0,0,0,0.50);
}
.glass-nav .text-slate-600 { color: rgba(234,244,255,0.55) !important; }
.glass-nav a { transition: color 0.2s ease; }
.glass-nav a:hover { color: var(--lime) !important; }

/* Logo — blanco puro sobre nav oscuro, hover lima */
.glass-nav img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}
.glass-nav a:hover img,
.glass-nav img:hover {
    filter: brightness(0) saturate(100%) invert(62%) sepia(60%) saturate(500%) hue-rotate(60deg) brightness(95%);
}

#mobile-menu {
    background: rgba(0, 6, 14, 0.98) !important;
    border-top: 1px solid rgba(105, 190, 40, 0.10) !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.60);
}
#mobile-menu .text-slate-600 { color: rgba(234,244,255,0.55) !important; }
#mobile-menu a { transition: color 0.2s ease; }
#mobile-menu a:hover { color: var(--lime) !important; }

/* Scroll-to-top button */
.btn-top {
    position: fixed; bottom: 30px; left: 30px; z-index: 100;
    display: none; transition: all 0.3s ease;
    background: rgba(0, 10, 22, 0.95) !important;
    border: 1px solid rgba(105, 190, 40, 0.30) !important;
    color: var(--lime) !important;
}
.btn-top:hover {
    background: var(--lime) !important;
    color: var(--navy-1) !important;
    box-shadow: var(--glow-lime);
    transform: translateY(-2px);
}

/* ── HERO ─────────────────────────────────────────────── */
.hero-pattern {
    background-color: var(--navy-1) !important;
    background-image:
        radial-gradient(ellipse 80% 60% at 8% 50%,  rgba(0, 50, 180, 0.28)  0, transparent 65%),
        radial-gradient(ellipse 55% 70% at 92% 15%,  rgba(105,190,40, 0.12) 0, transparent 60%),
        radial-gradient(ellipse 50% 50% at 50% 105%, rgba(0, 100, 200, 0.22) 0, transparent 70%) !important;
    position: relative; overflow: hidden;
}
.hero-pattern::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(105,190,40,0.055) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none; z-index: 0;
}
.hero-pattern > .container { position: relative; z-index: 1; }

.hero-pattern .bg-white\/10 {
    background: rgba(105,190,40,0.10) !important;
    border-color: rgba(105,190,40,0.22) !important;
}
.hero-pattern .bg-white\/10.backdrop-blur-sm {
    background: rgba(255,255,255,0.06) !important;
    border-color: rgba(255,255,255,0.18) !important;
}

/* ── REGISTRO CARD (héroe) — fondo blanco, letras oscuras ─ */
#registro-card > div {
    background: #FFFFFF !important;
    border: 1px solid rgba(105,190,40,0.25) !important;
    color: var(--navy-1) !important;
    box-shadow: 0 30px 70px rgba(0,0,0,0.40),
                0 0 40px rgba(105,190,40,0.12),
                inset 0 1px 0 rgba(105,190,40,0.05) !important;
}
#registro-card h2 { color: var(--navy-1) !important; }
#registro-card .text-slate-500 { color: #5A7080 !important; }

#casilleroForm input,
#casilleroForm select,
#casilleroForm textarea {
    background: #F4F8FA !important;
    border: 1px solid rgba(0,14,32,0.14) !important;
    color: var(--navy-1) !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
#casilleroForm input:focus,
#casilleroForm select:focus,
#casilleroForm textarea:focus {
    border-color: var(--lime) !important;
    box-shadow: 0 0 0 3px rgba(105,190,40,0.12) !important;
    background: #FFFFFF !important;
    outline: none !important;
}
#casilleroForm input::placeholder,
#casilleroForm textarea::placeholder { color: #90A8B8 !important; }
#casilleroForm select {
    color: #3A5060 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23001228'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 1.25rem !important;
}
#casilleroForm select option { background: #FFFFFF; color: var(--navy-1); }

#casilleroForm button[type="submit"] {
    background: var(--lime) !important;
    color: var(--navy-1) !important;
    font-weight: 900;
    letter-spacing: 0.04em;
}
#casilleroForm button[type="submit"]:hover {
    background: var(--lime-bright) !important;
    box-shadow: var(--glow-lime) !important;
}

/* ── STATS (blanco / off-white — máximo contraste) ─────── */
header + section {
    background: var(--white) !important;
    border-bottom: 1px solid rgba(0,100,50,0.12) !important;
}
header + section .grid > div {
    position: relative; transition: all 0.3s ease;
}
header + section .grid > div::after {
    content: '';
    position: absolute; right: 0; top: 20%; bottom: 20%; width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(105,190,40,0.15), transparent);
}
header + section .grid > div:last-child::after { display: none; }
header + section .grid > div:hover { background: var(--lime-pale) !important; }

header + section .bg-blue-50 {
    background: rgba(105,190,40,0.08) !important;
    border: 1px solid rgba(105,190,40,0.20) !important;
}
header + section .group:hover .bg-brand-blue {
    background: var(--lime) !important;
    box-shadow: var(--glow-lime) !important;
}
/* Números — color sólido lima, sin degradados */
header + section .text-brand-blue {
    color: var(--lime) !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: var(--lime) !important;
    background-clip: unset !important;
}
/* Signo + y % — rojo sólido igual que antes */
header + section .text-brand-red { color: #e31e24 !important; }
header + section .text-slate-400  { color: #557055 !important; }

/* Iconos de stat — color sólido lime, sin gradiente */
header + section .bg-brand-blue {
    background: var(--lime) !important;
}
header + section .text-brand-blue.group-hover\:text-white,
header + section .group:hover .text-brand-blue {
    color: var(--navy-1) !important;
    -webkit-text-fill-color: var(--navy-1) !important;
}

/* ── COTIZADOR (navy oscuro) ──────────────────────────── */
#cotizador { background: var(--navy-2) !important; }
#cotizador h2 {
    color: var(--lime) !important;
    background: none !important;
    -webkit-text-fill-color: var(--lime) !important;
}
#cotizador .text-slate-500,
#cotizador .text-slate-600 { color: rgba(234,244,255,0.50) !important; }
#cotizador .text-slate-400  { color: rgba(234,244,255,0.30) !important; }

#cotizador .bg-slate-50 {
    background: rgba(0,10,26,0.85) !important;
    border: 1px solid rgba(105,190,40,0.12) !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.20);
}
#cotizador select,
#cotizador input[type="number"] {
    background: rgba(0,6,16,0.90) !important;
    border-color: rgba(105,190,40,0.18) !important;
    color: var(--lime) !important;
    font-weight: 700;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2369BE28'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 1.25rem !important;
}
#cotizador select:focus,
#cotizador input[type="number"]:focus {
    border-color: rgba(105,190,40,0.55) !important;
    box-shadow: 0 0 0 3px rgba(105,190,40,0.10) !important;
    outline: none !important;
}
#cotizador select option { background: #001228; }
#cotizador .bg-slate-200 {
    background: rgba(105,190,40,0.15) !important;
    border-color: rgba(105,190,40,0.22) !important;
}
#cotizador .text-slate-500.uppercase { color: var(--off-white) !important; }

/* Tarjeta de precio — navy con borde lima */
#cotizador .bg-brand-blue.p-10 {
    background: linear-gradient(145deg, #000E20 0%, #001840 100%) !important;
    border: 2px solid rgba(105,190,40,0.28) !important;
    box-shadow: 0 0 55px rgba(105,190,40,0.20),
                0 25px 60px rgba(0,0,0,0.55),
                inset 0 1px 0 rgba(105,190,40,0.08) !important;
    animation: cardPulse 4s ease-in-out infinite;
}
@keyframes cardPulse {
    0%,100% { box-shadow: 0 0 30px rgba(105,190,40,0.18), 0 25px 60px rgba(0,0,0,0.55); }
    50%      { box-shadow: 0 0 55px rgba(105,190,40,0.35), 0 0 25px rgba(0,187,255,0.15), 0 25px 60px rgba(0,0,0,0.55); }
}
/* Total — blanco puro a lima */
#cotizador .text-6xl {
    background: linear-gradient(135deg, #FFFFFF 0%, var(--lime) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
#cotizador .bg-blue-50 {
    background: rgba(105,190,40,0.08) !important;
    border: 1px solid rgba(105,190,40,0.14) !important;
}
#cotizador .bg-blue-50 .bg-white { background: rgba(0,20,10,0.30) !important; }
#cotizador .text-brand-blue.font-extrabold { color: var(--lime) !important; }
#cotizador .text-slate-600.text-sm { color: rgba(234,244,255,0.50) !important; }
#cotizador .flex.items-center.justify-between { color: #FFFFFF !important; }
#cotizador .flex.items-center.justify-between label { color: #FFFFFF !important; }
#cotizador .flex.items-center.justify-between span  { color: #FFFFFF !important; }

/* ── RASTREO (blanco puro + acento lima) ──────────────── */
#rastreo {
    background: var(--white) !important;
    position: relative; overflow: hidden;
}
#rastreo::before { display: none; }
#rastreo::after  { display: none; }

/* Textos sobre blanco */
#rastreo h2  { color: var(--navy-1) !important; }
#rastreo p   { color: #2A4030 !important; }
/* Solo los textos del encabezado de la sección, NO los del resultado dinámico */
#rastreo > .container > div > .text-white,
#rastreo > .container > .text-white { color: var(--navy-1) !important; -webkit-text-fill-color: var(--navy-1) !important; }
#rastreo .opacity-90 { color: #3A5545 !important; }

/* Badge de estado (ej: "EN TARIMA") — texto BLANCO siempre */
#resultado-rastreo .bg-brand-blue,
#resultado-rastreo [class*="bg-brand-blue"] {
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}
/* Número de seguimiento en resultado — azul brand */
#resultado-rastreo h3 { color: var(--blue) !important; -webkit-text-fill-color: var(--blue) !important; }

#rastreo > .container { position: relative; z-index: 1; }

#rastreo input {
    background: #F4FFF0 !important;
    border: 2px solid rgba(105,190,40,0.35) !important;
    color: var(--navy-1) !important;
    transition: all 0.25s ease;
}
#rastreo input:focus {
    border-color: var(--lime) !important;
    box-shadow: 0 0 0 3px rgba(105,190,40,0.15) !important;
    outline: none !important;
}
#rastreo input::placeholder { color: #8AAA90 !important; }
#rastreo input.uppercase     { color: var(--navy-1) !important; }

#rastreo button {
    background: var(--lime) !important;
    color: var(--navy-1) !important;
    font-weight: 900;
    transition: all 0.25s ease;
}
#rastreo button:hover {
    background: var(--lime-bright) !important;
    box-shadow: var(--glow-lime) !important;
}

/* ── PARALLAX ─────────────────────────────────────────── */
.parallax-section {
    background-image: url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?q=80&w=2070&auto=format&fit=crop');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
}
@media (max-width: 768px) { .parallax-section { background-attachment: scroll; } }

.parallax-section .text-blue-100 { color: #C8F0A0 !important; }
.parallax-section .bg-blue-600 {
    background: var(--lime) !important;
    color: var(--navy-1) !important;
    font-weight: 900;
    box-shadow: var(--glow-lime) !important;
    transition: all 0.25s ease;
}
.parallax-section .bg-blue-600:hover {
    background: var(--lime-bright) !important;
    transform: scale(1.05);
}

/* ── AYUDA (blanco puro) ──────────────────────────────── */
#ayuda { background: var(--white) !important; }
#ayuda .text-slate-500 { color: #3A5040 !important; }
#ayuda h2 {
    color: var(--navy-1) !important;
    background: none !important;
    -webkit-text-fill-color: var(--navy-1) !important;
    text-decoration: none !important;
}
#ayuda h2::after {
    content: '';
    display: block; width: 72px; height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--lime));
    margin: 10px auto 0; border-radius: 2px;
    box-shadow: 0 0 12px rgba(105,190,40,0.55);
}

.help-card { display: flex; flex-direction: column; height: 100%; transition: transform 0.3s ease; }
.help-card:hover { transform: translateY(-10px); }
.post-text-container {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; transition: all 0.3s ease; white-space: pre-line;
}
.post-text-container.expanded { -webkit-line-clamp: unset; overflow: visible; }

/* ── TESTIMONIOS (gris muy claro — diferente al blanco de ayuda) ── */
#testimonios {
    background: #F2F6F4 !important;       /* gris con toque verde suave */
    border-top:    1px solid rgba(105,190,40,0.12) !important;
    border-bottom: 1px solid rgba(105,190,40,0.12) !important;
}
/* Título sólido — navy oscuro */
#testimonios h2 {
    color: var(--navy-1) !important;
    background: none !important;
    -webkit-text-fill-color: var(--navy-1) !important;
    text-decoration: none !important;
}
#testimonios h2::after {
    content: '';
    display: block; width: 72px; height: 3px;
    background: var(--lime);
    margin: 10px auto 0; border-radius: 2px;
    box-shadow: 0 0 10px rgba(105,190,40,0.40);
}
/* Cards — mismo fondo que el bloque, sin bordes */
#testimonios .review-card > div > div {
    background: #F2F6F4 !important;
    border: none !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
}
#testimonios .review-card > div > div:hover {
    background: #EAEFEC !important;
    border: none !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06) !important;
    transform: translateY(-4px);
}
#testimonios .text-slate-600 { color: #3A5040 !important; }
#testimonios .text-slate-400,
#testimonios .text-slate-500 { color: #7A9888 !important; }
#testimonios .fa-check-circle { color: var(--lime) !important; }
#testimonios .bg-green-50  { background: rgba(105,190,40,0.10) !important; border-color: rgba(105,190,40,0.25) !important; }
#testimonios .text-green-700 { color: var(--lime-dark) !important; }
#testimonios .bg-blue-50   { background: rgba(0,60,180,0.06) !important; border-color: rgba(0,100,220,0.18) !important; }
#testimonios .text-blue-700 { color: var(--blue) !important; }
#testimonios .bg-slate-50  { background: #EEF2F0 !important; border-color: rgba(105,190,40,0.14) !important; }

/* ── LOGOS MARQUEE (blanco cálido — entre dos secciones claras) ── */
.marquee-fade {
    background: #FAFFF7 !important;        /* blanco con leve toque verde */
    mask-image: linear-gradient(to right, transparent, black 12%, black 88%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 12%, black 88%, transparent);
    position: relative; z-index: 10;
    border-top:    1px solid rgba(105,190,40,0.14);
    border-bottom: 1px solid rgba(105,190,40,0.14);
}
/* Título — navy sólido, sin degradado */
.marquee-fade h2 {
    color: var(--navy-1) !important;
    background: none !important;
    -webkit-text-fill-color: var(--navy-1) !important;
    text-decoration: none !important;
}
.marquee-fade h2::after {
    content: '';
    display: block; width: 72px; height: 3px;
    background: var(--lime);
    margin: 10px auto 0; border-radius: 2px;
    box-shadow: 0 0 10px rgba(105,190,40,0.38);
}
.marquee-fade .text-slate-500 { color: #5A7860 !important; }
/* Logos sobre fondo claro — más visibles */
.marquee-fade img { filter: grayscale(0.6) opacity(0.7); }
.marquee-fade img:hover { filter: grayscale(0) opacity(1); }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes marquee-reverse { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }
.marquee-content { display: flex; width: max-content; animation: marquee 45s linear infinite; pointer-events: auto; }
.marquee-content:hover { animation-play-state: paused; }
.marquee-content-reverse { display: flex; width: max-content; animation: marquee-reverse 55s linear infinite; pointer-events: auto; }
.marquee-content-reverse:hover { animation-play-state: paused; }

/* Logo slots — contenedor uniforme para normalizar tamaños */
.logo-slot {
    width: 120px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.logo-img {
    max-height: 40px;
    max-width: 110px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0.45;
    filter: grayscale(1);
    transition: all 0.3s ease;
    cursor: pointer;
}
.logo-img:hover {
    opacity: 1;
    filter: grayscale(0);
}

/* ── CÓMO FUNCIONA (lima limpio + vignette radial) ─────── */
#como-funciona {
    background-color: var(--lime) !important;
    background-image: none !important;
    position: relative; overflow: hidden;
}
/* Vignette: bordes levemente oscuros, centro luminoso — da profundidad sin pattern */
#como-funciona::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 90% 70% at 50% 50%,
        transparent 30%,
        rgba(0,0,0,0.08) 100%);
    pointer-events: none;
}
#como-funciona > .max-w-6xl { position: relative; z-index: 1; }

#como-funciona h2 {
    color: var(--navy-1) !important;
    background: none !important;
    -webkit-text-fill-color: var(--navy-1) !important;
    font-weight: 900;
}
#como-funciona h2 span[style],
#como-funciona .text-blue-400,
#como-funciona .text-blue-600 { color: var(--navy-1) !important; }
#como-funciona .text-slate-800 { color: var(--navy-1) !important; }
#como-funciona .text-slate-500 { color: rgba(0,18,40,0.65) !important; }
#como-funciona .text-slate-500.leading-relaxed { color: rgba(0,18,40,0.65) !important; }
#como-funciona h3 { color: var(--navy-1) !important; font-weight: 800; }

/* Step icons — fondo blanco, icono lima */
#como-funciona .bg-blue-600 {
    background: var(--white) !important;
    color: var(--lime) !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.15) !important;
}
#como-funciona .bg-blue-600 i {
    color: var(--lime) !important;
}

/* Títulos de pasos — blanco */
#como-funciona h3 { color: var(--white) !important; font-weight: 800; }

/* ── FAQ (blanco limpio — respira antes del footer) ───── */
#faq { background: #F8FAF8 !important; }
#faq h2 {
    color: var(--navy-1) !important;
    background: none !important;
    -webkit-text-fill-color: var(--navy-1) !important;
    text-decoration: none !important;
}
#faq h2::after {
    content: '';
    display: block; width: 72px; height: 3px;
    background: var(--lime);
    margin: 10px auto 0;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(105,190,40,0.40);
}

.faq-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out; }
.faq-item.active .faq-content { max-height: 800px; }
.faq-item.active .faq-icon { transform: rotate(180deg); }

.faq-item {
    background: #FFFFFF !important;
    border: 1px solid rgba(105,190,40,0.18) !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.3s ease; overflow: hidden;
}
.faq-item:hover {
    border-color: rgba(105,190,40,0.40) !important;
    box-shadow: 0 4px 16px rgba(105,190,40,0.12) !important;
}
.faq-item.active {
    border-color: var(--lime) !important;
    box-shadow: 0 4px 20px rgba(105,190,40,0.15) !important;
}
.faq-item button.font-bold { color: var(--navy-1) !important; }
.faq-item .faq-icon { color: var(--lime) !important; }
.faq-item .faq-content > div,
.faq-item .border-t {
    background: #FAFFF7 !important;
    border-top-color: rgba(105,190,40,0.12) !important;
}
.faq-item .text-slate-600 { color: #3A5040 !important; }

/* ================================================================
   FOOTERS — Ultra contraste · Dos niveles claramente distintos
   ================================================================ */

/* ── FOOTER PRINCIPAL (#1) — Navy oscuro + BLANCO PURO ── */
footer {
    background: var(--navy-00) !important;
    border-top: 2px solid var(--lime) !important;
}

/* Título de columnas — blanco puro 100% */
footer h4.text-white {
    color: var(--white) !important;
    opacity: 1 !important;
    font-weight: 800;
    letter-spacing: 0.12em;
}

/* Texto de párrafo — blanco al 80% (legible, no apagado) */
footer p { color: rgba(255,255,255,0.80) !important; opacity: 1 !important; }

/* Links — blanco 75%, hover lima */
footer a { color: rgba(255,255,255,0.75) !important; transition: color 0.2s ease; }
footer a:hover { color: var(--lime) !important; }
footer .hover\:text-blue-400:hover { color: var(--lime) !important; }

/* Override genérico de opacidades que apagan el texto */
footer .opacity-80,
footer .opacity-60 { opacity: 1 !important; }
footer .text-slate-300 { color: rgba(255,255,255,0.75) !important; }
footer .text-white     { color: var(--white) !important; opacity: 1 !important; }

/* Botones de redes sociales */
footer .bg-slate-800 {
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    color: var(--white) !important;
    transition: all 0.25s ease;
}
footer .hover\:bg-blue-600:hover  { background: var(--blue)  !important; border-color: transparent !important; box-shadow: var(--glow-blue); }
footer .hover\:bg-pink-600:hover  { background: #E1306C !important; border-color: transparent !important; }
footer .hover\:bg-black:hover     { background: #111111 !important; border-color: transparent !important; }

/* Íconos de compromiso */
footer .bg-blue-600\/20 {
    background: rgba(105,190,40,0.10) !important;
    border: 1px solid rgba(105,190,40,0.20) !important;
}
footer .group:hover .bg-blue-600\/20 {
    background: var(--lime) !important;
    box-shadow: var(--glow-lime);
}
footer .text-blue-400 { color: var(--lime) !important; }

/* Línea divisora */
footer .border-slate-800 { border-color: rgba(255,255,255,0.10) !important; }

/* Copyright */
footer .opacity-60 { color: rgba(255,255,255,0.45) !important; }

/* ── STATUS BAR / FOOTER #2 — Diferenciado: NEGRO ABSOLUTO + LIMA ── */
footer .bg-white {
    background: var(--navy-0) !important;  /* negro más profundo que el footer #1 */
    border-top: 1px solid rgba(105,190,40,0.18) !important;
}

footer .border-slate-100 { border-color: rgba(105,190,40,0.15) !important; }

/* Etiqueta "Sistema Operativo" — lima brillante */
footer .text-slate-600.uppercase {
    color: var(--lime) !important;
    font-weight: 800;
    letter-spacing: 0.10em;
}

/* Texto de estado — blanco puro */
footer .text-slate-500.font-medium {
    color: rgba(255,255,255,0.80) !important;
    font-weight: 600;
}

/* ── ANIMATIONS ───────────────────────────────────────── */
@keyframes fadeIn { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:translateY(0); } }
.animate-fade { animation: fadeIn 0.55s ease-out forwards; }

/* ── SLIDER ───────────────────────────────────────────── */
.slider-container { display: flex; transition: transform 0.8s cubic-bezier(0.4,0,0.2,1); }
.dot { height:5px; width:5px; border-radius:3px; background:rgba(105,190,40,0.22); transition:all 0.3s ease; display:inline-block; }
.dot.active { background: var(--lime); width:24px; box-shadow:0 0 10px rgba(105,190,40,0.55); }

/* ── MISC ─────────────────────────────────────────────── */
.card-shadow {
    box-shadow: 0 22px 55px rgba(0,0,0,0.60),
                0 0 45px rgba(105,190,40,0.10),
                inset 0 1px 0 rgba(105,190,40,0.05);
}
.custom-checkbox:checked { background-color: var(--lime); border-color: var(--lime); }

select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2369BE28'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.25rem;
}

/* Bloque LBS/FT³ del cotizador — nunca se corta en móvil */
#cotizador .flex-shrink-0 {
    min-width: 56px;
    text-align: center;
}

/* ── FAQ TABS ─────────────────────────────────────────── */
.faq-tab-btn {
    padding: 0.65rem 1.4rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    transition: all 0.25s ease;
    border: 1.5px solid rgba(105,190,40,0.28);
    color: #2E5040;
    background: transparent;
    cursor: pointer;
    white-space: nowrap;
}
.faq-tab-btn.active {
    background: var(--lime);
    color: var(--navy-1);
    border-color: var(--lime);
    box-shadow: 0 4px 18px rgba(105,190,40,0.35);
    transform: translateY(-1px);
}
.faq-tab-btn:hover:not(.active) {
    border-color: rgba(105,190,40,0.55);
    background: rgba(105,190,40,0.08);
    color: #1A3020;
}
.faq-panel { animation: fadeIn 0.3s ease; }

/* WhatsApp */
.fixed.bottom-6.right-6 a { box-shadow:0 8px 28px rgba(37,211,102,0.38); transition:all 0.25s ease; }
.fixed.bottom-6.right-6 a:hover { box-shadow:0 12px 38px rgba(37,211,102,0.55); transform:scale(1.08); }

/* Separadores de sección */
header + section { box-shadow: inset 0 1px 0 rgba(105,190,40,0.12), inset 0 -1px 0 rgba(105,190,40,0.08); }
#cotizador,#ayuda { box-shadow: inset 0 1px 0 rgba(0,160,200,0.10), inset 0 -1px 0 rgba(0,160,200,0.07); }
#rastreo,#faq,#como-funciona { box-shadow: inset 0 1px 0 rgba(105,190,40,0.10), inset 0 -1px 0 rgba(105,190,40,0.07); }
