/* =========================================
   1. RESET & BASES
   ========================================= */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #0F172A; 
    color: #0F172A;
    overflow-x: hidden;
}

/* =========================================
   2. FOND DYNAMIQUE
   ========================================= */
.animated-brand-bg {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: -999;
    background: linear-gradient(-45deg, #ffffff, #eaddfc, #d5b8ff, #f3e8ff, #ffffff);
    background-size: 400% 400%;
    animation: gradientShift 10s ease infinite;
}
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* =========================================
   4. HERO SECTION
   ========================================= */
.hero-section { min-height: 100vh; width: 100%; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; padding-top: 120px; padding-bottom: 60px; }
.hero-content { position: relative; z-index: 2; text-align: center; max-width: 1200px; padding: 0 20px; }

/* LE GROS TEXTE "ROWAD" AVEC CONTOUR MAUVE */
.bg-text { position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); font-size: 22vw; font-weight: 900; line-height: 0.8; color: transparent; -webkit-text-stroke: 2px rgba(132, 20, 225, 0.08); z-index: -1; user-select: none; white-space: nowrap; }

.intro-tag { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: #8414e1; margin-bottom: 20px; display: inline-block; background: rgba(132, 20, 225, 0.1); padding: 8px 16px; border-radius: 20px; }
.headline { font-size: 3.5rem; font-weight: 800; line-height: 1.2; color: #0F172A; margin-bottom: 40px; }

/* DÉGRADÉ 100% MAUVE GLOBAL */
.gradient-highlight { background: linear-gradient(135deg, #c48df5 0%, #8414e1 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 900; }

/* L'EXCEPTION JAUNE UNIQUEMENT POUR "KIDS & TEENS" DE L'ACCUEIL */
.hero-section .gradient-highlight {
    background: linear-gradient(90deg, #9EAA1A 0%, #C7D629 50%, #8c9716 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap; /* Empêche strictement le texte de se couper en deux */
}

.btn-main { display: inline-block; padding: 15px 40px; background-color: #0F172A !important; color: white !important; text-decoration: none; font-weight: 700; border-radius: 50px; transition: 0.3s; box-shadow: 0 10px 30px rgba(15, 23, 42, 0.2); }
.btn-main:hover { background: #8414e1 !important; transform: translateY(-3px); }

.hero-stats { display: flex; justify-content: center; align-items: center; gap: 40px; margin-top: 60px; padding-top: 30px; border-top: 1px solid rgba(15, 23, 42, 0.1); animation: fadeUp 1.2s ease-out; }
.stat-item { display: flex; flex-direction: column; align-items: center; text-align: center; }

/* LES CHIFFRES DES STATS EN JAUNE ROWAD */
.stat-number-wrapper { display: flex; align-items: baseline; justify-content: center; font-size: 3rem; font-weight: 900; line-height: 1; margin-bottom: 5px; background: linear-gradient(90deg, #9EAA1A 0%, #C7D629 50%, #8c9716 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.stat-symbol { font-size: 2rem; margin-left: 2px; background: linear-gradient(90deg, #9EAA1A 0%, #C7D629 50%, #8c9716 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.stat-label { color: #64748b; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.stat-line { width: 1px; height: 40px; background: rgba(15, 23, 42, 0.1); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* =========================================
   5. SOLUTION & MISSION HEROES
   ========================================= */
.page-hero { padding-top: 150px; padding-bottom: 80px; text-align: center; position: relative; }
.content-wrapper { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; padding: 0 20px; }
.page-title { font-size: 3.5rem; font-weight: 900; color: #0F172A; margin-bottom: 20px; line-height: 1.1; }
.page-subtitle { font-size: 1.1rem; color: #64748b; line-height: 1.6; max-width: 600px; margin: 0 auto; }
.section-block { padding: 80px 0; position: relative; }
.section-title { text-align: center; font-size: 2.5rem; font-weight: 800; color: #0F172A; margin-bottom: 60px; }

/* =========================================
   6. COMPARISON LIGHT
   ========================================= */
.comparison-interactive-section { position: relative; padding: 100px 0; background: transparent; overflow: hidden; color: #0F172A; margin-top: 50px; }
.timeline-overlay-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%); pointer-events: none; z-index: 1; }
.timeline-wrapper { position: relative; max-width: 1100px; margin: 0 auto; z-index: 2; padding: 0 20px; }
.timeline-headers { display: flex; justify-content: space-between; margin-bottom: 60px; text-align: center; position: relative; }
.col-header { width: 45%; }
.col-header h3 { font-size: 2rem; font-weight: 900; letter-spacing: 1px; margin-bottom: 8px; text-transform: uppercase; }
.col-header span { font-size: 0.9rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; opacity: 0.8; }
.past-header h3 { color: #dc2626; } .past-header span { color: #ef4444; }
.future-header h3 { color: #16a34a; } .future-header span { color: #22c55e; }
.timeline-items-container { position: relative; z-index: 2; }
.timeline-row { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 30px; position: relative; }
.interactive-box { width: 45%; background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(12px); border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.8); box-shadow: 0 5px 20px rgba(0,0,0,0.05); overflow: hidden; transition: all 0.3s ease; cursor: pointer; }
.box-header { padding: 18px 25px; display: flex; align-items: center; justify-content: space-between; }
.box-header h4 { font-size: 1.1rem; font-weight: 700; color: #0F172A; flex-grow: 1; margin: 0 15px; }
.toggle-icon { color: #94a3b8; transition: transform 0.3s ease; font-size: 0.9rem; }
.status-icon-box { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; color: white; }
.status-icon-box.red { background-color: #ef4444; }
.status-icon-box.green { background-color: #22c55e; }
.box-content { padding: 0 25px 25px 25px; color: #64748b; font-size: 0.95rem; line-height: 1.6; max-height: 0; opacity: 0; transition: all 0.4s ease-in-out; overflow: hidden; }
.interactive-box.active { background: rgba(255, 255, 255, 0.95); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.interactive-box.active .box-content { max-height: 200px; opacity: 1; padding-top: 5px; }
.interactive-box.active .toggle-icon { transform: rotate(180deg); color: #0F172A; }
.past-item .box-header { flex-direction: row-reverse; } .past-item h4 { text-align: right; }
.past-item:hover, .past-item.active { border-color: rgba(239, 68, 68, 0.4); }
.future-item .box-header { flex-direction: row; } .future-item h4 { text-align: left; }
.future-item:hover, .future-item.active { border-color: rgba(34, 197, 94, 0.4); }

@media (max-width: 768px) {
    .timeline-headers { flex-direction: column; gap: 30px; }
    .col-header { width: 100%; }
    .timeline-row { flex-direction: column; gap: 15px; }
    .interactive-box { width: 100%; }
    .past-item .box-header { flex-direction: row; }
    .past-item h4 { text-align: left; }
}

/* =========================================
   7. FOUNDERS (ARC PONT MAUVE)
   ========================================= */
.founders-arc-section { padding: 100px 0; position: relative; overflow: hidden; text-align: center; }
.founders-arc-container { position: relative; max-width: 900px; margin: 60px auto 0; display: flex; justify-content: space-between; align-items: flex-start; padding: 0 20px; }
.connector-arc { position: absolute; top: 90px; left: 50%; transform: translateX(-50%); width: 40%; height: 60px; border-top: 4px solid transparent; background: linear-gradient(90deg, #c48df5 0%, #8414e1 100%) border-box; -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; border-radius: 50% 50% 0 0 / 100% 100% 0 0; z-index: 0; opacity: 0.6; }
.founder-profile { position: relative; z-index: 2; width: 280px; text-align: center; }
.founder-circle { width: 180px; height: 180px; margin: 0 auto 25px; border-radius: 50%; background: linear-gradient(135deg, #c48df5 0%, #8414e1 100%); padding: 5px; box-shadow: 0 10px 30px rgba(132, 20, 225, 0.3); transition: transform 0.3s ease; }
.founder-circle:hover { transform: translateY(-10px) scale(1.05); }

/* --- NOUVEAU CODE POUR L'IMAGE ET L'EFFET LINKEDIN --- */
.img-wrapper { position: relative; width: 100%; height: 100%; background: white; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; text-decoration: none; }

.linkedin-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(132, 20, 225, 0.85); /* Fond mauve translucide */
    display: flex; align-items: center; justify-content: center;
    color: white; font-size: 3rem;
    opacity: 0; transition: opacity 0.3s ease;
}

.img-wrapper:hover .linkedin-overlay {
    opacity: 1; /* Apparition au survol sur PC */
}

.founder-details h3 { font-size: 1.4rem; font-weight: 800; color: #0F172A; margin-bottom: 5px; }
.founder-details .role { font-size: 1rem; color: #64748b; font-weight: 600; line-height: 1.4; }

@media (max-width: 768px) {
    .founders-arc-container { flex-direction: column; align-items: center; gap: 50px; }
    .connector-arc { display: none; }
}

/* =========================================
   8. ANIMATIONS & REVEALS
   ========================================= */
.reveal-on-scroll { opacity: 0; transform: translateY(30px); transition: 0.8s ease; }
.reveal-on-scroll.visible { opacity: 1; transform: translateY(0); }

/* =========================================
   9. CARTES (SOLUTION & MISSION EN MAUVE)
   ========================================= */
.mission-header-simple { background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(10px); border-radius: 25px; padding: 40px; max-width: 1000px; margin: 0 auto 60px; text-align: center; box-shadow: 0 15px 40px rgba(0,0,0,0.08); border: 1px solid rgba(255, 255, 255, 0.6); display: flex; flex-direction: column; align-items: center; }
.cards-flex-container, .mission-values-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; width: 94%; max-width: 1400px; margin: 0 auto; }
.process-card, .value-card { flex: 1 1 280px; max-width: 350px; background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(15px); padding: 50px 30px; border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.7); box-shadow: 0 10px 40px rgba(0,0,0,0.04); transition: 0.3s ease; text-align: center; position: relative; }
.icon-box, .value-icon-simple, .icon-box-large { width: 65px; height: 65px; background: white; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 26px; margin: 0 auto 10px; box-shadow: 0 8px 25px rgba(0,0,0,0.06); }
.icon-box i, .value-icon-simple i, .icon-box-large i { background: linear-gradient(135deg, #c48df5 0%, #8414e1 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.spotlight-card { position: relative; overflow: hidden; z-index: 1; }
.spotlight-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(600px circle at var(--x) var(--y), rgba(132, 20, 225, 0.08), transparent 40%); z-index: -1; opacity: 0; transition: opacity 0.5s ease; pointer-events: none; }
.spotlight-card:hover::before { opacity: 1; }
.spotlight-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(132, 20, 225, 0.15); }

/* =========================================
   11. COACH PAGE SPECIFIC
   ========================================= */
.coach-split-wrapper { width: 90%; max-width: 1300px; margin: 0 auto; padding-top: 160px; padding-bottom: 80px; display: flex; justify-content: space-between; align-items: center; gap: 60px; }
.coach-left-col { flex: 1; text-align: left; }
.coach-badge { display: inline-block; background: rgba(132, 20, 225, 0.1); color: #8414e1; font-size: 12px; font-weight: 700; text-transform: uppercase; padding: 8px 16px; border-radius: 50px; margin-bottom: 25px; letter-spacing: 1px; }
.coach-h1 { font-size: 3.5rem; font-weight: 900; line-height: 1.1; color: #0F172A; margin-bottom: 20px; }
.coach-desc { font-size: 1.1rem; color: #64748b; line-height: 1.6; margin-bottom: 50px; max-width: 500px; }
.coach-stats-row { display: flex; gap: 15px; flex-wrap: nowrap; }
.stat-box-square { background: white; width: 175px; padding: 20px 15px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.05); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; transition: transform 0.3s ease; }
.stat-box-square:hover { transform: translateY(-5px); }
.stat-box-icon { width: 45px; height: 45px; background: linear-gradient(135deg, #c48df5 0%, #8414e1 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-size: 18px; margin-bottom: 15px; box-shadow: 0 5px 15px rgba(132, 20, 225, 0.3); }
.stat-box-square strong { display: flex; align-items: baseline; font-size: 20px; font-weight: 900; color: #0F172A; margin-bottom: 5px; line-height: 1; }
.stat-box-square strong .stat-number { font-size: 40px; margin-right: 2px; letter-spacing: -1px; background: linear-gradient(90deg, #9EAA1A 0%, #C7D629 50%, #8c9716 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.stat-box-square span { font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 700; letter-spacing: 0.5px; }
.coach-right-col { flex: 1; display: flex; justify-content: flex-end; }
.white-form-card { background: white; padding: 40px; border-radius: 30px; box-shadow: 0 25px 60px rgba(0,0,0,0.08); width: 100%; max-width: 500px; position: relative; border: 1px solid rgba(255,255,255,0.5); }
.floating-icon { position: absolute; top: -25px; right: 40px; width: 50px; height: 50px; background: white; border-radius: 14px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: center; color: #8414e1; font-size: 20px; }
.c-input { width: 100%; background: #f8fafc; border: 1px solid #e2e8f0; padding: 14px 20px; border-radius: 10px; font-family: 'Montserrat'; font-size: 13px; margin-bottom: 15px; color: #334155; transition: 0.3s; }
.c-input:focus { outline: none; background: white; border-color: #8414e1; box-shadow: 0 0 0 3px rgba(132, 20, 225, 0.1); }
.form-flex-row { display: flex; gap: 15px; }
.btn-submit-gradient { 
    width: 100%; background: linear-gradient(135deg, #c48df5 0%, #8414e1 100%); 
    color: white; padding: 15px; border: none; border-radius: 10px; font-weight: 700; 
    font-size: 13px; text-transform: uppercase; cursor: pointer; transition: 0.3s; 
    display: flex; align-items: center; justify-content: center; gap: 8px; 
    font-family: 'Montserrat'; margin-top: 10px;
}
.btn-submit-gradient:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(132, 20, 225, 0.3); }

@media (max-width: 992px) {
    .coach-split-wrapper { flex-direction: column; text-align: center; gap: 50px; }
    .coach-text-left { text-align: center; }
    .coach-stats-row { justify-content: center; flex-wrap: wrap; }
    .coach-right-col { justify-content: center; }
    .form-flex-row { flex-direction: column; gap: 0; }
    .floating-icon { right: 50%; transform: translateX(50%); }
}

/* =========================================
   12. AJUSTEMENT LIBRAIRIE TÉLÉPHONE
   ========================================= */
.iti { width: 100%; margin-bottom: 15px; }
.iti__tel-input { background: #f8fafc !important; border: 1px solid #e2e8f0 !important; border-radius: 10px !important; color: #334155 !important; font-family: 'Montserrat', sans-serif !important; font-size: 13px !important; padding-top: 14px !important; padding-bottom: 14px !important; padding-left: 90px !important; }
.iti__country-list { border-radius: 10px; border: none; box-shadow: 0 10px 30px rgba(0,0,0,0.15); font-family: 'Montserrat', sans-serif; font-size: 12px; background-color: white; z-index: 100 !important; }

/* =========================================
   13. FEEDBACK PAGE (EFFET WOW SÉQUENTIEL)
   ========================================= */
.feedback-hero { text-align: center; padding-top: 150px; padding-bottom: 40px; }
.wow-feedback-section { width: 95%; max-width: 1200px; margin: 0 auto 80px auto; display: flex; flex-direction: column; gap: 40px; align-items: center; }
.active-slider-wrapper { width: 100%; display: flex; justify-content: center; transition: opacity 0.5s ease, transform 0.5s ease; }
.testimonial-slider-card { background: #ffffff; border-radius: 30px; padding: 50px 40px 60px 40px; box-shadow: 0 15px 40px rgba(106, 17, 203, 0.08); width: 90%; max-width: 800px; text-align: center; position: relative; overflow: hidden; }
.slider-quote-icon i { font-size: 50px; color: #d0d7ff; margin-bottom: 20px; display: inline-block; }
.slider-text { font-size: 1.3rem; color: #1e293b; font-style: italic; line-height: 1.6; margin-bottom: 25px; font-weight: 500; }
.slider-stars { color: #C7D629; font-size: 1.2rem; letter-spacing: 5px; margin-bottom: 25px; } 
.slider-name { font-size: 1.1rem; font-weight: 900; color: #0F172A; text-transform: uppercase; }
.slider-role { font-size: 0.9rem; color: #8414e1; font-weight: 600; }
.slider-progress-bg { position: absolute; bottom: 0; left: 0; right: 0; height: 6px; background: #f1f5f9; }
.slider-progress-fill { height: 100%; width: 0%; background: linear-gradient(90deg, #c48df5 0%, #8414e1 100%); }
.stacked-reviews-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; width: 100%; }
.stacked-v-card { background: rgba(245, 247, 255, 0.85); backdrop-filter: blur(10px); border: 2px solid #e0e7ff; border-radius: 30px; padding: 40px 30px; width: 320px; display: flex; flex-direction: column; align-items: center; text-align: center; box-shadow: 0 10px 25px rgba(0,0,0,0.03); opacity: 0; animation: popInCard 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; }
@keyframes popInCard { 0% { opacity: 0; transform: scale(0.8) translateY(30px); } 100% { opacity: 1; transform: scale(1) translateY(0); } }
.v-avatar { width: 80px; height: 80px; border-radius: 50%; background: linear-gradient(135deg, #c48df5 0%, #8414e1 100%); color: white; font-size: 2.2rem; font-weight: 900; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 20px rgba(132, 20, 225, 0.3); margin-bottom: 15px; }
.v-quote-mark i { font-size: 2rem; color: #d0d7ff; margin-bottom: 15px; display: inline-block; }
.v-stars { color: #C7D629; font-size: 1.1rem; letter-spacing: 2px; margin-bottom: 15px; } 
.v-quote { font-size: 1.05rem; color: #334155; line-height: 1.6; font-style: italic; font-weight: 500; margin-bottom: 25px; flex-grow: 1; }
.v-author { font-size: 1.1rem; font-weight: 900; color: #0F172A; text-transform: uppercase; margin-bottom: 5px; }
.v-role { font-size: 0.85rem; color: #8414e1; font-weight: 600; }
.insta-cta { text-align: center; margin-bottom: 80px; }
.btn-insta { background: white; padding: 12px 30px; border-radius: 50px; text-decoration: none; color: #0F172A; font-weight: 700; font-size: 13px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); transition: 0.3s; display: inline-flex; align-items: center; gap: 10px; }
.btn-insta i { font-size: 18px; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

@media (max-width: 768px) { .testimonial-slider-card { padding: 40px 20px 50px 20px; width: 95%; } .slider-text { font-size: 1.1rem; } .stacked-v-card { width: 100%; max-width: 350px; } }

/* =========================================
   14. COMPARISON ROWAD STYLE
   ========================================= */
.romad-glass-comparison { position: relative; z-index: 5; padding: 80px 160px 80px 40px; overflow: hidden; }

.glass-comparison-wrapper { 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    max-width: 1100px; 
    margin: 0 auto; 
    gap: 0; 
}

.glass-col { 
    flex: 1; 
    background: rgba(255, 255, 255, 0.2); 
    backdrop-filter: blur(20px); 
    border: 1px solid rgba(255, 255, 255, 0.5); 
    border-radius: 24px; 
    padding: 40px 20px; 
    box-shadow: 0 15px 35px rgba(0,0,0,0.05); 
    max-width: 380px; 
    min-width: 280px; 
    position: relative; 
    z-index: 1; 
}

.glass-past .glass-title { color: #475569; font-size: 1.8rem; font-weight: 900; text-align: center; margin-bottom: 25px; text-transform: uppercase; }
.glass-future .glass-title { font-size: 1.8rem; font-weight: 900; text-align: center; margin-bottom: 25px; text-transform: uppercase; background: linear-gradient(135deg, #c48df5 0%, #8414e1 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.glass-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.glass-list li { background: rgba(255, 255, 255, 0.9); border-radius: 50px; padding: 10px 15px; font-weight: 600; color: #1e293b; display: flex; align-items: center; justify-content: flex-start; box-shadow: 0 4px 10px rgba(0,0,0,0.03); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: clamp(10px, 1.1vw, 15px); }
.icon-circle { width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white !important; font-size: 11px; margin-right: 12px; flex-shrink: 0; }
.icon-red { background-color: #ef4444; }
.icon-gradient { background: linear-gradient(135deg, #c48df5 0%, #8414e1 100%); }

.glass-center-img { 
    flex: 0 0 300px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    z-index: 10; 
    margin: 0 -80px; 
    pointer-events: none; 
}

.glass-center-img img { 
    width: 100%; 
    min-width: 440px; 
    height: auto; 
    object-fit: contain; 
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.2)); 
    transform: scale(1.1) translateY(0); 
}

@media (max-width: 1200px) { .romad-glass-comparison { padding: 60px 140px 60px 20px; } }
@media (max-width: 1050px) { 
    .glass-comparison-wrapper { flex-direction: column; gap: 40px; padding: 0; align-items: center; } 
    .romad-glass-comparison { padding: 60px 20px; } 
    .glass-col { max-width: 100%; width: 100%; } 
    .glass-center-img { order: -1; margin: 20px auto; } 
}

/* =========================================
   15. CAMPS PAGE SPECIFIC
   ========================================= */

.camps-grid-container {
    width: 90%; max-width: 1000px; margin: 0 auto 100px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 40px;
}

.camp-card {
    background: white; border-radius: 20px; overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05); display: flex; flex-direction: column;
}

.camp-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,0.1); }

.camp-img-box { position: relative; width: 100%; height: 220px; overflow: hidden; }
/* Modification ici : object-position: top; */
.camp-img-box img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.camp-icon {
    position: absolute; top: 15px; left: 15px; width: 45px; height: 45px; border-radius: 12px;
    background: #8414e1; color: white; display: flex; align-items: center; justify-content: center;
    font-size: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.camp-content { padding: 30px 25px; flex: 1; display: flex; flex-direction: column; }
.camp-title { font-size: 1.4rem; font-weight: 800; color: #0F172A; margin-bottom: 15px; }
.camp-desc-short, .camp-desc-expanded { font-size: 0.95rem; color: #64748b; line-height: 1.6; }

.camp-desc-expanded {
    max-height: 0; opacity: 0; overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
}

.camp-desc-expanded.show { max-height: 300px; opacity: 1; margin-top: 15px; }

.camp-meta {
    display: flex; gap: 20px; margin-top: 25px; margin-bottom: 25px;
    font-size: 0.9rem; font-weight: 600; color: #475569;
}
.camp-meta i { color: #94a3b8; margin-right: 5px; }
.camp-actions { display: flex; gap: 15px; margin-top: auto; }

.btn-camp-outline {
    flex: 1; padding: 12px; background: transparent; border: 2px solid #8414e1; border-radius: 10px;
    color: #8414e1; font-weight: 700; font-size: 13px; cursor: pointer; transition: 0.3s; font-family: 'Montserrat';
}
.btn-camp-outline:hover { background: #8414e1; color: white; }

.btn-camp-solid {
    flex: 1; padding: 12px; background: linear-gradient(135deg, #c48df5 0%, #8414e1 100%); border: none; border-radius: 10px; color: white;
    font-weight: 700; font-size: 13px; cursor: pointer; transition: 0.3s; font-family: 'Montserrat';
    display: flex; justify-content: center; align-items: center; gap: 8px;
}
.btn-camp-solid:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(132, 20, 225, 0.3); }

/* --- SECTION BOOKING MASQUÉE PAR DÉFAUT --- */
.booking-experience-section {
    display: none; 
    background: transparent; 
    padding: 80px 20px; 
    animation: fadeInBooking 0.5s ease forwards;
}

@keyframes fadeInBooking {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.booking-header { text-align: center; margin-bottom: 40px; }

.booking-tag { 
    display: inline-block; 
    background: rgba(132, 20, 225, 0.1); 
    color: #8414e1; 
    font-size: 14px; 
    font-weight: 700; 
    text-transform: uppercase; 
    padding: 8px 16px; 
    border-radius: 50px; 
    margin-bottom: 20px; 
    letter-spacing: 2px; 
}

.booking-title { font-size: 2.8rem; font-weight: 900; color: #0F172A; margin: 10px 0; }
.booking-subtitle { font-size: 1.1rem; color: #64748b; max-width: 600px; margin: 0 auto; line-height: 1.6; }

.booking-form-wrapper { margin: 0 auto; padding: 40px; border-radius: 20px; max-width: 800px;}

/* Tabs */
.booking-tabs {
    display: flex; background: #f8fafc; border-radius: 12px; padding: 5px; margin-bottom: 30px;
    border: 1px solid #e2e8f0;
}

.tab-btn {
    flex: 1; padding: 15px; border: none; background: transparent;
    color: #64748b; font-weight: 700; font-size: 14px; border-radius: 10px;
    cursor: pointer; transition: 0.3s; font-family: 'Montserrat';
    display: flex; align-items: center; justify-content: center; gap: 10px;
}

.tab-btn.active { background: white; color: #8414e1; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }

.booking-form { display: none; }
.booking-form.active-form { display: block; animation: fadeIn 0.4s ease; }

.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.input-group { display: flex; flex-direction: column; text-align: left; }
.input-group.full-width { margin-bottom: 20px; }
.input-group label { font-size: 13px; font-weight: 600; color: #0F172A; margin-bottom: 8px; }

@media (max-width: 768px) {
    .camps-grid-container { grid-template-columns: 1fr; } 
    .form-grid-2 { grid-template-columns: 1fr; gap: 15px; margin-bottom: 15px; }
    .booking-form-wrapper { padding: 30px 20px; }
    .booking-tabs { flex-direction: column; }
}

/* =========================================
   16. SUCCESS MODAL (POP-UP ROWAD)
   ========================================= */
.modal-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(15, 23, 42, 0.6); backdrop-filter: blur(5px);
    display: flex; align-items: center; justify-content: center;
    z-index: 9999; opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}

.modal-overlay.active { opacity: 1; pointer-events: auto; }

.modal-box {
    background: white; border-radius: 20px; padding: 40px; width: 90%; max-width: 420px;
    text-align: center; box-shadow: 0 25px 50px rgba(0,0,0,0.2);
    transform: scale(0.8) translateY(30px); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modal-overlay.active .modal-box { transform: scale(1) translateY(0); }

.modal-icon {
    width: 80px; height: 80px; border-radius: 50%; border: 3px solid #bbf7d0; background: transparent;
    display: flex; align-items: center; justify-content: center;
    font-size: 35px; color: #22c55e; margin: 0 auto 20px auto;
}

.modal-box h2 { font-size: 1.8rem; font-weight: 800; color: #475569; margin-bottom: 10px; }
.modal-box p { font-size: 1rem; color: #64748b; line-height: 1.5; margin-bottom: 30px; }
.modal-box p strong { color: #0F172A; font-size: 1.1rem; display: block; margin-top: 5px; letter-spacing: 1px; }

.btn-modal-great {
    background: #8414e1; color: white; border: none; border-radius: 8px;
    padding: 12px 40px; font-size: 1rem; font-weight: 600; cursor: pointer;
    transition: background 0.3s ease; font-family: 'Montserrat';
}

.btn-modal-great:hover { background: #6a11cb; }

/* =========================================
   17. PARTNER PAGE SPECIFIC
   ========================================= */
.partner-grid-container {
    width: 90%; 
    max-width: 1100px; 
    margin: 0 auto;
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 40px;
}

.partner-card {
    background: rgba(255, 255, 255, 0.95); 
    backdrop-filter: blur(15px);
    border-radius: 20px; 
    padding: 40px 35px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    border: 1px solid rgba(255, 255, 255, 0.8);
    display: flex; 
    flex-direction: column;
}

.partner-icon-box {
    width: 60px; 
    height: 60px; 
    border-radius: 16px; 
    margin-bottom: 25px;
    background: linear-gradient(135deg, #c48df5 0%, #8414e1 100%);
    color: white; 
    font-size: 26px;
    display: flex; 
    align-items: center; 
    justify-content: center;
    box-shadow: 0 10px 20px rgba(132, 20, 225, 0.2);
}

.partner-card-title {
    font-size: 1.8rem; 
    font-weight: 800; 
    color: #0F172A; 
    margin-bottom: 20px;
}

.partner-card-text {
    flex-grow: 1; 
    color: #475569; 
    font-size: 0.95rem; 
    line-height: 1.7;
}

.partner-card-text p { margin-bottom: 15px; }

.partner-subtitle { font-weight: 700; color: #0F172A; }

.partner-highlight-text {
    font-weight: 700; 
    font-style: italic; 
    color: #8414e1;
    margin-top: 20px;
}

.partner-list-title {
    font-size: 1.05rem; 
    font-weight: 700; 
    color: #0F172A;
    margin: 25px 0 10px 0; 
    display: flex; 
    align-items: center; 
    gap: 8px;
}

.partner-list-title i { color: #8414e1; }

.partner-list { list-style: none; margin-bottom: 20px; padding: 0; }
.partner-list li { position: relative; padding-left: 25px; margin-bottom: 10px; line-height: 1.5; }
.partner-list li i { position: absolute; left: 0; top: 4px; color: #8414e1; font-size: 12px; }

.partner-action { margin-top: 30px; }

.btn-partner-link {
    background: transparent; border: none;
    color: #8414e1; font-weight: 800; font-size: 1rem;
    cursor: pointer; display: flex; align-items: center; gap: 10px;
    font-family: 'Montserrat', sans-serif; transition: 0.3s ease; padding: 0;
}

.btn-partner-link:hover { color: #C7D629; transform: translateX(5px); }

/* --- COULEUR MAUVE POUR LES ICÔNES DE LA PAGE PARTNER --- */
.list-icon-purple {
    color: #8414e1 !important;
    margin-right: 6px;
}

/* =========================================
   RESPONSIVE MOBILE - GENERAL / GLOBALS
   ========================================= */
@media (max-width: 768px) {
    /* 1. Ajustement de la section globale Accueil */
    .hero-section {
        padding-top: 120px; 
        padding-bottom: 40px;
    }
    
    /* 2. Le filigrane géant ROWAD */
    .bg-text {
        font-size: 38vw; 
        top: 55%; 
        -webkit-text-stroke: 1px rgba(132, 20, 225, 0.1); 
    }

    /* 3. Le Titre principal */
    .headline {
        font-size: clamp(1.4rem, 6.5vw, 2.2rem); /* AJUSTEMENT DYNAMIQUE POUR LES PETITS ÉCRANS */
        line-height: 1.25;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    /* AJOUT: S'assure que Kids & Teens s'adapte même sur les tout petits écrans sans déborder */
    .hero-section .gradient-highlight {
        font-size: clamp(1rem, 5.5vw, 2.2rem);
    }

    .btn-main {
        padding: 12px 30px;
        font-size: 13px;
    }

    /* 4. Les Statistiques en ligne Accueil */
    .hero-stats {
        flex-direction: row; 
        justify-content: space-between;
        gap: 5px; 
        margin-top: 40px;
        padding-top: 25px;
        width: 100%;
    }

    .stat-item {
        flex: 1; 
        padding: 0 2px;
    }

    .stat-number-wrapper {
        font-size: 2.2rem; 
    }

    .stat-symbol {
        font-size: 1.4rem;
    }

    .stat-label {
        font-size: 9px; 
        line-height: 1.3;
        letter-spacing: 0.5px;
    }

    .stat-line {
        height: 35px;
        width: 1px;
        flex-shrink: 0; 
        background: rgba(15, 23, 42, 0.15);
    }

    /* 5. Page Coach (Refonte Mobile) */
    .coach-split-wrapper { 
        padding-top: 120px; 
        padding-bottom: 40px; 
        gap: 40px; 
    }
    
    .coach-split-wrapper,
    .coach-left-col {
        text-align: left !important; 
    }

    .coach-h1 { 
        font-size: 2.6rem; 
        margin-bottom: 15px;
    }
    
    .coach-desc { 
        font-size: 1rem; 
        margin-bottom: 35px; 
    }

    .coach-stats-row { 
        display: flex; 
        flex-wrap: wrap; 
        justify-content: center;
        gap: 15px; 
    }

    .stat-box-square { 
        width: calc(50% - 8px); 
        padding: 20px 15px;
        align-items: flex-start;
    }

    .stat-box-square strong .stat-number {
        font-size: 32px; 
    }

    .white-form-card { 
        padding: 45px 20px 30px 20px; 
        border-radius: 24px;
    }

    .floating-icon { 
        right: 50% !important; 
        transform: translateX(50%) !important; 
    }

    .form-flex-row { 
        flex-direction: column; 
        gap: 0; 
    }

    /* 6. Page Solution / Methodology (Refonte Mobile) */
    .page-hero { padding-top: 130px; padding-bottom: 40px; }
    .page-title { font-size: 2.6rem; margin-bottom: 15px; }
    .page-subtitle { font-size: 1rem; padding: 0 10px; }
    .section-title { font-size: 2.2rem; margin-bottom: 40px; }

    .mission-header-simple {
        padding: 35px 20px;
        border-radius: 20px;
        margin-bottom: 40px;
        width: 100%;
    }
    .mission-header-simple h2 { font-size: 1.8rem !important; }
    .mission-header-simple p { font-size: 0.95rem !important; }

    .cards-flex-container, .mission-values-grid {
        flex-direction: column; 
        gap: 20px;
        width: 100%;
    }
    .process-card, .value-card {
        max-width: 100%; 
        padding: 35px 20px;
    }

    .romad-glass-comparison {
        padding: 60px 15px; 
    }
    .glass-comparison-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    .glass-col {
        max-width: 100%;
        width: 100%;
        padding: 30px 15px;
    }
    .glass-past .glass-title, .glass-future .glass-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .glass-list li {
        font-size: 0.9rem;
        padding: 12px 15px;
        white-space: normal; 
    }

    .glass-center-img {
        margin: 20px auto; 
        max-width: 280px; 
        order: 0; 
    }
    .glass-center-img img {
        min-width: unset; 
        width: 100%;
        transform: scale(1); 
    }

    .founders-arc-section { padding: 60px 0; }
    .founder-profile { width: 100%; }

    /* ====================================================
       7. PAGE PARTNER (REFONTE MOBILE DÉDIÉE - NOUVEAU !)
       ==================================================== */
    .partner-grid-container {
        grid-template-columns: 1fr !important; /* Force une seule colonne */
        gap: 30px;
        width: 100%;
        margin: 0 auto;
    }

    .partner-card {
        padding: 35px 25px; /* On réduit le padding interne qui écrasait le texte */
        width: 100%;
        box-sizing: border-box;
        text-align: left; /* Garde la lisibilité au top */
    }

    .partner-icon-box {
        width: 55px;
        height: 55px;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .partner-card-title {
        font-size: 1.6rem !important; /* Réduit la taille pour "Organizations" */
        word-wrap: break-word; /* Empêche les mots longs de casser le layout */
        hyphens: auto; /* Optionnel: aide à la césure */
        margin-bottom: 15px;
    }

    .partner-card-text {
        font-size: 0.95rem;
    }

    .partner-highlight-text {
        font-size: 0.95rem;
    }

    .btn-partner-link {
        font-size: 0.95rem;
        justify-content: flex-start; /* Assure que la flèche reste bien avec le texte */
    }
}