/* ======================================================================
   Page Académie 2026 : feuille de style commune à toutes les sections.
   Tout est scopé sous .jap (chaque section porte la classe .jap).
   ====================================================================== */

/* ---------- Jetons ---------- */
.jap {
  --jap-blanc: #FFFFFF;
  --jap-perle: #F5F5F7;
  --jap-encre: #1D1D1F;
  --jap-gris: #48484D;
  --jap-trait: #D9D9DE;
  --jap-nuit: #0E2A27;
  --jap-nuit-2: #17403A;
  --jap-sur-nuit: #F2F7F6;
  --jap-sur-nuit-doux: #B5C9C4;
  --jap-turquoise: #1ABC9C;
  --jap-teal: #0B6E5B;
  --jap-or: #D4AF37;
  --jap-or-texte: #7A5E00;
  --jap-action: #D95400;
  --jap-action-hover: #B84600;
  --jap-police: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", "Segoe UI", Roboto, Arial, sans-serif;
  --jap-r: 28px;
  --jap-r-sm: 16px;
  --jap-ombre: 0 2px 6px rgba(0, 0, 0, .04), 0 16px 40px rgba(0, 0, 0, .08);
  --jap-sec-y: clamp(64px, 11vw, 152px);
  --jap-rouge: #A33030;
  --jap-entete-h: 68px;

  font-family: var(--jap-police);
  font-size: 20px;
  line-height: 1.55;
  color: var(--jap-encre);
  background: var(--jap-blanc);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 768px) {
  .jap { font-size: 21px; }
}

/* ---------- Remise à zéro (limitée à la page) ---------- */
.jap, .jap *, .jap *::before, .jap *::after { box-sizing: border-box; }
.jap :where(h1, h2, h3, h4, p, ul, ol, li, figure, blockquote, dl, dd) { margin: 0; padding: 0; }
.jap :where(h1, h2, h3, h4) {
  font-family: var(--jap-police);
  color: inherit;
  text-transform: none;
  letter-spacing: normal;
}
.jap :where(ul, ol) { list-style: none; }
.jap :where(img, video, iframe) { display: block; max-width: 100%; }
.jap :where(img) { height: auto; }
.jap :where(a) { color: inherit; }
.jap :where(button) { font: inherit; color: inherit; }
.jap :focus-visible {
  outline: 3px solid var(--jap-turquoise);
  outline-offset: 3px;
  border-radius: 8px;
}
.jap [hidden] { display: none !important; }
.jap .jap-visuel-seul {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- Offre d'automne : ce qui change après la date ---------- */
html:not(.jap-offre-off) .jap .jap-si-regulier { display: none !important; }
.jap-offre-off .jap .jap-si-offre { display: none !important; }

/* ---------- Mise en page ---------- */
.jap .jap-sec { padding: var(--jap-sec-y) 0; position: relative; }
.jap .jap-sec--perle { background: var(--jap-perle); }
.jap .jap-sec--nuit { background: var(--jap-nuit); color: var(--jap-sur-nuit); }
.jap .jap-sec--serre { padding-top: calc(var(--jap-sec-y) * .6); padding-bottom: calc(var(--jap-sec-y) * .6); }
.jap .jap-conteneur { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.jap .jap-etroit { max-width: 860px; }
.jap .jap-centre { text-align: center; }
.jap .jap-centre .jap-lead { margin-left: auto; margin-right: auto; }
@media (min-width: 768px) {
  .jap .jap-conteneur { padding: 0 40px; }
}

/* ---------- Typographie ---------- */
.jap .jap-h1 {
  font-size: clamp(36px, 6.2vw, 80px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -.025em;
}
.jap .jap-h2 {
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -.02em;
}
.jap .jap-h2--moyen { font-size: clamp(30px, 3.4vw, 44px); }
.jap .jap-h3 {
  font-size: clamp(22px, 1.8vw, 26px);
  line-height: 1.25;
  font-weight: 650;
  letter-spacing: -.01em;
}
.jap .jap-lead {
  font-size: clamp(22px, 2.1vw, 27px);
  line-height: 1.45;
  color: var(--jap-gris);
  max-width: 34em;
}
.jap .jap-p + .jap-p { margin-top: 1em; }
.jap .jap-doux { color: var(--jap-gris); }
.jap .jap-fort { font-weight: 650; color: var(--jap-encre); }
.jap .jap-accent { color: var(--jap-teal); }
.jap .jap-sec--nuit .jap-lead,
.jap .jap-sec--nuit .jap-doux { color: var(--jap-sur-nuit-doux); }
.jap .jap-sec--nuit .jap-fort { color: #FFFFFF; }
.jap .jap-sec--nuit .jap-accent { color: var(--jap-turquoise); }

/* Sur-titre : 4 au maximum sur toute la page */
.jap .jap-sur {
  display: inline-block;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 650;
  color: var(--jap-teal);
  margin-bottom: 16px;
}
.jap .jap-sec--nuit .jap-sur { color: var(--jap-or); }

.jap .jap-entete-bloc { margin-bottom: clamp(40px, 5vw, 72px); }
.jap .jap-entete-bloc .jap-lead { margin-top: 20px; }

/* ---------- Boutons et liens ---------- */
.jap .jap-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 34px;
  border: 0;
  border-radius: 999px;
  background: var(--jap-action);
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}
.jap .jap-btn:hover { background: var(--jap-action-hover); color: #FFFFFF; text-decoration: none; }
.jap .jap-btn:active { transform: scale(.98); }
.jap .jap-btn--plein { display: flex; width: 100%; }
.jap .jap-btn--petit { min-height: 48px; padding: 0 22px; font-size: 18px; }

.jap .jap-lien {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 48px;
  color: var(--jap-teal);
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.jap .jap-lien:hover { text-decoration: underline; text-underline-offset: 4px; }
.jap .jap-lien svg { width: 20px; height: 20px; flex: none; }
.jap .jap-sec--nuit .jap-lien { color: var(--jap-turquoise); }

.jap .jap-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; margin-top: 36px; }
.jap .jap-centre .jap-actions { justify-content: center; }

/* ---------- Icônes (Lucide, trait 1.75) ---------- */
.jap .jap-ico {
  width: 28px; height: 28px; flex: none;
  fill: none; stroke: currentColor; stroke-width: 1.75;
  stroke-linecap: round; stroke-linejoin: round;
}

/* ---------- Effet verre (Liquid Glass), petits éléments seulement ---------- */
.jap .jap-verre {
  background: rgba(255, 255, 255, .72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border: 1px solid rgba(255, 255, 255, .55);
  color: var(--jap-encre);
}
.jap .jap-verre--sombre {
  background: rgba(14, 42, 39, .55);
  border-color: rgba(255, 255, 255, .18);
  color: #FFFFFF;
}
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .jap .jap-verre { background: rgba(255, 255, 255, .96); }
  .jap .jap-verre--sombre { background: rgba(14, 42, 39, .92); }
}
@media (prefers-reduced-transparency: reduce) {
  .jap .jap-verre { background: #FFFFFF; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .jap .jap-verre--sombre { background: var(--jap-nuit); }
}

/* Pastille de verre posée sur une photo */
.jap .jap-pastille {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
.jap .jap-pastille .jap-ico { width: 22px; height: 22px; }
.jap .jap-point-direct {
  width: 10px; height: 10px; border-radius: 50%;
  background: #E5484D; flex: none;
}

/* ---------- Photos et cadres ---------- */
.jap .jap-photo {
  position: relative;
  overflow: hidden;
  border-radius: var(--jap-r);
  background: var(--jap-perle);
}
.jap .jap-photo img { width: 100%; height: 100%; object-fit: cover; }
.jap .jap-legende {
  display: block;
  margin-top: 14px;
  font-size: 17px;
  color: var(--jap-gris);
}
.jap .jap-sec--nuit .jap-legende { color: var(--jap-sur-nuit-doux); }

/* Cadre d'appareil pour les vraies captures d'écran */
.jap .jap-ipad {
  padding: clamp(8px, 1.2vw, 14px);
  background: #1D1D1F;
  border-radius: clamp(20px, 2.6vw, 34px);
  box-shadow: var(--jap-ombre);
}
.jap .jap-ipad > img,
.jap .jap-ipad > .jap-ratio { border-radius: clamp(12px, 1.6vw, 22px); overflow: hidden; }

.jap .jap-ratio { position: relative; aspect-ratio: 16 / 9; background: #000; }
.jap .jap-ratio > iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Bouton lecture en verre */
.jap .jap-lecture {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%;
  padding: 0; border: 0; background: none; cursor: pointer;
}
.jap .jap-lecture-rond {
  display: flex; align-items: center; justify-content: center;
  width: 92px; height: 92px; border-radius: 50%;
  transition: transform .25s ease;
}
.jap .jap-lecture:hover .jap-lecture-rond { transform: scale(1.06); }
.jap .jap-lecture-rond svg { width: 34px; height: 34px; margin-left: 5px; fill: currentColor; stroke: none; }

/* ---------- Listes ---------- */
.jap .jap-coches li {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 12px 0;
}
.jap .jap-coches li + li { border-top: 1px solid var(--jap-trait); }
.jap .jap-coches .jap-ico { width: 26px; height: 26px; margin-top: 2px; color: var(--jap-teal); }
.jap .jap-coches--non .jap-ico { color: var(--jap-rouge); }
.jap .jap-sec--nuit .jap-coches li + li { border-color: rgba(255, 255, 255, .14); }
.jap .jap-sec--nuit .jap-coches .jap-ico { color: var(--jap-turquoise); }

/* ---------- Apparition au défilement ---------- */
.jap-js .jap .jap-rev {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s cubic-bezier(.2, .7, .2, 1), transform .9s cubic-bezier(.2, .7, .2, 1);
  transition-delay: var(--jap-delai, 0s);
}
.jap-js .jap .jap-rev.jap-vu { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .jap-js .jap .jap-rev { opacity: 1; transform: none; transition: none; }
}

/* ======================================================================
   EN-TÊTE EN VERRE (fixe)
   ====================================================================== */
.jap.jap-entete-sec { background: transparent; }
.jap .jap-entete-espace { height: var(--jap-entete-h); background: var(--jap-blanc); }
.jap .jap-entete {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--jap-entete-h);
  border-width: 0 0 1px 0;
  border-bottom-color: rgba(0, 0, 0, .08);
  background: rgba(255, 255, 255, .84);
}
.jap .jap-entete-in {
  display: flex; align-items: center; gap: 16px;
  height: 100%;
  max-width: 1180px; margin: 0 auto; padding: 0 16px;
}
.jap .jap-entete-logo { display: flex; align-items: center; min-height: 48px; flex: none; }
.jap .jap-entete-logo img { width: 124px; height: auto; }
.jap .jap-entete-offre {
  flex: 1; min-width: 0;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  font-size: 17px; line-height: 1.25; color: var(--jap-encre);
}
.jap .jap-entete-offre-txt { display: none; white-space: nowrap; }
.jap .jap-entete-offre-nom { display: none; }
.jap .jap-chrono-long { display: none; }
@media (min-width: 700px) {
  .jap .jap-entete-offre-txt { display: inline; }
  .jap .jap-chrono-long { display: inline; }
  .jap .jap-chrono-court { display: none; }
}
@media (min-width: 1000px) { .jap .jap-entete-offre-nom { display: inline; } }
.jap .jap-entete-chrono {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 650; font-variant-numeric: tabular-nums; white-space: nowrap;
  color: var(--jap-teal);
}
.jap .jap-entete-chrono .jap-ico { width: 20px; height: 20px; }
.jap .jap-entete .jap-btn { flex: none; margin-left: auto; }
@media (max-width: 430px) {
  .jap .jap-entete-logo img { width: 100px; }
  .jap .jap-entete-in { gap: 10px; padding: 0 12px; }
  .jap .jap-entete .jap-btn--petit { padding: 0 16px; font-size: 17px; }
  .jap .jap-entete-chrono .jap-ico { display: none; }
}
@media (min-width: 900px) {
  .jap { --jap-entete-h: 72px; }
  .jap .jap-entete-in { padding: 0 40px; }
}

/* ======================================================================
   HERO (zone foncée 1)
   ====================================================================== */
.jap .jap-hero { padding-top: clamp(40px, 8vw, 112px); padding-bottom: 0; overflow: hidden; }
/* Écrans larges mais peu hauts (iPad horizontal, portables) : on remonte la vidéo */
@media (min-width: 900px) and (max-height: 960px) {
  .jap .jap-hero { padding-top: 48px; }
  .jap .jap-hero .jap-h1 { font-size: clamp(44px, 4.8vw, 64px); }
  .jap .jap-hero .jap-lead { margin-top: 18px; }
  .jap .jap-hero .jap-actions { margin-top: 26px; }
  .jap .jap-hero-offre { margin-top: 14px; }
  .jap .jap-hero-media { margin-top: 36px; }
}
@media (max-width: 600px) {
  .jap .jap-hero .jap-lead { margin-top: 16px; font-size: 20px; }
  .jap .jap-hero .jap-actions { margin-top: 24px; gap: 4px 24px; }
  .jap .jap-hero-offre { margin-top: 12px; }
  .jap .jap-hero-media { margin-top: 32px; }
}
.jap .jap-hero .jap-h1 { max-width: 15em; margin: 0 auto; color: #FFFFFF; }
.jap .jap-hero .jap-lead { margin-top: 24px; }
.jap .jap-hero-offre {
  margin-top: 22px;
  font-size: 19px;
  color: var(--jap-sur-nuit-doux);
}
.jap .jap-hero-offre strong { color: #FFFFFF; font-weight: 650; }
.jap .jap-hero-offre s { color: var(--jap-sur-nuit-doux); }
.jap .jap-hero-media {
  position: relative;
  margin: clamp(48px, 6vw, 80px) auto 0;
  max-width: 1320px;
  padding: 0 20px;
}
.jap .jap-hero-cadre {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--jap-r) var(--jap-r) 0 0;
  overflow: hidden;
  background: #000;
  transform-origin: 50% 0;
  transform: scale(var(--jap-echelle, 1));
  will-change: transform;
}
.jap .jap-hero-cadre > img { width: 100%; height: 100%; object-fit: cover; }
.jap .jap-hero-cadre > iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.jap .jap-lecture--invisible { z-index: 2; }
.jap .jap-lecture--invisible:focus-visible { outline-offset: -6px; border-radius: var(--jap-r); }
.jap .jap-hero-pastille {
  position: absolute;
  left: clamp(16px, 3vw, 32px);
  bottom: clamp(16px, 3vw, 32px);
  z-index: 2;
}
@media (max-width: 600px) {
  .jap .jap-cache-mobile { display: none; }
  .jap .jap-hero-media { padding: 0 12px; }
  .jap .jap-hero-cadre { border-radius: 18px 18px 0 0; }
  .jap .jap-lecture--invisible { z-index: 2; }
.jap .jap-lecture--invisible:focus-visible { outline-offset: -6px; border-radius: var(--jap-r); }
.jap .jap-hero-pastille { font-size: 16px; padding: 8px 16px; }
  .jap .jap-lecture-rond { width: 76px; height: 76px; }
}

/* ======================================================================
   SECTIONS DE CONTENU
   ====================================================================== */

/* Deux colonnes : texte et photo */
.jap .jap-duo {
  display: grid;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
@media (min-width: 900px) {
  .jap .jap-duo { grid-template-columns: 1fr 1fr; }
  .jap .jap-duo--photo-gauche > :first-child { order: 2; }
}

/* Le défi */
.jap .jap-citation {
  margin-top: 32px;
  padding-left: 24px;
  border-left: 3px solid var(--jap-turquoise);
  font-size: clamp(24px, 2.3vw, 30px);
  line-height: 1.35;
  font-weight: 600;
  color: var(--jap-encre);
}
.jap .jap-photo--defi { aspect-ratio: 4 / 3; }

/* L'équipe */
.jap .jap-photo--equipe { aspect-ratio: 4 / 3; }
.jap .jap-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--jap-trait);
}
.jap .jap-stat-n {
  display: block;
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--jap-encre);
}
.jap .jap-stat-l { display: block; margin-top: 6px; font-size: 17px; line-height: 1.3; color: var(--jap-gris); }

/* La solution : grille des avantages */
.jap .jap-avantages {
  display: grid;
  gap: 20px;
}
@media (min-width: 700px) { .jap .jap-avantages { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .jap .jap-avantages { grid-template-columns: 1fr 1fr 1fr; } }
.jap .jap-carte {
  background: var(--jap-blanc);
  border-radius: var(--jap-r);
  padding: clamp(28px, 3vw, 40px);
}
.jap .jap-sec--perle .jap-carte { background: var(--jap-blanc); }
.jap .jap-avantage .jap-ico { width: 40px; height: 40px; color: var(--jap-teal); margin-bottom: 22px; }
.jap .jap-avantage .jap-h3 { margin-bottom: 10px; }
.jap .jap-avantage p { color: var(--jap-gris); }
.jap .jap-bonus {
  display: grid;
  gap: 20px;
  margin-top: 20px;
  background: var(--jap-nuit);
  color: var(--jap-sur-nuit);
}
.jap .jap-bonus .jap-ico { width: 40px; height: 40px; color: var(--jap-or); }
.jap .jap-bonus .jap-h3 { color: #FFFFFF; margin-bottom: 10px; }
.jap .jap-bonus p { color: var(--jap-sur-nuit-doux); }
@media (min-width: 700px) {
  .jap .jap-bonus { grid-template-columns: auto 1fr; align-items: start; gap: 28px; }
}

/* Bande pleine largeur avec photo */
.jap .jap-bande { position: relative; }
.jap .jap-bande-photo { aspect-ratio: 4 / 5; overflow: hidden; }
.jap .jap-bande-photo img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 700px) {
  .jap .jap-bande-photo { aspect-ratio: 21 / 9; }
}
.jap .jap-bande-texte { padding: clamp(48px, 6vw, 80px) 0 0; }

/* Un atelier : horaire */
.jap .jap-deux-photos { display: grid; gap: 24px; margin-bottom: clamp(48px, 6vw, 80px); }
@media (min-width: 800px) { .jap .jap-deux-photos { grid-template-columns: 1fr 1fr; align-items: end; } }
.jap .jap-photo--atelier { aspect-ratio: 3 / 2; }
.jap .jap-horaire { max-width: 860px; margin: 0 auto; }
.jap .jap-horaire-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 8px 24px;
  padding: 28px 0;
  border-top: 1px solid var(--jap-trait);
}
.jap .jap-horaire-h { font-size: 22px; font-weight: 700; color: var(--jap-teal); font-variant-numeric: tabular-nums; line-height: 1.3; }
.jap .jap-horaire-item .jap-h3 { margin-bottom: 6px; }
.jap .jap-horaire-item p { color: var(--jap-gris); }
@media (max-width: 520px) {
  .jap .jap-horaire-item { grid-template-columns: 1fr; }
}

/* Premières semaines */
.jap .jap-etapes { display: grid; gap: 0; margin-top: 36px; }
.jap .jap-etape {
  display: grid; grid-template-columns: 44px 1fr; gap: 4px 20px;
  padding: 22px 0; border-top: 1px solid var(--jap-trait);
}
.jap .jap-etape > :not(.jap-etape-n) { grid-column: 2; }
.jap .jap-etape-n {
  grid-row: 1 / span 2;
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--jap-nuit); color: #FFFFFF;
  font-size: 19px; font-weight: 700;
}
.jap .jap-etape .jap-h3 { margin-bottom: 4px; align-self: center; }
.jap .jap-etape p { color: var(--jap-gris); }

/* Témoignages */
.jap .jap-video-groupe { max-width: 980px; margin: 0 auto; }
.jap .jap-ti {
  display: grid; gap: 32px; align-items: center;
  margin-top: 0;
}
@media (min-width: 900px) { .jap .jap-ti { grid-template-columns: 1.1fr 1fr; gap: 64px; } }

/* Pour qui */
.jap .jap-qui { display: grid; gap: 20px; }
@media (min-width: 900px) { .jap .jap-qui { grid-template-columns: 1.25fr 1fr; } }
.jap .jap-qui .jap-h3 { margin-bottom: 8px; }

/* Forfait actuel */
.jap .jap-forfait-grille { display: grid; gap: 20px; margin-top: 8px; }
@media (min-width: 760px) { .jap .jap-forfait-grille { grid-template-columns: 1fr 1fr; } }
.jap .jap-forfait-carte .jap-ico { width: 40px; height: 40px; color: var(--jap-teal); margin-bottom: 20px; }
.jap .jap-forfait-carte .jap-h3 { margin-bottom: 10px; }
.jap .jap-forfait-carte p { color: var(--jap-gris); }
.jap .jap-note {
  display: flex; gap: 14px; align-items: flex-start;
  margin-top: 28px;
  color: var(--jap-gris);
}
.jap .jap-note .jap-ico { color: var(--jap-teal); margin-top: 2px; }
.jap .jap-note a { color: var(--jap-teal); font-weight: 600; text-underline-offset: 4px; }

/* Comparaison des forfaits */
.jap .jap-comp { display: grid; gap: 20px; }
@media (min-width: 760px) { .jap .jap-comp { grid-template-columns: 1fr 1fr 1.15fr; align-items: stretch; gap: 14px; } }
@media (min-width: 760px) and (max-width: 1023px) {
  .jap .jap-comp-c { padding: 28px 20px; }
  .jap .jap-comp-l li { font-size: 18px; gap: 8px; }
  .jap .jap-comp-l .jap-ico { width: 20px; height: 20px; }
  .jap .jap-comp-prix strong { font-size: 28px; }
  .jap .jap-comp-badge { position: static; display: inline-block; margin-bottom: 12px; }
}
@media (min-width: 960px) { .jap .jap-comp { gap: 20px; } }
.jap .jap-comp-c { background: var(--jap-perle); border-radius: var(--jap-r); padding: 36px 32px; position: relative; }
.jap .jap-comp-c--pro { background: var(--jap-nuit); color: var(--jap-sur-nuit); }
.jap .jap-comp-nom { font-size: 26px; font-weight: 700; letter-spacing: -.01em; }
.jap .jap-comp-c--pro .jap-comp-nom { color: var(--jap-or); }
.jap .jap-comp-prix { margin: 8px 0 24px; font-size: 21px; color: var(--jap-gris); }
.jap .jap-comp-prix strong { font-size: 34px; color: var(--jap-encre); font-weight: 700; letter-spacing: -.02em; }
.jap .jap-comp-c--pro .jap-comp-prix { color: var(--jap-sur-nuit-doux); }
.jap .jap-comp-c--pro .jap-comp-prix strong { color: #FFFFFF; }
.jap .jap-comp-c--pro .jap-comp-prix s { color: var(--jap-sur-nuit-doux); margin-right: 6px; font-size: 21px; }
.jap .jap-comp-badge {
  position: absolute; top: 24px; right: 24px;
  padding: 6px 14px; border-radius: 999px;
  background: var(--jap-or); color: var(--jap-nuit);
  font-size: 18px; font-weight: 700;
}
.jap .jap-comp-l li { display: flex; gap: 12px; align-items: flex-start; padding: 9px 0; font-size: 19px; line-height: 1.4; }
.jap .jap-comp-l .jap-ico { width: 24px; height: 24px; margin-top: 1px; color: var(--jap-teal); }
.jap .jap-comp-l .jap-off { color: #6E6E73; }
.jap .jap-comp-l .jap-off .jap-ico { color: var(--jap-rouge); }
.jap .jap-comp-c--pro .jap-comp-l .jap-ico { color: var(--jap-turquoise); }
.jap .jap-comp-c--pro .jap-comp-l .jap-fort { color: #FFFFFF; }

.jap .jap-alt { display: grid; gap: 20px; margin-top: clamp(56px, 7vw, 96px); }
@media (min-width: 900px) { .jap .jap-alt { grid-template-columns: 1fr 1fr 1fr; } }
.jap .jap-alt-c { border-top: 2px solid var(--jap-trait); padding-top: 24px; }
.jap .jap-alt-c--nous { border-top-color: var(--jap-teal); }
.jap .jap-alt-p { margin: 6px 0 10px; font-size: 24px; font-weight: 700; color: var(--jap-encre); }
.jap .jap-alt-c--nous .jap-alt-p { color: var(--jap-teal); }
.jap .jap-alt-c p { color: var(--jap-gris); }

/* Imaginez */
.jap .jap-photo--imaginez { aspect-ratio: 4 / 3; }
.jap .jap-imaginez-chute { font-size: clamp(26px, 2.6vw, 34px); line-height: 1.25; font-weight: 700; margin: 20px 0; letter-spacing: -.01em; }

/* FAQ */
.jap .jap-faq { margin-top: 8px; border-top: 1px solid var(--jap-trait); }
.jap .jap-faq details { border-bottom: 1px solid var(--jap-trait); }
.jap .jap-faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  min-height: 72px; padding: 20px 0;
  font-size: clamp(21px, 1.9vw, 24px); font-weight: 650; line-height: 1.3;
  cursor: pointer; list-style: none;
}
.jap .jap-faq summary::-webkit-details-marker { display: none; }
.jap .jap-faq summary .jap-ico { width: 26px; height: 26px; color: var(--jap-teal); transition: transform .25s ease; }
.jap .jap-faq details[open] summary .jap-ico { transform: rotate(45deg); }
.jap .jap-faq-rep { padding: 0 0 28px; color: var(--jap-gris); max-width: 44em; }
.jap .jap-faq-rep .jap-ipad { max-width: 420px; margin-top: 20px; }

/* Appel */
.jap .jap-appel-grille { display: grid; gap: clamp(32px, 5vw, 72px); align-items: center; }
@media (min-width: 960px) { .jap .jap-appel-grille { grid-template-columns: 1fr minmax(420px, 480px); } }
.jap .jap-appel-carte .jap-h3 { margin-bottom: 8px; }
.jap .jap-appel-etapes { margin: 8px 0 28px; }
.jap .jap-appel-etapes .jap-etape { align-items: center; padding: 16px 0; }
.jap .jap-appel-etapes .jap-etape p { grid-column: 2; grid-row: 1 / span 2; color: var(--jap-gris); }
.jap .jap-btn--second { background: var(--jap-teal); }
.jap .jap-btn--second:hover { background: #085546; }
.jap .jap-btn .jap-ico { width: 24px; height: 24px; }
.jap .jap-appel-repli { margin-top: 18px; text-align: center; font-size: 18px; color: var(--jap-gris); }
.jap .jap-appel-repli a { color: var(--jap-teal); font-weight: 600; text-underline-offset: 4px; }

/* ======================================================================
   CARTE D'ACHAT (master et miroir)
   ====================================================================== */
.jap .jap-prix-sec { scroll-margin-top: var(--jap-entete-h); }
.jap .jap-prix-bloc { display: grid; gap: clamp(40px, 5vw, 72px); align-items: center; }
@media (min-width: 960px) {
  .jap .jap-prix-bloc { grid-template-columns: 1fr minmax(400px, 460px); }
}
.jap .jap-prix-titre { color: #FFFFFF; }
.jap .jap-prix-titre .jap-or { color: var(--jap-or); }
.jap .jap-prix-widget {
  display: block; width: 100%; max-width: 460px;
  margin-top: 20px; min-height: 48px; padding: 10px 20px;
  border-radius: var(--jap-r-sm); background: #FFFFFF; color: var(--jap-encre);
}
.jap .jap-prix-widget iframe { width: 100% !important; }
.jap .jap-prix-widget:empty, .jap .jap-prix-widget:has(.embedsocial-hashtag:empty) { display: none; }
.jap .jap-prix-inclus { margin-top: 28px; }
.jap .jap-prix-photo { margin-top: 36px; aspect-ratio: 16 / 10; }
.jap .jap-prix-photo .jap-pastille { position: absolute; left: 20px; bottom: 20px; }
@media (max-width: 959px) {
  .jap .jap-prix-photo { display: none; }
}

.jap .jap-achat {
  background: var(--jap-blanc);
  color: var(--jap-encre);
  border-radius: var(--jap-r);
  padding: clamp(24px, 3vw, 36px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .25);
}

/* Sélecteur Annuel / Mensuel, façon iOS */
.jap .jap-choix {
  position: relative;
  display: grid; grid-template-columns: 1fr 1fr;
  padding: 4px;
  border-radius: 999px;
  background: #E8E8ED;
}
.jap .jap-choix-curseur {
  position: absolute; top: 4px; bottom: 4px; left: 4px;
  width: calc(50% - 4px);
  border-radius: 999px;
  background: #FFFFFF;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .12), 0 1px 1px rgba(0, 0, 0, .04);
  transition: transform .35s cubic-bezier(.3, .7, .2, 1);
}
.jap .jap-mode-mensuel .jap-choix-curseur { transform: translateX(100%); }
.jap .jap-choix button {
  position: relative; z-index: 1;
  min-height: 56px; padding: 6px 8px;
  border: 0; background: none; border-radius: 999px;
  font-size: 19px; font-weight: 650; color: var(--jap-gris);
  cursor: pointer;
}
.jap .jap-choix button[aria-checked="true"] { color: var(--jap-encre); }
.jap .jap-choix-badge {
  display: block;
  font-size: 18px; line-height: 1.1; font-weight: 600;
  color: var(--jap-or-texte);
  margin-top: 3px;
}

.jap .jap-plan { margin-top: 28px; }
.jap .jap-plan--mensuel { display: none; }
.jap .jap-mode-mensuel .jap-plan--annuel { display: none; }
.jap .jap-mode-mensuel .jap-plan--mensuel { display: block; }

.jap .jap-plan-ligne { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 14px; }
.jap .jap-plan-ancien { font-size: 24px; color: #6E6E73; text-decoration: line-through; text-decoration-thickness: 2px; }
.jap .jap-plan-prix { font-size: clamp(56px, 6vw, 72px); line-height: 1; font-weight: 700; letter-spacing: -.035em; }
.jap .jap-plan-per { font-size: 24px; font-weight: 600; color: var(--jap-gris); letter-spacing: 0; }
.jap .jap-rabais {
  display: inline-flex; align-items: center;
  min-height: 34px; padding: 4px 14px; border-radius: 999px;
  background: #FFF4D6; color: var(--jap-or-texte);
  font-size: 17px; font-weight: 700;
}
.jap .jap-plan-equiv { margin-top: 10px; font-size: 19px; color: var(--jap-gris); }
.jap .jap-plan-note { margin-top: 6px; font-size: 18px; color: var(--jap-teal); font-weight: 600; }

.jap .jap-chrono-bloc {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: var(--jap-r-sm);
  background: var(--jap-perle);
  font-size: 18px; line-height: 1.35;
}
.jap .jap-chrono-bloc strong { display: block; font-size: 22px; font-weight: 700; color: var(--jap-encre); font-variant-numeric: tabular-nums; margin-top: 2px; }
.jap .jap-achat .jap-btn { margin-top: 24px; }
.jap .jap-assurances {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px;
  margin-top: 24px; padding-top: 20px;
  border-top: 1px solid var(--jap-trait);
}
.jap .jap-assurances li { display: flex; align-items: center; gap: 10px; font-size: 17px; line-height: 1.3; color: var(--jap-gris); }
.jap .jap-assurances .jap-ico { width: 22px; height: 22px; color: var(--jap-teal); }
@media (max-width: 380px) { .jap .jap-assurances { grid-template-columns: 1fr; } }
.jap .jap-achat-appel { margin-top: 18px; text-align: center; font-size: 18px; color: var(--jap-gris); }
.jap .jap-achat-appel a { color: var(--jap-teal); font-weight: 600; text-underline-offset: 4px; }

/* ======================================================================
   FERMETURE (zone foncée 3) et pied de page
   ====================================================================== */
.jap .jap-fermeture .jap-h2 { color: #FFFFFF; max-width: 16em; margin: 0 auto; }
.jap .jap-fermeture-miroir { margin-top: clamp(56px, 7vw, 96px); text-align: left; }
.jap .jap-pied {
  margin-top: clamp(72px, 9vw, 120px);
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 32px;
  font-size: 17px; color: var(--jap-sur-nuit-doux);
}
.jap .jap-pied-liens { display: flex; flex-wrap: wrap; gap: 4px 24px; }
.jap .jap-pied a { display: inline-flex; align-items: center; min-height: 48px; color: var(--jap-sur-nuit-doux); text-decoration: none; }
.jap .jap-pied a:hover { color: #FFFFFF; text-decoration: underline; text-underline-offset: 4px; }

/* ======================================================================
   Témoignages vidéo (bloc Kajabi « Témoignages vidéo (3) »)
   Spécificité renforcée pour passer devant les styles du bloc.
   ====================================================================== */
body .vt-row { max-width: 1180px; gap: 24px; padding: 0 20px; }
body .vt-row .vt-col { max-width: 340px; }
body .vt-row .vt-video { max-width: none; border-radius: 22px; }
body .vt-row .vt-play-badge {
  width: 76px; height: 76px; border-radius: 50%;
  background: rgba(255, 255, 255, .72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
body .vt-row .vt-play-badge-icon { border-left-color: #1D1D1F; margin-left: 6px; }
body .vt-row .vt-quote {
  margin-top: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 20px; line-height: 1.45; font-weight: 500; color: #48484D;
  text-align: left;
}
body .vt-row .vt-quote em { font-style: normal; }
body .vt-row .vt-author { font-style: normal; font-weight: 650; color: #0B6E5B !important; }
@media (max-width: 767px) {
  body .vt-row .vt-col { max-width: 420px; }
  body .vt-row .vt-video { max-width: 320px; }
  body .vt-row .vt-quote { font-size: 20px; text-align: center; }
}
.jap .jap-carte--perle { background: var(--jap-perle); }
.jap .jap-avis { display: flex; justify-content: center; min-height: 48px; }
.jap .jap-avis .embedsocial-hashtag { margin: 0 !important; padding: 0 !important; }

/* Liens dans le texte : zone de toucher de 48 px sans changer la mise en page */
.jap .jap-achat-appel a,
.jap .jap-note a,
.jap .jap-appel-repli a {
  display: inline-block;
  padding: 12px 0;
  margin: -12px 0;
}
.jap .jap-avantage-note { margin-top: 12px; font-weight: 600; color: var(--jap-teal) !important; }
.jap .jap-faq-rep p + p { margin-top: 1em; }
.jap .jap-avis-sec { padding: clamp(40px, 5vw, 64px) 0 0; }
.jap .jap-avis-titre { font-size: 22px; font-weight: 650; color: var(--jap-gris); margin-bottom: 16px; }
@media (min-width: 760px) and (max-width: 1023px) {
  .jap .jap-comp-badge { position: static; display: inline-block; margin-bottom: 12px; }
  .jap .jap-comp .jap-btn { padding: 0 16px; font-size: 18px; }
}

/* Témoignages écrits : côte à côte dès l'iPad, empilés sur iPhone */
.jap .jap-temoins-sec { padding-bottom: 0; }
.jap .jap-temoins { display: grid; gap: 20px; }
@media (min-width: 760px) { .jap .jap-temoins { grid-template-columns: 1fr 1fr; } }
.jap .jap-temoin { display: flex; flex-direction: column; margin: 0; }
.jap .jap-temoin-etoiles { display: flex; gap: 4px; color: #E0A100; margin-bottom: 18px; }
.jap .jap-temoin-etoiles .jap-ico { width: 22px; height: 22px; fill: currentColor; }
.jap .jap-temoin-texte { font-size: clamp(21px, 1.9vw, 24px); line-height: 1.45; font-weight: 500; color: var(--jap-encre); flex: 1; }
.jap .jap-temoin-auteur { display: flex; flex-direction: column; gap: 2px; margin-top: 22px; font-size: 19px; }
/* iPhone : le widget d'étoiles a besoin d'environ 360 px pour tenir sur une ligne */
@media (max-width: 480px) {
  .jap .jap-prix-widget { width: auto; max-width: none; margin-left: -14px; margin-right: -14px; padding: 8px 6px; }
}

/* Places au prix d'automne */
.jap .jap-places-bloc {
  margin-top: 22px; padding: 16px 18px;
  border-radius: var(--jap-r-sm); background: var(--jap-perle);
  font-size: 18px; line-height: 1.4; color: var(--jap-gris);
}
.jap .jap-places-compte { margin-top: 10px; color: var(--jap-encre); }
.jap .jap-places-compte strong { font-size: 21px; font-weight: 700; }
.jap .jap-places-barre { height: 10px; margin-top: 10px; border-radius: 999px; background: #E3E3E8; overflow: hidden; }
.jap .jap-places-barre > span { display: block; width: 100%; height: 100%; border-radius: 999px; background: var(--jap-teal); }
