/* ============================================================
   EDENYS — Design System v5 — Le Lien
   Palette : Bleu nuit #1B3A5C | Vert sauge #4E9471 | Fond #F4F2EF
   Typographie : Fraunces (titres) + DM Sans (corps)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,700;0,9..144,900;1,9..144,400&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,400&display=swap');

:root {
  --teal:      #1B3A5C;
  --teal-dk:   #0C1E35;
  --teal-lt:   #E8EDF3;
  --teal-md:   #2A5480;
  --accent:    #4E9471;
  --accent-dk: #3A7558;
  --accent-lt: #E5F2EC;
  /* compat */
  --primary:    #4E9471;
  --primary-dk: #3A7558;
  --primary-lt: #A8D4BC;
  --green:      #4E9471;
  --green-dk:   #3A7558;
  --warm:       #D4E8DC;
  --peach:      #E5F2EC;
  --navy:       #1B3A5C;
  --amber:      #4E9471;
  --blue:       #4E9471;
  --lblue:      #D4E8DC;
  /* neutres */
  --bg:       #F4F2EF;
  --white:    #FFFFFF;
  --offwhite: #F4F2EF;
  --bg-alt:   #EBE8E4;
  --text:     #1A1A2E;
  --text-lt:  #4A4A5A;
  --gray:     #4A4A5A;
  --gray-lt:  #6E6E7E;
  --lightgray: #D8D6D2;
  --border:   #D8D6D2;
  /* tokens */
  --radius:      20px;
  --radius-sm:   12px;
  --radius-pill: 999px;
  --shadow-sm:  0 2px 8px rgba(27,58,92,.06);
  --shadow:     0 4px 24px rgba(27,58,92,.10);
  --shadow-lg:  0 12px 48px rgba(27,58,92,.14);
  --font:         'DM Sans', system-ui, -apple-system, sans-serif;
  --font-display: 'Fraunces', Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.6; }
h1, h2, h3, h4 { font-family: var(--font-display); }

/* UTILITAIRES */
.container   { max-width: 1160px; margin: 0 auto; padding: 0 28px; }
.section     { padding: 96px 0; }
.section-alt { background: var(--white); }
.text-center { text-align: center; }
.text-navy   { color: var(--teal); }
.text-amber  { color: var(--accent); }

/* BADGE */
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--teal-lt); color: var(--teal-dk);
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 5px 14px;
  border-radius: var(--radius-pill); margin-bottom: 16px;
  font-family: var(--font);
}

/* BOUTONS */
.btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 13px 26px; border-radius: var(--radius-pill);
  font-weight: 700; font-size: 0.95rem; font-family: var(--font);
  text-decoration: none; transition: all 0.2s ease;
  cursor: pointer; border: 2px solid transparent; white-space: nowrap;
}
.btn-primary, .btn-accent {
  background: var(--accent); color: var(--white); border-color: var(--accent);
  box-shadow: 0 4px 16px rgba(225,116,82,.28);
}
.btn-primary:hover, .btn-accent:hover {
  background: var(--accent-dk); border-color: var(--accent-dk);
  transform: translateY(-2px); box-shadow: 0 8px 24px rgba(225,116,82,.38);
}
.btn-teal, .btn-navy, .btn-green {
  background: var(--teal); color: var(--white); border-color: var(--teal);
  box-shadow: 0 4px 16px rgba(28,107,88,.22);
}
.btn-teal:hover, .btn-navy:hover, .btn-green:hover {
  background: var(--teal-dk); border-color: var(--teal-dk); transform: translateY(-2px);
}
.btn-outline {
  background: transparent; color: var(--white); border-color: rgba(255,255,255,.55);
}
.btn-outline:hover {
  background: var(--white); color: var(--teal); border-color: var(--white); transform: translateY(-2px);
}
.btn-outline-teal {
  background: transparent; color: var(--teal); border-color: var(--teal);
}
.btn-outline-teal:hover { background: var(--teal); color: var(--white); transform: translateY(-2px); }
.btn-white {
  background: var(--white); color: var(--accent); border-color: var(--white); font-weight: 800;
}
.btn-white:hover { background: var(--accent-lt); transform: translateY(-2px); }
.btn-glass {
  background: rgba(255,255,255,.12); color: var(--white);
  border-color: rgba(255,255,255,.25);
}
.btn-glass:hover { background: rgba(255,255,255,.22); transform: translateY(-2px); }

/* LOGO */
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-mark {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; background: none;
  border-radius: 0; position: relative; overflow: visible;
}
.logo-mark::after { display: none; }
.logo-mark svg { width: 36px; height: 36px; }
.logo-text   { display: flex; flex-direction: column; line-height: 1.1; }
.logo-name   { font-size: 1.1rem; font-weight: 700; color: var(--navy); letter-spacing: .04em; font-family: var(--font-display); }
.logo-sub    { font-size: 0.64rem; font-weight: 700; color: var(--accent); letter-spacing: .14em; text-transform: uppercase; font-family: var(--font); }
.logo-slogan { font-size: 0.58rem; font-weight: 500; color: var(--accent); letter-spacing: .08em; font-style: italic; font-family: var(--font-display); margin-top: 1px; }
.logo-white .logo-name  { color: var(--white); }
.logo-white .logo-sub   { color: rgba(255,255,255,.6); }
.logo-white .logo-slogan { color: rgba(255,255,255,.45); }
.logo-white .logo-mark  { background: none; border: none; }
.logo-white .logo-mark svg path:first-child { stroke: #FFFFFF; }
.logo-white .logo-mark svg path:last-child  { stroke: #6DB48D; }

/* NAVIGATION */
.navbar {
  position: sticky; top: 0; z-index: 100;
  background: var(--white); box-shadow: 0 1px 0 var(--border); padding: 0;
}
.navbar-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav-links a {
  text-decoration: none; color: var(--text);
  font-weight: 600; font-size: 0.9rem;
  padding: 7px 14px; border-radius: 8px;
  transition: background .15s, color .15s;
}
.nav-links a:hover, .nav-links a.active { background: var(--teal-lt); color: var(--teal); }
.nav-cta { margin-left: 12px; padding: 10px 22px !important; font-size: 0.88rem !important; }
.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 6px;
}
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--teal); border-radius: 2px; transition: all .3s; }
.nav-phone {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--white); font-size: 0.88rem; font-weight: 700;
  text-decoration: none; white-space: nowrap;
  padding: 9px 18px; border-radius: var(--radius-pill);
  background: var(--teal); transition: all .2s; font-family: var(--font);
}
.nav-phone:hover { background: var(--teal-dk); }
@media (max-width: 768px) { .nav-phone { display: none; } }

/* HERO */
.hero { background: var(--bg); padding: 88px 0 80px; position: relative; overflow: hidden; }
.hero-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hero-content { max-width: 560px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--teal-lt); color: var(--teal-dk);
  font-size: 0.75rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; padding: 5px 14px;
  border-radius: var(--radius-pill); margin-bottom: 20px;
  font-family: var(--font); border: 1px solid rgba(28,107,88,.12);
}
.hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 700; color: var(--text);
  line-height: 1.12; margin-bottom: 18px; letter-spacing: -0.02em; font-family: var(--font-display);
}
.hero h1 em { font-style: italic; color: var(--teal); }
.hero-lead { font-size: 1rem; color: var(--gray); line-height: 1.72; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-stats { display: flex; gap: 0; }
.hero-stat {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 0 24px; border-right: 1px solid var(--border);
}
.hero-stat:first-child { padding-left: 0; }
.hero-stat:last-child  { border-right: none; }
.hero-stat-num { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--teal); line-height: 1.1; }
.hero-stat-label { font-size: 0.72rem; color: var(--gray); font-weight: 500; margin-top: 2px; }

/* Hero visuel */
.hero-visual {
  display: flex; align-items: center; justify-content: center;
  position: relative; height: 420px;
}
.hero-vis-card {
  background: var(--teal); border-radius: 28px;
  width: 300px; height: 340px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 16px; position: relative; z-index: 2;
  box-shadow: 0 24px 60px rgba(28,107,88,.30);
}
.hero-vis-icon {
  width: 72px; height: 72px; background: rgba(255,255,255,.18);
  border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2.2rem;
}
.hero-vis-label { color: var(--white); font-weight: 600; font-size: 1rem; font-family: var(--font-display); }
.hero-blob-1 {
  position: absolute; z-index: 1;
  width: 120px; height: 120px; border-radius: 50%;
  background: var(--accent); opacity: .88;
  top: -10px; right: -16px;
}
.hero-blob-2 {
  position: absolute; z-index: 1;
  width: 88px; height: 88px; border-radius: 50%;
  background: #D4A845; opacity: .85;
  bottom: 28px; left: -20px;
}
.hero-credit-card {
  position: absolute; z-index: 3;
  bottom: 12px; right: -28px;
  background: var(--white); border-radius: 16px;
  padding: 14px 18px; box-shadow: 0 8px 32px rgba(0,0,0,.14);
  min-width: 160px;
}
.hero-credit-pct { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--teal); line-height: 1; display: block; }
.hero-credit-text { font-size: 0.75rem; color: var(--gray); line-height: 1.45; display: block; margin-top: 4px; }

/* ZONES BAND */
.zones-band { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 16px 0; }
.zones-band-inner { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.zone-item { display: flex; align-items: center; gap: 7px; font-size: .84rem; color: var(--gray); font-weight: 500; }
.zone-item strong { color: var(--teal); }

/* STATS BAR */
.stats-bar { background: var(--bg); padding: 48px 0; border-bottom: 1px solid var(--border); }
.stats-inner { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.stat-item { display: flex; flex-direction: column; align-items: center; padding: 0 56px; border-right: 1px solid var(--border); }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: var(--font-display); font-size: 2.8rem; font-weight: 700; color: var(--teal); line-height: 1; }
.stat-label { font-size: .82rem; color: var(--gray); margin-top: 6px; font-weight: 500; text-align: center; }

/* TITRES */
.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 700; color: var(--text);
  line-height: 1.18; margin-bottom: 14px; letter-spacing: -0.02em; font-family: var(--font-display);
}
.section-lead { font-size: 1rem; color: var(--gray); max-width: 620px; margin: 0 auto 52px; line-height: 1.75; }

/* AGRÉMENT BAND */
.agrement-band { background: var(--teal-dk); padding: 18px 0; }
.agrement-inner { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.agrement-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.82); font-size: .85rem; }
.agrement-item .icon { font-size: 1.1rem; }
.agrement-item strong { color: var(--white); }

/* PRICING CARDS */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.pricing-card {
  background: var(--white); border-radius: var(--radius);
  padding: 32px 28px; box-shadow: var(--shadow-sm);
  border: 1.5px solid var(--border); position: relative;
  display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s;
}
.pricing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pricing-card.featured { background: var(--teal); border-color: var(--teal); box-shadow: 0 20px 48px rgba(28,107,88,.28); }
.pricing-featured-badge {
  display: inline-block; background: rgba(255,255,255,.22);
  color: var(--white); font-size: .7rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 12px; border-radius: var(--radius-pill);
  margin-bottom: 20px; align-self: flex-start; font-family: var(--font);
}
.pricing-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 20px; }
.pricing-icon-teal  { background: var(--teal-lt); }
.pricing-icon-peach { background: var(--accent-lt); }
.pricing-icon-white { background: rgba(255,255,255,.2); }
.pricing-card h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 10px; color: var(--text); font-family: var(--font-display); }
.pricing-card.featured h3 { color: var(--white); }
.pricing-card .pricing-desc { font-size: .9rem; color: var(--gray); line-height: 1.65; margin-bottom: 22px; }
.pricing-card.featured .pricing-desc { color: rgba(255,255,255,.80); }
.pricing-check-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; flex: 1; }
.pricing-check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .88rem; color: var(--gray); line-height: 1.45; }
.pricing-card.featured .pricing-check-list li { color: rgba(255,255,255,.88); }
.check-icon {
  flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%;
  background: var(--teal-lt); color: var(--teal);
  display: flex; align-items: center; justify-content: center;
  font-size: .62rem; font-weight: 900; margin-top: 1px;
}
.pricing-card.featured .check-icon { background: rgba(255,255,255,.2); color: var(--white); }
.pricing-btn {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  width: 100%; padding: 13px; border-radius: var(--radius-pill);
  font-weight: 700; font-size: .92rem; font-family: var(--font);
  text-decoration: none; transition: all .2s; cursor: pointer; border: 2px solid transparent;
}
.pricing-btn-teal { background: transparent; color: var(--teal); border-color: var(--teal); }
.pricing-btn-teal:hover { background: var(--teal); color: var(--white); transform: translateY(-1px); }
.pricing-btn-accent { background: var(--accent); color: var(--white); border-color: var(--accent); box-shadow: 0 4px 14px rgba(225,116,82,.3); }
.pricing-btn-accent:hover { background: var(--accent-dk); transform: translateY(-1px); }

/* STEPS HORIZONTAUX */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step-card {
  background: var(--white); border-radius: var(--radius);
  padding: 28px 22px; box-shadow: var(--shadow-sm);
  border: 1.5px solid var(--border);
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .2s, box-shadow .2s;
}
.step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.step-num { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 1rem; flex-shrink: 0; }
.step-num-lt { background: var(--teal-lt); color: var(--teal-dk); }
.step-num-dk { background: var(--teal); color: var(--white); }
.step-card h3 { font-size: 1rem; font-weight: 700; color: var(--text); font-family: var(--font-display); }
.step-card p  { font-size: .87rem; color: var(--gray); line-height: 1.6; flex: 1; }
.step-detail {
  display: flex; align-items: center; gap: 7px;
  font-size: .78rem; color: var(--teal-md); font-weight: 600;
  padding-top: 12px; border-top: 1px solid var(--border); font-family: var(--font);
}

/* TESTIMONIALS v4 */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card {
  background: var(--white); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-sm); border: 1.5px solid var(--border);
  display: flex; flex-direction: column; gap: 16px;
}
.testimonial-stars { color: #E8A930; font-size: 1rem; letter-spacing: 2px; }
.testimonial-quote { color: var(--gray); font-style: italic; line-height: 1.75; font-size: .92rem; font-family: var(--font-display); flex: 1; }
.testimonial-author { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid var(--border); }
.testimonial-avatar {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .88rem; color: var(--white);
}
.av-teal   { background: linear-gradient(135deg, var(--teal), var(--teal-md)); }
.av-accent { background: linear-gradient(135deg, var(--accent), #F59275); }
.av-gold   { background: linear-gradient(135deg, #C9922A, #E8B84A); }
.testimonial-name { font-weight: 700; color: var(--text); font-size: .9rem; font-family: var(--font); }
.testimonial-role { font-size: .78rem; color: var(--gray); }

/* CTA ARRONDI */
.cta-rounded-wrap { padding: 0 28px 96px; max-width: 1216px; margin: 0 auto; }
.cta-rounded {
  background: var(--teal); border-radius: 28px;
  padding: 72px 56px; text-align: center;
  position: relative; overflow: hidden;
}
.cta-rounded::before {
  content: ''; position: absolute; top: -60px; left: -60px;
  width: 240px; height: 240px; border-radius: 50%;
  background: rgba(255,255,255,.07); pointer-events: none;
}
.cta-rounded::after {
  content: ''; position: absolute; bottom: -80px; right: -60px;
  width: 280px; height: 280px; border-radius: 50%;
  background: rgba(255,255,255,.06); pointer-events: none;
}
.cta-rounded h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; color: var(--white); margin-bottom: 14px; font-family: var(--font-display); position: relative; z-index: 1; }
.cta-rounded p  { color: rgba(255,255,255,.85); font-size: 1.05rem; margin-bottom: 36px; max-width: 500px; margin-left: auto; margin-right: auto; position: relative; z-index: 1; line-height: 1.7; }
.cta-rounded .cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* CTA BAND (full-width, autres pages) */
.cta-band { background: var(--teal); padding: 88px 0; text-align: center; }
.cta-band h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; color: var(--white); margin-bottom: 14px; font-family: var(--font-display); }
.cta-band p  { color: rgba(255,255,255,.85); font-size: 1.1rem; margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* CARTES GÉNÉRIQUES */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.card { background: var(--white); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); border: 1.5px solid var(--border); transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card-icon  { font-size: 2.2rem; margin-bottom: 16px; display: block; }
.card h3    { font-size: 1.05rem; font-weight: 700; color: var(--teal-dk); margin-bottom: 10px; font-family: var(--font-display); }
.card p     { color: var(--gray); font-size: .92rem; line-height: 1.65; }
.mode-card  { border-top: 3px solid var(--teal); }
.mode-tag { display: inline-block; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: var(--teal-lt); color: var(--teal-dk); padding: 3px 10px; border-radius: 6px; margin-bottom: 12px; font-family: var(--font); }
.mode-tva   { margin-top: 16px; display: flex; align-items: center; gap: 8px; font-size: .83rem; color: var(--gray); }
.mode-tva strong { color: var(--teal-dk); }

/* AIDE / FINANCEMENT */
.aide-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.aide-card { background: var(--white); border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow-sm); border: 1.5px solid var(--border); border-left: 4px solid var(--teal); }
.aide-card h3           { font-size: 1rem; font-weight: 700; color: var(--teal-dk); margin-bottom: 6px; font-family: var(--font-display); }
.aide-card .aide-amount { font-size: 1.5rem; font-weight: 700; color: var(--accent); margin-bottom: 6px; font-family: var(--font-display); }
.aide-card p            { font-size: .87rem; color: var(--gray); line-height: 1.55; }

/* VALEURS */
.valeurs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; }
.valeur-item { padding: 32px 24px; text-align: center; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-sm); border: 1.5px solid var(--border); }
.valeur-num   { font-size: 2.8rem; font-weight: 700; color: var(--teal); line-height: 1; margin-bottom: 8px; font-family: var(--font-display); }
.valeur-label { font-size: .88rem; color: var(--teal-dk); font-weight: 600; line-height: 1.5; }

/* CHECK LIST */
.check-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: .95rem; color: var(--text); line-height: 1.55; }
.check-list li::before { content: '✓'; flex-shrink: 0; width: 22px; height: 22px; background: var(--teal); color: var(--white); font-weight: 900; font-size: .72rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 2px; font-family: var(--font); }

/* ÉTAPES (anciennes pages) */
.steps { display: flex; flex-direction: column; gap: 0; max-width: 680px; margin: 0 auto; }
.step  { display: flex; gap: 24px; position: relative; padding-bottom: 36px; }
.step:last-child { padding-bottom: 0; }
.step-num { flex-shrink: 0; width: 48px; height: 48px; background: var(--teal); color: var(--white); font-weight: 700; font-size: 1.1rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; font-family: var(--font-display); }
.step-line { position: absolute; left: 24px; top: 48px; bottom: 0; width: 2px; background: var(--border); transform: translateX(-50%); }
.step-content { padding-top: 10px; }
.step-content h3 { font-size: 1.05rem; font-weight: 700; color: var(--teal-dk); margin-bottom: 6px; font-family: var(--font-display); }
.step-content p  { color: var(--gray); font-size: .92rem; line-height: 1.65; }

/* PAGE HEADER */
.page-header { background: linear-gradient(135deg, var(--teal-dk) 0%, var(--teal) 100%); padding: 72px 0 56px; text-align: center; }
.page-header h1 { font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 700; color: var(--white); margin-bottom: 14px; font-family: var(--font-display); }
.page-header p  { color: rgba(255,255,255,.82); font-size: 1.05rem; max-width: 580px; margin: 0 auto; line-height: 1.7; }
.breadcrumb { font-size: .82rem; color: rgba(255,255,255,.55); margin-bottom: 16px; font-family: var(--font); }
.breadcrumb a     { color: rgba(255,255,255,.72); text-decoration: none; }
.breadcrumb a:hover { color: rgba(255,255,255,.9); }
.breadcrumb span  { color: rgba(255,255,255,.9); }

/* LOCAL HERO */
.local-hero { background: linear-gradient(135deg, var(--teal-dk) 0%, var(--teal) 100%); color: var(--white); padding: 88px 0 68px; text-align: center; }
.local-hero .eyebrow { display: inline-block; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius-pill); padding: 6px 20px; font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 22px; font-family: var(--font); }
.local-hero h1  { font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 700; margin-bottom: 18px; line-height: 1.18; letter-spacing: -.02em; font-family: var(--font-display); }
.local-hero p   { font-size: 1.05rem; opacity: .85; max-width: 620px; margin: 0 auto 34px; line-height: 1.75; }
.local-hero .hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: .88rem; font-weight: 700; color: var(--teal-dk); margin-bottom: 7px; font-family: var(--font); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 13px 16px; border: 2px solid var(--border); border-radius: var(--radius-sm); font-size: .95rem; font-family: var(--font); color: var(--text); background: var(--white); transition: border-color .2s; outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--teal); }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-item-icon { width: 44px; height: 44px; background: var(--teal-lt); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
.contact-item-text h4 { font-size: .9rem; font-weight: 700; color: var(--teal-dk); margin-bottom: 3px; font-family: var(--font-display); }
.contact-item-text p  { font-size: .92rem; color: var(--gray); }

/* INFO BOX */
.info-box { background: var(--teal-lt); border-left: 4px solid var(--teal); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 16px 20px; font-size: .92rem; color: var(--teal-dk); line-height: 1.6; }
.info-box strong { display: block; margin-bottom: 4px; }

/* DEUX COLONNES */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }

/* PRESCRIPTEUR */
.presc-engagements { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.presc-eng-item { background: var(--white); border-radius: var(--radius); padding: 24px 20px; box-shadow: var(--shadow-sm); text-align: center; border: 1.5px solid var(--border); }
.presc-eng-item .eng-icon { font-size: 2rem; margin-bottom: 10px; display: block; }
.presc-eng-item h4 { font-size: .97rem; font-weight: 700; color: var(--teal-dk); margin-bottom: 6px; font-family: var(--font-display); }
.presc-eng-item p  { font-size: .87rem; color: var(--gray); }

/* CONTENT SECTIONS */
.content-section     { padding: 72px 0; }
.content-section:nth-child(even) { background: var(--white); }
.section-label { display: inline-block; background: var(--teal-lt); color: var(--teal-dk); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 14px; border-radius: var(--radius-pill); margin-bottom: 14px; font-family: var(--font); }
.section-h2  { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 700; color: var(--text); margin-bottom: 20px; letter-spacing: -.02em; font-family: var(--font-display); }
.section-body { font-size: .97rem; color: var(--gray); line-height: 1.8; margin-bottom: 16px; }

/* COMPARE TABLE */
.compare-table { width: 100%; border-collapse: collapse; margin-top: 24px; font-size: .93rem; }
.compare-table th  { background: var(--teal-dk); color: var(--white); padding: 13px 16px; text-align: left; font-family: var(--font); }
.compare-table td  { padding: 12px 16px; border-bottom: 1px solid var(--border); }
.compare-table tr:nth-child(even) td { background: var(--bg); }
.compare-table .highlight { color: var(--teal); font-weight: 700; }

/* FAQ */
.faq-list  { margin-top: 20px; }
.faq-item  { border: 1.5px solid var(--border); border-radius: var(--radius-sm); margin-bottom: 10px; overflow: hidden; }
.faq-q     { padding: 16px 20px; font-weight: 700; color: var(--teal-dk); cursor: pointer; background: var(--white); display: flex; justify-content: space-between; align-items: center; font-size: .97rem; font-family: var(--font); }
.faq-q:hover { background: var(--bg); }
.faq-a     { padding: 0 20px 16px; color: var(--gray); line-height: 1.75; font-size: .92rem; display: none; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-arrow { transition: transform .2s; font-style: normal; }

/* BLOG */
.blog-grid    { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; margin-top: 32px; }
.blog-card    { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1.5px solid var(--border); transition: transform .2s, box-shadow .2s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-card-img  { background: linear-gradient(135deg, var(--teal-dk), var(--teal)); height: 160px; display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.blog-card-body { padding: 24px; }
.blog-tag       { display: inline-block; background: var(--teal-lt); color: var(--teal-dk); font-size: .73rem; font-weight: 700; padding: 4px 11px; border-radius: var(--radius-pill); margin-bottom: 10px; text-transform: uppercase; letter-spacing: .06em; font-family: var(--font); }
.blog-card-body h3 { font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: 8px; line-height: 1.45; font-family: var(--font-display); }
.blog-card-body p  { font-size: .86rem; color: var(--gray); line-height: 1.6; margin-bottom: 14px; }
.blog-meta      { font-size: .77rem; color: var(--gray-lt); font-family: var(--font); }

/* ARTICLE */
.article-header { background: linear-gradient(135deg, var(--teal-dk) 0%, var(--teal) 100%); color: var(--white); padding: 72px 0 52px; }
.article-header h1 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); font-weight: 700; margin-bottom: 16px; line-height: 1.28; font-family: var(--font-display); }
.article-meta   { display: flex; gap: 20px; flex-wrap: wrap; font-size: .85rem; opacity: .8; margin-bottom: 20px; font-family: var(--font); }
.article-body   { max-width: 760px; margin: 0 auto; padding: 56px 24px; }
.article-body h2 { font-size: 1.45rem; font-weight: 700; color: var(--teal-dk); margin: 40px 0 14px; font-family: var(--font-display); }
.article-body h3 { font-size: 1.1rem; font-weight: 700; color: var(--text); margin: 26px 0 8px; font-family: var(--font-display); }
.article-body p  { color: var(--gray); line-height: 1.85; margin-bottom: 16px; }
.article-body ul { margin: 0 0 16px 24px; color: var(--gray); line-height: 1.85; }
.article-body .highlight-box { background: var(--teal-lt); border-left: 4px solid var(--teal); padding: 20px 24px; border-radius: 0 10px 10px 0; margin: 28px 0; }
.article-body .highlight-box p { margin: 0; color: var(--teal-dk); font-weight: 500; }

/* ZONES */
.zones-grid  { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 32px; }
.zone-card   { background: var(--white); border-radius: var(--radius-sm); padding: 24px 20px; text-align: center; border: 1.5px solid var(--border); box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; text-decoration: none; color: inherit; }
.zone-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.zone-card h3 { font-size: .97rem; font-weight: 700; color: var(--teal-dk); margin-bottom: 4px; font-family: var(--font-display); }
.zone-card p  { font-size: .82rem; color: var(--gray); }

/* FOOTER */
footer { background: #0F2218; color: rgba(255,255,255,.65); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 48px; margin-bottom: 48px; }
.footer-col h4 { font-size: .8rem; font-weight: 700; color: var(--white); letter-spacing: .09em; text-transform: uppercase; margin-bottom: 18px; font-family: var(--font); }
.footer-col p  { font-size: .87rem; line-height: 1.7; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col ul li a { text-decoration: none; color: rgba(255,255,255,.55); font-size: .88rem; transition: color .15s; }
.footer-col ul li a:hover { color: var(--white); }
.footer-slogan  { font-style: italic; color: rgba(255,255,255,.5); font-size: .93rem; margin: 8px 0 14px; font-family: var(--font-display); }
.footer-agree   { font-size: .76rem; color: rgba(255,255,255,.28); margin-top: 8px; }
.footer-mandate-note { font-size: .75rem; color: rgba(255,255,255,.35); text-align: center; padding: 14px 0 0; border-top: 1px solid rgba(255,255,255,.06); margin-top: 24px; line-height: 1.5; }
.footer-mandate-note a { color: rgba(255,255,255,.45); text-decoration: underline; }
.footer-bottom  { border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: .8rem; color: rgba(255,255,255,.33); }
.footer-bottom a { color: rgba(255,255,255,.42); text-decoration: none; }
.footer-bottom a:hover { color: var(--white); }

/* CARD GRID */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 24px; }

/* RESPONSIVE */
@media (max-width: 960px) {
  .hero-split        { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual       { display: none; }
  .pricing-grid      { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .steps-grid        { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid       { grid-template-columns: 1fr 1fr; }
  .contact-grid      { grid-template-columns: 1fr; }
  .two-col           { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 640px) {
  .section     { padding: 64px 0; }
  .hero        { padding: 60px 0 52px; }
  .hero h1     { font-size: clamp(2rem, 8vw, 2.8rem); }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-stats  { flex-wrap: wrap; gap: 16px; }
  .hero-stat   { border-right: none; padding: 0; }
  .steps-grid  { grid-template-columns: 1fr; }
  .nav-links, .nav-cta { display: none; }
  .nav-toggle  { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: var(--white); padding: 16px 24px 24px; box-shadow: var(--shadow); z-index: 200; gap: 4px; }
  .nav-cta.open  { display: block; padding: 8px 24px; }
  .navbar        { position: relative; }
  .footer-grid   { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .form-row      { grid-template-columns: 1fr; }
  .cta-actions   { flex-direction: column; align-items: center; }
  .agrement-inner { gap: 20px; }
  .local-hero    { padding: 64px 0 52px; }
  .stat-item     { padding: 0 28px; }
  .cta-rounded   { padding: 48px 28px; border-radius: 20px; }
  .zones-band-inner { gap: 20px; }
}

/* ══════════════════════════════════════════
   SUPPLÉMENTS v4.1 — correspondance index.html
   ═══════════════════════════════════════════ */

/* ── Hero visual – wrappers ── */
.hero-vis-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-vis-badge {
  background: rgba(255,255,255,.18);
  color: var(--white);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 5px 13px;
  border-radius: var(--radius-pill);
  margin-bottom: 14px;
  text-transform: uppercase;
  font-family: var(--font);
  display: inline-block;
}

.hero-vis-avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  color: var(--white);
  font-weight: 800;
  font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
  font-family: var(--font);
}

.hero-vis-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-display);
  margin-bottom: 4px;
  line-height: 1.3;
}

.hero-vis-sub {
  font-size: .8rem;
  color: rgba(255,255,255,.72);
  margin-bottom: 10px;
  font-family: var(--font);
}

.hero-vis-stars {
  color: #F5C842;
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 2px;
}

.hero-vis-rating {
  font-size: .75rem;
  color: rgba(255,255,255,.72);
  margin-bottom: 14px;
  font-family: var(--font);
}

.hero-vis-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.hero-vis-tag {
  background: rgba(255,255,255,.16);
  color: var(--white);
  font-size: .71rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  font-family: var(--font);
}

/* ── Hero credit-card floating widget ── */
.hero-credit-card {
  position: absolute;
  bottom: -16px;
  right: -32px;
  background: var(--white);
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 12px 32px rgba(0,0,0,.16);
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
  z-index: 3;
}

.hero-cc-icon { font-size: 1.5rem; flex-shrink: 0; }

.hero-cc-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-cc-text strong {
  font-size: .85rem;
  font-weight: 700;
  color: var(--text);
  font-family: var(--font);
}

.hero-cc-text span {
  font-size: .72rem;
  color: var(--gray);
  font-family: var(--font);
}

/* ── Hero availability pill ── */
.hero-avail-pill {
  position: absolute;
  top: -16px;
  left: -24px;
  background: var(--white);
  border-radius: var(--radius-pill);
  padding: 8px 14px;
  font-size: .78rem;
  font-weight: 600;
  color: var(--text);
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
  display: flex;
  align-items: center;
  gap: 7px;
  z-index: 3;
  white-space: nowrap;
  font-family: var(--font);
}

.hero-avail-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #22C55E;
  flex-shrink: 0;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .6; transform: scale(1.25); }
}

/* ── Hero stats – lbl alias ── */
.hero-stat-lbl { font-size: .72rem; color: var(--gray); font-weight: 500; margin-top: 2px; font-family: var(--font); }

/* hero-stat-divider */
.hero-stat-divider {
  width: 1px;
  background: var(--border);
  align-self: stretch;
  margin: 0;
}

/* ── Pricing – class aliases ── */
.pricing-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  font-family: var(--font-display);
  margin-bottom: 10px;
}
.pricing-card.featured .pricing-title { color: var(--white); }

.pricing-price {
  font-size: .88rem;
  color: var(--gray);
  line-height: 1.6;
  margin-bottom: 22px;
  font-family: var(--font);
}
.pricing-price strong { font-size: 1.7rem; font-weight: 800; color: var(--teal); font-family: var(--font-display); }
.pricing-price strong span { font-size: .95rem; font-weight: 500; color: var(--gray); }
.pricing-card.featured .pricing-price { color: rgba(255,255,255,.75); }
.pricing-card.featured .pricing-price strong { color: var(--white); }
.pricing-price small { display: block; font-size: .75rem; color: var(--gray-lt); margin-top: 2px; }
.pricing-card.featured .pricing-price small { color: rgba(255,255,255,.55); }

.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
  flex: 1;
  text-align: left;
}
.pricing-features li {
  font-size: .88rem;
  color: var(--gray);
  line-height: 1.45;
  font-family: var(--font);
}
.pricing-card.featured .pricing-features li { color: rgba(255,255,255,.88); }

.pricing-note {
  font-size: .85rem;
  color: var(--gray);
  margin-top: 28px;
  line-height: 1.6;
}
.pricing-note a { color: var(--teal); font-weight: 600; }

/* ── Step card – aliases ── */
.step-icon {
  font-size: 1.8rem;
  margin-bottom: 10px;
  display: block;
}

.step-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  font-family: var(--font-display);
  margin-bottom: 8px;
}

.step-desc {
  font-size: .87rem;
  color: var(--gray);
  line-height: 1.6;
}

/* ── Testimonial – aliases ── */
.testimonial-text {
  color: var(--gray);
  font-style: italic;
  line-height: 1.75;
  font-size: .92rem;
  font-family: var(--font-display);
  flex: 1;
}

.testimonials-aggregate {
  margin-top: 32px;
  font-size: .92rem;
  color: var(--gray);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font);
}
.ta-stars { color: #E8A930; font-size: 1.05rem; letter-spacing: 2px; }

/* ── Zone chips (homepage) ── */
.zone-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 16px 24px;
  font-weight: 600;
  font-size: .95rem;
  color: var(--text);
  font-family: var(--font);
  transition: border-color .2s, box-shadow .2s;
}
.zone-chip:hover { border-color: var(--teal); box-shadow: 0 4px 16px rgba(28,107,88,.12); }

.zone-num {
  font-size: 1.4rem;
  font-weight: 800;
  font-family: var(--font-display);
}
.zone-93 .zone-num { color: var(--teal); }
.zone-75 .zone-num { color: var(--accent); }
.zone-92 .zone-num { color: #1C5C6B; }

.zones-band {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 32px 0 16px;
}

.zones-note {
  font-size: .86rem;
  color: var(--gray);
  line-height: 1.65;
  max-width: 680px;
  margin: 0 auto;
}

/* ── CTA rounded – aliases ── */
.cta-rounded-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}

.cta-rounded-note {
  font-size: .78rem;
  color: rgba(255,255,255,.5);
  position: relative;
  z-index: 1;
  font-family: var(--font);
}

/* ── Buttons – extra variants ── */
.btn-outline-white {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,.5);
  border-radius: var(--radius-pill);
  padding: .7rem 1.6rem;
  font-weight: 600;
  font-size: .92rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: background .18s, border-color .18s, color .18s;
  font-family: var(--font);
  cursor: pointer;
}
.btn-outline-white:hover { background: rgba(255,255,255,.12); border-color: var(--white); }

.btn-full { width: 100%; text-align: center; justify-content: center; }

/* ── Footer – brand column ── */
.footer-brand { display: flex; flex-direction: column; gap: 12px; }
.footer-brand p { font-size: .87rem; line-height: 1.7; color: rgba(255,255,255,.55); max-width: 280px; font-family: var(--font); }
.footer-agrément { font-size: .75rem; color: rgba(255,255,255,.32); font-family: var(--font); }

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}
.footer-social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.55);
  display: flex; align-items: center; justify-content: center;
  transition: background .18s, color .18s;
  text-decoration: none;
}
.footer-social a:hover { background: var(--teal); color: var(--white); }

.footer-logo { margin-bottom: 12px; }

.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,.42); font-size: .8rem; text-decoration: none; transition: color .15s; }
.footer-links a:hover { color: var(--white); }


/* ══════════════════════════════════════════
   CORRECTIFS UX v4.2
   ═══════════════════════════════════════════ */

/* ── Bouton flottant mobile "Appeler" ── */
.mobile-cta-float {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background: var(--teal);
  color: var(--white);
  font-family: var(--font);
  font-weight: 700;
  font-size: .92rem;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(28,107,88,.38);
  white-space: nowrap;
  gap: 8px;
  align-items: center;
  transition: transform .2s, box-shadow .2s;
}
.mobile-cta-float:hover { transform: translateX(-50%) translateY(-2px); box-shadow: 0 12px 36px rgba(28,107,88,.45); }

@media (max-width: 768px) {
  .mobile-cta-float { display: inline-flex; }
  /* ajouter un padding en bas de page pour ne pas masquer du contenu */
  body { padding-bottom: 72px; }
  footer { padding-bottom: 80px !important; }
}

/* ── Hero tablet : garde la carte visible à taille réduite ── */
@media (max-width: 960px) and (min-width: 641px) {
  .hero-split   { grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
  .hero-visual  { display: flex; justify-content: center; }
  .hero-vis-card { width: 240px; height: 280px; padding: 20px; }
  .hero-avail-pill { display: none; }
  .hero-credit-card { display: none; }
  .hero-blob-1, .hero-blob-2 { width: 80px; height: 80px; }
}

/* ── Amélioration lisibilité : tailles min sur mobile ── */
@media (max-width: 640px) {
  /* Corps de texte jamais sous 14px */
  .pricing-features li   { font-size: .9rem; }
  .step-desc             { font-size: .9rem; }
  .testimonial-text      { font-size: .92rem; }
  .footer-col ul li a    { font-size: .9rem; }

  /* Hero stats : 2 colonnes propres sur petit écran */
  .hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .hero-stat-divider { display: none; }
  .hero-stat { border-right: none !important; padding: 0 !important; }
  .hero-stat-num { font-size: 1.3rem; }

  /* Phone toujours visible dans le hero sur mobile */
  .hero-actions .btn-outline { display: inline-flex !important; }

  /* Zone chips responsive */
  .zones-band { flex-direction: column; align-items: center; gap: 12px; }

  /* Pricing note lisible */
  .pricing-note { font-size: .82rem; }
}

/* ── Focus visible pour accessibilité clavier ── */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ── Navbar : numéro toujours visible jusqu'à 480px ── */
@media (max-width: 768px) {
  .nav-phone { display: inline-flex !important; font-size: .82rem; padding: 6px 10px; }
}
@media (max-width: 480px) {
  .nav-phone { display: none !important; }
}


/* ═══════════════════════════════════════════════
   UX v4.2 — Micro-texte, Idéal si, Labels
   ═══════════════════════════════════════════════ */

/* Hero — texte rassurant sous les CTA */
.hero-reassurance {
  margin-top: .75rem;
  font-size: .82rem;
  color: var(--gray);
  letter-spacing: .01em;
}

/* Pricing — ligne "Idéal si…" */
.pricing-ideal {
  font-size: .82rem;
  color: var(--gray);
  font-style: italic;
  margin: .4rem 0 0;
  line-height: 1.4;
}
.pricing-card.featured .pricing-ideal {
  color: rgba(255,255,255,.75);
}

/* Contact form — label optionnel */
.label-optional {
  font-size: .78rem;
  font-weight: 400;
  color: var(--gray-lt);
  margin-left: .3em;
}

/* Nav active link */
.nav-links a.active {
  color: var(--teal);
  font-weight: 600;
  position: relative;
}
.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0; right: 0;
  height: 2px;
  background: var(--teal);
  border-radius: 2px;
}

/* ═══════════════════════════════════════════════
   IMAGES v4.3 — Hero photo, Who-grid, About photo
   ═══════════════════════════════════════════════ */

/* ── Hero : carte avec vraie photo ── */
.hero-vis-photo-card {
  padding: 0;
  overflow: hidden;
  background: var(--teal-dk);
}
.hero-vis-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 28px;
  transition: transform .4s ease;
}
.hero-vis-photo-card:hover .hero-vis-photo {
  transform: scale(1.03);
}
.hero-vis-photo-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 16px 20px;
  background: linear-gradient(transparent, rgba(21,82,72,.85));
  border-radius: 0 0 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hero-vis-photo-overlay .hero-vis-badge {
  position: static;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(4px);
  align-self: flex-start;
  font-size: .72rem;
}
.hero-vis-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-vis-rating-row .hero-vis-stars {
  font-size: .95rem;
  color: #FFD060;
}
.hero-vis-rating-row .hero-vis-rating {
  color: rgba(255,255,255,.9);
  font-size: .8rem;
  font-weight: 500;
}

/* ── Section "Qui nous accompagnons" ── */
.section-who { background: var(--bg); }
.who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 2.5rem;
}
.who-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(28,107,88,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.who-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(28,107,88,.14);
}
.who-img-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.who-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .4s ease;
}
.who-card:hover .who-img-wrap img {
  transform: scale(1.05);
}
.who-body {
  padding: 22px 24px 28px;
}
.who-icon {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.who-body h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--teal);
  margin-bottom: 8px;
}
.who-body p {
  font-size: .9rem;
  color: var(--gray);
  line-height: 1.55;
  margin-bottom: 14px;
}
.who-link {
  font-size: .88rem;
  font-weight: 600;
  color: var(--teal);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap .2s;
}
.who-link:hover { gap: 8px; }

/* ── About : bloc photo ── */
.about-photo-block {
  margin: 2.5rem 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(28,107,88,.12);
  max-height: 420px;
  position: relative;
}
.about-photo-block img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}
.about-photo-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 14px 20px;
  background: linear-gradient(transparent, rgba(21,82,72,.8));
  color: rgba(255,255,255,.92);
  font-size: .85rem;
  font-style: italic;
}

/* ── Responsive who-grid ── */
@media (max-width: 960px) {
  .who-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .who-grid { grid-template-columns: 1fr; }
  .who-img-wrap { height: 180px; }
}

/* ═══════════════════════════════════════════════
   v4.4 — Certifications footer + icônes SVG
   ═══════════════════════════════════════════════ */

/* ── Bande certifications ── */
/* ── Bande certifications : fond blanc pour lisibilité des logos couleur ── */
.footer-certifs {
  background: #ffffff;
  width: 100%;
  padding: 22px 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  border-top: 3px solid #1B3A5C;       /* trait bleu nuit comme séparateur */
}
.footer-certifs-label {
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #6b7280;
  font-weight: 600;
}
.footer-certifs-logos {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.certif-logo-link {
  display: inline-flex;
  align-items: center;
  opacity: .92;
  transition: opacity .2s, transform .2s;
  filter: none;   /* logos en couleurs réelles sur fond blanc */
}
.certif-logo-link:hover { opacity: 1; transform: scale(1.04); }

/* ── Icônes SVG dans les listes ── */
.footer-icon {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 4px;
  opacity: .85;
}
.footer-icon svg { width: 16px; height: 16px; }

/* ── SVG dans agrement-band ── */
.agrement-item .icon svg { width: 22px; height: 22px; vertical-align: middle; }

/* ── SVG dans contact-item-icon ── */
.contact-item-icon svg {
  width: 24px; height: 24px;
  stroke: var(--teal);
}

/* ── Mobile CTA float avec SVG ── */
.mobile-cta-float svg {
  width: 18px; height: 18px;
  stroke: white;
  vertical-align: middle;
  margin-right: 4px;
}

@media (max-width: 640px) {
  .footer-certifs-logos { gap: 20px; }
  .certif-logo-link img { height: 36px !important; }
}

/* ── Bannière photo pages secondaires ── */
.page-photo-banner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.page-photo-banner img,
.page-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.page-hero-photo {
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin-top: 16px;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}
@media (max-width: 640px) {
  .page-photo-banner { height: 200px; }
  .page-hero-photo   { height: 180px; }
}

/* ── Object-position overrides per image type ── */
/* Seated seniors (table scene) — focus on upper face/torso area */
.page-hero-photo img[src*="6975194"] { object-position: center 15%; }

/* Standing caregiver beside elderly person — balanced center */
.page-photo-banner img[src*="6129506"],
.page-photo-banner img[src*="6129501"],
.page-photo-banner img[src*="7345459"],
.page-photo-banner img[src*="7345402"],
.page-photo-banner img[src*="6951492"],
.page-photo-banner img[src*="7446778"],
.page-photo-banner img[src*="7551681"] { object-position: center 22%; }

/* ════════════════════════════════════════════════
   GROWTH UPGRADE — sections conversion
   ════════════════════════════════════════════════ */

/* ── Hero bullets différenciateurs ── */
.hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .97rem;
  color: var(--dark);
  font-weight: 500;
}
.hero-bullets li svg {
  flex-shrink: 0;
  stroke: var(--teal);
}

/* ── Section Pourquoi EDENYS ── */
.section-why { background: var(--mint); }

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
  text-align: left;
}
.why-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 28px 28px;
  border: 1px solid rgba(28,107,88,.1);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .2s, box-shadow .2s;
}
.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(28,107,88,.12);
}
.why-card-featured {
  border-color: var(--teal);
  border-width: 2px;
  position: relative;
}
.why-card-featured::before {
  content: "⭐ Le plus apprécié";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--teal);
  color: white;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  white-space: nowrap;
}
.why-icon-wrap {
  width: 52px;
  height: 52px;
  background: var(--mint);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-icon-wrap svg { stroke: var(--teal); }
.why-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--dark);
  font-family: var(--font-display);
  margin: 0;
}
.why-card p {
  font-size: .92rem;
  color: var(--gray);
  line-height: 1.65;
  margin: 0;
}
.why-proof {
  font-size: .78rem;
  font-weight: 700;
  color: var(--teal);
  letter-spacing: .02em;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(28,107,88,.1);
}

/* ── Section urgence ── */
.section-urgence {
  background: linear-gradient(135deg, #0C1E35 0%, #1B3A5C 100%);
  padding: 64px 0;
}
.urgence-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}
.urgence-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(225,116,82,.2);
  border: 1px solid rgba(225,116,82,.5);
  color: #f9a87c;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.urgence-badge::before {
  content: "";
  width: 8px; height: 8px;
  background: #4E9471;
  border-radius: 50%;
  animation: urgence-pulse 1.5s infinite;
}
@keyframes urgence-pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .5; transform: scale(1.3); }
}
.urgence-left h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-family: var(--font-display);
  color: white;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
}
.urgence-left p {
  color: rgba(255,255,255,.72);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 480px;
  margin: 0;
}
.urgence-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-width: 260px;
}
.btn-urgence-call {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: var(--accent);
  color: white;
  text-decoration: none;
  padding: 18px 32px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1rem;
  transition: background .2s, transform .15s;
  text-align: center;
  width: 100%;
}
.btn-urgence-call svg { flex-shrink: 0; }
.btn-urgence-call span {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: .01em;
}
.btn-urgence-call:hover { background: #c95e3a; transform: translateY(-2px); }
.urgence-form-link {
  color: rgba(255,255,255,.65);
  font-size: .9rem;
  text-decoration: none;
  text-align: center;
  transition: color .2s;
}
.urgence-form-link:hover { color: white; }
.urgence-note {
  color: rgba(255,255,255,.45);
  font-size: .8rem;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}
.urgence-note small { font-size: .72rem; }

/* ── Témoignages : grille 4 colonnes ── */
.testimonials-grid {
  grid-template-columns: repeat(4, 1fr) !important;
}
.testimonials-aggregate em {
  font-size: .75rem;
  color: rgba(0,0,0,.3);
  font-style: italic;
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .why-grid { grid-template-columns: 1fr 1fr; }
  .urgence-wrap { grid-template-columns: 1fr; }
  .urgence-right { align-items: flex-start; }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 640px) {
  .why-grid { grid-template-columns: 1fr; }
  .urgence-wrap { gap: 32px; }
  .urgence-right { width: 100%; }
  .btn-urgence-call { padding: 16px 24px; }
  .testimonials-grid { grid-template-columns: 1fr !important; }
}
