.footer-glow-bar {
    height: 3px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(0, 194, 255, 0.15) 20%,
        #00c2ff 50%,
        rgba(0, 194, 255, 0.15) 80%,
        transparent 100%
    );
    box-shadow: 0 0 18px rgba(0, 194, 255, 0.4);
}

.arco-footer {
    background: #070b10;
    margin-top: 60px;
    position: relative;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1.3fr 1.2fr;
    gap: 48px;
    padding: 52px 0 40px;
    border-bottom: 1px solid rgba(0, 194, 255, 0.08);
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-col-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    color: #00c2ff;
    border-left: 3px solid #00c2ff;
    padding-left: 10px;
    margin: 0 0 4px;
}

.footer-logo-link { display: inline-block; }

.footer-logo {
    max-height: 64px;
    filter: drop-shadow(0 0 8px rgba(0, 194, 255, 0.25));
    transition: filter 0.3s ease;
}

.footer-logo:hover {
    filter: drop-shadow(0 0 14px rgba(0, 194, 255, 0.55));
}

.footer-desc {
    font-size: 0.80rem;
    color: rgba(255, 255, 255, 0.42);
    line-height: 1.65;
    margin: 0;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}

.footer-social-link {
    width: 34px; height: 34px;
    border-radius: 50%;
    background: rgba(0, 194, 255, 0.08);
    border: 1px solid rgba(0, 194, 255, 0.18);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.25s ease;
}

.footer-social-link:hover {
    background: #00c2ff;
    border-color: #00c2ff;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 194, 255, 0.35);
}

.footer-links {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links li a {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.50);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-links li a::before {
    content: '';
    width: 4px; height: 4px;
    border-radius: 50%;
    background: rgba(0, 194, 255, 0.4);
    flex-shrink: 0;
    transition: background 0.2s ease;
}

.footer-links li a:hover {
    color: #00c2ff;
    padding-left: 4px;
}

.footer-links li a:hover::before {
    background: #00c2ff;
}

.footer-admin-link {
    color: rgba(0, 194, 255, 0.55) !important;
    font-size: 0.75rem !important;
}

.footer-live-box {
    background: rgba(211, 47, 47, 0.10);
    border: 1px solid rgba(211, 47, 47, 0.28);
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.footer-live-box:hover {
    background: rgba(211, 47, 47, 0.18);
    border-color: rgba(211, 47, 47, 0.55);
    transform: translateY(-1px);
}

.footer-live-pulse {
    flex-shrink: 0;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: rgba(211, 47, 47, 0.2);
    display: flex; align-items: center; justify-content: center;
    animation: live-ring 2s ease-in-out infinite;
}

@keyframes live-ring {
    0%, 100% { box-shadow: 0 0 0 0 rgba(211,47,47,0.5); }
    50%       { box-shadow: 0 0 0 7px rgba(211,47,47,0); }
}

.footer-live-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: #d32f2f;
    box-shadow: 0 0 6px rgba(211,47,47,0.8);
    animation: pulse-dot 1.4s ease-in-out infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.6; transform: scale(0.82); }
}

.footer-live-label {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    color: #e8edf2;
}

.footer-live-sub {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.38);
    margin-top: 2px;
}

.footer-live-icon {
    margin-left: auto;
    font-size: 1.4rem;
    color: rgba(211, 47, 47, 0.65);
    transition: color 0.2s ease;
}

.footer-live-box:hover .footer-live-icon {
    color: #d32f2f;
}

.footer-visitas {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.30);
    padding-left: 4px;
}

.footer-visitas i {
    color: rgba(0, 194, 255, 0.50);
    font-size: 0.8rem;
}

.footer-grupo-logo {
    max-height: 80px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: none;
    opacity: 0.90;
    transition: opacity 0.25s ease;
}

.footer-grupo-logo:hover { 
    opacity: 1;
}

.footer-grupo-desc {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1.6;
    margin: 0;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.35);
    padding: 14px 0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-copy,
.footer-made {
    font-size: 0.73rem;
    color: rgba(255, 255, 255, 0.25);
    font-family: 'Barlow', sans-serif;
}

.footer-divider {
    color: rgba(0, 194, 255, 0.3);
    font-size: 0.8rem;
}

.footer-accordion-btn,
.footer-accordion-body,
.footer-accordion--social {
    display: none;
}