.footer-payment-icons {
    background: #2d5a5a;
    padding: 25px 0;
}

.footer-payment-dots {
    height: 3px;
    background-image: radial-gradient(circle, #fff 1.5px, transparent 1.5px);
    background-size: 30px 3px;
    background-repeat: repeat-x;
    margin: 0 30px;
}

.footer-payment-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 25px 30px;
}

.footer-payment-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    padding: 8px 16px;
    height: 45px;
    min-width: 70px;
    transition: transform .2s ease, box-shadow .2s ease;
    text-decoration: none;
}

.footer-payment-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

.footer-payment-item img {
    max-height: 28px;
    max-width: 70px;
    object-fit: contain;
}
