.custom-footer {
    /* Gradientul din Newspaper: de la un albastru foarte închis spre negru */
    background: linear-gradient(0deg, #12023b 0%, #030014 65%, #030014 100%);
    color: #ffffff;
}

.cookie-text {
    color: #b0b0b0;
    font-size: 0.9rem;
    max-width: 800px;
    margin: 0 auto;
}

.footer-legal-links .nav-link {
    color: #8224e3 !important; /* Mov-ul din designul tău */
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.footer-legal-links .nav-link:hover {
    color: #ffffff !important;
}

.text-purple {
    color: #8224e3;
}

.border-secondary {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.copyright-text {
    line-height: 1.6;
    color: #d1d1d1;
}

.footer-socials i {
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.footer-socials a:hover i {
    color: #ffffff !important;
}