/* ==========================================================================
   ESTILOS DEL FOOTER INSTITUCIONAL (PANINDÍCUARO)
   ========================================================================== */
.bg-dark-burgundy {
    background-color: #3b000e !important;
    /* Borgoña oscuro institucional */
}

.footer-bg-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 20%, rgba(128, 0, 32, 0.35) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(212, 175, 55, 0.08) 0%, transparent 40%);
    z-index: 1;
}

.footer-logo {
    height: 52px;
    width: auto;
    object-fit: contain;
}

.text-pink-light {
    color: #fbcfe8 !important;
}

.text-pink {
    color: #f472b6 !important;
}

.text-gold {
    color: #d4af37 !important;
}

.fs-7 {
    font-size: 0.8rem;
}

.fs-xs {
    font-size: 0.7rem;
}

/* Encabezados y Enlaces */
.footer-heading {
    border-bottom: 2px solid rgba(251, 207, 232, 0.2);
    padding-bottom: 8px;
    display: inline-block;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.25s ease;
}

.footer-links a:hover,
.hover-white:hover {
    color: #ffffff !important;
    padding-left: 4px;
}

/* Botones Sociales */
.footer-social-btn {
    width: 38px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-social-btn:hover {
    background-color: #800020;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(128, 0, 32, 0.4);
}

/* Powered by Valcorp Badge */
.valcorp-badge {
    font-size: 0.78rem;
    transition: border-color 0.3s ease;
}

.valcorp-badge:hover {
    border-color: rgba(212, 175, 55, 0.5) !important;
}