/* Rodapé [cfo_footer] */

.cfo-footer {
    --cfo-blue: #1d4ed8;
    --cfo-navy: #1e3a8a;
    --cfo-navy-deep: #0f172a;
    --cfo-muted: #cbd5e1;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: var(--cfo-navy-deep);
    color: #cbd5e1;
    margin-top: 0;
}

.cfo-footer *,
.cfo-footer *::before,
.cfo-footer *::after {
    box-sizing: border-box;
}

.cfo-footer__wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2.75rem 1.25rem 1.5rem;
}

.cfo-footer__top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.cfo-footer__brand-name {
    display: inline-block;
    margin-bottom: 0.65rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.cfo-footer__tagline {
    margin: 0;
    max-width: 22rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--cfo-muted);
}

.cfo-footer__nav-title {
    margin: 0 0 0.75rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
}

.cfo-footer__nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cfo-footer__nav-list li {
    margin-bottom: 0.45rem;
}

.cfo-footer__nav-list a,
.cfo-footer__email {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.cfo-footer__nav-list a:hover,
.cfo-footer__email:hover {
    color: #93c5fd;
}

.cfo-footer__contact-note {
    margin: 0.5rem 0 0;
    font-size: 0.82rem;
    color: var(--cfo-muted);
    line-height: 1.45;
}

.cfo-footer__legal {
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.cfo-footer__legal p {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.55;
    color: var(--cfo-muted);
    max-width: 52rem;
}

.cfo-footer__bottom {
    padding-top: 1.25rem;
}

.cfo-footer__copy {
    margin: 0;
    font-size: 0.8rem;
    color: #94a3b8;
}

@media (max-width: 768px) {
    .cfo-footer__top {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
