.instant-gaming-partenar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    flex-direction: column;
}

@media (max-width: 600px) {
    .instant-gaming-partenar {
        padding-top: 0px;
    }
}

/* Version mobile */



.partner-link {
    text-decoration: none;
    color: inherit;
}

.partner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f5f5f5, #ffffff);
    box-shadow: 0 6px 20px rgba(34, 34, 34, 0.089);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    width: fit-content;
}

.partner:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Logo ZyfigPC */
.logo.zyfig {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.logo.zyfig span {
    color: #007bff;
    /* couleur PC */
}

/* Le X */
.partner-x {
    font-size: 26px;
    font-weight: 600;
    opacity: 0.5;
}

/* Logo Instant Gaming */
.instant-logo {
    height: 28px;
    object-fit: contain;
}

.partner-images {
    width: 100%;
    max-width: 1050px;
    /* margin: 30px 0 0; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 40px 20px 0px 20px;
}

.partner-images img {
    width: 100%;
    aspect-ratio: 3 / 4;
    /* portrait */
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-images img:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

@media (max-width: 800px) {

    .partner-images a:nth-child(1),
    .partner-images a:nth-child(3) {
        display: none;
    }

    .partner-images img:hover {
        transform: none;
    }

    .partner-images {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-title-partner {
        padding-left: 40px;
    }
}

.zifi-hostinger-section {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

/* --- EN-TÊTE CO-BRANDING --- */
.zifi-partner-header {
    text-align: center;
    margin-bottom: 50px;
}

.zifi-cobranding {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.zifi-logo-text {
    font-size: 24px;
    font-weight: 800;
    color: #3182ce;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.zifi-x {
    color: #cbd5e0;
    font-size: 18px;
}

.hostinger-main-logo {
    height: 24px;
    width: auto;
}

.zifi-header-title {
    color: #1a202c;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.zifi-header-desc {
    color: #4a5568;
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.5;
}

/* --- GRILLE --- */
.zifi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    align-items: stretch;
}

/* --- CARTES --- */
.zifi-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    position: relative;
}

.zifi-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
    border-color: #cbd5e0;
}

/* Style spécifique "Recommandé" sans superposition */
.zifi-card.featured {
    border: 2px solid #673de6;
    background: linear-gradient(180deg, #ffffff 0%, #f9f7ff 100%);
}

/* Badge de recommandation intégré proprement */
.zifi-top-badge {
    background: #673de6;
    color: white;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    padding: 8px;
    text-align: center;
    letter-spacing: 0.5px;
}

.zifi-card-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.zifi-plan-title {
    color: #2d3748;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.zifi-plan-subtitle {
    color: #718096;
    font-size: 13px;
    margin-bottom: 25px;
}

/* --- ZONE PRIX ET RÉDUCTION --- */
.zifi-pricing-container {
    margin-bottom: 25px;
}

.zifi-promo-pill {
    display: inline-block;
    background: #673de6;
    /* Violet pour la promo */
    color: white;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
}

/* Pour les cartes non-featured, on peut mettre une couleur plus douce */
.zifi-card:not(.featured) .zifi-promo-pill {
    background: #edf2f7;
    color: #4a5568;
}

.zifi-price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.zifi-price-value {
    font-size: 42px;
    font-weight: 800;
    color: #1a202c;
    letter-spacing: -1px;
}

.zifi-price-suffix {
    font-size: 15px;
    color: #718096;
    font-weight: 500;
}

/* --- LISTE --- */
.zifi-specs {
    list-style: none;
    padding: 20px 0 0 0;
    margin: 0 0 30px 0;
    border-top: 1px solid #edf2f7;
}

.zifi-specs li {
    margin-bottom: 12px;
    font-size: 14px;
    color: #4a5568;
    display: flex;
    align-items: center;
    gap: 10px;
}

.zifi-specs li svg {
    color: #673de6;
    flex-shrink: 0;
}

/* --- BOUTONS --- */
.zifi-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 0;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.2s;
    box-sizing: border-box;
}

.zifi-btn-primary {
    background: #673de6;
    color: white;
}

.zifi-btn-primary:hover {
    background: #5025d1;
    box-shadow: 0 8px 15px rgba(103, 61, 230, 0.25);
}

.zifi-btn-secondary {
    background: #f7fafc;
    color: #4a5568;
    border: 1px solid #e2e8f0;
}

.zifi-btn-secondary:hover {
    background: #edf2f7;
    border-color: #cbd5e0;
}

.zifi-disclaimer {
    text-align: center;
    margin-top: 40px;
    font-size: 12px;
    color: #a0aec0;
}

@media (max-width: 768px) {
    .zifi-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .zifi-card{
        max-width: 100%;
    }
}