/* ================================================================
   WAKE UP — pages.css
   Styles spécifiques aux pages, isolés par scope body.page-*
   - body.page-opportunite  -> Informations.php
   - body.page-produits     -> produits.php
================================================================ */

/* ===================== PAGE OPPORTUNITÉ ===================== */

    /* ================================================================
       INFORMATIONS — styles spécifiques
    ================================================================ */

    /* ---- Hero opportunité ---- */
    body.page-opportunite .opp-hero {
      position: relative;
      min-height: 95vh;
      display: flex;
      align-items: center;
      background: #0e1a14;
      overflow: hidden;
    }
    body.page-opportunite .opp-hero-bg {
      position: absolute;
      inset: 0;
    }
    body.page-opportunite .opp-hero-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 25%;
      opacity: .45;
    }
    body.page-opportunite .opp-hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        110deg,
        rgba(8,20,14,.95) 0%,
        rgba(8,20,14,.75) 40%,
        rgba(8,20,14,.30) 100%
      );
    }
    body.page-opportunite .opp-hero-body {
      position: relative;
      z-index: 10;
      padding-block: 8rem 6rem;
      width: 100%;
    }
    body.page-opportunite .opp-hero-inner {
      max-width: 44rem;
    }
    body.page-opportunite .opp-hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      font-size: .78rem;
      font-weight: 500;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--clr-accent);
      background: rgba(16,185,129,.12);
      border: 1px solid rgba(16,185,129,.28);
      border-radius: var(--radius-full);
      padding: .35rem 1rem;
      margin-bottom: 1.5rem;
    }
    body.page-opportunite .opp-hero-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(3rem, 6vw, 5.5rem);
      font-weight: 600;
      line-height: 1.05;
      letter-spacing: -.03em;
      color: #fff;
    }
    body.page-opportunite .opp-hero-title em {
      font-style: italic;
      color: var(--clr-accent);
    }
    body.page-opportunite .opp-hero-sub {
      margin-top: 1.5rem;
      font-size: 1.15rem;
      color: rgba(255,255,255,.72);
      line-height: 1.7;
      max-width: 38ch;
    }
    body.page-opportunite .opp-hero-ctas {
      margin-top: 2.5rem;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      align-items: center;
	  text-shadow: 1px 1px 1px #000;
    }
    body.page-opportunite .opp-hero-myths {
      margin-top: 3rem;
      display: flex;
      flex-wrap: wrap;
      gap: .75rem;
    }
    body.page-opportunite .myth-tag {
      display: flex;
      align-items: center;
      gap: .5rem;
      padding: .45rem 1rem;
      border-radius: var(--radius-full);
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      font-size: .82rem;
      color: rgba(255,255,255,.65);
    }
    body.page-opportunite .myth-tag s { text-decoration: line-through; opacity: .6; }
    body.page-opportunite .myth-tag span { color: var(--clr-accent); font-weight: 500; }

    /* ---- Objections section ---- */
    body.page-opportunite .objections-section {
      background: var(--clr-bg-alt);
      padding-block: 6rem;
    }
    body.page-opportunite .objections-header {
      text-align: center;
      margin-bottom: 3.5rem;
    }
    body.page-opportunite .objections-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }
    body.page-opportunite .objection-card {
      background: #fff;
      border-radius: var(--radius-lg);
      padding: 2rem;
      border: 1px solid var(--clr-border);
      position: relative;
      overflow: hidden;
    }
    body.page-opportunite .objection-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--clr-accent), var(--clr-accent-dark));
    }
    body.page-opportunite .objection-before {
      font-size: .8rem;
      font-weight: 500;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--clr-muted-light);
      margin-bottom: .75rem;
    }
    body.page-opportunite .objection-thought {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 1.15rem;
      color: var(--clr-muted);
      text-decoration: line-through;
      margin-bottom: 1.25rem;
    }
    body.page-opportunite .objection-after {
      font-size: .8rem;
      font-weight: 500;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--clr-accent);
      margin-bottom: .75rem;
    }
    body.page-opportunite .objection-truth {
      font-weight: 600;
      font-size: .95rem;
      line-height: 1.5;
    }

    /* ---- Histoire Justine ---- */
    body.page-opportunite .justine-section {
      padding-block: 7rem;
    }
    body.page-opportunite .justine-grid {
      display: grid;
      grid-template-columns: 5fr 7fr;
      gap: 6rem;
      align-items: start;
    }
    body.page-opportunite .justine-sticky {
      position: sticky;
      top: 6rem;
    }
    body.page-opportunite .justine-img-stack {
      position: relative;
    }
    body.page-opportunite .justine-img-main {
      border-radius: var(--radius-xl);
      width: 100%;
      aspect-ratio: 3/4;
      object-fit: cover;
      object-position: top center;
      box-shadow: var(--shadow-xl);
    }
    body.page-opportunite .justine-img-secondary {
      position: absolute;
      bottom: -2rem;
      right: -2rem;
      width: 55%;
      aspect-ratio: 1;
      object-fit: cover;
      object-position: center;
      border-radius: var(--radius-lg);
      border: 4px solid #fff;
      box-shadow: var(--shadow-lg);
    }
    body.page-opportunite .justine-social-proof {
      margin-top: 2.5rem;
      background: var(--clr-bg-alt);
      border-radius: var(--radius-md);
      padding: 1.25rem 1.5rem;
      display: flex;
      align-items: center;
      gap: 1rem;
      border: 1px solid var(--clr-border);
    }
    body.page-opportunite .justine-social-proof-icon {
      width: 2.75rem;
      height: 2.75rem;
      background: var(--clr-accent);
      border-radius: var(--radius-sm);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      flex-shrink: 0;
    }
    body.page-opportunite .justine-social-proof-text {
      font-size: .85rem;
      line-height: 1.5;
    }
    body.page-opportunite .justine-social-proof-text strong {
      display: block;
      font-size: .95rem;
      margin-bottom: .1rem;
    }
    body.page-opportunite .justine-content-eyebrow {
      font-size: .78rem;
      font-weight: 500;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--clr-accent);
      margin-bottom: 1rem;
    }
    body.page-opportunite .justine-content-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.2rem, 3.5vw, 3rem);
      font-weight: 600;
      line-height: 1.12;
      letter-spacing: -.025em;
    }
    body.page-opportunite .justine-content-title em { font-style: italic; color: var(--clr-accent); }
    body.page-opportunite .justine-story {
      margin-top: 2rem;
      color: var(--clr-muted);
      line-height: 1.85;
    }
    body.page-opportunite .justine-story p + p { margin-top: 1.25rem; }
    body.page-opportunite .justine-story strong { color: var(--clr-text); }
    body.page-opportunite .justine-quote {
      margin-top: 2rem;
      padding: 1.75rem 2rem;
      background: var(--clr-bg-alt);
      border-left: 3px solid var(--clr-accent);
      border-radius: 0 var(--radius-md) var(--radius-md) 0;
    }
    body.page-opportunite .justine-quote-text {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 1.25rem;
      line-height: 1.6;
      color: var(--clr-text);
    }
    body.page-opportunite .justine-quote-attr {
      margin-top: .75rem;
      font-size: .8rem;
      color: var(--clr-muted);
      font-weight: 500;
    }
    body.page-opportunite .justine-values {
      margin-top: 2rem;
      display: flex;
      flex-direction: column;
      gap: .875rem;
    }
    body.page-opportunite .justine-value {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
    }
    body.page-opportunite .justine-value-icon {
      width: 2.25rem;
      height: 2.25rem;
      background: rgba(16,185,129,.10);
      border-radius: var(--radius-sm);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--clr-accent);
      flex-shrink: 0;
    }
    body.page-opportunite .justine-value-text h4 {
      font-weight: 600;
      font-size: .95rem;
      margin-bottom: .2rem;
    }
    body.page-opportunite .justine-value-text p {
      font-size: .875rem;
      color: var(--clr-muted);
      line-height: 1.6;
    }

    /* ---- Wake Up en chiffres ---- */
    body.page-opportunite .numbers-section {
      background: linear-gradient(135deg, #0e1a14 0%, #1a3028 100%);
      padding-block: 6rem;
      overflow: hidden;
      position: relative;
    }
    body.page-opportunite .numbers-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 20% 50%, rgba(16,185,129,.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(16,185,129,.08) 0%, transparent 40%);
      pointer-events: none;
    }
    body.page-opportunite .numbers-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2rem;
      position: relative;
      z-index: 1;
    }
    body.page-opportunite .number-block {
      text-align: center;
      padding: 2.5rem 1.5rem;
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.08);
      border-radius: var(--radius-lg);
    }
body.page-opportunite .number-block-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  color: var(--clr-accent);
  font-weight: 600;
  line-height: 1;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: 'lnum' 1, 'tnum' 1;
}

    body.page-opportunite .number-block-label {
      font-size: .85rem;
      color: rgba(255,255,255,.55);
      margin-top: .5rem;
      line-height: 1.5;
    }

    /* ---- L'opportunité concrète ---- */
    body.page-opportunite .opportunity-section {
      padding-block: 7rem;
    }
    body.page-opportunite .opportunity-header {
      text-align: center;
      max-width: 44rem;
      margin-inline: auto;
      margin-bottom: 4rem;
    }
    body.page-opportunite .opportunity-header .section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.2rem, 4vw, 3.2rem);
    }
    body.page-opportunite .opportunity-header .section-title em {
      font-style: italic;
      color: var(--clr-accent);
    }
    body.page-opportunite .opportunity-split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      align-items: start;
    }
    body.page-opportunite .opp-features-list {
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
    }
    body.page-opportunite .opp-feature {
      display: grid;
      grid-template-columns: 3rem 1fr;
      gap: 1.25rem;
      align-items: start;
    }
    body.page-opportunite .opp-feature-icon {
      width: 3rem;
      height: 3rem;
      border-radius: var(--radius-md);
      background: rgba(16,185,129,.10);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--clr-accent);
      flex-shrink: 0;
    }
    body.page-opportunite .opp-feature-title {
      font-weight: 600;
      font-size: .95rem;
      margin-bottom: .3rem;
    }
    body.page-opportunite .opp-feature-text {
      font-size: .875rem;
      color: var(--clr-muted);
      line-height: 1.6;
    }
    body.page-opportunite .opp-visual {
      position: relative;
    }
    body.page-opportunite .opp-img {
      border-radius: var(--radius-xl);
      width: 100%;
      aspect-ratio: 4/5;
      object-fit: cover;
      box-shadow: var(--shadow-xl);
    }
    body.page-opportunite .opp-img-caption {
      position: absolute;
      bottom: 2rem;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(255,255,255,.95);
      backdrop-filter: blur(8px);
      border-radius: var(--radius-lg);
      padding: 1.25rem 1.75rem;
      box-shadow: var(--shadow-lg);
      text-align: center;
      width: calc(100% - 3rem);
    }
   body.page-opportunite .opp-img-caption-text {
      font-size: 1.2rem;
      line-height: 1.5;
      color: var(--clr-text);
    }
    body.page-opportunite .opp-img-caption-sub {
      color: var(--clr-muted);
      margin-top: .35rem;
    }

    /* ---- Parcours partenaire ---- */
    body.page-opportunite .journey-section {
      background: var(--clr-bg-alt);
      padding-block: 7rem;
    }
    body.page-opportunite .journey-header {
      text-align: center;
      margin-bottom: 4rem;
    }
    body.page-opportunite .journey-steps {
      display: flex;
      flex-direction: column;
      gap: 0;
      max-width: 52rem;
      margin-inline: auto;
      position: relative;
    }
    body.page-opportunite .journey-steps::before {
      content: '';
      position: absolute;
      left: 1.875rem;
      top: 3rem;
      bottom: 3rem;
      width: 2px;
      background: linear-gradient(to bottom, var(--clr-accent), rgba(16,185,129,.15));
    }
    body.page-opportunite .journey-step {
      display: grid;
      grid-template-columns: 4rem 1fr;
      gap: 1.5rem;
      align-items: flex-start;
      padding: 2rem 0;
    }
    body.page-opportunite .journey-step + .journey-step {
      border-top: 1px solid var(--clr-border);
    }
   body.page-opportunite .journey-step-icon {
  width: 3.75rem;
  height: 3.75rem;
  background: var(--clr-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: 'lnum' 1, 'tnum' 1;
  flex-shrink: 0;
  z-index: 1;
  position: relative;
  box-shadow: 0 0 0 5px rgba(16,185,129,.15), 0 0 0 10px rgba(16,185,129,.06);
}
    body.page-opportunite .journey-step-title {
      font-weight: 600;
      font-size: 1.05rem;
      margin-bottom: .5rem;
    }
    body.page-opportunite .journey-step-text {
      font-size: .9rem;
      color: var(--clr-muted);
      line-height: 1.7;
    }
    body.page-opportunite .journey-step-highlight {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      margin-top: .75rem;
      background: rgba(16,185,129,.10);
      color: var(--clr-accent-dark);
      border-radius: var(--radius-full);
      padding: .3rem .85rem;
      font-size: .8rem;
      font-weight: 600;
    }

    /* ---- Témoignages partenaires ---- */
    body.page-opportunite .partner-testimonials {
      padding-block: 7rem;
    }
    body.page-opportunite .partner-testi-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
      margin-top: 3.5rem;
    }
    body.page-opportunite .partner-testi-card {
      background: var(--clr-bg-alt);
      border-radius: var(--radius-xl);
      padding: 2.5rem;
      border: 1px solid var(--clr-border);
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      transition: transform var(--dur-fast), box-shadow var(--dur-fast);
    }
    body.page-opportunite .partner-testi-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-md);
    }
    body.page-opportunite .partner-testi-card-large {
      grid-column: span 2;
      background: var(--clr-text);
      color: #fff;
    }
    body.page-opportunite .partner-testi-quote {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 1.2rem;
      line-height: 1.65;
      flex: 1;
    }
    body.page-opportunite .partner-testi-card-large .partner-testi-quote {
      font-size: 1.5rem;
      color: rgba(255,255,255,.90);
    }
    body.page-opportunite .partner-testi-author {
      display: flex;
      align-items: center;
      gap: 1rem;
    }
    body.page-opportunite .partner-testi-avatar {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      background: rgba(16,185,129,.20);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1rem;
      color: var(--clr-accent);
      flex-shrink: 0;
      border: 2px solid rgba(16,185,129,.30);
    }
    body.page-opportunite .partner-testi-card-large .partner-testi-avatar {
      background: rgba(255,255,255,.10);
      color: #fff;
      border-color: rgba(255,255,255,.20);
    }
    body.page-opportunite .partner-testi-name {
      font-weight: 600;
    }
    body.page-opportunite .partner-testi-detail {
      font-size: .8rem;
      opacity: .60;
    }

    /* ---- Profil idéal ---- */
    body.page-opportunite .ideal-profile {
      background: var(--clr-bg-alt);
      padding-block: 6rem;
    }
    body.page-opportunite .ideal-profile-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      align-items: center;
      margin-top: 3.5rem;
    }
    body.page-opportunite .ideal-yes, body.page-opportunite .ideal-no {
      border-radius: var(--radius-xl);
      padding: 2.5rem;
    }
    body.page-opportunite .ideal-yes {
      background: rgba(16,185,129,.08);
      border: 2px solid rgba(16,185,129,.25);
    }
    body.page-opportunite .ideal-no {
      background: #fff;
      border: 1px solid var(--clr-border);
    }
    body.page-opportunite .ideal-heading {
      display: flex;
      align-items: center;
      gap: .75rem;
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 1.5rem;
    }
    body.page-opportunite .ideal-heading-icon {
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .85rem;
    }
    body.page-opportunite .ideal-heading-icon--yes { background: var(--clr-accent); color: #fff; }
    body.page-opportunite .ideal-heading-icon--no { background: #fee2e2; color: #dc2626; }
    body.page-opportunite .ideal-list {
      display: flex;
      flex-direction: column;
      gap: .875rem;
    }
    body.page-opportunite .ideal-item {
      display: flex;
      align-items: flex-start;
      gap: .75rem;
      font-size: .9rem;
      color: var(--clr-text);
      line-height: 1.55;
    }
    body.page-opportunite .ideal-item-dot {
      width: 1.25rem;
      height: 1.25rem;
      border-radius: 50%;
      flex-shrink: 0;
      margin-top: .1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .7rem;
      font-weight: 700;
    }
    body.page-opportunite .ideal-item-dot--yes { background: rgba(16,185,129,.15); color: var(--clr-accent); }
    body.page-opportunite .ideal-item-dot--no { background: #fee2e2; color: #dc2626; }

    /* ---- CTA Final ---- */
    body.page-opportunite .final-cta-opp {
      background: linear-gradient(135deg, #0e1a14 0%, #132310 50%, #1a3028 100%);
      padding-block: 9rem;
      position: relative;
      overflow: hidden;
    }
    body.page-opportunite .final-cta-opp::before {
      content: '';
      position: absolute;
      top: -20%;
      right: -10%;
      width: 55vw;
      height: 55vw;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(16,185,129,.15) 0%, transparent 60%);
      pointer-events: none;
    }
    body.page-opportunite .final-cta-opp::after {
      content: '';
      position: absolute;
      bottom: -15%;
      left: -5%;
      width: 40vw;
      height: 40vw;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(16,185,129,.08) 0%, transparent 60%);
      pointer-events: none;
    }
    body.page-opportunite .final-cta-opp-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
      align-items: center;
    }
    body.page-opportunite .final-cta-opp-text {}
    body.page-opportunite .final-cta-opp-label {
      font-size: .78rem;
      font-weight: 500;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--clr-accent);
      margin-bottom: 1.25rem;
    }
    body.page-opportunite .final-cta-opp-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.5rem, 4.5vw, 4rem);
      color: #fff;
      line-height: 1.1;
    }
    body.page-opportunite .final-cta-opp-title em { font-style: italic; color: var(--clr-accent); }
    body.page-opportunite .final-cta-opp-sub {
      margin-top: 1.5rem;
      color: rgba(255,255,255,.60);
      line-height: 1.75;
    }
    body.page-opportunite .final-cta-opp-card {
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: var(--radius-xl);
      padding: 3rem;
      backdrop-filter: blur(8px);
    }
    body.page-opportunite .final-cta-opp-card-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.5rem;
      color: #fff;
      margin-bottom: 1.5rem;
    }
    body.page-opportunite .opp-card-items {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      margin-bottom: 2rem;
    }
    body.page-opportunite .opp-card-item {
      display: flex;
      align-items: center;
      gap: .875rem;
      font-size: .9rem;
      color: rgba(255,255,255,.80);
    }
    body.page-opportunite .opp-card-item-icon {
      width: 1.75rem;
      height: 1.75rem;
      background: rgba(16,185,129,.20);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--clr-accent);
      flex-shrink: 0;
    }
    body.page-opportunite .btn-cta-main {
      display: inline-flex;
      align-items: center;
      gap: .75rem;
      padding: 1rem 2rem;
      background: var(--clr-accent);
      color: #fff;
      font-weight: 600;
      font-size: 1rem;
      border-radius: var(--radius-full);
      box-shadow: 0 8px 32px rgba(16,185,129,.35);
      transition: background var(--dur-fast), transform var(--dur-fast), box-shadow var(--dur-fast);
      text-decoration: none;
      width: 100%;
      justify-content: center;
    }
    body.page-opportunite .btn-cta-main:hover {
      background: var(--clr-accent-dark);
      transform: translateY(-2px);
      box-shadow: 0 12px 40px rgba(16,185,129,.45);
    }
    body.page-opportunite .opp-card-reassurance {
      margin-top: 1.25rem;
      text-align: center;
      font-size: .78rem;
      color: rgba(255,255,255,.35);
    }

    /* ---- Responsive ---- */
    @media (max-width: 1023px) {
      body.page-opportunite .justine-grid { grid-template-columns: 1fr; gap: 3rem; }
      body.page-opportunite .justine-sticky { position: static; }
      body.page-opportunite .justine-img-secondary { right: 1rem; }
      body.page-opportunite .numbers-grid { grid-template-columns: repeat(2,1fr); }
      body.page-opportunite .opportunity-split { grid-template-columns: 1fr; }
      body.page-opportunite .objections-grid { grid-template-columns: 1fr; }
      body.page-opportunite .partner-testi-grid { grid-template-columns: 1fr; }
      body.page-opportunite .partner-testi-card-large { grid-column: span 1; }
      body.page-opportunite .ideal-profile-grid { grid-template-columns: 1fr; }
      body.page-opportunite .final-cta-opp-inner { grid-template-columns: 1fr; gap: 3rem; }
    }
    @media (max-width: 767px) {
      body.page-opportunite .numbers-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
      body.page-opportunite .journey-steps::before { left: 1.75rem; }
      body.page-opportunite .opp-hero-myths { gap: .5rem; }
    }
  
/* ---- Utilitaires extraits des styles inline (Informations) ---- */
body.page-opportunite .btn-partner { display:inline-flex; align-items:center; gap:.75rem; padding:1rem 2rem; background:var(--clr-accent); color:#fff; font-weight:600; font-size:1rem; border-radius:9999px; box-shadow:0 8px 32px rgba(16,185,129,.35); text-decoration:none; transition:all .2s; }
body.page-opportunite .title-serif-md { font-family:'Cormorant Garamond',serif; font-size:clamp(2rem,3.5vw,2.8rem); }
body.page-opportunite .title-serif-md-light { font-family:'Cormorant Garamond',serif; font-size:clamp(2rem,3.5vw,2.8rem); color:#fff; }
body.page-opportunite .title-serif-lg { font-family:'Cormorant Garamond',serif; font-size:clamp(2.2rem,4vw,3.2rem); }
body.page-opportunite .accent-em { font-style:italic; color:var(--clr-accent); }
body.page-opportunite .eyebrow-accent { font-size:.78rem; font-weight:500; letter-spacing:.16em; text-transform:uppercase; color:var(--clr-accent); margin-bottom:1rem; }
body.page-opportunite .eyebrow-accent-sm { font-size:.78rem; font-weight:500; letter-spacing:.16em; text-transform:uppercase; color:var(--clr-accent); margin-bottom:.75rem; }
body.page-opportunite .eyebrow-accent-wide { font-size:.78rem; font-weight:500; letter-spacing:.18em; text-transform:uppercase; color:var(--clr-accent); margin-bottom:.75rem; }
body.page-opportunite .u-center-flex { display:flex; justify-content:center; }
body.page-opportunite .u-text-center { text-align:center; }
body.page-opportunite .numbers-intro { text-align:center; margin-bottom:3rem; position:relative; z-index:1; }
body.page-opportunite .u-mt-sm { margin-top:.75rem; }
body.page-opportunite .u-center-mb { text-align:center; margin-bottom:1rem; }
body.page-opportunite .avatar-accent { background:rgba(16,185,129,.25); color:var(--clr-accent); }
body.page-opportunite .u-white { color:#fff; }
body.page-opportunite .u-white-50 { color:rgba(255,255,255,.50); }
body.page-opportunite .cta-checklist { margin-top:2rem; display:flex; flex-direction:column; gap:.875rem; }

/* ===================== PAGE PRODUITS ======================== */

    /* ================================================================
       PRODUITS — styles spécifiques
    ================================================================ */

    /* ---- Hero ---- */
    body.page-produits .prod-hero {
      position: relative;
      min-height: 92vh;
      display: flex;
      align-items: center;
      background: #0e1a14;
      overflow: hidden;
    }
    body.page-produits .prod-hero-bg { position: absolute; inset: 0; will-change: transform; }
    body.page-produits .prod-hero-img {
      width: 100%; height: 100%;
      object-fit: cover; object-position: center 30%;
      opacity: .55;
    }
    body.page-produits .prod-hero-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(10,26,18,.92) 0%, rgba(10,26,18,.65) 45%, rgba(10,26,18,.28) 100%);
    }
    body.page-produits .prod-hero-body { position: relative; z-index: 10; padding-block: 7rem 5rem; }
    body.page-produits .prod-hero-eyebrow {
      display: inline-flex; align-items: center; gap: .5rem;
      font-size: .78rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
      color: var(--clr-accent); background: rgba(16,185,129,.12);
      border: 1px solid rgba(16,185,129,.28); border-radius: var(--radius-full);
      padding: .35rem 1rem; margin-bottom: 1.5rem;
    }
    body.page-produits .prod-hero-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 600;
      line-height: 1.05; letter-spacing: -.03em; color: #fff; max-width: 22ch;
    }
    body.page-produits .prod-hero-title em { font-style: italic; color: var(--clr-accent); }
    body.page-produits .prod-hero-sub {
      margin-top: 1.5rem; font-size: 1.1rem; color: rgba(255,255,255,.74);
      max-width: 40ch; line-height: 1.7;
    }
    body.page-produits .prod-hero-ctas { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
    body.page-produits .prod-hero-proof { margin-top: 3.5rem; display: flex; flex-wrap: wrap; gap: 2rem; }
    body.page-produits .prod-proof-stat { display: flex; flex-direction: column; }
    body.page-produits .prod-proof-num {
      font-family: 'Cormorant Garamond', serif; font-size: 2.2rem;
      font-weight: 600; color: #fff; line-height: 1;
    }
    body.page-produits .prod-proof-label { font-size: .78rem; color: rgba(255,255,255,.50); text-transform: uppercase; letter-spacing: .08em; margin-top: .25rem; }
    body.page-produits .prod-proof-divider { width: 1px; height: 2.5rem; background: rgba(255,255,255,.18); align-self: center; }

    /* ---- Shared typography utils ---- */
    body.page-produits .eyebrow {
      font-size: .78rem; font-weight: 500; letter-spacing: .16em;
      text-transform: uppercase; color: var(--clr-accent); margin-bottom: 1rem;
    }
    body.page-produits .serif-title {
      font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 2.8rem);
      font-weight: 600; line-height: 1.15; letter-spacing: -.025em;
    }
    body.page-produits .serif-title em { font-style: italic; color: var(--clr-accent); }

    /* ---- Values marquee ---- */
    body.page-produits .values-bar { background: var(--clr-text); padding-block: 1.75rem; overflow: hidden; }
    body.page-produits .values-track { display: flex; gap: 3rem; white-space: nowrap; animation: marquee 20s linear infinite; }
    @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
    body.page-produits .values-track-inner { display: flex; gap: 3rem; flex-shrink: 0; }
    body.page-produits .values-item {
      display: flex; align-items: center; gap: .75rem;
      color: rgba(255,255,255,.70); font-size: .82rem; font-weight: 500;
      letter-spacing: .08em; text-transform: uppercase; flex-shrink: 0;
    }
    body.page-produits .values-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--clr-accent); flex-shrink: 0; }

/* ---- Story block ---- */
body.page-produits .story-section { background: var(--clr-bg-alt); padding-block: 6rem; }
body.page-produits .story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
body.page-produits .story-img-wrap { position: relative; }
body.page-produits .story-img {
  border-radius: var(--radius-xl);
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center center;
  box-shadow: var(--shadow-xl);
}
body.page-produits .story-badge {
	text-shadow: 1px 1px 1px #000;
  position: absolute; bottom: -1.5rem; right: -1.5rem;
  background: var(--clr-accent); color: #fff;
  border-radius: var(--radius-lg); padding: 1.25rem 1.5rem;
  box-shadow: var(--shadow-lg); max-width: 14rem;
}
body.page-produits .story-badge-text { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1rem; line-height: 1.4; }
body.page-produits .story-badge-name { font-size: .72rem; font-weight: 500; opacity: .85; margin-top: .5rem; }
body.page-produits .story-body { margin-top: 1.5rem; color: var(--clr-muted); line-height: 1.8; }
body.page-produits .story-body p + p { margin-top: 1rem; }

    /* ---- Products section ---- */
    body.page-produits .products-section { padding-block: 7rem; }
    body.page-produits .products-intro { text-align: center; max-width: 46rem; margin-inline: auto; margin-bottom: 4rem; }

    /* ---- Product card ---- */
    body.page-produits .product-card {
      border-radius: var(--radius-xl); overflow: hidden;
      background: var(--clr-surface); border: 1px solid var(--clr-border);
      display: flex; flex-direction: column;
      transition: transform var(--dur-med) var(--ease-smooth), box-shadow var(--dur-med) var(--ease-smooth);
    }
    body.page-produits .product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); }
    body.page-produits .product-card-img-wrap { position: relative; overflow: hidden; aspect-ratio: 16/10; }
    body.page-produits .product-card-img {
      width: 100%; height: 100%; object-fit: cover;
      transition: transform .7s var(--ease-smooth);
    }
    body.page-produits .product-card:hover .product-card-img { transform: scale(1.05); }
    body.page-produits .product-card-tag {
      position: absolute; top: 1rem; left: 1rem;
      background: rgba(255,255,255,.92); backdrop-filter: blur(4px);
      border-radius: var(--radius-full); padding: .3rem .85rem;
      font-size: .72rem; font-weight: 600; letter-spacing: .06em;
      text-transform: uppercase; color: var(--clr-accent-dark);
    }
    body.page-produits .product-card-body { padding: 2rem; flex: 1; display: flex; flex-direction: column; }
    body.page-produits .product-card-name {
      font-family: 'Cormorant Garamond', serif; font-size: 1.6rem;
      font-weight: 600; letter-spacing: -.01em;
    }
    body.page-produits .product-card-format {
      margin-top: .3rem; font-size: .8rem; color: var(--clr-muted-light);
      font-weight: 500; letter-spacing: .04em;
    }
    body.page-produits .product-card-tagline { margin-top: .4rem; font-size: .9rem; color: var(--clr-accent-dark); font-weight: 600; }
    body.page-produits .product-card-desc { margin-top: .9rem; font-size: .9rem; color: var(--clr-muted); line-height: 1.75; flex: 1; }
    body.page-produits .product-card-benefits { margin-top: 1.25rem; display: flex; flex-direction: column; gap: .5rem; }
    body.page-produits .product-benefit {
      display: flex; align-items: flex-start; gap: .6rem;
      font-size: .855rem; color: var(--clr-text);
    }
    body.page-produits .product-benefit-icon { color: var(--clr-accent); flex-shrink: 0; margin-top: .1rem; }
    body.page-produits .product-card-labels { margin-top: 1.25rem; display: flex; flex-wrap: wrap; gap: .4rem; }
    body.page-produits .product-label {
      font-size: .7rem; font-weight: 600; letter-spacing: .06em;
      text-transform: uppercase; padding: .25rem .65rem;
      border-radius: var(--radius-full);
      background: rgba(16,185,129,.10); color: var(--clr-accent-dark);
      border: 1px solid rgba(16,185,129,.20);
    }
    body.page-produits .product-card-cta { margin-top: 1.75rem; }

    /* featured = full width + horizontal on desktop */
    body.page-produits .product-card--featured {
      grid-column: span 2;
      display: grid; grid-template-columns: 1fr 1fr;
      min-height: 440px;
    }
    body.page-produits .product-card--featured .product-card-img-wrap {
      aspect-ratio: auto; border-radius: 0;
      border-top-left-radius: var(--radius-xl); border-bottom-left-radius: var(--radius-xl);
    }
    body.page-produits .product-card--featured .product-card-body { padding: 3rem; justify-content: center; }
    body.page-produits .product-card--featured .product-card-name { font-size: 2.1rem; }

    /* grid layout */
  body.page-produits .products-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
    /* ---- Science strip ---- */
    body.page-produits .science-strip {
      background: linear-gradient(135deg, #0e1a14 0%, #1a2e22 100%);
      padding-block: 6rem; overflow: hidden; position: relative;
    }
    body.page-produits .science-strip::before {
      content: ''; position: absolute; top: -40%; right: -10%;
      width: 50vw; height: 50vw; border-radius: 50%;
      background: radial-gradient(circle, rgba(16,185,129,.14) 0%, transparent 70%);
      pointer-events: none;
    }
    body.page-produits .science-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; position: relative; z-index: 1; }
    body.page-produits .science-label { font-size: .78rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--clr-accent); margin-bottom: 1.25rem; }
    body.page-produits .science-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 2.8rem); color: #fff; line-height: 1.15; }
    body.page-produits .science-title em { font-style: italic; color: var(--clr-accent); }
     body.page-produits .science-text { margin-top: 1.5rem; color: #fff; line-height: 1.8; }
    body.page-produits .science-text p + p { margin-top: 1rem; }
    body.page-produits .science-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2.5rem; }
    body.page-produits .science-stat {
      background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10);
      border-radius: var(--radius-md); padding: 1.5rem;
    }
    body.page-produits .science-stat-num {font-family: 'Cormorant Garamond', serif;font-size: 2.4rem;color: var(--clr-accent);font-weight: 600;line-height: 1;font-variant-numeric: lining-nums tabular-nums;font-feature-settings: 'lnum' 1, 'tnum' 1;}
	body.page-produits .science-stat-num--first { font-size: 3rem; line-height: 0;}
    body.page-produits .science-stat-label { font-size: .78rem; color: rgba(255,255,255,.52); margin-top: .4rem; line-height: 1.5; }
    body.page-produits .science-img { border-radius: var(--radius-xl); width: 100%; aspect-ratio: 4/5; object-fit: cover; box-shadow: 0 32px 80px rgba(0,0,0,.5); }
    body.page-produits .science-badge {
      position: absolute; bottom: 2rem; left: -2rem;
      background: #fff; border-radius: var(--radius-md); padding: 1rem 1.25rem;
      box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: .75rem; max-width: 15rem;
    }
    body.page-produits .science-badge-icon {
      width: 2.5rem; height: 2.5rem; background: rgba(16,185,129,.12);
      border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; color: var(--clr-accent);
    }
    body.page-produits .science-badge-text { font-size: .78rem; font-weight: 500; color: var(--clr-text); line-height: 1.4; }
    body.page-produits .science-visual { position: relative; }

    /* ---- Testimonials ---- */
    body.page-produits .testimonials-section { background: var(--clr-bg-alt); padding-block: 7rem; }
    body.page-produits .testimonials-header { text-align: center; margin-bottom: 3.5rem; }
    body.page-produits .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
    body.page-produits .testimonial-card {
      background: #fff; border-radius: var(--radius-lg); padding: 2rem;
      box-shadow: var(--shadow-sm); border: 1px solid var(--clr-border);
      display: flex; flex-direction: column; gap: 1.25rem;
      transition: transform var(--dur-fast), box-shadow var(--dur-fast);
    }
    body.page-produits .testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
    body.page-produits .testimonial-stars { display: flex; gap: .2rem; color: #f59e0b; }
    body.page-produits .testimonial-product-tag {
      display: inline-block; font-size: .7rem; font-weight: 600; letter-spacing: .06em;
      text-transform: uppercase; padding: .2rem .65rem; border-radius: var(--radius-full);
      background: rgba(16,185,129,.10); color: var(--clr-accent-dark);
      border: 1px solid rgba(16,185,129,.20);
    }
     body.page-produits .testimonial-text { font-family: serif; font-style: italic; font-size: 1.1rem; line-height: 1.65; color: var(--clr-text); flex: 1; }
    body.page-produits .testimonial-author { display: flex; align-items: center; gap: .875rem; padding-top: 1rem; border-top: 1px solid var(--clr-border); }
    body.page-produits .testimonial-avatar {
      width: 2.75rem; height: 2.75rem; border-radius: 50%;
      background: var(--clr-bg-alt); display: flex; align-items: center; justify-content: center;
      font-weight: 600; font-size: .9rem; color: var(--clr-accent-dark);
      flex-shrink: 0; border: 2px solid rgba(16,185,129,.20);
    }
    body.page-produits .testimonial-name { font-weight: 600; font-size: .9rem; }
    body.page-produits .testimonial-detail { font-size: .78rem; color: var(--clr-muted); }

    /* ---- Process ---- */
    body.page-produits .process-section { padding-block: 7rem; }
    body.page-produits .process-steps {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
      position: relative; margin-top: 3.5rem;
    }
    body.page-produits .process-steps::before {
      content: ''; position: absolute; top: 2.25rem; left: 12.5%; right: 12.5%;
      height: 1px; background: linear-gradient(90deg, var(--clr-accent), rgba(16,185,129,.15)); z-index: 0;
    }
    body.page-produits .process-step { display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 1; }
body.page-produits .process-step-num {
  width: 4.5rem; height: 4.5rem; border-radius: 50%; background: var(--clr-accent);
  color: #fff; font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 6px rgba(16,185,129,.14); margin-bottom: 1.25rem;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: 'lnum' 1, 'tnum' 1;
}

body.page-produits .process-step-num--first {
  font-size: 1.8rem;
  vertical-align: -0.15em;
  line-height: 0;
}    /* ---- FAQ ---- */
    body.page-produits .faq-section { padding-block: 6rem; background: var(--clr-bg-alt); }
    body.page-produits .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 3rem; }
    body.page-produits .faq-item { background: #fff; border: 1px solid var(--clr-border); border-radius: var(--radius-md); overflow: hidden; }
    body.page-produits .faq-question {
      display: flex; align-items: center; justify-content: space-between;
      padding: 1.25rem 1.5rem; font-weight: 600; font-size: .92rem; cursor: pointer;
      user-select: none; gap: 1rem; list-style: none;
    }
    body.page-produits .faq-question::-webkit-details-marker { display: none; }
    body.page-produits .faq-icon {
      width: 1.5rem; height: 1.5rem; border-radius: 50%; background: var(--clr-bg-alt);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; font-size: 1.1rem; color: var(--clr-accent);
      transition: transform var(--dur-fast);
    }
    body.page-produits details[open] .faq-icon { transform: rotate(45deg); }
    body.page-produits .faq-answer { padding: 0 1.5rem 1.25rem; font-size: .88rem; color: var(--clr-muted); line-height: 1.7; }

    /* ---- CTA final ---- */
    body.page-produits .final-cta {
      background: linear-gradient(135deg, #0e1a14 0%, #1a3028 100%);
      padding-block: 8rem; text-align: center; position: relative; overflow: hidden;
    }
    body.page-produits .final-cta::before {
      content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
      width: 60vw; height: 60vw; border-radius: 50%;
      background: radial-gradient(circle, rgba(16,185,129,.11) 0%, transparent 60%);
      pointer-events: none;
    }
    body.page-produits .final-cta-content { position: relative; z-index: 1; }
    body.page-produits .final-cta-label { font-size: .78rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--clr-accent); margin-bottom: 1.25rem; }
    body.page-produits .final-cta-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem, 5vw, 4rem); color: #fff; line-height: 1.1; max-width: 20ch; margin-inline: auto; }
    body.page-produits .final-cta-title em { font-style: italic; color: var(--clr-accent); }
    body.page-produits .final-cta-sub { margin-top: 1.5rem; color: rgba(255,255,255,.58); font-size: 1.05rem; max-width: 45ch; margin-inline: auto; }
    body.page-produits .final-cta-actions { margin-top: 2.5rem; display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }
    body.page-produits .final-cta-reassurance { margin-top: 1.75rem; display: flex; justify-content: center; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
    body.page-produits .reassurance-item { display: flex; align-items: center; gap: .4rem; font-size: .78rem; color: rgba(255,255,255,.42); }

    /* ---- Buttons ---- */
    body.page-produits .btn-cta-main {
		text-shadow: 1px 1px 1px #000;
      display: inline-flex; align-items: center; gap: .75rem;
      padding: 1rem 2rem; background: var(--clr-accent); color: #fff;
      font-weight: 600; font-size: 1rem; border-radius: var(--radius-full);
      box-shadow: 0 8px 32px rgba(16,185,129,.35); text-decoration: none;
      transition: background var(--dur-fast), transform var(--dur-fast), box-shadow var(--dur-fast);
    }
    body.page-produits .btn-cta-main:hover { background: var(--clr-accent-dark); transform: translateY(-2px); box-shadow: 0 12px 40px rgba(16,185,129,.45); }
    body.page-produits .btn-cta-ghost {
      display: inline-flex; align-items: center; gap: .5rem;
      padding: 1rem 1.75rem; border: 1px solid rgba(255,255,255,.25);
      color: rgba(255,255,255,.82); font-size: .95rem; border-radius: var(--radius-full);
      backdrop-filter: blur(4px); text-decoration: none;
      transition: border-color var(--dur-fast), background var(--dur-fast);
    }
    body.page-produits .btn-cta-ghost:hover { border-color: rgba(255,255,255,.50); background: rgba(255,255,255,.08); }

  /* ---- Responsive ---- */
@media (max-width: 1023px) {
  body.page-produits .products-grid { grid-template-columns: 1fr 1fr; }
  body.page-produits .product-card--featured { grid-column: span 2; }
  body.page-produits .science-grid { grid-template-columns: 1fr; gap: 3rem; }
  body.page-produits .science-visual { order: -1; }
  body.page-produits .science-badge { left: 1rem; }
  body.page-produits .testimonials-grid { grid-template-columns: 1fr 1fr; }
  body.page-produits .process-steps { grid-template-columns: 1fr 1fr; }
  body.page-produits .process-steps::before { display: none; }
  body.page-produits .faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  body.page-produits .products-grid { grid-template-columns: 1fr; }
  body.page-produits .product-card--featured { grid-column: span 1; grid-template-columns: 1fr; }
  body.page-produits .product-card--featured .product-card-img-wrap { border-radius: var(--radius-xl) var(--radius-xl) 0 0; }
  body.page-produits .testimonials-grid { grid-template-columns: 1fr; }
  body.page-produits .process-steps { grid-template-columns: 1fr; }
  body.page-produits .prod-hero-proof { gap: 1.5rem; }
  body.page-produits .science-stats { grid-template-columns: 1fr 1fr; }
  body.page-produits .story-grid { grid-template-columns: 1fr; }
  body.page-produits .story-badge { right: 1rem; }
}
  
/* ---- Utilitaires extraits des styles inline (Produits) ---- */
body.page-produits .u-text-center { text-align:center; }
body.page-produits .u-maxw-44 { max-width:44rem; }
body.page-produits .u-mt-sm { margin-top:.75rem; }
body.page-produits .u-btn-full { width:100%; justify-content:center; }
body.page-produits .testi-head-row { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:.5rem; }
body.page-produits .testi-disclaimer { text-align:center; margin-top:2rem; font-size:.8rem; color:var(--clr-muted-light); }
body.page-produits .u-center-mt { display:flex; justify-content:center; margin-top:2.5rem; }
body.page-produits .toast-container { position:fixed; bottom:1.5rem; right:1.5rem; z-index:9999; display:flex; flex-direction:column; gap:.5rem; pointer-events:none; }

/* ===================== PAGE MENTIONS LÉGALES ===================== */
body.page-legal {
  background: radial-gradient(120% 60% at 50% -10%, rgba(16,185,129,.06), transparent 60%), var(--clr-bg);
}
body.page-legal .legal-main { padding-block: 3.5rem 5rem; }
body.page-legal .legal-shell { max-width: 64rem; }

/* Intro */
body.page-legal .legal-hero { margin-bottom: 3.5rem; animation: legalIn .8s var(--ease-smooth) both; }
@keyframes legalIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
body.page-legal .legal-eyebrow { font-size: .78rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--clr-accent); margin-bottom: 1rem; }
body.page-legal .legal-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.6rem, 6vw, 4.25rem); font-weight: 600; line-height: 1.04; letter-spacing: -.03em; }
body.page-legal .legal-title em { font-style: italic; color: var(--clr-accent); }
body.page-legal .legal-title::after { content: ''; display: block; width: 5rem; height: 3px; margin-top: 1.5rem; border-radius: 2px; background: linear-gradient(90deg, var(--clr-accent), var(--clr-accent-dark)); }
body.page-legal .legal-intro { margin-top: 1.5rem; max-width: 46ch; color: var(--clr-muted); font-size: 1.05rem; line-height: 1.7; }
body.page-legal .legal-updated { margin-top: 1rem; font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; color: var(--clr-muted-light); }

/* Layout : sommaire + doc */
body.page-legal .legal-layout { display: grid; grid-template-columns: 15rem 1fr; gap: 4rem; align-items: start; }

/* Sommaire (sticky desktop) */
body.page-legal .legal-toc { position: sticky; top: calc(var(--header-h) + 1.5rem); padding-left: 1.25rem; border-left: 2px solid var(--clr-border); }
body.page-legal .legal-toc-label { font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--clr-muted-light); margin-bottom: 1rem; }
body.page-legal .legal-toc ol { list-style: none; counter-reset: toc; display: flex; flex-direction: column; gap: .65rem; }
body.page-legal .legal-toc li { counter-increment: toc; }
body.page-legal .legal-toc a { display: flex; gap: .6rem; font-size: .9rem; color: var(--clr-muted); line-height: 1.4; transition: color var(--dur-fast); }
body.page-legal .legal-toc a::before { content: counter(toc, decimal-leading-zero); font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1rem; color: var(--clr-accent); flex-shrink: 0; }
body.page-legal .legal-toc a:hover { color: var(--clr-text); }

/* Document */
body.page-legal .legal-doc { display: flex; flex-direction: column; gap: 3rem; min-width: 0; }
body.page-legal .legal-section { scroll-margin-top: calc(var(--header-h) + 1.5rem); }
body.page-legal .legal-num { display: block; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 2.5rem; line-height: 1; color: rgba(16,185,129,.30); margin-bottom: .25rem; }
body.page-legal .legal-h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 600; letter-spacing: -.02em; line-height: 1.15; margin-bottom: 1.25rem; padding-bottom: 1rem; border-bottom: 1px solid var(--clr-border); }
body.page-legal .legal-doc p { color: var(--clr-muted); line-height: 1.8; }
body.page-legal .legal-doc p + p { margin-top: 1rem; }

/* Liste éditeur */
body.page-legal .legal-dl { display: flex; flex-direction: column; gap: 1rem; }
body.page-legal .legal-dl > div { display: grid; grid-template-columns: 14rem 1fr; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--clr-bg-alt); }
body.page-legal .legal-dl dt { font-size: .8rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--clr-muted-light); padding-top: .15rem; }
body.page-legal .legal-dl dd { color: var(--clr-text); line-height: 1.6; }
body.page-legal .legal-dl a { color: var(--clr-accent-dark); font-weight: 500; }
body.page-legal .legal-dl a:hover { text-decoration: underline; }

/* Adresse hébergeur */
body.page-legal .legal-address { font-style: normal; color: var(--clr-text); line-height: 1.8; margin-top: 1rem; padding: 1.5rem 1.75rem; border-left: 3px solid var(--clr-accent); background: var(--clr-bg-alt); border-radius: 0 var(--radius-md) var(--radius-md) 0; }
body.page-legal .legal-address strong { font-weight: 600; }
body.page-legal .legal-address a { color: var(--clr-accent-dark); }

/* Retour */
body.page-legal .legal-back { display: inline-flex; align-items: center; gap: .5rem; margin-top: 3.5rem; font-size: .9rem; font-weight: 500; color: var(--clr-muted); transition: gap var(--dur-fast), color var(--dur-fast); }
body.page-legal .legal-back:hover { color: var(--clr-accent-dark); gap: .75rem; }

/* Responsive */
@media (max-width: 860px) {
  body.page-legal .legal-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  body.page-legal .legal-toc { position: static; border-left: 0; border-top: 1px solid var(--clr-border); border-bottom: 1px solid var(--clr-border); padding: 1.5rem 0; }
  body.page-legal .legal-toc ol { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem 1.5rem; }
  body.page-legal .legal-dl > div { grid-template-columns: 1fr; gap: .25rem; }
  body.page-legal .legal-dl dt { padding-top: 0; }
}
@media (max-width: 480px) { body.page-legal .legal-toc ol { grid-template-columns: 1fr; } }

/* Mouvement réduit */
@media (prefers-reduced-motion: reduce) {
  body.page-legal .legal-hero { animation: none; }
  body.page-legal .legal-back { transition: none; }
}