/* Home: banner limpo + faixa institucional real logo abaixo. */
main > section:first-child {
    background: #302418;
    overflow: hidden;
}

main > section:first-child > img {
    display: block;
    width: 100%;
    height: auto;
}

.home-hero-info-strip {
    position: relative;
    overflow: hidden;
    background: #990d0a;
    color: #fff;
    border-top: 4px solid #ffab40;
    border-bottom: 1px solid rgba(255, 171, 64, .32);
}

.home-hero-info-strip::before,
.home-hero-info-strip::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(255, 171, 64, .16);
    border-radius: 999px;
    pointer-events: none;
}

.home-hero-info-strip::before {
    top: -105px;
    left: -35px;
}

.home-hero-info-strip::after {
    right: -45px;
    bottom: -110px;
}

.home-hero-info-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    display: grid;
    gap: 1.5rem;
}

.home-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.home-hero-cta .brand-button-ghost {
    border-color: rgba(255, 255, 255, .42);
}

.home-hero-cta .brand-button-ghost:hover,
.home-hero-cta .brand-button-ghost:focus-visible {
    border-color: #ffab40;
    background: rgba(255, 255, 255, .10);
}

.home-hero-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.home-hero-stat {
    min-width: 0;
    padding: 1rem;
    border: 1px solid rgba(255, 171, 64, .20);
    border-radius: 1rem;
    background: rgba(0, 0, 0, .10);
}

.home-hero-stat p:first-child {
    margin: 0;
    color: #ffab40;
    font-size: 1.65rem;
    line-height: 1.1;
    font-weight: 700;
}

.home-hero-stat p:last-child {
    margin-top: .35rem;
    color: rgba(255, 255, 255, .82);
    font-size: .875rem;
    line-height: 1.35rem;
}

/* Contato: vermelho da identidade, mantendo o formulário branco. */
#contato.brand-cafe-bg {
    position: relative;
    overflow: hidden;
    background-image: none !important;
    background: #990d0a !important;
}

#contato.brand-cafe-bg::before,
#contato.brand-cafe-bg::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

#contato.brand-cafe-bg::before {
    width: 260px;
    height: 260px;
    top: -150px;
    right: 8%;
    border: 2px solid rgba(255, 171, 64, .28);
}

#contato.brand-cafe-bg::after {
    width: 180px;
    height: 180px;
    left: -70px;
    bottom: -90px;
    background: rgba(255, 171, 64, .10);
    border: 1px solid rgba(255, 171, 64, .24);
}

#contato.brand-cafe-bg > div {
    position: relative;
    z-index: 1;
}

@media (min-width: 640px) {
    .home-hero-info-inner {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .home-hero-stats-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    .home-hero-info-inner {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        gap: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .home-hero-stats-grid {
        gap: .85rem;
    }
}

@media (max-width: 520px) {
    .home-hero-info-inner {
        padding: 1.5rem 1rem 1.75rem;
    }

    .home-hero-cta {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-hero-cta a {
        width: 100%;
    }

    .home-hero-stat {
        padding: .9rem;
    }

    .home-hero-stat p:first-child {
        font-size: 1.4rem;
    }
}
