/**
 * Footer premium + ticker cyber + rutas PYME/Enterprise
 */

/* ========== BARRA ESTADO — LUZ IZQ→DER ========== */
.cyber-status-bar {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #001218 0%, #001a22 50%, #000d12 100%);
    border-top: 1px solid rgba(0, 212, 255, 0.35);
    border-bottom: 1px solid rgba(0, 212, 255, 0.35);
    box-shadow: inset 0 1px 0 rgba(0, 212, 255, 0.12);
}

.cyber-status-sweep {
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(0, 212, 255, 0.12) 28%,
        rgba(0, 212, 255, 0.65) 50%,
        rgba(0, 212, 255, 0.12) 72%,
        transparent 100%
    );
    animation: statusLightSweep 3.8s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.cyber-status-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 40% 100% at 50% 50%, rgba(0, 212, 255, 0.12), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

@keyframes statusLightSweep {
    0% { transform: translateX(-120%); opacity: 0.4; }
    15% { opacity: 1; }
    85% { opacity: 1; }
    100% { transform: translateX(320%); opacity: 0.4; }
}

.cyber-status-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.85rem;
    padding: 0.6rem 1rem;
    text-align: center;
}

.cyber-status-side {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
    white-space: nowrap;
}

.cyber-status-sep {
    font-size: 0.65rem;
    color: rgba(0, 212, 255, 0.35);
    user-select: none;
}

.cyber-status-core {
    font-family: 'Syne', sans-serif;
    font-size: clamp(0.68rem, 2.2vw, 0.82rem);
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #00d4ff;
    text-shadow: 0 0 24px rgba(0, 212, 255, 0.55);
    white-space: nowrap;
}

@media (max-width: 640px) {
    .cyber-status-side,
    .cyber-status-sep {
        display: none;
    }

    .cyber-status-core {
        letter-spacing: 0.1em;
        white-space: normal;
        max-width: 20rem;
        line-height: 1.35;
    }
}

/* ========== FOOTER 4 COLUMNAS ========== */
.site-footer-premium .footer-col-title {
    font-family: 'Syne', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1.25rem;
}

.site-footer-premium .footer-tagline {
    color: #00d4ff !important;
}

.site-footer-premium .footer-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer-premium .footer-link-list li {
    margin-bottom: 0.65rem;
}

.site-footer-premium .footer-link-list a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.site-footer-premium .footer-link-list a i {
    width: 1rem;
    color: #00d4ff;
    font-size: 0.8rem;
}

.site-footer-premium .footer-link-list a:hover {
    color: #00d4ff;
    transform: translateX(4px);
}

.site-footer-premium .footer-link-list-plain a {
    padding-left: 0;
}

.site-footer-premium .footer-link-list-plain a::before {
    content: '›';
    margin-right: 0.35rem;
    color: #00d4ff;
}

.site-footer-premium .footer-social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 212, 255, 0.08);
    border: 1px solid rgba(0, 212, 255, 0.25);
    color: #fff;
    transition: all 0.35s ease;
}

.site-footer-premium .footer-social:hover {
    background: #00d4ff;
    color: #050508;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.45);
}

/* ========== RUTAS LANDING (psicomarketing) ========== */
.landing-routes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2.5rem;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .landing-routes {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
}

.landing-route-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.75rem 1.5rem;
    border-radius: 1.25rem;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid rgba(0, 212, 255, 0.2);
    background: linear-gradient(145deg, rgba(0, 212, 255, 0.08) 0%, rgba(8, 8, 14, 0.95) 55%);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.45s ease,
                border-color 0.45s ease;
}

.landing-route-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.12), transparent);
    transition: left 0.6s ease;
}

.landing-route-card:hover::before {
    left: 120%;
}

.landing-route-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 212, 255, 0.55);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 212, 255, 0.15);
}

.landing-route-enterprise {
    border-color: rgba(0, 212, 255, 0.35);
    background: linear-gradient(145deg, rgba(0, 80, 100, 0.35) 0%, rgba(5, 5, 10, 0.98) 60%);
}

.landing-route-badge {
    display: inline-block;
    align-self: flex-start;
    padding: 0.35rem 0.75rem;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #050508;
    background: #00d4ff;
    border-radius: 4px;
    margin-bottom: 1rem;
    box-shadow: 0 4px 16px rgba(0, 212, 255, 0.4);
}

.landing-route-enterprise .landing-route-badge {
    background: linear-gradient(135deg, #00d4ff, #22e3ff);
}

.landing-route-card h3 {
    font-family: 'Syne', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin: 0 0 0.65rem;
}

.landing-route-card p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.55;
    margin: 0 0 1.25rem;
    flex: 1;
}

.landing-route-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #00d4ff;
    transition: gap 0.3s ease;
}

.landing-route-card:hover .landing-route-cta {
    gap: 0.75rem;
    color: #22e3ff;
}

.landing-routes-intro {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 0.25rem;
}

.landing-routes-intro .sello {
    display: block;
    margin-bottom: 0.5rem;
}

.landing-routes-intro h3 {
    font-family: 'Syne', sans-serif;
    font-size: 1.35rem;
    color: #fff;
    margin: 0;
}
