.taxas-maquininhas-section-t9m2 {
    position: relative;
    width: calc(100% - 16px);
    max-width: 1920px;
    margin: 8px auto;
    border-radius: 20px;
    overflow: visible;
    background: #ffe600;
    height: auto;
    min-height: auto;
    z-index: 2;
    padding: 8px;
}

.taxas-maquininhas-container-t9m2 {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    height: auto;
    min-height: auto;
}

.taxas-mobile-carousel-t9m2 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    padding: 0;
}

.taxas-mobile-carousel-t9m2::-webkit-scrollbar {
    display: none;
}

.taxas-mobile-card-t9m2 {
    flex-shrink: 0;
    width: calc(100vw - 32px);
    min-width: calc(100vw - 32px);
    height: min(612px, calc(100vh - 80px));
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start;
}

.taxas-mobile-card-maquininhas-t9m2 {
    background: #fffbd9;
}

.taxas-mobile-card-dark-t9m2 {
    background: transparent;
}

.taxas-mobile-card-title-t9m2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 24px;
    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: -1.28px;
}

.taxas-mobile-card-maquininhas-t9m2 .taxas-mobile-card-title-t9m2 {
    color: #282834;
}

.taxas-mobile-card-dark-t9m2 .taxas-mobile-card-title-t9m2 {
    color: #fff;
}

.taxas-mobile-card-image-t9m2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

.taxas-mobile-card-t9m2[data-card="link"] .taxas-mobile-card-image-t9m2,
.taxas-mobile-card-t9m2[data-card="checkouts"] .taxas-mobile-card-image-t9m2,
.taxas-mobile-card-t9m2[data-card="boleto"] .taxas-mobile-card-image-t9m2 {
    object-position: center top;
}

.taxas-mobile-card-button-t9m2 {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    width: auto;
    height: 40px;
    background: #fff;
    color: #282834;
    text-decoration: none;
    border: none;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.taxas-mobile-card-maquininhas-t9m2 .taxas-mobile-card-button-t9m2 {
    background: #434ce4;
    color: #fff;
}

.taxas-maquininhas-mobile-image-t9m2 {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.taxas-maquininhas-mobile-image-t9m2 img {
    max-width: 85%;
    max-height: 70%;
    object-fit: contain;
    display: block;
}

.taxas-steps-column-t9m2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: auto;
    background: #ffe600;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.taxas-counter-container-t9m2 {
    position: static;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    padding: 24px 24px 0 24px;
    order: -1;
}

.taxas-counter-bar-t9m2 {
    flex: 1 0 0;
    height: 4px;
    min-height: 1px;
    min-width: 1px;
    background: rgba(40, 40, 52, 0.1);
    border-radius: 9999px;
}

.taxas-counter-bar-partial-t9m2 {
    background: linear-gradient(to right, #282834 50%, rgba(40, 40, 52, 0.1) 50%);
}

.taxas-counter-bar-filled-t9m2 {
    background: #282834;
}

.taxas-steps-list-t9m2 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 24px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    order: 0;
    background: #ffe600;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    white-space: nowrap;
}

.taxas-steps-list-t9m2::-webkit-scrollbar {
    display: none;
}

.taxas-steps-list-t9m2::after {
    display: none;
}

.taxas-step-item-t9m2 {
    font-size: 24px;
    font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
    font-feature-settings: 'ss04' on, 'case' on;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.48px;
    color: rgba(40, 40, 52, 0.2);
    margin: 0;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    width: auto;
    flex-shrink: 0;
    white-space: nowrap;
    transition: color 0.3s ease-out;
}

.taxas-step-item-t9m2:hover {
    color: rgba(40, 40, 52, 0.4);
}

.taxas-step-item-active-t9m2,
.taxas-step-item-active-t9m2:hover {
    color: #282834;
}

.taxas-content-column-t9m2 {
    display: none;
}

.taxas-content-panel-t9m2 {
    display: none;
}

/* Shared UI overlay (used in mobile link card) */
.taxas-ui-overlay-t9m2 {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 212px;
    height: 236px;
    z-index: 2;
}

.taxas-mobile-card-t9m2[data-card="link"] .taxas-ui-overlay-t9m2 {
    bottom: 88px;
    left: 50%;
    transform: translateX(-50%);
}

.taxas-ui-backdrop-t9m2 {
    position: absolute;
    inset: 0;
    background: rgba(40, 40, 52, 0.4);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}

.taxas-ui-content-t9m2 {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    gap: 20px;
}

.taxas-ui-check-img-t9m2 {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

.taxas-ui-text-t9m2 {
    width: 100%;
    padding: 0 20px;
    font-size: 24px;
    font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
    font-feature-settings: 'ss04' on, 'case' on;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.48px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.taxas-ui-actions-t9m2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    margin-top: auto;
}

.taxas-ui-action-btn-t9m2 {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.taxas-ui-action-icon-t9m2 {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* ── Desktop ─────────────────────────────────────────────────────── */

@media (min-width: 1024px) {
    .taxas-maquininhas-section-t9m2 {
        height: calc(100vh - 64px);
    }

    .taxas-maquininhas-container-t9m2 {
        flex-direction: row;
        gap: 8px;
        height: calc(100vh - 80px);
    }

    .taxas-mobile-carousel-t9m2 {
        display: none;
    }

    .taxas-steps-column-t9m2 {
        width: 458px;
        height: calc(100vh - 80px);
        flex-direction: column;
        overflow: hidden;
    }

    .taxas-counter-container-t9m2 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 40px;
        order: 0;
    }

    .taxas-counter-bar-t9m2 {
        min-height: 4px;
        min-width: 0;
    }

    .taxas-steps-list-t9m2 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 40px;
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
        order: 0;
        overflow-x: visible;
        white-space: normal;
    }

    .taxas-steps-list-t9m2::after {
        display: block;
    }

    .taxas-step-item-t9m2 {
        font-size: clamp(32px, 1.667vw, 40px);
        line-height: 1;
        letter-spacing: -1.92px;
        width: 100%;
        flex-shrink: unset;
        white-space: normal;
    }

    .taxas-content-column-t9m2 {
        display: block;
        flex: 1 0 0;
        height: calc(100vh - 80px);
        border-radius: 12px;
        position: relative;
        overflow: hidden;
    }

    .taxas-content-panel-t9m2 {
        display: block;
        position: absolute;
        inset: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
        pointer-events: none;
        z-index: 1;
    }

    .taxas-content-panel-active-t9m2 {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        z-index: 2;
    }

    .taxas-content-panel-t9m2[data-panel="maquininhas"] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 40px;
        background: #FFFBD9;
    }

    .taxas-content-panel-t9m2[data-panel="maquininhas"] .taxas-panel-title-t9m2 {
        color: #282834;
        max-width: 580px;
        width: 100%;
        flex-shrink: 0;
    }

    .taxas-maquininhas-image-t9m2 {
        flex: 1;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 0;
        padding: 24px 0;
    }

    .taxas-maquininhas-image-t9m2 img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
        display: block;
        filter: drop-shadow(0 20px 48px rgba(108, 90, 55, 0.4));
    }

    .taxas-product-button-t9m2 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 24px;
        min-height: 48px;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3;
        color: #fff;
        text-decoration: none;
        background: #434CE4;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        transition: background-color 0.18s ease-out;
        width: fit-content;
    }

    .taxas-product-button-t9m2:hover {
        background: #3939A0;
        color: #fff;
    }

    .taxas-product-button-t9m2:active {
        background: #2E2E86;
        color: #fff;
    }

    .taxas-content-panel-dark-t9m2 {
        background: #282834;
    }

    .taxas-panel-image-container-t9m2 {
        position: absolute;
        inset: 0;
        overflow: hidden;
    }

    .taxas-panel-image-t9m2 {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 20%;
        left: 0;
        top: 0;
    }

    .taxas-panel-content-t9m2 {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 40px;
        z-index: 1;
    }

    .taxas-panel-title-t9m2 {
        font-size: clamp(48px, 2.5vw, 64px);
        font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
        font-feature-settings: 'ss04' on, 'case' on;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -1.92px;
        color: #fff;
        margin: 0;
        max-width: 400px;
    }

    .taxas-content-panel-t9m2[data-panel="pix"] .taxas-panel-title-t9m2 {
        position: absolute;
        top: 40px;
        left: 40px;
        width: 504px;
        max-width: none;
        z-index: 1;
    }

    .taxas-content-panel-t9m2[data-panel="checkouts"] .taxas-panel-title-t9m2 {
        max-width: 620px;
    }

    .taxas-content-panel-t9m2[data-panel="boleto"] .taxas-panel-title-t9m2 {
        max-width: 600px;
    }

    .taxas-content-panel-t9m2[data-panel="pix"] .taxas-panel-button-t9m2 {
        position: absolute;
        bottom: 40px;
        left: 40px;
        z-index: 1;
    }

    .taxas-panel-button-t9m2 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 24px;
        min-height: 48px;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
        color: #282834;
        text-decoration: none;
        background: #fff;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        transition: background-color 0.18s ease-out;
        width: fit-content;
    }

    .taxas-panel-button-t9m2:hover {
        background: #f5f5f5;
        color: #282834;
    }

    .taxas-panel-button-t9m2:active {
        background: #f5f5f5;
        color: #282834;
    }

    .taxas-ui-overlay-t9m2 {
        bottom: 40px;
        right: 40px;
        left: auto;
        transform: none;
    }
}
