/* ═══════════════════════════════════════════════════════
   HERO FORMATION
═══════════════════════════════════════════════════════ */
.fp-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d3142 60%, #3d4f52 100%);
  padding: calc(var(--nav-h) + 56px) 40px 80px;
  position: relative; overflow: hidden; color: #fff;
}
.fp-hero::before {
  content: '';
  position: absolute; top: -200px; right: -150px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(224,232,0,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.fp-hero::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224,232,0,0.4), transparent);
}

.fp-hero-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center;
  position: relative; z-index: 1;
}

.fp-hero-pre {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(224,232,0,0.15); color: var(--yellow);
  font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 8px 14px; border-radius: 999px; margin-bottom: 28px;
  border: 1px solid rgba(224,232,0,0.3);
}
.fp-hero-h1 {
  font-size: clamp(36px, 4.6vw, 60px); font-weight: 900;
  line-height: 1.05; letter-spacing: -0.025em; margin-bottom: 20px; color: #fff;
}
.fp-hero-h1 mark {
  background: linear-gradient(180deg, transparent 60%, rgba(224,232,0,0.45) 60%);
  color: var(--yellow); padding: 0 4px;
}
.fp-hero-script {
  font-family: var(--script); font-size: 28px; color: var(--yellow);
  display: block; margin-bottom: 24px;
}
.fp-hero-lead {
  font-size: 17px; line-height: 1.65; color: rgba(255,255,255,0.78);
  margin-bottom: 32px; max-width: 540px;
}

.fp-hero-bullets {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin-bottom: 36px;
}
.fp-hero-bullet {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: rgba(255,255,255,0.92); font-weight: 600;
}
.fp-hero-bullet-icon {
  width: 22px; height: 22px; border-radius: 6px; background: var(--yellow);
  display: flex; align-items: center; justify-content: center;
  color: var(--dark); font-weight: 900; font-size: 13px; flex-shrink: 0;
}

.fp-hero-ctas {
  display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-bottom: 24px;
}
.fp-hero-cta-primary {
  background: var(--yellow); color: var(--dark);
  font-family: var(--font); font-weight: 900; font-size: 16px;
  padding: 16px 32px; border-radius: 12px; border: none; cursor: pointer;
  box-shadow: 0 8px 24px rgba(224,232,0,0.4);
  transition: transform 0.15s, box-shadow 0.15s;
  display: inline-block;
}
.fp-hero-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(224,232,0,0.5); }
.fp-hero-cta-secondary {
  background: rgba(255,255,255,0.1); color: #fff;
  font-family: var(--font); font-weight: 700; font-size: 15px;
  padding: 16px 24px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.2); cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background 0.15s;
}
.fp-hero-cta-secondary:hover { background: rgba(255,255,255,0.18); }

.fp-hero-trust {
  display: flex; align-items: center; gap: 12px;
  font-size: 13px; color: rgba(255,255,255,0.6);
}
.fp-hero-trust-stars { color: var(--yellow); letter-spacing: 2px; }

/* Vidéo mockup */
.fp-video-wrap { position: relative; }
.fp-video {
  position: relative; aspect-ratio: 16/10; border-radius: 16px; overflow: hidden;
  background: #000; box-shadow: 0 20px 60px rgba(0,0,0,0.4); cursor: pointer;
}
.fp-video-thumb {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--slate) 0%, var(--slate-dark) 100%);
  display: flex; align-items: center; justify-content: center;
}
.fp-video-thumb::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(224,232,0,0.2) 0%, transparent 40%),
    radial-gradient(circle at 70% 70%, rgba(255,255,255,0.05) 0%, transparent 40%);
}
.fp-video-equation {
  position: absolute; font-family: 'Times New Roman', serif;
  color: rgba(255,255,255,0.18); font-size: 64px; font-weight: 700;
}
.fp-video-eq1 { top: 20px; left: 30px; transform: rotate(-8deg); font-size: 32px; }
.fp-video-eq2 { bottom: 30px; right: 40px; font-size: 26px; transform: rotate(6deg); }
.fp-video-eq3 { top: 50%; right: 60px; font-size: 20px; opacity: 0.6; }

.fp-play {
  width: 88px; height: 88px; border-radius: 50%;
  background: var(--yellow); display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 2;
  box-shadow: 0 0 0 12px rgba(224,232,0,0.2), 0 8px 32px rgba(224,232,0,0.4);
  transition: transform 0.2s;
}
.fp-video:hover .fp-play { transform: scale(1.1); }
.fp-play::before {
  content: ''; width: 0; height: 0;
  border-left: 26px solid var(--dark);
  border-top: 16px solid transparent; border-bottom: 16px solid transparent;
  margin-left: 6px;
}

.fp-video-label {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  display: flex; flex-direction: column; align-items: flex-end; gap: 6px;
}
.fp-video-label-pill {
  background: rgba(0,0,0,0.6); backdrop-filter: blur(8px);
  color: #fff; font-size: 12px; font-weight: 700;
  padding: 6px 12px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 6px;
}
.fp-video-dot {
  width: 6px; height: 6px; border-radius: 50%; background: #ff4444;
  animation: blink 1.5s infinite;
}
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

.fp-hero-badge-float {
  position: absolute; bottom: -16px; left: -16px;
  background: #fff; border-radius: 14px; padding: 12px 20px;
  display: inline-flex; align-items: center; gap: 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
  animation: float 4s ease-in-out infinite;
}
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.fp-hero-badge-float-num { font-size: 28px; font-weight: 900; color: var(--dark); line-height: 1; }
.fp-hero-badge-float-lab { font-size: 11px; color: var(--text); font-weight: 700; }


/* ═══════════════════════════════════════════════════════
   SHARED FP UTILITIES
═══════════════════════════════════════════════════════ */
.fp-overline {
  font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--slate); display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 12px;
}
.fp-overline::before { content: '✦'; color: var(--yellow); }
.fp-h2 {
  font-size: clamp(30px, 3.6vw, 46px); font-weight: 900;
  line-height: 1.1; letter-spacing: -0.022em; color: var(--dark);
  margin-bottom: 16px;
}
.fp-h2 em   { font-style: normal; color: var(--slate); }
.fp-h2 mark { background: linear-gradient(180deg, transparent 60%, var(--yellow-pale) 60%); color: var(--dark); padding: 0 4px; }
.fp-lead {
  font-size: 17px; line-height: 1.7; color: var(--text);
  max-width: 620px; margin: 0 auto;
}


/* ═══════════════════════════════════════════════════════
   PROBLÈME
═══════════════════════════════════════════════════════ */
.fp-problem { background: var(--slate-bg); padding: 80px 40px; }
.fp-problem-inner { max-width: 1100px; margin: 0 auto; }
.fp-problem-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.fp-problem-h2 {
  font-size: clamp(28px, 3.4vw, 42px); font-weight: 900;
  line-height: 1.15; letter-spacing: -0.02em; color: var(--dark); margin-bottom: 20px;
}
.fp-problem-h2 em { font-style: normal; color: var(--slate); }
.fp-problem-list { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.fp-problem-item {
  display: flex; align-items: flex-start; gap: 14px;
  background: #fff; border-radius: 12px; padding: 16px 20px;
  border: 1px solid var(--border);
}
.fp-problem-item-x {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(229,62,62,0.1); color: #e53e3e;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 14px; flex-shrink: 0;
}
.fp-problem-item-text { font-size: 14px; color: var(--text); line-height: 1.55; font-weight: 500; }
.fp-problem-item-text strong { color: var(--dark); font-weight: 800; }

.fp-problem-quote {
  background: linear-gradient(135deg, #1a1a2e 0%, #3d4f52 100%);
  color: #fff; border-radius: 20px; padding: 36px;
  position: relative; overflow: hidden;
}
.fp-problem-quote::before {
  content: '"'; position: absolute; top: -10px; left: 20px;
  font-size: 140px; font-family: Georgia, serif; color: var(--yellow); opacity: 0.3;
  line-height: 1;
}
.fp-problem-quote-text {
  font-size: 18px; line-height: 1.6; font-weight: 500; margin-bottom: 20px;
  position: relative; z-index: 1;
}
.fp-problem-quote-author { display: flex; align-items: center; gap: 12px; }
.fp-problem-quote-avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--yellow); color: var(--dark);
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 16px;
}
.fp-problem-quote-name { font-size: 14px; font-weight: 800; }
.fp-problem-quote-role { font-size: 12px; color: rgba(255,255,255,0.5); }


/* ═══════════════════════════════════════════════════════
   SOLUTION — PILIERS
═══════════════════════════════════════════════════════ */
.fp-solution { padding: 100px 40px; background: #fff; }
.fp-solution-inner { max-width: 1100px; margin: 0 auto; }
.fp-solution-head { text-align: center; margin-bottom: 64px; }

.fp-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fp-pillar {
  background: #fff; border: 1px solid var(--border); border-radius: 20px;
  padding: 32px 28px; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.fp-pillar:hover {
  transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  border-color: var(--yellow);
}
.fp-pillar-num {
  font-family: var(--script); font-size: 64px; line-height: 0.8;
  color: var(--yellow); margin-bottom: 16px; font-weight: 700;
}
.fp-pillar-title { font-size: 20px; font-weight: 900; color: var(--dark); margin-bottom: 10px; }
.fp-pillar-desc  { font-size: 14px; line-height: 1.65; color: var(--text); }


/* ═══════════════════════════════════════════════════════
   MODULES / PROGRAMME
═══════════════════════════════════════════════════════ */
.fp-modules { padding: 100px 40px; background: var(--slate-bg); }
.fp-modules-inner { max-width: 1100px; margin: 0 auto; }
.fp-modules-head { text-align: center; margin-bottom: 56px; }

.fp-curr-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 40px;
}
.fp-curr-item {
  background: #fff; border-radius: 14px; padding: 18px 22px;
  display: flex; align-items: center; gap: 16px;
  border: 1px solid var(--border); transition: all 0.15s;
}
.fp-curr-item:hover { border-color: var(--slate); transform: translateX(4px); }
.fp-curr-num {
  width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0;
  background: var(--slate); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 13px;
}
.fp-curr-title { font-size: 14px; font-weight: 800; color: var(--dark); margin-bottom: 2px; }
.fp-curr-meta  { font-size: 12px; color: var(--text); font-weight: 600; }
.fp-curr-meta span { color: var(--slate); }

.fp-modules-bottom {
  background: var(--dark); border-radius: 20px; padding: 36px; color: #fff;
  display: flex; align-items: center; gap: 32px; flex-wrap: wrap;
}
.fp-modules-bottom-text  { flex: 1; min-width: 280px; }
.fp-modules-bottom-h3    { font-size: 22px; font-weight: 900; margin-bottom: 6px; }
.fp-modules-bottom-p     { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.5; }
.fp-modules-bottom-stats { display: flex; gap: 32px; }
.fp-modules-bottom-stat  { text-align: center; }
.fp-modules-bottom-stat-num { font-size: 32px; font-weight: 900; color: var(--yellow); line-height: 1; }
.fp-modules-bottom-stat-lab {
  font-size: 11px; color: rgba(255,255,255,0.5); font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; margin-top: 4px;
}


/* ═══════════════════════════════════════════════════════
   CE QUI EST INCLUS
═══════════════════════════════════════════════════════ */
.fp-inside { padding: 100px 40px; background: #fff; }
.fp-inside-inner { max-width: 1100px; margin: 0 auto; }
.fp-inside-head { text-align: center; margin-bottom: 56px; }

.fp-inside-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fp-inside-card {
  background: #fff; border: 1px solid var(--border); border-radius: 20px;
  overflow: hidden; transition: transform 0.2s, box-shadow 0.2s;
}
.fp-inside-card:hover {
  transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}
.fp-inside-card-img {
  aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center;
}
.fp-inside-card-img.fallback        { background: linear-gradient(135deg, var(--slate) 0%, var(--slate-dark) 100%); }
.fp-inside-card-img.fallback-yellow { background: linear-gradient(135deg, var(--yellow-pale) 0%, var(--yellow) 100%); }
.fp-inside-card-img.fallback-dark   { background: linear-gradient(135deg, var(--dark) 0%, var(--slate-dark) 100%); }
.fp-inside-card-img-icon { font-size: 56px; }
.fp-inside-card-body { padding: 24px; }
.fp-inside-card-tag {
  font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--slate); margin-bottom: 8px;
}
.fp-inside-card-title { font-size: 18px; font-weight: 900; color: var(--dark); margin-bottom: 8px; }
.fp-inside-card-desc  { font-size: 13px; line-height: 1.65; color: var(--text); }
.fp-inside-card-list  { margin-top: 14px; display: flex; flex-direction: column; gap: 6px; list-style: none; }
.fp-inside-card-list li {
  font-size: 12px; color: var(--slate-darker); font-weight: 600;
  display: flex; align-items: center; gap: 6px;
}
.fp-inside-card-list li::before { content: '✓'; color: var(--yellow); font-weight: 900; }


/* ═══════════════════════════════════════════════════════
   TON PROF
═══════════════════════════════════════════════════════ */
.fp-teacher { padding: 100px 40px; background: var(--slate-bg); }
.fp-teacher-inner { max-width: 1100px; margin: 0 auto; }
.fp-teacher-grid {
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 64px; align-items: center;
}
.fp-teacher-photo {
  aspect-ratio: 4/5; background: var(--slate-pale); border-radius: 20px;
  position: relative; overflow: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,0.1);
}
.fp-teacher-photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
  display: block;
}
.fp-teacher-photo-blob {
  position: absolute; width: 200px; height: 200px;
  background: var(--yellow); opacity: 0.25;
  border-radius: 60% 40% 70% 30% / 40% 60% 30% 70%;
  top: -40px; right: -40px; z-index: 0;
}
.fp-teacher-h2 {
  font-size: clamp(28px, 3.4vw, 42px); font-weight: 900; line-height: 1.1;
  color: var(--dark); margin-bottom: 16px; letter-spacing: -0.02em;
}
.fp-teacher-h2 em { font-style: normal; color: var(--slate); }
.fp-teacher-script {
  font-family: var(--script); font-size: 26px; color: var(--slate);
  display: block; margin-bottom: 20px;
}
.fp-teacher-body {
  font-size: 16px; line-height: 1.7; color: var(--text); margin-bottom: 20px;
}
.fp-teacher-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.fp-teacher-pill {
  background: #fff; color: var(--slate-darker); font-size: 13px; font-weight: 700;
  padding: 7px 14px; border-radius: 999px; border: 1px solid var(--border);
}


/* ═══════════════════════════════════════════════════════
   TÉMOIGNAGES FORMATION
═══════════════════════════════════════════════════════ */
.fp-testi-strip {
  padding: 80px 40px; background: var(--dark); position: relative; overflow: hidden;
}
.fp-testi-strip::before {
  content: ''; position: absolute; top: -200px; left: -200px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(224,232,0,0.1) 0%, transparent 70%);
}
.fp-testi-inner  { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.fp-testi-grid   { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.fp-testi-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 28px; transition: all 0.2s;
}
.fp-testi-card:hover { background: rgba(255,255,255,0.08); border-color: var(--yellow); }
.fp-testi-stars  { color: var(--yellow); font-size: 14px; letter-spacing: 2px; margin-bottom: 14px; }
.fp-testi-text   { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.85); margin-bottom: 14px; font-style: italic; }
.fp-testi-result {
  background: rgba(224,232,0,0.15); color: var(--yellow);
  font-size: 12px; font-weight: 800; padding: 5px 10px; border-radius: 6px;
  display: inline-block; margin-bottom: 14px;
}
.fp-testi-author { display: flex; align-items: center; gap: 10px; }
.fp-testi-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--slate); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 13px;
}
.fp-testi-name { font-size: 13px; font-weight: 800; color: #fff; }
.fp-testi-role  { font-size: 11px; color: rgba(255,255,255,0.5); }


/* ═══════════════════════════════════════════════════════
   TARIFS
═══════════════════════════════════════════════════════ */
.fp-pricing {
  padding: 100px 40px;
  background: linear-gradient(180deg, #fff 0%, var(--slate-bg) 100%);
}
.fp-pricing-inner { max-width: 1100px; margin: 0 auto; }
.fp-pricing-head  { text-align: center; margin-bottom: 56px; }

.fp-pricing-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  max-width: 900px; margin: 0 auto;
}
.fp-pricing-card {
  background: #fff; border-radius: 24px; padding: 40px;
  border: 2px solid var(--border); position: relative;
  display: flex; flex-direction: column;
}
.fp-pricing-card.popular {
  border-color: var(--yellow); box-shadow: 0 24px 64px rgba(224,232,0,0.15);
}
.fp-pricing-card.popular::before {
  content: '✦ Le plus populaire';
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--yellow); color: var(--dark);
  font-size: 12px; font-weight: 900; letter-spacing: 0.06em;
  padding: 6px 16px; border-radius: 999px; white-space: nowrap;
}
.fp-pricing-tag  { font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--slate); margin-bottom: 8px; }
.fp-pricing-name { font-size: 26px; font-weight: 900; color: var(--dark); margin-bottom: 6px; }
.fp-pricing-desc { font-size: 14px; color: var(--text); margin-bottom: 24px; line-height: 1.55; }
.fp-pricing-price-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 8px; }
.fp-pricing-price { font-size: 40px; font-weight: 900; color: var(--dark); line-height: 1; letter-spacing: -0.02em; }
.fp-pricing-save {
  display: inline-block; background: var(--yellow-pale); color: var(--slate-darker);
  font-size: 12px; font-weight: 800; padding: 4px 10px; border-radius: 6px; margin-bottom: 24px;
}

.fp-pricing-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; flex: 1; }
.fp-pricing-feature {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: var(--slate-darker); line-height: 1.5;
}
.fp-pricing-feature::before {
  content: '✓'; color: var(--yellow); font-weight: 900;
  background: var(--dark); width: 20px; height: 20px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; flex-shrink: 0; margin-top: 1px;
}
.fp-pricing-feature.no::before { content: '–'; background: var(--slate-pale); color: var(--slate); }

.fp-pricing-cta {
  display: block; width: 100%; padding: 14px; border-radius: 12px;
  font-family: var(--font); font-weight: 900; font-size: 15px;
  cursor: pointer; border: none; text-align: center;
  transition: transform 0.15s, box-shadow 0.15s;
}
.fp-pricing-cta.primary {
  background: var(--yellow); color: var(--dark);
  box-shadow: 0 6px 20px rgba(224,232,0,0.4);
}
.fp-pricing-cta.primary:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(224,232,0,0.5); }
.fp-pricing-cta.secondary { background: var(--dark); color: #fff; }
.fp-pricing-cta.secondary:hover { background: var(--slate-darker); transform: translateY(-2px); }

.fp-guarantee {
  margin: 48px auto 0; max-width: 700px;
  background: #fff; border: 2px dashed var(--yellow);
  border-radius: 20px; padding: 28px 32px;
  display: flex; align-items: center; gap: 24px;
}
.fp-guarantee-seal {
  width: 80px; height: 80px; border-radius: 50%; flex-shrink: 0;
  background: var(--yellow); display: flex; align-items: center; justify-content: center;
  font-size: 40px; box-shadow: 0 4px 16px rgba(224,232,0,0.4);
}
.fp-guarantee-h3 { font-size: 18px; font-weight: 900; color: var(--dark); margin-bottom: 4px; }
.fp-guarantee-p  { font-size: 14px; color: var(--text); line-height: 1.6; }


/* ═══════════════════════════════════════════════════════
   OPT-IN (kit de survie)
═══════════════════════════════════════════════════════ */
.fp-optin {
  padding: 100px 40px;
  background: linear-gradient(135deg, #1a1a2e 0%, #2d3142 60%, #3d4f52 100%);
  position: relative; overflow: hidden;
}
.fp-optin::before {
  content: ''; position: absolute; top: -150px; right: -100px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(224,232,0,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.fp-optin-inner {
  max-width: 900px; margin: 0 auto; position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.fp-optin-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(224,232,0,0.15); color: var(--yellow);
  font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 20px;
  border: 1px solid rgba(224,232,0,0.3);
}
.fp-optin-h2 {
  font-size: clamp(26px, 3vw, 38px); font-weight: 900; line-height: 1.1;
  color: #fff; letter-spacing: -0.022em; margin-bottom: 14px;
}
.fp-optin-lead { font-size: 16px; line-height: 1.65; color: rgba(255,255,255,0.78); }
.fp-optin-lead em { color: var(--yellow); font-style: italic; font-weight: 600; }

.fp-optin-form {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px; padding: 28px; backdrop-filter: blur(8px);
}
.fp-optin-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.fp-optin-label {
  font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.fp-optin-input {
  font-family: var(--font); font-size: 15px; color: #fff;
  background: rgba(0,0,0,0.25); border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 10px; padding: 13px 14px; outline: none; width: 100%;
  transition: border-color 0.15s, background 0.15s;
}
.fp-optin-input::placeholder { color: rgba(255,255,255,0.35); }
.fp-optin-input:focus { border-color: var(--yellow); background: rgba(0,0,0,0.4); }
.fp-optin-btn {
  width: 100%; background: var(--yellow); color: var(--dark);
  font-family: var(--font); font-weight: 900; font-size: 15px;
  padding: 15px; border-radius: 10px; border: none; cursor: pointer;
  margin-top: 6px; box-shadow: 0 6px 20px rgba(224,232,0,0.35);
  transition: transform 0.15s, box-shadow 0.15s;
}
.fp-optin-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(224,232,0,0.45); }
.fp-optin-micro {
  font-size: 12px; color: rgba(255,255,255,0.45);
  text-align: center; margin-top: 14px; line-height: 1.5;
}
.fp-optin-success { text-align: center; padding: 20px 0; color: #fff; }
.fp-optin-success[hidden] { display: none; }
.fp-optin-success-icon { font-size: 40px; color: var(--yellow); margin-bottom: 8px; display: block; }
.fp-optin-success-h3 { font-size: 18px; font-weight: 900; margin-bottom: 6px; }
.fp-optin-success-p  { font-size: 14px; color: rgba(255,255,255,0.65); }


/* ═══════════════════════════════════════════════════════
   FAQ
═══════════════════════════════════════════════════════ */
.fp-faq { padding: 100px 40px; background: #fff; }
.fp-faq-inner { max-width: 800px; margin: 0 auto; }
.fp-faq-head  { text-align: center; margin-bottom: 48px; }
.fp-faq-list  { display: flex; flex-direction: column; gap: 12px; }

.fp-faq-item {
  background: var(--slate-bg); border-radius: 14px; overflow: hidden;
  border: 1px solid transparent; transition: border-color 0.15s, box-shadow 0.15s;
}
.fp-faq-item.open {
  background: #fff; border-color: var(--yellow);
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.fp-faq-q {
  width: 100%; text-align: left; padding: 20px 24px;
  background: none; border: none; cursor: pointer;
  font-family: var(--font); font-size: 16px; font-weight: 800; color: var(--dark);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.fp-faq-icon {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--dark); color: var(--yellow);
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 18px; flex-shrink: 0;
  transition: transform 0.25s, background 0.15s, color 0.15s;
}
.fp-faq-item.open .fp-faq-icon {
  background: var(--yellow); color: var(--dark); transform: rotate(45deg);
}
.fp-faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding 0.2s;
  padding: 0 24px;
}
.fp-faq-item.open .fp-faq-a { max-height: 400px; padding: 0 24px 20px; }
.fp-faq-a-text { font-size: 15px; line-height: 1.7; color: var(--text); }


/* ═══════════════════════════════════════════════════════
   FINAL CTA
═══════════════════════════════════════════════════════ */
.fp-final-cta {
  background: linear-gradient(135deg, var(--dark) 0%, var(--slate-darker) 100%);
  padding: 100px 40px; position: relative; overflow: hidden; text-align: center;
}
.fp-final-cta::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(224,232,0,0.18) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(121,142,145,0.3) 0%, transparent 50%);
  pointer-events: none;
}
.fp-final-cta-inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 1; }
.fp-final-cta-pre {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(224,232,0,0.15); color: var(--yellow);
  font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 8px 16px; border-radius: 999px; margin-bottom: 24px;
  border: 1px solid rgba(224,232,0,0.3);
}
.fp-final-cta-h2 {
  font-size: clamp(34px, 4.4vw, 56px); font-weight: 900; line-height: 1.05;
  color: #fff; margin-bottom: 16px; letter-spacing: -0.025em;
}
.fp-final-cta-script {
  font-family: var(--script); font-size: 32px; color: var(--yellow);
  display: block; margin-bottom: 24px;
}
.fp-final-cta-lead {
  font-size: 18px; line-height: 1.65; color: rgba(255,255,255,0.75); margin-bottom: 36px;
}
.fp-final-cta-btn {
  display: inline-block;
  background: var(--yellow); color: var(--dark);
  font-family: var(--font); font-size: 17px; font-weight: 900;
  padding: 18px 40px; border-radius: 14px; border: none;
  box-shadow: 0 12px 32px rgba(224,232,0,0.4);
  transition: transform 0.15s, box-shadow 0.15s;
}
.fp-final-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(224,232,0,0.5); }
.fp-final-cta-meta { margin-top: 16px; font-size: 13px; color: rgba(255,255,255,0.4); }


/* ═══════════════════════════════════════════════════════
   COMPTE À REBOURS
═══════════════════════════════════════════════════════ */
.fp-countdown {
  display: inline-flex; align-items: stretch; gap: 8px;
}
.fp-countdown-cell {
  background: rgba(0,0,0,0.45); border: 1px solid rgba(224,232,0,0.25);
  border-radius: 10px; padding: 10px 14px; min-width: 64px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  backdrop-filter: blur(4px);
}
.fp-countdown-num {
  font-size: 32px; font-weight: 900; line-height: 1; color: var(--yellow);
  letter-spacing: -0.02em; font-variant-numeric: tabular-nums;
}
.fp-countdown-lab {
  font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.fp-countdown-sep {
  display: flex; align-items: center;
  color: var(--yellow); font-size: 24px; font-weight: 900; opacity: 0.5;
}
.fp-countdown-expired {
  display: inline-block; background: rgba(229,62,62,0.15);
  color: #ff8585; font-weight: 800; font-size: 14px;
  padding: 10px 16px; border-radius: 999px;
  border: 1px solid rgba(229,62,62,0.3);
}

/* Compact (sticky bar) */
.fp-countdown.compact { gap: 4px; }
.fp-countdown.compact .fp-countdown-cell {
  padding: 4px 8px; min-width: 38px; border-radius: 6px;
  background: rgba(255,255,255,0.08); border-color: rgba(224,232,0,0.2);
}
.fp-countdown.compact .fp-countdown-num { font-size: 16px; }
.fp-countdown.compact .fp-countdown-lab { font-size: 8px; letter-spacing: 0.06em; }
.fp-countdown.compact .fp-countdown-sep { font-size: 14px; }

/* Wrapper final CTA */
.fp-countdown-wrap {
  display: inline-flex; flex-direction: column; align-items: center; gap: 10px;
  margin-bottom: 28px;
}
.fp-countdown-wrap-lab {
  font-size: 11px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--yellow); display: inline-flex; align-items: center; gap: 8px;
}

/* ═══════════════════════════════════════════════════════
   STICKY BAR
═══════════════════════════════════════════════════════ */
.fp-sticky {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  background: rgba(26,26,46,0.97); backdrop-filter: blur(12px);
  color: #fff; padding: 14px 24px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  border-top: 1px solid rgba(255,255,255,0.1);
  transform: translateY(100%); transition: transform 0.3s ease;
}
.fp-sticky.visible { transform: translateY(0); }
.fp-sticky-text  { font-size: 14px; font-weight: 700; flex: 1; min-width: 0; }
.fp-sticky-text strong { color: var(--yellow); }
.fp-sticky-btn {
  background: var(--yellow); color: var(--dark);
  font-family: var(--font); font-weight: 900; font-size: 14px;
  padding: 11px 22px; border-radius: 8px; border: none; cursor: pointer;
  flex-shrink: 0; display: inline-block; white-space: nowrap;
  transition: background 0.15s;
}
.fp-sticky-btn:hover { background: var(--yellow-dark); }
.fp-sticky-btn-secondary {
  background: rgba(255,255,255,0.1); color: #fff;
  font-family: var(--font); font-weight: 700; font-size: 13px;
  padding: 11px 18px; border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.2);
  flex-shrink: 0; display: inline-block; white-space: nowrap;
  transition: background 0.15s;
}
.fp-sticky-btn-secondary:hover { background: rgba(255,255,255,0.18); }


/* ═══════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .fp-hero-grid    { grid-template-columns: 1fr; gap: 48px; }
  .fp-video-wrap   { display: none; }
  .fp-problem-grid { grid-template-columns: 1fr; gap: 40px; }
  .fp-pillars      { grid-template-columns: 1fr; }
  .fp-curr-grid    { grid-template-columns: 1fr; }
  .fp-inside-grid  { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .fp-teacher-grid { grid-template-columns: 1fr; }
  .fp-testi-grid   { grid-template-columns: 1fr; }
  .fp-pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .fp-optin-inner  { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  .fp-hero, .fp-problem, .fp-solution, .fp-modules,
  .fp-inside, .fp-teacher, .fp-testi-strip, .fp-pricing,
  .fp-optin, .fp-faq, .fp-final-cta { padding-left: 20px; padding-right: 20px; }
  .fp-hero-bullets   { grid-template-columns: 1fr; }
  .fp-modules-bottom { padding: 24px; }
  .fp-modules-bottom-stats { gap: 20px; flex-wrap: wrap; }
  .fp-guarantee      { flex-direction: column; text-align: center; padding: 24px; }
  .fp-sticky-text    { font-size: 12px; }
}
