/* Footer unificado (site-footer.js) */
.footer-tagline {
    font-size: 0.88rem;
    margin-top: 0.75rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}

.footer-brand p:first-of-type {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

.footer-section small {
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.45;
}

.footer-bottom {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-bottom a:hover {
    color: #fff;
}

.footer-newsletter .newsletter-consent label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.4;
}

.footer-newsletter .newsletter-consent a {
    color: #93c5fd;
}

@media (min-width: 1100px) {
    .footer-content {
        grid-template-columns: 1.15fr 1fr 1fr 1fr 1fr;
    }
}
