/* =============================================
   LIBELLULE — style.css (fidèle à la maquette validée)
   ============================================= */

:root {
  --cream: #FBF8EC;
  --mint: #E6F6F4;
  --green-dark: #20533C;
  --green-mid: #39795A;
  --green-accent: #73E9AD;
  --pink: #E5999C;
  --blush: #FED6D8;
  --white: #FFFFFF;
  --nav-h: 84px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
#programme, #temoignages, #equipe, #candidature, #formulaire { scroll-margin-top: 88px; }
body { font-family: 'Inter', sans-serif; background: var(--cream); color: var(--green-dark); line-height: 1.7; }
img { max-width: 100%; height: auto; display: block; }
p { max-width: 65ch; }

/* REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* FOCUS */
:focus-visible { outline: 3px solid var(--green-accent); outline-offset: 3px; border-radius: 4px; }

/* SITE NAV */
.site-nav { background: var(--white); border-bottom: 1px solid rgba(32,83,60,.1);
  padding: 16px 48px; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; position: sticky; top: 0; z-index: 50; }
.site-nav-logo { justify-self: start; flex-shrink: 0; text-decoration: none; }
.site-nav-logo img { height: 70px; width: auto; display: block; }
.site-nav-burger { display: none; }
.mobile-nav { display: none; }
.site-nav-links { display: flex; gap: 24px; align-items: center; justify-content: center; }
.site-nav-cta { background: var(--green-dark); color: #fff; padding: 12px 28px;
  border-radius: 999px; font-size: 14px; font-weight: 500; border: none; cursor: pointer;
  text-decoration: none; transition: background .3s; min-height: 44px;
  display: inline-flex; align-items: center; white-space: nowrap;
  justify-self: end; grid-column: 3; }
.site-nav-cta:hover { background: var(--green-mid); color: #fff; }
.site-nav-link { font-size:14px; color:var(--green-mid); text-decoration:none;
  font-weight:500; transition:color .2s; white-space:nowrap; }
.site-nav-link:hover { color: var(--green-dark); }
.site-nav-link[aria-current="page"] { color: var(--green-dark); font-weight: 700; }
.site-nav-link:focus-visible { outline:3px solid var(--green-accent); outline-offset:3px; border-radius:4px; }

/* HERO */
.hero-wrapper { position: relative; overflow: hidden; background: var(--cream); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center; opacity: .35; pointer-events: none; }
.hero { min-height: calc(100vh - var(--nav-h)); display: grid; grid-template-columns: 1fr 1fr;
  max-width: 1200px; margin: 0 auto; padding: 80px 48px; gap: 80px;
  align-items: center; position: relative; z-index: 1; }
.hero-left h1 { font-family: 'Playfair Display', serif; font-size: clamp(32px, 4.5vw, 52px);
  color: var(--green-dark); line-height: 1.15; margin-bottom: 24px; }
.hero-left h1 em { font-style: italic; color: var(--green-mid); }
.hero-left > p { font-size: 18px; color: var(--green-mid); line-height: 1.75;
  margin-bottom: 40px; max-width: 460px; }
.hero-cta { background: var(--green-dark); color: #fff; padding: 18px 44px;
  border-radius: 999px; font-size: 17px; border: none; cursor: pointer;
  font-weight: 500; transition: all .3s; display: inline-block; min-height: 48px; }
.hero-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(32,83,60,.3); }
.hero-reassure { margin-top: 24px; font-size: 11.5px; color: var(--green-mid); opacity: .7; max-width: none; letter-spacing: 0.5px; }
.hero-right { position: relative; display: flex; flex-direction: column; align-items: center; }
.hero-right-femme { position: absolute; right: -60px; top: -40px; height: 380px;
  width: auto; opacity: .7; pointer-events: none; z-index: 0; }
.hero-card { background: rgba(255,255,255,.92); border-radius: 24px; padding: 40px;
  box-shadow: 0 8px 40px rgba(32,83,60,.12); position: relative; z-index: 1;
  backdrop-filter: blur(4px); width: 100%; }
.hero-card-label { font-size: 11px; letter-spacing: 2px; color: var(--pink);
  text-transform: uppercase; margin-bottom: 12px; }
.hero-card h2 { font-family: 'Playfair Display', serif; font-size: 22px;
  color: var(--green-dark); margin-bottom: 16px; }
.hero-card > p { font-size: 15px; color: var(--green-mid); line-height: 1.7; margin-bottom: 24px; max-width: none; }
.hero-stats { display: flex; justify-content: space-between; gap: 0; width: 100%; }
.stat { flex: 1; text-align: center; }
.stat:not(:last-child) { border-right: 1px solid var(--pink); }
.stat-num { font-family: 'Playfair Display', serif; font-size: 32px;
  color: var(--green-dark); font-weight: 700; }
.stat-label { font-size: 11px; color: var(--green-mid); line-height: 1.4; }
.blob-deco { position: absolute; border-radius: 50%; z-index: 0; }
.blob-deco-1 { width: 300px; height: 300px; background: var(--blush); top: -60px; right: -60px; opacity: .2; }
.blob-deco-2 { width: 200px; height: 200px; background: var(--green-accent); bottom: -40px; left: -40px; opacity: .15; }

/* SECTION TITLES */
.section-label { font-size: 11px; letter-spacing: 3px; color: var(--pink);
  text-transform: uppercase; margin-bottom: 4px; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(26px, 2.5vw, 36px);
  color: var(--green-dark); margin-bottom: 16px; line-height: 1.2; }
.section-sub { font-size: 16px; color: var(--green-mid); line-height: 1.7;
  max-width: 560px; margin-bottom: 48px; }

/* PROGRAMME */
.programme { background: var(--mint); padding: 80px 48px; }
.programme-inner { max-width: 1200px; margin: 0 auto; }
.programme-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 60px; }
.module-card { background: var(--white); border-radius: 20px; padding: 32px;
  transition: all .3s; border: 1px solid transparent; display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "icon title" "desc desc" "tag tag";
  gap: 0 8px; align-items: center; }
.module-card:hover { transform: translateY(-4px); border-color: var(--green-accent);
  box-shadow: 0 12px 32px rgba(32,83,60,.1); }
.module-icon { grid-area: icon; margin-bottom: 4px; }
.module-title { grid-area: title; font-weight: 600; font-size: 17px; color: var(--green-dark); margin-bottom: 4px; line-height: 1.15; }
h3.module-title { font-size: inherit; font-weight: inherit; margin: 0; font-family: inherit; }
.module-desc { grid-area: desc; font-size: 14px; color: var(--green-mid); line-height: 1.65; margin-bottom: 16px; max-width: none; }
.module-tag { grid-area: tag; justify-self: start; display: inline-block; background: var(--blush); color: var(--green-dark);
  padding: 4px 12px; border-radius: 999px; font-size: 11px; font-weight: 500; }

.programme-timeline { background: var(--cream); border-radius: 24px; padding: 40px; }
.timeline-title { font-family: 'Playfair Display', serif; font-size: 22px;
  color: var(--green-dark); margin-bottom: 32px; }
.timeline { display: flex; gap: 0; position: relative; }
.timeline::before { content: ''; position: absolute; top: 20px; left: 0; right: 0;
  height: 2px; background: var(--blush); }
.timeline-step { flex: 1; text-align: center; position: relative; padding-top: 48px; }
@keyframes timelinePulse {
  0%, 100% { transform: translateX(-50%) scale(1); box-shadow: none; }
  50%       { transform: translateX(-50%) scale(1.25); box-shadow: 0 0 0 8px rgba(32,83,60,.25); }
}
@keyframes timelinePulseMobile {
  0%, 100% { transform: scale(1); box-shadow: none; }
  50%       { transform: scale(1.25); box-shadow: 0 0 0 8px rgba(32,83,60,.25); }
}
.timeline-dot { width: 40px; height: 40px; border-radius: 50%; background: var(--green-dark);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; margin: 0 auto; position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  animation: timelinePulse 4s ease-in-out infinite; }
.timeline-step:nth-child(1) .timeline-dot { animation-delay: 0s; }
.timeline-step:nth-child(2) .timeline-dot { animation-delay: 1s; }
.timeline-step:nth-child(3) .timeline-dot { animation-delay: 2s; }
.timeline-step:nth-child(4) .timeline-dot { animation-delay: 3s; }
.timeline-label { font-size: 13px; font-weight: 600; color: var(--green-dark); margin-bottom: 4px; }
.timeline-sub { font-size: 12px; color: var(--green-mid); max-width: none; }

/* TÉMOIGNAGES */
.testimonials { padding: 80px 48px; background: var(--cream); }
.testimonials-inner { max-width: 1200px; margin: 0 auto; }
.testi-grid { display: grid; grid-template-columns: repeat(var(--testi-cols, 3), 1fr); gap: 24px; margin-bottom: 48px; justify-content: center; }
.testi-card { background: var(--white); border-radius: 20px; padding: 32px;
  box-shadow: 0 4px 20px rgba(32,83,60,.06); transition: all .3s; }
.testi-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(32,83,60,.1); }
.testi-badge { display: inline-block; background: var(--mint); color: var(--green-dark);
  padding: 4px 10px; border-radius: 999px; font-size: 11px; margin-bottom: 20px; }
.testi-audio { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.testi-avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover;
  border: 3px solid var(--green-accent); flex-shrink: 0; }
.testi-meta { flex: 1; }
.testi-name { font-weight: 600; color: var(--green-dark); font-size: 15px; }
.testi-info { font-size: 12px; color: var(--green-mid); }
.play-btn { width: 40px; height: 40px; border-radius: 50%; background: var(--green-dark);
  color: #fff; border: none; font-size: 14px; cursor: pointer; flex-shrink: 0;
  transition: background .3s, box-shadow .3s; display: flex; align-items: center; justify-content: center;
  min-width: 40px; }
.play-btn:hover { background: var(--green-mid); }
.play-btn.playing { background: var(--green-mid); animation: play-pulse 1.8s ease-out infinite; }
@keyframes play-pulse {
  0%   { box-shadow: 0 0 0 0   rgba(57,121,90,.5); }
  70%  { box-shadow: 0 0 0 10px rgba(57,121,90,0); }
  100% { box-shadow: 0 0 0 0   rgba(57,121,90,0); }
}
/* Ondes animées pendant la lecture */
.audio-wave { display: none; align-items: flex-end; gap: 2px; height: 18px; margin-left: 4px; flex-shrink: 0; }
.audio-wave.active { display: flex; }
.audio-wave span { display: block; width: 3px; border-radius: 2px; background: var(--green-accent); transform-origin: bottom; animation: wave-bar .9s ease-in-out infinite; }
.audio-wave span:nth-child(1) { height: 8px;  animation-delay: 0s; }
.audio-wave span:nth-child(2) { height: 14px; animation-delay: .18s; }
.audio-wave span:nth-child(3) { height: 6px;  animation-delay: .36s; }
.audio-wave span:nth-child(4) { height: 11px; animation-delay: .12s; }
@keyframes wave-bar { 0%, 100% { transform: scaleY(.3); opacity: .6; } 50% { transform: scaleY(1); opacity: 1; } }
.testi-progress { height: 3px; background: var(--blush); border-radius: 2px; margin-bottom: 16px; cursor: pointer; }
.testi-prog-fill { height: 100%; background: var(--green-accent); border-radius: 2px; transition: width .1s linear; }
.testi-quote { font-style: italic; font-size: 15px; color: var(--green-mid);
  line-height: 1.7; margin-bottom: 16px; max-width: none; position: relative;
  padding-bottom: 20px; /* espace pour le pétale bas-droite */ }
.testi-petale-close {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}
.testi-transcript { font-size: 12px; color: var(--green-mid); text-decoration: underline; cursor: pointer; background: none; border: none; padding: 0; font-family: inherit; }
.testi-carousel-dots { display: none; justify-content: center; gap: 8px; margin-top: 24px; }
.testi-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blush); border: none; cursor: pointer; transition: all .3s; min-height: 0; padding: 0; }
.testi-dot.active { background: var(--green-dark); transform: scale(1.2); }
@media (max-width: 768px) {
  .testi-grid { display: block; overflow: hidden; }
  .testi-card { display: none; }
  .testi-card.visible { display: block; animation: fadeIn .4s ease; }
  .testi-carousel-dots { display: flex; }
  @keyframes fadeIn { from { opacity:0; transform:translateX(20px); } to { opacity:1; transform:translateX(0); } }
}

/* ABOUT */
.about { background: var(--cream); padding: 100px 48px 0; border-top: 1px solid rgba(32,83,60,.08); }
.about-inner { max-width: 1200px; margin: 0 auto; display: grid;
  grid-template-columns: 1fr 1fr; gap: 80px; align-items: stretch; }
.about-inner > div:first-child { padding-bottom: 100px; align-self: center; }
.about-avatar { width: 200px; height: 200px; border-radius: 50%; background: var(--mint);
  display: flex; align-items: center; justify-content: center; font-size: 80px;
  margin-bottom: 24px; border: 4px solid var(--green-accent); }
.about-photo { width: 200px !important; height: 200px !important;
  min-width: 200px !important; min-height: 200px !important;
  max-width: 200px !important; max-height: 200px !important;
  border-radius: 50% !important; object-fit: cover !important;
  object-position: center top; margin-bottom: 24px;
  border: 4px solid var(--green-accent); display: block !important; flex-shrink: 0; }
.about-name { font-family: 'Playfair Display', serif; font-size: 26px; color: var(--green-dark); margin-bottom: 4px; }
.about-role { font-size: 13px; color: var(--pink); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; }
.about-bio { font-size: 15px; color: var(--green-mid); line-height: 1.8; margin-bottom: 20px; max-width: 65ch; }
.about-tag { display: inline-block; background: var(--mint); color: var(--green-dark);
  padding: 6px 14px; border-radius: 999px; font-size: 12px; margin: 4px; font-weight: 500; }

/* REASSURANCE */
.reassurance { background: var(--green-dark); padding: 80px 48px; }
.reassurance-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.reassurance-title { font-family: 'Playfair Display', serif; font-size: 32px;
  color: #fff; margin-bottom: 12px; }
.reassurance-sub { color: rgba(255,255,255,.6); margin-bottom: 48px; font-size: 16px; max-width: none; }
.reassurance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.reas-item { text-align: center; }
.reas-item:not(:last-child) { border-right: 1px solid rgba(255,255,255,.2); }
.reas-num { font-family: 'Playfair Display', serif; font-size: 48px;
  color: var(--green-accent); font-weight: 700; margin-bottom: 8px; }
.reas-label { font-size: 14px; color: rgba(255,255,255,.7); line-height: 1.5; max-width: none; }

/* CANDIDATURE */
.candidature { background: var(--blush); padding: 72px 48px; }
.candidature-inner { max-width: 700px; margin: 0 auto; }
.candidature .section-label { color: #a65c60; }
.cand-title { font-family: 'Playfair Display', serif; font-size: 26px;
  color: var(--green-dark); margin-bottom: 8px; }
.cand-sub { font-size: 15px; color: var(--green-mid); margin-bottom: 32px;
  line-height: 1.6; max-width: 65ch; }
.cand-steps { display: flex; flex-direction: column; gap: 16px; }
.cand-step { display: flex; gap: 16px; align-items: flex-start; }
.cand-num { width: 32px; height: 32px; border-radius: 50%; background: var(--green-dark);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; flex-shrink: 0; margin-top: 2px; }
.cand-text { font-size: 15px; color: var(--green-mid); line-height: 1.6; }
.cand-text strong { color: var(--green-dark); }

/* PONT ÉMOTIONNEL */
.form-bridge { background: transparent; padding: 0 48px 60px; text-align: center; }
.form-bridge-title { font-family: 'Playfair Display', serif; font-size: 36px;
  color: var(--green-dark); margin-bottom: 12px; max-width: none; line-height: 1.2; }
h2.form-bridge-title { font-size: inherit; font-weight: inherit; margin: 0; font-family: inherit; line-height: inherit; }
.form-bridge-sub { font-size: 16px; color: var(--green-mid); line-height: 1.7;
  max-width: 520px; margin: 0 auto; }

/* FORMULAIRE */
.form-section { padding: 80px 48px; background: var(--mint); }
.form-inner { max-width: 600px; margin: 0 auto; text-align: center; background: var(--white); padding: 48px; border-radius: 24px; box-shadow: 0 8px 40px rgba(32,83,60,.08); }
.form-step { overflow: hidden; }
.form-prog { display: flex; gap: 8px; justify-content: center; margin-bottom: 48px; }
.prog-step { height: 4px; width: 48px; border-radius: 2px; background: rgba(57,121,90,.2); transition: background .4s; }
.prog-step.active { background: var(--green-accent); }
.form-q { font-family: 'Playfair Display', serif; font-size: 28px;
  color: var(--green-dark); margin-bottom: 8px; }
.form-hint { font-size: 14px; color: var(--green-mid); margin-bottom: 40px; opacity: .7; max-width: none; }
.form-input { font-size: 24px; border: none; border-bottom: 2px solid var(--green-accent);
  background: none; width: 100%; padding: 12px 0; text-align: center;
  color: var(--green-dark); font-family: 'Inter', sans-serif;
  margin-bottom: 32px; cursor: text; }
select.form-input { cursor: default; }
.form-input:focus { border-color: var(--green-dark); outline: none; }
.form-input:focus-visible { outline: 3px solid var(--green-accent); outline-offset: 4px; border-radius: 4px; }
.form-btn { background: var(--green-dark); color: #fff; padding: 18px 48px;
  border-radius: 999px; border: none; cursor: pointer; font-size: 16px;
  font-weight: 500; transition: all .3s; display: inline-block; min-height: 48px; }
.form-btn:hover { transform: translateY(-2px); background: var(--green-mid); }
.form-btn-back { background: transparent; color: var(--green-dark); padding: 16px 32px;
  border-radius: 999px; border: 1px solid rgba(32,83,60,.2); cursor: pointer; font-size: 15px;
  font-weight: 500; transition: all .3s; display: inline-block; min-height: 48px; margin-right: 12px; }
.form-btn-back:hover { background: rgba(32,83,60,.05); border-color: rgba(32,83,60,.4); }
.form-reassure { margin-top: 20px; font-size: 13px; color: var(--green-mid); opacity: .6; max-width: none; }

/* MECENE STRIP */
.mecene-strip { background: #1a2e1e; padding: 32px 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.mecene-strip-text { font-size: 14px; color: rgba(255,255,255,.7); max-width: none; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.mecene-strip-text strong { color: var(--green-accent); }
.mecene-strip-btn { background: none; border: 1.5px solid var(--green-accent);
  color: var(--green-accent); padding: 10px 24px; border-radius: 999px;
  font-size: 13px; cursor: pointer; font-weight: 600; white-space: nowrap;
  transition: all .3s; min-height: 44px; }
.mecene-strip-btn:hover { background: var(--green-accent); color: var(--green-dark); }

/* FOOTER */
footer { background: var(--green-dark); padding: 48px; text-align: center; }
footer p { color: rgba(255,255,255,.5); font-size: 13px; max-width: none; }
footer strong { color: var(--green-accent); }

/* SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(24px); }
.reveal.visible { opacity: 1; transform: translateY(0); transition: opacity .5s ease, transform .5s ease; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* RESPONSIVE */
@media (max-width: 1023px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 60px 24px; gap: 40px; }
  .hero-right-femme { display: none; }
  .hero-bg { opacity: .2; }
  .programme-grid { grid-template-columns: repeat(2, 1fr); }
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-inner > div:last-child { display: none; }
  .reassurance-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  /* NAV */
  .site-nav { padding: 12px 20px; }
  .site-nav-logo img { height: 52px; }
  .site-nav-links { display: none; }
  .site-nav-cta { display: none; }
  .site-nav-burger {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    grid-column: 3; justify-self: end;
    background: none; border: none; cursor: pointer;
    padding: 4px; min-height: 44px; min-width: 44px; align-items: center;
  }
  .site-nav-burger span {
    display: block; width: 22px; height: 2px;
    background: var(--green-dark); border-radius: 2px; transition: transform .3s, opacity .3s;
  }
  .site-nav-burger[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .site-nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .site-nav-burger[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
  .mobile-nav { grid-column: 1 / -1; flex-direction: column; gap: 0;
    border-top: 1px solid rgba(32,83,60,.1); margin: 0 -20px; padding: 0 20px; }
  .mobile-nav.open { display: flex; }
  .mobile-nav-link { padding: 14px 0; font-size: 16px; color: var(--green-mid);
    text-decoration: none; font-weight: 500; display: block;
    border-bottom: 1px solid rgba(32,83,60,.06); }
  .mobile-nav-link:last-child { border-bottom: none; }
  .mobile-nav-link[aria-current="page"] { color: var(--green-dark); font-weight: 700; }

  /* HERO */
  .hero { padding: 40px 20px; }
  .hero-left > p { font-size: 16px; }
  .hero-card { padding: 24px; }

  /* PROGRAMME — accordion */
  .programme { padding: 40px 20px; }
  .programme-grid { display: flex; flex-direction: column; gap: 0; margin-bottom: 24px; }
  .module-card {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "icon title arrow" "desc desc desc" "tag tag tag";
    padding: 16px 0; border-radius: 0; background: transparent;
    box-shadow: none; border: none;
    border-bottom: 1px solid rgba(32,83,60,.08); cursor: pointer;
  }
  .module-card:first-child { border-top: 1px solid rgba(32,83,60,.08); }
  .module-card:hover { transform: none; box-shadow: none; border-color: rgba(32,83,60,.08); }
  .module-icon img { width: 40px !important; height: 40px !important; border-radius: 8px !important; }
  .module-card::after {
    grid-area: arrow; content: '›'; font-size: 22px; color: var(--green-mid);
    transition: transform .3s; line-height: 1; align-self: center; padding-left: 4px;
  }
  .module-card.open::after { transform: rotate(90deg); }
  .module-desc, .module-tag { display: none; padding-top: 10px; }
  .module-card.open .module-desc { display: block; }
  .module-card.open .module-tag { display: inline-block; }

  /* TIMELINE — vertical */
  .programme-timeline { padding: 24px 20px; border-radius: 16px; }
  .timeline { flex-direction: column; gap: 0; }
  .timeline::before { width: 2px; height: calc(100% - 40px); left: 19px; right: auto; top: 20px; }
  .timeline-step { padding-top: 0; padding-left: 60px; padding-bottom: 24px; text-align: left; }
  .timeline-step:last-child { padding-bottom: 0; }
  .timeline-dot { left: 0; top: 0; transform: none; animation: timelinePulseMobile 4s ease-in-out infinite; margin: 0; }

  /* TÉMOIGNAGES */
  .testimonials { padding: 40px 20px; }

  /* ABOUT */
  .about { padding: 40px 20px; }
  .about > img { display: none; }
  .about-photo { display: block !important; margin: 16px auto !important; }

  /* RÉSULTATS */
  .reassurance { padding: 40px 20px; }
  .reassurance-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .reas-num { font-size: 36px; }
  .reas-item:not(:last-child) { border-right: none; }
  .reas-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.2); }

  /* CANDIDATURE */
  .candidature { padding: 40px 20px; }

  /* FORMULAIRE */
  .form-bridge { padding: 40px 20px 0; }
  .form-bridge-sub { margin: 16px 0; }
  .form-section { padding: 40px 20px; }
  .form-q { font-size: 26px; }

  /* MÉCÈNES STRIP */
  .mecene-strip { flex-direction: column; align-items: center; text-align: center; padding: 24px 20px; }
  .mecene-strip-text { justify-content: center; }

  /* FOOTER */
  footer { padding: 40px 20px; }

  /* RGPD */
  #rgpd-banner { flex-direction: column !important; align-items: flex-start !important; padding: 16px 20px !important; gap: 16px !important; }
}

/* SKIP LINK & SR-ONLY — global (toutes pages) */
.sr-only { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }
.skip-link:focus { position:fixed;top:8px;left:8px;z-index:9999;background:var(--green-dark);color:#fff;padding:8px 16px;border-radius:8px;width:auto;height:auto;clip:auto;overflow:auto;white-space:normal; }

/* FORM ERRORS — global */
.form-error { display:block; color:var(--pink); font-size:13px; margin-top:6px; margin-bottom:12px; }

/* HERO SCROLL CUE */
.hero-scroll-cue { position:fixed;bottom:28px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:5px;z-index:5;cursor:pointer;text-decoration:none;transition:opacity .3s; }
.hero-scroll-cue span { display:block;width:6px;height:6px;border-radius:50%;background:var(--green-dark);opacity:.35;animation:scrollDot 1.8s ease-in-out infinite; }
.hero-scroll-cue span:nth-child(2) { animation-delay:.3s; }
.hero-scroll-cue span:nth-child(3) { animation-delay:.6s; }
.hero-scroll-cue.cue-hidden { opacity:0;pointer-events:none; }
@keyframes scrollDot { 0%,100% { opacity:.2;transform:translateY(0); } 50% { opacity:.8;transform:translateY(5px); } }
@media (prefers-reduced-motion:reduce) { .hero-scroll-cue span { animation:none;opacity:.35; } }

/* PROMO B2B PANEL */
.promo-b2b {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 800;
  background: var(--green-dark);
  color: #fff;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 48px;
  gap: 24px;
  box-shadow: 0 -4px 24px rgba(0,0,0,.18);
}
.promo-b2b.visible { transform: translateY(0); }
.promo-b2b-inner { display: flex; align-items: center; gap: 24px; flex: 1; flex-wrap: wrap; }
.promo-b2b-text { font-size: 13px; color: rgba(255,255,255,.85); max-width: none; margin: 0; }
.promo-b2b-cta {
  background: none;
  border: 1.5px solid var(--green-accent);
  color: var(--green-accent);
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  transition: background .2s, color .2s;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}
.promo-b2b-cta:hover { background: var(--green-accent); color: var(--green-dark); }
.promo-b2b-close {
  background: none;
  border: none;
  color: rgba(255,255,255,.6);
  font-size: 22px;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color .2s;
}
.promo-b2b-close:hover { color: #fff; }

/* CHIP trigger */
.promo-b2b-chip {
  position: fixed;
  bottom: 0;
  right: 24px;
  z-index: 801;
  background: var(--green-dark);
  color: var(--green-accent);
  border: none;
  padding: 8px 16px;
  border-radius: 8px 8px 0 0;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  box-shadow: 0 -2px 12px rgba(0,0,0,.15);
  transition: background .2s;
}
.promo-b2b-chip:hover { background: var(--green-mid); }

@media (prefers-reduced-motion: reduce) { .promo-b2b { transition: none; } }
@media (max-width: 767px) {
  .promo-b2b { padding: 14px 20px; flex-wrap: wrap; }
  .promo-b2b-chip { right: 12px; }
}

/* SITE FOOTER */
.site-footer { background: var(--green-dark); color: rgba(255,255,255,.75); padding: 56px 48px 40px; text-align: center; }
.site-footer-logo { height: 59px; margin: 0 auto 20px; opacity: .85; display: block; }
.site-footer-copy { font-size: 13px; line-height: 1.7; margin-bottom: 16px; }
.site-footer-copy strong { color: #fff; }
.site-footer-dajm { opacity: .4; display: block; font-size: 12px; }
.site-footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; font-size: 13px; }
.site-footer-nav a { color: rgba(255,255,255,.6); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.15); transition: color .2s; }
.site-footer-nav a:hover { color: #fff; }
.site-footer-nav a[aria-current="page"] { color: #fff; font-weight: 600; border-bottom-color: var(--green-accent); }
@media (max-width: 767px) { .site-footer { padding: 40px 20px; } .site-footer-nav a:not(:last-child) { display: none; } }
