/* ==========================================================================
   DISPOSITIF JEANBRUN — Landing Page v2
   Design: coloré, visuel, dynamique, mobile-first
   ========================================================================== */

/* --- VARIABLES --- */
:root {
  --primary: #1A3C34;
  --primary-dark: #0F2820;
  --primary-light: #2D6B5A;
  --accent: #C4704A;
  --accent-light: #D4845E;
  --accent-dark: #A85C3A;
  --accent-bg: rgba(196, 112, 74, 0.08);
  --bg-light: #F5F0EB;
  --bg-white: #FFFFFF;
  --bg-warm: #E8D5C4;
  --text-dark: #1A3C34;
  --text-muted: #5E4B3B;
  --text-light: #FFFFFF;
  --text-on-dark: #F5F0EB;
  --text-secondary-dark: #9FE1CB;
  --success: #2ECC71;
  --success-bg: rgba(46, 204, 113, 0.1);
  --error: #E74C3C;
  --error-bg: rgba(231, 76, 60, 0.08);
  --border: #E8D5C4;
  --shadow: 0 4px 20px rgba(26, 60, 52, 0.08);
  --shadow-lg: 0 12px 40px rgba(26, 60, 52, 0.14);
  --shadow-accent: 0 4px 20px rgba(196, 112, 74, 0.25);
  --radius: 12px;
  --radius-lg: 20px;
  --max-width: 720px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- RESET & BASE --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-dark);
  background-color: var(--bg-light);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color var(--transition);
}

a:hover {
  color: var(--accent-dark);
}

ul {
  list-style: none;
}

/* --- TYPOGRAPHY --- */
h1, h2, h3 {
  font-family: 'Libre Baskerville', Georgia, serif;
  color: var(--primary);
  line-height: 1.3;
}

h1 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  text-align: center;
}

h3 {
  font-size: 1rem;
  font-weight: 700;
}

p {
  margin-bottom: 0.75rem;
}

strong {
  font-weight: 700;
}

/* --- LAYOUT --- */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.25rem;
}

section {
  padding: 2.5rem 0;
}

/* --- CTA BUTTON --- */
.cta-primary {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: var(--text-light);
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 1rem 2.25rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: all var(--transition);
  box-shadow: var(--shadow-accent);
  letter-spacing: 0.01em;
}

.cta-primary:hover {
  background: linear-gradient(135deg, var(--accent-dark) 0%, var(--accent) 100%);
  color: var(--text-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(196, 112, 74, 0.4);
}

.cta-primary:active {
  transform: translateY(0);
}

.cta-small {
  font-size: 0.95rem;
  padding: 0.75rem 1.75rem;
}

/* CTA Pulse animation */
.cta-pulse {
  animation: pulse-glow 2.5s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 4px 20px rgba(196, 112, 74, 0.25); }
  50% { box-shadow: 0 4px 30px rgba(196, 112, 74, 0.5); }
}

/* ===================================================================
   HERO
   =================================================================== */
#hero {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 60%, var(--primary-light) 100%);
  color: var(--text-light);
  padding: 2.5rem 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Decorative circles */
#hero::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(196, 112, 74, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

#hero::after {
  content: '';
  position: absolute;
  bottom: 40px;
  left: -100px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

#hero h1 {
  color: var(--text-light);
  margin-bottom: 0.75rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-badge {
  margin-bottom: 1rem;
}

.badge-new {
  display: inline-block;
  background: var(--accent);
  color: var(--text-light);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.badge-lli {
  display: inline-block;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #1A3C34;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-left: 0.5rem;
  text-decoration: none;
  animation: lli-pulse 2s ease-in-out infinite;
}

@keyframes lli-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.4); }
  50% { box-shadow: 0 0 12px 4px rgba(255, 215, 0, 0.25); }
}

.subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  margin-bottom: 1.75rem;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero stats */
.hero-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0 auto 1.75rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: var(--radius);
  padding: 1rem 0.5rem;
  max-width: 360px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item {
  flex: 1;
  text-align: center;
}

.stat-number {
  display: block;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent-light);
  line-height: 1.2;
}

.stat-label {
  display: block;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.15rem;
}

.stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
}

#hero .cta-primary {
  margin-bottom: 1rem;
}

.social-proof {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  padding-bottom: 2rem;
}

.social-proof strong {
  color: var(--accent-light);
}

/* Hero form */
.hero-form-container {
  max-width: 380px;
  margin: 0 auto 1rem;
  position: relative;
}

.hero-form {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.hero-form input[type="text"],
.hero-form input[type="email"],
.hero-form input[type="tel"] {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  color: var(--text-dark);
  background: var(--bg-white);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.hero-form input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(196, 112, 74, 0.3);
}

.hero-form input::placeholder {
  color: var(--text-muted);
}

.hero-form .cta-primary {
  width: 100%;
  padding: 0.95rem;
  border-radius: 50px;
  font-size: 1.05rem;
}

.form-privacy-hero {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  margin: 0.25rem 0 0;
}

/* Hero wave */
.hero-wave {
  position: relative;
  margin-top: -1px;
}

.hero-wave svg {
  display: block;
  width: 100%;
  height: 40px;
}

/* --- Section intro text --- */
.section-intro {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  max-width: 560px;
  margin: 0 auto 0.5rem;
  line-height: 1.6;
}

/* ===================================================================
   SECTION PROBLEME — Cards
   =================================================================== */
#probleme {
  background: var(--bg-white);
  padding-top: 2rem;
}

.cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.25rem;
}

.card {
  padding: 1.25rem;
  border-radius: var(--radius);
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
}

.card:hover {
  transform: translateY(-2px);
}

.card-problem {
  background: var(--error-bg);
  border: 1px solid rgba(231, 76, 60, 0.12);
}

.card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.card-icon-red {
  background: rgba(231, 76, 60, 0.12);
  color: var(--error);
}

.card h3 {
  margin-bottom: 0.35rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  color: var(--text-dark);
}

.card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0;
  line-height: 1.5;
}

/* ===================================================================
   BANDEAU CTA
   =================================================================== */
.bandeau-accent {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  padding: 1.5rem 0;
  text-align: center;
}

.bandeau-text {
  color: var(--text-light);
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.bandeau-text strong {
  color: var(--text-light);
}

.bandeau-accent .cta-primary {
  background: var(--bg-white);
  color: var(--accent-dark);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.bandeau-accent .cta-primary:hover {
  background: var(--bg-light);
  color: var(--accent-dark);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

/* ===================================================================
   SECTION CHIFFRES CLES
   =================================================================== */
.chiffres-section {
  background: var(--primary);
  color: var(--text-light);
  padding: 2.5rem 0;
  position: relative;
  overflow: hidden;
}

.chiffres-section::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -80px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(196, 112, 74, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.chiffres-section h2 {
  color: var(--text-light);
}

.chiffres-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.chiffre-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 1.25rem 1rem;
  text-align: center;
  transition: all var(--transition);
}

.chiffre-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.chiffre-value {
  display: block;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--accent-light);
  line-height: 1.2;
  margin-bottom: 0.35rem;
}

.chiffre-label {
  display: block;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

.chiffres-note {
  text-align: center;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 1rem;
  margin-bottom: 0;
  font-style: italic;
}

/* ===================================================================
   SECTION GUIDE — Numbered items
   =================================================================== */
#guide {
  background: var(--bg-light);
}

.guide-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.guide-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--bg-white);
  border-radius: var(--radius);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all var(--transition);
}

.guide-item:hover {
  box-shadow: var(--shadow);
  border-color: rgba(196, 112, 74, 0.2);
}

.guide-item-highlight {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border: none;
}

.guide-item-highlight .guide-num {
  background: var(--accent);
  color: var(--text-light);
}

.guide-item-highlight p,
.guide-item-highlight strong {
  color: var(--text-light);
}

/* Bonus item in guide list */
.guide-item-bonus {
  background: linear-gradient(135deg, var(--accent-dark) 0%, var(--accent) 60%, var(--accent-light) 100%);
  border: 2px solid rgba(255,255,255,0.15);
  position: relative;
  overflow: hidden;
}
.guide-item-bonus::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.guide-item-bonus .guide-num {
  background: rgba(255,255,255,0.2);
  color: #fff;
  font-size: 1.1rem;
  width: 40px;
  height: 40px;
}

/* ====== BONUS TEASER SECTION ====== */
.bonus-teaser-section {
  padding: 3rem 0;
  background: var(--bg-light);
}
.bonus-card {
  background: linear-gradient(145deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-radius: 20px;
  padding: 2.5rem 1.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.bonus-card::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -20%;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle, rgba(196, 112, 74, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.bonus-badge {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}
.bonus-card h3 {
  font-family: 'Libre Baskerville', Georgia, serif;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.35;
  margin-bottom: 1.5rem;
}
.bonus-benefits {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.bonus-benefit {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.bonus-check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: rgba(46, 204, 113, 0.2);
  color: #2ECC71;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}
.bonus-benefit p {
  color: var(--text-on-dark);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}
.bonus-benefit strong {
  color: #fff;
}
.bonus-cta-text {
  color: var(--text-secondary-dark);
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 1rem;
  font-style: italic;
}
.bonus-card .cta-primary {
  display: block;
  text-align: center;
  text-decoration: none;
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .bonus-card {
    padding: 3rem 3rem;
  }
  .bonus-card h3 {
    font-size: 1.7rem;
  }
  .bonus-benefits {
    gap: 1.2rem;
  }
  .bonus-benefit p {
    font-size: 1.05rem;
  }
}

.guide-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: var(--accent-bg);
  color: var(--accent);
  font-family: 'Libre Baskerville', Georgia, serif;
  font-weight: 700;
  font-size: 0.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}

.guide-item p {
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 1.5;
}

/* ===================================================================
   SECTION ETAPES (Comment ça marche)
   =================================================================== */
#etapes {
  background: var(--bg-white);
}

.steps-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.step-item {
  text-align: center;
  padding: 1.25rem 1rem;
  width: 100%;
  max-width: 280px;
}

.step-num {
  width: 44px;
  height: 44px;
  background: var(--primary);
  color: var(--text-light);
  font-family: 'Libre Baskerville', Georgia, serif;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.6rem;
}

.step-item h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  color: var(--text-dark);
  margin-bottom: 0.25rem;
}

.step-item p {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 0;
  line-height: 1.45;
}

.step-arrow {
  color: var(--accent);
  font-size: 1.2rem;
  font-weight: 700;
  transform: rotate(90deg);
}

/* ===================================================================
   SECTION TEMOIGNAGES
   =================================================================== */
#temoignages {
  background: var(--bg-white);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.25rem;
}

.testimonial-card {
  background: var(--bg-light);
  border-radius: var(--radius);
  padding: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all var(--transition);
}

.testimonial-card:hover {
  box-shadow: var(--shadow);
}

.testimonial-stars {
  color: var(--accent);
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
  letter-spacing: 2px;
}

.testimonial-text {
  font-size: 0.88rem;
  color: var(--text-dark);
  line-height: 1.55;
  font-style: italic;
  margin-bottom: 0.75rem;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.testimonial-author strong {
  font-size: 0.85rem;
  color: var(--text-dark);
}

.testimonial-author span {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ===================================================================
   SECTION URGENCE
   =================================================================== */
.urgence-section {
  background: var(--bg-light);
  padding: 2rem 0;
}

.urgence-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-radius: var(--radius);
  padding: 1.25rem;
  color: var(--text-light);
}

.urgence-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.urgence-content h3 {
  color: var(--accent-light);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
}

.urgence-content p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
  line-height: 1.5;
}

/* ===================================================================
   SECTION FORMULAIRE BAS
   =================================================================== */
.form-bottom-section {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 60%, var(--primary-light) 100%);
  color: var(--text-light);
  text-align: center;
  padding: 3rem 0 3.5rem;
  position: relative;
  overflow: hidden;
}

.form-bottom-section::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(196, 112, 74, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.form-bottom-section h2 {
  color: var(--text-light);
  position: relative;
}

.form-bottom-subtitle {
  color: rgba(255, 255, 255, 0.8);
  max-width: 400px;
  margin: 0 auto 0.75rem;
  font-size: 0.9rem;
}

.form-bottom-section .form-container {
  margin-top: 1.25rem;
  background: var(--bg-white);
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-bottom-section .hero-form input[type="text"],
.form-bottom-section .hero-form input[type="email"],
.form-bottom-section .hero-form input[type="tel"] {
  border-color: var(--border);
  color: var(--text-dark);
}

.form-bottom-section .hero-form input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(196, 112, 74, 0.15);
}

/* ===================================================================
   SECTION TRANSPARENCE
   =================================================================== */
#transparence {
  background: var(--bg-warm);
  position: relative;
}

.transp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.transp-no, .transp-yes {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  font-size: 0.9rem;
}

.transp-no {
  background: var(--error-bg);
  border-left: 3px solid var(--error);
}

.transp-yes {
  background: var(--success-bg);
  border-left: 3px solid var(--success);
}

.transp-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  background: rgba(231, 76, 60, 0.15);
  color: var(--error);
}

.transp-icon-yes {
  background: rgba(46, 204, 113, 0.15);
  color: var(--success);
}

.transp-no p,
.transp-yes p {
  margin-bottom: 0;
  font-size: 0.88rem;
  line-height: 1.45;
}

.transp-yes p {
  font-weight: 600;
}

/* ===================================================================
   SECTION CIBLE — Cards avec icones
   =================================================================== */
#cible {
  background: var(--bg-white);
}

.cible-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.cible-card {
  background: var(--bg-light);
  border-radius: var(--radius);
  padding: 1.25rem 1rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all var(--transition);
}

.cible-card:hover {
  box-shadow: var(--shadow);
  border-color: rgba(196, 112, 74, 0.2);
  transform: translateY(-2px);
}

.cible-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  color: var(--text-light);
}

.cible-card p {
  font-size: 0.85rem;
  margin-bottom: 0;
  line-height: 1.45;
  color: var(--text-dark);
}

/* ===================================================================
   SECTION FAQ
   =================================================================== */
#faq {
  background: var(--bg-light);
}

.faq-list {
  margin-top: 1.25rem;
}

.faq-item {
  background: var(--bg-white);
  border-radius: var(--radius);
  margin-bottom: 0.65rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: box-shadow var(--transition);
}

.faq-item:hover {
  box-shadow: var(--shadow);
}

.faq-item summary {
  padding: 1rem 1.25rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--primary);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--accent-bg);
  color: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  transition: transform var(--transition), background var(--transition);
}

.faq-item[open] summary::after {
  content: '\2212';
  background: var(--accent);
  color: var(--text-light);
  transform: rotate(180deg);
}

.faq-item p {
  padding: 0 1.25rem 1rem;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 0;
}

/* ===================================================================
   SECTION FORMULAIRE
   =================================================================== */
#formulaire {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 60%, var(--primary-light) 100%);
  color: var(--text-light);
  text-align: center;
  padding: 3rem 0 3.5rem;
  position: relative;
  overflow: hidden;
}

#formulaire::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(196, 112, 74, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

#formulaire h2 {
  color: var(--text-light);
  position: relative;
}

#formulaire > .container > p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9rem;
}

.form-container {
  margin-top: 1.5rem;
  background: var(--bg-white);
  padding: 2rem 1.5rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* Brevo form overrides */
.form-container input[type="email"],
.form-container input[type="tel"],
.form-container input[type="text"] {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  color: var(--text-dark);
  background: var(--bg-white);
  transition: border-color var(--transition), box-shadow var(--transition);
  margin-bottom: 0;
}

.form-container input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(196, 112, 74, 0.15);
}

.form-container button,
.form-container input[type="submit"] {
  width: 100%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: var(--text-light);
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.95rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all var(--transition);
  box-shadow: var(--shadow-accent);
}

.form-container button:hover,
.form-container input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(196, 112, 74, 0.4);
}

.form-privacy {
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}

/* ===================================================================
   FOOTER
   =================================================================== */
footer {
  background: var(--primary);
  color: var(--text-secondary-dark);
  padding: 1.5rem 0;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.7;
}

footer p {
  margin-bottom: 0.35rem;
}

footer details {
  margin-top: 0.75rem;
}

footer summary {
  cursor: pointer;
  color: var(--text-on-dark);
  font-weight: 600;
  transition: color var(--transition);
}

footer summary:hover {
  color: var(--accent);
}

footer details[open] summary {
  margin-bottom: 0.5rem;
}

footer details p {
  text-align: left;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* ===================================================================
   STICKY CTA MOBILE
   =================================================================== */
.sticky-cta {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: var(--text-light);
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 0.9rem;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
  transition: transform var(--transition);
}

.sticky-cta:hover {
  color: var(--text-light);
}

.sticky-cta.hidden {
  transform: translateY(100%);
}

body {
  padding-bottom: 60px;
}

/* ===================================================================
   ANIMATIONS
   =================================================================== */
.fade-in {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered animation delays */
.cards-grid .fade-in:nth-child(2) { transition-delay: 0.1s; }
.cards-grid .fade-in:nth-child(3) { transition-delay: 0.2s; }
.guide-grid .fade-in:nth-child(2) { transition-delay: 0.05s; }
.guide-grid .fade-in:nth-child(3) { transition-delay: 0.1s; }
.guide-grid .fade-in:nth-child(4) { transition-delay: 0.15s; }
.guide-grid .fade-in:nth-child(5) { transition-delay: 0.2s; }
.guide-grid .fade-in:nth-child(6) { transition-delay: 0.25s; }
.guide-grid .fade-in:nth-child(7) { transition-delay: 0.3s; }
.cible-grid .fade-in:nth-child(2) { transition-delay: 0.08s; }
.cible-grid .fade-in:nth-child(3) { transition-delay: 0.16s; }
.cible-grid .fade-in:nth-child(4) { transition-delay: 0.24s; }

/* ===================================================================
   PAGE MERCI
   =================================================================== */
.merci-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 1.25rem;
  background: var(--bg-light);
}

.merci-wrapper h1 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.merci-wrapper > p {
  color: var(--text-muted);
  margin-bottom: 2rem;
}

.cta-rdv {
  background: var(--bg-white);
  padding: 2rem 1.5rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  max-width: 480px;
  width: 100%;
}

.cta-rdv h2 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.cta-rdv p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.cta-rdv .cta-primary {
  margin-top: 0.5rem;
}

.check-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--success) 0%, #27ae60 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: var(--text-light);
  box-shadow: 0 8px 24px rgba(46, 204, 113, 0.3);
}

/* ===================================================================
   RESPONSIVE — Small mobile (< 360px)
   =================================================================== */
@media (max-width: 359px) {
  .chiffres-grid {
    grid-template-columns: 1fr;
  }

  .chiffre-value {
    font-size: 1.3rem;
  }

  .cible-grid {
    grid-template-columns: 1fr;
  }

  .hero-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
  }

  .badge-lli {
    margin-left: 0;
  }
}

/* ===================================================================
   RESPONSIVE — Tablet
   =================================================================== */
@media (min-width: 480px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
}

/* ===================================================================
   RESPONSIVE — Desktop
   =================================================================== */
@media (min-width: 768px) {
  body {
    font-size: 18px;
    padding-bottom: 0;
  }

  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.65rem;
  }

  section {
    padding: 3.5rem 0;
  }

  #hero {
    padding: 3.5rem 0 0;
  }

  .subtitle {
    font-size: 1.05rem;
  }

  .hero-stats {
    max-width: 400px;
    padding: 1.25rem 1rem;
  }

  .stat-number {
    font-size: 1.75rem;
  }

  .hero-wave svg {
    height: 60px;
  }

  .sticky-cta {
    display: none;
  }

  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .steps-grid {
    flex-direction: row;
    justify-content: center;
    gap: 0.25rem;
  }

  .step-arrow {
    transform: none;
    margin-top: 1.5rem;
  }

  .step-item {
    max-width: 220px;
  }

  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .cible-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .form-container {
    padding: 2.5rem 2rem;
  }
}

@media (min-width: 1024px) {
  :root {
    --max-width: 880px;
  }

  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  section {
    padding: 4rem 0;
  }
}

@media (min-width: 1440px) {
  :root {
    --max-width: 940px;
  }
}

/* --- ACCESSIBILITY --- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .fade-in {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .cta-pulse {
    animation: none;
  }
}

/* Focus styles */
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--primary-light);
  outline-offset: 2px;
}

/* Skip to content */
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: var(--primary);
  color: var(--text-light);
  padding: 0.5rem 1rem;
  z-index: 200;
  font-size: 0.85rem;
}

.skip-link:focus {
  top: 0;
}

/* ===================================================================
   BREVO FORM OVERRIDES — Match site design
   =================================================================== */

/* Reset Brevo container styles */
.brevo-hero-form .sib-form {
  background-color: transparent !important;
  text-align: center !important;
}

.brevo-hero-form #sib-container {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* Inputs */
.brevo-hero-form #sib-container .input,
.brevo-hero-form #sib-container input.input,
.brevo-hero-form #sib-container select.input {
  width: 100% !important;
  padding: 0.85rem 1rem !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 10px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 1rem !important;
  color: var(--text-dark) !important;
  background: var(--bg-white) !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
  box-sizing: border-box !important;
}

.brevo-hero-form #sib-container .input:focus,
.brevo-hero-form #sib-container input.input:focus {
  outline: none !important;
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 3px rgba(196, 112, 74, 0.3) !important;
}

.brevo-hero-form #sib-container .input::placeholder {
  color: var(--text-muted) !important;
  font-family: 'DM Sans', sans-serif !important;
}

/* SMS field layout */
.brevo-hero-form .sib-sms-input {
  display: flex !important;
  gap: 0.4rem !important;
}

.brevo-hero-form .sib-sms-input select.input {
  max-width: 95px !important;
  flex-shrink: 0 !important;
  padding: 0.85rem 0.5rem !important;
  font-size: 0.85rem !important;
}

/* Hide SMS tooltip */
.brevo-hero-form .sib-sms-tooltip {
  display: none !important;
}

/* Checkbox */
.brevo-hero-form .entry__choice label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
  cursor: pointer !important;
}

.brevo-hero-form .checkbox {
  flex-shrink: 0 !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* Error labels */
.brevo-hero-form .entry__error {
  border-radius: 6px !important;
  margin-top: 4px !important;
}

/* Success/Error message panels */
.brevo-hero-form .sib-form-message-panel {
  border: none !important;
  margin-bottom: 0.5rem !important;
}

/* Brevo form in bottom section */
.form-bottom-section .sib-form {
  background-color: transparent !important;
}

.form-bottom-section #sib-container {
  background-color: var(--bg-white) !important;
  border: none !important;
  border-radius: var(--radius-lg) !important;
  padding: 1.75rem 1.5rem !important;
  box-shadow: var(--shadow-lg) !important;
}

.form-bottom-section #sib-container .input {
  border-color: var(--border) !important;
}

.form-bottom-section #sib-container .input:focus {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 3px rgba(196, 112, 74, 0.15) !important;
}

.form-bottom-section .entry__choice span:last-child {
  color: var(--text-muted) !important;
}
