footer.payment-section {
    text-align: center;
    padding: 34px 20px 50px;
    background: linear-gradient(180deg, #fffdf7 0%, #fff7e8 100%);
    border-top: 1px solid rgba(217, 119, 6, 0.12);
    position: relative;
    overflow: hidden;
}

footer.payment-section > * {
    position: relative;
    z-index: 1;
}

.footer-shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(200px, 0.8fr) minmax(200px, 0.8fr) minmax(240px, 1fr);
    gap: 38px;
    padding: 42px 46px;
    margin-bottom: 28px;
    text-align: left;
    border: 1px solid rgba(217, 119, 6, 0.08);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.05);
}

.footer-brand-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.footer-brand-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.footer-brand-name {
    margin: 0;
    color: #111827;
    font-size: clamp(1.05rem, 1.5vw, 1.35rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
}

.footer-brand-copy {
    margin: 0;
    max-width: 22ch;
    color: #7a7891;
    font-size: 1rem;
    line-height: 1.6;
}

.footer-trustpilot-badge {
    width: min(100%, 250px);
    height: 118px;
    display: block;
    object-fit: cover;
    object-position: center 38%;
}

.footer-verified-badges {
    margin-top: 2px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.footer-verified-badges img {
    height: auto;
    display: block;
}

.footer-verified-badges img:first-child {
    max-width: 220px;
}

.footer-verified-badges img:last-child {
    max-width: 180px;
}

.footer-social-list {
    margin-top: 2px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-social-link {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    border: none;
    background: #fffdfa;
    color: #6b7280;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1;
    transition: color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.footer-social-link i {
    color: var(--primary-dark, #d97706);
    font-size: 1rem;
}

.footer-social-link:hover {
    color: #111827;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(217, 119, 6, 0.08);
}

.footer-column-title {
    margin: 6px 0 26px;
    color: #20243a;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-link-stack,
.footer-contact-stack {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-column-link {
    width: fit-content;
    color: #7a7891;
    text-decoration: none;
    font-size: 1.02rem;
    font-weight: 500;
    line-height: 1.35;
    transition: color 0.22s ease, transform 0.22s ease;
}

.footer-column-link:hover {
    color: var(--primary-dark, #d97706);
    transform: translateX(2px);
}

.footer-contact-stack {
    gap: 16px;
    color: #7a7891;
    font-size: 0.96rem;
    line-height: 1.6;
}

.footer-contact-item strong {
    color: #20243a;
}

.footer-contact-link {
    color: var(--primary-dark, #d97706);
    text-decoration: none;
    font-weight: 700;
}

.footer-bottom-shell {
    border-top: 1px solid rgba(217, 119, 6, 0.14);
    padding-top: 28px;
}

.footer-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom-copy {
    font-size: 0.85rem;
    color: var(--text-sub, #6b7280);
    margin: 0;
}

footer.payment-section .payment-icons {
    display: flex;
    justify-content: center;
    gap: 24px;
    font-size: 2.25rem;
    margin: 0;
    flex-wrap: wrap;
}

.footer-mollie-wordmark {
    color: #635bff;
    font-weight: 600;
    font-size: 0.9rem;
    margin-left: 2px;
}

.footer-mollie-mark {
    color: #ff6b35;
    font-weight: 700;
    font-size: 1.1rem;
}

footer.payment-section .payment-icons i {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

footer.payment-section .payment-icons i:hover {
    transform: translateY(-5px) scale(1.1);
    filter: drop-shadow(0 8px 16px rgba(251, 191, 36, 0.4));
}

.footer-legal-copy {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(217, 119, 6, 0.12);
}

.footer-legal-copy p {
    font-size: 0.8rem;
    color: var(--text-sub, #6b7280);
    line-height: 1.6;
    margin: 0;
}

.footer-legal-copy p + p {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .footer-shell {
        padding: 0 10px;
    }

    .footer-top-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 28px 24px;
        border-radius: 26px;
    }

    .footer-brand-copy {
        max-width: none;
    }

    .footer-column-title {
        margin-bottom: 16px;
    }

    footer.payment-section .payment-icons {
        font-size: 1.8rem;
        gap: 15px;
        justify-content: flex-start;
    }

    .footer-bottom-bar {
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    footer.payment-section {
        padding: 24px 14px 38px;
    }

    .footer-top-grid {
        padding: 24px 18px;
        border-radius: 22px;
    }

    footer.payment-section .payment-icons {
        font-size: 1.5rem;
        gap: 10px;
    }
}
