/* =========================================================
   ONG É POR AMOR — COMPONENTES DA HOME
========================================================= */

.epa-home-hero {
    position: relative;
    width: 100%;
    min-height: 430px;
    overflow: hidden;
    background: #f4f4f4;
}

.epa-home-hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,.96) 23%,
            rgba(255,255,255,.72) 40%,
            rgba(255,255,255,.06) 66%,
            rgba(0,0,0,.22) 100%
        ),
        url("/wp-content/uploads/2026/05/home-hero-ong-eporamor.jpg") center center / cover no-repeat;
    z-index: 1;
}

.epa-home-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1480px;
    margin: 0 auto;
    min-height: 430px;
    padding: 54px 56px 42px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    align-items: center;
    gap: 48px;
}

.epa-home-hero-content {
    max-width: 620px;
}

.epa-home-hero-content h1 {
    margin: 0 0 18px;
    color: #050505;
    font-size: clamp(42px, 4.6vw, 66px);
    line-height: .92;
    font-weight: 760;
    letter-spacing: -0.065em;
}

.epa-home-hero-content h1 span {
    color: #d60000;
}

.epa-home-hero-content p {
    max-width: 500px;
    margin: 0 0 24px;
    color: #333333;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
}

.epa-home-hero-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 42px;
}

.epa-home-btn-red,
.epa-home-btn-outline,
.epa-home-card-btn {
    min-height: 44px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all .22s ease;
}

.epa-home-btn-red {
    background: #d60000;
    border: 1px solid #d60000;
    color: #ffffff;
}

.epa-home-btn-red:hover {
    background: #b50000;
    border-color: #b50000;
    color: #ffffff;
}

.epa-home-btn-outline {
    background: #ffffff;
    border: 1px solid #111111;
    color: #111111;
}

.epa-home-btn-outline:hover {
    background: #111111;
    color: #ffffff;
}

.epa-home-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 26px;
    align-items: center;
}

.epa-home-stat {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.epa-home-stat-icon {
    width: 31px;
    height: 31px;
    border: 1.5px solid #d60000;
    color: #d60000;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 17px;
    line-height: 1;
    flex-shrink: 0;
}

.epa-home-stat strong {
    display: block;
    color: #111111;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 800;
    white-space: nowrap;
}

.epa-home-stat span {
    display: block;
    margin-top: 2px;
    color: #333333;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
}

.epa-home-hero-card {
    width: 100%;
    max-width: 270px;
    justify-self: end;
    background: rgba(5,5,5,.92);
    color: #ffffff;
    padding: 34px 30px;
    border-radius: 6px;
    box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.epa-home-hero-card h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.02;
    font-weight: 760;
    letter-spacing: -0.045em;
}

.epa-home-hero-card p {
    margin: 0 0 24px;
    color: rgba(255,255,255,.86);
    font-size: 15px;
    line-height: 1.45;
}

.epa-home-card-btn {
    width: 100%;
    background: #d60000;
    border: 1px solid #d60000;
    color: #ffffff;
}

.epa-home-card-btn:hover {
    background: #b50000;
    color: #ffffff;
}

@media (max-width: 1180px) {
    .epa-home-hero-inner {
        padding: 48px 34px 40px;
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .epa-home-hero-card {
        justify-self: start;
    }

    .epa-home-hero-stats {
        grid-template-columns: repeat(2, max-content);
    }
}

@media (max-width: 760px) {
    .epa-home-hero {
        min-height: auto;
    }

    .epa-home-hero-bg {
        background:
            linear-gradient(
                180deg,
                rgba(255,255,255,.96) 0%,
                rgba(255,255,255,.88) 46%,
                rgba(0,0,0,.34) 100%
            ),
            url("/wp-content/uploads/2026/05/home-hero-ong-eporamor.jpg") center center / cover no-repeat;
    }

    .epa-home-hero-inner {
        min-height: auto;
        padding: 46px 22px 42px;
    }

    .epa-home-hero-content h1 {
        font-size: 46px;
    }

    .epa-home-hero-content p {
        font-size: 15px;
    }

    .epa-home-hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
        align-items: stretch;
        margin-bottom: 34px;
    }

    .epa-home-hero-stats {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .epa-home-hero-card {
        max-width: 100%;
    }
}
