/* ════════════════════════════════════════════════════════════════════════════════
   REFERRAL 2026 - SPLIT LAYOUT NAVY (VARIANTE B)
   ════════════════════════════════════════════════════════════════════════════════
   Design: Fond navy, deux colonnes, visuel decoratif cercles gold
   Benefices verticaux avec checkmarks verts, bouton outline gold (ghost)
   ════════════════════════════════════════════════════════════════════════════════ */

/* === SECTION PRINCIPALE === */
.sxo-2026-wrapper .trust-referral-2026 {
    background: #0a1628;
    padding: 48px 0;
}

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

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

/* === CONTAINER === */
.sxo-2026-wrapper .referral-container-2026 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

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

/* === GRID 2 COLONNES === */
.sxo-2026-wrapper .referral-grid-2026 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

@media (min-width: 1200px) {
    .sxo-2026-wrapper .referral-grid-2026 {
        grid-template-columns: 1fr 1.2fr;
        gap: 60px;
    }
}

/* === VISUAL (Cercles decoratifs) === */
.sxo-2026-wrapper .referral-visual-2026 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sxo-2026-wrapper .referral-visual-graphic-2026 {
    width: 200px;
    height: 200px;
    position: relative;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .referral-visual-graphic-2026 {
        width: 280px;
        height: 280px;
    }
}

.sxo-2026-wrapper .referral-visual-circle-2026 {
    position: absolute;
    border-radius: 50%;
}

.sxo-2026-wrapper .referral-visual-circle-2026.circle-outer {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(196, 163, 90, 0.2);
    top: 0;
    left: 0;
}

.sxo-2026-wrapper .referral-visual-circle-2026.circle-middle {
    width: 70%;
    height: 70%;
    border: 2px solid rgba(196, 163, 90, 0.3);
    top: 15%;
    left: 15%;
}

.sxo-2026-wrapper .referral-visual-circle-2026.circle-inner {
    width: 40%;
    height: 40%;
    background: linear-gradient(135deg, #c4a35a 0%, #d4b86a 100%);
    top: 30%;
    left: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sxo-2026-wrapper .referral-visual-circle-2026.circle-inner i {
    font-size: 2rem;
    color: #0a1628;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .referral-visual-circle-2026.circle-inner i {
        font-size: 2.5rem;
    }
}

/* Decorative dots */
.sxo-2026-wrapper .referral-visual-dot-2026 {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #c4a35a;
    border-radius: 50%;
}

.sxo-2026-wrapper .referral-visual-dot-2026.dot-1 {
    top: 10%;
    right: 5%;
}

.sxo-2026-wrapper .referral-visual-dot-2026.dot-2 {
    bottom: 20%;
    left: 0;
}

.sxo-2026-wrapper .referral-visual-dot-2026.dot-3 {
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    opacity: 0.6;
}

/* === CONTENT === */
.sxo-2026-wrapper .referral-content-2026 {
    text-align: center;
}

@media (min-width: 1200px) {
    .sxo-2026-wrapper .referral-content-2026 {
        text-align: left;
    }
}

.sxo-2026-wrapper .referral-title-2026 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

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

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

.sxo-2026-wrapper .referral-subtitle-2026 {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 28px 0;
    line-height: 1.6;
}

/* === BENEFITS === */
.sxo-2026-wrapper .referral-benefits-2026 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.sxo-2026-wrapper .referral-benefit-2026 {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
}

.sxo-2026-wrapper .referral-benefit-check-2026 {
    width: 28px;
    height: 28px;
    background: rgba(34, 197, 94, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sxo-2026-wrapper .referral-benefit-check-2026 i {
    font-size: 0.875rem;
    color: #22c55e;
}

.sxo-2026-wrapper .referral-benefit-content-2026 {
    flex: 1;
}

.sxo-2026-wrapper .referral-benefit-title-2026 {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 2px 0;
}

.sxo-2026-wrapper .referral-benefit-text-2026 {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* === CTA GHOST BUTTON === */
.sxo-2026-wrapper .referral-cta-2026 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: transparent;
    border: 2px solid #c4a35a;
    color: #c4a35a;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 12px;
    text-decoration: none;
    min-height: 48px;
    transition: all 0.2s ease;
}

.sxo-2026-wrapper .referral-cta-2026:hover {
    background: linear-gradient(135deg, #c4a35a 0%, #d4b86a 100%);
    color: #0a1628;
    border-color: transparent;
}

/* === PRINT === */
@media print {
    .sxo-2026-wrapper .trust-referral-2026 {
        background: #ffffff;
    }
    .sxo-2026-wrapper .referral-title-2026 {
        color: #0a1628;
    }
    .sxo-2026-wrapper .referral-benefit-title-2026 {
        color: #0a1628;
    }
}
