.ferramentas-wrapper-s3g6 {
    display: contents;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.ferramentas-section-s3g6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: calc(100% - 16px);
    max-width: 1920px;
    margin: 8px auto 0;
    position: relative;
}

.ferramentas-cards-s3g6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    flex-shrink: 0;
}

.ferramentas-cards-track-s3g6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ferramentas-cards-track-s3g6 .ferramentas-card-s3g6 {
    width: 100%;
    height: 330px;
    border-radius: 20px;
    padding: 8px 0;
}

.ferramentas-card-s3g6 {
    background: #ffe600;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.ferramentas-card-intro-s3g6 {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ferramentas-title-s3g6 {
    font-size: 32px;
    font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
    line-height: 1;
    letter-spacing: -1.6px;
    font-weight: 700;
    color: #282834;
    font-feature-settings: 'ss04' on, 'case' on;
}

.ferramentas-card-feature-s3g6 {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.ferramentas-feature-image-s3g6 {
    flex: 1;
    padding: 0;
    min-height: 0;
    max-height: 180px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.ferramentas-feature-image-s3g6 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    border-radius: 20px 20px 0 0;
    display: block;
}

.ferramentas-feature-title-s3g6 {
    font-size: 24px;
    font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
    line-height: 1.1;
    letter-spacing: -0.96px;
    padding: 20px 24px 0;
    font-weight: 700;
    color: #282834;
    font-feature-settings: 'ss04' on, 'case' on;
}

.ferramentas-button-s3g6 {
    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: 700;
    color: #282834;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.18s ease-out, transform 0.18s ease-out;
    margin: 16px 24px 16px;
    width: fit-content;
}

.ferramentas-button-s3g6:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #282834;
}
.ferramentas-button-s3g6:active {
    background: rgba(255, 255, 255, 0.8);
    color: #282834;
}

@media (min-width: 1024px) {
    .ferramentas-section-s3g6 {
        flex-direction: row;
    }

    .ferramentas-card-intro-s3g6 {
        position: sticky;
        top: 0;
        width: 50%;
        height: calc(100vh - 68px);
        flex-shrink: 0;
        padding: 40px;
        justify-content: flex-start;
        min-height: auto;
    }

    .nav-header ~ .ferramentas-wrapper-s3g6 .ferramentas-card-intro-s3g6,
    .nav-header ~ div .ferramentas-wrapper-s3g6 .ferramentas-card-intro-s3g6,
    .nav-header ~ section .ferramentas-wrapper-s3g6 .ferramentas-card-intro-s3g6,
    .nav-header ~ main .ferramentas-wrapper-s3g6 .ferramentas-card-intro-s3g6 {
        top: 76px;
        height: calc(100vh - 84px);
        min-height: 600px;
    }

    .ferramentas-cards-s3g6 {
        width: calc(50% - 8px);
    }

    .ferramentas-cards-track-s3g6 {
        flex-direction: column;
        overflow-x: visible;
        scroll-snap-type: none;
        -webkit-overflow-scrolling: auto;
    }

    .ferramentas-cards-track-s3g6 .ferramentas-card-s3g6 {
        flex-shrink: unset;
        width: 100%;
        height: calc(100vh - 16px);
        min-height: unset;
        max-height: unset;
        scroll-snap-align: none;
    }

    .nav-header ~ .ferramentas-wrapper-s3g6 .ferramentas-cards-track-s3g6 .ferramentas-card-s3g6,
    .nav-header ~ div .ferramentas-wrapper-s3g6 .ferramentas-cards-track-s3g6 .ferramentas-card-s3g6,
    .nav-header ~ section .ferramentas-wrapper-s3g6 .ferramentas-cards-track-s3g6 .ferramentas-card-s3g6,
    .nav-header ~ main .ferramentas-wrapper-s3g6 .ferramentas-cards-track-s3g6 .ferramentas-card-s3g6 {
        height: calc(100vh - 84px);
        min-height: 600px;
    }

    .ferramentas-title-s3g6 {
        font-size: clamp(48px, 5vw, 72px);
        letter-spacing: -0.04em;
        max-width: 550px;
    }

    .ferramentas-feature-image-s3g6 {
        padding: 40px;
        padding-bottom: 0;
        border-radius: 0;
        max-height: 60%;
        flex: none;
    }

    .ferramentas-feature-image-s3g6 img {
        object-fit: contain;
        border-radius: 12px;
    }

    .ferramentas-feature-title-s3g6 {
        font-size: clamp(32px, 3.5vw, 48px);
        letter-spacing: -0.04em;
        padding: 40px;
        padding-right: 80px;
        padding-bottom: 0;
        max-width: 650px;
        margin-top: auto;
    }

    .ferramentas-button-s3g6 {
        margin: 24px 40px 40px;
    }
}
