.payment-section-p4c9 {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 344px;
    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: 40px;
    overflow: hidden;
    box-sizing: border-box;
}

.payment-headline-p4c9 {
    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;
    color: #282834;
    text-align: center;
    padding: 0 16px;
}

.desktop-break-p4c9 {
    display: none;
}

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

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

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

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

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

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

@media (min-width: 1024px) {
    .desktop-break-p4c9 {
        display: inline;
    }

    .payment-section-p4c9 {
        height: 712px;
        padding: 64px 0;
        gap: 64px;
    }

    .payment-headline-p4c9 {
        font-size: clamp(48px, 5vw, 72px);
        letter-spacing: -2.88px;
        padding: 0 40px;
    }

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

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

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

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