/* Styles Publics des Coachs & Tarifs - Mode Clair Ultra Premium */

/* Conteneur global teinté pour casser le fond blanc uniforme du thème */
.orioncs-public-container {
    width: 100%;
    box-sizing: border-box;
    margin: 40px auto;
    font-family: 'Montserrat', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #2d3748;
    padding: 30px;
    background: #f8fafc; /* Fond gris-bleu très doux */
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
}

/* 1. Sélecteur de coachs (Vignettes horizontales compactes et contrastées) */
.orioncs-coach-selector-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

.orioncs-selector-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-bottom: 4px solid #cbd5e0;
    border-radius: 16px;
    padding: 18px 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    flex: 1;
    max-width: 220px;
    min-width: 180px;
    position: relative;
}

.orioncs-selector-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(39, 163, 197, 0.12);
    border-color: #27a3c5;
    border-bottom-color: #27a3c5;
}

.orioncs-selector-card.is-active {
    border-color: #27a3c5;
    border-bottom-color: #27a3c5;
    background: #edfbfc; /* Fond bleuté actif */
    box-shadow: 0 10px 25px rgba(39, 163, 197, 0.18);
    transform: translateY(-4px);
}

.orioncs-selector-avatar-wrapper {
    position: relative;
    width: 84px;
    height: 84px;
    margin: 0 auto 12px auto;
}

.orioncs-selector-avatar,
.orioncs-selector-avatar-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.orioncs-selector-avatar-placeholder {
    background: #edf2f7;
    color: #a0aec0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border: 4px solid #ffffff;
}

.orioncs-selector-card.is-active .orioncs-selector-avatar {
    border-color: #27a3c5;
    box-shadow: 0 4px 12px rgba(39, 163, 197, 0.25);
    transform: scale(1.05);
}

.orioncs-selector-rating {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border: 1px solid #edf2f7;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 800;
    color: #d69e2e;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    white-space: nowrap;
}

.orioncs-selector-rating i {
    color: #fed300;
    margin-right: 2px;
}

.orioncs-selector-rating .rating-count {
    color: #718096;
    font-weight: 500;
    margin-left: 2px;
}

.orioncs-selector-name {
    font-size: 15px;
    font-weight: 700;
    margin: 12px 0 4px 0;
    color: #1a202c;
}

.orioncs-selector-function {
    font-size: 11.5px;
    color: #4a5568;
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 1.3;
    height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.orioncs-selector-exp {
    font-size: 10px;
    color: #27a3c5;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.view-tariffs-btn {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    color: #718096;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.orioncs-selector-card:hover .view-tariffs-btn,
.orioncs-selector-card.is-active .view-tariffs-btn {
    color: #27a3c5;
}

.view-tariffs-btn i {
    margin-left: 4px;
    transition: transform 0.2s ease;
}

.orioncs-selector-card:hover .view-tariffs-btn i {
    transform: translateX(4px);
}

/* 2. Profil Détaillé du Coach (Design Bi-ton Premium avec reliefs) */
.orioncs-profile-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 5px solid #27a3c5; /* Accentuation couleur primaire */
    border-radius: 20px;
    padding: 0; /* Géré via les sous-blocs pour un look bi-ton */
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
    overflow: hidden;
}

/* Colonne Gauche teintée */
.orioncs-profile-left {
    flex: 1;
    max-width: 280px;
    text-align: center;
    background: #f1f5f9; /* Légèrement plus sombre que le conteneur global */
    padding: 40px 30px;
    border-right: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.orioncs-profile-avatar-container {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 20px auto;
}

.orioncs-profile-avatar,
.orioncs-profile-avatar-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.orioncs-profile-avatar-placeholder {
    background: #e2e8f0;
    color: #a0aec0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    border: 4px solid #ffffff;
}

.orioncs-profile-badge {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    background: #fed300;
    color: #1a1a1a;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(254, 211, 0, 0.4);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.orioncs-profile-name {
    font-size: 20px;
    font-weight: 800;
    color: #1a202c;
    margin: 10px 0 5px 0;
    line-height: 1.2;
}

.orioncs-profile-function {
    font-size: 13px;
    color: #4a5568;
    font-weight: 700;
    margin-bottom: 6px;
}

.orioncs-profile-exp {
    font-size: 10.5px;
    color: #27a3c5;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.orioncs-profile-contact-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.orioncs-btn-phone,
.orioncs-btn-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 15px;
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
    width: 100%;
    box-sizing: border-box;
}

.orioncs-btn-phone {
    background: #ffffff;
    color: #2d3748;
    border: 1px solid #cbd5e0;
}

.orioncs-btn-phone:hover {
    background: #edf2f7;
    border-color: #cbd5e0;
    transform: translateY(-2px);
}

.orioncs-btn-contact {
    background: #27a3c5;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(39, 163, 197, 0.2);
}

.orioncs-btn-contact:hover {
    background: #1e87a4;
    box-shadow: 0 6px 16px rgba(39, 163, 197, 0.3);
    transform: translateY(-2px);
}

/* Colonne Droite */
.orioncs-profile-right {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 25px;
    padding: 40px;
}

.orioncs-profile-info-block {
    margin-bottom: 0;
    background: #f8fafc; /* Gris clair */
    padding: 20px 24px;
    border-radius: 14px;
    border-left: 5px solid #27a3c5;
    border: 1px solid #e2e8f0;
    border-left: 5px solid #27a3c5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
}

.orioncs-profile-info-block.philosophy-block {
    border-left-color: #fed300; /* Philosophie en jaune */
    background: #fffef5; /* Teinte ivoire chaude */
    border-color: #f7e8a4;
}

.orioncs-block-title {
    font-size: 11.5px;
    font-weight: 800;
    color: #27a3c5;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.philosophy-block .orioncs-block-title {
    color: #b7791f;
}

.orioncs-block-content {
    font-size: 14px;
    line-height: 1.6;
    color: #4a5568;
}

.philosophy-quote {
    font-style: italic;
    color: #4a5568;
}

.orioncs-profile-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e2e8f0;
    padding-top: 20px;
    margin-top: auto;
    flex-wrap: wrap;
    gap: 15px;
}

.orioncs-presence-info {
    font-size: 12.5px;
    color: #4a5568;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #edf2f7;
    padding: 6px 12px;
    border-radius: 8px;
}

.orioncs-presence-info i {
    color: #27a3c5;
    font-size: 14px;
}

.orioncs-social-links-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.orioncs-social-links-title {
    font-size: 12.5px;
    font-weight: 700;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.orioncs-social-links {
    display: flex;
    gap: 8px;
}

.social-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #edf2f7;
    color: #4a5568;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.2s ease;
    border: 1px solid #cbd5e0;
}

.social-icon-btn:hover {
    color: #ffffff;
    transform: translateY(-3px);
    border-color: transparent;
}

.social-icon-btn.instagram:hover { background: #e1306c; }
.social-icon-btn.facebook:hover { background: #3b5998; }
.social-icon-btn.linkedin:hover { background: #0077b5; }
.social-icon-btn.twitter:hover { background: #000000; }
.social-icon-btn.tiktok:hover { background: #010101; }
.social-icon-btn.globe:hover { background: #27a3c5; }

/* 3. Section Tarifs */
.orioncs-tariffs-container {
    padding-top: 50px;
    margin-top: 40px;
    position: relative;
}

/* Séparateur décoratif moderne de transition */
.orioncs-tariffs-container::before {
    display: none !important;
}

.orioncs-tariffs-header-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.orioncs-tariffs-kicker {
    font-size: 10.5px;
    font-weight: 800;
    color: #27a3c5;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 8px;
}

.orioncs-tariffs-title {
    font-size: 24px;
    font-weight: 850;
    color: #1a202c;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.orioncs-tariffs-title span {
    color: #27a3c5;
}

/* Ligne d'accent avec point central */
.orioncs-tariffs-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 15px 0 15px 0;
}

.orioncs-tariffs-separator .separator-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #cbd5e0, transparent);
}

.orioncs-tariffs-separator .separator-dot {
    width: 6px;
    height: 6px;
    background: #fed300;
    border-radius: 50%;
    box-shadow: 0 0 6px #fed300;
}

.orioncs-tariffs-subtitle {
    font-size: 13.5px;
    color: #718096;
    margin: 0 auto;
    max-width: 600px;
    line-height: 1.5;
}

/* Onglets de filtrage */
.orioncs-tariffs-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.orioncs-tab-btn {
    background: #ffffff;
    border: 1px solid #cbd5e0;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 800;
    color: #4a5568;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.orioncs-tab-btn:hover {
    border-color: #27a3c5;
    color: #27a3c5;
    background: #edfbfc;
}

.orioncs-tab-btn.is-active {
    background: #27a3c5;
    border-color: #27a3c5;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(39, 163, 197, 0.25);
}

/* Grille de cartes tarifs */
.orioncs-tariffs-grid {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.orioncs-tariff-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #27a3c5; /* Ligne supérieure de couleur primaire */
    border-radius: 18px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1;
    min-width: 300px;
    max-width: 380px;
}

/* Style exclusif pour l'offre spéciale avec ruban */
.orioncs-tariff-card.has-ribbon {
    background: #fffdf6; /* Arrière-plan ivoire doux */
    border-color: #e2d1a3;
    border-top-color: #fed300; /* Jaune orion */
    box-shadow: 0 12px 30px rgba(254, 211, 0, 0.08);
    overflow: visible;
}

/* Style de mise en avant vedette (Featured Plan) */
.orioncs-tariff-card.is-featured {
    border: 2px solid #27a3c5;
    border-top: 6px solid #27a3c5;
    box-shadow: 0 15px 35px rgba(39, 163, 197, 0.12);
    transform: scale(1.03);
    z-index: 5;
}

/* Bouton d'action proéminent sur la formule vedette (fond plein) */
.orioncs-tariff-card.is-featured .orioncs-tariff-btn {
    background: #27a3c5;
    color: #ffffff;
    border-color: #27a3c5;
    box-shadow: 0 4px 12px rgba(39, 163, 197, 0.2);
}

.orioncs-tariff-card.is-featured .orioncs-tariff-btn:hover {
    background: #fed300;
    border-color: #fed300;
    color: #1a1a1a;
    box-shadow: 0 6px 18px rgba(254, 211, 0, 0.4);
}

.orioncs-tariff-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(39, 163, 197, 0.12);
    border-color: #27a3c5;
}

.orioncs-tariff-card.is-featured:hover {
    transform: scale(1.05) translateY(-8px);
    box-shadow: 0 25px 45px rgba(39, 163, 197, 0.22);
    border-color: #27a3c5;
}

.orioncs-tariff-card.has-ribbon:hover {
    box-shadow: 0 18px 35px rgba(254, 211, 0, 0.18);
    border-color: #fed300;
}

/* Badge d'offre spéciale centré à cheval sur la bordure supérieure */
.orioncs-tariff-ribbon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fed300;
    color: #1a1a1a;
    font-size: 10px;
    font-weight: 800;
    padding: 5px 16px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(254, 211, 0, 0.35);
    border: 1px solid rgba(0, 0, 0, 0.05);
    white-space: nowrap;
}

.orioncs-tariff-header {
    margin-bottom: 20px;
}

.orioncs-tariff-badge {
    display: inline-block;
    background: #e6f6fa;
    color: #27a3c5;
    font-size: 9.5px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.orioncs-tariff-card.has-ribbon .orioncs-tariff-badge {
    background: #fff9db;
    color: #b7791f;
}

.orioncs-tariff-name {
    font-size: 19px;
    font-weight: 800;
    margin: 0 0 8px 0;
    color: #1a202c;
    line-height: 1.3;
    min-height: 52px; /* Hauteur minimale de 2 lignes pour aligner les blocs suivants */
    display: flex;
    align-items: center;
}

.orioncs-tariff-desc {
    font-size: 13.5px;
    color: #4a5568;
    margin: 0;
    line-height: 1.6;
}

/* Tarifs Multiples / Dégressifs */
.orioncs-tariff-multi-prices {
    margin-bottom: 20px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
}

.orioncs-tariff-card.has-ribbon .orioncs-tariff-multi-prices {
    background: #fffdf5;
    border-color: #f7e8a4;
}

.orioncs-multi-price-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    border-bottom: 1px dashed #e2e8f0;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 1.4;
}

.orioncs-multi-price-row:first-child {
    padding-top: 2px;
}

.orioncs-multi-price-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.orioncs-tariff-card.has-ribbon .orioncs-multi-price-row {
    border-bottom-color: #f3e5c8;
}

.multi-price-val {
    font-size: 17px;
    font-weight: 850;
    color: #27a3c5;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 60px; /* Colonne de prix fixe pour aligner le texte à droite */
    display: inline-block;
}

.orioncs-tariff-card.has-ribbon .multi-price-val {
    color: #b7791f;
}

.multi-price-label {
    font-size: 13px;
    font-weight: 600;
    color: #4a5568;
    text-align: left; /* Alignement à gauche */
    flex: 1;
    word-wrap: break-word;
    word-break: break-word;
}

/* Prix unique classique */
.orioncs-tariff-price-block {
    margin-bottom: 20px;
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
    padding: 15px 0;
}

.orioncs-tariff-card.has-ribbon .orioncs-tariff-price-block {
    border-color: #f7e8a4;
}

.orioncs-tariff-price {
    display: flex;
    flex-direction: column;
}

.price-value {
    font-size: 32px;
    font-weight: 800;
    color: #27a3c5;
    line-height: 1;
}

.orioncs-tariff-card.has-ribbon .price-value {
    color: #b7791f;
}

.price-details {
    font-size: 12px;
    color: #718096;
    margin-top: 6px;
    font-weight: 700;
}

/* Liste de puces (caractéristiques) */
.orioncs-tariff-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
}

.orioncs-tariff-features li {
    font-size: 14px;
    color: #4a5568;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.5;
}

.orioncs-tariff-features li i {
    color: #27a3c5;
    margin-top: 3px;
    font-size: 14px;
}

.orioncs-tariff-card.has-ribbon .orioncs-tariff-features li i {
    color: #b7791f;
}

/* Bouton d'action */
.orioncs-tariff-action {
    margin-top: auto;
}

.orioncs-tariff-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #ffffff;
    border: 2px solid #27a3c5;
    color: #27a3c5;
    padding: 12px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 800;
    transition: all 0.2s ease;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.orioncs-tariff-card.has-ribbon .orioncs-tariff-btn {
    border-color: #b7791f;
    color: #b7791f;
}

.orioncs-tariff-btn:hover {
    background: #27a3c5;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(39, 163, 197, 0.2);
}

.orioncs-tariff-card.has-ribbon .orioncs-tariff-btn:hover {
    background: #b7791f;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(183, 121, 31, 0.2);
}

.orioncs-tariff-btn i {
    font-size: 9px;
    transition: transform 0.2s ease;
}

.orioncs-tariff-btn:hover i {
    transform: translateX(3px);
}

/* Pas de tarifs - Encart vide stylisé */
.orioncs-no-tariffs-box {
    padding: 45px 30px;
    text-align: center;
    background: #ffffff;
    border: 1px dashed #cbd5e0;
    border-radius: 20px;
    max-width: 600px;
    margin: 20px auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
}

.no-tariffs-icon {
    font-size: 36px;
    color: #27a3c5;
    margin-bottom: 15px;
    animation: orioncs-pulse 2s infinite ease-in-out;
}

@keyframes orioncs-pulse {
    0% { transform: scale(1); opacity: 0.9; }
    50% { transform: scale(1.08); opacity: 1; }
    100% { transform: scale(1); opacity: 0.9; }
}

.no-tariffs-title {
    font-size: 16px;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.no-tariffs-desc {
    font-size: 13.5px;
    color: #718096;
    line-height: 1.6;
    margin: 0 0 25px 0;
}

.orioncs-no-tariffs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #27a3c5;
    color: #ffffff;
    padding: 11px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    transition: all 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid #27a3c5;
    box-shadow: 0 4px 12px rgba(39, 163, 197, 0.2);
}

.orioncs-no-tariffs-btn:hover {
    background: #ffffff;
    color: #27a3c5;
    box-shadow: 0 6px 18px rgba(39, 163, 197, 0.15);
}

.orioncs-no-tariffs-btn i {
    font-size: 10px;
    transition: transform 0.2s ease;
}

.orioncs-no-tariffs-btn:hover i {
    transform: translateX(3px);
}

.orioncs-no-coachs {
    padding: 30px;
    text-align: center;
    background: #edf2f7;
    border: 1px dashed #cbd5e0;
    color: #718096;
    border-radius: 12px;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 900px) {
    .orioncs-profile-card {
        flex-direction: column;
    }
    .orioncs-profile-left {
        max-width: 100%;
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
        padding-right: 30px;
        padding-bottom: 40px;
        border-radius: 16px 16px 0 0;
    }
    .orioncs-profile-right {
        padding: 30px 20px;
    }
    .orioncs-contact-form-wrapper {
        padding: 25px 20px;
    }
    .orioncs-motif-options {
        grid-template-columns: 1fr;
    }
}

/* Formulaire de contact public */
.orioncs-contact-form-wrapper {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    max-width: 800px;
    margin: 30px auto;
}

.orioncs-public-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.orioncs-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.orioncs-form-label {
    font-size: 13.5px;
    font-weight: 700;
    color: #2d3748;
}

.required-star {
    color: #e53e3e;
    margin-left: 2px;
}

.orioncs-form-input {
    width: 100%;
    height: 46px;
    padding: 10px 16px;
    border: 1.5px solid #edf2f7;
    border-radius: 10px;
    font-size: 14.5px;
    color: #2d3748;
    background: #f8fafc;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.orioncs-form-input:focus {
    outline: none;
    border-color: #27a3c5;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(39, 163, 197, 0.08);
}

.orioncs-form-textarea {
    height: auto;
    resize: vertical;
    line-height: 1.5;
}

/* Motif de contact & vignettes */
.orioncs-motif-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.orioncs-motif-option-card {
    background: #f8fafc;
    border: 2px solid #edf2f7;
    border-radius: 14px;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.orioncs-motif-option-card input[type="radio"] {
    display: none;
}

.orioncs-motif-option-card:hover {
    border-color: #cbd5e0;
    background: #edf2f7;
}

.orioncs-motif-option-card.active {
    border-color: #27a3c5;
    background: #f0f9ff;
}

.motif-card-icon {
    font-size: 24px;
    color: #718096;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.orioncs-motif-option-card.active .motif-card-icon {
    color: #27a3c5;
}

.motif-card-title {
    font-size: 14px;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 4px;
}

.motif-card-desc {
    font-size: 11.5px;
    color: #718096;
    line-height: 1.4;
}

/* Sélecteur vignettes coachs */
.orioncs-coachs-selection-block {
    border-top: 1px dashed #e2e8f0;
    margin-top: 15px;
    padding-top: 20px;
}

.selection-block-title {
    font-size: 13.5px;
    font-weight: 700;
    color: #4a5568;
    margin: 0 0 15px 0;
}

.orioncs-coachs-vignettes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 15px;
}

.orioncs-coach-vignette {
    background: #ffffff;
    border: 1.5px solid #edf2f7;
    border-radius: 12px;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
}

.orioncs-coach-vignette:hover {
    border-color: #27a3c5;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(39, 163, 197, 0.08);
}

.orioncs-coach-vignette.active {
    border-color: #27a3c5;
    background: #f0f9ff;
    box-shadow: 0 6px 15px rgba(39, 163, 197, 0.12);
}

.vignette-avatar-wrap {
    width: 65px;
    height: 65px;
    position: relative;
    margin-bottom: 10px;
}

.vignette-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2.5px solid #ffffff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    transition: border-color 0.3s ease;
}

.orioncs-coach-vignette.active .vignette-avatar {
    border-color: #27a3c5;
}

.vignette-check {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 20px;
    height: 20px;
    background: #27a3c5;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    border: 2px solid #ffffff;
    transform: scale(0);
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.orioncs-coach-vignette.active .vignette-check {
    transform: scale(1);
}

.vignette-name {
    font-size: 13px;
    font-weight: 700;
    color: #2d3748;
    line-height: 1.3;
    margin-bottom: 2px;
}

.vignette-profession {
    font-size: 11px;
    color: #718096;
    font-weight: 500;
}

/* Alerte et soumission */
.orioncs-form-submit-wrap {
    margin-top: 15px;
}

.orioncs-form-submit-btn {
    width: 100%;
    background: #27a3c5;
    color: #ffffff;
    border: 2px solid #27a3c5;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(39, 163, 197, 0.3);
}

.orioncs-form-submit-btn:hover {
    background: #ffffff;
    color: #27a3c5;
    box-shadow: 0 6px 20px rgba(39, 163, 197, 0.2);
}

.orioncs-form-submit-btn:disabled {
    background: #cbd5e0;
    border-color: #cbd5e0;
    color: #718096;
    cursor: not-allowed;
    box-shadow: none;
}

.orioncs-form-alert {
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.orioncs-form-alert.alert-success {
    background: #def7ec;
    color: #03543f;
    border-left: 4px solid #31c48d;
}

.orioncs-form-alert.alert-error {
    background: #fde8e8;
    color: #9b1c1c;
    border-left: 4px solid #f98080;
}

/* Encapsulation encadrée (boxed) pour le module tarifaire Component Engine */
.orioncs-component-engine-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 15px auto 0 auto;
    box-sizing: border-box;
}

.orioncs-component-engine-wrapper .afi-tarif-container,
.orioncs-component-engine-wrapper .afi-tarif-grid,
.orioncs-component-engine-wrapper .afi-component-wrap {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}
