/* ═══════════════════════════════════════════════════════════════════════════
   TARGET PROFILES 2026 - CARDS NAVY SUR FOND BLANC (SXO GOLD STANDARD)
   ═══════════════════════════════════════════════════════════════════════════

   Design valide : Variante C - Alternance
   - Fond blanc (contraste apres sections navy)
   - Cards en gradient navy
   - Icons rondes avec accent gold
   - Solutions en gold
   - Mobile-first strict
   - Container 1200px

   Date: 2026-01-31
   FIX 2026-02-06: Reduction !important (19→5 max) via specificite accrue
   ═══════════════════════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════════════════
   SECURISATION AFFICHAGE (3 !important acceptables)
   ═══════════════════════════════════════════════════════════════════════════ */
.sxo-2026-wrapper section[data-section-type="target_profiles"],
.sxo-2026-wrapper .trust-target-profiles-2026 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   SECTION ROOT
   ═══════════════════════════════════════════════════════════════════════════ */
.sxo-2026-wrapper .trust-target-profiles-2026 {
    background: #ffffff;
    padding: 64px 0;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .trust-target-profiles-2026 {
        padding: 80px 0;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   CONTAINER
   ═══════════════════════════════════════════════════════════════════════════ */
.sxo-2026-wrapper .trust-target-profiles-2026 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .trust-target-profiles-2026 .container {
        padding: 0 24px;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   HEADER
   ═══════════════════════════════════════════════════════════════════════════ */
.sxo-2026-wrapper .trust-target-profiles-2026 .target-profiles-header-2026 {
    text-align: center;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .trust-target-profiles-2026 .target-profiles-header-2026 {
        margin-bottom: 48px;
    }
}

.sxo-2026-wrapper .trust-target-profiles-2026 .target-profiles-title-2026 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0a1628;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .trust-target-profiles-2026 .target-profiles-title-2026 {
        font-size: 2.25rem;
    }
}

@media (min-width: 1200px) {
    .sxo-2026-wrapper .trust-target-profiles-2026 .target-profiles-title-2026 {
        font-size: 2.5rem;
    }
}

/* FIX 2026-02-06: Specificite accrue pour eviter !important */
.sxo-2026-wrapper .trust-target-profiles-2026 .target-profiles-header-2026 .target-profiles-subtitle-2026 {
    font-size: 1rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    text-align: center;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .trust-target-profiles-2026 .target-profiles-header-2026 .target-profiles-subtitle-2026 {
        font-size: 1.125rem;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   GRID
   ═══════════════════════════════════════════════════════════════════════════ */
.sxo-2026-wrapper .trust-target-profiles-2026 .target-profiles-grid-2026 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .trust-target-profiles-2026 .target-profiles-grid-2026 {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   PROFILE CARD - Navy Gradient
   ═══════════════════════════════════════════════════════════════════════════ */
.sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-card-2026 {
    background: linear-gradient(180deg, #0a1628 0%, #1a365d 100%);
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-card-2026 {
        padding: 32px 24px;
    }
}

.sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-card-2026:hover {
    transform: translateY(-8px);
    border-color: #c4a35a;
    box-shadow: 0 20px 40px rgba(10, 22, 40, 0.3);
}

/* ═══════════════════════════════════════════════════════════════════════════
   ICON - Round Gold Accent
   ═══════════════════════════════════════════════════════════════════════════ */
.sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-icon-2026 {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(196, 163, 90, 0.2) 0%, rgba(196, 163, 90, 0.05) 100%);
    border: 1px solid rgba(196, 163, 90, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-icon-2026 i,
.sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-icon-2026 span {
    font-size: 1.5rem;
    color: #c4a35a;
}

/* ═══════════════════════════════════════════════════════════════════════════
   CARD CONTENT
   ═══════════════════════════════════════════════════════════════════════════ */
.sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-title-2026 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-title-2026 {
        font-size: 1.25rem;
    }
}

.sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-description-2026 {
    font-size: 0.875rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 16px 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   PAIN POINTS
   ═══════════════════════════════════════════════════════════════════════════ */
.sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-pains-2026 {
    text-align: left;
    margin-bottom: 16px;
}

.sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-pain-item-2026 {
    padding: 10px 12px;
    background: rgba(239, 68, 68, 0.2);
    border-radius: 8px;
    margin-bottom: 8px;
    color: #fca5a5;
    font-size: 0.8125rem;
    line-height: 1.4;
}

/* ═══════════════════════════════════════════════════════════════════════════
   SOLUTION - Gold Accent
   ═══════════════════════════════════════════════════════════════════════════ */
.sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-solution-2026 {
    padding: 12px 16px;
    background: rgba(196, 163, 90, 0.2);
    border: 1px solid rgba(196, 163, 90, 0.3);
    border-radius: 10px;
    color: #c4a35a;
    font-weight: 600;
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.5;
}

/* ═══════════════════════════════════════════════════════════════════════════
   PRINT STYLES (2 !important acceptables pour print)
   ═══════════════════════════════════════════════════════════════════════════ */
@media print {
    .sxo-2026-wrapper .trust-target-profiles-2026 {
        background: #ffffff !important;
        padding: 24px 0;
    }

    .sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-card-2026 {
        background: #f5f5f5 !important;
        border: 1px solid #ddd;
    }

    .sxo-2026-wrapper .trust-target-profiles-2026 .target-profiles-title-2026,
    .sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-title-2026 {
        color: #000000;
    }

    .sxo-2026-wrapper .trust-target-profiles-2026 .target-profiles-header-2026 .target-profiles-subtitle-2026,
    .sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-description-2026 {
        color: #333333;
    }

    .sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-pain-item-2026 {
        color: #dc2626;
        background: rgba(220, 38, 38, 0.1);
    }

    .sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-solution-2026 {
        color: #16a34a;
        background: rgba(34, 197, 94, 0.1);
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   ACCESSIBILITY - REDUCED MOTION
   ═══════════════════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
    .sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-card-2026 {
        transition: none;
    }

    .sxo-2026-wrapper .trust-target-profiles-2026 .target-profile-card-2026:hover {
        transform: none;
    }
}
