/* ============================================
   FORMATION CREER UNE ECOLE — Page dédiée
   ============================================ */

.school-page {
  --school-blue: #1f2f63;
  --school-blue-deep: #17254f;
  --school-blue-soft: #dfe8f8;
  --school-paper: #f8f7f3;
  --school-gold: #d99b2b;
  overflow: clip;
  background: var(--school-paper);
}

.school-page ul,
.school-page ol { list-style: none; }

.school-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--color-or-sombre);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.school-eyebrow::before {
  content: '';
  width: 1.9rem;
  height: 1px;
  background: currentColor;
}

.school-eyebrow--light { color: var(--color-or-clair); }

.school-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--school-blue);
  font-size: 0.85rem;
  font-weight: 700;
}

.school-link span { transition: translate var(--transition); }
.school-link:hover span { translate: 0 4px; }

/* ---------- Hero ---------- */
.school-hero {
  position: relative;
  min-height: min(920px, 94svh);
  display: grid;
  align-items: center;
  padding: calc(74px + 3.8rem) 0 9rem;
  background:
    radial-gradient(circle at 5% 25%, rgba(233, 181, 77, 0.18), transparent 22%),
    radial-gradient(circle at 90% 70%, rgba(61, 85, 168, 0.14), transparent 28%),
    linear-gradient(135deg, #fbfaf6 0%, #f0f3fa 62%, #f8f7f3 100%);
  isolation: isolate;
}

.school-hero__gridlines {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(31, 47, 99, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 47, 99, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(ellipse 72% 82% at 72% 48%, #000, transparent 78%);
  transform: translateY(calc(var(--school-hero-scroll, 0) * 18px));
}

.school-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(430px, 0.94fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7.5rem);
}

.school-hero__copy { position: relative; z-index: 2; }

.school-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  color: var(--color-texte-tres-doux);
  font-size: 0.69rem;
}

.school-breadcrumb a { color: var(--color-texte-doux); }
.school-breadcrumb strong { color: var(--school-blue); font-weight: 650; }
.school-breadcrumb span { color: rgba(31, 47, 99, 0.28); }

.school-hero h1 {
  max-width: 770px;
  margin: 1.15rem 0 1.35rem;
  color: var(--school-blue);
  font-size: clamp(3rem, 5.4vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.school-hero h1 em {
  display: inline;
  color: var(--color-or-sombre);
  font-style: normal;
}

.school-hero__copy > p {
  max-width: 650px;
  color: var(--color-texte-doux);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.72;
}

.school-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.school-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 620px;
  margin-top: 2.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(31, 47, 99, 0.12);
}

.school-hero__facts li {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding-right: 1rem;
}

.school-hero__facts li + li {
  padding-left: 1.2rem;
  border-left: 1px solid rgba(31, 47, 99, 0.1);
}

.school-hero__facts strong {
  color: var(--school-blue);
  font-family: var(--font-titre);
  font-size: 1.22rem;
  line-height: 1.2;
}

.school-hero__facts span {
  color: var(--color-texte-tres-doux);
  font-size: 0.68rem;
  font-weight: 600;
}

.school-hero__visual {
  position: relative;
  justify-self: end;
  width: min(100%, 520px);
  perspective: 1200px;
}

.school-blueprint {
  position: relative;
  aspect-ratio: 0.88;
  overflow: hidden;
  padding: 1.5rem;
  border: 1px solid rgba(233, 181, 77, 0.4);
  border-radius: 18px 54px 18px 18px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, #2b4488, var(--school-blue-deep));
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow: 0 45px 100px rgba(31, 47, 99, 0.25);
  color: #fff;
  transform: rotateX(calc(var(--school-hero-scroll, 0) * 1deg)) rotateY(calc(var(--school-hero-scroll, 0) * -2deg));
  animation: school-blueprint-float 7s ease-in-out infinite;
}

.school-blueprint::before {
  content: '';
  position: absolute;
  inset: 11px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 11px 45px 11px 11px;
}

.school-blueprint__meta {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.school-blueprint__house { position: relative; height: 57%; margin-top: 0.6rem; }
.school-blueprint__house svg { width: 100%; height: 100%; overflow: visible; }

.blueprint-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.48);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 760;
  stroke-dashoffset: 760;
  animation: school-draw-line 2.3s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.blueprint-line--walls { animation-delay: 0.35s; }
.blueprint-line--window { animation-delay: 0.8s; }
.blueprint-line--ground { animation-delay: 1.15s; stroke: rgba(233, 181, 77, 0.8); }

.school-blueprint__core {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 128px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  translate: -50% -50%;
  border: 1px solid rgba(233, 181, 77, 0.48);
  border-radius: 50%;
  background: rgba(18, 32, 72, 0.78);
  box-shadow: 0 20px 45px rgba(10, 20, 54, 0.28), inset 0 0 0 9px rgba(255, 255, 255, 0.025);
  text-align: center;
  animation: school-core-pulse 5s ease-in-out infinite;
}

.school-blueprint__core small { color: var(--color-or-clair); font-size: 0.57rem; letter-spacing: 0.1em; text-transform: uppercase; }
.school-blueprint__core strong { margin-top: 0.2rem; font-family: var(--font-titre); font-size: 1rem; line-height: 1.08; }

.school-blueprint__foundations {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.35rem;
  margin-top: 0.5rem;
}

.school-blueprint__foundations li {
  min-width: 0;
  padding: 0.58rem 0.2rem;
  border-top: 1px solid rgba(233, 181, 77, 0.52);
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.47rem, 0.65vw, 0.61rem);
  font-weight: 650;
  text-align: center;
  animation: school-foundation-in 0.6s both;
}

.school-blueprint__foundations li:nth-child(2) { animation-delay: 0.12s; }
.school-blueprint__foundations li:nth-child(3) { animation-delay: 0.24s; }
.school-blueprint__foundations li:nth-child(4) { animation-delay: 0.36s; }
.school-blueprint__foundations li:nth-child(5) { animation-delay: 0.48s; }
.school-blueprint__foundations span { display: block; margin-bottom: 0.2rem; color: var(--color-or-clair); font-size: 0.48rem; }

.school-blueprint__stamp {
  position: absolute;
  right: 1.4rem;
  bottom: 1rem;
  rotate: -8deg;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(233, 181, 77, 0.55);
  color: var(--color-or-clair);
  font-family: var(--font-titre);
  font-size: 0.7rem;
  line-height: 1;
  text-align: center;
}

.school-blueprint__stamp span { font-family: var(--font-corps); font-size: 0.42rem; letter-spacing: 0.1em; }

.school-wave { position: absolute; left: -5%; right: -5%; pointer-events: none; }
.school-wave--light { bottom: -1px; height: 88px; border-radius: 50% 50% 0 0 / 48% 48% 0 0; background: var(--school-paper); }

/* ---------- Situations ---------- */
.school-reality { position: relative; padding: 6.5rem 0 8rem; }

.school-reality__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.school-reality__heading { position: sticky; top: 130px; }
.school-reality__heading h2,
.school-section-heading h2,
.school-fit h2,
.school-practical h2,
.school-faq h2 {
  margin: 0.75rem 0 1rem;
  color: var(--school-blue);
  font-size: clamp(2.35rem, 4.2vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.school-reality__heading p,
.school-section-heading p,
.school-fit__intro > p,
.school-faq__heading > p { color: var(--color-texte-doux); line-height: 1.75; }

.school-reality__situations { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.school-reality__situations article {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.7rem;
  border: 1px solid rgba(31, 47, 99, 0.1);
  border-radius: 26px 9px 26px 9px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(31, 47, 99, 0.06);
  transition: translate 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.school-reality__situations article:nth-child(even) { translate: 0 2rem; }
.school-reality__situations article:hover { translate: 0 -4px; border-color: rgba(217, 155, 43, 0.45); box-shadow: 0 24px 55px rgba(31, 47, 99, 0.1); }
.school-reality__situations article:nth-child(even):hover { translate: 0 calc(2rem - 4px); }
.school-reality__situations span { color: var(--color-or-sombre); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.1em; }
.school-reality__situations p { color: var(--school-blue); font-family: var(--font-titre); font-size: clamp(1.18rem, 2vw, 1.5rem); line-height: 1.25; }

/* ---------- Programme ---------- */
.school-method { position: relative; padding: 8rem 0 10rem; background: #eef2f9; }
.school-method::before { content: ''; position: absolute; inset: 0; background: linear-gradient(rgba(31, 47, 99, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(31, 47, 99, 0.035) 1px, transparent 1px); background-size: 100px 100px; mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent); }
.school-method .conteneur { position: relative; }
.school-section-heading { max-width: 770px; margin-bottom: 4rem; }

.school-program { display: grid; grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.school-program__map { position: sticky; top: 112px; }

.school-program__map-card {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  padding: 2.2rem;
  border-radius: 20px 62px 20px 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, #2a4285, var(--school-blue-deep));
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow: 0 35px 80px rgba(31, 47, 99, 0.18);
  color: #fff;
}

.school-program__map-card::after { content: ''; position: absolute; width: 260px; aspect-ratio: 1; right: -100px; top: -100px; border: 1px solid rgba(233, 181, 77, 0.18); border-radius: 50%; }
.school-program__map-title small { display: block; color: var(--color-or-clair); font-size: 0.57rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.school-program__map-title strong { display: block; margin-top: 0.5rem; font-family: var(--font-titre); font-size: 2rem; line-height: 1.04; }

.school-program__map-card ol { position: relative; display: grid; gap: 0; margin-top: 2.6rem; }
.school-program__map-card ol::before { content: ''; position: absolute; left: 16px; top: 18px; bottom: 18px; width: 1px; background: rgba(255, 255, 255, 0.14); }
.school-program__progress { position: absolute; z-index: 2; left: calc(2.2rem + 16px); top: 173px; width: 2px; height: calc((100% - 250px) * var(--school-progress, 0)); max-height: 320px; background: linear-gradient(var(--color-or-clair), #fff); transition: height 0.25s linear; }

.school-program__map-card li { position: relative; z-index: 3; display: flex; align-items: center; gap: 1rem; min-height: 62px; color: rgba(255, 255, 255, 0.48); font-size: 0.76rem; font-weight: 650; transition: color 0.35s ease, translate 0.35s ease; }
.school-program__map-card li span { width: 33px; aspect-ratio: 1; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 50%; background: var(--school-blue-deep); color: rgba(255, 255, 255, 0.52); font-size: 0.52rem; transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease; }
.school-program__map-card li.is-done { color: rgba(255, 255, 255, 0.82); }
.school-program__map-card li.is-done span { border-color: rgba(217, 155, 43, 0.55); background: rgba(217, 155, 43, 0.22); color: #fff; }
.school-program__map-card li.is-active { color: #fff; translate: 5px 0; }
.school-program__map-card li.is-active span { border-color: var(--color-or-clair); background: var(--school-gold); color: var(--school-blue-deep); }

.school-program__map-foot { position: absolute; left: 2.2rem; right: 2.2rem; bottom: 1.7rem; display: flex; justify-content: space-between; padding-top: 0.75rem; border-top: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.38); font-size: 0.5rem; letter-spacing: 0.08em; text-transform: uppercase; }
.school-program__steps { display: grid; gap: 1.15rem; }

.school-program__step {
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3.3rem);
  border: 1px solid rgba(31, 47, 99, 0.1);
  border-radius: 12px 36px 12px 36px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 50px rgba(31, 47, 99, 0.07);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.school-program__step.is-current { border-color: rgba(217, 155, 43, 0.5); box-shadow: 0 28px 70px rgba(31, 47, 99, 0.12); }
.school-program__step-head { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.3rem; }
.school-program__step-head span { color: var(--color-or-sombre); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.12em; }
.school-program__step-head small { padding: 0.4rem 0.7rem; border-radius: 100px; background: var(--school-blue-soft); color: var(--school-blue); font-size: 0.58rem; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }
.school-program__step h3 { max-width: 650px; color: var(--school-blue); font-size: clamp(1.8rem, 3vw, 2.55rem); line-height: 1.05; }
.school-program__step > p { max-width: 650px; margin-top: 1rem; color: var(--color-texte-doux); line-height: 1.75; }
.school-program__output { display: flex; align-items: center; gap: 0.8rem; margin-top: 1.7rem; padding-top: 1.25rem; border-top: 1px solid rgba(31, 47, 99, 0.1); color: var(--school-blue); font-size: 0.78rem; font-weight: 650; }
.school-program__output svg { width: 34px; height: 34px; padding: 8px; border-radius: 50%; background: #edf2fb; fill: none; stroke: var(--color-or-sombre); stroke-width: 2; }
.school-program__output span { display: flex; flex-direction: column; }
.school-program__output small { color: var(--color-texte-tres-doux); font-size: 0.52rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

/* ---------- Résultats ---------- */
.school-results { position: relative; padding: 10rem 0; background: var(--school-blue); color: #fff; }
.school-wave--blue-top { top: -1px; height: 76px; border-radius: 0 0 50% 50% / 0 0 70% 70%; background: #eef2f9; }
.school-wave--blue-bottom { bottom: -1px; height: 76px; border-radius: 50% 50% 0 0 / 70% 70% 0 0; background: var(--school-paper); }
.school-results__inner { display: grid; grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.school-results__heading h2 { margin-top: 0.8rem; color: #fff; font-size: clamp(2.5rem, 4.5vw, 4.25rem); line-height: 1.03; }

.school-results__board { overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 16px 48px 16px 16px; background: rgba(255, 255, 255, 0.07); box-shadow: 0 35px 80px rgba(8, 16, 44, 0.28); backdrop-filter: blur(8px); }
.school-results__board-head { display: flex; align-items: center; gap: 1rem; padding: 1.1rem 1.4rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.48); font-size: 0.53rem; letter-spacing: 0.12em; }
.school-results__board-head strong { margin-left: auto; color: var(--color-or-clair); font-size: 0.54rem; }
.school-results__board-head i { width: 8px; aspect-ratio: 1; border-radius: 50%; background: #67d79d; box-shadow: 0 0 0 5px rgba(103, 215, 157, 0.12); }
.school-results__board-grid { display: grid; grid-template-columns: 1fr 1fr; }
.school-results__board-grid article { min-height: 168px; padding: 1.5rem; border-right: 1px solid rgba(255, 255, 255, 0.09); border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
.school-results__board-grid article:nth-child(even) { border-right: 0; }
.school-results__board-grid span { color: var(--color-or-clair); font-size: 0.55rem; font-weight: 800; }
.school-results__board-grid strong { display: block; margin-top: 0.55rem; font-family: var(--font-titre); font-size: 1.08rem; }
.school-results__board-grid p { margin-top: 0.35rem; color: rgba(255, 255, 255, 0.6); font-size: 0.75rem; line-height: 1.55; }
.school-results__board-grid .school-results__board-final { grid-column: 1 / -1; min-height: 140px; border-right: 0; border-bottom: 0; background: rgba(233, 181, 77, 0.1); }

/* ---------- Public ---------- */
.school-fit { padding: 8rem 0; }
.school-fit__card { display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); gap: clamp(3rem, 7vw, 7rem); padding: clamp(2.3rem, 5vw, 5rem); border: 1px solid rgba(31, 47, 99, 0.1); border-radius: 52px 14px 52px 14px; background: #fff; box-shadow: 0 28px 75px rgba(31, 47, 99, 0.08); }
.school-fit__lists { display: grid; gap: 1.1rem; }
.school-fit__lists > div { padding: 1.7rem; border-radius: 20px 8px 20px 8px; background: #f0f3f9; }
.school-fit__lists > div:last-child { background: #fbf3e3; }
.school-fit__lists h3 { margin-bottom: 1rem; color: var(--school-blue); font-size: 1.12rem; }
.school-fit__lists ul { display: grid; gap: 0.65rem; }
.school-fit__lists li { position: relative; padding-left: 1.25rem; color: var(--color-texte-doux); font-size: 0.82rem; line-height: 1.55; }
.school-fit__lists li::before { content: ''; position: absolute; left: 0; top: 0.62em; width: 0.45rem; height: 2px; background: var(--school-gold); }

/* ---------- Accompagnement ---------- */
.school-followup { position: relative; padding: 9rem 0; overflow: hidden; background: linear-gradient(145deg, #294584, var(--school-blue-deep)); color: #fff; }
.school-followup::before { content: ''; position: absolute; width: 620px; aspect-ratio: 1; right: -200px; top: -260px; border: 1px solid rgba(233, 181, 77, 0.13); border-radius: 50%; }
.school-followup__grid { display: grid; grid-template-columns: minmax(390px, 0.85fr) minmax(0, 1.15fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.school-followup__orbit { position: relative; width: min(100%, 460px); aspect-ratio: 1; }
.school-followup__ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(233, 181, 77, 0.25); border-radius: 50%; translate: -50% -50%; }
.school-followup__ring--one { width: 82%; aspect-ratio: 1; animation: school-orbit 24s linear infinite; }
.school-followup__ring--two { width: 57%; aspect-ratio: 1; border-style: dashed; animation: school-orbit 17s linear infinite reverse; }
.school-followup__center { position: absolute; left: 50%; top: 50%; width: 180px; aspect-ratio: 1; display: grid; place-content: center; translate: -50% -50%; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 50%; background: rgba(255, 255, 255, 0.08); box-shadow: 0 28px 60px rgba(8, 16, 43, 0.25), inset 0 0 0 14px rgba(255, 255, 255, 0.025); text-align: center; }
.school-followup__center strong { font-family: var(--font-titre); font-size: 2.6rem; line-height: 1; }
.school-followup__center span { color: var(--color-or-clair); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.school-followup__point { position: absolute; min-width: 86px; padding: 0.7rem 0.9rem; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 100px; background: rgba(255, 255, 255, 0.09); box-shadow: 0 16px 35px rgba(8, 16, 43, 0.2); color: #fff; font-size: 0.67rem; font-weight: 650; text-align: center; backdrop-filter: blur(8px); animation: school-point-float 5s ease-in-out infinite; }
.school-followup__point--1 { left: 1%; top: 18%; }
.school-followup__point--2 { right: 0; top: 34%; animation-delay: -1.6s; }
.school-followup__point--3 { left: 12%; bottom: 12%; animation-delay: -3.2s; }
.school-followup__copy h2 { max-width: 700px; margin: 0.8rem 0 1.2rem; color: #fff; font-size: clamp(2.5rem, 4.5vw, 4.2rem); line-height: 1.02; }
.school-followup__copy > p { max-width: 680px; color: rgba(255, 255, 255, 0.68); line-height: 1.75; }
.school-followup__copy ul { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 1.7rem 0 2rem; }
.school-followup__copy li { padding: 0.52rem 0.8rem; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 100px; color: rgba(255, 255, 255, 0.78); font-size: 0.69rem; }

/* ---------- Modalités ---------- */
.school-practical { padding: 9rem 0; background: #eef2f9; }
.school-practical__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.school-practical__content > h2 { max-width: 790px; }
.school-practical__items { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; margin-top: 2.5rem; }
.school-practical__items article { min-height: 190px; padding: 1.5rem; border: 1px solid rgba(31, 47, 99, 0.1); border-radius: 19px 7px 19px 7px; background: rgba(255, 255, 255, 0.8); }
.school-practical__items span { color: var(--color-or-sombre); font-size: 0.58rem; font-weight: 800; }
.school-practical__items strong { display: block; margin-top: 1rem; color: var(--school-blue); font-family: var(--font-titre); font-size: 1.25rem; }
.school-practical__items p { margin-top: 0.45rem; color: var(--color-texte-doux); font-size: 0.76rem; line-height: 1.58; }
.school-practical__cta { position: sticky; top: 112px; padding: clamp(2rem, 4vw, 3.1rem); border-radius: 18px 52px 18px 18px; background: var(--school-blue); box-shadow: 0 30px 75px rgba(31, 47, 99, 0.2); color: #fff; }
.school-practical__cta > span { color: var(--color-or-clair); font-size: 0.6rem; font-weight: 750; letter-spacing: 0.12em; text-transform: uppercase; }
.school-practical__cta h3 { margin: 1rem 0; color: #fff; font-size: clamp(1.7rem, 2.7vw, 2.4rem); line-height: 1.08; }
.school-practical__cta p { color: rgba(255, 255, 255, 0.65); font-size: 0.83rem; line-height: 1.7; }
.school-practical__cta .btn { width: 100%; justify-content: center; margin-top: 1.7rem; }
.school-practical__cta > small { display: block; margin-top: 0.8rem; color: rgba(255, 255, 255, 0.4); font-size: 0.58rem; text-align: center; }

/* ---------- FAQ ---------- */
.school-faq { padding: 8rem 0; }
.school-faq__grid { display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr); gap: clamp(3rem, 8vw, 8rem); }
.school-faq__heading { position: sticky; top: 120px; align-self: start; }
.school-faq__heading a { color: var(--color-or-sombre); font-weight: 650; }
.school-faq__items { border-top: 1px solid rgba(31, 47, 99, 0.12); }
.school-faq details { border-bottom: 1px solid rgba(31, 47, 99, 0.12); }
.school-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.6rem 0; cursor: pointer; list-style: none; color: var(--school-blue); font-family: var(--font-titre); font-size: 1.14rem; line-height: 1.3; }
.school-faq summary::-webkit-details-marker { display: none; }
.school-faq summary i { position: relative; width: 28px; aspect-ratio: 1; flex: 0 0 auto; border: 1px solid rgba(31, 47, 99, 0.16); border-radius: 50%; }
.school-faq summary i::before,
.school-faq summary i::after { content: ''; position: absolute; left: 50%; top: 50%; width: 10px; height: 1px; translate: -50% -50%; background: var(--color-or-sombre); transition: rotate 0.3s ease; }
.school-faq summary i::after { rotate: 90deg; }
.school-faq details[open] summary i::after { rotate: 0deg; }
.school-faq details p { max-width: 700px; padding: 0 3rem 1.6rem 0; color: var(--color-texte-doux); font-size: 0.84rem; line-height: 1.7; }

/* ---------- CTA final ---------- */
.school-final { padding: 2rem 0 8rem; }
.school-final__card { position: relative; overflow: hidden; padding: clamp(3rem, 7vw, 6.5rem); border-radius: 18px 70px 18px 18px; background: linear-gradient(145deg, #294584, var(--school-blue-deep)); box-shadow: 0 38px 90px rgba(31, 47, 99, 0.22); color: #fff; text-align: center; }
.school-final__card::before { content: ''; position: absolute; width: 560px; aspect-ratio: 1; left: 50%; top: 50%; translate: -50% -50%; border: 1px solid rgba(233, 181, 77, 0.13); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.018), 0 0 0 200px rgba(255, 255, 255, 0.012); }
.school-final__card > * { position: relative; }
.school-final__card h2 { max-width: 920px; margin: 1rem auto; color: #fff; font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: 1.02; }
.school-final__card > p { color: rgba(255, 255, 255, 0.65); }
.school-final__card > div { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.4rem; margin-top: 2rem; }
.school-final__link { color: rgba(255, 255, 255, 0.76); font-size: 0.78rem; font-weight: 650; }
.school-final__link:hover { color: #fff; }

/* ---------- Motion ---------- */
@keyframes school-blueprint-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

@keyframes school-draw-line { to { stroke-dashoffset: 0; } }
@keyframes school-core-pulse { 0%, 100% { scale: 1; } 50% { scale: 1.035; } }
@keyframes school-foundation-in { from { opacity: 0; translate: 0 8px; } to { opacity: 1; translate: 0 0; } }
@keyframes school-orbit { to { rotate: 360deg; } }
@keyframes school-point-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -9px; } }

/* ---------- Responsive ---------- */
@media (max-width: 1050px) {
  .school-hero { min-height: auto; padding-top: calc(74px + 3rem); }
  .school-hero__inner { grid-template-columns: 1fr; gap: 4rem; }
  .school-hero__copy { max-width: 820px; }
  .school-hero__visual { justify-self: center; width: min(100%, 560px); }
  .school-reality__grid,
  .school-results__inner,
  .school-fit__card,
  .school-followup__grid,
  .school-practical__grid,
  .school-faq__grid { grid-template-columns: 1fr; }
  .school-reality__heading,
  .school-faq__heading,
  .school-practical__cta { position: static; }
  .school-reality__heading { max-width: 760px; }
  .school-results__heading { max-width: 850px; }
  .school-followup__orbit { justify-self: center; }
  .school-practical__cta { max-width: 680px; }
}

@media (max-width: 760px) {
  .school-hero { padding-bottom: 7rem; }
  .school-hero__inner { gap: 3.2rem; }
  .school-hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .school-breadcrumb { margin-bottom: 1.5rem; }
  .school-hero__facts { gap: 0; }
  .school-hero__facts strong { font-size: 1.02rem; }
  .school-hero__facts span { font-size: 0.59rem; }
  .school-hero__visual { width: min(100%, 470px); }
  .school-blueprint { padding: 1.1rem; border-radius: 14px 38px 14px 14px; }
  .school-blueprint__core { width: 108px; }
  .school-blueprint__stamp { display: none; }
  .school-reality { padding: 4.5rem 0 6.5rem; }
  .school-reality__situations { grid-template-columns: 1fr; }
  .school-reality__situations article { min-height: 160px; }
  .school-reality__situations article:nth-child(even),
  .school-reality__situations article:nth-child(even):hover { translate: 0; }
  .school-method { padding: 6rem 0 7rem; }
  .school-section-heading { margin-bottom: 2.5rem; }
  .school-program { grid-template-columns: 1fr; }
  .school-program__map { position: relative; top: auto; }
  .school-program__map-card { min-height: auto; padding: 1.4rem; border-radius: 16px 38px 16px 16px; }
  .school-program__map-title strong { font-size: 1.6rem; }
  .school-program__map-card ol { grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 1.8rem; }
  .school-program__map-card ol::before { left: 7%; right: 7%; top: 17px; bottom: auto; width: auto; height: 1px; }
  .school-program__progress { left: calc(1.4rem + 7%); top: 150px; width: calc((100% - 2.8rem) * 0.86 * var(--school-progress, 0)); height: 2px; max-height: none; }
  .school-program__map-card li { min-width: 0; flex-direction: column; gap: 0.45rem; min-height: auto; color: rgba(255, 255, 255, 0.5); font-size: 0.5rem; text-align: center; }
  .school-program__map-card li.is-active { translate: 0 -3px; }
  .school-program__map-card li span { width: 34px; }
  .school-program__map-foot { display: none; }
  .school-program__steps { gap: 0.65rem; }
  .school-program__step {
    min-height: 0;
    padding: 1.1rem 1.15rem;
    cursor: pointer;
  }
  .school-program__step-head {
    margin-bottom: 0;
    gap: 0.7rem;
  }
  .school-program__step-head::after {
    content: '+';
    margin-left: auto;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--school-blue-soft);
    color: var(--school-blue);
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
  }
  .school-program__step.is-open .school-program__step-head::after {
    transform: rotate(45deg);
    background: var(--school-gold);
    color: #fff;
  }
  .school-program__step h3,
  .school-program__step > p,
  .school-program__output {
    display: none;
  }
  .school-program__step.is-open h3 {
    display: block;
    margin-top: 1.1rem;
    animation: school-step-reveal 0.4s ease both;
  }
  .school-program__step.is-open > p {
    display: block;
    animation: school-step-reveal 0.4s 0.04s ease both;
  }
  .school-program__step.is-open .school-program__output {
    display: flex;
    animation: school-step-reveal 0.4s 0.08s ease both;
  }
  @keyframes school-step-reveal {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .school-results { padding: 8rem 0; }
  .school-results__board-grid { grid-template-columns: 1fr; }
  .school-results__board-grid article,
  .school-results__board-grid article:nth-child(even) { min-height: 145px; border-right: 0; }
  .school-results__board-final { grid-column: auto; }
  .school-fit,
  .school-practical,
  .school-faq { padding: 6rem 0; }
  .school-fit__card { padding: 2rem; border-radius: 34px 10px 34px 10px; }
  .school-followup { padding: 6.5rem 0; }
  .school-followup__grid { grid-template-columns: minmax(0, 1fr); }
  .school-followup__copy { order: -1; }
  .school-followup__orbit { width: min(100%, 390px); }
  .school-practical__items { grid-template-columns: 1fr; }
  .school-practical__items article { min-height: 155px; }
  .school-final { padding-bottom: 6rem; }
  .school-final__card { border-radius: 14px 42px 14px 14px; }
}

@media (max-width: 480px) {
  .school-hero { padding-top: calc(74px + 2rem); }
  .school-breadcrumb { font-size: 0.6rem; }
  .school-hero__actions { align-items: stretch; flex-direction: column; }
  .school-hero__actions .btn { width: 100%; justify-content: center; }
  .school-hero__facts li { padding-right: 0.55rem; }
  .school-hero__facts li + li { padding-left: 0.65rem; }
  .school-blueprint { aspect-ratio: 0.82; }
  .school-blueprint__house { height: 55%; }
  .school-blueprint__core { width: 92px; }
  .school-blueprint__core strong { font-size: 0.82rem; }
  .school-blueprint__foundations { gap: 0.15rem; }
  .school-blueprint__foundations li { font-size: 0.42rem; }
  .school-reality__heading h2,
  .school-section-heading h2,
  .school-fit h2,
  .school-practical h2,
  .school-faq h2 { font-size: 2.2rem; }
  .school-program__map-card { margin-inline: -0.2rem; }
  .school-program__map-title strong { font-size: 1.35rem; }
  .school-program__map-card li { font-size: 0.42rem; }
  .school-program__step { min-height: 0; padding: 1.7rem; }
  .school-program__step h3 { font-size: 1.7rem; }
  .school-results__board-head strong { display: none; }
  .school-fit__card { margin-inline: -0.25rem; padding: 1.6rem; }
  .school-followup__orbit { width: 320px; max-width: 100%; }
  .school-followup__center { width: 140px; }
  .school-followup__center strong { font-size: 2.1rem; }
  .school-followup__point { min-width: 70px; padding: 0.6rem; font-size: 0.56rem; }
  .school-practical__cta { margin-inline: -0.25rem; padding: 1.8rem; }
  .school-faq summary { font-size: 1rem; }
  .school-final__card { margin-inline: -0.25rem; padding: 3rem 1.4rem; }
  .school-final__card > div { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .school-blueprint,
  .blueprint-line,
  .school-blueprint__core,
  .school-blueprint__foundations li,
  .school-followup__ring,
  .school-followup__point { animation: none !important; }
  .blueprint-line { stroke-dashoffset: 0; }
  .school-program__step.is-open h3,
  .school-program__step.is-open > p,
  .school-program__step.is-open .school-program__output { animation: none !important; }
}
