/* =========================================================
   ONG É POR AMOR — RODAPÉ GLOBAL
========================================================= */

.epa-site-footer {
    background: #050505;
    color: rgba(255,255,255,.72);
    padding: 76px 34px 34px;
}

.epa-footer-inner {
    max-width: 1480px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.6fr repeat(4, 1fr);
    gap: 42px;
}

.epa-footer-brand img {
    width: 190px;
    max-width: 100%;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.epa-footer-brand p {
    max-width: 300px;
    color: rgba(255,255,255,.72);
    font-size: 14px;
    line-height: 1.7;
}

.epa-footer-col h3 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.epa-footer-col a,
.epa-footer-col span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255,255,255,.68);
    font-size: 14px;
    line-height: 1.45;
}

.epa-footer-col a:hover {
    color: #ffffff;
}

.epa-footer-bottom {
    max-width: 1480px;
    margin: 54px auto 0;
    padding-top: 26px;
    border-top: 1px solid rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: rgba(255,255,255,.48);
    font-size: 13px;
}

@media (max-width: 1100px) {
    .epa-footer-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .epa-site-footer {
        padding: 60px 22px 30px;
    }

    .epa-footer-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .epa-footer-bottom {
        display: grid;
        gap: 10px;
    }
}
