/* NAV */
.nav-logo { text-decoration: none; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.06em; color: var(--dark); }

/* HERO */
.hero {
  min-height: 60vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 10rem 3.5rem 5rem;
  background: var(--dark);
  position: relative; overflow: hidden;
}
.hero::after {
  content: 'formation';
  position: absolute; bottom: -2rem; right: 2rem;
  font-size: clamp(6rem, 14vw, 16rem); font-weight: 800;
  color: rgba(255,255,255,0.03); line-height: 1;
  pointer-events: none; user-select: none;
}
.hero-eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--coral); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.8rem; }
.hero-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--coral); display: inline-block; }
.hero-title { font-size: clamp(3rem, 6vw, 6.5rem); font-weight: 800; line-height: 0.92; color: #fff; margin-bottom: 2rem; }
.hero-title em { color: var(--yellow); font-style: normal; }
.hero-desc { font-size: 1rem; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.55); max-width: 560px; margin-bottom: 3rem; }
.hero-badges { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.badge { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.45rem 1rem; border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.6); }
.badge.highlight { background: var(--yellow); color: var(--dark); border-color: var(--yellow); }

/* INTRO STRIP */
.intro-strip {
  background: var(--yellow);
  padding: 1.8rem 3.5rem;
  display: flex; justify-content: space-between; align-items: center; gap: 2rem;
  flex-wrap: wrap;
}
.intro-strip p { font-size: 1rem; font-weight: 700; color: var(--dark); max-width: 600px; line-height: 1.5; }
.btn-reserve {
  display: inline-block; padding: 0.85rem 2rem; background: var(--dark); color: var(--ivory);
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: lowercase;
  text-decoration: none; white-space: nowrap; transition: background 0.25s; flex-shrink: 0;
}
.btn-reserve:hover { background: var(--coral); }

/* POUR QUI */
.pour-qui { padding: 7rem 3.5rem; background: var(--ivory); }
.section-eyebrow { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--coral); margin-bottom: 0.75rem; }
.section-title { font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 800; line-height: 1.05; color: var(--dark); margin-bottom: 3rem; }
.pour-qui-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--light); }
.pour-qui-card { background: var(--ivory); padding: 2.5rem 2rem; }
.pq-icon { font-size: 1.5rem; margin-bottom: 1rem; }
.pq-title { font-size: 0.95rem; font-weight: 700; color: var(--dark); margin-bottom: 0.75rem; }
.pq-desc { font-size: 0.82rem; font-weight: 300; line-height: 1.8; color: var(--mid); }

/* MODULES */
.modules { padding: 7rem 3.5rem; background: #fff; }
.modules-intro { display: grid; grid-template-columns: 1fr 1.5fr; gap: 5rem; align-items: start; margin-bottom: 5rem; }
.modules-list { display: flex; flex-direction: column; gap: 1px; background: var(--light); }
.module-item {
  background: var(--ivory); padding: 2.5rem 2.5rem;
  display: grid; grid-template-columns: 80px 1fr;
  gap: 1.5rem; cursor: default;
  transition: background 0.25s;
}
.module-item:hover { background: var(--dark); }
.module-item:hover .mod-num { color: var(--yellow); }
.module-item:hover .mod-title { color: #fff; }
.module-item:hover .mod-content { color: rgba(255,255,255,0.5); }
.module-item:hover .mod-tag { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.4); border-color: transparent; }
.mod-num {
  font-size: 2.5rem; font-weight: 800; color: var(--coral);
  line-height: 1; transition: color 0.25s;
}
.mod-title { font-size: 1.05rem; font-weight: 700; color: var(--dark); margin-bottom: 0.6rem; transition: color 0.25s; }
.mod-content { font-size: 0.82rem; font-weight: 300; line-height: 1.8; color: var(--mid); margin-bottom: 1rem; transition: color 0.25s; }
.mod-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.mod-tag { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.2rem 0.6rem; border: 1px solid rgba(26,26,26,0.15); color: var(--mid); transition: all 0.25s; }

/* FORMULE */
.formule { padding: 7rem 3.5rem; background: var(--ivory); }
.formule-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--light); margin-top: 3rem; }
.formule-card { background: var(--ivory); padding: 3rem 2.5rem; }
.formule-card.featured { background: var(--dark); }
.formule-card.featured .f-title { color: #fff; }
.formule-card.featured .f-price { color: var(--yellow); }
.formule-card.featured .f-desc { color: rgba(255,255,255,0.55); }
.formule-card.featured .f-list li { color: rgba(255,255,255,0.7); border-color: rgba(255,255,255,0.1); }
.formule-card.featured .f-list li::before { color: var(--yellow); }
.f-badge { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--coral); margin-bottom: 1rem; display: block; }
.formule-card.featured .f-badge { color: var(--yellow); }
.f-title { font-size: 1.4rem; font-weight: 800; color: var(--dark); margin-bottom: 0.5rem; }
.f-price { font-size: 2rem; font-weight: 800; color: var(--coral); margin-bottom: 0.5rem; line-height: 1; }
.f-price span { font-size: 0.8rem; font-weight: 300; color: var(--mid); }
.f-desc { font-size: 0.82rem; font-weight: 300; color: var(--mid); margin-bottom: 2rem; line-height: 1.7; }
.f-list { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 2.5rem; }
.f-list li { font-size: 0.82rem; font-weight: 400; color: var(--dark); padding-bottom: 0.75rem; border-bottom: 1px solid var(--light); display: flex; align-items: flex-start; gap: 0.6rem; }
.f-list li::before { content: '✦'; color: var(--coral); font-size: 0.6rem; margin-top: 3px; flex-shrink: 0; }
.btn-formule {
  display: inline-block; padding: 0.85rem 2rem; width: 100%; text-align: center;
  background: var(--yellow); color: var(--dark);
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: lowercase;
  text-decoration: none; transition: all 0.25s;
}
.btn-formule:hover { background: var(--coral); color: #fff; }
.formule-card.featured .btn-formule { background: var(--yellow); color: var(--dark); }

/* TÉMOIGNAGES */
.temoignages { padding: 7rem 3.5rem; background: #fff; }
.temo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--light); margin-top: 3rem; }
.temo-card { background: #fff; padding: 2.5rem 2rem; }
.temo-quote { font-size: 0.9rem; font-weight: 300; line-height: 1.8; color: var(--dark); margin-bottom: 1.5rem; font-style: italic; }
.temo-quote::before { content: '«\00a0'; color: var(--coral); font-style: normal; font-weight: 700; }
.temo-quote::after { content: '\00a0»'; color: var(--coral); font-style: normal; font-weight: 700; }
.temo-name { font-size: 0.78rem; font-weight: 700; color: var(--dark); }
.temo-role { font-size: 0.72rem; font-weight: 300; color: var(--mid); margin-top: 0.2rem; }
.temo-stars { color: var(--yellow); font-size: 0.7rem; margin-bottom: 1rem; letter-spacing: 0.1em; }

/* FAQ */
.faq { padding: 7rem 3.5rem; background: var(--ivory); }
.faq-list { margin-top: 3rem; border-top: 1px solid var(--light); max-width: 800px; }
.faq-item { border-bottom: 1px solid var(--light); }
.faq-question {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 1.5rem 0; display: flex; justify-content: space-between; align-items: center;
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.95rem; font-weight: 600;
  color: var(--dark); gap: 1rem;
}
.faq-question:hover { color: var(--coral); }
.faq-chevron { font-size: 1rem; color: var(--coral); transition: transform 0.25s; flex-shrink: 0; }
.faq-answer { font-size: 0.85rem; font-weight: 300; line-height: 1.9; color: var(--mid); padding-bottom: 1.5rem; }

/* CTA FINAL */
.cta-final {
  padding: 7rem 3.5rem; background: var(--dark);
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.cta-final h2 { font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 800; color: #fff; line-height: 1; margin-bottom: 1.5rem; }
.cta-final h2 em { color: var(--yellow); font-style: normal; }
.cta-final p { font-size: 0.95rem; font-weight: 300; color: rgba(255,255,255,0.5); max-width: 480px; line-height: 1.8; margin-bottom: 3rem; }
.btn-cta-big {
  padding: 1.1rem 3rem; background: var(--yellow); color: var(--dark);
  font-size: 0.85rem; font-weight: 800; letter-spacing: 0.06em; text-transform: lowercase;
  text-decoration: none; transition: all 0.25s;
}
.btn-cta-big:hover { background: var(--coral); color: #fff; }

/* FOOTER */
footer { background: var(--dark); border-top: 1px solid rgba(255,255,255,0.06); padding: 1.75rem 3.5rem; display: flex; justify-content: space-between; align-items: center; }
.footer-name { font-size: 0.7rem; color: rgba(255,255,255,0.25); }
.footer-back { font-size: 0.7rem; color: var(--yellow); text-decoration: none; }
.footer-back:hover { color: #fff; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero { padding: 8rem 1.5rem 4rem; }
  .intro-strip { padding: 1.5rem; flex-direction: column; }
  .pour-qui { padding: 4rem 1.5rem; }
  .pour-qui-grid { grid-template-columns: 1fr; }
  .modules { padding: 4rem 1.5rem; }
  .modules-intro { grid-template-columns: 1fr; gap: 2rem; }
  .module-item { grid-template-columns: 50px 1fr; padding: 1.5rem; }
  .mod-num { font-size: 1.8rem; }
  .formule { padding: 4rem 1.5rem; }
  .formule-grid { grid-template-columns: 1fr; }
  .temoignages { padding: 4rem 1.5rem; }
  .temo-grid { grid-template-columns: 1fr; }
  .faq { padding: 4rem 1.5rem; }
  .cta-final { padding: 5rem 1.5rem; }
  footer { padding: 1.5rem; flex-direction: column; gap: 0.5rem; text-align: center; }
}

/* Images (bloc Image = <figure> autour de <img>) */
.wp-block-image { margin: 0; }

/* ── Styles issus des attributs style="" du site d'origine ── */
.modules-lead { font-size: 0.88rem; font-weight: 300; line-height: 1.9; color: var(--mid); margin-bottom: 1.5rem; }
.format-box { background: var(--yellow); padding: 1rem 1.5rem; font-size: 0.82rem; font-weight: 700; color: var(--dark); margin-bottom: 1rem; }
.core-box { background: var(--ivory); border: 1px solid var(--light); padding: 1rem 1.5rem; font-size: 0.78rem; font-weight: 400; color: var(--mid); line-height: 1.8; }
.core-box strong { color: var(--dark); font-weight: 700; }
.modules-intro-right { font-size: 0.85rem; font-weight: 300; line-height: 1.9; color: var(--mid); }
.modules-intro-right p + p { margin-top: 1.5rem; }
.modules-intro-right strong { color: var(--dark); font-weight: 700; }
.pdf-row { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem; font-size: 0.75rem; font-weight: 600; color: var(--dark); }
.pdf-row.soft { color: var(--mid); }
.pdf-row:has(+ .pdf-row) { margin-bottom: 0.5rem; }
.pdf-badge { font-size: 0.6rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.2rem 0.6rem; }
.pdf-badge.main { background: var(--yellow); color: var(--dark); }
.pdf-badge.soft { background: var(--ivory); border: 1px solid var(--light); }
.pdf-sub { font-size: 0.75rem; font-weight: 300; color: var(--mid); margin-bottom: 0.75rem; padding-left: 0.5rem; border-left: 2px solid var(--yellow); }
.bonus-strip { margin-top: 1px; background: var(--dark); padding: 2rem 2.5rem; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.bonus-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--yellow); white-space: nowrap; }
.bonus-list { display: flex; gap: 1rem; flex-wrap: wrap; }
.bonus-pill { font-size: 0.75rem; font-weight: 400; color: rgba(255,255,255,0.6); padding: 0.3rem 0.8rem; border: 1px solid rgba(255,255,255,0.15); }
.formule-lead { font-size: 0.9rem; font-weight: 300; color: var(--mid); max-width: 600px; line-height: 1.8; }
.formule-card .f-list li.f-item-option { color: var(--coral); border-color: rgba(200,113,90,0.2); }
.coming-soon { background: var(--dark); padding: 3rem 3.5rem; display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.coming-soon-label { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--yellow); margin-bottom: 0.75rem; }
.coming-soon-title { font-size: 1.4rem; font-weight: 800; color: #fff; margin-bottom: 0.6rem; line-height: 1.2; }
.coming-soon-desc { font-size: 0.85rem; font-weight: 300; color: rgba(255,255,255,0.5); max-width: 520px; line-height: 1.8; }
.btn-yellow { display: inline-block; white-space: nowrap; padding: 0.85rem 1.8rem; background: var(--yellow); color: var(--dark); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: lowercase; text-decoration: none; flex-shrink: 0; transition: background 0.25s; }
.btn-yellow:hover { background: var(--coral); color: #fff; }
/* FAQ = bloc Détails (<details>/<summary>) */
.faq-item > summary {
  list-style: none; cursor: pointer;
  padding: 1.5rem 0; display: flex; justify-content: space-between; align-items: center;
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.95rem; font-weight: 600;
  color: var(--dark); gap: 1rem;
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary:hover { color: var(--coral); }
.faq-item > summary::after { content: '+'; font-size: 1rem; color: var(--coral); transition: transform 0.25s; flex-shrink: 0; }
.faq-item[open] > summary::after { transform: rotate(45deg); }
