/* ===== INFO-TEC — Moyens de paiement (composant partagé) ===== */

.infotec-payment-methods {
    text-align: center;
}

.infotec-payment-label {
    margin: 0 0 10px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #64748b;
}

.infotec-payment-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.infotec-payment-logos li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.infotec-payment-logos img {
    display: block;
    width: 52px;
    height: 34px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: #fff;
    object-fit: contain;
}

.infotec-payment-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 52px;
    height: 34px;
    padding: 0 10px;
    border-radius: 6px;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.35);
    color: #334155;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.infotec-payment-chip i {
    font-size: 0.72rem;
    color: #64748b;
}

.infotec-payment-chip--credit {
    color: #1e3a8a;
    border-color: rgba(30, 58, 138, 0.25);
    background: linear-gradient(180deg, #f8fafc 0%, #eff6ff 100%);
}

.infotec-payment-chip--credit i {
    color: #1e3a8a;
}

.infotec-payment-secure {
    margin: 12px 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #059669;
    letter-spacing: 0.02em;
}

.infotec-payment-secure i {
    font-size: 0.82rem;
}

/* Hero pricing card (landing claire) */
.infotec-payment-methods--hero {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(148, 163, 184, 0.28);
}

/* Modal inscription — fond sombre */
.infotec-payment-methods--dark {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(212, 175, 55, 0.22);
}

.infotec-payment-methods--dark .infotec-payment-label {
    color: #a1a1aa;
}

.infotec-payment-methods--dark .infotec-payment-secure {
    color: #86efac;
}

.registro-pack-offer .infotec-payment-methods--dark {
    display: none !important;
}

.registro-step-pago .infotec-payment-methods--dark {
    margin: 14px 0 6px;
    padding: 14px 10px 12px;
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border-top: 1px solid rgba(212, 175, 55, 0.18);
}

.registro-step-pago .infotec-payment-logos {
    gap: 6px;
}

.registro-step-pago .infotec-payment-label {
    margin-bottom: 8px;
}

.registro-step-pago .infotec-payment-secure {
    margin-top: 10px;
    margin-bottom: 0;
}

/* CTA final — fond bleu profond */
.infotec-payment-methods--footer {
    margin-top: 22px;
}

.qs-footer .infotec-payment-methods--footer {
    margin-top: 18px;
    margin-bottom: 8px;
}

.infotec-payment-methods--footer .infotec-payment-label {
    color: rgba(255, 215, 0, 0.85);
}

.infotec-payment-methods--footer .infotec-payment-secure {
    color: #fde68a;
}

.infotec-payment-methods--footer .infotec-payment-secure i {
    color: #fbbf24;
}

@media (max-width: 768px) {
    .infotec-payment-logos img {
        width: 46px;
        height: 30px;
    }

    .infotec-payment-chip {
        min-width: 44px;
        height: 30px;
        padding: 0 7px;
        font-size: 0.55rem;
        gap: 4px;
    }

    .infotec-payment-chip i {
        font-size: 0.65rem;
    }

    .registro-step-pago .infotec-payment-logos img {
        width: 42px;
        height: 28px;
    }

    .registro-step-pago .infotec-payment-chip {
        min-width: 40px;
        height: 28px;
        font-size: 0.52rem;
        padding: 0 6px;
    }
}
