.fechamento-section-z7k3 {
    display: flex;
    flex-direction: column-reverse;
    width: calc(100% - 16px);
    max-width: 1920px;
    margin: 8px auto 32px;
    background: #ffe600;
    border-radius: 20px;
    overflow: hidden;
}

.fechamento-image-z7k3 {
    padding: 0 8px 8px;
    width: 100%;
    flex-shrink: 0;
}

.fechamento-image-z7k3 picture {
    display: block;
    width: 100%;
}

.fechamento-img-z7k3 {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.fechamento-content-z7k3 {
    width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.fechamento-headline-z7k3 {
    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-z7k3 {
    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-z7k3:hover {
    background: #3d44c4;
    color: #ffffff;
}

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

@media (min-width: 768px) {
    .fechamento-headline-z7k3 {
        font-size: 48px;
    }
}

@media (min-width: 1024px) {
    .fechamento-section-z7k3 {
        flex-direction: row;
        gap: 8px;
        padding: 8px;
        height: calc(100vh - 68px);
        min-height: 600px;
        overflow: hidden;
    }

    .fechamento-image-z7k3 {
        width: calc(50% - 4px);
        padding: 0;
        border-radius: 12px;
        overflow: hidden;
    }

    .fechamento-image-z7k3 picture {
        height: 100%;
    }

    .fechamento-img-z7k3 {
        width: 100%;
        height: 100%;
        aspect-ratio: unset;
        border-radius: 0;
        object-fit: cover;
        object-position: center top;
    }

    .fechamento-content-z7k3 {
        width: calc(50% - 4px);
        background: #ffe600;
        border-radius: 12px;
        padding: 32px 80px 40px 40px;
        gap: 0;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .fechamento-button-z7k3 {
        min-height: 48px;
        padding: 14px 24px;
        font-size: 16px;
    }
}

@media (min-width: 1366px) {
    .fechamento-headline-z7k3 {
        font-size: 72px;
        letter-spacing: -0.05em;
    }
}

@media (min-width: 1920px) {
    .fechamento-headline-z7k3 {
        font-size: 100px;
    }
}
