.fechamento-section-c3h8 {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
    margin-top: 8px;
    margin-bottom: 32px;
    width: calc(100% - 16px);
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    height: auto;
    min-height: auto;
    background: #ffe600;
    border-radius: 20px;
    overflow: hidden;
}

.fechamento-image-c3h8 {
    width: 100%;
    height: 328px;
    min-height: 328px;
    max-height: 328px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    opacity: 1;
    transform: none;
}

.fechamento-img-c3h8 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fechamento-content-c3h8 {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    background: transparent;
    border-radius: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    opacity: 1;
    transform: none;
}

.fechamento-headline-c3h8 {
    font-size: 32px;
    font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
    font-feature-settings: 'ss04' on, 'case' on;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #282834;
    margin: 0;
}

.fechamento-button-c3h8 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    min-height: 40px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    background: #4850e5;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.18s ease-out, transform 0.18s ease-out;
    width: fit-content;
}

.fechamento-button-c3h8:hover {
    background: #3d44c4;
    color: #ffffff;
}

.fechamento-button-c3h8:active {
    background: #3238a3;
    color: #ffffff;
}

@media (min-width: 1024px) {
    .fechamento-section-c3h8 {
        flex-direction: row;
        height: calc(100vh - 16px);
        min-height: 600px;
        width: calc(100% - 16px);
        background: #ffe600;
        border-radius: 20px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        gap: 0;
    }

    .nav-header ~ .fechamento-section-c3h8,
    .nav-header ~ div .fechamento-section-c3h8,
    .nav-header ~ section .fechamento-section-c3h8,
    .nav-header ~ main .fechamento-section-c3h8 {
        height: calc(100vh - 76px);
    }

    .fechamento-image-c3h8 {
        width: 50%;
        height: auto;
        min-height: unset;
        max-height: unset;
        border-radius: 12px;
        margin: 8px 0 8px 8px;
    }

    .fechamento-content-c3h8 {
        flex: 1;
        height: auto;
        min-height: unset;
        max-height: unset;
        background: transparent;
        border-radius: 0;
        padding: 40px;
        padding-right: 80px;
        gap: 0;
        justify-content: space-between;
    }

    .fechamento-headline-c3h8 {
        font-size: clamp(40px, 5vw, 72px);
    }

    .fechamento-button-c3h8 {
        min-height: 48px;
        width: fit-content;
    }
}
