/* =============================================
   JULIEN INVEST — Design System
   Direction : Premium minimal / Apple-Stripe
   ============================================= */

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

/* ── TOKENS ─────────────────────────────────── */
:root {
  --navy:        #1A3D7C;
  --navy-deep:   #0F2558;
  --navy-mid:    #2558A8;
  --lavender:    #93C5FD;
  --lavender-lt: #DBEAFE;
  --mint:        #A0E7C5;
  --mint-lt:     #E6FAF2;
  --sky:         #BAD4F5;
  --white:       #FFFFFF;
  --off-white:   #F8FBFF;
  --pearl:       #EEF4FF;
  --grey-1:      #1A2A40;
  --grey-2:      #3A526A;
  --grey-3:      #6F6F99;
  --grey-4:      #B5C8DA;
  --grey-5:      #E2EEFF;
  --gold:        #F0C040;

  --gradient-brand: linear-gradient(135deg, #BAD4FF 0%, #93C5FD 50%, #A0E7C5 100%);
  --gradient-dark:  linear-gradient(135deg, #0F2558 0%, #1A3D7C 60%, #1A508A 100%);
  --gradient-hero:  linear-gradient(160deg, #F0F6FF 0%, #E2EEFF 45%, #EBF6FF 100%);

  --radius-sm:  8px;
  --radius-md:  16px;
  --radius-lg:  24px;
  --radius-xl:  40px;

  --shadow-sm:  0 2px 12px rgba(26,26,78,0.08);
  --shadow-md:  0 8px 32px rgba(26,26,78,0.12);
  --shadow-lg:  0 24px 64px rgba(26,26,78,0.16);
  --shadow-xl:  0 40px 120px rgba(26,26,78,0.22);

  --font-display: 'Instrument Serif', Georgia, serif;
  --font-head:    'Plus Jakarta Sans', sans-serif;
  --font-body:    'DM Sans', sans-serif;

  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

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

/* ── TYPOGRAPHY ──────────────────────────────── */
.t-display {
  font-family: var(--font-display);
  font-style: italic;
  line-height: 1.05;
}
.t-head {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.t-label {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--grey-2);
}
.t-gradient {
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── LAYOUT ──────────────────────────────────── */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
}
.container--wide {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
}
.section { padding: 80px 0; }
.section--sm { padding: 56px 0; }
.section--lg { padding: 120px 0; }

/* ── BUTTONS ─────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  padding: 14px 28px;
  border-radius: 100px;
  transition: var(--transition);
  white-space: nowrap;
}
.btn-primary {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(26,26,78,0.30);
}
.btn-primary:hover {
  background: var(--navy-mid);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(26,26,78,0.36);
}
.btn-secondary {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid var(--grey-4);
}
.btn-secondary:hover {
  border-color: var(--navy);
  background: var(--pearl);
  transform: translateY(-2px);
}
.btn-ghost {
  color: var(--grey-2);
  padding: 14px 0;
}
.btn-ghost:hover { color: var(--navy); }
.btn-ghost svg { transition: transform var(--transition); }
.btn-ghost:hover svg { transform: translateX(4px); }
.btn-gradient {
  background: var(--gradient-brand);
  color: var(--navy);
  font-weight: 700;
}
.btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(200,180,232,0.5);
  filter: brightness(1.05);
}
.btn--lg { padding: 18px 36px; font-size: 16px; }
.btn--sm { padding: 10px 20px; font-size: 13px; }

/* ── CTA "avis" (bloc parrainage sur les pages avis-*.html) ──
   Fix : .avis-cta-code / .avis-cta-note sont définies inline dans chaque page
   avec une spécificité (0,1,0) plus faible que .article-body p (0,1,1), qui les
   écrasait (texte quasi invisible sur le fond navy + mauvaise taille de police).
   On resurspécifie ici avec le sélecteur descendant .avis-cta-box (0,2,0). */
.avis-cta-box .avis-cta-code { color: #A0E7C5; font-size: 14px; }
.avis-cta-box .avis-cta-note { font-size: 11px; }
@media (max-width: 480px) {
  .avis-cta-box .btn { width: 100%; justify-content: center; white-space: normal; text-align: center; }
}

/* ── NAV ─────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 20px 0;
  transition: var(--transition);
}
.nav.scrolled {
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--grey-5);
  padding: 14px 0;
  box-shadow: var(--shadow-sm);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.nav-logo {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: var(--navy);
  transition: color var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav.scrolled .nav-logo { color: var(--navy); }
/* Nav sur fond sombre (pages guides) */
.nav--dark:not(.scrolled) .nav-logo { color: var(--white); }
.nav--dark:not(.scrolled) .nav-link { color: rgba(255,255,255,0.75); }
.nav--dark:not(.scrolled) .nav-link:hover,
.nav--dark:not(.scrolled) .nav-link.active { color: var(--white); }
.nav--dark:not(.scrolled) .nav-cta .btn-gradient { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); color: var(--white); backdrop-filter: blur(8px); }
.nav-logo-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--lavender);
  display: inline-block;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-link {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--grey-2);
  transition: color var(--transition);
  position: relative;
  white-space: nowrap;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 1.5px;
  background: var(--lavender);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.nav-link:hover::after,
.nav-link.active::after { transform: scaleX(1); }
.nav-link:hover,
.nav-link.active { color: var(--navy); }
.nav.scrolled .nav-link { color: var(--grey-2); }
.nav.scrolled .nav-link:hover,
.nav.scrolled .nav-link.active { color: var(--navy); }
.nav-cta { margin-left: 8px; }
.nav.scrolled .nav-cta .btn-primary { background: var(--navy); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; }
.nav-hamburger span {
  display: block; width: 24px; height: 2px;
  background: currentColor; border-radius: 2px;
  transition: var(--transition);
}
.nav-mobile { display: none; }

/* ── HERO ─────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--gradient-hero);
  overflow: hidden;
  padding-top: 80px;
}
.hero-bg-grid {
  display: none;
}
.hero-bg-glow {
  position: absolute;
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(147,197,253,0.25) 0%, transparent 65%);
  top: -200px; right: -150px;
  pointer-events: none;
}
.hero-bg-glow-2 {
  position: absolute;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(160,231,197,0.18) 0%, transparent 65%);
  bottom: -80px; left: 80px;
  pointer-events: none;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 60px 0;
}
.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(147,197,253,0.15);
  border: 1px solid rgba(147,197,253,0.4);
  border-radius: 100px;
  padding: 6px 16px;
  margin-bottom: 32px;
}
.hero-label-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--lavender);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}
.hero-label span {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--navy-mid);
  text-transform: uppercase;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(48px, 5.5vw, 80px);
  color: var(--navy);
  margin-bottom: 24px;
  line-height: 1.05;
}
.hero-title em {
  font-style: italic;
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-size: 18px;
  color: var(--grey-2);
  line-height: 1.7;
  margin-bottom: 48px;
  max-width: 480px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid rgba(26,61,124,0.1);
}
.hero-stat-val {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.03em;
}
.hero-stat-label {
  font-size: 13px;
  color: var(--grey-3);
  margin-top: 2px;
}
.hero-photo-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
/* Gradient border ring around photo */
.hero-photo-card {
  position: relative;
  border-radius: 28px;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 3/4;
  /* gradient border via padding + pseudo-element trick */
  padding: 3px;
  background: linear-gradient(160deg, #93C5FD 0%, #BAD4FF 40%, #A0E7C5 80%, #60A5FA 100%);
  box-shadow:
    0 0 0 6px rgba(147,197,253,0.15),
    0 24px 64px rgba(26,61,124,0.18),
    0 4px 20px rgba(147,197,253,0.25);
}
.hero-photo-card-inner {
  border-radius: 26px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: var(--pearl);
}
.hero-photo-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: 26px;
}
.hero-badge {
  position: absolute;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-md);
  padding: 14px 20px;
  box-shadow: var(--shadow-md);
}
.hero-badge-tl { top: 24px; left: -32px; }
.hero-badge-br { bottom: 32px; right: -32px; }
.hero-badge-val {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.03em;
}
.hero-badge-label { font-size: 12px; color: var(--grey-3); margin-top: 2px; }
.hero-badge-icon { font-size: 20px; margin-bottom: 4px; }

/* ── TRUST BAR ────────────────────────────────── */
.trust-bar {
  background: var(--off-white);
  border-top: 1px solid var(--grey-5);
  border-bottom: 1px solid var(--grey-5);
  padding: 32px 0;
}
.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--grey-2);
  font-size: 14px;
  font-weight: 500;
}
.trust-item svg { color: var(--lavender); flex-shrink: 0; }

/* ── CONTENT CARDS (blog/vidéos) ─────────────── */
.content-section { background: var(--white); }
.content-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.content-filter {
  padding: 8px 18px;
  border-radius: 100px;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1.5px solid var(--grey-5);
  color: var(--grey-3);
  background: transparent;
  cursor: pointer;
  transition: var(--transition);
}
.content-filter:hover,
.content-filter.active {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
}
.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.content-card {
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  background: var(--white);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  position: relative;
  cursor: pointer;
}
.content-card:hover {
  border-color: var(--lavender);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.content-card-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--pearl);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-card-thumb-emoji {
  font-size: 48px;
  opacity: 0.5;
}
.content-card-thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,37,88,0.5) 0%, transparent 60%);
  opacity: 0;
  transition: var(--transition);
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.content-card:hover .content-card-thumb-overlay { opacity: 1; }
.content-card-play {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--gradient-brand);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
}
.content-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.content-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.content-card-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 100px;
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--lavender-lt);
  color: var(--navy-mid);
}
.content-card-tag--crypto { background: #FEF3C7; color: #92400E; }
.content-card-tag--etf    { background: var(--lavender-lt); color: var(--navy-mid); }
.content-card-tag--pea    { background: var(--mint-lt); color: #065F46; }
.content-card-tag--fiscalite { background: #F3E8FF; color: #6B21A8; }
.content-card-tag--immo  { background: #FEE2E2; color: #991B1B; }
.content-card-date {
  font-size: 12px;
  color: var(--grey-3);
}
.content-card-title {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  color: var(--grey-1);
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.content-card-desc {
  font-size: 13px;
  color: var(--grey-3);
  line-height: 1.6;
  flex: 1;
}
.content-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-top: 1px solid var(--grey-5);
  font-size: 12px;
  color: var(--grey-3);
  font-weight: 500;
}
.content-card-platform {
  display: flex;
  align-items: center;
  gap: 6px;
}
.content-card-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
  transition: color var(--transition);
}
.content-card-link::after {
  content: '';
  position: absolute;
  inset: 0;
}
.content-card-link:hover { color: var(--navy-mid); }
.content-cta-row {
  text-align: center;
  margin-top: 48px;
}

/* ── NEWSLETTER SECTION ──────────────────────── */
.newsletter-section {
  background: var(--pearl);
  padding: 80px 0;
}
.newsletter-inner {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 900px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-xl);
  padding: 56px 64px;
  box-shadow: var(--shadow-sm);
}
.newsletter-content { flex: 1; }
.newsletter-content .t-label { display: block; margin-bottom: 12px; }
.newsletter-content h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  color: var(--grey-1);
  line-height: 1.1;
  margin-bottom: 14px;
}
.newsletter-content p {
  font-size: 15px;
  color: var(--grey-2);
  line-height: 1.65;
}
.newsletter-form-wrap { flex: 1; }
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.newsletter-form input {
  padding: 14px 18px;
  border: 1.5px solid var(--grey-5);
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--grey-1);
  outline: none;
  transition: border-color var(--transition);
  background: var(--white);
}
.newsletter-form input:focus { border-color: var(--lavender); }
.newsletter-form input::placeholder { color: var(--grey-4); }
.newsletter-submit {
  padding: 15px;
  background: var(--navy);
  color: white;
  border: none;
  border-radius: var(--radius-md);
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: -0.01em;
}
.newsletter-submit:hover {
  background: var(--navy-mid);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.newsletter-text { flex: 1; }
.newsletter-text .t-label { display: block; margin-bottom: 12px; }
.newsletter-text h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  color: var(--grey-1);
  line-height: 1.1;
  margin-bottom: 14px;
}
.newsletter-text p {
  font-size: 15px;
  color: var(--grey-2);
  line-height: 1.65;
  margin-bottom: 4px;
}
.newsletter-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.newsletter-field label {
  font-size: 13px;
  font-weight: 600;
  color: var(--grey-2);
  letter-spacing: 0.02em;
}
.newsletter-disclaimer {
  font-size: 11px;
  color: var(--grey-4);
  line-height: 1.5;
  margin-top: 4px;
}
.newsletter-legal {
  font-size: 11px;
  color: var(--grey-4);
  line-height: 1.5;
  margin-top: 4px;
}
.newsletter-perks li {
  font-size: 14px;
  color: var(--grey-2);
  line-height: 1.5;
  padding-left: 2px;
}
.newsletter-perks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.newsletter-perk {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--grey-2);
}
.newsletter-perk-icon {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--lavender-lt);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .content-grid { grid-template-columns: repeat(2, 1fr); }
  .newsletter-inner { flex-direction: column; gap: 40px; padding: 40px 36px; }
}
@media (max-width: 768px) {
  .content-grid { grid-template-columns: 1fr; }
  .newsletter-inner { padding: 32px 24px; }
}

/* ── COMMUNITY BAR ────────────────────────────── */
.community { background: var(--pearl); }
.community-inner { text-align: center; }
.community-inner .t-label { display: block; margin-bottom: 40px; }
.community-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.community-stat-card {
  background: var(--white);
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-lg);
  padding: 32px 20px;
  text-align: center;
  transition: var(--transition);
  text-decoration: none;
  display: block;
}
.community-stat-card:hover {
  border-color: var(--lavender);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.community-stat-icon { font-size: 28px; margin-bottom: 12px; }
.community-stat-val {
  font-family: var(--font-head);
  font-size: 30px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.03em;
  margin-bottom: 4px;
}
.community-stat-name { font-size: 13px; color: var(--grey-3); line-height: 1.4; }

/* ── SECTION HEADERS ──────────────────────────── */
.section-header { text-align: center; margin-bottom: 44px; }
.section-header .t-label { margin-bottom: 16px; display: block; }
.section--light .t-label, .section-header .t-label { color: var(--grey-2); }
.section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 56px);
  color: var(--grey-1);
  margin-bottom: 20px;
}
.section-header p {
  font-size: 18px;
  color: var(--grey-2);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── PROBLEM SECTION ──────────────────────────── */
.problem { background: var(--white); }
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.problem-card {
  background: var(--off-white);
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  transition: var(--transition);
}
.problem-card:hover {
  border-color: var(--lavender);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.problem-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.problem-emoji { font-size: 32px; line-height: 1; flex-shrink: 0; }
.problem-card h3 {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--grey-1);
  margin-bottom: 0;
  letter-spacing: -0.02em;
}
.problem-card p { font-size: 15px; color: var(--grey-2); line-height: 1.65; }

/* ── ABOUT SECTION ────────────────────────────── */
.about { background: var(--navy-deep); }
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: center;
}
.about-photo-wrap { position: relative; overflow: hidden; }
.about-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
}
.about-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
}
.about-accent {
  position: absolute;
  width: 180px; height: 180px;
  background: var(--gradient-brand);
  border-radius: var(--radius-lg);
  bottom: -24px; right: -24px;
  z-index: -1;
  opacity: 0.6;
}
.about-content .t-label { color: var(--lavender); opacity: 0.7; }
.about-content h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 3.5vw, 52px);
  color: var(--white);
  margin: 16px 0 24px;
  line-height: 1.1;
}
.about-content p {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  line-height: 1.75;
  margin-bottom: 20px;
}
.about-content p strong { color: rgba(255,255,255,0.9); font-weight: 500; }
.about-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 32px 0;
}
.about-pill {
  background: rgba(200,180,232,0.12);
  border: 1px solid rgba(200,180,232,0.25);
  border-radius: 100px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--lavender);
  font-family: var(--font-head);
}

/* ── OFFERS SECTION ───────────────────────────── */
.offers { background: var(--pearl); }
.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.offer-card {
  background: var(--white);
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.offer-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gradient-brand);
  opacity: 0;
  transition: opacity var(--transition);
}
.offer-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.offer-card:hover::before { opacity: 1; }
.offer-card.featured { background: var(--navy); border-color: var(--navy); color: var(--white); }
.offer-card.featured::before { opacity: 1; }
.offer-icon {
  width: 52px; height: 52px;
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  margin-bottom: 28px;
  background: var(--lavender-lt);
}
.offer-card.featured .offer-icon { background: rgba(200,180,232,0.15); }
.offer-tag {
  position: absolute;
  top: 20px; right: 20px;
  background: var(--lavender);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 100px;
  font-family: var(--font-head);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.offer-card h3 {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.offer-card p {
  font-size: 15px;
  color: var(--grey-2);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 32px;
}
.offer-card.featured p { color: rgba(255,255,255,0.6); }
.offer-features { display: flex; flex-direction: column; gap: 8px; margin-bottom: 32px; }
.offer-feature { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--grey-2); }
.offer-card.featured .offer-feature { color: rgba(255,255,255,0.7); }
.offer-feature-icon {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--mint-lt);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 10px;
}
.offer-card.featured .offer-feature-icon { background: rgba(160,231,197,0.2); }

/* ── SOCIAL PROOF ─────────────────────────────── */
.social-proof { background: var(--white); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.testimonial-card {
  background: var(--off-white);
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: var(--transition);
}
.testimonial-card:hover { border-color: var(--lavender); box-shadow: var(--shadow-md); }
.testimonial-stars { color: var(--gold); font-size: 16px; margin-bottom: 16px; letter-spacing: 2px; }
.testimonial-text {
  font-size: 15px;
  color: var(--grey-2);
  line-height: 1.7;
  margin-bottom: 24px;
  font-style: italic;
}
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--gradient-brand);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  flex-shrink: 0;
}
.testimonial-name { font-family: var(--font-head); font-size: 14px; font-weight: 700; color: var(--grey-1); }
.testimonial-info { font-size: 12px; color: var(--grey-3); }

/* ── SIMULATOR ────────────────────────────────── */
.simulator { background: var(--pearl); }
.simulator-inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 64px;
  align-items: center;
}
.simulator-inputs { display: flex; flex-direction: column; gap: 28px; }
.sim-field label {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  color: var(--grey-3);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}
.sim-field-row { display: flex; align-items: center; gap: 16px; }
.sim-range {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 2px;
  background: var(--grey-5);
  outline: none;
  cursor: pointer;
}
.sim-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--navy);
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(26,26,78,0.3);
  transition: transform var(--transition);
}
.sim-range::-webkit-slider-thumb:hover { transform: scale(1.15); }
.sim-value {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  min-width: 90px;
  text-align: right;
}
.simulator-result {
  background: var(--navy);
  border-radius: var(--radius-xl);
  padding: 48px 40px;
}
.sim-result-label {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 8px;
}
.sim-result-val {
  font-family: var(--font-display);
  font-size: clamp(44px, 5vw, 64px);
  color: white;
  line-height: 1.05;
  margin-bottom: 4px;
}
.sim-result-val em {
  font-style: italic;
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sim-result-sub { font-size: 14px; color: rgba(255,255,255,0.35); margin-bottom: 40px; }
.sim-result-details {
  display: flex;
  gap: 32px;
  margin-bottom: 36px;
}
.sim-detail-item { flex: 1; }
.sim-detail-label { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 4px; }
.sim-detail-val { font-family: var(--font-head); font-size: 20px; font-weight: 700; color: rgba(255,255,255,0.8); }
.sim-bars { display: flex; flex-direction: column; gap: 10px; }
.sim-bar-row { display: flex; align-items: center; gap: 12px; }
.sim-bar-label { font-size: 11px; color: rgba(255,255,255,0.4); width: 60px; flex-shrink: 0; }
.sim-bar-track {
  flex: 1; height: 8px;
  background: rgba(255,255,255,0.06);
  border-radius: 4px;
  overflow: hidden;
}
.sim-bar-fill { height: 100%; border-radius: 4px; transition: width 0.5s ease; }
.sim-bar-fill--invested { background: rgba(200,180,232,0.4); }
.sim-bar-fill--total { background: var(--gradient-brand); }
.sim-bar-amount { font-family: var(--font-head); font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.45); min-width: 70px; text-align: right; }

/* ── LEAD MAGNET ──────────────────────────────── */
.lead-magnet {
  background: var(--gradient-dark);
  position: relative;
  overflow: hidden;
}
.lead-magnet-bg {
  display: none;
}
.lead-magnet-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.lead-magnet-content .t-label { color: var(--lavender); }
.lead-magnet-content h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 3.5vw, 52px);
  color: var(--white);
  margin: 16px 0 20px;
}
.lead-magnet-content p { font-size: 17px; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 40px; }
.lead-magnet-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 40px; }
.lead-magnet-item { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: rgba(255,255,255,0.75); }
.lead-magnet-item-icon {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(160,231,197,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
  color: var(--mint);
  margin-top: 1px;
}
.lead-form-wrap { min-width: 0; }
.lead-form {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-xl);
  padding: 48px 40px;
  backdrop-filter: blur(20px);
}
.lead-form h3 { font-family: var(--font-head); font-size: 24px; font-weight: 700; color: var(--white); margin-bottom: 8px; letter-spacing: -0.02em; }
.lead-form p { font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 32px; }
.form-group { margin-bottom: 16px; }
.form-group input {
  width: 100%;
  padding: 14px 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--white);
  outline: none;
  transition: border-color var(--transition);
}
.form-group input::placeholder { color: rgba(255,255,255,0.35); }
.form-group input:focus { border-color: var(--lavender); }
.form-submit {
  width: 100%;
  padding: 16px;
  background: var(--gradient-brand);
  border-radius: var(--radius-md);
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
  transition: var(--transition);
  border: none;
  letter-spacing: -0.01em;
}
.form-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(200,180,232,0.4); filter: brightness(1.05); }
.form-legal { font-size: 12px; color: rgba(255,255,255,0.3); margin-top: 16px; line-height: 1.5; }

/* ── FOOTER ───────────────────────────────────── */
.footer { background: var(--navy-deep); color: rgba(255,255,255,0.6); padding: 80px 0 40px; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 64px; }
.footer-brand-name {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-brand-desc { font-size: 14px; line-height: 1.7; margin-bottom: 28px; max-width: 280px; color: rgba(255,255,255,0.72); }
.footer-socials { display: flex; gap: 12px; }
.footer-social {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 16px;
  transition: var(--transition);
  text-decoration: none;
}
.footer-social:hover { border-color: var(--lavender); color: var(--lavender); transform: translateY(-2px); }
.footer-col h4 {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 20px;
}
.footer-col a {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 10px;
  transition: color var(--transition);
  text-decoration: none;
}
.footer-col a:hover { color: rgba(255,255,255,0.9); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 32px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-direction: column;
}
.footer-disclaimer { font-size: 12px; color: rgba(255,255,255,0.25); line-height: 1.7; max-width: 800px; }
.footer-legal { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; width: 100%; }
.footer-legal span { font-size: 13px; color: rgba(255,255,255,0.25); }
.footer-legal a { font-size: 13px; color: rgba(255,255,255,0.35); transition: color var(--transition); }
.footer-legal a:hover { color: rgba(255,255,255,0.7); }

/* ── PAGE HERO (inner pages) ──────────────────── */
.page-hero {
  background: var(--gradient-hero);
  padding: 110px 0 72px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.page-hero-bg { display: none; }
.page-hero-glow {
  position: absolute;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(147,197,253,0.3) 0%, transparent 65%);
  top: -200px; left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.page-hero-content { position: relative; max-width: 760px; margin: 0 auto; }

/* ─── Fil d'Ariane (breadcrumb) — source partagée ─── */
.breadcrumb { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-family: var(--font-head); font-size: 12px; margin-bottom: 22px; }
.breadcrumb a { color: var(--grey-2); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--navy); }
.breadcrumb > span { color: var(--grey-4); }
.breadcrumb .breadcrumb-current { color: var(--grey-3); }
.page-hero-content .breadcrumb { justify-content: center; }
/* variante pour hero sombre (guides, ancien template article) */
.breadcrumb--light a { color: rgba(255,255,255,0.78); }
.breadcrumb--light a:hover { color: #fff; }
.breadcrumb--light > span { color: rgba(255,255,255,0.42); }
.breadcrumb--light .breadcrumb-current { color: rgba(255,255,255,0.92); }

.page-hero .t-label { color: var(--navy-mid); margin-bottom: 20px; display: block; }
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 68px);
  color: var(--navy);
  line-height: 1.05;
  margin-bottom: 20px;
}
.page-hero h1 em {
  font-style: italic;
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-hero p { font-size: 18px; color: var(--grey-2); line-height: 1.7; margin-bottom: 36px; max-width: 580px; margin-left: auto; margin-right: auto; }
.page-hero-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.page-hero-price {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 32px;
  font-size: 13px;
  color: var(--grey-3);
}
.page-hero-price-amount { font-family: var(--font-head); font-size: 14px; font-weight: 600; color: var(--grey-2); }
.page-hero-price-label { font-size: 13px; color: var(--grey-3); }

/* ── MODULES (formation) ──────────────────────── */
.modules-section { background: var(--white); }
.modules-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.module-card {
  background: var(--off-white);
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: var(--transition);
}
.module-card:hover { border-color: var(--lavender); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.module-num {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 800;
  color: var(--navy);
  background: var(--lavender-lt);
  border-radius: var(--radius-sm);
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  letter-spacing: -0.01em;
}
.module-content h3 {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  color: var(--grey-1);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.module-content p { font-size: 14px; color: var(--grey-2); line-height: 1.6; }
.module-duration {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: var(--grey-3);
  margin-top: 8px;
  font-family: var(--font-head);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ── PRICING CARDS ────────────────────────────── */
.pricing-section { background: var(--pearl); }
.pricing-inner { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; }
.pricing-card {
  background: var(--white);
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-xl);
  padding: 48px 40px;
  max-width: 480px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pricing-card.featured {
  background: var(--navy);
  border-color: var(--navy);
}
.pricing-card.featured::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--gradient-brand);
}
.pricing-tag {
  display: inline-block;
  background: var(--lavender);
  color: var(--navy);
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 100px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.pricing-name { font-family: var(--font-head); font-size: 22px; font-weight: 700; color: var(--grey-1); margin-bottom: 8px; letter-spacing: -0.02em; }
.pricing-card.featured .pricing-name { color: white; }
.pricing-desc { font-size: 15px; color: var(--grey-2); margin-bottom: 32px; line-height: 1.6; }
.pricing-card.featured .pricing-desc { color: rgba(255,255,255,0.5); }
.pricing-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 32px; }
.pricing-amount { font-family: var(--font-head); font-size: 60px; font-weight: 800; color: var(--navy); letter-spacing: -0.04em; line-height: 1; }
.pricing-card.featured .pricing-amount { color: white; }
.pricing-currency { font-family: var(--font-head); font-size: 26px; font-weight: 700; color: var(--grey-3); }
.pricing-card.featured .pricing-currency { color: rgba(255,255,255,0.35); }
.pricing-period { font-size: 14px; color: var(--grey-3); align-self: flex-end; margin-bottom: 8px; }
.pricing-card.featured .pricing-period { color: rgba(255,255,255,0.35); }
.pricing-features { display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.pricing-feature { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--grey-2); }
.pricing-card.featured .pricing-feature { color: rgba(255,255,255,0.65); }
.pricing-feature-icon {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--mint-lt);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px;
  color: #16a34a;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.pricing-card.featured .pricing-feature-icon { background: rgba(160,231,197,0.15); color: var(--mint); }
.pricing-guarantee {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(160,231,197,0.08);
  border: 1px solid rgba(160,231,197,0.2);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  margin-top: 20px;
  font-size: 13px;
  color: var(--grey-2);
}
.pricing-card.featured .pricing-guarantee { color: rgba(255,255,255,0.55); }
.pricing-guarantee-icon { font-size: 20px; flex-shrink: 0; }
.coaching-price-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(147,197,253,0.08);
  border: 1px solid rgba(147,197,253,0.2);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  margin: 20px 0;
  text-align: center;
}
.coaching-price-amount {
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 800;
  color: var(--lavender);
}
.coaching-price-label {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
}

/* ── FAQ ──────────────────────────────────────── */
.faq-section { background: var(--white); }
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--off-white);
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color var(--transition);
}
.faq-item.open { border-color: var(--lavender); }
.faq-question {
  width: 100%;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 600;
  color: var(--grey-1);
  letter-spacing: -0.01em;
  text-align: left;
  cursor: pointer;
}
.faq-icon {
  width: 28px; height: 28px; min-width: 28px;
  border-radius: 50%;
  background: var(--grey-5);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 20px;
  font-family: var(--font-body, 'DM Sans', sans-serif);
  font-weight: 400;
  line-height: 1;
  color: var(--grey-3);
  transition: var(--transition);
  user-select: none;
}
.faq-item.open .faq-icon { background: var(--lavender); color: var(--navy); transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; padding: 0 28px; }
.faq-answer p { font-size: 15px; color: var(--grey-2); line-height: 1.7; padding-bottom: 22px; }
.faq-item.open .faq-answer { max-height: 400px; }

/* ── STEPS ────────────────────────────────────── */
.steps-section { background: var(--pearl); }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}
.steps-grid::before {
  content: '';
  position: absolute;
  top: 44px; left: calc(16.66% + 28px); right: calc(16.66% + 28px);
  height: 1px;
  background: linear-gradient(90deg, var(--lavender-lt), var(--lavender), var(--lavender-lt));
}
.step-card { text-align: center; padding: 0 16px; }
.step-num {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--gradient-brand);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  margin: 0 auto 24px;
  position: relative;
  z-index: 1;
}
.step-card h3 { font-family: var(--font-head); font-size: 18px; font-weight: 700; color: var(--grey-1); margin-bottom: 10px; letter-spacing: -0.01em; }
.step-card p { font-size: 14px; color: var(--grey-2); line-height: 1.65; }

/* ── FOR WHO ──────────────────────────────────── */
.for-who { background: var(--navy-deep); }
.for-who .t-label { color: var(--lavender); opacity: 0.8; }
.for-who .section-header h2 { color: var(--white); }
.for-who .section-header p { color: rgba(255,255,255,0.55); }
.for-who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.for-who-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: var(--transition);
}
.for-who-card:hover { background: rgba(200,180,232,0.07); border-color: rgba(200,180,232,0.18); }
.for-who-icon { font-size: 32px; margin-bottom: 16px; color: var(--lavender); }
.for-who-card h3 { font-family: var(--font-head); font-size: 16px; font-weight: 700; color: rgba(255,255,255,0.85); margin-bottom: 8px; letter-spacing: -0.01em; }
.for-who-card p { font-size: 14px; color: rgba(255,255,255,0.4); line-height: 1.65; }

/* ── PLATFORM CARDS (parrainage) ──────────────── */
.platforms-section { background: var(--white); }
.platforms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.platforms-grid--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.platform-card--sm { padding: 24px 20px; gap: 12px; }
.platform-card--sm .platform-logo { width: 44px; height: 44px; font-size: 22px; }
.platform-card--sm .platform-info h3 { font-size: 16px; }
.platform-code {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--pearl);
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-sm);
  padding: 6px 12px;
  font-family: monospace;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: var(--transition);
}
.platform-code:hover { background: var(--lavender-lt); border-color: var(--lavender); }
.platform-code-label { font-family: var(--font-head); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--grey-3); }
.platform-card {
  background: var(--off-white);
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: var(--transition);
}
.platform-card:hover { border-color: var(--lavender); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.platform-header { display: flex; align-items: center; gap: 16px; }
.platform-logo {
  width: 56px; height: 56px;
  border-radius: var(--radius-md);
  background: white;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--grey-5);
}
a > .platform-logo {
  transition: transform var(--transition), box-shadow var(--transition);
}
a:hover > .platform-logo {
  transform: scale(1.08);
  box-shadow: var(--shadow-md);
  border-color: var(--lavender);
}
.platform-info h3 { font-family: var(--font-head); font-size: 18px; font-weight: 700; color: var(--grey-1); letter-spacing: -0.01em; margin-bottom: 2px; }
.platform-category { font-size: 12px; color: var(--grey-3); font-weight: 500; font-family: var(--font-head); }
.platform-desc { font-size: 14px; color: var(--grey-2); line-height: 1.65; }
.platform-bonus {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(160,231,197,0.06);
  border: 1px solid rgba(160,231,197,0.2);
  border-radius: var(--radius-md);
  padding: 12px 16px;
}
.platform-bonus-icon { font-size: 18px; }
.platform-bonus-text { font-size: 13px; color: var(--grey-1); font-weight: 500; line-height: 1.4; }
.platform-bonus-text strong { color: #15803d; }
.platform-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 4px; }
.platform-disclaimer { font-size: 11px; color: var(--grey-4); font-style: italic; }

/* ── CONTACT ──────────────────────────────────── */
.contact-section { background: var(--white); }
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
}
.contact-info-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 3.5vw, 48px);
  color: var(--grey-1);
  margin: 16px 0 16px;
  line-height: 1.1;
}
.contact-info-title em {
  font-style: italic;
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.contact-info > p { font-size: 16px; color: var(--grey-2); line-height: 1.7; margin-bottom: 36px; }
.contact-items { display: flex; flex-direction: column; gap: 16px; }
.contact-item { display: flex; align-items: center; gap: 14px; font-size: 15px; color: var(--grey-2); }
.contact-item-icon {
  width: 44px; height: 44px;
  border-radius: var(--radius-md);
  background: var(--lavender-lt);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.contact-form-card {
  background: var(--off-white);
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-xl);
  padding: 48px 40px;
}
.contact-form-card h3 { font-family: var(--font-head); font-size: 22px; font-weight: 700; color: var(--grey-1); margin-bottom: 6px; letter-spacing: -0.02em; }
.contact-form-card > p { font-size: 14px; color: var(--grey-3); margin-bottom: 28px; }
.light-form .form-group { margin-bottom: 16px; }
.light-form .form-group input,
.light-form .form-group select,
.light-form .form-group textarea {
  width: 100%;
  padding: 14px 18px;
  background: var(--white);
  border: 1.5px solid var(--grey-5);
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--grey-1);
  outline: none;
  transition: border-color var(--transition);
  appearance: none;
}
.light-form .form-group input:focus,
.light-form .form-group select:focus,
.light-form .form-group textarea:focus { border-color: var(--lavender); }
.light-form .form-group textarea { resize: vertical; min-height: 120px; }
.light-form .form-group label {
  display: block;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 13px;
  color: var(--grey-2);
  margin-bottom: 7px;
}
.light-form .form-group input::placeholder,
.light-form .form-group textarea::placeholder { color: var(--grey-3); }
.light-form .form-submit {
  width: 100%;
  padding: 16px;
  background: var(--navy);
  border-radius: var(--radius-md);
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: white;
  transition: var(--transition);
  border: none;
  cursor: pointer;
  letter-spacing: -0.01em;
}
.light-form .form-submit:hover { background: var(--navy-mid); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.light-form .form-legal { font-size: 12px; color: var(--grey-4); margin-top: 14px; line-height: 1.5; }

/* ── LEGAL ────────────────────────────────────── */
.legal-section { background: var(--white); padding: 100px 0; }
.legal-inner {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 64px;
  align-items: start;
}
.legal-sidebar { position: sticky; top: 100px; }
.legal-sidebar-title { font-family: var(--font-head); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey-4); margin-bottom: 16px; }
.legal-nav { display: flex; flex-direction: column; gap: 2px; }
.legal-nav a { padding: 9px 14px; font-size: 14px; font-weight: 500; color: var(--grey-3); border-radius: var(--radius-sm); transition: var(--transition); }
.legal-nav a:hover, .legal-nav a.active { background: var(--pearl); color: var(--navy); }
.legal-content h2 { font-family: var(--font-head); font-size: 26px; font-weight: 700; color: var(--grey-1); margin-bottom: 16px; letter-spacing: -0.02em; padding-top: 48px; border-top: 1px solid var(--grey-5); margin-top: 48px; }
.legal-content h2:first-child { padding-top: 0; border-top: none; margin-top: 0; }
.legal-content h3 { font-family: var(--font-head); font-size: 17px; font-weight: 600; color: var(--grey-1); margin: 24px 0 10px; }
.legal-content p { font-size: 15px; color: var(--grey-2); line-height: 1.75; margin-bottom: 16px; }
.legal-content ul { list-style: disc; padding-left: 24px; margin-bottom: 16px; }
.legal-content li { font-size: 15px; color: var(--grey-2); line-height: 1.75; margin-bottom: 6px; }
.legal-content a { color: var(--navy); text-decoration: underline; }

/* ── INLINE SOCIAL PROOF ──────────────────────── */
.inline-proof {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.inline-proof-stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; }
.inline-proof-text { font-size: 13px; color: var(--grey-3); }
.inline-proof-text strong { color: var(--grey-2); font-weight: 600; }

/* ── DISCLAIMER BOX ───────────────────────────── */
.disclaimer-box {
  background: rgba(240,192,64,0.06);
  border: 1px solid rgba(240,192,64,0.2);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 48px;
}
.disclaimer-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.disclaimer-text { font-size: 14px; color: var(--grey-2); line-height: 1.65; }
.disclaimer-text strong { color: var(--grey-1); }

/* ── ANIMATIONS ───────────────────────────────── */
.reveal { opacity: 1; transform: translateY(0); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ── RESPONSIVE ───────────────────────────────── */
@media (max-width: 1024px) {
  .hero { min-height: auto; padding-top: 72px; padding-bottom: 24px; }
  .hero-inner { grid-template-columns: 1fr; gap: 16px; padding: 12px 0 0; }
  .hero-photo-wrap { order: 3; display: flex; justify-content: center; }
  .hero-photo-card { max-width: 260px; margin: 0 auto; }
  .hero-content { display: contents; }
  .hero-label { order: 1; display: flex; justify-content: center; padding-top: 0; margin-bottom: 4px; }
  .hero-title { order: 2; margin-bottom: 8px; }
  .hero-sub { order: 3; margin-bottom: 8px; }
  .hero-actions { order: 4; }
  .hero-stats { order: 5; }
  .hero-badge-tl { left: 0; }
  .hero-badge-br { right: 0; }
  .about-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-photo { max-width: 400px; }
  .lead-magnet-inner { grid-template-columns: 1fr; gap: 48px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .offers-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .simulator-inner { grid-template-columns: 1fr; }
  .community-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .modules-grid { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .legal-inner { grid-template-columns: 1fr; }
  .legal-sidebar { position: static; }
  .platforms-grid { grid-template-columns: 1fr; }
  .for-who-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid::before { display: none; }
}
@media (max-width: 768px) {
  .section { padding: 60px 0; }
  .container { padding: 0 20px; }
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .nav-logo {
    color: var(--white);
    text-shadow: 0 1px 8px rgba(0,0,0,0.35);
  }
  .nav:not(.scrolled) .nav-hamburger span { background: var(--white); }
  .nav:not(.scrolled) { background: linear-gradient(to bottom, rgba(13,13,46,0.22), transparent); }
  .problem-grid { grid-template-columns: 1fr; }
  .offers-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 24px; flex-wrap: wrap; }
  .trust-bar-inner { gap: 24px; }
  .footer-top { grid-template-columns: 1fr; }
  .community-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: 1fr; }
  .for-who-grid { grid-template-columns: 1fr; }
  .contact-form-card { padding: 32px 24px; }
  .pricing-card { padding: 36px 28px; }
  .about-photo { max-width: 280px; margin: 0 auto; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 38px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .lead-form { padding: 32px 24px; }
  .community-stats-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .page-hero-actions { flex-direction: column; align-items: center; }
}

/* ── MOBILE MENU ──────────────────────────────── */
.nav-mobile {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--white);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow-y: auto;
  padding: 88px 0 32px;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}
.nav-mobile.open { transform: translateX(0); }
/* Hamburger au-dessus du panneau blanc : croix navy visible */
.nav-hamburger { position: relative; z-index: 1001; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
.nav .nav-hamburger.open span { background: var(--navy); }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-mobile ul { text-align: center; }
.nav-mobile ul li { margin-bottom: 2px; }
.nav-mobile ul a {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 700;
  color: var(--grey-3);
  letter-spacing: -0.03em;
  transition: color var(--transition);
  display: block;
  padding: 7px 0;
}
.nav-mobile ul a:hover { color: var(--navy); }

/* ── MOBILE ACCORDION (Calculateurs) ─────────────── */
.mob-accordion { list-style: none; text-align: center; }
.mob-accordion-trigger {
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 700;
  color: var(--grey-3);
  letter-spacing: -0.03em;
  padding: 7px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  transition: color var(--transition);
}
.mob-accordion-trigger:hover,
.mob-accordion.open .mob-accordion-trigger { color: var(--navy); }
.mob-accordion-arrow {
  display: inline-block;
  font-size: 13px;
  transition: transform 0.25s ease;
}
.mob-accordion.open .mob-accordion-arrow { transform: rotate(180deg); }
.mob-accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: var(--off-white);
  border-radius: var(--radius-sm);
  margin: 0 -16px 4px;
}
.mob-accordion.open .mob-accordion-panel { max-height: 600px; }
.mob-accordion-panel li { margin-bottom: 0; }
.mob-accordion-panel a {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--navy) !important;
  padding: 8px 16px !important;
  opacity: 0.8;
}
.mob-accordion-panel a:hover { opacity: 1; }

/* Fix hero stat last item (hardcoded 100%) */
.hero-stat-val span[data-target="0"] { display: none; }
.hero-stat-val:has(span[data-target="0"])::before { content: "100%"; color: var(--navy); }

/* ── GUIDES ACCORDION ─────────────────────────── */
.guides-section { background: var(--off-white); }
.guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) { .guides-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .guides-grid { grid-template-columns: 1fr; } }
.guide-card {
  background: var(--white);
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition);
}
.guide-card:hover { box-shadow: var(--shadow-md); }
.guide-card.open { border-color: var(--lavender-lt); }
.guide-card-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background var(--transition);
}
.guide-card-header:hover { background: var(--pearl); }
.guide-card.open .guide-card-header { background: var(--pearl); }
.guide-card-icon {
  font-size: 28px;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pearl);
  border-radius: var(--radius-sm);
}
.guide-card-title-wrap { flex: 1; }
.guide-card-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy-mid);
  margin-bottom: 4px;
}
.guide-card-title {
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 700;
  color: var(--grey-1);
}
.guide-card-chevron {
  color: var(--grey-3);
  flex-shrink: 0;
  transition: transform var(--transition);
}
.guide-card.open .guide-card-chevron { transform: rotate(180deg); }
.guide-card-body {
  display: none;
  padding: 0 28px 28px;
  border-top: 1px solid var(--grey-5);
}
.guide-card.open .guide-card-body { display: block; }
.guide-card-body p {
  font-size: 15px;
  color: var(--grey-2);
  line-height: 1.75;
  margin: 20px 0 16px;
}
.guide-card-body h4 {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--grey-1);
  margin: 20px 0 10px;
}
.guide-card-body ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.guide-card-body ul li {
  font-size: 14px;
  color: var(--grey-2);
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
}
.guide-card-body ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--lavender);
  font-weight: 700;
}
.guide-card-cta { margin-top: 24px; }
.guide-cta-block { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--grey-5); }
.guide-cta-block > p { font-size: 13px; color: var(--grey-3); margin-bottom: 12px; }
.guide-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}
.btn-guide-full {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 100px;
  border: 1.5px solid var(--grey-4);
  color: var(--grey-2);
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  transition: 0.2s;
  text-decoration: none;
  background: transparent;
}
.btn-guide-full:hover {
  border-color: var(--navy);
  color: var(--navy);
  background: var(--pearl);
}
.guide-cta-actions .btn { width: 100%; justify-content: center; }

/* ── GUIDE PAGES ──────────────────────────────── */
.guide-page-hero {
  background: var(--gradient-dark);
  padding: 140px 0 80px;
  position: relative;
  overflow: hidden;
}
.guide-page-hero-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(200,180,232,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,180,232,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
}
.guide-page-hero-inner { position: relative; max-width: 760px; }
.guide-page-meta {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 24px; flex-wrap: wrap;
}
.guide-page-tag {
  background: rgba(147,197,253,0.15);
  border: 1px solid rgba(147,197,253,0.3);
  border-radius: 100px; padding: 6px 16px;
  font-family: var(--font-head); font-size: 12px; font-weight: 600;
  color: var(--lavender); text-transform: uppercase; letter-spacing: 0.08em;
}
.guide-page-readtime { font-size: 13px; color: rgba(255,255,255,0.4); font-family: var(--font-head); }
.guide-page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  color: var(--white); line-height: 1.05; margin-bottom: 20px;
}
.guide-page-hero h1 em {
  background: var(--gradient-brand);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.guide-page-hero p { font-size: 18px; color: rgba(255,255,255,0.6); line-height: 1.7; max-width: 600px; }
.guide-layout {
  display: grid; grid-template-columns: 1fr 280px;
  gap: 64px; align-items: start; padding: 80px 0;
}
@media (max-width: 1024px) { .guide-layout { grid-template-columns: 1fr; } }
.guide-article { min-width: 0; }

/* Article content */
.guide-article h2 {
  font-family: var(--font-head); font-size: 26px; font-weight: 700;
  color: var(--navy); letter-spacing: -0.02em;
  margin: 48px 0 16px; padding-top: 48px;
  border-top: 1px solid var(--grey-5);
}
.guide-article h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.guide-article h3 {
  font-family: var(--font-head); font-size: 18px; font-weight: 700;
  color: var(--grey-1); margin: 28px 0 10px;
}
.guide-article p { font-size: 16px; color: var(--grey-2); line-height: 1.8; margin-bottom: 16px; }
.guide-article strong { color: var(--grey-1); font-weight: 600; }
.guide-article ul, .guide-article ol {
  margin: 16px 0 24px; padding-left: 0; list-style: none;
  display: flex; flex-direction: column; gap: 10px;
}
.guide-article ul li, .guide-article ol li {
  font-size: 16px; color: var(--grey-2); line-height: 1.7; padding-left: 28px; position: relative;
}
.guide-article ul li::before { content: '→'; position: absolute; left: 0; color: var(--lavender); font-weight: 700; }
.guide-article ol { counter-reset: guide-counter; }
.guide-article ol li { counter-increment: guide-counter; }
.guide-article ol li::before {
  content: counter(guide-counter); position: absolute; left: 0;
  width: 20px; height: 20px; background: var(--navy); color: white;
  border-radius: 50%; font-family: var(--font-head); font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; top: 2px;
}

/* Callout / Warning */
.guide-callout {
  background: var(--lavender-lt); border-left: 4px solid var(--lavender);
  border-radius: 0 var(--radius-md) var(--radius-md) 0; padding: 20px 24px; margin: 28px 0;
}
.guide-callout p { margin: 0; color: var(--navy); font-size: 15px; }
.guide-callout strong { color: var(--navy-mid); }
.guide-warning {
  background: rgba(240,192,64,0.1); border-left: 4px solid var(--gold);
  border-radius: 0 var(--radius-md) var(--radius-md) 0; padding: 20px 24px; margin: 28px 0;
}
.guide-warning p { margin: 0; color: #7A4A00; font-size: 15px; }

/* Visual / Table */
.guide-visual {
  background: var(--off-white); border: 1px solid var(--grey-5);
  border-radius: var(--radius-lg); padding: 32px; margin: 32px 0; text-align: center;
}
.guide-visual svg { max-width: 100%; height: auto; }
.guide-visual figcaption { font-size: 13px; color: var(--grey-3); margin-top: 16px; font-style: italic; }
.guide-table { width: 100%; border-collapse: collapse; margin: 28px 0; font-size: 15px; }
.guide-table th {
  background: var(--navy); color: white; font-family: var(--font-head);
  font-size: 13px; font-weight: 600; padding: 12px 16px; text-align: left; letter-spacing: 0.05em;
}
.guide-table th:first-child { border-radius: var(--radius-sm) 0 0 0; }
.guide-table th:last-child  { border-radius: 0 var(--radius-sm) 0 0; }
.guide-table td { padding: 12px 16px; color: var(--grey-2); border-bottom: 1px solid var(--grey-5); }
.guide-table tr:nth-child(even) td { background: var(--off-white); }
.guide-table td.positive { color: #0D5C3A; font-weight: 600; }
.guide-table td.negative { color: #8B1A1A; }
@media (max-width: 768px) { .guide-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; } }

/* FAQ de guide — même finition que .article-faq, numérotée + accent or pour la différencier d'un article */
.guide-faq { margin: 28px 0 8px; counter-reset: guide-faq-counter; }
.guide-faq-item {
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  background: var(--white);
  overflow: hidden;
  counter-increment: guide-faq-counter;
}
.guide-faq-item summary {
  cursor: pointer;
  padding: 16px 52px 16px 56px;
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--navy);
  font-size: 15px;
  list-style: none;
  position: relative;
}
.guide-faq-item summary::-webkit-details-marker { display: none; }
.guide-faq-item summary::before {
  content: counter(guide-faq-counter);
  position: absolute;
  left: 20px; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  background: var(--navy);
  color: var(--white);
  border-radius: 50%;
  font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.guide-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px; top: 50%; transform: translateY(-50%);
  font-size: 20px;
  color: var(--gold);
}
.guide-faq-item[open] summary::after { content: "−"; }
.guide-faq-item > p {
  padding: 0 20px 18px 56px;
  margin: 0;
  color: var(--grey-1);
  line-height: 1.7;
  font-size: 15px;
}

/* Video */
.guide-video { margin: 48px 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--navy-deep); }
.guide-video-header { padding: 20px 24px; background: var(--navy); display: flex; align-items: center; gap: 12px; }
.guide-video-yt-icon {
  background: #FF0000; border-radius: 6px; width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  color: white; font-size: 14px;
}
.guide-video-title { font-family: var(--font-head); font-size: 14px; font-weight: 600; color: white; }
.guide-video-sub { font-size: 12px; color: rgba(255,255,255,0.4); }
.guide-video-embed { position: relative; padding-bottom: 56.25%; height: 0; }
.guide-video-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.guide-video-placeholder {
  aspect-ratio: 16/9; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 12px;
  background: linear-gradient(135deg, #0D0D2E, #1A1A4E);
  color: rgba(255,255,255,0.5); font-family: var(--font-head); font-size: 15px;
  padding: 40px; text-align: center;
}

/* CTA formation in guides */
.guide-cta-formation {
  background: var(--gradient-dark); border-radius: var(--radius-xl);
  padding: 48px; text-align: center; margin: 48px 0; position: relative; overflow: hidden;
}
.guide-cta-formation::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(200,180,232,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,180,232,0.06) 1px, transparent 1px);
  background-size: 40px 40px;
}
.guide-cta-formation > * { position: relative; }
.guide-cta-formation h3 { font-family: var(--font-display); font-size: 32px; color: white; margin-bottom: 12px; }
.guide-cta-formation h3 em {
  background: var(--gradient-brand);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.guide-cta-formation p { color: rgba(255,255,255,0.6); margin-bottom: 28px; font-size: 16px; }
.guide-cta-formation .btn { display: inline-flex; }

/* Sidebar */
.guide-sidebar { position: sticky; top: 100px; }
.guide-toc { background: var(--off-white); border: 1px solid var(--grey-5); border-radius: var(--radius-lg); padding: 28px; margin-bottom: 24px; }
.guide-toc-title { font-family: var(--font-head); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey-3); margin-bottom: 16px; }
.guide-toc a { display: block; font-size: 14px; color: var(--grey-2); padding: 7px 0; border-bottom: 1px solid var(--grey-5); transition: color 0.2s; }
.guide-toc a:last-child { border-bottom: none; }
.guide-toc a:hover { color: var(--navy); }
.guide-sidebar-cta { background: var(--navy); border-radius: var(--radius-lg); padding: 28px; text-align: center; }
.guide-sidebar-cta p { color: rgba(255,255,255,0.65); font-size: 14px; margin-bottom: 16px; line-height: 1.6; }
.guide-sidebar-cta .btn { width: 100%; justify-content: center; font-size: 14px; }

/* Related guides */
.related-guides { background: var(--pearl); padding: 80px 0; }
.related-guides-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
@media (max-width: 768px) { .related-guides-grid { grid-template-columns: 1fr; } }
.related-guide-card {
  background: white; border: 1px solid var(--grey-5); border-radius: var(--radius-lg);
  padding: 28px; transition: 0.2s; text-decoration: none; display: block;
}
.related-guide-card:hover { border-color: var(--lavender); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.related-guide-icon { font-size: 28px; margin-bottom: 12px; }
.related-guide-title { font-family: var(--font-head); font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 8px; letter-spacing: -0.01em; }
.related-guide-desc { font-size: 13px; color: var(--grey-2); line-height: 1.6; }

/* ══════════════════════════════════════════════
   SIMULATEUR D'INTÉRÊTS COMPOSÉS
══════════════════════════════════════════════ */
/* Version homepage */
.simulator-section { background: var(--pearl); }
.simulator-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 960px) {
  .simulator-card { grid-template-columns: 1fr; gap: 40px; padding: 32px; }
}
/* Version guides */
.guide-simulator {
  background: var(--off-white);
  border: 1.5px solid var(--grey-5);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin: 32px 0;
}
.guide-simulator-title {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.01em;
}
.guide-simulator-inner {
  display: grid;
  grid-template-columns: 300px 240px 1fr;
  gap: 28px;
  align-items: start;
}
@media (max-width: 1100px) { .guide-simulator-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) { .guide-simulator-inner { grid-template-columns: 1fr !important; } }
.guide-sim-inputs, .guide-sim-results {
  background: var(--off-white);
  border: 1.5px solid var(--grey-5);
  border-radius: var(--radius-lg);
  padding: 28px;
  min-width: 0;
  box-sizing: border-box;
}
.guide-sim-results {
  background: var(--navy);
}
.sim-col-title {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--grey-3);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--grey-5);
}
.guide-sim-results .sim-col-title {
  color: rgba(255,255,255,0.65);
  border-bottom-color: rgba(255,255,255,0.15);
}
.guide-sim-results .sim-result-item-label { color: rgba(255,255,255,0.75); }
.guide-sim-results .sim-result-item-val { color: #fff; font-weight: 700; }
.guide-sim-results .sim-result-breakdown {
  border-top-color: rgba(255,255,255,0.15);
  border-bottom-color: rgba(255,255,255,0.15);
}
/* Sliders communs */
.sim-field { margin-bottom: 24px; }
.sim-field:last-child { margin-bottom: 0; }
.sim-field-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.sim-field-header label,
.sim-field-label { font-family: var(--font-head); font-size: 13px; font-weight: 600; color: var(--grey-2); }
.sim-field-val { font-family: var(--font-head); font-size: 15px; font-weight: 800; color: var(--navy); }
.guide-sim-inputs .sim-field-val { color: var(--navy); }
.sim-slider {
  width: 100%; -webkit-appearance: none; appearance: none;
  height: 4px; border-radius: 2px; background: var(--grey-5); outline: none; cursor: pointer;
}
.sim-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--navy); border: 3px solid var(--lavender); cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}
.sim-slider::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 0 0 6px rgba(147,197,253,0.25);
}
.sim-slider::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--navy); border: 3px solid var(--lavender); cursor: pointer;
}
.sim-field-range { display: flex; justify-content: space-between; font-size: 11px; color: var(--grey-4); margin-top: 6px; font-family: var(--font-head); }
/* Résultats communs */
.sim-result-main { text-align: center; margin-bottom: 24px; }
.sim-result-label { font-size: 11px; font-family: var(--font-head); letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 8px; }
.sim-result-val {
  font-family: var(--font-head); font-size: 44px; font-weight: 800;
  letter-spacing: -0.04em; line-height: 1;
  background: var(--gradient-brand);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
@media (max-width: 640px) { .sim-result-val { font-size: 34px; } }
/* Homepage results box */
.simulator-results {
  background: var(--navy);
  border-radius: var(--radius-xl);
  padding: 40px 36px;
}
/* Barre de progression */
.sim-progress { margin: 20px 0; }
.sim-progress-bar {
  height: 8px; border-radius: 4px; overflow: hidden;
  background: rgba(255,255,255,0.1); display: flex; margin-bottom: 10px;
}
.sim-progress-gains { height: 100%; background: var(--mint); transition: width 0.4s ease; border-radius: 4px 0 0 4px; }
.sim-progress-invested { height: 100%; background: rgba(255,255,255,0.2); transition: width 0.4s ease; }
.sim-progress-legend { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.sim-legend-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.sim-legend-dot--gains { background: var(--mint); }
.sim-legend-dot--invested { background: rgba(255,255,255,0.3); }
.sim-legend-label { font-size: 12px; color: rgba(255,255,255,0.5); font-family: var(--font-head); margin-right: 8px; }
/* Contraste : panneau simulateur clair de l'accueil (fond #F8FBFF) — les éléments "versements" en blanc-alpha y sont invisibles */
.sim-home-col-results .sim-legend-label { color: var(--grey-2); }
.sim-home-col-results .sim-legend-dot--invested { background: rgba(37,88,168,0.45); }
.sim-home-col-results .sim-progress-invested { background: rgba(37,88,168,0.30); }
/* Breakdown */
.sim-result-breakdown {
  display: flex; flex-direction: column; gap: 10px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 16px;
}
.sim-result-item { display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.sim-result-item-label { color: rgba(255,255,255,0.45); }
.sim-result-item-val { color: rgba(255,255,255,0.85); font-weight: 600; font-family: var(--font-head); }
.sim-result-item--gain .sim-result-item-val { color: var(--mint); }
.sim-disclaimer { font-size: 11px; color: rgba(255,255,255,0.25); line-height: 1.6; }
.guide-simulator .sim-disclaimer { color: var(--grey-3); }
/* Simulateur pleine largeur dans les guides */
#simulateur-rachat {
  width: calc(100% + 344px);
}
@media (max-width: 1100px) { #simulateur-rachat { width: 100%; } }
/* Boutons toggle réutilisables */
.sim-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 4px;
}
.sim-toggle-opt {
  padding: 10px 8px;
  border: 1.5px solid var(--grey-5);
  background: var(--white);
  border-radius: var(--radius-md);
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  color: var(--grey-2);
  cursor: pointer;
  text-align: center;
  transition: border-color .18s, background .18s, color .18s;
}
.sim-toggle-opt:hover { border-color: var(--lavender); color: var(--navy); }
.sim-toggle-opt.active { border-color: var(--navy); background: var(--navy); color: #fff; }

/* ── GRAPHIQUE CHART (wrappers communs) ── */
.chart-wrapper {
  background: var(--white);
  border: 1.5px solid var(--grey-5);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-top: 24px;
}
.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 8px;
}
.chart-title {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.chart-subtitle {
  font-size: 13px;
  color: var(--grey-3);
}
.chart-container {
  position: relative;
  height: 280px;
}
.calc-chart-container {
  position: relative;
  height: 380px;
}

/* ── NAV DROPDOWN ─────────────────────────────── */
.nav-item-dropdown { position: relative; }
.nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: white;
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  min-width: 520px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 1001;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.nav-dropdown-item.featured,
.nav-dropdown-sep,
.nav-dropdown-cat {
  grid-column: 1 / -1;
}
.nav-dropdown-cat {
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--grey-2);
  padding: 10px 14px 2px;
}
.nav-item-dropdown:hover .nav-dropdown,
.nav-item-dropdown:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px; height: 12px;
  background: white;
  border-top: 1px solid var(--grey-5);
  border-left: 1px solid var(--grey-5);
  rotate: 45deg;
}
.nav-dropdown-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: background 0.15s;
  cursor: pointer;
}
.nav-dropdown-item:hover { background: var(--off-white); }
.nav-dropdown-item.featured { background: var(--lavender-lt); }
.nav-dropdown-item.featured:hover { background: rgba(200,180,232,0.25); }
.nav-dropdown-icon { font-size: 20px; flex-shrink: 0; margin-top: 1px; }
.nav-dropdown-text-title {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 2px;
}
.nav-dropdown-text-sub { font-size: 12px; color: var(--grey-2); line-height: 1.4; }
.nav-dropdown-sep {
  height: 1px;
  background: rgba(26,61,124,0.08);
  margin: 4px 12px;
}
.nav-link-arrow {
  display: inline-block;
  font-size: 10px;
  margin-left: 3px;
  vertical-align: middle;
  transition: transform 0.2s;
  color: inherit;
}
.nav-item-dropdown:hover .nav-link-arrow { transform: rotate(180deg); }

/* Scroll anchor fix */
[id] {
  scroll-margin-top: 80px;
}

/* ── RESPONSIVE MOBILE — CORRECTIONS ── */
@media (max-width: 480px) {
  .hero-badge { display: none; }
}

@media (max-width: 768px) {
  .parr-filters-bar { top: 56px; }
}

/* ── BREAKPOINT 375px (iPhone standard) ── */
@media (max-width: 375px) {
  .hero-title { font-size: clamp(28px, 8vw, 36px); }
  .hero-sub { font-size: 14px; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-badge { display: none; }
  .hero-stats { flex-direction: column; gap: 16px; }
  .trust-bar-inner { flex-direction: column; gap: 12px; align-items: flex-start; }
  .community-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .simulator-card { flex-direction: column; }
  .simulator-inputs, .simulator-results { width: 100%; }
  .nav-cta { display: none; }
  .section-header h2 { font-size: clamp(24px, 7vw, 32px); }
  .page-hero-content h1 { font-size: clamp(26px, 8vw, 36px); }
}

/* ── TOUCH TARGETS MOBILES — Sliders ── */
@media (max-width: 768px) {
  .sim-slider {
    height: 6px;
    cursor: pointer;
  }
  .sim-slider::-webkit-slider-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
  }
  .sim-slider::-moz-range-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
  }
  .faq-question { padding: 20px 16px; min-height: 56px; }
  .form-submit { min-height: 52px; font-size: 16px; }
  .btn { min-height: 48px; }
  .simulator-card { padding: 20px; }
  .simulator-inputs, .simulator-results { min-width: 0; width: 100%; }
  .simulator-results { padding: 28px 20px; }
  .simulator-results .btn { white-space: normal; text-align: center; font-size: 13px; padding: 14px 16px; }
}

/* ── NAV OVERFLOW (8 entrées + CTA) ── */
@media (max-width: 1320px) and (min-width: 1051px) {
  .nav-links { gap: 15px; }
  .nav-links .nav-link { font-size: 13px; }
  .nav-cta .btn { font-size: 12px; padding: 8px 14px; }
}
/* En dessous de 1050px, 8 entrées + le bouton ne tiennent plus : menu hamburger */
@media (max-width: 1050px) and (min-width: 769px) {
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
}

/* ── UTILITAIRE : masquer (cartes témoignages en attente de vrais retours) ── */
.is-hidden { display: none !important; }

/* ── TIMELINE PARCOURS (page À propos) ── */
.timeline { max-width: 720px; margin: 0 auto; position: relative; padding-left: 28px; }
.timeline::before {
  content: "";
  position: absolute;
  left: 7px; top: 6px; bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg, var(--lavender), var(--mint));
}
.timeline-item { position: relative; padding-bottom: 36px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before {
  content: "";
  position: absolute;
  left: -28px; top: 4px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--lavender);
}
.timeline-item h3 {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}
.timeline-item p { color: var(--grey-1); line-height: 1.7; margin: 0; }

/* ── PRINCIPES (page À propos) ── */
.principes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}
.principe-card {
  background: var(--white);
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
}
.principe-card h3 {
  font-family: var(--font-head);
  font-size: 19px;
  color: var(--navy);
  margin: 14px 0 10px;
}
.principe-card p { color: var(--grey-1); line-height: 1.7; font-size: 15px; margin: 0; }
.principe-icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: var(--gradient-brand);
  color: var(--navy);
}
@media (max-width: 760px) {
  .principes-grid { grid-template-columns: 1fr; }
}

/* ── Couleurs de cellules de tableau comparatif (fallback global) ── */
.compare-table .yes { color: #059669; font-weight: 700; }
.compare-table .no { color: #DC2626; font-weight: 700; }

/* ── SOMMAIRE D'ARTICLE ── */
.article-toc {
  background: var(--pearl);
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-md);
  padding: 22px 26px;
  margin: 28px 0 36px;
}
.article-toc-title {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--grey-3);
  margin-bottom: 12px;
}
.article-toc ol { margin: 0; padding-left: 20px; }
.article-toc li { margin-bottom: 7px; line-height: 1.5; }
.article-toc a { color: var(--navy); text-decoration: none; font-size: 15px; }
.article-toc a:hover { text-decoration: underline; }

/* ── ENCADRÉ « À RETENIR » ── */
.article-retenir {
  background: linear-gradient(135deg, rgba(212,192,255,0.18), rgba(160,231,197,0.18));
  border: 1px solid rgba(200,180,232,0.5);
  border-left: 4px solid var(--lavender);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin: 30px 0;
}
.article-retenir-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--navy);
  margin-bottom: 8px;
}
.article-retenir p { margin: 0; color: var(--navy); line-height: 1.7; font-size: 15px; }

/* ── VISUEL SVG D'ARTICLE ── */
.article-figure {
  margin: 32px 0;
  text-align: center;
}
.article-figure svg { max-width: 100%; height: auto; }
.article-figure figcaption {
  font-size: 13px;
  color: var(--grey-3);
  margin-top: 10px;
  font-style: italic;
}

/* ── FAQ D'ARTICLE (native, sans JS) ── */
.article-faq { margin: 28px 0 8px; }
.article-faq details {
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  background: var(--white);
  overflow: hidden;
}
.article-faq summary {
  cursor: pointer;
  padding: 16px 20px;
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--navy);
  font-size: 15px;
  list-style: none;
  position: relative;
}
.article-faq summary::-webkit-details-marker { display: none; }
.article-faq summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  color: var(--lavender);
}
.article-faq details[open] summary::after { content: "−"; }
.article-faq details > p {
  padding: 0 20px 18px;
  margin: 0;
  color: var(--grey-1);
  line-height: 1.7;
  font-size: 15px;
}

/* ── BLOC VIDÉO D'ARTICLE ── */
.article-video { margin: 44px 0 20px; }
.article-video-title {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 16px;
  text-align: center;
}

/* ── DATE DE PUBLICATION (articles) ── */
.article-meta-date {
  margin-top: 14px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.6);
}

/* ── VIDÉO YOUTUBE (façade lazy, chargée au clic) ── */
.video-facade {
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  background: var(--navy);
  box-shadow: 0 20px 60px rgba(13,13,46,0.25);
}
.video-facade-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease, filter .4s ease;
}
.video-facade:hover .video-facade-cover { transform: scale(1.04); filter: brightness(0.82); }
.video-facade-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #D4C0FF, #BAD4E3, #A0E7C5);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  transition: transform .2s ease;
}
.video-facade:hover .video-facade-play { transform: translate(-50%, -50%) scale(1.08); }
.video-facade.is-playing { cursor: default; }
.video-facade iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-soon {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(13,13,46,0.78);
  color: #fff;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 7px 14px;
  border-radius: 100px;
  white-space: nowrap;
}
.video-soon a { color: var(--mint); text-decoration: underline; }
.presentation-caption {
  text-align: center;
  color: var(--grey-2);
  font-size: 16px;
  margin: 22px auto 18px;
  max-width: 520px;
}

/* ── CTA STICKY MOBILE (index, formation, blog, articles) ── */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.96);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--grey-5);
  box-shadow: 0 -6px 24px rgba(13,13,46,0.10);
  transform: translateY(100%);
  transition: transform .3s ease;
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta-btn {
  flex: 1;
  text-align: center;
  padding: 13px 18px;
  border-radius: 100px;
  background: linear-gradient(135deg, #D4C0FF, #BAD4E3, #A0E7C5);
  color: var(--navy);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.sticky-cta-close {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid var(--grey-5);
  background: var(--white);
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  color: var(--grey-2);
  cursor: pointer;
}
@media (max-width: 768px) {
  .sticky-cta { display: flex; }
}

/* ── PREUVE SOCIALE RÉELLE (en attendant de vrais témoignages vérifiables) ── */
.real-proof {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  background: var(--pearl);
  border: 1px solid var(--grey-5);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
}
.real-proof-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 48px;
  margin-bottom: 24px;
}
.real-proof-stat { display: flex; flex-direction: column; gap: 4px; }
.real-proof-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(30px, 4vw, 42px);
  color: var(--navy);
  line-height: 1;
}
.real-proof-lbl {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--grey-2);
}
.real-proof-text {
  color: var(--grey-1);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto 24px;
  max-width: 540px;
}
@media (max-width: 560px) {
  .real-proof { padding: 32px 20px; }
  .real-proof-stats { gap: 22px 32px; }
}

/* ═══════════════════════════════════════════
     STICKY MOBILE CONVERSION BAR
═══════════════════════════════════════════ */
.mobile-sticky-cta { display: none; }
@media (max-width: 768px) {
  .mobile-sticky-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: var(--gradient-dark);
    padding: 12px 16px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
    box-shadow: 0 -4px 20px rgba(15, 37, 88, 0.18);
  }
  .mobile-sticky-cta .btn {
    width: 100%;
    justify-content: center;
  }
  body { padding-bottom: 70px; }
}
@media (min-width: 769px) {
  .mobile-sticky-cta { display: none; }
}

/* ── BANDEAU CONSENTEMENT COOKIES (Google Analytics / CNIL) ── */
.cookie-consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2000;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 18px 22px;
  background: var(--white);
  border: 1px solid var(--grey-5);
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(15, 37, 88, 0.18);
  transform: translateY(140%);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
}
.cookie-consent.visible { transform: translateY(0); opacity: 1; }
.cookie-consent-text {
  flex: 1 1 320px;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--grey-2);
}
.cookie-consent-text a { color: var(--navy); font-weight: 600; text-decoration: underline; }
.cookie-consent-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.cookie-consent-btn {
  cursor: pointer;
  border: none;
  border-radius: 10px;
  padding: 11px 22px;
  font-family: var(--font-head, inherit);
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.cookie-consent-refuse {
  background: var(--pearl);
  color: var(--grey-2);
}
.cookie-consent-refuse:hover { background: var(--grey-5); }
.cookie-consent-accept {
  background: var(--gradient-brand);
  color: var(--navy-deep);
}
.cookie-consent-accept:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(26, 61, 124, 0.22); }
@media (max-width: 560px) {
  .cookie-consent { gap: 12px; padding: 16px; }
  .cookie-consent-actions { width: 100%; }
  .cookie-consent-btn { flex: 1; }
}
