:root {
    --agronegocio-section-gap: 2.5rem;
    --agronegocio-card-bg: #f4efe7;
}

.container__hero {
    width: 100%;
    height: 9.75rem;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #24331e;

    picture,
    picture img {
        width: 100%;
        height: 100%;
    }

    picture img {
        object-fit: cover;
        object-position: center;
    }

    &::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.22) 48%, rgba(0, 0, 0, 0.08));
    }

    .hero-logo-transparente {
        /* width: 7rem; */
        height: 100%;
        position: absolute;
        right: 0;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%);
        opacity: 0.76;
    }

    h1 {
        width: calc(100% - (var(--page-gutter) * 2));
        max-width: var(--page-max);
        position: absolute;
        left: 50%;
        z-index: 2;
        color: var(--white);
        font-size: 1.875rem;
        font-weight: 400;
        line-height: 1.18;
        transform: translateX(-50%);

        span {
            display: none;
        }
    }
}

.container__raizes-regenerativas,
.container__solucoes-agronegocio {
    width: calc(100% - (var(--page-gutter) * 2));
    max-width: var(--page-max);
    margin-right: auto;
    margin-left: auto;
}

.container__raizes-regenerativas {
    display: grid;
    gap: 1.25rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;

    h2 {
        color: var(--aunare-green);
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.22;
    }

    p {
        color: var(--medium-text);
        font-size: 0.9375rem;
        font-weight: 400;
        line-height: 1.45;
    }
}

.container__solucoes-agronegocio {
    margin-bottom: var(--agronegocio-section-gap);

    .cards-solucoes {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    article {
        min-height: 7.75rem;
        display: grid;
        grid-template-rows: minmax(1rem, auto) 1fr;
        /* align-content: center; */
        gap: 0.625rem;
        padding: 1.25rem 0.875rem;
        border-radius: 0.75rem;
        background: var(--agronegocio-card-bg);
        text-align: center;
    }

    article:last-child {
        grid-column: 1 / -1;
    }

    h3 {
        color: var(--aunare-purple);
        font-size: 0.9375rem;
        font-weight: 700;
        line-height: 1.2;
    }

    p {
        color: var(--medium-text);
        font-size: 0.8125rem;
        font-weight: 400;
        line-height: 1.28;
    }
}

.container__agronegocio-cta {
    background: var(--background-cream);

    > div {
        width: calc(100% - (var(--page-gutter) * 2));
        max-width: var(--page-max);
        display: grid;
        gap: 1.5rem;
        margin: 0 auto;
        padding: 3rem 0;
    }

    h2 {
        max-width: 22rem;
        justify-self: center;
        color: var(--aunare-purple);
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.18;
        text-align: center;
    }

    a {
        min-width: 19rem;
        min-height: 3rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        justify-self: center;
        padding: 0.375rem 1.5rem;
        border: 1px solid var(--medium-text);
        border-radius: 999rem;
        color: var(--medium-text);
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1;
        transition: background 180ms ease, color 180ms ease;
    }

    a:hover {
        color: var(--white);
        background: var(--aunare-purple);
    }
}

@media (min-width: 768px) {
    :root {
        --agronegocio-section-gap: 4rem;
    }

    .container__hero {
        height: 18rem;

        /* .hero-logo-transparente {
            width: 11rem;
        } */

        h1 {
            font-size: 2.5rem;
        }
    }

    .container__raizes-regenerativas {
        grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.92fr);
        align-items: center;
        gap: 3rem;
        margin-top: 4rem;
        margin-bottom: 3rem;
        text-align: left;

        h2 {
            font-size: 2.5rem;
        }

        p {
            font-size: 1rem;
        }
    }

    .container__solucoes-agronegocio {
        .cards-solucoes {
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: .5rem;

            article {
                padding: 1rem 0.75rem;
            }
        }

        article {
            min-height: 8.25rem;
        }

        article:last-child {
            grid-column: auto;
        }
    }

    .container__agronegocio-cta {
        > div {
            grid-template-columns: 1fr auto;
            align-items: center;
            gap: 2rem;
            padding: 4.75rem 0;
        }

        h2 {
            max-width: 34rem;
            justify-self: start;
            font-size: 2.25rem;
            text-align: left;
        }

        a {
            justify-self: end;
            font-size: 1rem;
        }
    }
}

@media (min-width: 992px) {
    .container__hero {
        height: 19.5rem;

        /* .hero-logo-transparente {
            width: 13.5rem;
        } */

        h1 {
            font-size: 3rem;
        }
    }

    .container__raizes-regenerativas {
        grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.8fr);

        h2 {
            font-size: 3rem;
        }
    }

    .container__solucoes-agronegocio {
        .cards-solucoes {
            gap: 1.25rem;

            article {
                h3 {
                    font-size: 1.125rem;
                }
                p {
                    font-size: 1rem;
                }
            }
        }

        h3 {
            font-size: 1rem;
        }

        p {
            font-size: 0.875rem;
        }
    }
}
