/* ═══════════════════════════════════════════════════════════════════
   INFOGÉRANCE WORDPRESS — /infogerance-wordpress
   Complète services.css. Aucune dépendance externe (CSP default-src 'self').
   L'encadré de périmètre `.scope-notice` est défini une seule fois dans
   `services.css`, chargée par cette page comme par `/edr-sentinelone`.
   ═══════════════════════════════════════════════════════════════════ */

/* ── Tableau des formules ─────────────────────────────────────────── */
.infogerance-table th[scope="row"] {
    text-align: left;
    font-weight: 500;
    color: var(--text-secondary);
}

.infogerance-table td {
    text-align: center;
}

.infogerance-table .col-popular {
    background: rgba(58, 78, 225, 0.08);
}

.infogerance-table thead th.col-popular {
    background: rgba(58, 78, 225, 0.16);
}

.infogerance-table .fa-check {
    color: var(--blue-electric);
}

/* ── Rapport mensuel ──────────────────────────────────────────────── */
.infogerance-report {
    padding: var(--space-2xl);
    max-width: 900px;
    margin: 0 auto;
}

.report-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
}

.report-list li {
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
    color: var(--text-secondary);
    line-height: 1.7;
}

.report-list i {
    color: var(--blue-electric);
    margin-top: 0.3em;
    flex-shrink: 0;
}

.report-list strong {
    color: var(--text-primary);
}

/* ── CTA sous tableau ─────────────────────────────────────────────── */
.section-cta {
    text-align: center;
    margin-top: var(--space-2xl);
}

@media (max-width: 768px) {
    .infogerance-report {
        padding: var(--space-xl);
    }
}
