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

.sistema-section-s3g6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.sistema-image-container-s3g6 {
    display: none;
}

.sistema-image-s3g6 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sistema-cards-s3g6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 20px;
    overflow: hidden;
    padding: 8px 0px 8px 8px;
    background-image: url('https://http2.mlstatic.com/storage/pog-cm-admin/calm-assets/sistema-gestao-mobile--49a96d02.webp');
    background-size: cover;
    background-position: center;
}

.sistema-cards-track-s3g6 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    -webkit-overflow-scrolling: touch;
    padding-left: 0;
    padding-right: 0;
    scrollbar-width: none;
    border-radius: 0 0 0 12px;
}

.sistema-cards-track-s3g6::-webkit-scrollbar {
    display: none;
}

.sistema-card-s3g6.sistema-card-image-mobile-s3g6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 344px;
    min-height: auto;
    overflow: hidden;
    border-radius: 12px;
    background: none;
    padding: 16px;
}

.sistema-card-image-mobile-s3g6 .sistema-image-s3g6 {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.sistema-cards-track-s3g6 .sistema-card-s3g6 {
    flex-shrink: 0;
    width: calc(100% - 32px);
    min-width: 0;
    max-width: none;
    height: 336px;
    max-height: none;
    min-height: auto;
    border-radius: 12px;
    scroll-snap-align: start;
}

.sistema-cards-track-s3g6 .sistema-card-s3g6:last-child {
    margin-right: 8px;
}

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

.sistema-card-intro-s3g6,
.sistema-card-feature-s3g6 {
    height: 100%;
    min-height: auto;
}

.sistema-card-intro-s3g6 {
    padding: 24px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

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

.sistema-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;
    width: fit-content;
    justify-content: center;
}

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

.sistema-button-s3g6:active {
    background: rgba(255, 255, 255, 0.8);
    color: #282834;
    transform: translateY(0);
}

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

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

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

.sistema-feature-title-s3g6 {
    font-size: 24px;
    font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
    font-feature-settings: 'ss04' on, 'case' on;
    line-height: 1.15;
    letter-spacing: -0.48px;
    padding: 24px;
    padding-right: 40px;
    font-weight: 700;
    color: #282834;
}

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

.sistema-hero-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: white;
    border-radius: 12px;
    width: fit-content;
    cursor: pointer;
    transition: background-color 0.18s ease-out;
}

.sistema-hero-button-s3g6:hover {
    background: #e6e6e6;
    color: #282834;
}

@media (min-width: 1024px) {
    .sistema-wrapper-s3g6 {
        display: block;
        position: relative;
        width: calc(100% - 16px);
        margin-top: 8px;
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }

    .sistema-section-s3g6 {
        flex-direction: row;
        padding: 0 8px 8px 8px;
        background: rgba(255, 243, 148, 1);
        border-radius: 20px;
        height: calc(100vh - 68px);
        overflow: hidden;
        position: sticky;
        top: 0;
        margin-top: 0;
    }

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

    .sistema-image-container-s3g6 {
        display: block;
        position: relative;
        width: calc(50% - 4px);
        height: calc(100% - 8px);
        margin-top: 8px;
        flex-shrink: 0;
        border-radius: 12px;
        overflow: hidden;
    }

    .sistema-cards-s3g6 {
        width: calc(50% - 4px);
        height: calc(100% + 8px);
        margin-bottom: -8px;
        background-image: none;
        border-radius: 0;
        overflow: hidden;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        gap: 0;
    }

    .sistema-card-intro-s3g6 {
        display: flex;
        height: calc(100vh - 84px);
        margin-top: 8px;
        flex-shrink: 0;
        border-radius: 12px;
        padding: 40px;
        justify-content: space-between;
    }

    .nav-header ~ .sistema-wrapper-s3g6 .sistema-card-intro-s3g6,
    .nav-header ~ div .sistema-wrapper-s3g6 .sistema-card-intro-s3g6,
    .nav-header ~ section .sistema-wrapper-s3g6 .sistema-card-intro-s3g6,
    .nav-header ~ main .sistema-wrapper-s3g6 .sistema-card-intro-s3g6 {
        height: calc(100vh - 100px);
    }

    .sistema-cards-track-s3g6 {
        flex-direction: column;
        overflow-x: visible;
        padding-left: 0;
        padding-right: 0;
        scroll-snap-type: none;
        -webkit-overflow-scrolling: auto;
        border-radius: 0;
        opacity: 0;
        transform: translateY(150px);
        gap: 0;
        height: 100%;
        flex-shrink: 0;
    }

    .sistema-card-s3g6.sistema-card-image-mobile-s3g6 {
        display: none;
    }

    .sistema-cards-track-s3g6 .sistema-card-s3g6 {
        flex-shrink: 0;
        width: 100%;
        height: calc(100% - 16px);
        margin-top: 8px;
        min-height: 500px;
        max-height: unset;
        scroll-snap-align: none;
        border-radius: 12px;
    }

    .sistema-cards-track-s3g6 .sistema-card-s3g6:last-child {
        margin-right: 0;
    }

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

    .sistema-button-s3g6 {
        min-height: 48px;
        width: fit-content;
        justify-content: initial;
    }

    .sistema-feature-image-s3g6 {
        padding: 40px;
        padding-bottom: 0;
        border-radius: 0;
    }

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

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