
  :root {
    /* Fonds charbon (Alain). --pine-card = relief #181410 ; plat = #110e0c */
    --void: #110e0c;
    --pine: #110e0c;
    --pine-card: #181410;
    /* Barre de gain — INTACTE */
    --emerald: #14946B;
    --emerald-soft: #6FD3AE;
    /* Or Stella */
    --gold: #efbf04;
    --gold-bright: #F5D456;
    --ivory: #F2EEE2;
    --ivory-mute: #9A9690;
    --line: rgba(239,191,4,.16);
    --line-soft: rgba(255,255,255,.07);
    --display: 'Sora', 'Helvetica Neue', Arial, sans-serif;
    --body: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    font-family: var(--body);
    background: var(--void); color: var(--ivory);
    line-height: 1.6; -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  .wrap { max-width: 1100px; margin: 0 auto; padding: 0 32px; }

  nav { display: flex; align-items: center; justify-content: space-between; padding: 22px 32px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 5; }
  .brand-lockup { display: flex; align-items: center; }
  .brand-emblem {
    width: 198px; /* ×3 vs 66px */
    max-width: min(198px, 55vw); /* cap mobile */
    height: auto;
    filter: drop-shadow(0 0 16px rgba(239,191,4,.28));
  }
  .nav-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
  .nav-cta { font-family: var(--body); font-size: 13px; font-weight: 600; background: var(--gold); color: var(--void); padding: 11px 20px; border-radius: 4px; text-decoration: none; letter-spacing: .01em; transition: background .2s, transform .2s; }
  .nav-cta:hover { background: var(--gold-bright); transform: translateY(-1px); }

  .hero { position: relative; padding: 66px 0 90px; overflow-x: clip; }
  .hero::before {
    content: ""; position: absolute; top: -160px; right: -180px; width: 560px; height: 560px;
    background: radial-gradient(circle, rgba(239,191,4,.14), rgba(239,191,4,0) 68%); /* preview: halo or discret */
    pointer-events: none; z-index: 0;
  }
  .hero::after {
    content: ""; position: absolute; bottom: -120px; left: -160px; width: 460px; height: 460px;
    background: radial-gradient(circle, rgba(239,191,4,.12), rgba(239,191,4,0) 70%);
    pointer-events: none; z-index: 0;
  }
  .hero .wrap { position: relative; z-index: 1; }
  .eyebrow { font-family: var(--body); font-size: 12px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); margin-bottom: 26px; display: flex; align-items: center; gap: 14px; }
  .eyebrow::after { content: ""; flex: 1; height: 1px; background: var(--line); max-width: 110px; }
  .hero h1 { font-family: var(--display); font-size: clamp(38px,6.2vw,72px); line-height: 1.03; font-weight: 700; letter-spacing: -.03em; max-width: 16ch; margin-bottom: 28px; }
  .hero h1 .accent { color: var(--gold); white-space: nowrap; }
  .hero .lede { font-size: clamp(18px,2.1vw,22px); color: var(--ivory-mute); max-width: 54ch; margin-bottom: 40px; line-height: 1.6; font-weight: 400; }
  .hero .lede strong { color: var(--ivory); font-weight: 500; border-bottom: 1px solid var(--gold); }
  .hero-actions { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
  .btn-primary { font-family: var(--body); font-size: 15px; font-weight: 600; background: var(--gold); color: var(--void); padding: 17px 32px; border-radius: 5px; text-decoration: none; letter-spacing: .01em; transition: background .2s, transform .2s, box-shadow .2s; box-shadow: 0 8px 30px rgba(239,191,4,.18); }
  .btn-primary:hover { background: var(--gold-bright); transform: translateY(-2px); box-shadow: 0 14px 40px rgba(239,191,4,.28); }
  .btn-ghost { font-family: var(--body); font-size: 15px; font-weight: 600; color: var(--ivory); text-decoration: none; border-bottom: 2px solid var(--gold); padding-bottom: 3px; transition: color .2s, border-color .2s; /* preview: bordure or Stella */ }
  .btn-ghost:hover { color: var(--gold-bright); border-color: var(--gold-bright); }

  .gapwrap { position: relative; padding: 18px 0 84px; }
  .gapwrap .wrap { position: relative; z-index: 1; }
  .gap-frame { background: var(--pine-card); border: 1px solid var(--line); border-radius: 18px; padding: 44px clamp(24px,5vw,56px) 46px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
  .gap-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
  .gap-head h2 { font-family: var(--display); font-size: clamp(23px,3.2vw,32px); font-weight: 600; max-width: 22ch; line-height: 1.16; letter-spacing: -.02em; }
  .gap-head h2 em { font-style: normal; color: var(--gold); }
  .gap-head .ghint { font-family: var(--body); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ivory-mute); white-space: nowrap; }

  .calc { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 32px; }
  .calc-card { background: rgba(255,255,255,.02); border: 1px solid var(--line-soft); border-radius: 14px; padding: 26px 28px 24px; }
  .calc-card.pot { border-color: var(--line); background: rgba(239,191,4,.055); }
  .cc-label { font-family: var(--body); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ivory-mute); margin-bottom: 18px; }
  .calc-card.pot .cc-label { color: var(--gold); }
  .cc-row { display: flex; justify-content: space-between; align-items: baseline; padding: 9px 0; font-family: var(--body); font-size: 15px; color: var(--ivory-mute); border-bottom: 1px solid rgba(255,255,255,.05); }
  .cc-row .v { color: var(--ivory); font-weight: 500; font-variant-numeric: tabular-nums; }
  .cc-row.hl .v { color: var(--emerald-soft); font-weight: 600; }
  .calc-card.pot .cc-row.hl .v { color: var(--gold-bright); }
  .cc-total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line-soft); }
  .cc-total .t-label { font-family: var(--body); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ivory); font-weight: 700; }
  .calc-card.pot .cc-total .t-label { color: var(--gold); }
  .cc-total .t-val { font-family: var(--display); font-weight: 700; font-size: clamp(22px,3vw,30px); color: var(--ivory); letter-spacing: -.025em; font-variant-numeric: tabular-nums; }
  .calc-card.pot .cc-total .t-val { color: var(--gold-bright); }

  .track { position: relative; height: 20px; border-radius: 11px; background: rgba(255,255,255,.05); overflow: hidden; }
  .bar-now { position: absolute; left: 0; top: 0; height: 100%; width: 0; background: linear-gradient(90deg, #0C5E45, var(--emerald)); border-radius: 11px 0 0 11px; transition: width 1.6s cubic-bezier(.22,1,.36,1); }
  .bar-gap { position: absolute; top: 0; height: 100%; width: 0; left: 0;
    background: repeating-linear-gradient(45deg, rgba(239,191,4,.85), rgba(239,191,4,.85) 9px, rgba(245,212,86,.95) 9px, rgba(245,212,86,.95) 18px);
    transition: width 1.6s cubic-bezier(.22,1,.36,1) .2s, left 1.6s cubic-bezier(.22,1,.36,1);
    box-shadow: 0 0 22px rgba(239,191,4,.55); }
  .gap-callout { text-align: center; margin-top: 28px; font-family: var(--body); }
  .gap-callout .gc-amt { font-family: var(--display); font-weight: 700; font-size: clamp(34px,6vw,56px); color: var(--gold-bright); letter-spacing: -.03em; line-height: 1; }
  .gap-callout .gc-label { font-family: var(--display); font-weight: 600; font-size: clamp(16px,2vw,19px); color: var(--ivory); margin-top: 12px; letter-spacing: -.01em; }
  .gap-callout .gc-sub { font-size: 14px; color: var(--ivory-mute); margin-top: 12px; max-width: 56ch; margin-left: auto; margin-right: auto; line-height: 1.6; }
  .disclaimer { text-align: center; font-family: var(--body); font-size: 12px; color: #8A8580; margin-top: 28px; max-width: 68ch; margin-left: auto; margin-right: auto; line-height: 1.6; }

  .knife { padding: 84px 0; background: var(--pine); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
  .knife .eyebrow { justify-content: center; }
  .knife .eyebrow::after { display: none; }
  .knife h2 { font-family: var(--display); font-size: clamp(26px,3.8vw,40px); font-weight: 700; text-align: center; max-width: 22ch; margin: 0 auto 52px; line-height: 1.12; letter-spacing: -.025em; }
  .knife h2 em { font-style: normal; color: var(--gold); }
  .leaks { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
  .leak { background: var(--pine-card); border: 1px solid var(--line-soft); border-radius: 12px; padding: 34px 28px; position: relative; overflow: hidden; transition: transform .35s ease, border-color .35s ease; }
  .leak::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--gold), transparent); }
  .leak:hover { transform: translateY(-6px); border-color: var(--line); }
  .leak .lk-label { font-family: var(--body); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
  .leak h3 { font-family: var(--display); font-size: 21px; font-weight: 600; color: var(--ivory); margin-bottom: 12px; letter-spacing: -.01em; }
  .leak p { font-size: 15px; color: var(--ivory-mute); font-family: var(--body); line-height: 1.6; }
  .verdict { font-family: var(--display); text-align: center; font-size: clamp(20px,2.6vw,26px); font-weight: 500; color: var(--ivory); margin-top: 50px; max-width: 42ch; margin-left: auto; margin-right: auto; letter-spacing: -.02em; line-height: 1.3; }
  .verdict strong { color: var(--gold-bright); font-weight: 600; }

  .section { padding: 84px 0; }
  .section-head { text-align: center; margin-bottom: 52px; }
  .section-head h2 { font-family: var(--display); font-size: clamp(28px,3.8vw,42px); font-weight: 700; line-height: 1.1; max-width: 22ch; margin: 0 auto 16px; letter-spacing: -.025em; }
  .section-head h2 em { font-style: normal; color: var(--gold); }
  .section-head p { color: var(--ivory-mute); max-width: 58ch; margin: 0 auto; font-size: 17px; }
  .steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
  .step { background: var(--pine-card); border: 1px solid var(--line-soft); border-radius: 12px; padding: 36px 30px; }
  .step .num { font-family: var(--display); font-size: 38px; font-weight: 700; color: var(--ivory); opacity: 1; line-height: 1; margin-bottom: 16px; letter-spacing: -.02em; }
  .step .skicker { font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ivory); margin-bottom: 8px; }
  .step h3 { font-family: var(--display); font-size: 20px; font-weight: 600; margin-bottom: 12px; color: var(--ivory); letter-spacing: -.01em; }
  .step p { font-size: 15px; color: var(--ivory-mute); font-family: var(--body); line-height: 1.6; }

  .mentor { padding: 84px 0; background: var(--pine); border-top: 1px solid var(--line-soft); }
  .mentor-inner { max-width: 780px; margin: 0 auto; text-align: center; }
  .mentor .eyebrow { justify-content: center; }
  .mentor .eyebrow::after { display: none; }
  .mentor h2 { font-family: var(--display); font-size: clamp(28px,3.8vw,42px); font-weight: 700; line-height: 1.12; max-width: 22ch; margin: 0 auto 22px; letter-spacing: -.025em; }
  .mentor h2 em { font-style: normal; color: var(--gold); }
  .mentor p { color: var(--ivory-mute); font-size: 17px; max-width: 58ch; margin: 0 auto 14px; font-family: var(--body); line-height: 1.7; }
  .mentor .quote { font-family: var(--display); margin-top: 34px; font-size: clamp(20px,2.6vw,26px); font-weight: 500; font-style: normal; color: var(--ivory); border-left: 3px solid var(--gold); padding: 8px 0 4px 26px; text-align: left; display: block; max-width: 50ch; margin-left: auto; margin-right: auto; line-height: 1.4; letter-spacing: -.02em; overflow: visible; scroll-margin-top: 32px; }
  /* Comment page: mentor puis section — réduit le trou vertical (one-pager = section→mentor, pas d'impact) */
  .mentor + .section { padding-top: 28px; }

  .offer { padding: 88px 0; }
  .offer-box { max-width: 760px; margin: 0 auto; background: var(--pine-card); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.4); }
  .offer-top { padding: 44px 44px 36px; text-align: center; border-bottom: 1px solid var(--line-soft); }
  .offer-top .label { font-family: var(--body); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
  .offer-top h3 { font-family: var(--display); font-size: 28px; font-weight: 700; margin-bottom: 14px; color: var(--ivory); letter-spacing: -.02em; }
  .offer-top p { color: var(--ivory-mute); font-size: 16px; max-width: 52ch; margin: 0 auto; font-family: var(--body); line-height: 1.65; }
  .price { padding: 40px 44px; text-align: center; }
  .price .ptag { font-family: var(--body); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ivory); font-weight: 700; margin-bottom: 12px; }
  .price .pnum { font-family: var(--display); font-size: 64px; font-weight: 700; color: var(--gold-bright); line-height: 1; letter-spacing: -.03em; }
  .price .pnum small { font-size: 24px; color: var(--ivory-mute); font-weight: 500; }
  .price .pwhat { font-family: var(--body); font-size: 14px; color: var(--ivory-mute); margin-top: 14px; max-width: 44ch; margin-left: auto; margin-right: auto; }
  .forfait { padding: 32px 44px; background: linear-gradient(135deg, #110e0c, #181410); text-align: center; border-top: 1px solid var(--line); }
  .forfait .ftitle { font-family: var(--body); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
  .forfait .fbig { font-family: var(--display); font-size: 22px; font-weight: 600; color: var(--ivory); letter-spacing: -.01em; }
  .forfait .fbig strong { color: var(--gold-bright); }
  .forfait .fnote { font-size: 14px; color: var(--ivory-mute); margin-top: 10px; font-family: var(--body); max-width: 50ch; margin-left: auto; margin-right: auto; line-height: 1.6; }

  .final { text-align: center; padding: 96px 0 84px; position: relative; overflow: hidden; }
  .final::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 400px; background: radial-gradient(ellipse, rgba(239,191,4,.10), rgba(239,191,4,0) 70%); pointer-events: none; }
  .final .wrap { position: relative; z-index: 1; }
  .final h2 { font-family: var(--display); font-size: clamp(32px,5vw,56px); font-weight: 700; line-height: 1.05; max-width: 17ch; margin: 0 auto 22px; letter-spacing: -.03em; }
  .final h2 em { font-style: normal; color: var(--gold); }
  .final p { color: var(--ivory-mute); max-width: 50ch; margin: 0 auto 36px; font-size: 18px; font-family: var(--body); }
  .crosslink { margin-top: 30px; font-family: var(--body); font-size: 14px; color: var(--ivory-mute); }
  .crosslink a { color: var(--gold); text-decoration: none; border-bottom: 1px solid var(--gold); }
  .forfait-final { max-width: 600px; margin: 48px auto 0; }
  .forfait-final .ff-title { font-family: var(--body); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
  .forfait-final .ff-big { font-family: var(--display); font-size: 22px; font-weight: 600; color: var(--ivory); letter-spacing: -.01em; }
  .forfait-final .ff-big strong { color: var(--gold-bright); }
  .forfait-final .ff-note { font-size: 16px; color: var(--ivory-mute); margin-top: 12px; font-family: var(--body); max-width: 50ch; margin-left: auto; margin-right: auto; line-height: 1.6; }

  footer { border-top: 1px solid var(--line-soft); padding: 36px 0; text-align: center; }
  footer p { font-family: var(--body); font-size: 13px; color: #8A8580; margin-bottom: 6px; max-width: 72ch; margin-left: auto; margin-right: auto; line-height: 1.6; }
  footer p a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(239,191,4,.4); }
  footer p a:hover { border-bottom-color: var(--gold); }

  .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.in { opacity: 1; transform: none; }
  .reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; }

  @media (max-width: 760px) {
    .leaks, .steps, .calc { grid-template-columns: 1fr; }
    .gap-head { flex-direction: column; align-items: flex-start; }
  }
  a:focus-visible, .btn-primary:focus-visible, .nav-cta:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 3px; }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .bar-now, .bar-gap { transition: none; }
  }


  /* ── Inscription (/inscription) — fusion Lot 1, tokens scopés (pas de collision :root) ── */
  .px-perf-inscription {
    --pi-void: var(--void);
    --pi-card: var(--pine-card);
    --pi-border: #2a2419;
    --pi-field: #0e0b09;
    --pi-field-border: #3a3225;
    --pi-gold: var(--gold);
    --pi-ivory: #f5f0e6;
    --pi-label: #c9c0b0;
    --pi-mute: #9b9080;
    --pi-note: #a39888; /* contraste AA Lot 1 — ne pas ramener vers --ivory-mute */
    --pi-error: #f0a8a0;

    min-height: auto;
    background: transparent;
    color: var(--pi-ivory);
    font-family: var(--body);
    /* Aligné sur .hero (comment-ca-fonctionne) : 66px sous l'entête */
    padding: 66px 16px 64px;
  }

  .px-perf-inscription *,
  .px-perf-inscription *::before,
  .px-perf-inscription *::after {
    box-sizing: border-box;
  }

  /* Honeypot — hors écran (Tailwind .hidden n'existe pas ici) */
  .px-perf-inscription__honeypot {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .px-perf-inscription__logo {
    display: block;
    width: min(240px, 100%);
    max-width: 580px;
    height: auto;
    margin: 0 auto 36px;
    filter: drop-shadow(0 0 16px rgba(239, 191, 4, 0.28));
  }

  .px-perf-inscription__card {
    max-width: 580px;
    margin: 0 auto;
    background: var(--pi-card);
    border: 1px solid var(--pi-border);
    border-radius: 14px;
    padding: 36px 36px 32px;
  }

  .px-perf-inscription__eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--pi-gold);
    margin: 0 0 12px;
  }

  .px-perf-inscription__title {
    font-family: var(--display);
    font-size: clamp(26px, 5vw, 32px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: var(--pi-ivory);
    margin: 0 0 8px;
  }

  .px-perf-inscription__lede {
    font-size: 15px;
    line-height: 1.55;
    color: var(--pi-mute);
    margin: 0 0 18px;
  }

  .px-perf-inscription__banner {
    border-left: 3px solid var(--pi-gold);
    padding: 8px 0 8px 14px;
    font-size: 13px;
    color: var(--pi-label);
    margin: 0 0 18px;
  }

  .px-perf-inscription__rule {
    border: 0;
    border-top: 1px solid var(--pi-border);
    margin: 0 0 20px;
  }

  .px-perf-inscription__section {
    margin: 0 0 20px;
  }

  .px-perf-inscription__section-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--pi-gold);
    margin: 0 0 14px;
  }

  .px-perf-inscription__field {
    display: block;
    margin: 0 0 14px;
  }

  .px-perf-inscription__field-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--pi-label);
    margin-bottom: 6px;
  }

  .px-perf-inscription__input {
    width: 100%;
    background: var(--pi-field);
    border: 1px solid var(--pi-field-border);
    border-radius: 8px;
    color: var(--pi-ivory);
    font-size: 15px;
    padding: 12px 14px;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
  }

  .px-perf-inscription__input:focus {
    border-color: var(--pi-gold);
    box-shadow: 0 0 0 2px rgba(239, 191, 4, 0.22);
  }

  /* Autofill navigateur — fond charbon / texte ivoire (scopé inscription) */
  .px-perf-inscription input:-webkit-autofill,
  .px-perf-inscription input:-webkit-autofill:hover,
  .px-perf-inscription input:-webkit-autofill:focus {
    -webkit-box-shadow: inset 0 0 0 1000px #0e0b09 !important;
    -webkit-text-fill-color: #f5f0e6 !important;
    caret-color: #f5f0e6;
    transition: background-color 9999s ease-out 0s;
  }

  .px-perf-inscription__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .px-perf-inscription__hint {
    font-size: 12px;
    line-height: 1.5;
    color: var(--pi-note);
    margin: -4px 0 0;
  }

  .px-perf-inscription__seg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .px-perf-inscription__seg-btn {
    appearance: none;
    background: var(--pi-field);
    border: 1px solid var(--pi-field-border);
    border-radius: 8px;
    color: var(--pi-label);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 12px 10px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  }

  .px-perf-inscription__seg-btn.is-active {
    background: var(--pi-gold);
    border-color: var(--pi-gold);
    color: var(--pi-void);
  }

  .px-perf-inscription__seg-btn:focus-visible {
    outline: 2px solid var(--pi-gold);
    outline-offset: 2px;
  }

  .px-perf-inscription__error {
    font-size: 13px;
    font-weight: 600;
    color: var(--pi-error);
    margin: 0 0 12px;
  }

  .px-perf-inscription__submit {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--pi-gold);
    color: var(--pi-void);
    border: 0;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 16px 18px;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
  }

  .px-perf-inscription__submit:hover:not(:disabled) {
    background: var(--gold-bright);
    transform: translateY(-1px);
  }

  .px-perf-inscription__submit:disabled {
    opacity: 0.65;
    cursor: wait;
  }

  .px-perf-inscription__submit:focus-visible {
    outline: 2px solid var(--pi-ivory);
    outline-offset: 3px;
  }

  .px-perf-inscription__spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(17, 14, 12, 0.25);
    border-top-color: var(--pi-void);
    border-radius: 50%;
    animation: px-perf-spin 0.7s linear infinite;
  }

  @keyframes px-perf-spin {
    to { transform: rotate(360deg); }
  }

  .px-perf-inscription__price {
    text-align: center;
    font-size: 13px;
    color: var(--pi-ivory);
    margin: 16px 0 8px;
  }

  .px-perf-inscription__legal {
    text-align: center;
    font-size: 12px;
    line-height: 1.55;
    color: var(--pi-note);
    margin: 0;
  }

  .px-perf-inscription__success {
    text-align: center;
  }

  .px-perf-inscription__success .px-perf-inscription__title {
    margin-top: 8px;
  }

  .px-perf-inscription__success-link {
    display: inline-flex;
    margin-top: 22px;
    background: var(--pi-gold);
    color: var(--pi-void);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    padding: 14px 22px;
  }

  .px-perf-inscription__success-link:hover {
    background: var(--gold-bright);
  }

  .px-perf-inscription__msss-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    border: 1px solid var(--line-soft);
    border-radius: 8px;
    overflow: hidden;
    max-height: 240px;
    overflow-y: auto;
  }
  .px-perf-inscription__msss-hit {
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--line-soft);
    color: var(--ivory);
    font: inherit;
    font-size: 13px;
    padding: 12px 14px;
    cursor: pointer;
  }
  .px-perf-inscription__msss-hit:hover {
    background: rgba(239,191,4,.08);
  }
  .px-perf-inscription__msss-picked {
    margin-top: 10px;
    font-size: 13px;
    color: var(--emerald-soft);
  }
  .px-perf-inscription__consent {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 18px 0 16px;
    font-size: 13px;
    color: var(--ivory-mute);
    line-height: 1.45;
  }
  .px-perf-inscription__consent input {
    margin-top: 3px;
    flex-shrink: 0;
  }
  .px-perf-inscription__consent a {
    color: var(--gold);
  }
  .px-perf-inscription__consent-note {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    opacity: 0.85;
  }

  @media (max-width: 420px) {
    .px-perf-inscription__grid {
      grid-template-columns: 1fr;
    }

    .px-perf-inscription__card {
      padding: 28px 20px 24px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .px-perf-inscription__spinner {
      animation: none;
      border-top-color: var(--pi-void);
      opacity: 0.7;
    }
  }

/* Politique de confidentialité — prose légale, une colonne mobile */
.legal-hero { padding: 40px 0 36px; overflow-x: clip; }
.legal-hero h1 {
  font-family: var(--display);
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -.03em;
  max-width: 18ch;
  margin-bottom: 16px;
}
.legal-doc { padding: 0 0 72px; }
.legal-wrap {
  max-width: 720px;
  margin: 0 auto;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.legal-doc p,
.legal-doc li {
  font-family: var(--body);
  font-size: 16px;
  color: var(--ivory-mute);
  line-height: 1.7;
  margin-bottom: 14px;
}
.legal-doc p strong,
.legal-doc li strong { color: var(--ivory); font-weight: 600; }
.legal-doc h2 {
  font-family: var(--display);
  font-size: clamp(20px, 2.8vw, 26px);
  font-weight: 600;
  color: var(--ivory);
  letter-spacing: -.02em;
  margin: 36px 0 14px;
  line-height: 1.25;
}
.legal-doc ul,
.legal-doc ol {
  margin: 0 0 18px;
  padding-left: 1.25rem;
}
.legal-doc li { margin-bottom: 8px; }
.legal-doc a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(212,175,55,.4);
  overflow-wrap: anywhere;
}
.legal-doc a:hover { border-bottom-color: var(--gold); }
.legal-callout {
  background: var(--pine-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px 22px;
  margin: 22px 0;
}
.legal-callout p { margin-bottom: 10px; }
.legal-callout p:last-child { margin-bottom: 0; }
.legal-rule {
  border: 0;
  border-top: 1px solid var(--line-soft);
  margin: 28px 0;
}
.legal-footer-note {
  margin-top: 28px;
  font-size: 13px !important;
  color: #8A8580 !important;
}
@media (max-width: 760px) {
  .legal-wrap { padding: 0; }
  .legal-callout { padding: 16px 16px; }
}

/* Avis de droits d'auteur — pied de page (deux paragraphes) */
.copyright-notice {
  margin-top: 10px;
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}
.copyright-notice p {
  font-family: var(--body);
  font-size: 12px;
  color: #8A8580;
  line-height: 1.55;
  margin-bottom: 6px;
}
.copyright-notice__aside {
  opacity: 0.82;
  font-size: 11px !important;
  max-width: 48ch;
  margin-left: auto;
  margin-right: auto;
}
