/* ==========================================
   Estilos exclusivos para el Footer
   ========================================== */

.custom-footer {
    background: rgba(15, 0, 30, 0.95);
    border-top: 1px solid rgba(255, 102, 178, 0.2);
    backdrop-filter: blur(10px);
}

.footer-title {
    background: linear-gradient(45deg, #ff66b2, #b565ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 1.3rem;
}

.footer-subtitle {
    color: #ff99cc;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.footer-text {
    color: #d1b3ff;
    font-size: 0.9rem;
    line-height: 1.5;
}

.footer-links li {
    margin-bottom: 6px;
}

.footer-links a {
    color: #e6ccff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-links a:hover {
    color: #ff66b2;
    padding-left: 5px;
}

.legal-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(181, 101, 255, 0.15);
}

.footer-divider {
    border-color: rgba(181, 101, 255, 0.2);
}

.footer-bottom-text {
    color: #b380ff;
    font-size: 0.8rem;
}