/* ============================================================
   LE BON REFUGE × HelloAsso Design System — v5 (2026)
   Inspired by helloasso.com: white nav, split hero, clean cards
   ============================================================ */

/* ── Variables ──
   Palette "Terre & Refuge" — chaleureuse, terreuse, faite main.
   On garde les MÊMES noms de variables (--green, --amber, --dark…)
   pour que tout le site hérite du nouveau ton sans réécrire le HTML,
   mais les valeurs quittent le duo vert-menthe/ambre-corpo générique
   pour une identité plus incarnée : terracotta, forêt profonde, papier crème. */
:root {
  --green:      #2E6B4A;   /* vert botanique profond (au lieu du vert néon) */
  --green-dk:   #1A4531;
  --green-lt:   #E6EEE7;
  --amber:      #D9722E;   /* terracotta chaude — remplace l'ambre "bouton SaaS" */
  --amber-dk:   #A6541F;
  --amber-lt:   #FBEADC;
  --dark:       #182821;   /* charbon-forêt, plus chaud qu'un gris froid */
  --body:       #362F28;
  --muted:      #7C7164;
  --border:     #E8E1D4;
  --light:      #FAF6EE;   /* papier crème plutôt que blanc froid */
  --white:      #FFFDF9;

  --clay:       #C1512B;   /* accent signature — souligné, badges, citations */
  --clay-dk:    #93391C;
  --clay-lt:    #F7E7DD;
  --gold:       #D9A441;

  --font-head:  'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
  --font-body:  'Inter', system-ui, sans-serif;

  --max-w:      1200px;
  --gutter:     1.25rem;
  --section:    88px;

  --r:    12px;
  --r-lg: 20px;
  --r-xl: 28px;

  --shadow-xs: 0 1px 2px rgba(30,20,10,.06);
  --shadow-sm: 0 1px 3px rgba(30,20,10,.09), 0 1px 2px rgba(30,20,10,.05);
  --shadow-md: 0 4px 16px rgba(30,20,10,.12);
  --shadow-lg: 0 8px 32px rgba(30,20,10,.16);

  --ease: cubic-bezier(.4,0,.2,1);
  --t:    .2s var(--ease);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 88px; }
body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--body);
  background: var(--white);
  overflow-x: hidden;
  padding-bottom: 0;
}
@media (max-width: 767px) { body { padding-bottom: 72px; } }
img { max-width: 100%; height: auto; display: block; }
a   { color: inherit; text-decoration: none; }

/* Garde-fou anti-débordement pour toutes les grilles du site :
   une piste "1fr" seule peut s'élargir au-delà de son conteneur si un
   enfant contient un texte/élément qui ne peut pas se réduire (bug
   classique de CSS Grid). min-width:0 autorise l'enfant à rétrécir
   normalement, sans aucun effet quand il y a assez de place. */
.stats-grid > *, .missions-grid > *, .missions-duo > *, .constat-grid > *,
.impact-grid > *, .video-editorial > *, .paths-grid > *, .accomp-grid > *, .packs-grid > *,
.fondatrice-layout > *, .fondatrice-inner > *, .amara-inner > *, .parrainage-grid > *,
.testimonials-grid > *, .benevole-layout > *, .blog-grid > *,
.newsletter-inner > *, .partner-logos-grid > *, .partner-packs-grid > *,
.footer-top > *, .blog-list-grid > *, .contact-grid > *, .proof-grid > *,
.timeline-track > *, .partners-intro-grid > *, .transparency-grid > *,
.videos-grid > * {
  min-width: 0;
}
ul  { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
h1, h2, h3, h4 {
  font-family: var(--font-head);
  line-height: 1.15;
  font-weight: 800;
  color: var(--dark);
}

/* Mot clé en évidence — accent "tracé main" au lieu d'un simple mot vert */
mark {
  background: none;
  color: var(--clay);
  font-style: normal;
  position: relative;
  white-space: nowrap;
  padding: 0 .05em;
}
/* Certains accents <mark> sont des phrases longues (carrousel Amara) :
   sur petit mobile elles ne tiennent pas sur une ligne sans déborder
   du cadre, donc on autorise le retour à la ligne en dessous de 480px. */
@media (max-width: 480px) {
  mark { white-space: normal; }
}
mark::after {
  content: '';
  position: absolute;
  left: -.06em; right: -.06em; bottom: -.1em;
  height: .3em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 12'><path d='M0 8 Q 7.5 2 15 8 T 30 8 T 45 8 T 60 8' fill='none' stroke='%23D9A441' stroke-width='3.4' stroke-linecap='round'/></svg>");
  background-repeat: repeat-x;
  background-size: 34px 100%;
  z-index: -1;
  opacity: .65;
}

/* Séparateur "vague" tracé main — casse la rupture nette entre 2 sections */
.wave-divider { line-height: 0; margin-top: -1px; }
.wave-divider svg { display: block; width: 100%; height: 34px; }

/* Texture "grain" — casse l'effet plat/synthétique des aplats de couleur */
.grain { position: relative; isolation: isolate; }
.grain::before {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: .05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ── Container ── */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
@media (min-width: 768px)  { .container { --gutter: 2rem; } }
@media (min-width: 1024px) { .container { --gutter: 3rem; } }

/* ── Section padding ── */
.section-pad { padding: var(--section) 0; }
@media (max-width: 767px) { .section-pad { padding: 52px 0; } }

/* ────────────────────────────────────────────────────────────
   BUTTONS
──────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .75rem 1.5rem;
  border-radius: 100px;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .01em;
  transition: all var(--t);
  white-space: nowrap;
  min-height: 44px;
  font-family: var(--font-body);
  cursor: pointer;
  border: 2px solid transparent;
  text-decoration: none;
}
/* Certains CTA (packs partenaires, articles) ont un texte trop long pour
   tenir sur une ligne à largeur de mobile étroite, ce qui pousse la page
   entière à déborder horizontalement — on autorise le retour à la ligne
   en dessous de 480px. Placé APRES la règle de base .btn pour bien la
   surcharger (même spécificité, l'ordre dans le fichier tranche). */
@media (max-width: 480px) {
  .btn { white-space: normal; text-align: center; }
}
.btn-green  { background: var(--green);  color: #fff; border-color: var(--green); }
.btn-green:hover  { background: var(--green-dk); border-color: var(--green-dk); transform: translateY(-2px) scale(1.02); box-shadow: 0 6px 18px rgba(46,107,74,.32); }
.btn-amber  { background: var(--amber);  color: #fff; border-color: var(--amber); font-weight: 700; }
.btn-amber:hover  { background: var(--amber-dk); border-color: var(--amber-dk); transform: translateY(-2px) scale(1.02); box-shadow: 0 6px 18px rgba(217,114,46,.35); }
.btn-dark   { background: var(--dark);   color: #fff; border-color: var(--dark); }
.btn-dark:hover   { background: var(--clay-dk); border-color: var(--clay-dk); transform: translateY(-2px) scale(1.02); }
.btn-white  { background: #fff; color: var(--dark); border-color: #fff; }
.btn-white:hover  { background: var(--light); }
.btn-outline-green { background: transparent; color: var(--green); border-color: var(--green); }
.btn-outline-green:hover { background: var(--green); color: #fff; }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-outline-white:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn-outline { background: transparent; color: var(--dark); border-color: var(--border); }
.btn-outline:hover { border-color: var(--green); color: var(--green); }
.btn-ghost  { background: transparent; color: var(--body); border-color: transparent; }
.btn-ghost:hover  { color: var(--green); }
.btn-lg { padding: .9rem 2rem; font-size: 1rem; min-height: 52px; }
.btn-sm { padding: .45rem 1rem; font-size: .8rem; min-height: 36px; }
.mt-3 { margin-top: 1.25rem; }

/* ────────────────────────────────────────────────────────────
   SECTION HEADER
──────────────────────────────────────────────────────────── */
.section-hd { margin-bottom: 3rem; }
.section-hd.centered { text-align: center; }
.section-hd .label,
.overline {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: .6rem;
  font-family: var(--font-body);
}
.overline.white   { color: rgba(255,255,255,.55); }
.overline.muted   { color: var(--muted); }
.overline.green   { color: var(--green); }
.section-hd h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 900;
  margin-bottom: .75rem;
  letter-spacing: -.01em;
}
.section-hd p:not(.label):not(.overline) {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 560px;
  line-height: 1.65;
}
.section-hd.centered p:not(.label):not(.overline) { margin: 0 auto; }

/* ────────────────────────────────────────────────────────────
   REVEAL ANIMATIONS
──────────────────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

/* ────────────────────────────────────────────────────────────
   URGENCY BANNER
──────────────────────────────────────────────────────────── */
.urgency-bar {
  background: var(--green-dk);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .55rem 3rem .55rem 1rem;
  font-size: .82rem;
  font-weight: 500;
  position: relative;
  flex-wrap: wrap;
}
.urgency-bar a { color: var(--amber); font-weight: 700; white-space: nowrap; }
.urgency-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--amber);
  flex-shrink: 0;
  animation: blink 2s infinite;
}
@keyframes blink { 0%,100% { opacity:1; } 50% { opacity:.4; } }
.urgency-close {
  position: absolute;
  right: 1rem; top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,.55);
  font-size: 1.2rem;
  line-height: 1;
  padding: .2rem;
}
.urgency-close:hover { color: white; }

/* ────────────────────────────────────────────────────────────
   NAV — HelloAsso style: white, sticky, clean
──────────────────────────────────────────────────────────── */
.nav {
  position: sticky;
  top: 0;
  z-index: 999;
  background: white;
  border-bottom: 1px solid transparent;
  transition: border-color var(--t), box-shadow var(--t);
}
.nav.scrolled {
  border-bottom-color: var(--border);
  box-shadow: 0 1px 8px rgba(0,0,0,.07);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 68px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1rem;
  color: var(--dark);
  text-decoration: none;
  flex-shrink: 0;
}
.nav-logo-img   { width: 36px; height: 36px; border-radius: 9px; display: block; flex-shrink: 0; }
.footer-logo-img{ width: 32px; height: 32px; border-radius: 8px; display: block; flex-shrink: 0; }

.nav-links {
  display: none;
  list-style: none;
  gap: .1rem;
}
@media (min-width: 1024px) { .nav-links { display: flex; align-items: center; } }
.nav-links a {
  display: block;
  padding: .4rem .7rem;
  font-size: .87rem;
  font-weight: 500;
  color: var(--body);
  border-radius: 8px;
  transition: color var(--t), background var(--t);
}
.nav-links a:hover { color: var(--green); background: var(--green-lt); }

.nav-actions { display: flex; align-items: center; gap: .5rem; flex-shrink: 0; }
@media (max-width: 1023px) { .nav-actions { display: none; } }

.nav-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: .4rem;
  cursor: pointer;
}
@media (min-width: 1024px) { .nav-toggle { display: none; } }
.nav-toggle span {
  display: block;
  width: 22px; height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: all var(--t);
}
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile overlay */
.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 998;
  background: white;
  transform: translateX(100%);
  transition: transform .28s var(--ease);
  overflow-y: auto;
  padding: 80px 1.5rem 2rem;
  display: flex;
  flex-direction: column;
}
.nav-overlay.open { transform: none; }
.nav-overlay ul { display: flex; flex-direction: column; gap: .2rem; margin-bottom: auto; }
.nav-overlay-link {
  display: block;
  padding: .85rem 1rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--dark);
  border-radius: var(--r);
  transition: background var(--t), color var(--t);
}
.nav-overlay-link:hover { background: var(--green-lt); color: var(--green); }
.nav-overlay-footer { margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.nav-overlay-footer p { font-size: .82rem; color: var(--muted); }

/* ────────────────────────────────────────────────────────────
   HERO — HelloAsso split layout: text left, visual right
──────────────────────────────────────────────────────────── */
.hero {
  background: var(--white);
  padding: 72px 0 80px;
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-inner { grid-template-columns: 55% 1fr; gap: 4rem; }
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .32rem .9rem;
  border-radius: 100px;
  background: var(--green-lt);
  color: var(--green-dk);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.hero h1 {
  font-size: clamp(2.4rem, 5.5vw, 3.75rem);
  font-weight: 900;
  line-height: 1.08;
  color: var(--dark);
  letter-spacing: -.025em;
  margin-bottom: 1.25rem;
}
.hero-sub {
  font-size: 1.1rem;
  color: var(--muted);
  line-height: 1.65;
  max-width: 480px;
  margin-bottom: 2rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-bottom: 1.75rem;
}
.hero-trust { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; }
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .8rem;
  font-weight: 500;
  color: var(--muted);
}
.hero-trust-item::before {
  content: '✓';
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--green-lt);
  color: var(--green);
  font-size: .65rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-visual {
  position: relative;
  border-radius: var(--r-xl);
  overflow: visible;
}
.hero-visual-img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: var(--r-xl);
  object-fit: cover;
  display: block;
  background-image: url('https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?auto=format&fit=crop&w=900&q=80');
  background-size: cover;
  background-position: center;
}
.hero-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: white;
  border-radius: var(--r-lg);
  padding: 1rem 1.25rem;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: .75rem;
  min-width: 200px;
}
@media (max-width: 767px) { .hero-badge { display: none; } }
.hero-badge-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--green-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.hero-badge strong { display: block; font-size: .9rem; color: var(--dark); font-family: var(--font-head); font-weight: 700; }
.hero-badge span   { font-size: .72rem; color: var(--muted); }

/* ────────────────────────────────────────────────────────────
   STATS BAR
──────────────────────────────────────────────────────────── */
.stats-bar {
  background: var(--dark);
  padding: 2.25rem 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  text-align: center;
}
@media (min-width: 640px) { .stats-grid { grid-template-columns: repeat(4, 1fr); } }
.stat-number {
  display: block;
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 900;
  color: white;
  line-height: 1;
  margin-bottom: .3rem;
}
.stat-label { display: block; font-size: .78rem; color: rgba(255,255,255,.45); line-height: 1.4; }
.stat-item-green .stat-number { color: #4ADE80; }

/* ────────────────────────────────────────────────────────────
   MISSION CARDS — 2 big photo panels
──────────────────────────────────────────────────────────── */
.missions-section { background: white; }
.missions-grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) { .missions-grid { grid-template-columns: 1fr 1fr; min-height: 520px; } }
.mission-card {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  cursor: default;
}
.mission-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .6s var(--ease);
}
.mission-card:hover .mission-card-bg { transform: scale(1.04); }
.mission-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,.25) 55%, transparent 100%);
}
.mission-card-body {
  position: relative;
  z-index: 2;
  padding: 2rem 2.5rem 2.5rem;
  color: white;
}
.mission-card-tag {
  display: inline-block;
  padding: .22rem .7rem;
  border-radius: 100px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: .75rem;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.mission-card h2 { color: white; font-size: 1.5rem; margin-bottom: .75rem; font-weight: 900; }
.mission-card p  { color: rgba(255,255,255,.78); font-size: .92rem; line-height: 1.65; margin-bottom: 1.25rem; }

/* ────────────────────────────────────────────────────────────
   IMPACT NUMBERS
──────────────────────────────────────────────────────────── */
.impact-section { background: var(--light); padding: var(--section) 0; }
.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  text-align: center;
}
@media (max-width: 639px) { .impact-grid { grid-template-columns: 1fr; } }
.impact-number {
  display: block;
  font-family: var(--font-head);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: var(--green);
  line-height: 1;
  margin-bottom: .5rem;
}
.impact-label { display: block; font-size: .88rem; color: var(--muted); max-width: 160px; margin: 0 auto; line-height: 1.45; }

/* ────────────────────────────────────────────────────────────
   VIDEO SECTION — light
──────────────────────────────────────────────────────────── */
.video-section { padding: var(--section) 0; background: var(--white); }
.video-section.light-bg { background: var(--light); }
.video-editorial {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 768px) {
  .video-editorial { grid-template-columns: 1fr 1fr; gap: 5rem; }
  .video-editorial.reverse { direction: rtl; }
  .video-editorial.reverse > * { direction: ltr; }
}
.video-frame {
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
  background: var(--dark);
}
.video-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-bg-img { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .65; }
.play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--t), box-shadow var(--t);
  z-index: 2;
  cursor: pointer;
}
.play-btn::after {
  content: '';
  width: 0; height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent var(--green);
  margin-left: 3px;
}
.play-btn:hover { transform: translate(-50%, -50%) scale(1.1); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.video-coming-soon {
  position: absolute;
  bottom: 1.25rem; left: 1.25rem;
  background: rgba(0,0,0,.72);
  color: white;
  padding: .5rem 1rem;
  border-radius: var(--r);
  font-size: .78rem;
  backdrop-filter: blur(4px);
  z-index: 2;
}
.video-coming-soon strong { display: block; font-weight: 700; }
.video-coming-soon span   { opacity: .65; }
.video-editorial-text h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 900; margin-bottom: 1rem; }
.video-editorial-text p  { color: var(--muted); line-height: 1.7; margin-bottom: .9rem; }

/* ────────────────────────────────────────────────────────────
   STORIES
──────────────────────────────────────────────────────────── */
.stories-section { padding: var(--section) 0; background: var(--light); }
.scroll-hint { font-size: .78rem; color: var(--muted); margin-bottom: .5rem; display: none; }
@media (max-width: 767px) { .scroll-hint { display: block; } }
.stories-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .stories-track {
    grid-template-columns: repeat(3, 80vw);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .stories-track::-webkit-scrollbar { display: none; }
}
.story-card {
  background: white;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1.5px solid var(--border);
  transition: box-shadow var(--t), transform var(--t);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}
.story-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px) rotate(-.4deg); }
.story-img { height: 180px; background-size: cover; background-position: center; flex-shrink: 0; }
.story-body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.story-body .overline { margin-bottom: .4rem; }
.story-body h3 { font-size: .98rem; line-height: 1.4; color: var(--dark); margin-bottom: .6rem; flex: 1; }
.story-body p  { font-size: .84rem; color: var(--muted); line-height: 1.6; margin-bottom: 1rem; }
.story-link { font-size: .82rem; font-weight: 600; color: var(--green); margin-top: auto; }
.stories-dots { display: none; justify-content: center; gap: .4rem; margin-top: 1.25rem; }
@media (max-width: 767px) { .stories-dots { display: flex; } }
.stories-dots span { width: 7px; height: 7px; border-radius: 50%; background: var(--border); }
.stories-dots span:first-child { background: var(--green); }

/* ────────────────────────────────────────────────────────────
   QUOTE
──────────────────────────────────────────────────────────── */
.quote-section {
  padding: 64px 0;
  background: var(--green-dk);
  text-align: center;
}
.big-quote {
  font-family: var(--font-head);
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-weight: 700;
  font-style: italic;
  color: white;
  max-width: 780px;
  margin: 0 auto 1rem;
  line-height: 1.55;
}
.big-quote::before { content: '\201C'; color: var(--amber); }
.big-quote::after  { content: '\201D'; color: var(--amber); }
.quote-author { font-size: .88rem; color: rgba(255,255,255,.55); letter-spacing: .04em; }

/* ────────────────────────────────────────────────────────────
   PACKS
──────────────────────────────────────────────────────────── */
.packs-section { padding: var(--section) 0; background: var(--white); }
.packs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (min-width: 640px)  { .packs-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .packs-grid { grid-template-columns: repeat(4, 1fr); } }
.pack-card {
  background: white;
  border-radius: var(--r-lg);
  padding: 1.75rem 1.5rem;
  border: 1.5px solid var(--border);
  position: relative;
  transition: box-shadow var(--t), transform var(--t), border-color var(--t);
  display: flex;
  flex-direction: column;
}
.pack-card:hover { box-shadow: var(--shadow-md); transform: translateY(-6px) rotate(.5deg); border-color: var(--green); }
.pack-card.featured { background: var(--dark); border-color: var(--amber); }
.pack-card.featured .pack-name,
.pack-card.featured .pack-price { color: white; }
.pack-card.featured .pack-price-range { color: rgba(255,255,255,.45); }
.pack-card.featured .pack-feature { color: rgba(255,255,255,.8); }
.pack-card.featured .pack-feature::before { background: rgba(245,166,35,.15); color: var(--amber); }
.pack-badge {
  position: absolute;
  top: -12px; right: 1.25rem;
  background: var(--amber);
  color: var(--dark);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .07em;
  padding: .2rem .8rem;
  border-radius: 100px;
  text-transform: uppercase;
}
.pack-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: .75rem;
  flex-shrink: 0;
}
.pack-icon.amber { background: var(--amber-lt); }
.pack-icon.green { background: var(--green-lt); }
.pack-icon.dark  { background: rgba(255,255,255,.1); }
.pack-label { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; color: var(--muted); margin-bottom: .25rem; }
.pack-name  { font-family: var(--font-head); font-size: 1.05rem; font-weight: 800; color: var(--dark); margin-bottom: .4rem; }
.pack-price { font-family: var(--font-head); font-size: 1.5rem; font-weight: 900; color: var(--green); line-height: 1; }
.pack-price span { font-size: .82rem; font-weight: 400; color: var(--muted); }
.pack-price-range { font-size: .72rem; color: var(--muted); margin-bottom: 1rem; }
.pack-features { display: flex; flex-direction: column; gap: .4rem; flex: 1; margin-bottom: 1.25rem; }
.pack-feature {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  font-size: .82rem;
  color: var(--body);
  line-height: 1.45;
}
.pack-feature::before {
  content: '✓';
  flex-shrink: 0;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--green-lt);
  color: var(--green);
  font-size: .62rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-top: .15rem;
}
.pack-cta { width: 100%; margin-top: auto; }

/* ────────────────────────────────────────────────────────────
   FONDATRICE
──────────────────────────────────────────────────────────── */
.fondatrice-section { padding: var(--section) 0; background: var(--light); }
.fondatrice-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 768px) { .fondatrice-layout { grid-template-columns: 1fr 1.1fr; gap: 5rem; } }
.fondatrice-photo-wrap { position: relative; }
.fondatrice-photo {
  width: 100%;
  aspect-ratio: 1;
  max-width: 400px;
  border-radius: var(--r-xl);
  background-image: url('https://images.unsplash.com/photo-1531123897727-8f129e1688ce?auto=format&fit=crop&w=700&q=80');
  background-size: cover;
  background-position: center;
}
.fondatrice-accent {
  position: absolute;
  bottom: -20px; right: -20px;
  width: 130px; height: 130px;
  border-radius: var(--r-xl);
  background: var(--amber);
  z-index: -1;
}
.fondatrice-text h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 900; margin-bottom: 1rem; }
.fondatrice-text p  { color: var(--muted); line-height: 1.7; margin-bottom: 1rem; }
.fondatrice-quote {
  background: white;
  border-left: 3px solid var(--green);
  border-radius: 0 var(--r) var(--r) 0;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
  box-shadow: var(--shadow-sm);
}
.fondatrice-quote p { font-style: italic; color: var(--green-dk); font-size: .95rem; margin: 0; line-height: 1.65; }

/* ────────────────────────────────────────────────────────────
   DONATION
──────────────────────────────────────────────────────────── */
.donation-section { padding: var(--section) 0; background: var(--white); }
.donation-inner { max-width: 600px; margin: 0 auto; }
.donation-card {
  background: white;
  border-radius: var(--r-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
}
.donation-card h2 { font-size: 1.75rem; font-weight: 900; color: var(--dark); margin-bottom: .75rem; }
.donation-card > p { color: var(--muted); margin-bottom: 1.5rem; }

.fundraising-progress { margin-bottom: 1.5rem; }
.fundraising-progress-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: .5rem; font-size: .82rem; color: var(--muted); }
.fundraising-progress-header strong { color: var(--dark); }
.fp-track { height: 8px; background: var(--border); border-radius: 100px; overflow: hidden; margin-bottom: .4rem; }
.fp-fill { height: 100%; background: linear-gradient(90deg, var(--green), #2EC27E); border-radius: 100px; width: 0; transition: width 1.2s var(--ease); }
.fundraising-progress-footer { font-size: .74rem; color: var(--muted); }

.amount-buttons { display: flex; gap: .6rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.amount-btn {
  flex: 1; min-width: 60px;
  padding: .6rem .5rem;
  border-radius: var(--r);
  font-size: .9rem;
  font-weight: 600;
  color: var(--body);
  background: var(--light);
  border: 1.5px solid var(--border);
  cursor: pointer;
  transition: all var(--t);
  font-family: var(--font-body);
}
.amount-btn:hover,
.amount-btn.active { background: var(--green-lt); border-color: var(--green); color: var(--green-dk); }
.donation-note { font-size: .74rem; color: var(--muted); text-align: center; margin-top: .75rem; line-height: 1.5; }

/* ────────────────────────────────────────────────────────────
   PARRAINAGE
──────────────────────────────────────────────────────────── */
.parrainage-section { padding: var(--section) 0; background: var(--light); }
.parrainage-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (min-width: 640px) { .parrainage-grid { grid-template-columns: repeat(3, 1fr); } }
.parrainage-card {
  background: white;
  border-radius: var(--r-lg);
  padding: 2rem;
  text-align: center;
  border: 1.5px solid var(--border);
  transition: box-shadow var(--t), transform var(--t);
}
.parrainage-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.parrainage-icon { font-size: 2rem; margin-bottom: .75rem; }
.parrainage-card h3 { font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: .5rem; }
.parrainage-card p  { font-size: .87rem; color: var(--muted); line-height: 1.6; }

/* ────────────────────────────────────────────────────────────
   TESTIMONIALS
──────────────────────────────────────────────────────────── */
.testimonials-section { padding: var(--section) 0; background: var(--white); }
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); } }
.testimonial-card {
  background: var(--light);
  border-radius: var(--r-lg);
  padding: 1.75rem;
  border: 1.5px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: .75rem;
  transition: box-shadow var(--t), transform var(--t);
}
.testimonial-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); background: white; }
.testimonial-tag {
  display: inline-flex;
  padding: .22rem .75rem;
  border-radius: 100px;
  background: var(--green-lt);
  color: var(--green-dk);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  width: fit-content;
}
.testimonial-stars { color: var(--amber); font-size: .9rem; }
.testimonial-text { font-size: .9rem; color: var(--body); line-height: 1.7; flex: 1; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: .75rem; }
.testimonial-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: var(--green-lt);
  flex-shrink: 0;
}
.testimonial-name { display: block; font-weight: 600; font-size: .88rem; color: var(--dark); }
.testimonial-role { display: block; font-size: .74rem; color: var(--muted); }

/* ────────────────────────────────────────────────────────────
   BÉNÉVOLAT
──────────────────────────────────────────────────────────── */
.benevole-section { padding: var(--section) 0; background: var(--light); }
.benevole-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 768px) { .benevole-layout { grid-template-columns: 1fr 1.2fr; gap: 5rem; } }
.benevole-photo {
  border-radius: var(--r-xl);
  aspect-ratio: 4/3;
  background-image: url('https://images.unsplash.com/photo-1559757148-5c350d0d3c56?auto=format&fit=crop&w=800&q=80');
  background-size: cover;
  background-position: center;
}
.benevole-text h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 900; margin-bottom: 1rem; }
.benevole-text p  { color: var(--muted); line-height: 1.7; margin-bottom: 1rem; }
.role-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .5rem; }
.role-tag {
  padding: .3rem .85rem;
  border-radius: 100px;
  background: white;
  border: 1.5px solid var(--border);
  color: var(--body);
  font-size: .78rem;
  font-weight: 600;
  transition: all var(--t);
}
.role-tag:hover { background: var(--green-lt); border-color: var(--green); color: var(--green); }

/* ────────────────────────────────────────────────────────────
   BLOG SECTION (homepage)
──────────────────────────────────────────────────────────── */
.blog-section { padding: var(--section) 0; background: var(--white); }
.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (min-width: 640px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } }
.blog-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1.5px solid var(--border);
  transition: box-shadow var(--t), transform var(--t);
  color: inherit;
}
.blog-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.blog-card-img { height: 180px; background-size: cover; background-position: center; }
.blog-card-body { padding: 1.5rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.blog-card-body h3 { font-size: .95rem; line-height: 1.4; color: var(--dark); }
.blog-card-body p  { font-size: .84rem; color: var(--muted); line-height: 1.6; }
.read-more { font-size: .82rem; font-weight: 600; color: var(--green); margin-top: auto; }

/* ────────────────────────────────────────────────────────────
   CTA SECTION
──────────────────────────────────────────────────────────── */
.cta-section {
  padding: var(--section) 0;
  background: var(--green);
  text-align: center;
}
.cta-section h2 { font-size: clamp(1.75rem, 4vw, 3rem); font-weight: 900; color: white; margin-bottom: .75rem; }
.cta-section p  { color: rgba(255,255,255,.72); margin: 0 auto 2rem; max-width: 520px; font-size: 1.05rem; }
.cta-section .overline { color: rgba(255,255,255,.55); margin-bottom: .5rem; }
.cta-buttons { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; }

/* ────────────────────────────────────────────────────────────
   NEWSLETTER
──────────────────────────────────────────────────────────── */
.newsletter-section { padding: var(--section) 0; background: var(--dark); }
.newsletter-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 768px) { .newsletter-inner { grid-template-columns: 1fr 1fr; } }
.newsletter-text h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 900; color: white; margin-bottom: .75rem; }
.newsletter-text p  { color: rgba(255,255,255,.55); line-height: 1.65; margin-bottom: 1rem; }
.newsletter-bullets { list-style: none; display: flex; flex-direction: column; gap: .5rem; }
.newsletter-bullets li {
  font-size: .85rem;
  color: rgba(255,255,255,.65);
  display: flex;
  align-items: center;
  gap: .5rem;
}
.newsletter-bullets li::before { content: '→'; color: var(--amber); font-weight: 700; }
.newsletter-form-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-xl);
  padding: 2rem;
}
.newsletter-form-card h3 { font-size: 1.2rem; color: white; margin-bottom: .25rem; font-weight: 800; }
.newsletter-form-card > p { font-size: .8rem; color: rgba(255,255,255,.45); margin-bottom: 1.25rem; }
.newsletter-row { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: .75rem; }
.newsletter-input {
  flex: 1; min-width: 0;
  padding: .75rem 1rem;
  border-radius: var(--r);
  border: 1.5px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.07);
  color: white;
  font-size: .9rem;
  font-family: var(--font-body);
}
.newsletter-input::placeholder { color: rgba(255,255,255,.3); }
.newsletter-input:focus { outline: none; border-color: var(--green); }
.newsletter-gdpr { font-size: .7rem; color: rgba(255,255,255,.3); line-height: 1.5; }

/* ────────────────────────────────────────────────────────────
   TRUST STRIP
──────────────────────────────────────────────────────────── */
.trust-strip { background: var(--light); padding: 2.5rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-strip-inner { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: center; align-items: center; }
.trust-badge { display: flex; align-items: center; gap: .75rem; font-size: .82rem; }
.trust-badge-icon { font-size: 1.5rem; flex-shrink: 0; }
.trust-badge strong { display: block; font-weight: 700; font-size: .82rem; color: var(--dark); }
.trust-badge span   { color: var(--muted); font-size: .74rem; }

/* ────────────────────────────────────────────────────────────
   TRUST / SÉCURITÉ (composant partagé — homepage + partenaires)
──────────────────────────────────────────────────────────── */
.trust-section {
  background: var(--white);
  padding: 3.5rem 0;
  border-top: 1px solid var(--border);
}
.trust-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem 3rem;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-shrink: 0;
}
.trust-icon {
  width: 44px; height: 44px;
  background: var(--green-lt);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.trust-item strong { display: block; font-size: .85rem; color: var(--dark); font-weight: 700; }
.trust-item span   { font-size: .74rem; color: var(--muted); }

/* ────────────────────────────────────────────────────────────
   PARTENAIRES — logos & preuve sociale
──────────────────────────────────────────────────────────── */
.partner-logos-section { background: var(--light); padding: 3.5rem 0; }
.partner-logos-hd { text-align: center; margin-bottom: 2rem; }
.partner-logos-hd .overline { margin-bottom: .35rem; }
.partner-logos-hd h2 { font-size: clamp(1.3rem, 2.5vw, 1.7rem); }
.partner-logos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 640px)  { .partner-logos-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .partner-logos-grid { grid-template-columns: repeat(6, 1fr); } }
.partner-logo-slot {
  background: #fff;
  border: 1.5px dashed var(--border);
  border-radius: var(--r-lg);
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: .75rem;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 600;
  line-height: 1.4;
}
.partner-logo-slot.first {
  border-style: solid;
  border-color: var(--amber);
  background: var(--amber-lt);
  color: var(--amber-dk);
}
.partner-logo-slot.filled {
  border-style: solid;
  border-color: var(--border);
  background: var(--light);
  flex-direction: column;
  gap: .3rem;
  filter: grayscale(1);
  opacity: .75;
  transition: filter .25s ease, opacity .25s ease;
}
.partner-logo-slot.filled:hover { filter: grayscale(0); opacity: 1; }
.partner-logo-mark {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: .95rem;
  color: var(--dark);
  letter-spacing: -.01em;
  display: flex;
  align-items: center;
  gap: .35rem;
}
.partner-logo-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.partner-logos-note { text-align: center; color: var(--muted); font-size: .85rem; margin-top: 1.75rem; }
.partner-logos-note a { color: var(--green); font-weight: 700; }
.partner-logos-disclaimer { text-align: center; color: var(--muted); font-size: .68rem; margin-top: .5rem; font-style: italic; }

/* ────────────────────────────────────────────────────────────
   PARTENAIRES — grille de packs comparatifs
──────────────────────────────────────────────────────────── */
.partner-packs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 900px) { .partner-packs-grid { grid-template-columns: repeat(2, 1fr); } }
.partner-pack-card {
  background: #fff;
  border-radius: var(--r-xl);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  border-top: 4px solid var(--amber);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow var(--t), transform var(--t);
}
.partner-pack-card:hover { box-shadow: var(--shadow-md); transform: translateY(-6px) rotate(-.4deg); }
.partner-pack-card.pack-green  { border-top-color: var(--green); }
.partner-pack-card.pack-dark   { border-top-color: var(--dark); background: var(--dark); }
.partner-pack-card.pack-featured {
  border-top-color: var(--amber);
  background: var(--dark);
  box-shadow: var(--shadow-lg);
}
.partner-pack-card.pack-featured .partner-pack-name,
.partner-pack-card.pack-dark .partner-pack-name { color: #fff; }
.partner-pack-card.pack-featured .partner-pack-desc,
.partner-pack-card.pack-dark .partner-pack-desc { color: rgba(255,255,255,.65); }
.partner-pack-card.pack-featured .pack-feature,
.partner-pack-card.pack-dark .pack-feature { color: rgba(255,255,255,.75); }
.partner-pack-card.pack-featured .pack-price,
.partner-pack-card.pack-dark .pack-price { color: #fff; }
.partner-pack-badge {
  position: absolute; top: -13px; right: 2rem;
  background: var(--amber); color: var(--dark);
  font-size: .68rem; font-weight: 700; letter-spacing: .06em;
  padding: .25rem .9rem; border-radius: 100px; text-transform: uppercase;
}
.partner-pack-top { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.1rem; flex-wrap: wrap; }
.partner-pack-name { font-family: var(--font-head); font-size: 1.35rem; font-weight: 800; color: var(--dark); margin: 0; }
.partner-pack-price-wrap { margin-left: auto; text-align: right; }
.partner-pack-range { font-size: .74rem; color: var(--muted); margin: 0; }
.partner-pack-desc { color: var(--muted); line-height: 1.7; margin-bottom: 1rem; font-size: .92rem; }
.pack-impact-line {
  display: inline-flex; align-items: center; gap: .4rem;
  background: var(--clay-lt, var(--amber-lt));
  color: var(--clay-dk);
  font-size: .78rem; font-weight: 700;
  padding: .4rem .85rem;
  border-radius: 100px;
  margin-bottom: 1.35rem;
}
.pack-impact-line::before { content: '→'; }
.partner-pack-card.pack-featured .pack-impact-line,
.partner-pack-card.pack-dark .pack-impact-line { background: rgba(217,164,65,.16); color: var(--gold); }
.partner-pack-features { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px,1fr)); gap: .55rem; margin-bottom: 1.5rem; }

/* ────────────────────────────────────────────────────────────
   FOOTER
──────────────────────────────────────────────────────────── */
.footer { background: var(--dark); padding: 4rem 0 2rem; }
.footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 640px)  { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .footer-top { grid-template-columns: 2fr 1fr 1fr 1fr 1fr; } }
.footer-brand { max-width: 260px; }
.footer-logo { display: flex; align-items: center; gap: .6rem; font-family: var(--font-head); font-size: 1rem; font-weight: 800; color: white; margin-bottom: 1rem; }
.footer-brand > p { font-size: .82rem; color: rgba(255,255,255,.42); line-height: 1.65; margin-bottom: 1rem; }
.footer-brand blockquote { font-size: .78rem; font-style: italic; color: rgba(255,255,255,.28); border-left: 2px solid rgba(255,255,255,.1); padding-left: .9rem; line-height: 1.6; margin-bottom: 1rem; }
.footer-rna { font-size: .7rem; color: rgba(255,255,255,.22); line-height: 1.6; }
.social-links { display: flex; gap: .5rem; margin: 1rem 0; }
.social-link {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.55);
  font-size: .82rem;
  font-weight: 700;
  transition: background var(--t), color var(--t);
}
.social-link:hover { background: var(--green); color: white; }
.footer-col h3 {
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255,255,255,.28);
  margin-bottom: 1rem;
  font-family: var(--font-body);
}
.footer-col ul { display: flex; flex-direction: column; gap: .5rem; }
.footer-col a { font-size: .84rem; color: rgba(255,255,255,.5); transition: color var(--t); }
.footer-col a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .75rem;
  font-size: .78rem;
  color: rgba(255,255,255,.25);
}

/* ────────────────────────────────────────────────────────────
   MOBILE DONATE BAR
──────────────────────────────────────────────────────────── */
.mobile-donate-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 990;
  background: white;
  border-top: 1px solid var(--border);
  padding: .75rem 1.25rem;
  box-shadow: 0 -4px 16px rgba(0,0,0,.08);
}
@media (min-width: 768px) { .mobile-donate-bar { display: none; } }
.mobile-donate-bar p { font-size: .8rem; font-weight: 500; color: var(--body); margin: 0; }
.mobile-donate-bar strong { color: var(--dark); }

/* ────────────────────────────────────────────────────────────
   WHATSAPP FLOATING WIDGET
──────────────────────────────────────────────────────────── */
.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 5.5rem;
  z-index: 995;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover { transform: scale(1.08); box-shadow: 0 8px 22px rgba(0,0,0,.3); }
.whatsapp-float svg { width: 30px; height: 30px; }
@media (min-width: 768px) { .whatsapp-float { bottom: 1.75rem; } }

/* ────────────────────────────────────────────────────────────
   BLOG PAGE
──────────────────────────────────────────────────────────── */
.blog-hero { background: var(--dark); padding: 72px 0; text-align: center; }
.blog-hero h1 { color: white; font-size: clamp(1.75rem, 4vw, 3rem); font-weight: 900; margin-bottom: .75rem; }
.blog-hero p   { color: rgba(255,255,255,.55); max-width: 560px; margin: 0 auto; }
.blog-list-section { padding: var(--section) 0; background: var(--light); }
.blog-list-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .blog-list-grid { grid-template-columns: repeat(3, 1fr); } }
.blog-list-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1.5px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: box-shadow var(--t), transform var(--t);
}
.blog-list-card:hover { box-shadow: var(--shadow-md); transform: translateY(-5px) rotate(-.35deg); }
.blog-list-card-img { height: 200px; background-size: cover; background-position: center; background-color: var(--light); }
.blog-list-card-body { padding: 1.75rem; display: flex; flex-direction: column; gap: .6rem; flex: 1; }
.blog-list-card-body h2 { font-size: 1.05rem; line-height: 1.4; color: var(--dark); }
.blog-list-card-body p  { font-size: .87rem; color: var(--muted); line-height: 1.6; }
.btn-outline-green.btn-sm { /* inherits */ }

/* ────────────────────────────────────────────────────────────
   ARTICLE PAGE
──────────────────────────────────────────────────────────── */
.reading-progress-bar {
  position: fixed; top: 0; left: 0;
  height: 3px; z-index: 9999;
  background: linear-gradient(90deg, var(--green), var(--amber));
  width: 0; transition: width .1s linear;
}
.article-hero { position: relative; overflow: hidden; background: var(--dark); padding: 72px 0 64px; text-align: center; }
.article-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 35%; opacity: .3; }
.article-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24,40,33,.5) 0%, rgba(24,40,33,.92) 80%, var(--dark) 100%); }
.article-hero > .container { position: relative; z-index: 2; }
.article-back { display: inline-block; font-size: .82rem; color: rgba(255,255,255,.45); margin-bottom: 1.5rem; transition: color var(--t); }
.article-back:hover { color: white; }
.article-hero h1 { color: white; font-size: clamp(1.5rem, 3.5vw, 2.75rem); font-weight: 900; max-width: 760px; margin: 0 auto .75rem; }
.article-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-top: .75rem; }
.article-meta span { font-size: .8rem; color: rgba(255,255,255,.4); }
.reading-time { color: rgba(255,255,255,.4); font-size: .8rem; }
.article-body { max-width: 720px; margin: 0 auto; padding: 4rem 1.5rem; }
.article-body p  { margin-bottom: 1.25rem; color: var(--body); line-height: 1.8; }
.article-body h2 { font-size: 1.5rem; font-weight: 800; color: var(--dark); margin: 2.5rem 0 1rem; }
.article-body h3 { font-size: 1.2rem; font-weight: 700; color: var(--dark); margin: 2rem 0 .75rem; }
.article-pull {
  border-left: 3px solid var(--green);
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  background: var(--green-lt);
  border-radius: 0 var(--r) var(--r) 0;
}
.article-pull p { font-style: italic; font-size: 1.1rem; color: var(--green-dk); margin: 0; line-height: 1.6; }
.article-cta-box {
  background: var(--green-lt);
  border-radius: var(--r-lg);
  padding: 2rem;
  margin: 2.5rem 0;
  border: 1.5px solid rgba(27,138,82,.15);
}
.article-cta-box.amber-cta { background: var(--amber-lt); border-color: rgba(245,166,35,.2); }
.article-cta-box h3 { font-size: 1rem; font-weight: 800; color: var(--dark); margin-bottom: .5rem; }
.article-cta-box p  { font-size: .9rem; color: var(--muted); margin-bottom: 1rem; line-height: 1.65; }
.article-refs { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.article-refs h3 { font-size: .88rem; font-weight: 700; color: var(--dark); margin-bottom: .75rem; }
.article-refs ul { list-style: disc; padding-left: 1.5rem; }
.article-refs li { font-size: .82rem; color: var(--muted); margin-bottom: .3rem; }
.share-section { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.share-section > span { font-size: .82rem; color: var(--muted); font-weight: 600; }
.share-btn { padding: .35rem .9rem; border-radius: 100px; font-size: .78rem; font-weight: 600; transition: opacity var(--t); }
.share-btn:hover { opacity: .8; }
.share-btn-fb { background: #1877F2; color: white; }
.share-btn-wa { background: #25D366; color: white; }
.share-btn-ln { background: #0A66C2; color: white; }

/* ────────────────────────────────────────────────────────────
   CONTACT PAGE
──────────────────────────────────────────────────────────── */
.contact-hero { position: relative; overflow: hidden; background: var(--dark); padding: 72px 0; text-align: center; }
.contact-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .22; }
.contact-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24,40,33,.55) 0%, rgba(24,40,33,.92) 85%, var(--dark) 100%); }
.contact-hero > .container { position: relative; z-index: 2; }
.contact-hero h1 { color: white; font-size: clamp(1.75rem, 4vw, 3rem); font-weight: 900; margin-bottom: .75rem; }
.contact-hero p  { color: rgba(255,255,255,.55); max-width: 500px; margin: 0 auto; }
.contact-section { padding: var(--section) 0; }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: start; }
@media (min-width: 768px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.contact-form-card { background: var(--light); border-radius: var(--r-xl); padding: 2.5rem; }
.contact-form-card h3 { font-size: 1.25rem; font-weight: 800; color: var(--dark); margin-bottom: .25rem; }
.contact-form-card > p { font-size: .88rem; color: var(--muted); margin-bottom: 1.75rem; }
.form-group { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1.25rem; }
.form-group label { font-size: .82rem; font-weight: 600; color: var(--dark); }
.form-group input,
.form-group select,
.form-group textarea {
  padding: .75rem 1rem;
  border-radius: var(--r);
  border: 1.5px solid var(--border);
  background: white;
  font-size: .9rem;
  font-family: var(--font-body);
  color: var(--dark);
  transition: border-color var(--t), box-shadow var(--t);
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(27,138,82,.08); }
.form-group textarea { min-height: 120px; resize: vertical; }
.contact-info-cards { display: flex; flex-direction: column; gap: 1rem; }
.contact-info-card { background: white; border-radius: var(--r-lg); padding: 1.5rem; display: flex; gap: 1rem; border: 1.5px solid var(--border); transition: box-shadow var(--t), transform var(--t), border-color var(--t); }
.contact-info-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px) rotate(-.3deg); border-color: var(--clay); }
.ci-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; background: var(--green-lt); flex-shrink: 0; }
.ci-icon.amber { background: var(--amber-lt); }
.contact-info-card h3 { font-size: .95rem; font-weight: 700; color: var(--dark); margin-bottom: .3rem; }
.contact-info-card p  { font-size: .85rem; color: var(--muted); line-height: 1.55; }

/* ────────────────────────────────────────────────────────────
   PARTNERS PAGE
──────────────────────────────────────────────────────────── */
.partners-hero {
  position: relative;
  padding: 108px 0 88px;
  text-align: center;
  overflow: hidden;
  background: var(--dark);
}
.partners-hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1744809482817-9a9d4fc280af?auto=format&fit=crop&w=1800&q=80');
  background-size: cover;
  background-position: center 30%;
  opacity: .28;
}
.partners-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(24,40,33,.55) 0%, rgba(24,40,33,.92) 78%, var(--dark) 100%);
}
.partners-hero > .container { position: relative; z-index: 2; }
.partners-hero h1 { color: white; font-size: clamp(1.9rem, 4.4vw, 3.2rem); font-weight: 900; margin-bottom: .9rem; letter-spacing: -.02em; }
.partners-hero p  { color: rgba(255,255,255,.62); max-width: 620px; margin: 0 auto; font-size: 1.05rem; line-height: 1.75; }
.partners-hero-proof {
  display: flex; flex-wrap: wrap; gap: .9rem 1.6rem; justify-content: center;
  margin-top: 2.25rem; font-size: .78rem; color: rgba(255,255,255,.5);
}
.partners-hero-proof span::before { content: '✓ '; color: var(--gold); font-weight: 800; }

/* ────────────────────────────────────────────────────────────
   PARTENAIRES — timeline d'impact
──────────────────────────────────────────────────────────── */
.impact-timeline { padding: var(--section) 0; background: var(--white); }
.timeline-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem;
  margin-top: 3rem;
  position: relative;
}
@media (min-width: 800px) {
  .timeline-track { grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
  .timeline-track::before {
    content: '';
    position: absolute; top: 22px; left: 6%; right: 6%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--border) 0 10px, transparent 10px 18px);
  }
}
.timeline-step { position: relative; text-align: left; }
.timeline-dot {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--clay); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 800; font-size: .95rem;
  margin-bottom: 1rem; position: relative; z-index: 1;
  box-shadow: 0 0 0 6px var(--white);
}
.timeline-step:nth-child(2) .timeline-dot { background: var(--green); }
.timeline-step:nth-child(3) .timeline-dot { background: var(--gold); }
.timeline-step:nth-child(4) .timeline-dot { background: var(--dark); }
.timeline-step h3 { font-size: 1rem; margin-bottom: .4rem; }
.timeline-step p  { font-size: .85rem; color: var(--muted); line-height: 1.6; }

/* ────────────────────────────────────────────────────────────
   PARTENAIRES — FAQ accordéon
──────────────────────────────────────────────────────────── */
.faq-item {
  background: #fff;
  border-radius: var(--r-lg);
  border: 1.5px solid var(--border);
  overflow: hidden;
  transition: border-color var(--t);
}
.faq-item[open] { border-color: var(--clay); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.35rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 700;
  font-size: .98rem;
  color: var(--dark);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--light);
  color: var(--clay);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  font-weight: 400;
  transition: transform var(--t), background var(--t);
}
.faq-item[open] summary::after { transform: rotate(45deg); background: var(--clay); color: #fff; }
.faq-item-body { padding: 0 1.75rem 1.5rem; font-size: .9rem; color: var(--muted); line-height: 1.75; }
.partners-intro { padding: var(--section) 0; background: var(--white); }
.partners-intro-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
@media (min-width: 860px) { .partners-intro-grid { grid-template-columns: .85fr 1fr; gap: 3.5rem; } }
.partners-intro-photo { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--shadow-lg); }
.partners-intro-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.partners-packs { padding: var(--section) 0; background: var(--light); }
.partners-section { padding: var(--section) 0; }
.pack-full-card {
  background: white;
  border-radius: var(--r-xl);
  padding: 2rem 2.5rem;
  box-shadow: var(--shadow-sm);
  border: 1.5px solid var(--border);
  margin-bottom: 1.5rem;
}
.pack-full-card.dark-card { background: var(--dark); border-color: var(--amber); }
.pack-full-card.dark-card h3 { color: white; }
.partners-transparency { background: var(--dark); padding: var(--section) 0; }
.transparency-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; margin-top: 2.5rem; text-align: center; align-items: start; justify-items: center; }
@media (min-width: 640px) {
  .transparency-grid { grid-template-columns: repeat(3,1fr); }
  .transparency-item { position: relative; padding: 0 1.75rem; }
  .transparency-item:not(:last-child)::after { content:''; position:absolute; right:0; top:.15rem; bottom:.15rem; width:1px; background:rgba(255,255,255,.15); }
}
.transparency-item { display: flex; flex-direction: column; align-items: center; width: 100%; }
.transparency-number { display: block; font-family: var(--font-head); font-size: 2rem; font-weight: 900; color: var(--amber); margin-bottom: .5rem; line-height: 1; }
.transparency-label { font-size: .82rem; color: var(--muted); line-height: 1.5; max-width: 260px; margin: 0 auto; }
.transparency-item.on-white .transparency-number { color: var(--green); }
.transparency-item.on-white .transparency-label { color: var(--muted); }

/* ────────────────────────────────────────────────────────────
   INTRO STATEMENT
──────────────────────────────────────────────────────────── */
.intro-statement { padding: 3rem 0; background: var(--green-dk); }
.intro-statement p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 500;
  color: rgba(255,255,255,.8);
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.75;
  font-style: italic;
}

/* ────────────────────────────────────────────────────────────
   UTILITIES
──────────────────────────────────────────────────────────── */
.white  { color: white; }
.green  { color: var(--green); }
.muted  { color: var(--muted); }
.text-center { text-align: center; }
.has-photo { }

/* ════════════════════════════════════════════════════════════
   RESPONSIVE — passe de finition mobile (≤ 600px / ≤ 400px)
   La plupart des grilles du site sont déjà mobile-first ; ce
   bloc corrige les quelques endroits où des éléments côte à côte
   se resserrent trop ou où un CTA mérite d'être pleine largeur
   pour rester facile à toucher au pouce.
════════════════════════════════════════════════════════════ */
@media (max-width: 600px) {
  h1 { word-break: break-word; }
  .cta-buttons { flex-direction: column; align-items: stretch; }
  .cta-buttons .btn { width: 100%; }
  .partners-hero-proof { justify-content: flex-start; }

  /* Pack partenaires : icône + nom + prix passent en colonne pour éviter l'écrasement */
  .partner-pack-top { align-items: flex-start; }
  .partner-pack-price-wrap { margin-left: 0; width: 100%; text-align: left; padding-top: .35rem; border-top: 1px dashed var(--border); margin-top: .5rem; }
  .partner-pack-card.pack-featured .partner-pack-price-wrap,
  .partner-pack-card.pack-dark .partner-pack-price-wrap { border-top-color: rgba(255,255,255,.15); }

  /* Timeline : dots un peu plus compacts */
  .timeline-dot { width: 38px; height: 38px; font-size: .85rem; }

  /* Sélecteur de montant : boutons plus grands, plus faciles à toucher */
  .amount-btn { min-width: 68px; padding: .7rem .5rem; }

  /* FAQ accordéon : padding réduit */
  .faq-item summary { padding: 1.1rem 1.25rem; font-size: .92rem; }
  .faq-item-body { padding: 0 1.25rem 1.25rem; }

  /* Logos partenaires : 2 colonnes lisibles plutôt que 2 colonnes trop serrées */
  .partner-logo-slot { min-height: 76px; font-size: .7rem; padding: .6rem; }

  /* Formulaire de contact : cartes info pleine largeur, boutons pleine largeur */
  .contact-info-card { flex-direction: column; }
  .btn-lg { width: 100%; justify-content: center; }
  .hero-ctas .hero-cta-primary,
  .hero-ctas .hero-cta-secondary { width: 100%; justify-content: center; text-align: center; }
}

@media (max-width: 400px) {
  .path-card, .partner-pack-card, .pack-card { padding: 1.5rem 1.25rem; }
  .trust-grid { justify-content: flex-start; }
  .transparency-number { font-size: 1.6rem; }
}
