/* ========================================================================== 
   FORMATION MAGNETISME - HUB D'ORIENTATION V1.1.3
   Scope strict : .modele-landing.mag-hub-new
   Mobile allege, tablette intermediaire, ordinateur complet.
   ========================================================================== */

.modele-landing.mag-hub-new {
  --hub-bg: #09071a;
  --hub-bg-soft: #110b2a;
  --hub-panel: rgba(255, 255, 255, 0.065);
  --hub-panel-strong: rgba(255, 255, 255, 0.1);
  --hub-border: rgba(255, 255, 255, 0.14);
  --hub-border-gold: rgba(228, 192, 91, 0.48);
  --hub-gold: #e4c05b;
  --hub-gold-light: #f6dd8d;
  --hub-cyan: #79e0ea;
  --hub-violet: #8b5cf6;
  --hub-white: #fffdf7;
  --hub-text: rgba(255, 255, 255, 0.9);
  --hub-muted: rgba(255, 255, 255, 0.7);
  --hub-dark-text: #241630;
  --hub-radius-lg: 30px;
  --hub-radius-md: 20px;
  --hub-radius-sm: 14px;
  --hub-shadow: 0 28px 78px rgba(0, 0, 0, 0.34);
  --hub-shadow-soft: 0 16px 42px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow-x: clip;
  background:
    radial-gradient(circle at 7% 8%, rgba(228, 192, 91, 0.09), transparent 28rem),
    radial-gradient(circle at 91% 22%, rgba(121, 224, 234, 0.07), transparent 30rem),
    var(--hub-bg);
  color: var(--hub-text);
}

.modele-landing.mag-hub-new *,
.modele-landing.mag-hub-new *::before,
.modele-landing.mag-hub-new *::after {
  box-sizing: border-box;
}

.modele-landing.mag-hub-new section[id] {
  scroll-margin-top: 112px;
}

.modele-landing.mag-hub-new .mag-hub-shell {
  width: min(calc(100% - 40px), 1180px);
  margin-inline: auto;
}

.modele-landing.mag-hub-new h1,
.modele-landing.mag-hub-new h2,
.modele-landing.mag-hub-new h3,
.modele-landing.mag-hub-new p,
.modele-landing.mag-hub-new ul,
.modele-landing.mag-hub-new ol {
  margin-top: 0;
}

.modele-landing.mag-hub-new h1,
.modele-landing.mag-hub-new h2,
.modele-landing.mag-hub-new h3 {
  text-wrap: balance;
}

.modele-landing.mag-hub-new p,
.modele-landing.mag-hub-new li {
  text-wrap: pretty;
}

.modele-landing.mag-hub-new a,
.modele-landing.mag-hub-new button,
.modele-landing.mag-hub-new summary {
  -webkit-tap-highlight-color: transparent;
}

.modele-landing.mag-hub-new a:focus-visible,
.modele-landing.mag-hub-new button:focus-visible,
.modele-landing.mag-hub-new summary:focus-visible,
.modele-landing.mag-hub-new [tabindex="0"]:focus-visible {
  outline: 3px solid var(--hub-cyan) !important;
  outline-offset: 4px;
}

.modele-landing.mag-hub-new .mag-hub-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: var(--hub-gold-light);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.modele-landing.mag-hub-new .mag-hub-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.modele-landing.mag-hub-new .mag-hub-section {
  position: relative;
  padding: clamp(76px, 8vw, 112px) 0;
}

.modele-landing.mag-hub-new .mag-hub-heading {
  max-width: 820px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
}

.modele-landing.mag-hub-new .mag-hub-heading--compact {
  margin-bottom: 30px;
}

.modele-landing.mag-hub-new .mag-hub-heading h2 {
  margin-bottom: 18px;
  color: var(--hub-white);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 860;
}

.modele-landing.mag-hub-new .mag-hub-heading p {
  max-width: 760px;
  margin-inline: auto;
  color: var(--hub-muted);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.75;
}

/* ========================================================================== 
   BUTTONS
   ========================================================================== */

.modele-landing.mag-hub-new .btn-landing {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px !important;
  border-radius: 14px !important;
  font-size: 0.98rem !important;
  font-weight: 850 !important;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.modele-landing.mag-hub-new .btn-landing:hover {
  transform: translateY(-2px);
}

.modele-landing.mag-hub-new .btn-primary {
  border: 1px solid rgba(246, 221, 141, 0.7) !important;
  background: linear-gradient(135deg, #e5bf57 0%, #f6dc8b 100%) !important;
  color: #241630 !important;
  box-shadow: 0 14px 34px rgba(228, 192, 91, 0.22);
}

.modele-landing.mag-hub-new .btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  background: rgba(10, 6, 24, 0.5) !important;
  color: #fff !important;
  backdrop-filter: blur(12px);
}

.modele-landing.mag-hub-new .btn-outline {
  border: 1px solid rgba(121, 224, 234, 0.42) !important;
  background: rgba(121, 224, 234, 0.065) !important;
  color: var(--hub-cyan) !important;
}

.modele-landing.mag-hub-new .mag-hub-text-link {
  color: var(--hub-cyan);
  font-weight: 760;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

/* ========================================================================== 
   HERO
   ========================================================================== */

.modele-landing.mag-hub-new .mag-hub-hero {
  position: relative;
  min-height: min(880px, 92vh);
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(112px, 11vw, 154px) 0 clamp(76px, 8vw, 112px);
  background: #100a24;
}

.modele-landing.mag-hub-new .mag-hub-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(100deg, rgba(8, 6, 25, 0.97) 0%, rgba(37, 17, 73, 0.9) 52%, rgba(22, 78, 91, 0.62) 100%),
    url("https://www.formationaumagnetisme.fr/wp-content/uploads/2025/11/formation-magnetisme-n1-hero.webp") center 38% / cover no-repeat;
  transform: scale(1.01);
}

.modele-landing.mag-hub-new .mag-hub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 74% 28%, rgba(246, 221, 141, 0.17), transparent 22rem),
    radial-gradient(circle at 18% 70%, rgba(121, 224, 234, 0.09), transparent 26rem),
    linear-gradient(180deg, transparent 62%, rgba(9, 7, 26, 0.96) 100%);
  pointer-events: none;
}

.modele-landing.mag-hub-new .mag-hub-hero__inner {
  max-width: 1030px;
  text-align: center;
}

.modele-landing.mag-hub-new .mag-hub-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 auto 28px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(8, 5, 20, 0.38);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.8rem;
  line-height: 1.3;
  backdrop-filter: blur(12px);
}

.modele-landing.mag-hub-new .mag-hub-breadcrumb a {
  color: var(--hub-gold-light);
  text-decoration: none;
}

.modele-landing.mag-hub-new .mag-hub-hero__hook {
  max-width: 860px;
  margin: 0 auto 22px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: clamp(1.02rem, 1.7vw, 1.28rem);
  font-weight: 720;
  line-height: 1.58;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.42);
}

.modele-landing.mag-hub-new .mag-hub-hero h1 {
  max-width: 1000px;
  margin: 0 auto 22px;
  color: var(--hub-white) !important;
  font-size: clamp(2.8rem, 6.3vw, 5.5rem) !important;
  font-weight: 880 !important;
  line-height: 0.99 !important;
  letter-spacing: -0.055em;
  text-shadow: 0 12px 36px rgba(0, 0, 0, 0.44);
}

.modele-landing.mag-hub-new .mag-hub-hero h1 span {
  display: block;
  margin-top: 14px;
  color: var(--hub-gold-light);
  font-size: 0.5em;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.modele-landing.mag-hub-new .mag-hub-hero__lead {
  max-width: 790px;
  margin: 0 auto 16px;
  color: var(--hub-cyan);
  font-size: clamp(1.14rem, 2vw, 1.46rem);
  line-height: 1.52;
  font-weight: 680;
}

.modele-landing.mag-hub-new .mag-hub-hero__text {
  max-width: 790px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.79);
  font-size: clamp(0.98rem, 1.35vw, 1.1rem);
  line-height: 1.75;
}

.modele-landing.mag-hub-new .mag-hub-hero__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.modele-landing.mag-hub-new .mag-hub-hero__actions .btn-landing {
  min-width: 220px;
  min-height: 56px;
}

.modele-landing.mag-hub-new .mag-hub-hero__proofs {
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 34px auto 0;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(8, 5, 20, 0.38);
  box-shadow: var(--hub-shadow-soft);
  backdrop-filter: blur(15px);
}

.modele-landing.mag-hub-new .mag-hub-hero__proofs div {
  min-width: 0;
  padding: 15px 12px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.055);
}

.modele-landing.mag-hub-new .mag-hub-hero__proofs strong,
.modele-landing.mag-hub-new .mag-hub-hero__proofs span {
  display: block;
}

.modele-landing.mag-hub-new .mag-hub-hero__proofs strong {
  margin-bottom: 4px;
  color: var(--hub-gold-light);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.1;
}

.modele-landing.mag-hub-new .mag-hub-hero__proofs span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
  line-height: 1.35;
}

/* ========================================================================== 
   STICKY NAV
   ========================================================================== */

.modele-landing.mag-hub-new .mag-hub-nav {
  position: sticky;
  top: 0;
  z-index: 80;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(9, 7, 26, 0.9);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px) saturate(125%);
}

body.admin-bar .modele-landing.mag-hub-new .mag-hub-nav {
  top: 32px;
}

.modele-landing.mag-hub-new .mag-hub-nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 0;
}

.modele-landing.mag-hub-new .mag-hub-nav a {
  flex: 0 1 180px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.modele-landing.mag-hub-new .mag-hub-nav a:hover {
  border-color: rgba(121, 224, 234, 0.22);
  background: rgba(121, 224, 234, 0.06);
  color: var(--hub-cyan);
}

/* ========================================================================== 
   DEFINITION DU MAGNETISME
   ========================================================================== */

.modele-landing.mag-hub-new .mag-hub-definition {
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 10%, rgba(121, 224, 234, 0.12), transparent 27rem),
    radial-gradient(circle at 96% 24%, rgba(228, 192, 91, 0.16), transparent 29rem),
    linear-gradient(180deg, #fbf8f0 0%, #f3ecdf 100%);
  color: var(--hub-dark-text);
}

.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-eyebrow {
  color: #77521f;
}

.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-heading h2 {
  color: #25152f;
}

.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-heading > p {
  max-width: 900px;
  color: rgba(36, 22, 48, 0.78);
  font-size: clamp(1.04rem, 1.6vw, 1.22rem);
  line-height: 1.8;
}

.modele-landing.mag-hub-new .mag-hub-definition__heading {
  max-width: 960px;
}

.modele-landing.mag-hub-new .mag-hub-definition__overview {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  gap: clamp(20px, 3.2vw, 38px);
  align-items: stretch;
}

.modele-landing.mag-hub-new .mag-hub-definition__main,
.modele-landing.mag-hub-new .mag-hub-definition__history {
  min-width: 0;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(38, 22, 48, 0.12);
}

.modele-landing.mag-hub-new .mag-hub-definition__main {
  border: 1px solid rgba(64, 38, 78, 0.12);
  background: rgba(255, 255, 255, 0.84);
}

.modele-landing.mag-hub-new .mag-hub-definition__history {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(246, 221, 141, 0.34);
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 221, 141, 0.16), transparent 17rem),
    linear-gradient(155deg, #2c1744 0%, #15122f 100%);
  color: rgba(255, 255, 255, 0.78);
}

.modele-landing.mag-hub-new .mag-hub-definition__history::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(246, 221, 141, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.modele-landing.mag-hub-new .mag-hub-definition__label {
  display: inline-flex;
  margin-bottom: 14px;
  color: #805b28;
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.085em;
}

.modele-landing.mag-hub-new .mag-hub-definition__main h3,
.modele-landing.mag-hub-new .mag-hub-definition__history h3,
.modele-landing.mag-hub-new .mag-hub-definition__training h3 {
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.modele-landing.mag-hub-new .mag-hub-definition__main h3 {
  color: #281733;
}

.modele-landing.mag-hub-new .mag-hub-definition__main > p {
  color: rgba(36, 22, 48, 0.78);
  line-height: 1.78;
}

.modele-landing.mag-hub-new .mag-hub-definition__main > p:last-of-type {
  margin-bottom: 0;
}

.modele-landing.mag-hub-new .mag-hub-definition__history .mag-hub-definition__label {
  color: var(--hub-gold-light);
}

.modele-landing.mag-hub-new .mag-hub-definition__history h3 {
  color: #fff;
}

.modele-landing.mag-hub-new .mag-hub-definition__history p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.73);
  line-height: 1.72;
}

.modele-landing.mag-hub-new .mag-hub-definition__date {
  display: block;
  margin-bottom: 18px;
  color: rgba(246, 221, 141, 0.22);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 6vw, 5.2rem);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.07em;
}

.modele-landing.mag-hub-new .mag-hub-definition__date sup {
  font-size: 0.32em;
  vertical-align: super;
}

.modele-landing.mag-hub-new .mag-hub-definition__visual {
  position: relative;
  overflow: hidden;
  margin: 0 0 24px;
  border: 1px solid rgba(64, 38, 78, 0.12);
  border-radius: 18px;
  background: #eee7dc;
  box-shadow: 0 16px 38px rgba(38, 22, 48, 0.12);
}

.modele-landing.mag-hub-new .mag-hub-definition__visual img {
  width: 100%;
  height: clamp(220px, 27vw, 330px);
  display: block;
  object-fit: cover;
  object-position: center;
}

.modele-landing.mag-hub-new .mag-hub-definition__visual figcaption {
  margin: 0;
  padding: 12px 15px 14px;
  background: rgba(255, 255, 255, 0.96);
  color: #514257 !important;
  -webkit-text-fill-color: #514257 !important;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.5;
}

.modele-landing.mag-hub-new .mag-hub-definition__felt {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
  padding: 17px 18px;
  border: 1px solid rgba(122, 82, 31, 0.18);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(246, 221, 141, 0.22), rgba(121, 224, 234, 0.12));
}

.modele-landing.mag-hub-new .mag-hub-definition__felt > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #2d1a3c;
  color: var(--hub-gold-light);
  font-size: 1.05rem;
}

.modele-landing.mag-hub-new .mag-hub-definition__felt p {
  margin: 0;
  color: #403047 !important;
  -webkit-text-fill-color: #403047 !important;
  line-height: 1.62;
}

.modele-landing.mag-hub-new .mag-hub-definition__felt strong {
  color: #2d1a3c !important;
  -webkit-text-fill-color: #2d1a3c !important;
}

.modele-landing.mag-hub-new .mag-hub-definition__distinction {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid rgba(36, 108, 120, 0.28);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(228, 192, 91, 0.18), transparent 18rem),
    linear-gradient(135deg, #e9f8f7 0%, #fffaf0 100%);
  box-shadow: 0 16px 40px rgba(38, 22, 48, 0.1);
}

.modele-landing.mag-hub-new .mag-hub-definition__distinction-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: linear-gradient(145deg, #246c78, #2d1a3c);
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(36, 108, 120, 0.2);
}

.modele-landing.mag-hub-new .mag-hub-definition__distinction strong {
  display: block;
  margin-bottom: 6px;
  color: #1e4e58 !important;
  -webkit-text-fill-color: #1e4e58 !important;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.modele-landing.mag-hub-new .mag-hub-definition__distinction p {
  margin-bottom: 0;
  color: #314b51 !important;
  -webkit-text-fill-color: #314b51 !important;
  line-height: 1.65;
}

.modele-landing.mag-hub-new .mag-hub-methods {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-top: 24px;
}

.modele-landing.mag-hub-new .mag-hub-methods article {
  min-width: 0;
  padding: 23px 20px;
  border: 1px solid rgba(64, 38, 78, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 36px rgba(38, 22, 48, 0.08);
}

.modele-landing.mag-hub-new .mag-hub-methods__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(73, 112, 120, 0.18);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(121, 224, 234, 0.16), rgba(228, 192, 91, 0.13));
  color: #50335d;
  font-size: 1.25rem;
  font-weight: 850;
}

.modele-landing.mag-hub-new .mag-hub-methods h3 {
  margin-bottom: 10px;
  color: #281733;
  font-size: 1.08rem;
  line-height: 1.3;
}

.modele-landing.mag-hub-new .mag-hub-methods p {
  margin-bottom: 0;
  color: rgba(36, 22, 48, 0.7);
  font-size: 0.9rem;
  line-height: 1.65;
}

.modele-landing.mag-hub-new .mag-hub-definition__training {
  margin-top: clamp(28px, 5vw, 52px);
  padding: clamp(28px, 4.8vw, 48px);
  border: 1px solid rgba(246, 221, 141, 0.26);
  border-radius: 28px;
  background:
    radial-gradient(circle at 93% 10%, rgba(121, 224, 234, 0.12), transparent 20rem),
    linear-gradient(125deg, #25133e 0%, #15142f 62%, #12323a 100%);
  color: var(--hub-text);
  box-shadow: var(--hub-shadow);
}

.modele-landing.mag-hub-new .mag-hub-definition__training .mag-hub-eyebrow {
  color: var(--hub-gold-light);
}

.modele-landing.mag-hub-new .mag-hub-definition__training-intro {
  max-width: 880px;
}

.modele-landing.mag-hub-new .mag-hub-definition__training h3 {
  color: #fff;
}

.modele-landing.mag-hub-new .mag-hub-definition__training-intro > p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.02rem;
  line-height: 1.75;
}

.modele-landing.mag-hub-new .mag-hub-definition__training-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 26px;
}

.modele-landing.mag-hub-new .mag-hub-definition__training-grid article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.055);
}

.modele-landing.mag-hub-new .mag-hub-definition__training-grid strong {
  display: block;
  margin-bottom: 9px;
  color: var(--hub-gold-light);
  line-height: 1.35;
}

.modele-landing.mag-hub-new .mag-hub-definition__training-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.62;
}

.modele-landing.mag-hub-new .mag-hub-definition__limits {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
  margin-top: 22px;
  padding: 20px 22px;
  border: 1px solid rgba(116, 76, 26, 0.22);
  border-radius: 18px;
  background: rgba(255, 250, 237, 0.78);
}

.modele-landing.mag-hub-new .mag-hub-definition__limits > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #2d1a3c;
  color: var(--hub-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.modele-landing.mag-hub-new .mag-hub-definition__limits strong {
  display: block;
  margin-bottom: 6px;
  color: #2d1a3c;
}

.modele-landing.mag-hub-new .mag-hub-definition__limits p {
  margin-bottom: 0;
  color: rgba(54, 36, 61, 0.76);
  font-size: 0.91rem;
  line-height: 1.65;
}

/* ========================================================================== 
   SELECTOR
   ========================================================================== */

.modele-landing.mag-hub-new .mag-hub-selector {
  background:
    radial-gradient(circle at 8% 18%, rgba(139, 92, 246, 0.12), transparent 24rem),
    linear-gradient(180deg, #0b081d 0%, #120a29 100%);
}

.modele-landing.mag-hub-new .mag-hub-selector__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: stretch;
}

.modele-landing.mag-hub-new .mag-hub-selector__choices {
  display: grid;
  gap: 14px;
}

.modele-landing.mag-hub-new .mag-hub-choice {
  appearance: none;
  width: 100%;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas:
    "icon title"
    "icon text";
  column-gap: 16px;
  row-gap: 5px;
  padding: 20px;
  border: 1px solid var(--hub-border);
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028));
  color: var(--hub-text);
  text-align: left;
  cursor: pointer;
  box-shadow: var(--hub-shadow-soft);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.modele-landing.mag-hub-new .mag-hub-choice:hover {
  transform: translateY(-2px);
  border-color: rgba(121, 224, 234, 0.35);
  background: linear-gradient(145deg, rgba(121, 224, 234, 0.1), rgba(255, 255, 255, 0.035));
}

.modele-landing.mag-hub-new .mag-hub-choice[aria-pressed="true"] {
  border-color: var(--hub-border-gold);
  background: linear-gradient(145deg, rgba(228, 192, 91, 0.15), rgba(139, 92, 246, 0.08));
  box-shadow: 0 18px 46px rgba(228, 192, 91, 0.12);
}

.modele-landing.mag-hub-new .mag-hub-choice > span {
  grid-area: icon;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 1.35rem;
}

.modele-landing.mag-hub-new .mag-hub-choice strong {
  grid-area: title;
  align-self: end;
  color: #fff;
  font-size: 1.04rem;
  line-height: 1.35;
}

.modele-landing.mag-hub-new .mag-hub-choice small {
  grid-area: text;
  align-self: start;
  color: var(--hub-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.modele-landing.mag-hub-new .mag-hub-recommendation {
  position: sticky;
  top: 94px;
  min-height: 100%;
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid var(--hub-border-gold);
  border-radius: var(--hub-radius-lg);
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 221, 141, 0.15), transparent 18rem),
    linear-gradient(155deg, rgba(39, 20, 72, 0.96), rgba(13, 13, 39, 0.96));
  box-shadow: var(--hub-shadow);
}

.modele-landing.mag-hub-new .mag-hub-recommendation__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--hub-gold-light);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.modele-landing.mag-hub-new .mag-hub-recommendation h3 {
  margin-bottom: 15px;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.modele-landing.mag-hub-new .mag-hub-recommendation > p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.modele-landing.mag-hub-new .mag-hub-recommendation ul {
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.modele-landing.mag-hub-new .mag-hub-recommendation li {
  position: relative;
  padding: 11px 13px 11px 39px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.45;
}

.modele-landing.mag-hub-new .mag-hub-recommendation li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 10px;
  color: var(--hub-gold-light);
  font-weight: 900;
}

.modele-landing.mag-hub-new .mag-hub-recommendation__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
}

/* ========================================================================== 
   PATH CARDS
   ========================================================================== */

.modele-landing.mag-hub-new .mag-hub-paths {
  background:
    radial-gradient(circle at 88% 12%, rgba(121, 224, 234, 0.07), transparent 28rem),
    #0a081b;
}

.modele-landing.mag-hub-new .mag-hub-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.modele-landing.mag-hub-new .mag-hub-path-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(23px, 3vw, 32px);
  border: 1px solid var(--hub-border);
  border-radius: 26px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026));
  box-shadow: var(--hub-shadow-soft);
}

.modele-landing.mag-hub-new .mag-hub-path-card.is-featured {
  border-color: var(--hub-border-gold);
  background:
    radial-gradient(circle at 100% 0%, rgba(228, 192, 91, 0.15), transparent 18rem),
    linear-gradient(155deg, rgba(60, 30, 93, 0.82), rgba(17, 14, 43, 0.96));
  transform: translateY(-8px);
  box-shadow: 0 30px 74px rgba(0, 0, 0, 0.34);
}

.modele-landing.mag-hub-new .mag-hub-path-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.modele-landing.mag-hub-new .mag-hub-path-card__badge,
.modele-landing.mag-hub-new .mag-hub-path-card__price {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  line-height: 1.2;
  font-weight: 820;
}

.modele-landing.mag-hub-new .mag-hub-path-card__badge {
  border: 1px solid rgba(121, 224, 234, 0.24);
  background: rgba(121, 224, 234, 0.08);
  color: var(--hub-cyan);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.modele-landing.mag-hub-new .mag-hub-path-card__price {
  background: rgba(228, 192, 91, 0.12);
  color: var(--hub-gold-light);
}

.modele-landing.mag-hub-new .mag-hub-path-card__icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
  color: var(--hub-gold-light);
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.modele-landing.mag-hub-new .mag-hub-path-card h3 {
  margin-bottom: 13px;
  color: #fff;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.modele-landing.mag-hub-new .mag-hub-path-card__promise {
  min-height: 72px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

.modele-landing.mag-hub-new .mag-hub-path-card__facts {
  display: grid;
  gap: 9px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.modele-landing.mag-hub-new .mag-hub-path-card__facts li {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  line-height: 1.45;
}

.modele-landing.mag-hub-new .mag-hub-path-card__facts strong {
  color: #fff;
}

.modele-landing.mag-hub-new .mag-hub-path-card__details {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}

.modele-landing.mag-hub-new .mag-hub-path-card__details summary {
  cursor: pointer;
  color: var(--hub-cyan);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.4;
}

.modele-landing.mag-hub-new .mag-hub-path-card__details p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.62;
}

.modele-landing.mag-hub-new .mag-hub-path-card__actions {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.modele-landing.mag-hub-new .mag-hub-path-card__actions .mag-hub-text-link {
  justify-self: center;
  font-size: 0.88rem;
}

/* ========================================================================== 
   COMPARISON TABLE
   ========================================================================== */

.modele-landing.mag-hub-new .mag-hub-comparison {
  padding-top: 42px;
  background: #100a25;
}

.modele-landing.mag-hub-new .mag-hub-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--hub-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--hub-shadow-soft);
}

.modele-landing.mag-hub-new .mag-hub-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  color: var(--hub-text);
}

.modele-landing.mag-hub-new .mag-hub-table th,
.modele-landing.mag-hub-new .mag-hub-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

.modele-landing.mag-hub-new .mag-hub-table th:last-child,
.modele-landing.mag-hub-new .mag-hub-table td:last-child {
  border-right: 0;
}

.modele-landing.mag-hub-new .mag-hub-table tbody tr:last-child th,
.modele-landing.mag-hub-new .mag-hub-table tbody tr:last-child td {
  border-bottom: 0;
}

.modele-landing.mag-hub-new .mag-hub-table thead th {
  background: rgba(228, 192, 91, 0.1);
  color: var(--hub-gold-light);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}

.modele-landing.mag-hub-new .mag-hub-table tbody th {
  width: 22%;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  font-size: 0.92rem;
}

.modele-landing.mag-hub-new .mag-hub-table tbody td {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.modele-landing.mag-hub-new .mag-hub-table a {
  color: var(--hub-cyan);
  font-weight: 780;
}

.modele-landing.mag-hub-new .mag-hub-table-note {
  max-width: 850px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
  line-height: 1.55;
  text-align: center;
}

/* ========================================================================== 
   PROGRESSION
   ========================================================================== */

.modele-landing.mag-hub-new .mag-hub-progression {
  background:
    radial-gradient(circle at 18% 40%, rgba(121, 224, 234, 0.07), transparent 25rem),
    linear-gradient(180deg, #0b081e 0%, #130b2c 100%);
}

.modele-landing.mag-hub-new .mag-hub-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.modele-landing.mag-hub-new .mag-hub-timeline::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  top: 31px;
  height: 1px;
  background: linear-gradient(90deg, var(--hub-gold), var(--hub-cyan));
  opacity: 0.5;
}

.modele-landing.mag-hub-new .mag-hub-timeline li {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 20px 22px;
  text-align: center;
}

.modele-landing.mag-hub-new .mag-hub-timeline__number {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border: 1px solid var(--hub-border-gold);
  border-radius: 50%;
  background: #1a1037;
  color: var(--hub-gold-light);
  font-size: 1.25rem;
  font-weight: 900;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.modele-landing.mag-hub-new .mag-hub-timeline strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.2rem;
}

.modele-landing.mag-hub-new .mag-hub-timeline p {
  margin: 0;
  color: var(--hub-muted);
  line-height: 1.62;
}

.modele-landing.mag-hub-new .mag-hub-progression__note {
  max-width: 860px;
  margin: 38px auto 0;
  padding: 22px 24px;
  border: 1px solid rgba(121, 224, 234, 0.2);
  border-radius: 18px;
  background: rgba(121, 224, 234, 0.055);
  text-align: center;
}

.modele-landing.mag-hub-new .mag-hub-progression__note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--hub-cyan);
  font-size: 1.05rem;
}

.modele-landing.mag-hub-new .mag-hub-progression__note p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

/* ========================================================================== 
   BROCHURES
   ========================================================================== */

.modele-landing.mag-hub-new .mag-hub-brochures {
  padding: clamp(46px, 6vw, 70px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 90% 0%, rgba(228, 192, 91, 0.14), transparent 24rem),
    linear-gradient(110deg, #21103f 0%, #111332 58%, #102c34 100%);
}

.modele-landing.mag-hub-new .mag-hub-brochures__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.modele-landing.mag-hub-new .mag-hub-brochures h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.modele-landing.mag-hub-new .mag-hub-brochures p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.73);
  line-height: 1.72;
}

.modele-landing.mag-hub-new .mag-hub-brochures__buttons {
  display: grid;
  gap: 11px;
}

/* ========================================================================== 
   FORMATS
   ========================================================================== */

.modele-landing.mag-hub-new .mag-hub-formats {
  background: #09071a;
}

.modele-landing.mag-hub-new .mag-hub-format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.modele-landing.mag-hub-new .mag-hub-format-grid article {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--hub-border);
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
  text-align: center;
  box-shadow: var(--hub-shadow-soft);
}

.modele-landing.mag-hub-new .mag-hub-format-grid article > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 17px;
  border-radius: 16px;
  background: rgba(228, 192, 91, 0.1);
  font-size: 1.35rem;
}

.modele-landing.mag-hub-new .mag-hub-format-grid h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.28rem;
}

.modele-landing.mag-hub-new .mag-hub-format-grid p {
  margin-bottom: 0;
  color: var(--hub-muted);
  line-height: 1.62;
}

.modele-landing.mag-hub-new .mag-hub-formats__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* ========================================================================== 
   MENTOR
   ========================================================================== */

.modele-landing.mag-hub-new .mag-hub-mentor {
  background:
    radial-gradient(circle at 18% 14%, rgba(228, 192, 91, 0.1), transparent 24rem),
    linear-gradient(180deg, #120b2a 0%, #0b081e 100%);
}

.modele-landing.mag-hub-new .mag-hub-mentor__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: center;
}

.modele-landing.mag-hub-new .mag-hub-mentor__image {
  position: relative;
  max-width: 460px;
  margin-inline: auto;
}

.modele-landing.mag-hub-new .mag-hub-mentor__image::before {
  content: "";
  position: absolute;
  inset: -14px 16px 16px -14px;
  border: 1px solid var(--hub-border-gold);
  border-radius: 28px;
  opacity: 0.55;
}

.modele-landing.mag-hub-new .mag-hub-mentor__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: var(--hub-shadow);
}

.modele-landing.mag-hub-new .mag-hub-mentor__content h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.modele-landing.mag-hub-new .mag-hub-mentor__content > p {
  color: var(--hub-muted);
  line-height: 1.72;
}

.modele-landing.mag-hub-new .mag-hub-mentor__content ul {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.modele-landing.mag-hub-new .mag-hub-mentor__content li {
  position: relative;
  padding: 12px 14px 12px 42px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.84);
}

.modele-landing.mag-hub-new .mag-hub-mentor__content li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 11px;
  color: var(--hub-gold-light);
  font-weight: 900;
}

.modele-landing.mag-hub-new .mag-hub-mentor__note {
  padding: 15px 17px;
  border-left: 3px solid var(--hub-cyan);
  background: rgba(121, 224, 234, 0.05);
  color: rgba(255, 255, 255, 0.78) !important;
}

/* ========================================================================== 
   FRAMEWORK
   ========================================================================== */

.modele-landing.mag-hub-new .mag-hub-framework {
  background: #0a081b;
}

.modele-landing.mag-hub-new .mag-hub-framework__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.modele-landing.mag-hub-new .mag-hub-framework__grid article {
  padding: 24px;
  border: 1px solid var(--hub-border);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.045);
}

.modele-landing.mag-hub-new .mag-hub-framework__grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--hub-gold-light);
  font-size: 1.08rem;
}

.modele-landing.mag-hub-new .mag-hub-framework__grid p {
  margin-bottom: 0;
  color: var(--hub-muted);
  line-height: 1.65;
}

/* ========================================================================== 
   FAQ
   ========================================================================== */

.modele-landing.mag-hub-new .mag-hub-faq {
  background:
    radial-gradient(circle at 86% 20%, rgba(139, 92, 246, 0.09), transparent 25rem),
    #110a28;
}

.modele-landing.mag-hub-new .mag-hub-faq__list {
  max-width: 900px;
  display: grid;
  gap: 12px;
  margin-inline: auto;
}

.modele-landing.mag-hub-new .mag-hub-faq details {
  border: 1px solid var(--hub-border);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.modele-landing.mag-hub-new .mag-hub-faq summary {
  position: relative;
  cursor: pointer;
  padding: 19px 54px 19px 20px;
  color: #fff;
  font-weight: 780;
  line-height: 1.45;
  list-style: none;
}

.modele-landing.mag-hub-new .mag-hub-faq summary::-webkit-details-marker {
  display: none;
}

.modele-landing.mag-hub-new .mag-hub-faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(121, 224, 234, 0.09);
  color: var(--hub-cyan);
  font-size: 1.15rem;
  font-weight: 500;
}

.modele-landing.mag-hub-new .mag-hub-faq details[open] summary::after {
  content: "−";
}

.modele-landing.mag-hub-new .mag-hub-faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--hub-muted);
  line-height: 1.7;
}

/* ========================================================================== 
   NOTE LEGALE FINALE
   ========================================================================== */

.modele-landing.mag-hub-new .mag-hub-legal-note {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #080617;
}

.modele-landing.mag-hub-new .mag-hub-legal-note__inner {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  align-items: center;
}

.modele-landing.mag-hub-new .mag-hub-legal-note__inner > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(246, 221, 141, 0.38);
  border-radius: 50%;
  color: var(--hub-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.modele-landing.mag-hub-new .mag-hub-legal-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.82rem;
  line-height: 1.55;
}

.modele-landing.mag-hub-new .mag-hub-legal-note strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* ========================================================================== 
   FINAL CTA
   ========================================================================== */

.modele-landing.mag-hub-new .mag-hub-final {
  padding: clamp(62px, 7vw, 88px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(circle at 80% 30%, rgba(228, 192, 91, 0.14), transparent 24rem),
    linear-gradient(110deg, #1f0e3b 0%, #101631 60%, #102c33 100%);
}

.modele-landing.mag-hub-new .mag-hub-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
}

.modele-landing.mag-hub-new .mag-hub-final h2 {
  max-width: 720px;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.07;
  letter-spacing: -0.04em;
}

.modele-landing.mag-hub-new .mag-hub-final p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.modele-landing.mag-hub-new .mag-hub-final__actions {
  display: grid;
  gap: 11px;
  min-width: 250px;
}

/* ========================================================================== 
   TABLETTE
   ========================================================================== */

@media (max-width: 1000px) {
  .modele-landing.mag-hub-new .mag-hub-definition__overview,
  .modele-landing.mag-hub-new .mag-hub-selector__layout,
  .modele-landing.mag-hub-new .mag-hub-brochures__layout {
    grid-template-columns: 1fr;
  }

  .modele-landing.mag-hub-new .mag-hub-recommendation {
    position: static;
  }

  .modele-landing.mag-hub-new .mag-hub-methods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .modele-landing.mag-hub-new .mag-hub-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .modele-landing.mag-hub-new .mag-hub-path-card.is-featured {
    grid-column: 1 / -1;
    transform: none;
  }
}

@media (min-width: 621px) and (max-width: 900px) {
  .modele-landing.mag-hub-new .mag-hub-section {
    padding: 72px 0;
  }

  .modele-landing.mag-hub-new .mag-hub-hero {
    min-height: auto;
    padding: 104px 0 78px;
  }

  .modele-landing.mag-hub-new .mag-hub-nav__inner {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .modele-landing.mag-hub-new .mag-hub-nav a {
    flex: 0 0 188px;
  }

  .modele-landing.mag-hub-new .mag-hub-definition__training-grid {
    grid-template-columns: 1fr;
  }

  .modele-landing.mag-hub-new .mag-hub-format-grid,
  .modele-landing.mag-hub-new .mag-hub-framework__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .modele-landing.mag-hub-new .mag-hub-format-grid article:last-child,
  .modele-landing.mag-hub-new .mag-hub-framework__grid article:last-child {
    grid-column: 1 / -1;
  }

  .modele-landing.mag-hub-new .mag-hub-mentor__layout {
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
    gap: 38px;
  }

  .modele-landing.mag-hub-new .mag-hub-final__inner {
    grid-template-columns: 1fr;
  }

  .modele-landing.mag-hub-new .mag-hub-final__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }
}

/* ========================================================================== 
   MOBILE
   ========================================================================== */

@media (max-width: 620px) {
  .modele-landing.mag-hub-new .mag-hub-shell {
    width: min(calc(100% - 28px), 1180px);
  }

  .modele-landing.mag-hub-new section[id] {
    scroll-margin-top: 84px;
  }

  .modele-landing.mag-hub-new .mag-hub-section {
    padding: 54px 0;
  }

  .modele-landing.mag-hub-new .mag-hub-heading {
    margin-bottom: 28px;
    text-align: left;
  }

  .modele-landing.mag-hub-new .mag-hub-heading h2 {
    font-size: clamp(1.75rem, 8.2vw, 2.35rem);
  }

  .modele-landing.mag-hub-new .mag-hub-heading p {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .modele-landing.mag-hub-new .mag-hub-hero {
    min-height: auto;
    padding: 76px 0 54px;
  }

  .modele-landing.mag-hub-new .mag-hub-hero__media {
    background-position: 64% center;
  }

  .modele-landing.mag-hub-new .mag-hub-breadcrumb {
    margin-bottom: 20px;
    padding: 7px 11px;
    font-size: 0.72rem;
  }

  .modele-landing.mag-hub-new .mag-hub-hero__hook {
    margin-bottom: 18px;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .modele-landing.mag-hub-new .mag-hub-hero h1 {
    font-size: clamp(2.05rem, 11.2vw, 3.15rem) !important;
    line-height: 1.01 !important;
  }

  .modele-landing.mag-hub-new .mag-hub-hero h1 span {
    margin-top: 12px;
    font-size: 0.56em;
  }

  .modele-landing.mag-hub-new .mag-hub-hero__lead {
    font-size: 1.06rem;
  }

  .modele-landing.mag-hub-new .mag-hub-hero__text {
    font-size: 0.93rem;
    line-height: 1.65;
  }

  .modele-landing.mag-hub-new .mag-hub-hero__actions,
  .modele-landing.mag-hub-new .mag-hub-formats__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .modele-landing.mag-hub-new .mag-hub-hero__actions .btn-landing,
  .modele-landing.mag-hub-new .mag-hub-formats__actions .btn-landing {
    width: 100%;
    min-width: 0;
  }

  .modele-landing.mag-hub-new .mag-hub-hero__proofs {
    gap: 5px;
    padding: 6px;
  }

  .modele-landing.mag-hub-new .mag-hub-hero__proofs div {
    padding: 11px 5px;
  }

  .modele-landing.mag-hub-new .mag-hub-hero__proofs strong {
    font-size: 1.02rem;
  }

  .modele-landing.mag-hub-new .mag-hub-hero__proofs span {
    font-size: 0.63rem;
  }

  .modele-landing.mag-hub-new .mag-hub-nav__inner {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 7px 0;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .modele-landing.mag-hub-new .mag-hub-nav__inner::-webkit-scrollbar {
    display: none;
  }

  .modele-landing.mag-hub-new .mag-hub-nav a {
    flex: 0 0 auto;
    min-height: 42px;
    padding-inline: 13px;
    scroll-snap-align: start;
    white-space: nowrap;
  }

  .modele-landing.mag-hub-new .mag-hub-definition__main,
  .modele-landing.mag-hub-new .mag-hub-definition__history,
  .modele-landing.mag-hub-new .mag-hub-definition__training {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .modele-landing.mag-hub-new .mag-hub-definition__main h3,
  .modele-landing.mag-hub-new .mag-hub-definition__history h3,
  .modele-landing.mag-hub-new .mag-hub-definition__training h3 {
    font-size: 1.65rem;
  }

  .modele-landing.mag-hub-new .mag-hub-definition__visual img {
    height: 210px;
  }

  .modele-landing.mag-hub-new .mag-hub-definition__felt {
    grid-template-columns: 36px 1fr;
    gap: 11px;
    padding: 15px;
  }

  .modele-landing.mag-hub-new .mag-hub-definition__felt > span {
    width: 36px;
    height: 36px;
  }

  .modele-landing.mag-hub-new .mag-hub-definition__distinction {
    grid-template-columns: 44px 1fr;
    gap: 13px;
    padding: 17px;
  }

  .modele-landing.mag-hub-new .mag-hub-definition__distinction-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    font-size: 1.3rem;
  }

  .modele-landing.mag-hub-new .mag-hub-definition__date {
    font-size: 3.4rem;
  }

  .modele-landing.mag-hub-new .mag-hub-methods {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 84%;
    gap: 12px;
    margin-right: -14px;
    padding-right: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .modele-landing.mag-hub-new .mag-hub-methods::-webkit-scrollbar {
    display: none;
  }

  .modele-landing.mag-hub-new .mag-hub-methods article {
    padding: 20px 18px;
    scroll-snap-align: start;
  }

  .modele-landing.mag-hub-new .mag-hub-definition__training-grid {
    grid-template-columns: 1fr;
    margin: 22px 0;
  }

  .modele-landing.mag-hub-new .mag-hub-definition__training .btn-landing {
    width: 100%;
  }

  .modele-landing.mag-hub-new .mag-hub-definition__limits {
    grid-template-columns: 38px 1fr;
    gap: 13px;
    padding: 17px;
  }

  .modele-landing.mag-hub-new .mag-hub-definition__limits > span {
    width: 38px;
    height: 38px;
  }

  .modele-landing.mag-hub-new .mag-hub-choice {
    grid-template-columns: 44px 1fr;
    column-gap: 13px;
    padding: 16px;
  }

  .modele-landing.mag-hub-new .mag-hub-choice > span {
    width: 44px;
    height: 44px;
    font-size: 1.15rem;
  }

  .modele-landing.mag-hub-new .mag-hub-choice strong {
    font-size: 0.96rem;
  }

  .modele-landing.mag-hub-new .mag-hub-choice small {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .modele-landing.mag-hub-new .mag-hub-recommendation {
    padding: 23px 19px;
    border-radius: 22px;
  }

  .modele-landing.mag-hub-new .mag-hub-recommendation h3 {
    font-size: 1.72rem;
  }

  .modele-landing.mag-hub-new .mag-hub-path-grid,
  .modele-landing.mag-hub-new .mag-hub-format-grid,
  .modele-landing.mag-hub-new .mag-hub-framework__grid,
  .modele-landing.mag-hub-new .mag-hub-mentor__layout,
  .modele-landing.mag-hub-new .mag-hub-final__inner {
    grid-template-columns: 1fr;
  }

  .modele-landing.mag-hub-new .mag-hub-path-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .modele-landing.mag-hub-new .mag-hub-path-card__promise {
    min-height: 0;
  }

  .modele-landing.mag-hub-new.hub-js-ready .mag-hub-path-card__details:not([open]) p {
    display: none;
  }

  .modele-landing.mag-hub-new .mag-hub-table-wrap {
    margin-right: -14px;
    border-radius: 18px 0 0 18px;
  }

  .modele-landing.mag-hub-new .mag-hub-table {
    min-width: 760px;
  }

  .modele-landing.mag-hub-new .mag-hub-table th,
  .modele-landing.mag-hub-new .mag-hub-table td {
    padding: 14px 15px;
  }

  .modele-landing.mag-hub-new .mag-hub-timeline {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .modele-landing.mag-hub-new .mag-hub-timeline::before {
    left: 29px;
    right: auto;
    top: 30px;
    bottom: 30px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, var(--hub-gold), var(--hub-cyan));
  }

  .modele-landing.mag-hub-new .mag-hub-timeline li {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    padding: 0 0 26px;
    text-align: left;
  }

  .modele-landing.mag-hub-new .mag-hub-timeline__number {
    width: 58px;
    height: 58px;
    margin: 0;
  }

  .modele-landing.mag-hub-new .mag-hub-brochures__buttons {
    grid-template-columns: 1fr;
  }

  .modele-landing.mag-hub-new .mag-hub-brochures__buttons .btn-landing {
    width: 100%;
  }

  .modele-landing.mag-hub-new .mag-hub-mentor__image {
    width: min(88%, 380px);
  }

  .modele-landing.mag-hub-new .mag-hub-mentor__content h2 {
    font-size: 2rem;
  }

  .modele-landing.mag-hub-new .mag-hub-final__actions {
    min-width: 0;
  }

  .modele-landing.mag-hub-new .mag-hub-final__actions .btn-landing {
    width: 100%;
  }

  .modele-landing.mag-hub-new .mag-hub-legal-note__inner {
    grid-template-columns: 30px 1fr;
    gap: 10px;
    align-items: start;
  }

  .modele-landing.mag-hub-new .mag-hub-legal-note__inner > span {
    width: 30px;
    height: 30px;
  }

  .modele-landing.mag-hub-new .mag-hub-legal-note p {
    font-size: 0.76rem;
  }

  body.admin-bar .modele-landing.mag-hub-new .mag-hub-nav {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .modele-landing.mag-hub-new *,
  .modele-landing.mag-hub-new *::before,
  .modele-landing.mag-hub-new *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* ========================================================================== 
   V1.1.3 - VERROU DE CONTRASTE POUR LA SECTION CLAIRE
   Certains styles globaux Divi imposent du texte blanc avec !important.
   Ces règles, strictement limitées au hub, garantissent la lisibilité sans
   modifier les pages Niveau 1, Niveau 2 ou Pack.
   ========================================================================== */

.modele-landing.mag-hub-new .mag-hub-definition {
  --hub-definition-body: #4a3d50;
  --hub-definition-body-strong: #281733;
  --hub-definition-note: #254f57;
}

.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-definition__heading > p,
.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-definition__main > p,
.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-methods article > p,
.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-definition__limits p,
.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-definition__felt p,
.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-definition__visual figcaption {
  color: var(--hub-definition-body) !important;
  -webkit-text-fill-color: var(--hub-definition-body) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-definition__distinction p {
  color: var(--hub-definition-note) !important;
  -webkit-text-fill-color: var(--hub-definition-note) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-definition__main h3,
.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-methods h3,
.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-definition__limits strong {
  color: var(--hub-definition-body-strong) !important;
  -webkit-text-fill-color: var(--hub-definition-body-strong) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-definition__history p,
.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-definition__training-intro > p,
.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-definition__training-grid p {
  color: rgba(255, 255, 255, 0.82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-definition__history h3,
.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-definition__training h3 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-definition__history .mag-hub-definition__label,
.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-definition__training .mag-hub-eyebrow,
.modele-landing.mag-hub-new .mag-hub-definition .mag-hub-definition__training-grid strong {
  color: var(--hub-gold-light) !important;
  -webkit-text-fill-color: var(--hub-gold-light) !important;
}
