/* ==========================================================================
   FOOTER STYLES (public/css/frontend/footer.css)
   ========================================================================== */
footer {
    background-color: var(--bg-card) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #cbd5e1 !important; /* Un gris claro para legibilidad */
}

footer h6 {
    color: var(--primary-color) !important; /* El color de tu marca destaca aquí */
    font-weight: 700 !important;
}

footer a {
    color: #94a3b8 !important; /* Un gris un poco más vivo */
    text-decoration: none !important;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #ffffff !important;
}

.footer-bottom-bar {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    margin-top: 2rem;
    font-size: 0.8rem;
    color: #64748b !important;
}
