/*
Theme Name: Zoé International
Theme URI: https://www.zoe-international.org
Author: Zoé International
Description: Thème officiel de Zoé International — Pour la dignité humaine
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: zoe-international
*/


/* ═══════════════════════════════════════════
   TOKENS — couleurs extraites du logo
   ═══════════════════════════════════════════ */
:root {
  --teal:       #0ABFCB;   /* cercle turquoise */
  --green:      #4DBD44;   /* herbe verte      */
  --green-dark: #1E7C2B;   /* vert foncé texte */
  --pink:       #EE2A7B;   /* feuille rose/cœur*/
  --coral:      #F05A28;   /* bras corail      */
  --navy:       #1C2B3A;   /* tronc sombre     */

  --bg:         #F5F9F6;
  --white:      #FFFFFF;
  --text:       #1C2B3A;
  --muted:      #607080;
  --border:     #DDE8E2;

  --f-display: 'Playfair Display', Georgia, serif;
  --f-body:    'Plus Jakarta Sans', sans-serif;
}

/* ─── RESET ─────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--f-body);
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

/* ─── SCROLLBAR ─────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--teal); border-radius: 3px; }

/* ═══════════════════════════════════════════
   NAV
   ═══════════════════════════════════════════ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 60px; height: 72px;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s;
}
.nav.scrolled { box-shadow: 0 4px 32px rgba(0,0,0,0.08); }

.nav-brand { display: flex; align-items: center; gap: 12px; }
.nav-logo  { width: 44px; height: 44px; object-fit: contain; border-radius: 8px; }
.nav-name  {
  font-family: var(--f-display);
  font-size: 1.1rem; font-weight: 700;
  color: var(--navy); letter-spacing: 0.02em;
  line-height: 1.1;
}
.nav-name small {
  display: block; font-family: var(--f-body);
  font-size: 0.62rem; font-weight: 400;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted);
}

.nav-links { display: flex; gap: 36px; }
.nav-links a {
  font-size: 0.8rem; font-weight: 500;
  letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--muted); position: relative; padding-bottom: 2px;
  transition: color 0.2s;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -2px; left: 0;
  width: 0; height: 2px; background: var(--teal);
  transition: width 0.3s;
}
.nav-links a:hover { color: var(--teal); }
.nav-links a:hover::after { width: 100%; }

.nav-btn {
  background: var(--pink); color: #fff;
  font-family: var(--f-body); font-size: 0.78rem;
  font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 10px 24px; border-radius: 100px;
  transition: all 0.3s;
}
.nav-btn:hover { background: var(--coral); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(238,42,123,0.3); }

/* ═══════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════ */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  position: relative; overflow: hidden;
  padding-top: 72px;
}
.hero-bg-art {
  position: absolute; inset: 0; z-index: 0;
  pointer-events: none; overflow: hidden;
}
.hero-bg-art svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}
.hero-h1-sub {
  font-size: 1.35rem; font-weight: 400; font-style: italic;
  color: var(--navy);
  display: block; margin-top: 4px;
}

/* Panneau gauche */
.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 80px 70px 80px 80px;
  position: relative; z-index: 2;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(74,189,68,0.12);
  border: 1px solid rgba(74,189,68,0.3);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--green-dark);
  margin-bottom: 28px;
  width: fit-content;
  opacity: 0; animation: riseIn 0.7s ease forwards 0.1s;
}
.hero-eyebrow span { width: 6px; height: 6px; background: var(--green); border-radius: 50%; animation: pulse 1.8s ease-in-out infinite; }

.hero-h1 {
  font-family: var(--f-display);
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
  font-weight: 900; line-height: 1.08;
  color: var(--navy); margin-bottom: 24px;
  opacity: 0; animation: riseIn 0.7s ease forwards 0.25s;
}
.hero-h1 em { font-style: italic; color: var(--teal); }
.hero-h1 mark {
  background: none; color: var(--pink);
  position: relative;
}
.hero-h1 mark::after {
  content: ''; position: absolute; left: 0; bottom: 2px;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--pink), var(--coral));
  border-radius: 2px;
}

.hero-slogan {
  font-family: var(--f-display);
  font-size: 1.25rem; font-weight: 400; font-style: italic;
  color: var(--teal-light);
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  opacity: 0; animation: riseIn 0.7s ease forwards 0.5s;
}

.hero-desc {
  font-size: 1rem; line-height: 1.8; color: var(--muted);
  max-width: 480px; margin-bottom: 20px;
  opacity: 0; animation: riseIn 0.7s ease forwards 0.4s;
}
.hero-desc--accent {
  font-size: 1.05rem; font-weight: 600;
  color: var(--navy); margin-bottom: 36px;
}
.hero-desc--accent mark {
  background: none; color: var(--pink);
  font-weight: 800; letter-spacing: 0.04em;
}

.hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  opacity: 0; animation: riseIn 0.7s ease forwards 0.55s;
}
.btn-fill {
  background: var(--teal); color: #fff;
  font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 14px 30px; border-radius: 100px;
  transition: all 0.3s;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-fill:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(10,191,203,0.35); }
.btn-ghost {
  border: 2px solid var(--navy); color: var(--navy);
  font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 13px 28px; border-radius: 100px;
  transition: all 0.3s;
}
.btn-ghost:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }

.hero-stats {
  display: flex; gap: 32px; margin-top: 56px;
  padding-top: 32px; border-top: 1px solid var(--border);
  opacity: 0; animation: riseIn 0.7s ease forwards 0.7s;
}
.stat-num {
  font-family: var(--f-display); font-size: 2rem; font-weight: 900;
  color: var(--navy); line-height: 1;
}
.stat-label { font-size: 0.78rem; color: var(--muted); margin-top: 4px; line-height: 1.4; }

/* Panneau droit */
.hero-right {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, #E8F9FB 0%, #F0FBF0 50%, #FFF0F6 100%);
}
.hero-right-inner {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 60px 50px;
}
/* grand cercle décoratif */
.hero-circle {
  width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%,
    rgba(10,191,203,0.15) 0%,
    rgba(77,189,68,0.1) 40%,
    rgba(238,42,123,0.06) 80%,
    transparent 100%);
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  animation: slowSpin 18s linear infinite;
}
.hero-logo-big {
  width: 260px; height: 260px; object-fit: contain;
  position: relative; z-index: 2;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.1));
  animation: floatY 4s ease-in-out infinite;
  opacity: 0; animation: riseIn 0.9s ease forwards 0.3s, floatY 4s ease-in-out infinite 1.2s;
}
/* badges flottants */
.hero-chip {
  position: absolute; z-index: 3;
  background: #fff; border-radius: 14px;
  padding: 10px 16px; font-size: 0.78rem; font-weight: 600;
  color: var(--navy); white-space: nowrap;
  box-shadow: 0 8px 28px rgba(0,0,0,0.1);
  display: flex; align-items: center; gap: 8px;
}
.hero-chip .chip-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.chip-1 { top: 18%; left: 6%;  animation: chipFloat 3.0s ease-in-out infinite; }
.chip-2 { top: 26%; right: 4%; animation: chipFloat 3.5s ease-in-out infinite 0.5s; }
.chip-3 { bottom: 28%; left: 4%; animation: chipFloat 4.0s ease-in-out infinite 1s; }
.chip-4 { bottom: 18%; right: 6%; animation: chipFloat 3.2s ease-in-out infinite 1.5s; }

/* ═══════════════════════════════════════════
   SECTION HELPERS
   ═══════════════════════════════════════════ */
.section-wrap { max-width: 1200px; margin: 0 auto; padding: 0 60px; }

.label-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(10,191,203,0.08);
  border: 1px solid rgba(10,191,203,0.25);
  border-radius: 100px; padding: 5px 16px;
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 20px;
}
.section-h2 {
  font-family: var(--f-display);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 900; line-height: 1.15; color: var(--navy);
  margin-bottom: 16px;
}
.section-h2 em { font-style: italic; color: var(--teal); }
.section-lead {
  font-size: 1rem; line-height: 1.8; color: var(--muted);
  max-width: 560px;
}

/* divider décoratif */
.divider {
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--green), var(--pink), var(--coral), transparent);
  margin: 0;
}

/* ═══════════════════════════════════════════
   MISSION
   ═══════════════════════════════════════════ */
.mission { padding: 100px 0; }
.mission-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: start; margin-top: 56px; }

.mission-quote {
  background: var(--navy);
  border-radius: 24px; padding: 44px;
  position: relative; overflow: hidden;
}
.mission-quote::before {
  content: '"“'; position: absolute; top: -10px; left: 20px;
  font-family: var(--f-display); font-size: 8rem; font-weight: 900;
  color: rgba(10,191,203,0.15); line-height: 1; pointer-events: none;
}
.mission-quote-text {
  font-family: var(--f-display);
  font-size: 1.4rem; font-weight: 400; font-style: italic;
  line-height: 1.5; color: #fff; position: relative; z-index: 1;
  margin-bottom: 24px;
}
.mission-quote-text strong { color: var(--teal); font-style: normal; font-weight: 700; }
.mission-quote-dots {
  display: flex; gap: 8px;
}
.mq-dot {
  width: 10px; height: 10px; border-radius: 50%;
}

.mission-refs { display: flex; flex-direction: column; gap: 20px; }
.ref-item {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 20px; background: var(--white);
  border-radius: 14px; border-left: 3px solid transparent;
  transition: all 0.3s;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.ref-item:hover { border-left-color: var(--teal); transform: translateX(4px); }
.ref-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }
.ref-title { font-weight: 600; font-size: 0.9rem; color: var(--navy); margin-bottom: 4px; }
.ref-desc { font-size: 0.84rem; line-height: 1.65; color: var(--muted); }
.ref-item--intro { border-left: none; background: none; padding: 0 0 4px 0; transform: none !important; }
.ref-item--intro:hover { transform: none !important; border-left: none; }
.ref-intro-label { font-family: var(--f-display); font-size: 1rem; font-weight: 700; color: var(--teal); }

/* ═══════════════════════════════════════════
   OBJECTIFS — compact list
   ═══════════════════════════════════════════ */
.obj-compact {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px; margin-top: 40px;
}
.obj-compact-item {
  display: flex; gap: 16px; align-items: baseline;
  background: rgba(255,255,255,0.05);
  padding: 16px 20px;
  transition: background 0.25s;
}
.obj-compact-item:hover { background: rgba(255,255,255,0.09); }
.obj-compact-n {
  font-family: var(--f-display); font-size: 1rem; font-weight: 900;
  color: var(--teal); flex-shrink: 0; min-width: 28px;
}
.obj-compact-item span:last-child {
  font-size: 0.87rem; line-height: 1.6; color: rgba(255,255,255,0.72);
}
.objectifs { background: var(--navy); padding: 100px 0; position: relative; overflow: hidden; }
.objectifs::before {
  content: 'ZOE'; position: absolute;
  font-family: var(--f-display); font-size: 22rem; font-weight: 900;
  color: rgba(255,255,255,0.02); top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap; pointer-events: none; letter-spacing: 0.1em;
}
.objectifs .section-h2 { color: #fff; }
.objectifs .section-lead { color: rgba(255,255,255,0.55); }
.objectifs .label-pill {
  background: rgba(10,191,203,0.15);
  border-color: rgba(10,191,203,0.4);
}

.obj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 56px; }
.obj-item {
  background: rgba(255,255,255,0.05);
  padding: 36px 28px;
  border-top: 2px solid transparent;
  transition: all 0.35s;
  cursor: default;
}
.obj-item:hover { background: rgba(255,255,255,0.09); }
.obj-item:nth-child(1):hover { border-top-color: var(--teal); }
.obj-item:nth-child(2):hover { border-top-color: var(--green); }
.obj-item:nth-child(3):hover { border-top-color: var(--pink); }
.obj-item:nth-child(4):hover { border-top-color: var(--coral); }
.obj-item:nth-child(5):hover { border-top-color: var(--teal); }
.obj-item:nth-child(6):hover { border-top-color: var(--green); }

.obj-n {
  font-family: var(--f-display); font-size: 3rem; font-weight: 900;
  line-height: 1; margin-bottom: 16px;
  opacity: 0.12; color: #fff;
}
.obj-icon { font-size: 1.8rem; margin-bottom: 12px; }
.obj-text { font-size: 0.9rem; line-height: 1.7; color: rgba(255,255,255,0.72); }

/* ═══════════════════════════════════════════
   PROGRAMMES
   ═══════════════════════════════════════════ */
.programmes { padding: 100px 0; }
.prog-list { margin-top: 56px; }
.prog-item {
  display: grid; grid-template-columns: 72px 1fr auto;
  gap: 28px; align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid var(--border);
  transition: all 0.3s; cursor: default;
}
.prog-item:hover .prog-name { color: var(--teal); }
.prog-item:hover .prog-arr { opacity: 1; transform: translateX(6px); }
.prog-item:hover { background: rgba(10,191,203,0.03); margin: 0 -20px; padding-left: 20px; padding-right: 20px; }

.prog-n {
  font-family: var(--f-display); font-size: 1.8rem; font-weight: 900;
  color: var(--teal); line-height: 1;
}
.prog-body { flex: 1; }
.prog-name {
  font-family: var(--f-display); font-size: 1.25rem; font-weight: 700;
  color: var(--navy); margin-bottom: 6px; transition: color 0.3s;
}
.prog-desc { font-size: 0.86rem; line-height: 1.7; color: var(--muted); }
.prog-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.ptag {
  background: rgba(10,191,203,0.08);
  color: var(--teal); border: 1px solid rgba(10,191,203,0.2);
  font-size: 0.7rem; font-weight: 500; padding: 3px 10px; border-radius: 100px;
}
.prog-arr {
  font-size: 1.3rem; color: var(--teal);
  opacity: 0; transition: all 0.3s;
}

/* ═══════════════════════════════════════════
   CIBLES
   ═══════════════════════════════════════════ */
.cibles { padding: 100px 0; }
.cibles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 56px; }
.cible-card {
  position: relative; border-radius: 20px; overflow: hidden;
  padding: 36px; transition: transform 0.35s;
  cursor: default;
}
.cible-card:hover { transform: translateY(-4px); }
.cible-card:nth-child(1) { background: linear-gradient(135deg, #E6F9FB 0%, #D0F5FF 100%); border: 1px solid rgba(10,191,203,0.2); }
.cible-card:nth-child(2) { background: linear-gradient(135deg, #EEF9EC 0%, #D8F3D5 100%); border: 1px solid rgba(77,189,68,0.2); }
.cible-card:nth-child(3) { background: linear-gradient(135deg, #FEF0F7 0%, #FCE0EF 100%); border: 1px solid rgba(238,42,123,0.2); }
.cible-card:nth-child(4) { background: linear-gradient(135deg, #FEF5EE 0%, #FDEADA 100%); border: 1px solid rgba(240,90,40,0.2); }

.cible-emoji { font-size: 2.8rem; margin-bottom: 18px; display: block; }
.cible-name {
  font-family: var(--f-display); font-size: 1.3rem; font-weight: 700;
  color: var(--navy); margin-bottom: 10px;
}
.cible-desc { font-size: 0.88rem; line-height: 1.7; color: var(--muted); }
.cible-accent {
  position: absolute; bottom: 20px; right: 24px;
  font-size: 4rem; opacity: 0.08; font-family: var(--f-display);
  font-weight: 900; color: var(--navy);
  line-height: 1;
}

/* ═══════════════════════════════════════════
   VALEURS
   ═══════════════════════════════════════════ */
.valeurs { background: var(--navy); padding: 100px 0; position: relative; overflow: hidden; }
.valeurs::before {
  content: '♥'; position: absolute;
  font-size: 32rem; color: rgba(238,42,123,0.04);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  line-height: 1; pointer-events: none;
}
.valeurs .section-h2 { color: #fff; }
.valeurs .label-pill { background: rgba(238,42,123,0.12); border-color: rgba(238,42,123,0.3); color: var(--pink); }
.valeurs .section-lead { color: rgba(255,255,255,0.5); }

/* valeur principale */
.valeur-hero {
  display: flex; align-items: center; gap: 32px;
  background: linear-gradient(135deg, rgba(238,42,123,0.12) 0%, rgba(240,90,40,0.08) 100%);
  border: 1px solid rgba(238,42,123,0.25);
  border-radius: 20px; padding: 36px 40px; margin: 48px 0 40px;
  position: relative; z-index: 1; overflow: hidden;
}
.valeur-hero::after {
  content: '01'; position: absolute; right: 32px; top: 50%;
  transform: translateY(-50%);
  font-family: var(--f-display); font-size: 5rem; font-weight: 900;
  color: rgba(255,255,255,0.04); line-height: 1;
}
.vh-badge {
  width: 72px; height: 72px; border-radius: 18px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--pink), var(--coral));
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
  box-shadow: 0 8px 28px rgba(238,42,123,0.35);
}
.vh-body {}
.vh-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--pink); margin-bottom: 6px;
}
.vh-title {
  font-family: var(--f-display); font-size: 2.2rem; font-weight: 900;
  font-style: italic; color: #fff; line-height: 1; margin-bottom: 8px;
  background: linear-gradient(90deg, var(--pink), var(--coral));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.vh-desc { font-size: 0.92rem; line-height: 1.7; color: rgba(255,255,255,0.65); max-width: 580px; }

/* grille des 11 autres valeurs */
.valeurs-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px; position: relative; z-index: 1;
}
.vcard {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px; padding: 24px 20px;
  transition: all 0.3s; cursor: default;
  position: relative; overflow: hidden;
}
.vcard::before {
  content: attr(data-num);
  position: absolute; top: 12px; right: 16px;
  font-family: var(--f-display); font-size: 1.4rem; font-weight: 900;
  color: rgba(255,255,255,0.06); line-height: 1;
}
.vcard:hover { background: rgba(255,255,255,0.09); transform: translateY(-3px); }
.vcard:nth-child(4n+1):hover { border-color: rgba(10,191,203,0.35); }
.vcard:nth-child(4n+2):hover { border-color: rgba(77,189,68,0.35); }
.vcard:nth-child(4n+3):hover { border-color: rgba(238,42,123,0.35); }
.vcard:nth-child(4n+4):hover { border-color: rgba(240,90,40,0.35); }

.vcard-icon { font-size: 1.6rem; margin-bottom: 12px; display: block; }
.vcard-name {
  font-family: var(--f-display); font-size: 1.05rem; font-weight: 700;
  color: #fff; margin-bottom: 8px;
}
.vcard-desc { font-size: 0.8rem; line-height: 1.65; color: rgba(255,255,255,0.52); }

/* ═══════════════════════════════════════════
   ADHÉSION — STEPS
   ═══════════════════════════════════════════ */
.adhesion { background: linear-gradient(135deg, #E8F9FB 0%, #EEF9EC 50%, #FEF0F7 100%); padding: 100px 0; }
.adhesion-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 56px; position: relative; }
.adhesion-steps::before {
  content: ''; position: absolute;
  top: 32px; left: 10%; right: 10%; height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--green), var(--pink), var(--coral));
  z-index: 0;
}
.step {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 0 20px;
  position: relative; z-index: 1;
}
.step-circle {
  width: 64px; height: 64px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-display); font-size: 1.3rem; font-weight: 900;
  color: #fff; margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.sc-1 { background: var(--teal); }
.sc-2 { background: var(--green); }
.sc-3 { background: var(--pink); }
.sc-4 { background: var(--coral); }
.step-title { font-weight: 700; font-size: 0.92rem; color: var(--navy); margin-bottom: 8px; }
.step-text { font-size: 0.82rem; line-height: 1.65; color: var(--muted); }

.eligib {
  margin-top: 48px; background: var(--white);
  border-radius: 16px; padding: 28px 32px;
  display: flex; gap: 16px; align-items: flex-start;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.eligib-icon { font-size: 1.6rem; flex-shrink: 0; }
.eligib-title { font-weight: 700; font-size: 0.9rem; color: var(--navy); margin-bottom: 6px; }
.eligib-text { font-size: 0.87rem; line-height: 1.7; color: var(--muted); }

/* ═══════════════════════════════════════════
   CONTACT + SOUTIEN
   ═══════════════════════════════════════════ */
.contact { padding: 100px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 56px; }
.contact-items { display: flex; flex-direction: column; gap: 16px; }
.ci {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--white); border-radius: 14px; padding: 20px;
  border: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: all 0.3s;
}
.ci:hover { border-color: var(--teal); transform: translateX(4px); }
.ci-icon { font-size: 1.3rem; flex-shrink: 0; }
.ci-label { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.ci-val { font-size: 0.9rem; color: var(--navy); transition: color 0.2s; }
a.ci-val:hover { color: var(--teal); }

.soutien-panel {
  border-radius: 24px; overflow: hidden;
  background: linear-gradient(145deg, var(--navy) 0%, #0D3A4A 100%);
  padding: 40px;
  position: relative;
}
.soutien-panel::before {
  content: ''; position: absolute;
  top: -80px; right: -80px; width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(10,191,203,0.15) 0%, transparent 70%);
}
.sp-label {
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 12px;
}
.sp-title {
  font-family: var(--f-display); font-size: 1.7rem; font-weight: 900;
  color: #fff; margin-bottom: 16px; line-height: 1.2;
}
.sp-desc { font-size: 0.9rem; line-height: 1.75; color: rgba(255,255,255,0.62); margin-bottom: 24px; }
.sp-types { margin-bottom: 28px; display: flex; flex-direction: column; gap: 10px; }
.sp-type { display: flex; gap: 10px; font-size: 0.86rem; color: rgba(255,255,255,0.78); align-items: center; }
.sp-type::before { content: '✓'; color: var(--teal); font-weight: 700; flex-shrink: 0; }
.sp-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--pink); color: #fff;
  font-family: var(--f-body); font-size: 0.8rem;
  font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 12px 24px; border-radius: 100px;
  transition: all 0.3s;
}
.sp-btn:hover { background: var(--coral); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(238,42,123,0.35); }
.sp-note { font-size: 0.74rem; color: rgba(255,255,255,0.35); margin-top: 12px; line-height: 1.5; }

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
footer {
  background: var(--navy);
  padding: 48px 60px 32px;
  position: relative;
}
footer::before {
  content: ''; display: block; height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--green), var(--pink), var(--coral));
  position: absolute; top: 0; left: 0; right: 0;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 60px; max-width: 1200px; margin: 0 auto 48px;
}
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-logo-row { display: flex; align-items: center; gap: 14px; }
.footer-logo-img { width: 56px; height: 56px; object-fit: contain; border-radius: 10px; flex-shrink: 0; }
.footer-title { font-family: var(--f-display); font-size: 1.2rem; font-weight: 700; color: #fff; line-height: 1.2; }
.footer-tagline { font-size: 0.87rem; font-style: italic; color: rgba(255,255,255,0.45); }
.footer-reg { font-size: 0.72rem; color: rgba(255,255,255,0.25); margin-top: 4px; }

.footer-col-title {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(255,255,255,0.38);
  margin-bottom: 18px;
}
.footer-col-title--accent {
  color: var(--teal);
}
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a {
  font-size: 0.88rem; color: rgba(255,255,255,0.6);
  transition: color 0.2s; text-decoration: none;
}
.footer-links a:hover { color: var(--teal); }
.footer-links .contact-link { color: rgba(255,255,255,0.6); font-size: 0.86rem; line-height: 1.55; }
.footer-soutenir-desc { font-size: 0.86rem; color: rgba(255,255,255,0.6); line-height: 1.6; margin-bottom: 4px; }

.footer-donate-btn {
  display: inline-block; padding: 11px 22px;
  background: var(--teal); color: #fff;
  border-radius: 8px; font-size: 0.85rem; font-weight: 600;
  text-decoration: none; transition: opacity 0.2s; width: fit-content;
}
.footer-donate-btn:hover { opacity: 0.85; }
.footer-donate-btn--outline {
  background: transparent; border: 1px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.7);
}

.footer-bottom {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.75rem; color: rgba(255,255,255,0.25);
}

/* ═══════════════════════════════════════════
   KEYFRAMES
   ═══════════════════════════════════════════ */
@keyframes riseIn {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes floatY {
  0%,100% { transform: translateY(0px); }
  50%      { transform: translateY(-14px); }
}
@keyframes slowSpin {
  to { transform: translate(-50%,-50%) rotate(360deg); }
}
@keyframes chipFloat {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}
@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.5; transform: scale(0.8); }
}

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .nav { padding: 0 24px; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .hero-left { padding: 60px 32px; }
  .section-wrap { padding: 0 28px; }
  .mission-grid, .methodes-top, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .obj-grid { grid-template-columns: 1fr 1fr; }
  .methodes-cards { grid-template-columns: repeat(2, 1fr); }
  .valeurs-grid { grid-template-columns: repeat(2, 1fr); }
  .valeur-hero { flex-direction: column; text-align: center; gap: 20px; }
  .cibles-grid { grid-template-columns: 1fr; }
  .adhesion-steps { grid-template-columns: 1fr 1fr; gap: 32px; }
  .adhesion-steps::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 600px) {
  .hero-stats { flex-wrap: wrap; gap: 20px; }
  .obj-grid { grid-template-columns: 1fr; }
  .methodes-cards { grid-template-columns: 1fr; }
  .adhesion-steps { grid-template-columns: 1fr; }
  .valeurs-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
