/*
   MEILLEUREASSU.COM — CSS v5 — REFONTE COMPLÈTE
   Fond beige dominant · rose pâle · bleu pâle · vert foncé · jaune
   Design épuré premium · typo Nunito · WOW dosé
   ============================================ */

/* ---- GOOGLE FONTS ---- */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;0,800;0,900;1,700;1,800&family=Nunito+Sans:wght@400;600;700&display=swap');

/* ---- VARIABLES ---- */
:root {
  --beige:        #e8dfc8;   /* beige chaud — fond principal */
  --beige-dark:   #d4c9b0;   /* beige plus soutenu */
  --beige-card:   #f5f0e4;   /* cartes claires */
  --vert:         #1a3a2a;   /* vert très foncé — textes, sections */
  --vert-mid:     #2d5a3d;
  --rose:         #f2a0b4;   /* rose pâle */
  --rose-light:   #fde8ed;   /* rose très clair — fond section */
  --rose-dark:    #e07a96;
  --bleu:         #a8d8ea;   /* bleu pastel */
  --bleu-light:   #e4f4fb;   /* bleu très clair — fond section */
  --jaune:        #f5d76e;   /* jaune doux */
  --jaune-light:  #fdf5d8;   /* jaune très clair — fond section */
  --blanc:        #ffffff;
  --noir:         #111111;
  --texte:        #2a3a30;   /* texte principal */
  --texte-light:  #5a6e60;   /* texte secondaire */

  --font-title:   'Nunito', sans-serif;
  --font-body:    'Nunito Sans', sans-serif;

  --radius:       18px;
  --radius-pill:  999px;
  --radius-sm:    10px;
  --shadow-sm:    0 2px 12px rgba(26,58,42,0.08);
  --shadow:       0 6px 28px rgba(26,58,42,0.12);
  --shadow-lg:    0 16px 56px rgba(26,58,42,0.16);
  --transition:   0.3s cubic-bezier(0.4,0,0.2,1);
}

/* ---- RESET ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--beige);
  color: var(--texte);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ================================================================
   BARRE COMPTEUR ÉCONOMIES
   ================================================================ */
.wow-counter-bar {
  background: var(--vert);
  position: relative;
  z-index: 999;
  overflow: hidden;
}
.wcb-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.wcb-pulse {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--rose);
  box-shadow: 0 0 0 0 rgba(242,160,180,0.6);
  animation: pulseRing 1.5s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulseRing {
  0%   { box-shadow: 0 0 0 0 rgba(242,160,180,0.6); }
  70%  { box-shadow: 0 0 0 10px rgba(242,160,180,0); }
  100% { box-shadow: 0 0 0 0 rgba(242,160,180,0); }
}
.wcb-label {
  color: rgba(232,223,200,0.75);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.wcb-currency {
  color: var(--jaune);
  font-family: var(--font-title);
  font-size: 1.6rem;
  font-weight: 900;
}
.wcb-digits {
  color: #fff;
  font-family: var(--font-title);
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.wcb-badge {
  color: var(--jaune);
  font-family: var(--font-title);
  font-size: 1.4rem;
  font-weight: 900;
  animation: bounce 1s ease-in-out infinite alternate;
}
@keyframes bounce { from { transform: translateY(0); } to { transform: translateY(-4px); } }
.wcb-track {
  width: 140px; height: 6px;
  background: rgba(255,255,255,0.15);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.wcb-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--rose), var(--jaune));
  border-radius: 3px;
  transition: width 2.5s cubic-bezier(0.4,0,0.2,1);
}
.wcb-goal-label {
  color: rgba(232,223,200,0.5);
  font-size: 0.7rem;
  white-space: nowrap;
}
.wcb-pct {
  color: var(--jaune);
  font-size: 0.75rem;
  font-weight: 800;
}
.wcb-left, .wcb-center, .wcb-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wcb-goal-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ================================================================
   URGENCY BANNER (bandeau défilant)
   ================================================================ */
.urgency-banner {
  background: var(--vert);
  overflow: hidden;
  white-space: nowrap;
  padding: 9px 0;
  border-bottom: 2px solid rgba(242,160,180,0.4);
}
.urgency-track {
  display: inline-flex;
  animation: scrollUrgency 32s linear infinite;
}
@keyframes scrollUrgency {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.urgency-banner:hover .urgency-track { animation-play-state: paused; }
.urgency-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--beige-card);
  font-family: var(--font-title);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0 28px;
  border-right: 1.5px solid rgba(242,160,180,0.25);
  white-space: nowrap;
}
.urgency-item .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--rose);
  display: inline-block;
  flex-shrink: 0;
  animation: pulseDot 2s ease-in-out infinite;
}
@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.7); }
}
/* ================================================================
   HEADER / NAV
   ================================================================ */
.site-header {
  background: var(--beige-card);
  border-bottom: 1.5px solid rgba(26,58,42,0.08);
  position: sticky;
  top: 0;
  z-index: 900;
  box-shadow: 0 2px 12px rgba(26,58,42,0.06);
}
.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo-link img { height: 44px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--texte);
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  transition: background var(--transition), color var(--transition);
}
.main-nav a:hover, .main-nav a.active {
  background: rgba(26,58,42,0.07);
  color: var(--vert);
}
.nav-cta {
  background: var(--vert) !important;
  color: var(--beige) !important;
  padding: 8px 20px !important;
  box-shadow: var(--shadow-sm);
}
.nav-cta:hover { background: var(--vert-mid) !important; transform: translateY(-1px); }
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}
.menu-toggle span {
  display: block;
  width: 24px; height: 2px;
  background: var(--vert);
  border-radius: 2px;
  transition: var(--transition);
}

/* ================================================================
   HERO SECTION — FOND BEIGE
   ================================================================ */
.hero-section {
  background: var(--beige);
  padding: 72px 24px 80px;
  position: relative;
  overflow: hidden;
}
/* Décoration fond */
.hero-section::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242,160,180,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.hero-section::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168,216,234,0.2) 0%, transparent 70%);
  pointer-events: none;
}
.hero-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: center;
  position: relative; z-index: 1;
}
/* Badge IA — version premium WOW */
.ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--vert) 0%, #2d5a3d 100%);
  color: var(--beige-card);
  font-family: var(--font-title);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  margin-bottom: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 4px 20px rgba(26,58,42,0.25);
  border: 1.5px solid rgba(245,215,110,0.3);
  position: relative;
  overflow: hidden;
}
.ai-badge::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
  animation: shimmer 2.5s ease-in-out infinite;
}
@keyframes shimmer { to { left: 200%; } }
.ai-badge-star {
  color: var(--jaune);
  font-size: 0.9rem;
}
.ai-badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--rose);
  animation: pulseRing 1.5s ease-in-out infinite;
}
/* Titre hero */
.hero-title {
  font-family: var(--font-title);
  font-weight: 900;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--vert);
  margin-bottom: 24px;
}
.hero-title-line1 { display: block; }
.hero-title-line2 { display: block; }
.hero-ai-word {
  color: var(--rose-dark);
  font-style: italic;
}
.hero-amount {
  color: var(--vert-mid);
  background: var(--jaune);
  padding: 0 8px;
  border-radius: 6px;
  font-style: normal;
}
/* Sous-titre */
.hero-subtitle {
  font-size: 1rem;
  color: var(--texte-light);
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 460px;
  border-left: 3px solid var(--rose);
  padding-left: 14px;
}
.hero-subtitle strong { color: var(--texte); }
.hero-highlight { color: var(--vert); font-weight: 900; }
/* Pastilles */
.hero-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.hpill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-title);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
}
.hpill-rose  { background: var(--rose-light);  color: var(--rose-dark);  }
.hpill-bleu  { background: var(--bleu-light);  color: #3a7a9a;           }
.hpill-jaune { background: var(--jaune-light); color: #8a6a00;           }
.hpill-vert  { background: rgba(26,58,42,0.08); color: var(--vert);      }
/* CTA */
.hero-cta-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--jaune);
  color: var(--vert);
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 1rem;
  padding: 16px 28px;
  border-radius: var(--radius-pill);
  box-shadow: 0 8px 28px rgba(245,215,110,0.45);
  transition: transform var(--transition), box-shadow var(--transition);
}
.btn-hero-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(245,215,110,0.65); }
.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--vert);
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 0.95rem;
  padding: 15px 26px;
  border-radius: var(--radius-pill);
  border: 2px solid rgba(26,58,42,0.35);
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}
.btn-hero-secondary:hover { border-color: var(--vert); background: rgba(26,58,42,0.06); transform: translateY(-2px); }
/* Preuve sociale */
.hero-social-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: var(--texte-light);
}
.sp-stars { color: #f5a623; letter-spacing: 1px; font-size: 0.9rem; }
.sp-divider { color: rgba(26,58,42,0.2); }

/* ================================================================
   TERMINAL IA — CARTE FLOTTANTE
   ================================================================ */
.hero-card-float-wrap {
  position: relative;
}
.ai-terminal {
  background: var(--vert);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  font-family: 'Courier New', monospace;
}
.ai-terminal-header {
  background: rgba(0,0,0,0.25);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ai-terminal-dots { display: flex; gap: 6px; }
.td { width: 11px; height: 11px; border-radius: 50%; }
.td-red    { background: #ff5f57; }
.td-yellow { background: #febc2e; }
.td-green  { background: #28c840; }
.ai-terminal-title {
  flex: 1;
  text-align: center;
  color: rgba(232,223,200,0.6);
  font-size: 0.72rem;
  font-family: var(--font-body);
  letter-spacing: 0.04em;
}
.ai-status-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #28c840;
  animation: pulseRing 1.5s ease-in-out infinite;
}
.ai-terminal-body {
  padding: 20px 20px 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ai-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
}
.ai-check { color: #28c840; font-size: 0.8rem; flex-shrink: 0; }
.ai-key { color: rgba(232,223,200,0.55); flex-shrink: 0; min-width: 80px; }
.ai-val { color: var(--beige-card); font-weight: 600; }
.ai-val-green { color: #6ee7a0; }
.ai-spinner {
  width: 12px; height: 12px;
  border: 2px solid rgba(242,160,180,0.3);
  border-top-color: var(--rose);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  flex-shrink: 0;
}
@keyframes spin { to { transform: rotate(360deg); } }
.ai-typing-text { color: var(--rose); }
/* Résultat terminal */
.ai-result {
  display: none;
  padding: 16px 20px 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}
.ai-result.visible { display: block; }
.ai-result-label {
  color: rgba(232,223,200,0.6);
  font-size: 0.72rem;
  font-family: var(--font-body);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.ai-result-amount {
  font-family: var(--font-title);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--jaune);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 4px;
}
.ai-result-sub {
  color: rgba(232,223,200,0.5);
  font-size: 0.72rem;
  font-family: var(--font-body);
  margin-bottom: 14px;
}
.ai-result-cta {
  display: inline-block;
  background: var(--rose);
  color: var(--vert);
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 0.85rem;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  transition: transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 4px 16px rgba(242,160,180,0.4);
}
.ai-result-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(242,160,180,0.5); }

/* ================================================================
   STATS BANNER — FOND VERT FONCÉ
   ================================================================ */
.stats-banner {
  background: var(--vert);
  padding: 40px 24px;
}
.stats-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
  flex-wrap: wrap;
}
.stat-item { text-align: center; }
.stat-number {
  display: block;
  font-family: var(--font-title);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900;
  color: var(--jaune);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 4px;
}
.stat-label {
  font-size: 0.75rem;
  color: rgba(232,223,200,0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.stat-divider {
  width: 1px; height: 40px;
  background: rgba(255,255,255,0.1);
}

/* ================================================================
   BANDEAU ASSUREURS
   ================================================================ */
.scrolling-banner-section {
  background: var(--beige-card);
  padding: 28px 0;
  overflow: hidden;
  border-top: 1.5px solid rgba(26,58,42,0.06);
  border-bottom: 1.5px solid rgba(26,58,42,0.06);
}
.scrolling-banner-label {
  text-align: center;
  font-family: var(--font-title);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--texte-light);
  margin-bottom: 20px;
}
.logos-slider {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.logos-track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: slideLogos 30s linear infinite;
}
.logos-track:hover { animation-play-state: paused; }
@keyframes slideLogos {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}
.logo-item img {
  height: 36px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(0.3) opacity(0.75);
  transition: filter var(--transition);
}
.logo-item img:hover { filter: grayscale(0) opacity(1); }

/* ================================================================
   SECTION ÉTAPES IA — FOND ROSE PÂLE
   ================================================================ */
.ai-how-section {
  background: var(--beige);
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
}
.ai-how-section::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26,58,42,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.ai-how-inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  position: relative; z-index: 1;
}
.ai-how-tag {
  display: inline-block;
  background: var(--rose);
  color: var(--vert);
  font-family: var(--font-title);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 16px;
}
.ai-how-title {
  font-family: var(--font-title);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 900;
  color: var(--vert);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.ai-how-title-accent { color: var(--rose-dark); }
.ai-how-sub {
  color: var(--texte-light);
  font-size: 1rem;
  max-width: 520px;
  margin: 0 auto 52px;
  line-height: 1.7;
}
/* Grille étapes */
.ai-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 0;
  margin-bottom: 48px;
}
.ai-step-wow {
  background: var(--blanc);
  border-radius: var(--radius);
  padding: 32px 24px;
  position: relative;
  box-shadow: var(--shadow-sm);
  border: 1.5px solid rgba(26,58,42,0.06);
  transition: transform var(--transition), box-shadow var(--transition);
  text-align: center;
}
.ai-step-wow:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.ai-step-badge {
  position: absolute;
  top: -13px; left: 50%;
  transform: translateX(-50%);
  background: var(--vert);
  color: var(--beige);
  font-family: var(--font-title);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 3px 12px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}
.ai-step-icon-wrap {
  width: 68px; height: 68px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  font-size: 1.8rem;
}
.ai-icon-rose  { background: var(--rose-light);  }
.ai-icon-bleu  { background: var(--bleu-light);  }
.ai-icon-jaune { background: var(--jaune-light); }
.ai-step-title {
  font-family: var(--font-title);
  font-size: 1rem;
  font-weight: 900;
  color: var(--vert);
  margin-bottom: 8px;
}
.ai-step-desc {
  font-size: 0.84rem;
  color: var(--texte-light);
  line-height: 1.6;
  margin-bottom: 14px;
}
.ai-step-desc strong { color: var(--texte); }
.ai-step-tag {
  display: inline-block;
  font-family: var(--font-title);
  font-size: 0.7rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
}
.ai-tag-rose  { background: var(--rose-light);  color: var(--rose-dark); }
.ai-tag-bleu  { background: var(--bleu-light);  color: #3a7a9a; }
.ai-tag-jaune { background: var(--jaune-light); color: #8a6a00; }
/* Connecteurs */
.ai-step-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0 12px;
}
.ai-connector-line {
  width: 2px; height: 48px;
  background: linear-gradient(to bottom, var(--rose), var(--bleu));
  border-radius: 2px;
}
.ai-connector-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--rose-dark);
  box-shadow: 0 0 10px rgba(242,160,180,0.5);
  animation: pulseDot 1.5s ease-in-out infinite;
}
@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.7; }
}
/* CTA section étapes */
.ai-how-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--vert);
  color: var(--beige-card);
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 1rem;
  padding: 16px 32px;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.ai-how-cta:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

/* ================================================================
   SECTION ÉCONOMIES TIRELIRES — FOND BLEU PÂLE
   ================================================================ */
.savings-section {
  background: var(--bleu-light);
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
}
.savings-section::before {
  content: '';
  position: absolute;
  bottom: -80px; left: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168,216,234,0.35) 0%, transparent 70%);
  pointer-events: none;
}
.savings-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative; z-index: 1;
}
.savings-tag {
  display: inline-block;
  background: var(--bleu);
  color: var(--vert);
  font-family: var(--font-title);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 16px;
}
.savings-title {
  font-family: var(--font-title);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  color: var(--vert);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.savings-sub {
  color: var(--texte-light);
  font-size: 0.95rem;
  max-width: 480px;
  margin: 0 auto 52px;
  line-height: 1.7;
}
/* Tirelires */
.piggy-comparison {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.piggy-card {
  background: var(--blanc);
  border-radius: var(--radius);
  padding: 28px 24px;
  min-width: 200px;
  max-width: 240px;
  box-shadow: var(--shadow-sm);
  border: 1.5px solid rgba(26,58,42,0.06);
  text-align: center;
  position: relative;
  overflow: visible;
}
.piggy-card-label {
  font-family: var(--font-title);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  display: inline-block;
}
.piggy-card-label.label-bank {
  background: rgba(26,58,42,0.08);
  color: var(--texte-light);
}
.piggy-card-label.label-ma {
  background: transparent;
  padding: 0;
}
.piggy-card-label.label-ma img {
  height: 36px;
  width: auto;
  max-width: 140px;
  margin: 0 auto;
  filter: none;
}
.piggy-scene {
  position: relative;
  height: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.piggy-svg { width: min(160px, 42vw); height: auto; }
/* Pièces tombantes */
.piggy-coins {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}
.coin {
  position: absolute;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffe066, #f5a623 60%, #c47a00);
  border: 2px solid rgba(255,255,255,0.4);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  opacity: 0;
}
.coin-single {
  left: 50%; top: 0;
  transform: translateX(-50%);
  width: 16px; height: 16px;
  background: radial-gradient(circle at 35% 35%, #ddd, #aaa 60%, #888);
  animation: fallSingle 3s ease-in infinite;
}
@keyframes fallSingle {
  0%   { opacity: 0; transform: translateX(-50%) translateY(-20px) rotate(0deg); }
  10%  { opacity: 1; }
  80%  { opacity: 1; }
  100% { opacity: 0; transform: translateX(-50%) translateY(120px) rotate(180deg); }
}
.coin-rain { animation: fallRain var(--dur, 2s) ease-in var(--delay, 0s) infinite; }
@keyframes fallRain {
  0%   { opacity: 0; transform: translateX(var(--tx, 0px)) translateY(-30px) rotate(0deg); }
  15%  { opacity: 1; }
  85%  { opacity: 1; }
  100% { opacity: 0; transform: translateX(var(--tx, 0px)) translateY(130px) rotate(360deg); }
}
/* VS badge */
.piggy-vs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--vert);
  color: var(--beige);
  font-family: var(--font-title);
  font-size: 0.85rem;
  font-weight: 900;
  box-shadow: var(--shadow);
  flex-shrink: 0;
  align-self: center;
  margin-bottom: 40px;
}
.savings-note {
  font-size: 0.85rem;
  color: var(--texte-light);
  font-style: italic;
}
.savings-badge {
  display: inline-block;
  background: var(--vert);
  color: var(--jaune);
  font-family: var(--font-title);
  font-size: 1.15rem;
  font-weight: 900;
  padding: 12px 32px;
  border-radius: var(--radius-pill);
  margin-bottom: 14px;
  box-shadow: var(--shadow-lg);
  letter-spacing: -0.01em;
}

/* ================================================================
   SECTION PILIERS — FOND JAUNE PÂLE
   ================================================================ */
.pillars-section {
  background: var(--jaune-light);
  padding: 80px 24px;
}
.pillars-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.section-tag {
  display: inline-block;
  background: var(--jaune);
  color: var(--vert);
  font-family: var(--font-title);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 16px;
}
.section-title {
  font-family: var(--font-title);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  color: var(--vert);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.section-sub {
  color: var(--texte-light);
  font-size: 0.95rem;
  max-width: 480px;
  margin: 0 auto 48px;
  line-height: 1.7;
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pillar-card {
  background: var(--blanc);
  border-radius: var(--radius);
  padding: 28px 20px;
  box-shadow: var(--shadow-sm);
  border: 1.5px solid rgba(26,58,42,0.06);
  text-align: left;
  transition: transform var(--transition), box-shadow var(--transition);
}
.pillar-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pillar-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}
.pillar-title {
  font-family: var(--font-title);
  font-size: 1rem;
  font-weight: 900;
  color: var(--vert);
  margin-bottom: 8px;
}
.pillar-desc {
  font-size: 0.84rem;
  color: var(--texte-light);
  line-height: 1.6;
}

/* ================================================================
   TÉMOIGNAGES — FOND BEIGE
   ================================================================ */
.testimonials-section {
  background: var(--beige);
  padding: 80px 24px;
}
.testimonials-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.testi-card {
  background: var(--beige-card);
  border-radius: var(--radius);
  padding: 24px 20px;
  box-shadow: var(--shadow-sm);
  border: 1.5px solid rgba(26,58,42,0.06);
  text-align: left;
  transition: transform var(--transition);
}
.testi-card:hover { transform: translateY(-4px); }
.testi-stars { color: #f5a623; font-size: 0.9rem; margin-bottom: 10px; }
.testi-text {
  font-size: 0.88rem;
  color: var(--texte);
  line-height: 1.65;
  margin-bottom: 14px;
  font-style: italic;
}
.testi-economy {
  display: inline-block;
  background: var(--vert);
  color: var(--jaune);
  font-family: var(--font-title);
  font-size: 0.8rem;
  font-weight: 900;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  margin-bottom: 10px;
}
.testi-author {
  font-family: var(--font-title);
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--texte);
}
.testi-location {
  font-size: 0.75rem;
  color: var(--texte-light);
}

/* ================================================================
   CTA FINAL — FOND VERT FONCÉ
   ================================================================ */
.cta-section {
  background: var(--vert);
  padding: 80px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242,160,180,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.cta-inner { max-width: 640px; margin: 0 auto; position: relative; z-index: 1; }
.cta-tag {
  display: inline-block;
  background: rgba(245,215,110,0.15);
  border: 1.5px solid rgba(245,215,110,0.3);
  color: var(--jaune);
  font-family: var(--font-title);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 20px;
}
.cta-title {
  font-family: var(--font-title);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  color: var(--beige-card);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.cta-title span { color: var(--rose); }
.cta-sub {
  color: rgba(232,223,200,0.65);
  font-size: 1rem;
  margin-bottom: 36px;
  line-height: 1.7;
}
.cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--rose);
  color: var(--vert);
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 1rem;
  padding: 16px 32px;
  border-radius: var(--radius-pill);
  box-shadow: 0 8px 28px rgba(242,160,180,0.4);
  transition: transform var(--transition), box-shadow var(--transition);
}
.btn-cta-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(242,160,180,0.55); }
.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232,223,200,0.12);
  color: #ffffff;
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 0.95rem;
  padding: 15px 28px;
  border-radius: var(--radius-pill);
  border: 2px solid rgba(232,223,200,0.7);
  transition: border-color var(--transition), background var(--transition);
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.btn-cta-secondary:hover { border-color: rgba(232,223,200,1); background: rgba(232,223,200,0.2); }

/* ================================================================
   FAQ — FOND BEIGE
   ================================================================ */
.faq-section {
  background: var(--beige-card);
  padding: 80px 24px;
}
.faq-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.faq-list { margin-top: 40px; text-align: left; }
.faq-item {
  border-bottom: 1.5px solid rgba(26,58,42,0.08);
  overflow: hidden;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  font-family: var(--font-title);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--vert);
  text-align: left;
  gap: 16px;
}
.faq-arrow {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(26,58,42,0.07);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 0.9rem;
  transition: transform var(--transition), background var(--transition);
}
.faq-item.open .faq-arrow { transform: rotate(180deg); background: var(--vert); color: var(--beige); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  font-size: 0.88rem;
  color: var(--texte-light);
  line-height: 1.7;
}
.faq-item.open .faq-answer { max-height: 300px; padding-bottom: 16px; }

/* ================================================================
   FOOTER
   ================================================================ */
.site-footer {
  background: var(--vert);
  color: rgba(232,223,200,0.7);
  padding: 56px 24px 32px;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-brand img { height: 48px; margin-bottom: 14px; }
.footer-brand p { font-size: 0.84rem; line-height: 1.7; max-width: 240px; }
.footer-col h4 {
  font-family: var(--font-title);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--beige-card);
  margin-bottom: 14px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a {
  font-size: 0.84rem;
  color: rgba(232,223,200,0.6);
  transition: color var(--transition);
}
.footer-col ul li a:hover { color: var(--beige-card); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.78rem;
}
.footer-bottom a { color: rgba(232,223,200,0.5); transition: color var(--transition); }
.footer-bottom a:hover { color: var(--beige-card); }

/* ================================================================
   SCROLL INDICATOR
   ================================================================ */
.scroll-indicator {
  position: absolute;
  bottom: 28px; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--texte-light);
  animation: fadeInUp 1s ease 1s both;
}
.scroll-arrow {
  width: 20px; height: 20px;
  border-right: 2px solid var(--texte-light);
  border-bottom: 2px solid var(--texte-light);
  transform: rotate(45deg);
  animation: arrowBounce 1.5s ease-in-out infinite;
}
@keyframes arrowBounce { 0%,100% { transform: rotate(45deg) translateY(0); } 50% { transform: rotate(45deg) translateY(5px); } }
@keyframes fadeInUp { from { opacity:0; transform: translateX(-50%) translateY(10px); } to { opacity:1; transform: translateX(-50%) translateY(0); } }

/* ================================================================
   ANIMATIONS GLOBALES
   ================================================================ */
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 8px 28px rgba(242,160,180,0.4); }
  50% { box-shadow: 0 8px 40px rgba(242,160,180,0.65); }
}
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ================================================================
   RESPONSIVE MOBILE
   ================================================================ */
@media (max-width: 900px) {
  .hero-wrap { grid-template-columns: 1fr; gap: 40px; }
  .hero-card-float-wrap { max-width: 480px; margin: 0 auto; }
  .ai-steps { grid-template-columns: 1fr; }
  .ai-step-connector { flex-direction: row; padding: 8px 0; }
  .ai-connector-line { width: 40px; height: 2px; }
  .pillars-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .hero-section { padding: 48px 16px 64px; }
  .hero-title { font-size: 2rem; }
  .hero-cta-group { flex-direction: column; }
  .btn-hero-primary, .btn-hero-secondary { justify-content: center; }
  .hero-pills { justify-content: center; }
  .hero-social-proof { justify-content: center; }
  .stats-inner { gap: 16px; }
  .stat-divider { display: none; }
  .pillars-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .piggy-comparison { gap: 16px; }
  .piggy-card { min-width: 140px; max-width: 160px; padding: 20px 14px; }
  .piggy-svg { width: min(130px, 38vw); }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .main-nav { display: none; }
  .menu-toggle { display: flex; }
  .main-nav.open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 64px; left: 0; right: 0;
    background: var(--beige-card);
    padding: 12px 20px 20px;
    border-bottom: 2px solid rgba(26,58,42,0.1);
    box-shadow: 0 8px 32px rgba(26,58,42,0.15);
    z-index: 999;
    gap: 2px;
  }
  .main-nav.open a {
    width: 100%;
    padding: 12px 16px;
    font-size: 0.95rem;
    border-radius: var(--radius-sm);
    border-bottom: 1px solid rgba(26,58,42,0.06);
  }
  .main-nav.open .nav-cta {
    margin-top: 8px;
    text-align: center;
    justify-content: center;
    background: var(--vert) !important;
    color: var(--beige-card) !important;
  }
  .ai-how-section, .savings-section, .pillars-section, .testimonials-section, .cta-section, .faq-section { padding: 56px 16px; }
  .cta-buttons { flex-direction: column; align-items: center; }
  .wcb-inner { justify-content: center; gap: 12px; }
  .wcb-right { display: none; }
}
@media (max-width: 400px) {
  .hero-title { font-size: 1.7rem; }
  .piggy-card { min-width: 120px; max-width: 140px; }
  .piggy-svg { width: min(110px, 36vw); }
}

/* ================================================================
   JAUGE ÉCONOMIES + COMPARATIF PRIX
   ================================================================ */
.gauge-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}
.gauge-svg {
  width: min(280px, 80vw);
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(26,58,42,0.12));
}
.gauge-label {
  font-size: 0.9rem;
  color: var(--texte-light);
  margin-top: 8px;
  text-align: center;
}
.gauge-label strong { color: var(--vert); }

.price-compare {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.price-card {
  background: var(--blanc);
  border-radius: var(--radius);
  padding: 28px 24px;
  min-width: 200px;
  max-width: 260px;
  box-shadow: var(--shadow);
  text-align: center;
  flex: 1;
}
.price-bank {
  border: 2px solid rgba(200,100,100,0.15);
  border-radius: var(--radius) 0 0 var(--radius);
}
.price-ma {
  border: 2px solid rgba(26,58,42,0.2);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: linear-gradient(135deg, #f8fff8 0%, #e8f5e8 100%);
}
.price-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.price-icon { font-size: 1.4rem; }
.price-label {
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 0.9rem;
  color: var(--texte);
}
.price-tag-bad {
  background: rgba(200,80,80,0.1);
  color: #c05050;
  font-family: var(--font-title);
  font-size: 0.65rem;
  font-weight: 900;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.price-tag-good {
  background: var(--vert);
  color: var(--jaune);
  font-family: var(--font-title);
  font-size: 0.65rem;
  font-weight: 900;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.price-amount-bad {
  font-family: var(--font-title);
  font-size: 2.4rem;
  font-weight: 900;
  color: #c05050;
  line-height: 1;
  margin-bottom: 20px;
  text-decoration: line-through;
  text-decoration-color: rgba(192,80,80,0.5);
}
.price-amount-bad span { font-size: 0.9rem; font-weight: 700; }
.price-amount-good {
  font-family: var(--font-title);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--vert);
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
.price-amount-good span { font-size: 0.9rem; font-weight: 700; }
.price-amount-good::after {
  content: '-65%';
  position: absolute;
  top: -8px; right: -8px;
  background: var(--rose);
  color: var(--vert);
  font-size: 0.65rem;
  font-weight: 900;
  padding: 2px 8px;
  border-radius: var(--radius-pill);
}
.price-features {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.price-features li {
  font-size: 0.82rem;
  color: var(--texte-light);
  font-weight: 600;
}
.price-bank .price-features li { color: #a06060; }
.price-ma .price-features li { color: var(--vert); }
.price-vs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  z-index: 2;
}
.price-vs-inner {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--vert);
  color: var(--beige);
  font-family: var(--font-title);
  font-size: 0.8rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .price-compare { flex-direction: column; align-items: center; gap: 12px; }
  .price-bank, .price-ma { border-radius: var(--radius); max-width: 100%; width: 100%; }
  .price-vs { padding: 4px 0; }
}
