/* ═══════════════════════════════════════════════════════════════
   WEBSAIT — global.css
   CSS complet de toutes les pages — aucun <style> local nécessaire
   Chargé en premier dans chaque <head> avant navbar.css et footer.css
   ═══════════════════════════════════════════════════════════════ */



/* ════════════════════════════════════════════════════════════
   ── PAGE : AUDIT4PRO ──
   ════════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --cream: #F5F0E8;
  --cream-light: #FAF8F3;
  --dark: #1C1A17;
  --dark-2: #2C2920;
  --dark-3: #3A3530;
  --orange: #C8581A;
  --orange-light: #D4692B;
  --orange-pale: #F0DDD0;
  --orange-bg: #E8A070;
  --gold: #A8833A;
  --muted: #7A746C;
  --muted-light: #A09890;
  --border: rgba(60,45,30,0.12);
  --green: #2D6A4F;
  --green-pale: #D8F3DC;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--cream-light); color: var(--dark); font-size: 16px; line-height: 1.75; overflow-x: hidden; }
/* NAV — géré par navbar.css via websait-nav */
.nav-brand { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.nav-logo-circle { width: 38px; height: 38px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; font-weight: 500; font-size: 1rem; color: #fff; }
.nav-brand-name { font-size: 0.9rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--dark); }
.nav-sep { width: 1px; height: 24px; background: var(--border); margin: 0 0.5rem; }
.nav-links { display: flex; gap: 2.5rem; list-style: none; position: absolute; left: 50%; transform: translateX(-50%); }
.nav-links a { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); text-decoration: none; transition: color 0.25s; }
.nav-links a:hover { color: var(--orange); }
.nav-cta-btn { padding: 0.6rem 1.4rem; background: var(--orange); color: #fff; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border-radius: 4px; transition: background 0.25s; }
.nav-cta-btn:hover { background: var(--orange-light); }
/* HERO */
.hero-audit {
  min-height: 100vh;
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  padding-top: 68px;
  background: var(--dark-2);
  overflow: hidden; position: relative;
  padding-left: max(3rem, calc((100vw - 1200px) / 2));
  padding-right: max(3rem, calc((100vw - 1200px) / 2));
}
.hero-audit-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 5rem 3rem 5rem 0 !important;
  position: relative; z-index: 2;
}
.hero-eyebrow {
  display: flex; align-items: center; gap: 1rem;
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--orange-bg); margin-bottom: 2rem;
}
.hero-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--orange-bg); }
.hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 6vw, 5.5rem);
  font-weight: 300; line-height: 1.05;
  color: #fff; margin-bottom: 1rem;
}
.hero-h1 em { font-style: italic; color: var(--orange-bg); }
.hero-sub {
  font-size: 1.05rem; color: rgba(255,255,255,0.65);
  max-width: 480px; line-height: 1.85; margin-bottom: 2.5rem;
}
.hero-sub strong { color: #fff; font-weight: 500; }
.hero-price-block {
  display: flex; align-items: center; gap: 1.5rem;
  margin-bottom: 2.5rem; flex-wrap: wrap;
}
.price-main {
  font-family: var(--font-display);
  font-size: 3.5rem; font-weight: 300;
  color: var(--orange-bg); line-height: 1;
}
.price-detail { font-size: 0.82rem; color: rgba(255,255,255,0.5); line-height: 1.6; }
.price-detail strong { color: rgba(255,255,255,0.8); font-weight: 500; display: block; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary-dark {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.9rem 2.2rem; background: var(--orange); color: #fff;
  font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em;
  text-decoration: none; border-radius: 4px; transition: background 0.25s;
}
.btn-primary-dark:hover { background: var(--orange-light); }
.btn-ghost-white {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.9rem 2.2rem; border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.75); font-size: 0.85rem;
  text-decoration: none; border-radius: 4px; transition: all 0.25s;
}
.btn-ghost-white:hover { border-color: var(--orange-bg); color: var(--orange-bg); }
/* Hero right */
.hero-audit-right {
  display: flex; align-items: center; justify-content: center;
  padding: 5rem 0 5rem 3rem !important;
}
.offer-summary {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 2.5rem;
  width: 100%; max-width: 380px;
}
.offer-summary-title {
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 400;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 1.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.offer-item {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.offer-item:last-child { border-bottom: none; }
.offer-item-num {
  font-family: var(--font-display);
  font-size: 1.8rem; font-weight: 300;
  color: var(--orange); line-height: 1;
  flex-shrink: 0; width: 36px;
}
.offer-item-title { font-weight: 500; font-size: 0.92rem; color: #fff; margin-bottom: 0.2rem; }
.offer-item-desc { font-size: 0.82rem; color: rgba(255,255,255,0.5); line-height: 1.5; }
.offer-total {
  margin-top: 1.8rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: space-between;
}
.offer-total-label { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.offer-total-price {
  font-family: var(--font-display);
  font-size: 2rem; font-weight: 300; color: var(--orange-bg);
}
/* SECTION POUR QUI */
.section-pourqui { background: var(--cream-light); padding: 6rem 5rem; }
.section-center { text-align: center; margin-bottom: 3.5rem; }
.section-eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 0.8rem;
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 1rem;
}
.section-eyebrow::before, .section-eyebrow::after { content: ''; width: 24px; height: 1px; background: var(--orange); }
.section-h2 { font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 300; color: var(--dark); line-height: 1.15; }
.section-h2 em { font-style: italic; color: var(--orange); }
.pourqui-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.pourqui-card { background: var(--cream); border: 1px solid var(--border); border-radius: 12px; padding: 2rem; position: relative; overflow: hidden; }
.pourqui-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--orange-pale); transition: background 0.25s; }
.pourqui-card:hover::before { background: var(--orange); }
.pourqui-icon { font-size: 1.8rem; margin-bottom: 1rem; }
.pourqui-title { font-family: var(--font-display); font-size: 1.25rem; font-weight: 400; color: var(--dark); margin-bottom: 0.7rem; }
.pourqui-body { font-size: 0.9rem; color: var(--muted); line-height: 1.75; }
.pourqui-body em { color: var(--orange); font-style: italic; }
/* SECTION PROCESSUS */
.section-processus { background: var(--cream); padding: 6rem 5rem; border-top: 1px solid var(--border); }
.processus-grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 0; max-width: 1000px; margin: 3rem auto 0;
  position: relative;
}
.processus-grid::before {
  content: ''; position: absolute;
  top: 52px; left: calc(16.6% + 24px); right: calc(16.6% + 24px);
  height: 1px; background: var(--border); z-index: 0;
}
.processus-step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 2rem; position: relative; z-index: 1; }
.step-circle { width: 52px; height: 52px; border-radius: 50%; background: var(--orange); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.3rem; font-weight: 300; margin-bottom: 1.5rem; flex-shrink: 0; }
.step-title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; color: var(--dark); margin-bottom: 0.8rem; }
.step-desc { font-size: 0.88rem; color: var(--muted); line-height: 1.75; }
.step-tag { display: inline-flex; margin-top: 0.8rem; padding: 0.3rem 0.8rem; background: var(--orange-pale); border-radius: 100px; font-size: 0.72rem; color: var(--orange); font-weight: 500; }
/* SECTION LIVRABLE */
.section-livrable { background: var(--dark-2); padding: 6rem 5rem; }
.livrable-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; max-width: 1000px; margin: 3rem auto 0; align-items: start; }
.livrable-intro { font-size: 1.05rem; color: rgba(255,255,255,0.7); line-height: 1.85; margin-bottom: 2rem; }
.livrable-intro strong { color: #fff; font-weight: 500; }
.livrable-quote { font-family: var(--font-display); font-size: 1.3rem; font-style: italic; font-weight: 300; color: rgba(255,255,255,0.9); border-left: 2px solid var(--orange); padding-left: 1.2rem; line-height: 1.5; }
.livrable-items { display: flex; flex-direction: column; gap: 1rem; }
.livrable-item { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 1.5rem; display: flex; gap: 1rem; align-items: flex-start; transition: background 0.25s; }
.livrable-item:hover { background: rgba(255,255,255,0.07); }
.livrable-item-icon { width: 40px; height: 40px; border-radius: 8px; background: rgba(200,88,26,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem; }
.livrable-item-title { font-weight: 500; font-size: 0.92rem; color: #fff; margin-bottom: 0.3rem; }
.livrable-item-desc { font-size: 0.84rem; color: rgba(255,255,255,0.55); line-height: 1.6; }
/* SECTION RÉSULTATS */
.section-resultats { background: var(--cream-light); padding: 6rem 5rem; border-top: 1px solid var(--border); }
.resultats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; max-width: 900px; margin: 3rem auto 0; }
.resultat-item { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; background: var(--cream); border: 1px solid var(--border); border-radius: 10px; }
.resultat-check { width: 28px; height: 28px; border-radius: 50%; background: var(--orange); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; flex-shrink: 0; margin-top: 0.1rem; }
.resultat-text { font-size: 0.92rem; color: var(--dark); line-height: 1.65; }
.resultat-text strong { font-weight: 500; }
/* SECTION FORMULAIRE */
.section-form { background: var(--cream); padding: 6rem 5rem; border-top: 1px solid var(--border); }
.form-by { display: flex; align-items: center; gap: 1rem; padding: 1.2rem 1.5rem; background: var(--cream-light); border: 1px solid var(--border); border-radius: 10px; margin-bottom: 1.5rem; }
.form-by-avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.2rem; color: #fff; flex-shrink: 0; }
.form-by-name { font-weight: 500; font-size: 0.92rem; color: var(--dark); }
.form-by-role { font-size: 0.78rem; color: var(--muted); }
.audit-form { display: flex; flex-direction: column; gap: 1.2rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-label { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--dark-3); }
.form-input, .form-textarea {
  width: 100%; padding: 0.85rem 1rem;
  background: var(--cream-light);
  border: 1px solid var(--border); border-radius: 6px;
  font-family: var(--font-body); font-size: 0.95rem; color: var(--dark);
  transition: border-color 0.25s; outline: none;
}
.form-input:focus, .form-textarea:focus { border-color: var(--orange); }
.form-textarea { resize: vertical; min-height: 120px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-price-reveal { display: flex; align-items: flex-start; gap: 2rem; background: var(--dark-2); border-radius: 10px; padding: 2rem; margin-bottom: 0; flex-wrap: wrap; }
.form-price-label { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 0.3rem; }
.form-price-amount { font-family: var(--font-display); font-size: 3rem; font-weight: 300; color: var(--orange-bg); line-height: 1; }
.form-price-detail { font-size: 0.8rem; color: rgba(255,255,255,0.5); margin-top: 0.4rem; }
.form-price-right { flex: 1; }
.form-price-includes { display: flex; flex-direction: column; gap: 0.4rem; font-size: 0.88rem; color: rgba(255,255,255,0.75); }
.form-submit-final { width: 100%; padding: 1.1rem; background: var(--orange); color: #fff; font-family: var(--font-body); font-size: 1rem; font-weight: 500; letter-spacing: 0.06em; border: none; border-radius: 6px; cursor: pointer; transition: background 0.25s; }
.form-submit-final:hover { background: var(--orange-light); }
@media (max-width: 768px) {
  .form-row-2 { grid-template-columns: 1fr; }
  .form-price-reveal { flex-direction: column; gap: 1rem; }
}
/* SECTION FAQ */
.section-faq { background: var(--cream); padding: 5rem; border-top: 1px solid var(--border); }
.faq-list { max-width: 700px; margin: 3rem auto 0; display: flex; flex-direction: column; gap: 0; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { width: 100%; text-align: left; padding: 1.5rem 0; background: none; border: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: var(--font-body); font-size: 1rem; font-weight: 500; color: var(--dark); transition: color 0.25s; }
.faq-question:hover { color: var(--orange); }
.faq-icon { font-size: 1.2rem; color: var(--orange); flex-shrink: 0; transition: transform 0.25s; }
.faq-answer { font-size: 0.92rem; color: var(--muted); line-height: 1.8; padding-bottom: 1.5rem; display: none; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
/* ANIMATIONS */
@keyframes fadeUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
.hero-audit-left > * { animation: fadeUp 0.7s ease both; }
.hero-audit-left > *:nth-child(1) { animation-delay: 0.1s; }
.hero-audit-left > *:nth-child(2) { animation-delay: 0.2s; }
.hero-audit-left > *:nth-child(3) { animation-delay: 0.3s; }
.hero-audit-left > *:nth-child(4) { animation-delay: 0.4s; }
.hero-audit-left > *:nth-child(5) { animation-delay: 0.5s; }
/* RESPONSIVE */
@media (max-width: 1200px) {
  .hero-audit { padding-left: 3rem; padding-right: 3rem; }
}
@media (max-width: 1024px) {
  nav { padding: 0 1.5rem; }
  .nav-links { display: none; }
  .hero-audit { grid-template-columns: 1fr; padding-left: 1.5rem; padding-right: 1.5rem; }
  .hero-audit-right { display: none; }
  .hero-audit-left { padding: 4rem 0 !important; }
  .pourqui-grid, .processus-grid { grid-template-columns: 1fr; }
  .processus-grid::before { display: none; }
  .livrable-grid, .resultats-grid { grid-template-columns: 1fr; }
  .section-pourqui, .section-processus, .section-livrable, .section-resultats, .section-form, .section-faq { padding: 4rem 2rem; }
  footer { flex-direction: column; text-align: center; padding: 2rem 1.5rem; }
}
/* SECTION TÉMOIGNAGES SLIDER */
.section-temoignages { background: var(--dark-2); padding: 6rem 5rem; border-top: 1px solid rgba(255,255,255,0.06); }
.section-temoignages .section-eyebrow { color: var(--orange-bg); }
.section-temoignages .section-eyebrow::before,
.section-temoignages .section-eyebrow::after { background: var(--orange-bg); }
.section-temoignages .section-h2 { color: #fff; }
.section-temoignages .section-h2 em { color: var(--orange-bg); }
.slider-wrap { max-width: 720px; margin: 3rem auto 0; position: relative; }
.slider-track { overflow: hidden; border-radius: 16px; }
.slider-inner { display: flex; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.temoignage-card { flex: 0 0 100%; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 2.5rem; display: flex; flex-direction: column; gap: 1.5rem; box-sizing: border-box; }
.temoignage-avatar-wrap { display: flex; flex-direction: column; align-items: center; width: fit-content; margin: 0 auto; }
.temoignage-avatar { width: 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.4rem; font-weight: 300; color: #fff; border: 3px solid rgba(255,255,255,0.1); }
.temoignage-badge { display: inline-flex; align-items: center; padding: 0.3rem 1rem; background: var(--orange); color: #fff; font-size: 0.78rem; font-weight: 500; border-radius: 100px; margin-top: -12px; position: relative; z-index: 2; white-space: nowrap; }
.temoignage-quote { font-size: 0.9rem; color: rgba(255,255,255,0.75); line-height: 1.8; text-align: center; flex: 1; }
.temoignage-footer { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,0.08); }
.temoignage-name { font-weight: 500; font-size: 1rem; color: #fff; }
.temoignage-link { font-size: 0.88rem; color: var(--orange-bg); text-decoration: none; transition: color 0.25s; }
.temoignage-link:hover { color: var(--orange-light); }
.slider-controls { display: flex; align-items: center; justify-content: center; gap: 1.5rem; margin-top: 2rem; }
.slider-btn { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.7); font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.25s; }
.slider-btn:hover { background: rgba(200,88,26,0.2); border-color: var(--orange); color: var(--orange-bg); }
.slider-dots { display: flex; gap: 0.5rem; }
.slider-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.2); cursor: pointer; transition: all 0.25s; border: none; padding: 0; }
.slider-dot.active { background: var(--orange); width: 20px; border-radius: 3px; }
.slider-counter { font-size: 0.78rem; color: rgba(255,255,255,0.35); letter-spacing: 0.1em; min-width: 40px; text-align: center; }


/* ════════════════════════════════════════════════════════════
   ── PAGE : CONTACT ──
   ════════════════════════════════════════════════════════════ */

/* NAV */
/* MAIN LAYOUT */
.contact-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  padding-top: 68px;
}
/* LEFT — INFO */
.contact-left {
  background: var(--dark-2);
  padding: 5rem 4rem;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
}
.contact-left-decor {
  position: absolute; bottom: -100px; right: -100px;
  width: 400px; height: 400px; border-radius: 50%;
  border: 1px solid rgba(200,88,26,0.1); pointer-events: none;
}
.contact-left-decor-2 {
  position: absolute; bottom: -60px; right: -60px;
  width: 260px; height: 260px; border-radius: 50%;
  border: 1px solid rgba(200,88,26,0.15); pointer-events: none;
}
.contact-eyebrow {
  display: flex; align-items: center; gap: 1rem;
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--orange-bg); margin-bottom: 2rem;
}
.contact-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--orange-bg); }
.contact-h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4vw, 4rem);
  font-weight: 300; line-height: 1.1;
  color: #fff; margin-bottom: 1.5rem;
}
.contact-h1 em { font-style: italic; color: var(--orange-bg); }
.contact-intro {
  font-size: 1rem; color: rgba(255,255,255,0.6);
  line-height: 1.85; margin-bottom: 3rem;
  max-width: 380px;
}
.contact-intro strong { color: rgba(255,255,255,0.85); font-weight: 500; }
/* Offres rapides */
.offres-rapides { display: flex; flex-direction: column; gap: 0.8rem; margin-bottom: 3rem; }
.offre-link {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.2rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px; text-decoration: none;
  transition: all 0.25s; gap: 1rem;
}
.offre-link:hover { background: rgba(200,88,26,0.12); border-color: rgba(200,88,26,0.25); }
.offre-link-left { display: flex; flex-direction: column; }
.offre-link-name { font-size: 0.9rem; font-weight: 500; color: #fff; }
.offre-link-desc { font-size: 0.75rem; color: rgba(255,255,255,0.4); }
.offre-link-arrow { color: var(--orange-bg); font-size: 0.9rem; flex-shrink: 0; }
/* Signature */
.contact-signature {
  display: flex; align-items: center; gap: 1rem;
  padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.08);
}
.signature-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.2rem;
  color: #fff; flex-shrink: 0;
}
.signature-name { font-weight: 500; font-size: 0.92rem; color: #fff; }
.signature-role { font-size: 0.75rem; color: rgba(255,255,255,0.4); }
.signature-delay {
  margin-left: auto;
  font-size: 0.72rem; color: rgba(255,255,255,0.3);
  text-align: right; line-height: 1.4;
}
/* RIGHT — FORMULAIRE */
.contact-right {
  background: var(--cream-light);
  padding: 5rem 5rem 5rem 4rem;
  display: flex; flex-direction: column; justify-content: center;
}
.form-title {
  font-family: var(--font-display);
  font-size: 1.6rem; font-weight: 300;
  color: var(--dark); margin-bottom: 0.5rem;
}
.form-subtitle { font-size: 0.88rem; color: var(--muted); margin-bottom: 2.5rem; }
.contact-form { display: flex; flex-direction: column; gap: 1.2rem; }
.form-label span { color: var(--orange); }
.form-input, .form-textarea, .form-select {
  width: 100%; padding: 0.85rem 1rem;
  background: var(--cream);
  border: 1px solid var(--border); border-radius: 6px;
  font-family: var(--font-body); font-size: 0.95rem; color: var(--dark);
  transition: border-color 0.25s; outline: none;
  appearance: none;
}
.form-input:focus, .form-textarea:focus, .form-select:focus { border-color: var(--orange); background: #fff; }
.form-input::placeholder, .form-textarea::placeholder { color: var(--muted-light); }
.form-select { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A746C' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.form-submit {
  width: 100%; padding: 1rem;
  background: var(--orange); color: #fff;
  font-family: var(--font-body); font-size: 0.92rem;
  font-weight: 500; letter-spacing: 0.06em;
  border: none; border-radius: 6px; cursor: pointer;
  transition: background 0.25s; margin-top: 0.5rem;
}
.form-submit:hover { background: var(--orange-light); }
.form-note {
  font-size: 0.75rem; color: var(--muted-light);
  text-align: center; margin-top: 0.5rem; line-height: 1.5;
}
/* Success message (hidden by default) */
.form-success {
  display: none;
  background: var(--cream);
  border: 1px solid rgba(200,88,26,0.2);
  border-radius: 10px; padding: 2rem;
  text-align: center; margin-top: 1rem;
}
.form-success.visible { display: block; }
.form-success-icon { font-size: 2rem; margin-bottom: 0.8rem; }
.form-success-title { font-family: var(--font-display); font-size: 1.4rem; font-weight: 300; color: var(--dark); margin-bottom: 0.5rem; }
.form-success-text { font-size: 0.9rem; color: var(--muted); line-height: 1.7; }
/* RESPONSIVE */
/* ── HERO CONTENT CONSTRAINT ── */
.hero-left,
.hero-audit-left,
.hero-about-left {
  max-width: 680px;
  padding-left: clamp(2rem, 5vw, 5rem);
  padding-right: 3rem;
}
.hero-right,
.hero-audit-right,
.hero-about-right {
  max-width: 600px;
  padding-left: 2rem;
  padding-right: clamp(2rem, 5vw, 5rem);
}


/* ════════════════════════════════════════════════════════════
   ── PAGE : HANANE RISAYINDI ──
   ════════════════════════════════════════════════════════════ */

/* ── NAV ── */
.nav-links a:hover, .nav-links a.active { color: var(--orange); }
/* ── HERO PORTRAIT ── */
.hero-about {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 68px;
  background: var(--cream-light);
  overflow: hidden;
}
.hero-about-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 5rem 4rem 5rem 6rem;
  position: relative; z-index: 2;
}
.page-eyebrow {
  display: flex; align-items: center; gap: 1rem;
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 2rem;
}
.page-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--orange); }
.hero-about-h1 {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 6vw, 5.5rem);
  font-weight: 300; line-height: 1.05;
  color: var(--dark); margin-bottom: 0.3rem;
}
.hero-about-role {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 300; font-style: italic;
  color: var(--orange); margin-bottom: 2rem;
}
.hero-divider { width: 60px; height: 1px; background: var(--orange); margin-bottom: 2rem; }
.hero-about-intro {
  font-size: 1.05rem; color: var(--muted);
  max-width: 480px; line-height: 1.85; margin-bottom: 2.5rem;
}
.hero-about-intro strong { color: var(--dark); font-weight: 500; }
/* Stats row */
.stats-row { display: flex; gap: 2.5rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.stat-item {}
.stat-num {
  font-family: var(--font-display);
  font-size: 2.5rem; font-weight: 300;
  color: var(--orange); line-height: 1;
}
.stat-label { font-size: 0.78rem; color: var(--muted); letter-spacing: 0.05em; margin-top: 0.2rem; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 2rem; background: var(--orange); color: #fff;
  font-size: 0.82rem; font-weight: 500; letter-spacing: 0.08em;
  text-decoration: none; border-radius: 4px; transition: background 0.25s;
}
.btn-primary:hover { background: var(--orange-light); }
.btn-ghost {
  display: inline-flex;
  padding: 0.85rem 2rem; border: 1px solid var(--border);
  color: var(--dark); font-size: 0.82rem;
  text-decoration: none; border-radius: 4px; transition: all 0.25s;
}
.btn-ghost:hover { border-color: var(--orange); color: var(--orange); }
/* Hero right — photo */
.hero-about-right {
  position: relative; overflow: hidden;
  background: var(--cream);
  display: flex; align-items: flex-end; justify-content: center;
}
.hero-photo-wrap {
  width: 100%; height: 100%;
  min-height: 600px;
  position: relative;
}
.hero-photo-wrap img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
}
/* Placeholder SVG quand pas encore de photo */
.hero-photo-placeholder {
  width: 100%; height: 100%; min-height: 600px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, #E8DDD0 0%, #D4C4B0 100%);
  position: relative;
}
.photo-placeholder-text {
  text-align: center;
  font-family: var(--font-display);
}
.photo-placeholder-text .name {
  font-size: 2rem; font-weight: 300;
  color: var(--dark); letter-spacing: 0.05em;
  display: block; margin-bottom: 0.5rem;
}
.photo-placeholder-text .role {
  font-size: 0.78rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--orange);
}
/* Badge flottant */
.floating-badge {
  position: absolute; bottom: 2rem; left: -1.5rem;
  background: var(--dark); color: #fff;
  padding: 1.2rem 1.6rem; border-radius: 8px;
  z-index: 10;
}
.floating-badge .badge-num {
  font-family: var(--font-display);
  font-size: 2rem; font-weight: 300;
  color: var(--orange-bg); line-height: 1;
}
.floating-badge .badge-text {
  font-size: 0.72rem; color: rgba(255,255,255,0.7);
  letter-spacing: 0.05em; margin-top: 0.3rem;
}
.orange-strip {
  position: absolute; top: 0; right: 0;
  width: 8px; height: 100%;
  background: var(--orange);
}
/* ── SECTION : TRILOGIE ── */
.section-trilogie {
  background: var(--dark-2);
  padding: 6rem 5rem;
}
.trilogie-header { text-align: center; margin-bottom: 4rem; }
.section-h2-dark {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 300; color: #fff; line-height: 1.15;
}
.section-h2-dark .italic { font-style: italic; color: var(--orange-bg); }
.trilogie-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px; overflow: hidden;
  max-width: 1100px; margin: 0 auto;
}
.trilogie-item {
  background: var(--dark-2);
  padding: 3rem 2.5rem;
  transition: background 0.25s;
}
.trilogie-item:hover { background: rgba(255,255,255,0.03); }
.trilogie-num {
  font-family: var(--font-display);
  font-size: 4rem; font-weight: 300;
  color: rgba(255,255,255,0.06); line-height: 1;
  margin-bottom: 1.5rem;
}
.trilogie-icon {
  width: 48px; height: 48px;
  background: rgba(200,88,26,0.15);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.5rem;
}
.trilogie-icon svg {
  width: 22px; height: 22px;
  stroke: var(--orange-bg); fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.trilogie-title {
  font-family: var(--font-display);
  font-size: 1.6rem; font-weight: 400;
  color: #fff; margin-bottom: 1rem;
}
.trilogie-body { font-size: 0.92rem; color: rgba(255,255,255,0.6); line-height: 1.8; }
.trilogie-body em { color: var(--orange-bg); font-style: italic; }
/* ── SECTION : HISTOIRE ── */
.section-histoire {
  background: var(--cream-light);
  padding: 6rem 5rem;
}
.histoire-grid {
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: 5rem; max-width: 1100px; margin: 3rem auto 0;
  align-items: start;
}
.histoire-left {}
.histoire-quote-block {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 2.5rem;
  margin-bottom: 2rem;
  position: relative;
}
.histoire-quote-block::before {
  content: '\201C';
  font-family: var(--font-display);
  font-size: 5rem; font-weight: 300;
  color: var(--orange-pale);
  position: absolute; top: 0.5rem; left: 1.5rem;
  line-height: 1;
}
.histoire-quote {
  font-family: var(--font-display);
  font-size: 1.35rem; font-weight: 300; font-style: italic;
  color: var(--dark); line-height: 1.5;
  padding-top: 1.5rem;
}
.histoire-quote-source {
  font-size: 0.72rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted-light);
  margin-top: 1.2rem;
}
.histoire-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.tag {
  padding: 0.35rem 0.9rem;
  background: var(--orange-pale);
  border: 1px solid rgba(200,88,26,0.2);
  border-radius: 100px;
  font-size: 0.75rem; letter-spacing: 0.06em;
  color: var(--orange); font-weight: 400;
}
.histoire-right {}
.histoire-h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 400; color: var(--dark);
  margin-bottom: 1.5rem; line-height: 1.2;
}
.histoire-p {
  font-size: 1rem; color: var(--dark);
  line-height: 1.85; margin-bottom: 1.2rem;
}
.histoire-p em { font-style: italic; color: var(--orange); }
.histoire-p strong { font-weight: 500; }
.milestone-list { margin: 2rem 0; display: flex; flex-direction: column; gap: 0; }
.milestone {
  display: grid; grid-template-columns: 80px 1fr;
  gap: 1.2rem; padding: 1.2rem 0;
  border-bottom: 1px solid var(--border);
  align-items: start;
}
.milestone-year {
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 300;
  color: var(--orange); padding-top: 0.15rem;
}
.milestone-content {}
.milestone-title { font-weight: 500; font-size: 0.95rem; color: var(--dark); }
.milestone-desc { font-size: 0.88rem; color: var(--muted); margin-top: 0.2rem; }
/* ── SECTION : VALEURS ── */
.section-valeurs {
  background: var(--cream);
  padding: 6rem 5rem;
  border-top: 1px solid var(--border);
}
.valeurs-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; max-width: 900px; margin: 3rem auto 0;
}
.valeur-card {
  background: var(--cream-light);
  border: 1px solid var(--border);
  border-radius: 10px; padding: 2rem;
}
.valeur-card-top {
  display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem;
}
.valeur-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--orange); flex-shrink: 0;
}
.valeur-title {
  font-family: var(--font-display);
  font-size: 1.25rem; font-weight: 400; color: var(--dark);
}
.valeur-body { font-size: 0.9rem; color: var(--muted); line-height: 1.75; }
/* ── SECTION : DIFFÉRENCE ── */
.section-difference {
  background: var(--dark-2);
  padding: 6rem 5rem;
}
.difference-inner { max-width: 900px; margin: 0 auto; }
.difference-h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300; color: #fff;
  text-align: center; margin-bottom: 3.5rem; line-height: 1.2;
}
.difference-h2 em { font-style: italic; color: var(--orange-bg); }
.difference-list { display: flex; flex-direction: column; gap: 0; }
.diff-item {
  display: flex; align-items: flex-start; gap: 0.8rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.diff-num {
  font-family: var(--font-display);
  font-size: 2.5rem; font-weight: 300;
  color: rgba(255,255,255,0.12); line-height: 1;
}
.diff-content {}
.diff-title {
  font-family: var(--font-display);
  font-size: 1.3rem; font-weight: 400;
  color: var(--orange-bg); margin-bottom: 0.5rem;
}
.diff-body { font-size: 0.92rem; color: rgba(255,255,255,0.6); line-height: 1.8; }
.diff-body strong { color: rgba(255,255,255,0.85); font-weight: 500; }
/* ── SECTION : TÉMOIGNAGE ── */
.section-temoignage {
  background: var(--cream-light);
  padding: 5rem;
  border-top: 1px solid var(--border);
  text-align: center;
}
.big-quote {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 300; font-style: italic;
  color: var(--dark); max-width: 820px;
  margin: 0 auto 1.5rem; line-height: 1.35;
}
.big-quote em { color: var(--orange); }
.big-quote-source {
  font-size: 0.75rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--muted-light);
}
.quote-big-mark {
  font-family: var(--font-display);
  font-size: 6rem; line-height: 0.5;
  color: var(--orange-pale); display: block;
  margin-bottom: 1rem;
}
/* ── SECTION : CTA ── */
.section-cta-about {
  background: var(--dark);
  padding: 6rem 5rem;
  text-align: center; position: relative; overflow: hidden;
}
.cta-decor {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 600px; height: 600px; border-radius: 50%;
  border: 1px solid rgba(200,88,26,0.1); pointer-events: none;
}
.cta-decor-2 {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 900px; height: 900px; border-radius: 50%;
  border: 1px solid rgba(200,88,26,0.05); pointer-events: none;
}
.cta-eyebrow-about {
  font-size: 0.72rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--orange-bg);
  margin-bottom: 1.5rem;
}
.cta-h2-about {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300; color: #fff;
  line-height: 1.1; margin-bottom: 1.5rem;
}
.cta-h2-about em { font-style: italic; color: var(--orange-bg); }
.cta-sub-about {
  font-size: 1rem; color: rgba(255,255,255,0.55);
  max-width: 500px; margin: 0 auto 2.5rem; line-height: 1.8;
}
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-cta-main {
  padding: 1rem 2.5rem; background: var(--orange); color: #fff;
  font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em;
  text-decoration: none; border-radius: 4px; transition: background 0.25s;
  position: relative; z-index: 2;
}
.btn-cta-main:hover { background: var(--orange-light); }
.btn-cta-ghost {
  padding: 1rem 2.5rem;
  border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.75);
  font-size: 0.85rem; letter-spacing: 0.08em;
  text-decoration: none; border-radius: 4px; transition: all 0.25s;
  position: relative; z-index: 2;
}
.btn-cta-ghost:hover { border-color: rgba(255,255,255,0.5); color: #fff; }
/* ── ANIMATIONS ── */
.hero-about-left > * { animation: fadeUp 0.7s ease both; }
.hero-about-left > *:nth-child(1) { animation-delay: 0.1s; }
.hero-about-left > *:nth-child(2) { animation-delay: 0.2s; }
.hero-about-left > *:nth-child(3) { animation-delay: 0.3s; }
.hero-about-left > *:nth-child(4) { animation-delay: 0.35s; }
.hero-about-left > *:nth-child(5) { animation-delay: 0.4s; }
.hero-about-left > *:nth-child(6) { animation-delay: 0.5s; }
/* ── SECTION MÉDIAS / PODCASTS ── */
.section-medias {
  background: var(--cream-light);
  padding: 6rem 5rem;
  border-top: 1px solid var(--border);
}
.medias-intro {
  font-size: 1rem; color: var(--muted);
  max-width: 600px; line-height: 1.8;
  margin: 0 auto 3.5rem; text-align: center;
}
.medias-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 1100px; margin: 0 auto;
}
.media-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}
.media-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.07);
}
.media-card.featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.media-card-accent {
  background: var(--dark-2);
  padding: 2.5rem;
  display: flex; flex-direction: column; justify-content: space-between;
}
.media-card-content {
  padding: 2rem 2rem 2rem 2.5rem;
  display: flex; flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.media-card-body { padding: 2rem; display: flex; flex-direction: column; flex: 1; }
.media-tag {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 0.8rem;
}
.media-tag-dark {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--orange-bg); margin-bottom: 0.8rem;
}
.media-host {
  font-family: var(--font-display);
  font-size: 1.4rem; font-weight: 400;
  color: var(--dark); margin-bottom: 0.3rem; line-height: 1.2;
}
.media-host-dark {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 400;
  color: #fff; margin-bottom: 0.3rem; line-height: 1.2;
}
.media-show {
  font-size: 0.82rem; color: var(--muted);
  margin-bottom: 1rem; font-style: italic;
}
.media-show-dark { font-size: 0.82rem; color: rgba(255,255,255,0.5); margin-bottom: 1rem; font-style: italic; }
.media-desc {
  font-size: 0.9rem; color: var(--dark);
  line-height: 1.75; margin-bottom: 1.2rem; flex: 1;
}
.media-desc-dark { font-size: 0.9rem; color: rgba(255,255,255,0.7); line-height: 1.75; margin-bottom: 1.5rem; flex: 1; }
.media-quote {
  font-family: var(--font-display);
  font-size: 1.05rem; font-style: italic; font-weight: 300;
  color: var(--dark); border-left: 2px solid var(--orange);
  padding-left: 1rem; margin: 1rem 0 1.5rem; line-height: 1.5;
}
.media-quote-dark {
  font-family: var(--font-display);
  font-size: 1.05rem; font-style: italic; font-weight: 300;
  color: rgba(255,255,255,0.85); border-left: 2px solid var(--orange-bg);
  padding-left: 1rem; margin: 1rem 0 1.5rem; line-height: 1.5;
}
.media-topics {
  display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1.5rem;
}
.media-topic {
  padding: 0.25rem 0.7rem;
  background: var(--orange-pale);
  border-radius: 100px;
  font-size: 0.7rem; color: var(--orange);
}
.media-topic-dark {
  padding: 0.25rem 0.7rem;
  background: rgba(200,88,26,0.15);
  border-radius: 100px;
  font-size: 0.7rem; color: var(--orange-bg);
}
.media-btns { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-top: auto; }
.btn-media {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.6rem 1.2rem;
  background: var(--dark); color: #fff;
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; border-radius: 4px; transition: background 0.25s;
}
.btn-media:hover { background: var(--orange); }
.btn-media-outline {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.6rem 1.2rem;
  border: 1px solid var(--border); color: var(--dark);
  font-size: 0.72rem; font-weight: 400;
  letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; border-radius: 4px; transition: all 0.25s;
}
.btn-media-outline:hover { border-color: var(--orange); color: var(--orange); }
.btn-media-ghost-white {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.6rem 1.2rem;
  border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.75);
  font-size: 0.72rem; font-weight: 400;
  letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; border-radius: 4px; transition: all 0.25s;
}
.btn-media-ghost-white:hover { border-color: var(--orange-bg); color: var(--orange-bg); }
.media-livre-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(200,88,26,0.15);
  border: 1px solid rgba(200,88,26,0.25);
  border-radius: 6px; padding: 0.6rem 1rem;
  font-size: 0.78rem; color: var(--orange-bg);
  margin-bottom: 1.5rem; width: fit-content;
}
/* ── RESPONSIVE ── */
.hero-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
/* ── HERO CONTENT — PADDING PAR PAGE ── */
/* Homepage */
.hero {
  padding-left: max(3rem, calc((100vw - 1200px) / 2));
  padding-right: max(3rem, calc((100vw - 1200px) / 2));
}
.hero-left  { padding: 5rem 3rem 5rem 0 !important; max-width: none !important; }
.hero-right { padding: 5rem 0 5rem 3rem !important; max-width: none !important; }

/* Audit + LinkedIn + System (hero-audit-left/right) */
.hero-audit-left  { padding: 5rem 3rem 5rem 0 !important; max-width: none !important; }
.hero-audit-right { padding: 5rem 0 5rem 3rem !important; max-width: none !important; }

/* Hanane — hero about exact comme fichier origine */
.hero-about {
  padding-left: max(3rem, calc((100vw - 1200px) / 2)) !important;
  padding-right: max(3rem, calc((100vw - 1200px) / 2)) !important;
}
.hero-about-left  { padding: 5rem 3rem 5rem 0 !important; max-width: none !important; }
.hero-about-right { padding: 5rem 0 5rem 3rem !important; max-width: none !important; position: relative !important; overflow: hidden !important; }
.hero-photo-wrap  { width: 100%; height: 100%; min-height: 600px; position: relative; }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

/* Contact — padding latéral préservé */
.contact-left  { padding: 5rem 4rem !important; }
.contact-right { padding: 5rem 5rem 5rem 4rem !important; }


/* ════════════════════════════════════════════════════════════
   ── PAGE : LINKEDIN4PRO ──
   ════════════════════════════════════════════════════════════ */

/* NAV */
/* HERO */
.hero-promise {
  font-size: 1.1rem; color: rgba(255,255,255,0.75);
  max-width: 480px; line-height: 1.85; margin-bottom: 1.5rem;
}
.hero-promise strong { color: #fff; font-weight: 500; }
.hero-mantra {
  font-family: var(--font-display);
  font-size: 1.2rem; font-style: italic; font-weight: 300;
  color: var(--orange-bg);
  border-left: 2px solid var(--orange);
  padding-left: 1.2rem; margin: 0 0 2.5rem;
  line-height: 1.5; max-width: 440px;
}
.btn-cta-orange {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 1rem 2.2rem; background: var(--orange); color: #fff;
  font-size: 0.9rem; font-weight: 500; letter-spacing: 0.06em;
  text-decoration: none; border-radius: 4px; transition: background 0.25s;
}
.btn-cta-orange:hover { background: var(--orange-light); }
.hero-proof { display: flex; gap: 2rem; flex-wrap: wrap; }
.proof-num {
  font-family: var(--font-display);
  font-size: 2rem; font-weight: 300;
  color: var(--orange-bg); line-height: 1;
}
.proof-label { font-size: 0.75rem; color: rgba(255,255,255,0.45); letter-spacing: 0.05em; }
/* Hero right */
.hero-result-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px; padding: 2.5rem;
  width: 100%; max-width: 380px;
}
.hero-result-tag {
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--orange-bg);
  margin-bottom: 1.5rem; display: block;
}
.result-item {
  padding: 1.2rem 0; border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex; flex-direction: column; gap: 0.3rem;
}
.result-item:last-child { border-bottom: none; padding-bottom: 0; }
.result-name { font-size: 0.78rem; font-weight: 500; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.08em; }
.result-stat {
  font-family: var(--font-display);
  font-size: 1.6rem; font-weight: 300; color: #fff; line-height: 1.1;
}
.result-stat em { font-style: italic; color: var(--orange-bg); }
.result-quote { font-size: 0.82rem; color: rgba(255,255,255,0.5); line-height: 1.55; font-style: italic; }
/* SECTION : POUR QUI */
.pourqui-card:hover { transform: translateY(-3px); }
/* SECTION : MODULES */
.section-modules { background: var(--dark-2); padding: 6rem 5rem; }
.section-eyebrow-dark {
  display: flex; align-items: center; justify-content: center; gap: 0.8rem;
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--orange-bg); margin-bottom: 1rem;
}
.section-eyebrow-dark::before, .section-eyebrow-dark::after { content: ''; width: 24px; height: 1px; background: var(--orange-bg); }
.section-h2-dark em { font-style: italic; color: var(--orange-bg); }
.modules-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 12px; overflow: hidden;
  max-width: 1100px; margin: 3rem auto 0;
}
.module-card {
  background: var(--dark-2); padding: 2.5rem 2rem;
  transition: background 0.25s; position: relative;
}
.module-card:hover { background: rgba(255,255,255,0.03); }
.module-num {
  font-family: var(--font-display); font-size: 3.5rem; font-weight: 300;
  color: rgba(255,255,255,0.05); line-height: 1;
  position: absolute; top: 1.2rem; right: 1.2rem;
}
.module-badge {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.3rem 0.8rem; background: rgba(200,88,26,0.2);
  border-radius: 100px; font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange-bg);
  margin-bottom: 1rem;
}
.module-title { font-family: var(--font-display); font-size: 1.2rem; font-weight: 400; color: #fff; margin-bottom: 0.5rem; line-height: 1.3; }
.module-desc { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 1rem; }
.module-points { display: flex; flex-direction: column; gap: 0.3rem; }
.module-point { font-size: 0.8rem; color: rgba(255,255,255,0.35); display: flex; gap: 0.5rem; }
.module-point::before { content: '—'; color: var(--orange); flex-shrink: 0; }
/* SECTION : RÉSULTATS */
.temoignages-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; max-width: 900px; margin: 3rem auto 0; }
.temoignage-result { font-family: var(--font-display); font-size: 2rem; font-weight: 300; color: var(--orange); line-height: 1; margin-bottom: 0.8rem; }
.temoignage-quote strong { font-style: normal; font-weight: 500; color: var(--dark); }
/* SECTION : BONUS & PRIX */
.section-bonus { background: var(--cream-light); padding: 6rem 5rem; border-top: 1px solid var(--border); }
.bonus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; max-width: 1000px; margin: 3rem auto 0; align-items: start; }
.bonus-list { display: flex; flex-direction: column; gap: 1rem; }
.bonus-item { display: flex; align-items: flex-start; gap: 1rem; padding: 1.2rem; background: var(--cream); border: 1px solid var(--border); border-radius: 10px; }
.bonus-icon { font-size: 1.3rem; flex-shrink: 0; }
.bonus-title { font-weight: 500; font-size: 0.92rem; color: var(--dark); margin-bottom: 0.2rem; }
.bonus-desc { font-size: 0.82rem; color: var(--muted); line-height: 1.6; }
.prix-card { background: var(--dark-2); border-radius: 14px; padding: 2.5rem; position: sticky; top: 88px; }
.prix-tag { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 0.5rem; display: block; }
.prix-barred { font-size: 1.1rem; color: rgba(255,255,255,0.3); text-decoration: line-through; margin-bottom: 0.3rem; }
.prix-main { font-family: var(--font-display); font-size: 3.5rem; font-weight: 300; color: var(--orange-bg); line-height: 1; margin-bottom: 0.3rem; }
.prix-detail { font-size: 0.78rem; color: rgba(255,255,255,0.4); margin-bottom: 1.5rem; }
.prix-includes { display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 2rem; }
.prix-include { display: flex; align-items: center; gap: 0.7rem; font-size: 0.88rem; color: rgba(255,255,255,0.7); padding: 0; }
.prix-include::before { content: '✓'; color: var(--orange-bg); flex-shrink: 0; font-size: 0.8rem; }
.btn-prix { display: flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%; padding: 1.1rem; background: var(--orange); color: #fff; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.06em; text-decoration: none; border-radius: 6px; transition: background 0.25s; margin-bottom: 0.8rem; }
.btn-prix:hover { background: var(--orange-light); }
.prix-note { font-size: 0.75rem; color: rgba(255,255,255,0.3); text-align: center; line-height: 1.5; }
/* SECTION : FORMATRICE */
.section-formatrice { background: var(--cream); padding: 6rem 5rem; border-top: 1px solid var(--border); }
.formatrice-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 5rem; max-width: 1000px; margin: 3rem auto 0; align-items: center; }
.formatrice-photo { aspect-ratio: 3/4; background: linear-gradient(160deg, #E8DDD0 0%, #D4C4B0 100%); border-radius: 12px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.formatrice-img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.formatrice-badge { position: absolute; bottom: 1.5rem; left: 1.5rem; background: var(--dark); color: #fff; padding: 0.8rem 1.2rem; border-radius: 8px; }
.formatrice-badge .badge-num { font-family: var(--font-display); font-size: 1.5rem; font-weight: 300; color: var(--orange-bg); line-height: 1; }
.formatrice-badge .badge-label { font-size: 0.68rem; color: rgba(255,255,255,0.6); }
.formatrice-h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 300; color: var(--dark); margin-bottom: 1.5rem; line-height: 1.2; }
.formatrice-h2 em { font-style: italic; color: var(--orange); }
.formatrice-p { font-size: 1rem; color: var(--dark); line-height: 1.85; margin-bottom: 1rem; }
.formatrice-p em { color: var(--orange); font-style: italic; }
.formatrice-p strong { font-weight: 500; }
.formatrice-quote { font-family: var(--font-display); font-size: 1.15rem; font-style: italic; font-weight: 300; color: var(--dark); border-left: 2px solid var(--orange); padding-left: 1.2rem; margin: 1.5rem 0; line-height: 1.5; }
.credentials { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.5rem; }
.credential { padding: 0.3rem 0.9rem; background: var(--orange-pale); border-radius: 100px; font-size: 0.75rem; color: var(--orange); border: 1px solid rgba(200,88,26,0.2); }
/* SECTION : CTA FINAL */
.section-cta { background: var(--dark); padding: 6rem 5rem; text-align: center; position: relative; overflow: hidden; }
.cta-eyebrow { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--orange-bg); margin-bottom: 1.5rem; }
.cta-h2 { font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 300; color: #fff; line-height: 1.1; margin-bottom: 1.5rem; }
.cta-h2 em { font-style: italic; color: var(--orange-bg); }
.cta-sub { font-size: 1rem; color: rgba(255,255,255,0.55); max-width: 520px; margin: 0 auto 2.5rem; line-height: 1.8; }
/* ANIMATIONS */
.hero-left > * { animation: fadeUp 0.7s ease both; }
.hero-left > *:nth-child(1) { animation-delay: 0.1s; }
.hero-left > *:nth-child(2) { animation-delay: 0.2s; }
.hero-left > *:nth-child(3) { animation-delay: 0.3s; }
.hero-left > *:nth-child(4) { animation-delay: 0.4s; }
.hero-left > *:nth-child(5) { animation-delay: 0.45s; }
.hero-left > *:nth-child(6) { animation-delay: 0.5s; }
/* RESPONSIVE */


/* ════════════════════════════════════════════════════════════
   ── PAGE : SYSTEM4PRO ──
   ════════════════════════════════════════════════════════════ */

/* NAV */
/* HERO */
.hero-lead {
  font-size: 1.1rem; color: rgba(255,255,255,0.7);
  max-width: 480px; line-height: 1.85; margin-bottom: 1rem;
}
.hero-lead strong { color: #fff; font-weight: 500; }
.hero-statement {
  font-family: var(--font-display);
  font-size: 1.3rem; font-style: italic; font-weight: 300;
  color: var(--orange-bg);
  border-left: 2px solid var(--orange);
  padding-left: 1.2rem; margin: 1.5rem 0 2.5rem;
  line-height: 1.5; max-width: 440px;
}
/* Hero right — problème 01/02/03 */
.hero-problems {
  display: flex; flex-direction: column; gap: 1px;
  width: 100%; max-width: 400px;
  background: rgba(255,255,255,0.06); border-radius: 12px; overflow: hidden;
}
.hero-problem {
  background: rgba(255,255,255,0.03);
  padding: 1.8rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.25s;
}
.hero-problem:hover { background: rgba(255,255,255,0.06); }
.hero-problem:last-child { border-bottom: none; }
.problem-num {
  font-family: var(--font-display);
  font-size: 3rem; font-weight: 300;
  color: rgba(255,255,255,0.08); line-height: 1;
  margin-bottom: 0.5rem;
}
.problem-title { font-weight: 500; font-size: 0.92rem; color: #fff; margin-bottom: 0.4rem; }
.problem-body { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.6; }
/* SECTION : LE VRAI PROBLÈME */
.section-problem {
  background: var(--cream-light);
  padding: 6rem 5rem;
}
.problem-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; max-width: 1100px; margin: 3rem auto 0;
  align-items: center;
}
.problem-left {}
.problem-intro { font-size: 1.1rem; color: var(--dark); line-height: 1.85; margin-bottom: 1.5rem; }
.problem-intro strong { font-weight: 500; }
.problem-big-statement {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 300; line-height: 1.3;
  color: var(--dark); margin-bottom: 2rem;
}
.problem-big-statement em { font-style: italic; color: var(--orange); }
.problem-right {}
.profile-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 12px; padding: 2.5rem;
}
.profile-card-title {
  font-family: var(--font-display);
  font-size: 1.4rem; font-weight: 400;
  color: var(--dark); margin-bottom: 1.5rem;
  padding-bottom: 1rem; border-bottom: 1px solid var(--border);
}
.profile-card-title em { font-style: italic; color: var(--orange); }
.profile-list { display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 1.5rem; }
.profile-item {
  display: flex; align-items: flex-start; gap: 0.8rem;
  font-size: 0.92rem; color: var(--dark); line-height: 1.5;
}
.profile-arrow { color: var(--orange); flex-shrink: 0; font-size: 0.8rem; margin-top: 0.2rem; }
.profile-sep { width: 100%; height: 1px; background: var(--border); margin: 1rem 0; }
.profile-sub { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.8rem; }
/* SECTION EYEBROW SHARED */
/* SECTION : MÉTHODE 6 ÉTAPES */
.section-methode {
  background: var(--dark-2);
  padding: 6rem 5rem;
}
.methode-sub { font-size: 1rem; color: rgba(255,255,255,0.55); max-width: 560px; margin: 1rem auto 3.5rem; text-align: center; line-height: 1.8; }
.etapes-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 12px; overflow: hidden;
  max-width: 1100px; margin: 0 auto;
}
.etape {
  background: var(--dark-2);
  padding: 2.5rem 2rem;
  transition: background 0.25s;
  position: relative;
}
.etape:hover { background: rgba(255,255,255,0.03); }
.etape-num {
  font-family: var(--font-display);
  font-size: 4rem; font-weight: 300;
  color: rgba(255,255,255,0.06); line-height: 1;
  position: absolute; top: 1.5rem; right: 1.5rem;
}
.etape-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--orange); color: #fff;
  font-size: 0.8rem; font-weight: 500;
  margin-bottom: 1.2rem;
}
.etape-title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; color: #fff; margin-bottom: 0.8rem; }
.etape-desc { font-size: 0.85rem; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 1.2rem; }
.etape-items { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.2rem; }
.etape-item { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.82rem; color: rgba(255,255,255,0.45); }
.etape-item::before { content: '—'; color: var(--orange); flex-shrink: 0; }
.etape-objectif {
  font-size: 0.78rem; font-style: italic;
  color: var(--orange-bg); line-height: 1.55;
  padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.06);
}
/* SECTION : AVANT/APRÈS */
.section-avantapres {
  background: var(--cream);
  padding: 6rem 5rem;
  border-top: 1px solid var(--border);
}
.avantapres-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2rem; max-width: 900px; margin: 3rem auto 0;
}
.avant-card {
  background: var(--cream-light);
  border: 1px solid var(--border);
  border-radius: 12px; padding: 2.5rem;
}
.apres-card {
  background: var(--dark-2);
  border-radius: 12px; padding: 2.5rem;
}
.avantapres-label {
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.15em;
  text-transform: uppercase; margin-bottom: 1.5rem;
  padding-bottom: 1rem; border-bottom: 1px solid var(--border);
}
.avant-card .avantapres-label { color: var(--muted); border-color: var(--border); }
.apres-card .avantapres-label { color: var(--orange-bg); border-color: rgba(255,255,255,0.08); }
.avantapres-items { display: flex; flex-direction: column; gap: 0.8rem; }
.avantapres-item { display: flex; align-items: flex-start; gap: 0.8rem; font-size: 0.92rem; line-height: 1.6; }
.avant-card .avantapres-item { color: var(--muted); }
.apres-card .avantapres-item { color: rgba(255,255,255,0.75); }
.item-icon-avant { color: var(--muted-light); flex-shrink: 0; }
.item-icon-apres { color: var(--orange-bg); flex-shrink: 0; }
.avantapres-conclusion {
  text-align: center; max-width: 600px; margin: 3rem auto 0;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 300; font-style: italic;
  color: var(--dark); line-height: 1.4;
}
.avantapres-conclusion em { color: var(--orange); }
/* SECTION : INCLUS */
.section-inclus {
  background: var(--cream-light);
  padding: 6rem 5rem;
  border-top: 1px solid var(--border);
}
.inclus-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; max-width: 1000px; margin: 3rem auto 0;
  align-items: start;
}
.inclus-list { display: flex; flex-direction: column; gap: 0; }
.inclus-item {
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem 0; border-bottom: 1px solid var(--border);
  font-size: 0.92rem; color: var(--dark);
}
.inclus-check {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--orange); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem; flex-shrink: 0;
}
.options-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 12px; padding: 2rem;
}
.options-title {
  font-family: var(--font-display);
  font-size: 1.2rem; font-weight: 400; color: var(--dark);
  margin-bottom: 1rem; padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--border);
}
.options-sub { font-size: 0.82rem; color: var(--muted); margin-bottom: 1.2rem; }
.options-list { display: flex; flex-direction: column; gap: 0.6rem; }
.options-item { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.88rem; color: var(--dark-3); }
.options-item::before { content: '+'; color: var(--orange); font-weight: 500; flex-shrink: 0; }
/* SECTION : DIFFÉRENCE */
.diff-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2rem; max-width: 900px; margin: 3rem auto 0;
}
.diff-card {
  border-radius: 12px; padding: 2.5rem;
}
.diff-card-classic {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}
.diff-card-system {
  background: rgba(200,88,26,0.12);
  border: 1px solid rgba(200,88,26,0.25);
}
.diff-card-label {
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.15em;
  text-transform: uppercase; margin-bottom: 1.5rem;
  padding-bottom: 0.8rem; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.diff-card-classic .diff-card-label { color: rgba(255,255,255,0.3); }
.diff-card-system .diff-card-label { color: var(--orange-bg); border-color: rgba(200,88,26,0.2); }
.diff-items { display: flex; flex-direction: column; gap: 0.7rem; }
.diff-card-classic .diff-item { color: rgba(255,255,255,0.4); }
.diff-card-system .diff-item { color: rgba(255,255,255,0.85); font-weight: 400; }
.diff-dot-classic { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.2); flex-shrink: 0; margin-top: 0.5rem; }
.diff-dot-system { width: 6px; height: 6px; border-radius: 50%; background: var(--orange-bg); flex-shrink: 0; margin-top: 0.5rem; }
/* SECTION : ÉTUDES DE CAS */
.section-cas {
  background: var(--cream);
  padding: 6rem 5rem;
  border-top: 1px solid var(--border);
}
.cas-grid {
  display: flex; flex-direction: column;
  gap: 1.5rem; max-width: 1100px; margin: 3rem auto 0;
}
.cas-card {
  background: var(--cream-light);
  border: 1px solid var(--border);
  border-radius: 12px; padding: 2rem;
  display: flex; flex-direction: column;
}
.cas-card.featured {
  background: var(--cream-light);
  border: 1px solid var(--border);
}
.cas-featured-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2.5rem; margin-top: 1rem;
}
.cas-grid-secondary {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.cas-tag {
  display: inline-flex; padding: 0.25rem 0.8rem;
  background: var(--orange-pale); border-radius: 100px;
  font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 0.5rem; width: fit-content;
}
.cas-sector { font-weight: 500; font-size: 0.9rem; color: var(--dark); margin-bottom: 1.5rem; }
.cas-section-label { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-light); margin-bottom: 0.4rem; }
.cas-text { font-size: 0.88rem; color: var(--muted); line-height: 1.7; margin-bottom: 1.2rem; }
.cas-results { display: flex; flex-direction: column; gap: 0.4rem; margin-top: auto; padding-top: 1.2rem; border-top: 1px solid var(--border); }
.cas-result { display: flex; align-items: center; gap: 0.6rem; font-size: 0.85rem; color: var(--dark); font-weight: 400; }
.cas-result::before { content: '✓'; color: var(--orange); font-size: 0.75rem; flex-shrink: 0; }
/* SECTION : ÉCOSYSTÈME */
.section-ecosystem {
  background: var(--cream-light);
  padding: 6rem 5rem;
  border-top: 1px solid var(--border);
}
.ecosystem-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; max-width: 1000px; margin: 3rem auto 0;
}
.eco-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 10px; padding: 2rem;
}
.eco-icon { font-size: 1.5rem; margin-bottom: 1rem; }
.eco-title { font-family: var(--font-display); font-size: 1.2rem; font-weight: 400; color: var(--dark); margin-bottom: 0.5rem; }
.eco-items { display: flex; flex-direction: column; gap: 0.4rem; margin-top: 0.8rem; }
.eco-item { font-size: 0.88rem; color: var(--muted); display: flex; align-items: flex-start; gap: 0.5rem; }
.eco-item::before { content: '—'; color: var(--orange); flex-shrink: 0; font-size: 0.75rem; margin-top: 0.15rem; }
/* SECTION : CTA */
/* ANIMATIONS */
/* RESPONSIVE */
/* Override individual hero column paddings */
/* ── HERO CONTENT UNIFORM ── */
/* homepage hero */
/* audit hero */
/* about hero */
/* contact */
/* system + linkedin hero (.hero class shared) */
/* already covered above */


/* ════════════════════════════════════════════════════════════
   ── PAGE : TEST MULTIPOTE ──
   ════════════════════════════════════════════════════════════ */

/* NAV */
/* HERO */
.hero-bg-circle-1 {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 700px; border-radius: 50%;
  border: 1px solid rgba(200,88,26,0.08); pointer-events: none;
}
.hero-bg-circle-2 {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 500px; height: 500px; border-radius: 50%;
  border: 1px solid rgba(200,88,26,0.12); pointer-events: none;
}
.hero-bg-circle-3 {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 300px; height: 300px; border-radius: 50%;
  border: 1px solid rgba(200,88,26,0.18); pointer-events: none;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.4rem 1.2rem; background: rgba(200,88,26,0.15);
  border: 1px solid rgba(200,88,26,0.3); border-radius: 100px;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--orange-bg);
  margin-bottom: 2rem; position: relative; z-index: 2;
}
.hero-stats {
  display: flex; gap: 3rem; justify-content: center;
  flex-wrap: wrap; margin-bottom: 3rem;
  position: relative; z-index: 2;
}
.hero-stat {}
.hero-stat-num {
  font-family: var(--font-display);
  font-size: 2.8rem; font-weight: 300;
  color: var(--orange-bg); line-height: 1;
}
.hero-stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.4); letter-spacing: 0.08em; }
.hero-cta {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 1.1rem 3rem; background: var(--orange); color: #fff;
  font-size: 1rem; font-weight: 500; letter-spacing: 0.06em;
  text-decoration: none; border-radius: 6px; transition: background 0.25s;
  position: relative; z-index: 2; margin-bottom: 1rem;
}
.hero-cta:hover { background: var(--orange-light); }
.hero-cta-note { font-size: 0.78rem; color: rgba(255,255,255,0.35); position: relative; z-index: 2; }
/* SECTION : C'EST POUR VOUS SI */
.section-signes {
  background: var(--cream-light);
  padding: 6rem 5rem;
}
.signes-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem; max-width: 1000px; margin: 0 auto;
}
.signe-card {
  background: var(--cream); border: 1px solid var(--border);
  border-radius: 12px; padding: 1.8rem;
  display: flex; align-items: flex-start; gap: 1rem;
  transition: transform 0.25s;
}
.signe-card:hover { transform: translateY(-2px); }
.signe-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--orange); flex-shrink: 0; margin-top: 0.5rem;
}
.signe-text { font-size: 0.92rem; color: var(--dark); line-height: 1.65; }
.signe-text em { color: var(--orange); font-style: italic; }
/* SECTION : LE TEST */
.section-letest {
  background: var(--cream);
  padding: 6rem 5rem;
  border-top: 1px solid var(--border);
}
.letest-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; max-width: 1000px; margin: 3rem auto 0;
  align-items: center;
}
.letest-left {}
.letest-h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 300; color: var(--dark);
  margin-bottom: 1.5rem; line-height: 1.2;
}
.letest-h2 em { font-style: italic; color: var(--orange); }
.letest-p { font-size: 1rem; color: var(--muted); line-height: 1.85; margin-bottom: 1rem; }
.letest-p strong { color: var(--dark); font-weight: 500; }
.letest-warning {
  display: flex; align-items: flex-start; gap: 0.8rem;
  background: var(--orange-pale); border-radius: 8px;
  padding: 1.2rem 1.4rem; margin-top: 1.5rem;
  font-size: 0.88rem; color: var(--dark-2); line-height: 1.65;
}
.letest-right {}
.letest-features {
  display: flex; flex-direction: column; gap: 0;
  background: var(--dark-2); border-radius: 14px; overflow: hidden;
}
.letest-feature {
  padding: 1.8rem 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex; align-items: flex-start; gap: 1.2rem;
}
.letest-feature:last-child { border-bottom: none; }
.letest-feature-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: rgba(200,88,26,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; flex-shrink: 0;
}
.letest-feature-content {}
.letest-feature-title { font-weight: 500; font-size: 0.92rem; color: #fff; margin-bottom: 0.2rem; }
.letest-feature-desc { font-size: 0.82rem; color: rgba(255,255,255,0.5); line-height: 1.55; }
.letest-feature-desc em { color: var(--orange-bg); }
/* SECTION : 7 PROFILS */
.section-profils {
  background: var(--dark-2);
  padding: 6rem 5rem;
}
.profils-teaser {
  display: flex; flex-wrap: wrap; gap: 0.8rem;
  justify-content: center; max-width: 700px;
  margin: 3rem auto 0;
}
.profil-pill {
  padding: 0.6rem 1.4rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 100px;
  font-size: 0.88rem; color: rgba(255,255,255,0.65);
  transition: all 0.25s; cursor: default;
}
.profil-pill:hover { background: rgba(200,88,26,0.15); border-color: rgba(200,88,26,0.3); color: var(--orange-bg); }
.profil-pill.active { background: rgba(200,88,26,0.2); border-color: rgba(200,88,26,0.4); color: var(--orange-bg); }
.profils-note {
  text-align: center; margin-top: 2.5rem;
  font-size: 0.9rem; color: rgba(255,255,255,0.4);
  font-style: italic;
}
.profils-cta { text-align: center; margin-top: 2.5rem; }
/* SECTION : RAPPORT */
.section-rapport {
  background: var(--cream-light);
  padding: 6rem 5rem;
  border-top: 1px solid var(--border);
}
.rapport-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; max-width: 900px; margin: 3rem auto 0;
}
.rapport-card {
  background: var(--cream); border: 1px solid var(--border);
  border-radius: 12px; padding: 2rem; text-align: center;
}
.rapport-icon { font-size: 2rem; margin-bottom: 1rem; }
.rapport-title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; color: var(--dark); margin-bottom: 0.6rem; }
.rapport-desc { font-size: 0.88rem; color: var(--muted); line-height: 1.7; }
/* SECTION : CTA FINAL */
/* ANIMATIONS */
@keyframes rotateSlowCW { from { transform:translate(-50%,-50%) rotate(0deg); } to { transform:translate(-50%,-50%) rotate(360deg); } }
@keyframes rotateSlowCCW { from { transform:translate(-50%,-50%) rotate(0deg); } to { transform:translate(-50%,-50%) rotate(-360deg); } }
.hero > * { animation: fadeUp 0.7s ease both; }
.hero > *:nth-child(4) { animation-delay: 0.1s; }
.hero > *:nth-child(5) { animation-delay: 0.2s; }
.hero > *:nth-child(6) { animation-delay: 0.3s; }
.hero > *:nth-child(7) { animation-delay: 0.4s; }
.hero > *:nth-child(8) { animation-delay: 0.5s; }
/* RESPONSIVE */
/* ── HERO CONTENT CONSTRAINT ── */


/* ════════════════════════════════════════════════════════════
   ── PLUGIN WP EN ──
   ════════════════════════════════════════════════════════════ */

.nav-lang { display: flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; }
.nav-lang a { color: var(--muted); text-decoration: none; transition: color 0.25s; }
.nav-lang a:hover, .nav-lang a.active { color: var(--orange); }
.nav-lang span { color: var(--border); }
.btn-buy { display: inline-flex; align-items: center; gap: 0.6rem; padding: 1rem 2.5rem; background: var(--orange); color: #fff; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.06em; text-decoration: none; border-radius: 4px; transition: background 0.25s; }
.btn-buy:hover { background: var(--orange-light); }
.btn-demo { display: inline-flex; align-items: center; gap: 0.5rem; padding: 1rem 2rem; border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.75); font-size: 0.9rem; text-decoration: none; border-radius: 4px; transition: all 0.25s; }
.btn-demo:hover { border-color: var(--orange-bg); color: var(--orange-bg); }
.compat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; overflow: hidden; width: 100%; max-width: 380px; }
.compat-item { background: var(--dark-2); padding: 1.8rem; transition: background 0.25s; display: flex; flex-direction: column; gap: 0.6rem; }
.compat-item:hover { background: rgba(255,255,255,0.04); }
.compat-icon { font-size: 1.5rem; }
.compat-name { font-weight: 500; font-size: 0.95rem; color: #fff; }
.compat-desc { font-size: 0.78rem; color: rgba(255,255,255,0.45); line-height: 1.5; }
.section-sub { font-size: 1rem; color: var(--muted); max-width: 560px; margin: 1rem auto 0; line-height: 1.8; }
.section-sub-dark { font-size: 1rem; color: rgba(255,255,255,0.5); max-width: 560px; margin: 1rem auto 0; line-height: 1.8; }
.section-pourquoi { background: var(--cream-light); padding: 6rem max(3rem, calc((100vw - 1200px) / 2)); }
.pourquoi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; max-width: 1100px; margin: 3rem auto 0; align-items: center; }
.pourquoi-p { font-size: 1rem; color: var(--dark); line-height: 1.85; margin-bottom: 1.2rem; }
.pourquoi-p strong { font-weight: 500; }
.pourquoi-p em { color: var(--orange); font-style: italic; }
.why-list { display: flex; flex-direction: column; gap: 0; }
.why-item { display: flex; align-items: flex-start; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--border); }
.why-item:last-child { border-bottom: none; }
.why-arrow { color: var(--orange); font-size: 0.85rem; flex-shrink: 0; margin-top: 0.25rem; }
.why-text { font-size: 0.95rem; color: var(--dark); line-height: 1.65; }
.why-text strong { font-weight: 500; }
.section-features { background: var(--dark-2); padding: 6rem max(3rem, calc((100vw - 1200px) / 2)); }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; overflow: hidden; max-width: 1100px; margin: 3rem auto 0; }
.feature-card { background: var(--dark-2); padding: 2.5rem 2rem; transition: background 0.25s; }
.feature-card:hover { background: rgba(255,255,255,0.03); }
.feature-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(200,88,26,0.15); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 1.2rem; }
.feature-title { font-family: var(--font-display); font-size: 1.2rem; font-weight: 400; color: #fff; margin-bottom: 0.6rem; }
.feature-desc { font-size: 0.85rem; color: rgba(255,255,255,0.55); line-height: 1.7; }
.section-builders { background: var(--cream); padding: 6rem max(3rem, calc((100vw - 1200px) / 2)); border-top: 1px solid var(--border); }
.builders-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; max-width: 1000px; margin: 3rem auto 0; }
.builder-card { background: var(--cream-light); border: 1px solid var(--border); border-radius: 12px; padding: 2rem; text-align: center; transition: transform 0.25s, border-color 0.25s; }
.builder-card:hover { transform: translateY(-3px); border-color: var(--orange); }
.builder-icon { font-size: 2rem; margin-bottom: 1rem; }
.builder-name { font-weight: 500; font-size: 0.95rem; color: var(--dark); margin-bottom: 0.4rem; }
.builder-desc { font-size: 0.8rem; color: var(--muted); line-height: 1.55; }
.builder-badge { display: inline-flex; margin-top: 0.8rem; padding: 0.25rem 0.7rem; background: var(--orange-pale); border-radius: 100px; font-size: 0.68rem; color: var(--orange); font-weight: 500; }
.section-prix { background: var(--cream-light); padding: 6rem max(3rem, calc((100vw - 1200px) / 2)); border-top: 1px solid var(--border); }
.prix-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; max-width: 1000px; margin: 3rem auto 0; align-items: start; }
.prix-inclus { display: flex; flex-direction: column; gap: 0; margin-bottom: 2rem; }
.prix-include:last-child { border-bottom: none; }
.prix-check { width: 20px; height: 20px; border-radius: 50%; background: var(--orange); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.6rem; flex-shrink: 0; }
.prix-card-tag { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 0.5rem; }
.prix-card-amount { font-family: var(--font-display); font-size: 5rem; font-weight: 300; color: var(--orange-bg); line-height: 1; margin-bottom: 0.3rem; }
.prix-card-detail { font-size: 0.78rem; color: rgba(255,255,255,0.35); margin-bottom: 2rem; }
.prix-card-includes { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 2rem; }
.prix-card-include { display: flex; align-items: center; gap: 0.7rem; font-size: 0.85rem; color: rgba(255,255,255,0.7); }
.prix-card-include::before { content: '✓'; color: var(--orange-bg); flex-shrink: 0; }
.btn-buy-main { display: flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%; padding: 1.1rem; background: var(--orange); color: #fff; font-size: 0.92rem; font-weight: 500; letter-spacing: 0.06em; text-decoration: none; border-radius: 6px; transition: background 0.25s; margin-bottom: 0.8rem; }
.btn-buy-main:hover { background: var(--orange-light); }
.prix-secure { font-size: 0.72rem; color: rgba(255,255,255,0.3); text-align: center; line-height: 1.5; }


/* ════════════════════════════════════════════════════════════
   ── PLUGIN WP FR ──
   ════════════════════════════════════════════════════════════ */

/* NAV */
/* HERO */
/* Hero right */
/* SECTION EYEBROW */
/* SECTION POURQUOI */
.pourquoi-left {}
.pourquoi-right {}
/* SECTION FEATURES */
/* SECTION BUILDERS */
/* SECTION TEMOIGNAGE */
/* SECTION PRIX */
.prix-left {}
.prix-right {}
/* SECTION FAQ */
/* SECTION CTA FINAL */
/* ANIMATIONS */
/* RESPONSIVE */


/* ════════════════════════════════════════════════════════════
   ── BLOG (articles) ──
   ════════════════════════════════════════════════════════════ */

.sources-notice {
      font-size: 0.82rem; font-weight: 400; color: var(--muted);
      background: var(--cream-light); border: 1px solid var(--border);
      border-left: 3px solid var(--orange-pale);
      border-radius: 0 4px 4px 0; padding: 0.75rem 1.2rem;
      margin-bottom: 2.5rem; line-height: 1.6;
    }
.sources-notice a { color: var(--orange); text-decoration: none; font-weight: 500; }
.sources-notice a:hover { text-decoration: underline; }
a.src-ref {
      color: var(--orange); font-weight: 400;
      text-decoration: none; border-bottom: 1px solid var(--orange-pale);
      transition: border-color 0.2s;
    }
a.src-ref:hover { border-bottom-color: var(--orange); }
/* FOOTER */
footer { background: var(--dark-2); border-top: 1px solid rgba(255,255,255,0.06); padding: 2.5rem 5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.footer-brand { font-family: var(--font-display); font-size: 1.1rem; font-weight: 300; color: rgba(255,255,255,0.6); }
.footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.3); }
.footer-links { display: flex; gap: 2rem; list-style: none; }
.footer-links a { font-size: 0.75rem; color: rgba(255,255,255,0.35); text-decoration: none; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.25s; }
.footer-links a:hover { color: var(--orange-bg); }
/* BREADCRUMB */
.breadcrumb {
      background: var(--cream);
      border-bottom: 1px solid var(--border);
      padding: 0.8rem 3rem;
      font-size: 0.8rem; font-weight: 400;
      letter-spacing: 0.04em; color: var(--muted);
       display: flex;
  justify-content: center; /* ➤ centre horizontal */
  align-items: center;
    }
.breadcrumb a { color: var(--orange); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { margin: 0 0.5rem; opacity: 0.4; }
/* HERO ARTICLE */
.article-hero {
      background: var(--dark);
      color: var(--cream-light);
      padding: 5rem 3rem 4.5rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
.article-hero::before {
      content: ''; position: absolute; top: 0; left: 0;
      width: 8px; height: 100%; background: var(--orange);
    }
.article-hero::after {
      content: ''; position: absolute;
      top: -120px; right: -120px;
      width: 500px; height: 500px; border-radius: 50%;
      background: radial-gradient(circle, rgba(200,88,26,0.12) 0%, transparent 70%);
      pointer-events: none;
    }
.article-pillar {
      display: inline-block;
      border: 1px solid rgba(200,88,26,0.5); color: var(--orange-bg);
      font-size: 0.7rem; font-weight: 500; letter-spacing: 0.14em;
      text-transform: uppercase; padding: 0.35rem 1.1rem;
      border-radius: 2px; margin-bottom: 2rem;
    }
.article-hero h1 {
      font-family: var(--font-display);
      font-size: clamp(2rem, 4.5vw, 3.5rem);
      font-weight: 300; line-height: 1.15; letter-spacing: -0.01em;
      max-width: 820px; margin: 0 auto 2rem; color: var(--cream-light);
    }
.article-hero h1 em { font-style: italic; color: var(--orange-bg); }
.article-meta {
      display: flex; align-items: center; justify-content: center;
      gap: 1.5rem; flex-wrap: wrap;
      font-size: 0.8rem; font-weight: 400;
      color: rgba(250,248,243,0.45); letter-spacing: 0.05em;
    }
.meta-dot {
      width: 3px; height: 3px; border-radius: 50%;
      background: var(--orange); display: inline-block; flex-shrink: 0;
    }
/* STAT BANNER */
.stat-banner {
      background: var(--orange); padding: 1.8rem 3rem;
      display: flex; justify-content: center; flex-wrap: wrap;
    }
.stat-item:last-child { border-right: none; }
/* BODY ARTICLE */
.article-body {
      max-width: 760px; margin: 0 auto; padding: 4rem 2rem 3rem;
    }
.intro-seo {
      font-size: 1.05rem; font-weight: 400; line-height: 1.9;
      color: var(--dark); padding: 2rem 2rem 2rem 2.2rem;
      background: var(--cream); border-left: 4px solid var(--orange);
      border-radius: 0 4px 4px 0; margin-bottom: 3rem;
    }
.section-comprendre {
      background: var(--cream); border: 1px solid var(--border);
      border-radius: 8px; padding: 2.5rem; margin-bottom: 3rem;
    }
.sommaire {
      border: 1px solid var(--border); border-radius: 8px;
      padding: 2rem 2.5rem; margin-bottom: 3.5rem; background: var(--cream-light);
    }
.sommaire-eyebrow {
      font-size: 0.68rem; font-weight: 500; letter-spacing: 0.14em;
      text-transform: uppercase; color: var(--orange); margin-bottom: 1.2rem;
      display: flex; align-items: center; gap: 0.8rem;
    }
.sommaire-eyebrow::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.sommaire ol {
      list-style: none; counter-reset: s;
      display: flex; flex-direction: column; gap: 0.55rem;
    }
.sommaire ol li {
      counter-increment: s; display: flex;
      align-items: baseline; gap: 1rem;
      font-size: 0.92rem; font-weight: 300;
    }
.sommaire ol li::before {
      content: counter(s, decimal-leading-zero);
      font-size: 0.68rem; font-weight: 500; color: var(--orange);
      flex-shrink: 0; letter-spacing: 0.05em;
    }
.sommaire ol li a {
      color: var(--dark); text-decoration: none;
      border-bottom: 1px solid transparent; transition: color 0.2s, border-color 0.2s;
    }
.sommaire ol li a:hover { color: var(--orange); border-bottom-color: var(--orange-pale); }
/* TYPOGRAPHIE */
.article-h2 {
      font-family: var(--font-display);
      font-size: clamp(1.55rem, 3vw, 2.1rem);
      font-weight: 300; line-height: 1.2; letter-spacing: -0.01em;
      color: var(--dark); margin-top: 3.5rem; margin-bottom: 1.3rem; padding-top: 0.5rem;
    }
.article-h2 em { font-style: italic; color: var(--orange); }
.article-h3 {
      font-family: var(--font-body); font-size: 1rem; font-weight: 500;
      color: var(--dark); margin-top: 2rem; margin-bottom: 0.6rem;
    }
p {
      margin-bottom: 1.15rem; font-weight: 300;
      font-size: 0.97rem; line-height: 1.85; color: var(--dark);
    }
p strong { font-weight: 500; }
p em { font-style: italic; color: var(--orange-light); }
/* HIGHLIGHT DARK */
.highlight {
      background: var(--dark-2); color: var(--cream-light);
      border-radius: 6px; padding: 2rem 2.2rem; margin: 2rem 0;
      font-size: 0.95rem; font-weight: 300; line-height: 1.8;
    }
.highlight strong { font-weight: 500; color: var(--orange-bg); }
/* INSIGHT PALE */
.insight {
      background: var(--orange-pale); border-radius: 4px;
      padding: 1.4rem 1.8rem 1.4rem 2.4rem; margin: 1.8rem 0;
      font-size: 0.93rem; font-weight: 400; line-height: 1.75;
      color: var(--dark-2); position: relative;
    }
.insight::before {
      content: '→'; position: absolute; left: 1rem; top: 1.45rem;
      color: var(--orange); font-weight: 500;
    }
/* STAT GRID */
.stat-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 1px; background: var(--border);
      border: 1px solid var(--border); border-radius: 6px;
      overflow: hidden; margin: 2rem 0;
    }
.stat-cell { background: var(--cream-light); padding: 1.6rem 1.2rem; text-align: center; }
.stat-cell .num {
      font-family: var(--font-display); font-size: 2.4rem;
      font-weight: 300; color: var(--orange); letter-spacing: -0.02em; line-height: 1; display: block;
    }
.stat-cell .lbl {
      font-size: 0.78rem; font-weight: 300; color: var(--muted); margin-top: 0.4rem; line-height: 1.4;
    }
/* BLOCKQUOTE */
blockquote {
      border-left: 3px solid var(--orange); margin: 2rem 0;
      padding: 1.2rem 0 1.2rem 2rem;
      font-family: var(--font-display); font-size: 1.25rem;
      font-weight: 300; font-style: italic; color: var(--dark-3); line-height: 1.6;
    }
/* DIVIDER */
.art-divider { height: 1px; background: var(--border); margin: 3rem 0; }
/* IMAGE SEO PLACEHOLDER */
/* IMAGE SEO */
.img-seo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 2.5rem 0;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 1.5rem;
}
.img-seo-photo {
  width: 100%;
  display: flex;
  justify-content: center;
}
.img-seo-photo img {
  width: 338px;
  height: 600px;
  display: block;
  border-radius: 4px;
  object-fit: cover;
}
.img-seo-caption {
  max-width: 600px;
  font-size: 0.83rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.7;
  font-style: italic;
  text-align: center;
}
.img-seo-caption span {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.75rem;
  color: var(--muted-light);
  font-style: normal;
}
@media (max-width: 700px) {
  .img-seo-wrap {
    padding: 1rem;
  }

  .img-seo-photo img {
    max-width: 100%;
  }

  .img-seo-caption {
    max-width: 100%;
  }
}
/* IMAGE SEO PLACEHOLDER */
background: var(--cream); border: 1px solid var(--border);
      border-radius: 6px; padding: 1.5rem; margin: 2.5rem 0;
      font-size: 0.78rem; color: var(--muted); text-align: center; font-style: italic;
    }
    .img-seo img { max-width: 100%; height: auto; border-radius: 4px; display: block; margin: 0 auto 0.8rem; }
/* FAQ */
.faq-wrap { margin-top: 4rem; border-top: 1px solid var(--border); padding-top: 2.5rem; }
.faq-h2 {
      font-family: var(--font-display); font-size: 1.9rem;
      font-weight: 300; color: var(--dark); margin-bottom: 2rem; letter-spacing: -0.01em;
    }
.faq-btn {
      width: 100%; background: none; border: none; padding: 1.4rem 0;
      display: flex; justify-content: space-between; align-items: flex-start;
      gap: 1rem; cursor: pointer; text-align: left;
      font-family: var(--font-body); font-size: 0.95rem; font-weight: 500;
      color: var(--dark); line-height: 1.4;
    }
.faq-btn::after { content: '+'; font-size: 1.2rem; font-weight: 300; color: var(--orange); flex-shrink: 0; }
.faq-item.open .faq-btn::after { content: '−'; }
.faq-ans {
      font-size: 0.9rem; font-weight: 300; color: var(--muted);
      line-height: 1.85; max-height: 0; overflow: hidden;
      transition: max-height 0.3s ease, padding-bottom 0.3s;
    }
.faq-item.open .faq-ans { max-height: 600px; padding-bottom: 1.4rem; }
/* SOURCES */
.sources-wrap {
      background: var(--cream); border: 1px solid var(--border);
      border-radius: 8px; padding: 2rem 2.5rem; margin-top: 3rem;
    }
.sources-eyebrow {
      font-size: 0.68rem; font-weight: 500; letter-spacing: 0.14em;
      text-transform: uppercase; color: var(--orange); margin-bottom: 1.2rem;
    }
.sources-list { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }
.sources-list li {
      font-size: 0.83rem; font-weight: 300; color: var(--muted); line-height: 1.55;
      padding-left: 1rem; border-left: 2px solid var(--orange-pale);
    }
.sources-list a { color: var(--orange); text-decoration: none; }
.sources-list a:hover { text-decoration: underline; }
/* CTA */
.cta-wrap {
      background: var(--dark); color: var(--cream-light);
      border-radius: 10px; padding: 4rem 3rem; margin-top: 4rem;
      text-align: center; position: relative; overflow: hidden;
    }
.cta-wrap::before {
      content: ''; position: absolute; top: 0; left: 0;
      width: 6px; height: 100%; background: var(--orange);
    }
.cta-wrap::after {
      content: ''; position: absolute; bottom: -100px; right: -100px;
      width: 400px; height: 400px; border-radius: 50%;
      background: radial-gradient(circle, rgba(200,88,26,0.1) 0%, transparent 70%);
      pointer-events: none;
    }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-main {
      background: var(--orange); color: #fff;
      font-family: var(--font-body); font-weight: 500; font-size: 0.88rem;
      letter-spacing: 0.04em; padding: 0.9rem 2.2rem; border-radius: 3px;
      text-decoration: none; transition: background 0.2s, transform 0.15s;
    }
.btn-main:hover { background: var(--orange-light); transform: translateY(-1px); }
/* MAILLAGE INTERNE */
.maillage-wrap { margin-top: 3.5rem; border-top: 1px solid var(--border); padding-top: 2.5rem; }
.maillage-eyebrow {
      font-size: 0.68rem; font-weight: 500; letter-spacing: 0.14em;
      text-transform: uppercase; color: var(--muted); margin-bottom: 1.4rem;
    }
.maillage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 0.8rem; }
.maillage-card {
      display: block; background: var(--cream); border: 1px solid var(--border);
      border-radius: 6px; padding: 1.2rem 1.5rem; text-decoration: none;
      transition: border-color 0.2s, transform 0.15s;
    }
.maillage-card:hover { border-color: var(--orange-pale); transform: translateY(-2px); }
.mc-title { font-size: 0.9rem; font-weight: 500; color: var(--dark); margin-bottom: 0.25rem; }
.mc-desc { font-size: 0.78rem; font-weight: 300; color: var(--muted); line-height: 1.4; }
/* RESPONSIVE */

/* ════════════════════════════════════════════════════════════
   ── HERO SOMBRE — System4Pro & LinkedIn4Pro
   (fond dark-2 via aria-label, sans modifier le HTML)
   ════════════════════════════════════════════════════════════ */



/* ── LINKEDIN4PRO — espacement badges proof ── */
.hero-proof {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.proof-num {
  font-family: var(--font-display);
  font-size: 2rem; font-weight: 300;
  color: var(--orange-bg); line-height: 1;
}
.proof-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.05em;
}


/* ════════════════════════════════════════════════════════════
   ── PAGE : TEST MULTIPOTE — hero centré spécifique
   ════════════════════════════════════════════════════════════ */

section.hero[aria-label="Test MultiPote ® — Découvrez votre profil multipotentiel"] {
  background: var(--dark-2) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8rem 5rem 6rem !important;
  text-align: center !important;
  grid-template-columns: unset !important;
}
.hero-bg-circle-1 {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 700px; border-radius: 50%;
  border: 1px solid rgba(200,88,26,0.08); pointer-events: none;
}
.hero-bg-circle-2 {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 500px; height: 500px; border-radius: 50%;
  border: 1px solid rgba(200,88,26,0.12); pointer-events: none;
}
.hero-bg-circle-3 {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 300px; height: 300px; border-radius: 50%;
  border: 1px solid rgba(200,88,26,0.18); pointer-events: none;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.4rem 1.2rem; background: rgba(200,88,26,0.15);
  border: 1px solid rgba(200,88,26,0.3); border-radius: 100px;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--orange-bg);
  margin-bottom: 2rem; position: relative; z-index: 2;
}
.hero-stats {
  display: flex; gap: 3rem; justify-content: center;
  flex-wrap: wrap; margin-bottom: 3rem;
  position: relative; z-index: 2;
}
.hero-stat-num {
  font-family: var(--font-display);
  font-size: 2.8rem; font-weight: 300;
  color: var(--orange-bg); line-height: 1;
}
.hero-stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.4); letter-spacing: 0.08em; }
.hero-cta {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 1.1rem 3rem; background: var(--orange); color: #fff;
  font-size: 1rem; font-weight: 500; letter-spacing: 0.06em;
  text-decoration: none; border-radius: 6px; transition: background 0.25s;
  position: relative; z-index: 2; margin-bottom: 1rem;
}
.hero-cta:hover { background: var(--orange-light); }
.hero-cta-note { font-size: 0.78rem; color: rgba(255,255,255,0.35); position: relative; z-index: 2; }


/* ── Nav-lang overlay (pages Plugin WP) ── */
.nav-lang-overlay {
  position: fixed;
  top: 0; right: 180px;
  height: 68px;
  display: flex; align-items: center; gap: 0.5rem;
  z-index: 201;
  font-size: 0.78rem; letter-spacing: 0.1em;
}
.nav-lang-overlay a { color: var(--muted); text-decoration: none; transition: color 0.25s; }
.nav-lang-overlay a:hover, .nav-lang-overlay a.active { color: var(--orange); }
.nav-lang-overlay span { color: var(--border); }

/* ── HERO SOMBRE — Pages Plugin WP ── */
section.hero[aria-label="Testimonial Carousel Pro — WordPress plugin for client reviews"],
section.hero[aria-label="Testimonial Carousel Pro — Plugin WordPress carrousel avis clients"] {
  background: var(--dark-2) !important;
}
section.hero[aria-label="Testimonial Carousel Pro — WordPress plugin for client reviews"] .hero-eyebrow,
section.hero[aria-label="Testimonial Carousel Pro — Plugin WordPress carrousel avis clients"] .hero-eyebrow {
  color: var(--orange-bg) !important;
}
section.hero[aria-label="Testimonial Carousel Pro — WordPress plugin for client reviews"] .hero-h1,
section.hero[aria-label="Testimonial Carousel Pro — Plugin WordPress carrousel avis clients"] .hero-h1 {
  color: #fff !important;
}
section.hero[aria-label="Testimonial Carousel Pro — WordPress plugin for client reviews"] .hero-h1 em,
section.hero[aria-label="Testimonial Carousel Pro — Plugin WordPress carrousel avis clients"] .hero-h1 em {
  color: var(--orange-bg) !important;
}


/* ════════════════════════════════════════════════════════════
   ── PLUGIN WP — Sections spécifiques (valeurs d'origine)
   ════════════════════════════════════════════════════════════ */

/* section-temoignage = sombre (big-quote en blanc) */
.section-temoignage {
  background: var(--dark-2) !important;
  padding: 5rem max(3rem, calc((100vw - 1200px) / 2)) !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
  text-align: center !important;
}
.big-quote {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 300; font-style: italic;
  color: #fff; max-width: 760px;
  margin: 0 auto 1.5rem; line-height: 1.4;
}
.big-quote em { color: var(--orange-bg) !important; }
.big-quote-source {
  font-size: 0.78rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255,255,255,0.4);
}

/* section-prix = cream-light (texte sombre, prix-card sombre) */
.section-prix {
  background: var(--cream-light) !important;
  padding: 6rem max(3rem, calc((100vw - 1200px) / 2)) !important;
  border-top: 1px solid var(--border) !important;
}
.section-prix .section-eyebrow { color: var(--orange) !important; }
.section-prix .section-eyebrow::before,
.section-prix .section-eyebrow::after { background: var(--orange) !important; }
.section-prix .section-h2 { color: var(--dark) !important; }
.section-prix .section-h2 em { color: var(--orange) !important; }
.section-prix .section-sub { color: var(--muted) !important; }

/* Liste inclus — texte sombre sur fond clair */
.prix-inclus { display: flex; flex-direction: column; gap: 0; margin-bottom: 2rem; }
.prix-include {
  display: flex; align-items: center; gap: 0.8rem;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem; color: var(--dark) !important;
}
.prix-include:last-child { border-bottom: none; }

/* Prix card = sombre dans section claire */
.prix-card {
  background: var(--dark-2) !important;
  border-radius: 16px; padding: 3rem;
  position: sticky; top: 88px;
}
.prix-card-tag { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 0.5rem; }
.prix-card-amount { font-family: var(--font-display); font-size: 5rem; font-weight: 300; color: var(--orange-bg); line-height: 1; margin-bottom: 0.3rem; }
.prix-card-detail { font-size: 0.78rem; color: rgba(255,255,255,0.35); margin-bottom: 2rem; }
.prix-card-include { display: flex; align-items: center; gap: 0.7rem; font-size: 0.85rem; color: rgba(255,255,255,0.7); }
.prix-card-include::before { content: '✓'; color: var(--orange-bg); flex-shrink: 0; }
.btn-buy-main { display: flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%; padding: 1.1rem; background: var(--orange); color: #fff; font-size: 0.92rem; font-weight: 500; letter-spacing: 0.06em; text-decoration: none; border-radius: 6px; transition: background 0.25s; margin-bottom: 0.8rem; }
.btn-buy-main:hover { background: var(--orange-light); }
.prix-secure { font-size: 0.72rem; color: rgba(255,255,255,0.3); text-align: center; line-height: 1.5; }


/* ════════════════════════════════════════════════════════════
   ── SYSTEM4PRO — CSS spécifique d'origine
   ════════════════════════════════════════════════════════════ */

/* Hero problems */
.hero-problems {
  display: flex; flex-direction: column; gap: 1px;
  width: 100%; max-width: 400px;
  background: rgba(255,255,255,0.06); border-radius: 12px; overflow: hidden;
}
.hero-problem {
  background: rgba(255,255,255,0.03);
  padding: 1.8rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.25s;
}
.hero-problem:hover { background: rgba(255,255,255,0.06); }
.hero-problem:last-child { border-bottom: none; }
.problem-num {
  font-family: var(--font-display);
  font-size: 3rem; font-weight: 300;
  color: rgba(255,255,255,0.08); line-height: 1;
  margin-bottom: 0.5rem;
}
.problem-title { font-weight: 500; font-size: 0.92rem; color: #fff; margin-bottom: 0.4rem; }
.problem-body { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.6; }

/* Section problem */
.section-problem { background: var(--cream-light); padding: 6rem 5rem; }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; max-width: 1100px; margin: 3rem auto 0; align-items: center; }
.problem-intro { font-size: 1.1rem; color: var(--dark); line-height: 1.85; margin-bottom: 1.5rem; }
.problem-intro strong { font-weight: 500; }
.problem-big-statement { font-family: var(--font-display); font-size: clamp(1.6rem, 2.5vw, 2.2rem); font-weight: 300; line-height: 1.3; color: var(--dark); margin-bottom: 2rem; }
.problem-big-statement em { font-style: italic; color: var(--orange); }
.profile-card { background: var(--cream); border: 1px solid var(--border); border-radius: 12px; padding: 2.5rem; }
.profile-card-title { font-family: var(--font-display); font-size: 1.4rem; font-weight: 400; color: var(--dark); margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border); }
.profile-card-title em { font-style: italic; color: var(--orange); }
.profile-list { display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 1.5rem; }
.profile-item { display: flex; align-items: flex-start; gap: 0.8rem; font-size: 0.92rem; color: var(--dark); line-height: 1.5; }
.profile-arrow { color: var(--orange); flex-shrink: 0; font-size: 0.8rem; margin-top: 0.2rem; }
.profile-sep { width: 100%; height: 1px; background: var(--border); margin: 1rem 0; }
.profile-sub { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.8rem; }

/* Méthode 6 étapes */
.section-methode { background: var(--dark-2); padding: 6rem 5rem; }
.methode-sub { font-size: 1rem; color: rgba(255,255,255,0.55); max-width: 560px; margin: 1rem auto 3.5rem; text-align: center; line-height: 1.8; }
.etapes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; overflow: hidden; max-width: 1100px; margin: 0 auto; }
.etape { background: var(--dark-2); padding: 2.5rem 2rem; transition: background 0.25s; position: relative; }
.etape:hover { background: rgba(255,255,255,0.03); }
.etape-num { font-family: var(--font-display); font-size: 4rem; font-weight: 300; color: rgba(255,255,255,0.06); line-height: 1; position: absolute; top: 1.5rem; right: 1.5rem; }
.etape-badge { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 0.8rem; font-weight: 500; margin-bottom: 1.2rem; }
.etape-title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; color: #fff; margin-bottom: 0.8rem; }
.etape-desc { font-size: 0.85rem; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 1.2rem; }
.etape-items { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.2rem; }
.etape-item { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.82rem; color: rgba(255,255,255,0.45); }
.etape-item::before { content: '—'; color: var(--orange); flex-shrink: 0; }
.etape-objectif { font-size: 0.78rem; font-style: italic; color: var(--orange-bg); line-height: 1.55; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.06); }

/* Avant/Après */
.section-avantapres { background: var(--cream); padding: 6rem 5rem; border-top: 1px solid var(--border); }
.avantapres-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 900px; margin: 3rem auto 0; }
.avant-card { background: var(--cream-light); border: 1px solid var(--border); border-radius: 12px; padding: 2.5rem; }
.apres-card { background: var(--dark-2); border-radius: 12px; padding: 2.5rem; }
.avantapres-label { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border); }
.avant-card .avantapres-label { color: var(--muted); border-color: var(--border); }
.apres-card .avantapres-label { color: var(--orange-bg); border-color: rgba(255,255,255,0.08); }
.avantapres-items { display: flex; flex-direction: column; gap: 0.8rem; }
.avantapres-item { display: flex; align-items: flex-start; gap: 0.8rem; font-size: 0.92rem; line-height: 1.6; }
.avant-card .avantapres-item { color: var(--muted); }
.apres-card .avantapres-item { color: rgba(255,255,255,0.75); }
.item-icon-avant { color: var(--muted-light); flex-shrink: 0; }
.item-icon-apres { color: var(--orange-bg); flex-shrink: 0; }
.avantapres-conclusion { text-align: center; max-width: 600px; margin: 3rem auto 0; font-family: var(--font-display); font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 300; font-style: italic; color: var(--dark); line-height: 1.4; }
.avantapres-conclusion em { color: var(--orange); }

/* Inclus */
.section-inclus { background: var(--cream-light); padding: 6rem 5rem; border-top: 1px solid var(--border); }
.inclus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; max-width: 1000px; margin: 3rem auto 0; align-items: start; }
.inclus-list { display: flex; flex-direction: column; gap: 0; }
.inclus-item { display: flex; align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--border); font-size: 0.92rem; color: var(--dark); }
.inclus-check { width: 22px; height: 22px; border-radius: 50%; background: var(--orange); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.65rem; flex-shrink: 0; }
.options-card { background: var(--cream); border: 1px solid var(--border); border-radius: 12px; padding: 2rem; }
.options-title { font-family: var(--font-display); font-size: 1.2rem; font-weight: 400; color: var(--dark); margin-bottom: 1rem; padding-bottom: 0.8rem; border-bottom: 1px solid var(--border); }
.options-sub { font-size: 0.82rem; color: var(--muted); margin-bottom: 1.2rem; }
.options-list { display: flex; flex-direction: column; gap: 0.6rem; }
.options-item { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.88rem; color: var(--dark-3); }
.options-item::before { content: '+'; color: var(--orange); font-weight: 500; flex-shrink: 0; }

/* Différence */
.section-difference { background: var(--dark-2); padding: 6rem 5rem; }
.diff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 900px; margin: 3rem auto 0; }


/* ════════════════════════════════════════════════════════════
   ── LINKEDIN4PRO — Section "Ils en parlent" (section-resultats)
   ════════════════════════════════════════════════════════════ */

/* Override section-resultats d'audit4pro */
section.section-resultats[aria-label="Témoignages élèves LinkedIn4Pro"] {
  background: var(--cream) !important;
}
.temoignages-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; max-width: 900px; margin: 3rem auto 0;
}
.temoignage-card {
  background: var(--cream-light) !important;
  border: 1px solid var(--border) !important;
  border-radius: 12px !important;
  padding: 2rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}
.temoignage-result {
  font-family: var(--font-display);
  font-size: 2rem; font-weight: 300;
  color: var(--orange); line-height: 1; margin-bottom: 0.8rem;
}
.temoignage-name {
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 1rem;
}
.temoignage-quote {
  font-size: 0.88rem; color: var(--dark);
  line-height: 1.75; font-style: italic;
}
.temoignage-quote strong { font-style: normal; font-weight: 500; color: var(--dark); }


/* ════════════════════════════════════════════════════════════
   ── LINKEDIN4PRO — Encart investissement (prix-card)
   ════════════════════════════════════════════════════════════ */
.prix-tag { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4) !important; margin-bottom: 0.5rem; display: block; }
.prix-barred { font-size: 1.1rem; color: rgba(255,255,255,0.3) !important; text-decoration: line-through; margin-bottom: 0.3rem; }
.prix-main { font-family: var(--font-display); font-size: 3.5rem; font-weight: 300; color: var(--orange-bg) !important; line-height: 1; margin-bottom: 0.3rem; }
.prix-detail { font-size: 0.78rem; color: rgba(255,255,255,0.4) !important; margin-bottom: 1.5rem; }
.prix-includes { display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 2rem; }
.prix-include { display: flex; align-items: center; gap: 0.7rem; font-size: 0.88rem; color: rgba(255,255,255,0.7) !important; }
.prix-include::before { content: '✓'; color: var(--orange-bg) !important; flex-shrink: 0; font-size: 0.8rem; }
.prix-note { font-size: 0.75rem; color: rgba(255,255,255,0.3) !important; text-align: center; line-height: 1.5; }

/* ════════════════════════════════════════════════════════════
   ── SYSTEM4PRO — Section "La différence" bullets espacés d'origine
   ════════════════════════════════════════════════════════════ */
.diff-card { border-radius: 12px; padding: 2.5rem; }
.diff-card-classic { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); }
.diff-card-system { background: rgba(200,88,26,0.12); border: 1px solid rgba(200,88,26,0.25); }
.diff-card-label { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 1.5rem; padding-bottom: 0.8rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.diff-card-classic .diff-card-label { color: rgba(255,255,255,0.3); }
.diff-card-system .diff-card-label { color: var(--orange-bg); border-color: rgba(200,88,26,0.2); }
.diff-items { display: flex; flex-direction: column; gap: 0.7rem !important; }
.diff-item { display: flex; align-items: flex-start; gap: 0.8rem; font-size: 0.9rem; }
.diff-card-classic .diff-item { color: rgba(255,255,255,0.4); }
.diff-card-system .diff-item { color: rgba(255,255,255,0.85); font-weight: 400; }
.diff-dot-classic { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.2); flex-shrink: 0; margin-top: 0.5rem; }
.diff-dot-system { width: 6px; height: 6px; border-radius: 50%; background: var(--orange-bg); flex-shrink: 0; margin-top: 0.5rem; }


/* ════════════════════════════════════════════════════════════
   ── PAGES BLOG — CSS spécifique articles
   ════════════════════════════════════════════════════════════ */

/* Stat banner (format blog — mobile first) */
.stat-banner .stat-item {
  padding: 0.5rem 2.5rem;
  border-right: 1px solid rgba(255,255,255,0.2);
  border-bottom: none;
}
.stat-banner .stat-item:last-child { border-right: none; border-bottom: none; }
.stat-banner .stat-num {
  font-family: var(--font-display);
  font-size: 2.2rem; font-weight: 300;
  color: #fff; letter-spacing: -0.02em; line-height: 1;
}
.stat-banner .stat-label {
  font-size: 0.72rem; font-weight: 400;
  color: rgba(255,255,255,0.82); margin-top: 0.3rem;
  max-width: 150px; line-height: 1.35;
}

/* CTA interne article (plus petit que CTA section) */
.cta-wrap .cta-eyebrow {
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--orange-bg); margin-bottom: 1.2rem;
}
.cta-wrap .cta-h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 300; line-height: 1.15; letter-spacing: -0.01em;
  color: var(--cream-light); margin-bottom: 1.2rem;
}
.cta-wrap .cta-h2 em { font-style: italic; color: var(--orange-bg); }
.cta-wrap .cta-sub {
  font-size: 0.95rem; font-weight: 300; line-height: 1.8;
  color: rgba(250,248,243,0.6); max-width: 500px;
  margin: 0 auto 2.5rem;
}

/* Boutons dans CTA article */
.cta-wrap .btn-ghost {
  background: transparent; color: var(--cream-light);
  font-family: var(--font-body); font-weight: 400;
  font-size: 0.88rem; letter-spacing: 0.04em;
  padding: 0.9rem 2.2rem; border-radius: 3px;
  border: 1px solid rgba(250,248,243,0.25);
  text-decoration: none; transition: border-color 0.2s;
  display: inline-flex; align-items: center;
}
.cta-wrap .btn-ghost:hover { border-color: rgba(250,248,243,0.6); color: var(--cream-light); }
.cta-wrap .btn-main {
  background: var(--orange); color: #fff;
  font-family: var(--font-body); font-weight: 500;
  font-size: 0.88rem; letter-spacing: 0.04em;
  padding: 0.9rem 2.2rem; border-radius: 3px;
  text-decoration: none; transition: background 0.2s, transform 0.15s;
  display: inline-flex; align-items: center;
}
.cta-wrap .btn-main:hover { background: var(--orange-light); transform: translateY(-1px); }

/* Section comprendre + sommaire + sources */
.section-comprendre {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 8px; padding: 2.5rem; margin-bottom: 3rem;
}

/* Image SEO */
.img-seo-wrap {
  display: flex; flex-direction: column; align-items: center;
  gap: 1rem; margin: 2.5rem 0;
  background: var(--cream); border: 1px solid var(--border);
  border-radius: 6px; padding: 1.5rem;
}
.img-seo-photo { width: 100%; display: flex; justify-content: center; }
.img-seo-photo img {
  width: 338px; height: 600px; display: block;
  border-radius: 4px; object-fit: cover;
}
.img-seo-caption {
  max-width: 600px; font-size: 0.83rem; font-weight: 300;
  color: var(--muted); line-height: 1.7; font-style: italic; text-align: center;
}
.img-seo-caption span {
  display: block; margin-top: 0.6rem;
  font-size: 0.75rem; color: var(--muted-light); font-style: normal;
}

@media (max-width: 700px) {
  .stat-banner .stat-item {
    padding: 0.5rem 1rem;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }
  .stat-banner .stat-item:last-child { border-bottom: none; }
  .img-seo-wrap { padding: 1rem; }
  .img-seo-photo img { width: 100%; height: auto; }
  .img-seo-caption { max-width: 100%; }
}


/* ════════════════════════════════════════════════════════════
   ── RESPONSIVE COMPLET — toutes les pages
   ════════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {

  /* ── ACCUEIL — vidéo badge ── */
  .methode-right { display: none; }

  /* ── SYSTEM4PRO ── */
  .etapes-grid { grid-template-columns: 1fr !important; }
  .avantapres-grid { grid-template-columns: 1fr !important; }
  .inclus-grid { grid-template-columns: 1fr !important; gap: 2rem !important; }
  .diff-grid { grid-template-columns: 1fr !important; }
  .problem-grid { grid-template-columns: 1fr !important; }
  .section-methode, .section-avantapres, .section-inclus,
  .section-difference, .section-problem { padding: 4rem 2rem !important; }

  /* ── LINKEDIN4PRO ── */
  .temoignages-grid { grid-template-columns: 1fr !important; }
  .hero-proof { gap: 1rem !important; }
  .section-modules { padding: 4rem 2rem !important; }
  .modules-grid { grid-template-columns: 1fr !important; }

  /* ── TEST MULTIPOTE ── */
  .signes-grid { grid-template-columns: 1fr !important; }
  .profils-grid { grid-template-columns: 1fr !important; }
  .section-signes, .section-profils, .section-letest { padding: 4rem 2rem !important; }
  .hero-stats { gap: 1.5rem !important; flex-wrap: wrap !important; }

  /* ── PLUGIN WP ── */
  .compat-grid { grid-template-columns: 1fr !important; max-width: 100% !important; }
  .section-features, .section-builders, .demo-section,
  .section-prix, .section-temoignage, .section-faq { padding: 4rem 2rem !important; }
  .feature-grid { grid-template-columns: 1fr 1fr !important; }
  .builder-grid { grid-template-columns: 1fr 1fr !important; }
  .prix-grid { grid-template-columns: 1fr !important; }
  .demo-inner { grid-template-columns: 1fr !important; }

  /* ── SLIDER TEMOIGNAGES ── */
  .section-temoignages { padding: 4rem 2rem !important; }
  .temoignage-card { padding: 2rem 1.5rem !important; }
}

@media (max-width: 768px) {

  /* ── ACCUEIL — badge vidéo ── */
  .methode-right { display: none !important; }

  /* ── SYSTEM4PRO ── */
  .etape { padding: 2rem 1.5rem !important; }
  .avantapres-conclusion { padding: 0 1rem !important; }

  /* ── LINKEDIN4PRO ── */
  .hero-proof { flex-direction: column !important; gap: 1rem !important; }
  .proof-num { font-size: 1.6rem !important; }

  /* ── TEST MULTIPOTE ── */
  .hero-stats { justify-content: flex-start !important; gap: 1.5rem !important; }
  .hero-stat-num { font-size: 2rem !important; }
  .quiz-wrap { padding: 2rem 1.5rem !important; }

  /* ── PLUGIN WP ── */
  .feature-grid { grid-template-columns: 1fr !important; }
  .builder-grid { grid-template-columns: 1fr !important; }
  .prix-card { padding: 2rem !important; }
  .prix-card-amount { font-size: 3.5rem !important; }
}

@media (max-width: 640px) {

  /* ── GENERAL ── */
  .section-cta { padding: 4rem 1.5rem !important; }
  .cta-h2 { font-size: 2rem !important; }

  /* ── ACCUEIL ── */
  .offres-grid { grid-template-columns: 1fr !important; }

  /* ── SYSTEM4PRO sections padding ── */
  .section-methode, .section-avantapres, .section-inclus,
  .section-difference, .section-problem { padding: 3rem 1.5rem !important; }

  /* ── PLUGIN WP ── */
  .section-features, .section-builders { padding: 3rem 1.5rem !important; }
  .demo-section { padding: 3rem 1.5rem !important; }
  .section-temoignage { padding: 3rem 1.5rem !important; }

  /* ── FORMULAIRE ── */
  .form-price-reveal { flex-direction: column !important; gap: 1rem !important; }
}

/* ── ACCUEIL : badge vidéo en mobile ── */
@media (max-width: 1024px) {
  .methode-grid { grid-template-columns: 1fr !important; }
  .methode-right {
    display: block !important;
    width: 100% !important;
  }
  .methode-right > div {
    position: relative !important;
    width: 100% !important;
  }
  /* Badge sous la vidéo en mobile — plus de position absolute */
  .methode-right > div > div:last-child {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    margin-top: 1rem !important;
    display: inline-block !important;
  }
}


/* ════════════════════════════════════════════════════════════
   ── RESPONSIVE CORRECTIFS SPÉCIFIQUES
   ════════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {

  /* ── SYSTEM4PRO — étude de cas Legrand ── */
  .cas-featured-grid { grid-template-columns: 1fr !important; }
  .cas-card.featured .cas-text { columns: 1 !important; }
  .cas-grid-secondary { grid-template-columns: 1fr !important; }
  .cas-grid { grid-template-columns: 1fr !important; }
  .section-cas { padding: 4rem 2rem !important; }
  .cas-card { overflow: hidden !important; word-break: break-word !important; }
  .cas-text { overflow-wrap: break-word !important; word-break: break-word !important; }

  /* ── SYSTEM4PRO — maillage aller plus loin ── */
  .maillage-grid { grid-template-columns: 1fr 1fr !important; }
  .maillage-wrap { padding: 0 2rem !important; }

  /* ── LINKEDIN4PRO — encart investissement ── */
  .form-price-reveal {
    flex-direction: column !important;
    gap: 1.5rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .form-price-right { width: 100% !important; }
  .section-form { padding: 4rem 2rem !important; }
  .audit-form, .form-price-reveal { max-width: 100% !important; }

  /* ── LINKEDIN4PRO — formatrice ── */
  .formatrice-grid { grid-template-columns: 1fr !important; gap: 2rem !important; }
  .formatrice-photo { max-width: 320px !important; margin: 0 auto !important; aspect-ratio: 1/1 !important; }
  .section-formatrice { padding: 4rem 2rem !important; }

  /* ── TEST MULTIPOTE — section pas un test de magazine ── */
  .letest-grid { grid-template-columns: 1fr !important; gap: 2rem !important; }
  .section-letest { padding: 4rem 2rem !important; }
  .letest-features { gap: 0 !important; }

  /* ── TEST MULTIPOTE — section profils (4 cartes) ── */
  .profils-grid { grid-template-columns: 1fr 1fr !important; gap: 1rem !important; }
  .section-profils { padding: 4rem 2rem !important; }
  .profil-card { padding: 1.5rem !important; }

  /* ── TEST MULTIPOTE — section signes ── */
  .signes-grid { grid-template-columns: 1fr 1fr !important; }
  .section-signes { padding: 4rem 2rem !important; }
}

@media (max-width: 640px) {

  /* ── SYSTEM4PRO — maillage ── */
  .maillage-grid { grid-template-columns: 1fr !important; }

  /* ── LINKEDIN4PRO — encart investissement ── */
  .form-price-amount { font-size: 2.5rem !important; }

  /* ── TEST MULTIPOTE — profils 1 colonne ── */
  .profils-grid { grid-template-columns: 1fr !important; }
  .signes-grid { grid-template-columns: 1fr !important; }
}


/* ════════════════════════════════════════════════════════════
   ── RESPONSIVE — CONTACT, HANANE, PLUGINS
   ════════════════════════════════════════════════════════════ */

@media (max-width: 1200px) {
  .hero, .hero-audit, .hero-about, .contact-page {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 1024px) {

  /* ── CONTACT ── */
  .contact-page { grid-template-columns: 1fr !important; }
  .contact-left { padding: 4rem 2rem 3rem !important; }
  .contact-right { padding: 3rem 2rem 4rem !important; }
  .offres-rapides { gap: 0.6rem !important; }

  /* ── HANANE — hero ── */
  .hero-about { grid-template-columns: 1fr !important; }
  .hero-about-right { min-height: 380px !important; }
  .hero-about-left { padding: 4rem 2rem !important; }
  .floating-badge { display: none !important; }

  /* ── HANANE — sections ── */
  .trilogie-grid { grid-template-columns: 1fr !important; }
  .histoire-grid { grid-template-columns: 1fr !important; gap: 3rem !important; }
  .valeurs-grid { grid-template-columns: 1fr !important; }
  .medias-grid { grid-template-columns: 1fr !important; }
  .media-card.featured {
    grid-column: span 1 !important;
    grid-template-columns: 1fr !important;
  }
  .section-trilogie, .section-histoire, .section-valeurs,
  .section-difference, .section-temoignage, .section-medias,
  .section-cta-about { padding: 4rem 2rem !important; }

  /* ── PLUGIN WP ── */
  .pourquoi-grid { grid-template-columns: 1fr !important; }
  .features-grid { grid-template-columns: 1fr !important; }
  .builders-grid { grid-template-columns: 1fr !important; }
  .prix-grid { grid-template-columns: 1fr !important; }
  .prix-card { position: static !important; }
  .section-pourquoi, .section-features, .section-builders,
  .section-temoignage, .section-prix, .section-faq {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* Hero stats plugin */
  .hero-stats { display: flex !important; flex-wrap: wrap !important; gap: 1rem !important; }
  .hero-stat { flex: 1 1 40% !important; }
}

@media (max-width: 768px) {
  /* ── HANANE + CONTACT padding ── */
  .hero, .hero-audit, .hero-about, .contact-page {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .hero-about-left, .contact-left { padding: 3rem 0 !important; }
  .contact-right { padding: 2rem 0 !important; }

  /* ── HANANE stats-row ── */
  .stats-row { flex-wrap: wrap !important; gap: 1.5rem !important; }

  /* ── PLUGIN hero-stats ── */
  .hero-stat { flex: 1 1 45% !important; }
  .hero-stat-num { font-size: 2rem !important; }
}

@media (max-width: 640px) {
  /* ── HANANE medias ── */
  .media-card { padding: 1.5rem !important; }
  .media-card-thumb { display: none !important; }

  /* ── PLUGIN hero-stats ── */
  .hero-stats { gap: 0.8rem !important; }
  .hero-stat { flex: 1 1 100% !important; }

  /* ── CONTACT offres-link ── */
  .offre-link { flex-direction: column !important; align-items: flex-start !important; }
}


/* ════════════════════════════════════════════════════════════
   ── RESPONSIVE MOBILE — correctifs visuels confirmés
   ════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {

  /* ── CONTACT — forcer 1 colonne ── */
  .contact-page {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }
  .contact-left {
    min-height: auto !important;
    padding: 3rem 1.5rem !important;
  }
  .contact-right {
    padding: 2rem 1.5rem 3rem !important;
  }

  /* ── HANANE — photo cachée + stats en colonne ── */
  .hero-about { grid-template-columns: 1fr !important; }
  .hero-about-right { display: none !important; }
  .hero-about-left { padding: 3rem 1.5rem !important; }
  .stats-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1.2rem !important;
  }
  .stat-item { padding: 0 !important; }

  /* ── TEST MULTIPOTE — résultats cartes pleine largeur ── */
  .section-resultats-test { padding: 3rem 1.5rem !important; }
  .resultats-test-grid {
    grid-template-columns: 1fr !important;
    overflow: visible !important;
  }
  /* Grille générique 2 colonnes → 1 colonne */
  .quiz-resultats-grid { grid-template-columns: 1fr !important; }

  /* ── LINKEDIN4PRO — bonus grid + investissement ── */
  .bonus-grid { grid-template-columns: 1fr !important; }
  .section-bonus { padding: 3rem 1.5rem !important; }
  /* Encart investissement sous la liste */
  .section-prix-linkedin { 
    display: flex !important;
    flex-direction: column !important;
    padding: 3rem 1.5rem !important;
  }
  .prix-left, .prix-right {
    width: 100% !important;
    max-width: 100% !important;
  }
  .prix-card {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    margin-top: 2rem !important;
  }

  /* ── SYSTEM4PRO — ecosystem grid ── */
  .ecosystem-grid { grid-template-columns: 1fr !important; }
  .section-ecosystem { padding: 3rem 1.5rem !important; }
}

@media (max-width: 480px) {

  /* ── HANANE stats — 1 colonne sur très petit écran ── */
  .stats-row { grid-template-columns: 1fr !important; }

  /* ── TEST MULTIPOTE — section résultats ── */
  .letest-features { padding: 0 !important; }
  .letest-feature { padding: 1rem 0 !important; }

  /* ── CONTACT — formulaire ── */
  .form-row-2 { grid-template-columns: 1fr !important; }
}


/* ── ACCUEIL — badge vidéo toujours sous la vidéo en mobile ── */
@media (max-width: 1024px) {
  .methode-right > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    position: relative !important;
    width: 100% !important;
  }
  /* Le cadre vidéo — pleine largeur */
  .methode-right > div > div:first-child {
    width: 100% !important;
    position: relative !important;
  }
  /* Le badge — sort du flux absolu, passe sous la vidéo */
  .methode-right > div > div:last-child {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    top: auto !important;
    left: auto !important;
    margin-top: 1rem !important;
    display: inline-block !important;
    z-index: auto !important;
  }
}


/* ════════════════════════════════════════════════════════════
   ── CORRECTIFS MOBILES — round 3
   ════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {

  /* ── TEST — cartes résultats en colonne ── */
  .quiz-resultats,
  .section-quiz-resultats,
  [class*="resultats"] .offres-grid,
  .quiz-wrap .offres-grid {
    grid-template-columns: 1fr !important;
    overflow: visible !important;
  }
  /* Forcer toute grille multi-colonnes à 1 colonne dans test */
  .section-letest .letest-grid { grid-template-columns: 1fr !important; }

  /* ── CONTACT — hero pleine largeur ── */
  .contact-page {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: unset !important;
  }
  .contact-left {
    width: 100% !important;
    min-width: unset !important;
    padding: 3rem 1.5rem 2rem !important;
  }
  .contact-right {
    width: 100% !important;
    padding: 2rem 1.5rem 3rem !important;
  }

  /* ── ACCUEIL — badge vidéo hors cadre, sous la vidéo ── */
  .methode-right {
    display: block !important;
  }
  .methode-right > div {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  .methode-right > div > div:first-child {
    width: 90% !important;
    margin: 0 auto !important;
    position: relative !important;
  }
  /* Badge — complètement sorti du cadre vidéo */
  .methode-right > div > div[style*="position:absolute"],
  .methode-right > div > div[style*="position: absolute"] {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    top: auto !important;
    left: auto !important;
    margin-top: 1rem !important;
    margin-left: 1rem !important;
    display: inline-block !important;
    z-index: 1 !important;
  }
}

/* ── BLOG INDEX — navbar visible ── */
/* Le blog index charge blog-index.css qui redéfinit .hero avec padding-top:68px
   mais body n'a pas padding-top → la navbar couvre le contenu */
.blog-index body,
body:has(.section-categories) {
  padding-top: 68px;
}


/* ── TEST MULTIPOTE — rapport-grid 1 colonne en mobile ── */
@media (max-width: 768px) {
  .rapport-grid {
    grid-template-columns: 1fr !important;
    overflow: visible !important;
  }
  .rapport-card {
    width: 100% !important;
    min-width: unset !important;
  }
  .section-rapport {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    overflow: visible !important;
  }
}


/* ── ACCUEIL — badge vidéo ── */
