.payment-section-k8j2 {
    position: relative;
    width: calc(100% - 16px);
    max-width: 1920px;
    height: auto;
    min-height: unset;
    padding: 40px 0;
    margin: 8px auto 0;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    overflow: hidden;
    box-sizing: border-box;
}

.payment-header-k8j2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.payment-headline-k8j2 {
    font-size: 32px;
    font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.28px;
    color: #282834;
    text-align: center;
    padding: 0 16px;
    font-feature-settings: 'ss04' on, 'case' on;
}

.payment-carousel-k8j2 {
    position: relative;
    width: 100%;
    height: 64px;
    overflow: hidden;
}

.payment-carousel-track-k8j2 {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
    width: max-content;
    will-change: transform;
}

.payment-logo-k8j2 {
    width: 64px;
    height: 64px;
    object-fit: contain;
    flex-shrink: 0;
    background: #f5f5f5;
    border-radius: 12px;
}

.payment-fade-k8j2 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    pointer-events: none;
    z-index: 2;
}

.payment-fade-left-k8j2 {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.payment-fade-right-k8j2 {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.payment-br-k8j2 {
    display: none;
}

.payment-disclaimer-k8j2 {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    color: #646587;
    text-align: center;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .payment-headline-k8j2 {
        font-size: 48px;
        line-height: 1;
        letter-spacing: -1.92px;
    }
}

@media (min-width: 1024px) {
    .payment-br-k8j2 {
        display: block;
    }

    .payment-section-k8j2 {
        max-width: 1920px;
        padding: 120px 40px;
        gap: 80px;
    }

    .payment-headline-k8j2 {
        padding: 0 40px;
    }

    .payment-carousel-k8j2 {
        height: 80px;
    }

    .payment-carousel-track-k8j2 {
        gap: 40px;
    }

    .payment-logo-k8j2 {
        width: 80px;
        height: 80px;
    }

    .payment-fade-k8j2 {
        width: 120px;
    }

    .payment-disclaimer-k8j2 {
        font-size: 16px;
        line-height: 1.25;
        padding: 0 40px;
    }
}

@media (min-width: 1366px) {
    .payment-headline-k8j2 {
        font-size: 72px;
        letter-spacing: -2.88px;
    }
}

@media (min-width: 1920px) {
    .payment-headline-k8j2 {
        font-size: 88px;
        letter-spacing: -3.52px;
    }
}
