/* ============================================================
   GUICHET N°9 — UPLIFT
   Sections de clarté & de vente ajoutées à la page d'accueil.
   Réutilise les variables d'immersive.css → compatible mode sombre.
   ============================================================ */

/* ---------- HERO : promesse + parcours ---------- */
.hero__promise {
  margin: 24px auto 0; max-width: 40ch;
  font-family: var(--display); font-weight: 600;
  font-size: clamp(18px, 2.3vw, 27px); line-height: 1.28; letter-spacing: -.01em;
  color: var(--ink); text-wrap: balance;
}
.hero__promise b { color: var(--red); font-weight: 700; }
.hero__short {
  margin: 16px auto 0; font-family: var(--mono); font-size: clamp(11px, 1.3vw, 13px);
  letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute);
}
.hero__paths { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 20px; }
.hero__path {
  font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-soft); border: 1.5px dashed var(--line); border-radius: 100px;
  padding: 9px 18px; transition: border-color .2s, color .2s, background .2s;
}
.hero__path:hover { border-color: var(--red); color: var(--red); border-style: solid; }
.hero__path--pro { color: var(--red); border-color: color-mix(in srgb, var(--red) 50%, transparent); }
.hero__path--pro:hover { background: var(--red); color: #f4e7d4; }

/* ---------- en-tête de section générique ---------- */
.uphead { text-align: center; margin-bottom: clamp(34px, 5vw, 58px); }
.uphead .kicker { justify-content: center; }
.uphead h2 { font-size: clamp(30px, 5vw, 64px); }
.uphead .lead { margin: 20px auto 0; text-align: center; }

/* ============================================================
   POURQUOI C'EST DIFFÉRENT
   ============================================================ */
.diff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); }
@media (max-width: 920px) { .diff-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .diff-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
.diff {
  position: relative; background: rgba(247,236,218,.86); backdrop-filter: blur(3px);
  border: 1.5px solid var(--line); box-shadow: 0 30px 70px -34px rgba(40,20,10,.4);
  padding: clamp(24px, 2.6vw, 32px); display: flex; flex-direction: column; gap: 12px;
}
body.dark .diff { background: rgba(38,32,24,.78); }
.diff__no { font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute); }
.diff__t { font-family: var(--display); font-weight: 700; font-size: clamp(19px, 2vw, 23px); line-height: 1.1; }
.diff__t .red { color: var(--red); }
.diff__p { font-size: 14.5px; line-height: 1.5; color: var(--ink-soft); }
.diff__stamp {
  align-self: flex-start; margin-top: auto; font-family: var(--mono); font-size: 9px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--red);
  border: 1.5px solid var(--red); border-radius: 3px; padding: 3px 9px; transform: rotate(-1.4deg);
}

/* ============================================================
   À TON TOUR — 5 gestes simples
   ============================================================ */
.turnsteps { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(12px, 1.4vw, 18px); align-items: stretch; }
@media (max-width: 1040px) { .turnsteps { grid-template-columns: repeat(2, 1fr); max-width: 720px; margin-inline: auto; } }
@media (max-width: 540px) { .turnsteps { grid-template-columns: 1fr; max-width: 420px; } }
.tstep {
  position: relative; background: rgba(247,236,218,.78); border: 1.5px solid var(--line);
  border-radius: 8px; padding: 22px 20px 20px; display: flex; flex-direction: column; gap: 12px;
}
body.dark .tstep { background: rgba(38,32,24,.7); }
.tstep--danger { border-color: var(--red); }
.tstep__top { display: flex; align-items: center; gap: 12px; }
.tstep__n {
  flex: 0 0 auto; width: 30px; height: 30px; border-radius: 5px; border: 1.5px solid var(--red);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--anton); font-weight: 400; font-size: 17px; color: var(--red); line-height: 1;
}
.tstep--danger .tstep__n { background: var(--red); color: #f4e7d4; }
/* pictogramme : formes basiques (carré / cercle / barre) */
.tstep__ico { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; }
.ico-card { width: 19px; height: 25px; border: 2px solid var(--ink-soft); border-radius: 2px; transform: rotate(-9deg); position: relative; }
.ico-card::after { content: ""; position: absolute; left: 3px; right: 3px; top: 5px; height: 2px; background: var(--ink-soft); box-shadow: 0 5px 0 var(--ink-soft); }
.ico-token { width: 25px; height: 25px; border: 2px solid var(--red); border-radius: 50%; position: relative; }
.ico-token::after { content: ""; position: absolute; inset: 5px; border: 1.5px dashed var(--red); border-radius: 50%; }
.ico-counter { display: flex; gap: 4px; align-items: flex-end; height: 26px; }
.ico-counter i { width: 6px; background: var(--ink-soft); border-radius: 1px; }
.ico-counter i:nth-child(1) { height: 10px; } .ico-counter i:nth-child(2) { height: 17px; } .ico-counter i:nth-child(3) { height: 24px; }
.ico-eye { width: 30px; height: 20px; border: 2px solid var(--ink-soft); border-radius: 0 50% 0 50%; transform: rotate(0deg); display: grid; place-items: center; }
.ico-eye::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
.ico-gauge { width: 28px; height: 28px; border: 2px solid var(--red); border-radius: 50%; border-top-color: transparent; border-right-color: transparent; transform: rotate(45deg); position: relative; }
.ico-gauge::after { content: "9"; position: absolute; inset: 0; display: grid; place-items: center; transform: rotate(-45deg); font-family: var(--anton); font-size: 13px; color: var(--red); }
.tstep__t { font-family: var(--display); font-weight: 700; font-size: 16.5px; line-height: 1.12; }
.tstep__p { font-size: 13.5px; line-height: 1.48; color: var(--ink-soft); }

/* ============================================================
   EXEMPLE DE TOUR — Nadia au Guichet 2
   ============================================================ */
.tour-ex {
  background: rgba(247,236,218,.86); backdrop-filter: blur(3px); border: 1.5px solid var(--line);
  box-shadow: 0 40px 90px -42px rgba(40,20,10,.5); padding: clamp(24px, 3.4vw, 48px);
  display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: clamp(28px, 4vw, 56px); align-items: center;
}
body.dark .tour-ex { background: rgba(38,32,24,.78); }
@media (max-width: 880px) { .tour-ex { grid-template-columns: 1fr; gap: 32px; } }
.tour-ex__stage { display: flex; flex-direction: column; gap: 18px; }
.tour-ex__board {
  position: relative; border: 1.5px solid var(--line); border-radius: 10px;
  background: var(--paper-2); padding: 20px; display: flex; flex-direction: column; gap: 16px;
}
.tex-card {
  position: relative; align-self: center; width: min(74%, 230px); aspect-ratio: 5 / 3.4;
  background: #efe1c9; color: #1d1d1d; border: 1.5px solid rgba(29,29,29,.3); border-radius: 8px;
  padding: 14px 16px; transform: rotate(-2deg); box-shadow: 0 18px 36px -20px rgba(0,0,0,.6);
  display: flex; flex-direction: column; justify-content: space-between;
}
.tex-card__cat { font-family: var(--mono); font-size: 8.5px; letter-spacing: .16em; text-transform: uppercase; color: #8a7c64; }
.tex-card__t { font-family: var(--display); font-weight: 700; font-size: 18px; text-transform: uppercase; line-height: .98; color: #b0392b; }
.tex-card__foot { display: flex; justify-content: space-between; align-items: center; font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; color: #8a7c64; }
.tex-row { display: flex; gap: 14px; align-items: stretch; }
.tex-guichet { flex: 1; border: 1.5px solid var(--line); border-radius: 7px; padding: 12px 13px; background: rgba(247,236,218,.5); }
body.dark .tex-guichet { background: rgba(255,255,255,.03); }
.tex-guichet__lbl { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); }
.tex-guichet__lbl b { color: var(--ink); }
.tex-prog { display: flex; gap: 4px; margin-top: 9px; }
.tex-prog i { flex: 1; height: 8px; border: 1.5px solid var(--ink-soft); border-radius: 2px; }
.tex-prog i.on { background: var(--g04, #9e342a); border-color: var(--g04, #9e342a); }
.tex-aside { flex: 0 0 auto; width: 96px; display: flex; flex-direction: column; gap: 10px; }
.tex-tok {
  border: 1.5px solid var(--line); border-radius: 7px; padding: 9px; text-align: center;
  background: rgba(247,236,218,.5);
}
body.dark .tex-tok { background: rgba(255,255,255,.03); }
.tex-tok__c { width: 26px; height: 26px; margin: 0 auto 5px; border-radius: 50%; border: 2px solid var(--red); display: grid; place-items: center; font-family: var(--anton); font-size: 13px; color: var(--red); }
.tex-tok__c--issue { border-radius: 4px; border-style: dashed; border-color: var(--ink-mute); color: var(--ink-mute); }
.tex-tok__l { font-family: var(--mono); font-size: 7.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-mute); }
.tex-sat { display: flex; align-items: center; gap: 12px; border: 1.5px solid var(--line); border-radius: 7px; padding: 11px 14px; }
.tex-sat__lbl { font-family: var(--mono); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); }
.tex-sat__pips { display: flex; gap: 4px; margin-left: auto; }
.tex-sat__pips i { width: 12px; height: 10px; border: 1.5px solid var(--ink-soft); border-radius: 2px; }
.tex-sat__pips i.on { background: var(--red); border-color: var(--red); }
/* étapes texte */
.tour-ex__steps { list-style: none; display: flex; flex-direction: column; }
.tour-ex__intro { font-family: var(--display); font-weight: 600; font-size: clamp(17px, 1.9vw, 21px); line-height: 1.3; margin-bottom: 18px; }
.tour-ex__intro .red { color: var(--red); }
.tour-ex__steps li { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: baseline; padding: 12px 0; border-bottom: 1px dashed var(--line); }
.tour-ex__steps li:last-child { border-bottom: none; }
.tour-ex__steps .n { font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .1em; color: var(--red); border: 1.5px solid var(--line-2); border-radius: 4px; padding: 4px 7px; }
.tour-ex__steps .x { font-size: 14.5px; line-height: 1.5; color: var(--ink-soft); }
.tour-ex__steps .x b { color: var(--ink); font-weight: 600; }

/* ============================================================
   LE CYCLE D'UN TOUR — schéma
   ============================================================ */
.cycle { margin-top: clamp(20px, 3vw, 36px); }
.cycle__flow { display: flex; align-items: stretch; gap: 8px; flex-wrap: wrap; justify-content: center; }
.cycle__node {
  flex: 1 1 0; min-width: 124px; max-width: 200px; border: 1.5px solid var(--line); border-radius: 9px;
  background: rgba(247,236,218,.8); padding: 16px 14px; text-align: center; position: relative;
  display: flex; flex-direction: column; gap: 7px; justify-content: center;
}
body.dark .cycle__node { background: rgba(38,32,24,.72); }
.cycle__node--accent { border-color: var(--red); }
.cycle__node--end { background: var(--call-bg); border-color: color-mix(in srgb, var(--signal) 34%, transparent); }
.cycle__k { font-family: var(--mono); font-size: 8.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute); }
.cycle__node--end .cycle__k { color: color-mix(in srgb, var(--signal) 64%, #cfe); }
.cycle__t { font-family: var(--display); font-weight: 700; font-size: 15.5px; line-height: 1.08; text-transform: uppercase; }
.cycle__node--accent .cycle__t { color: var(--red); }
.cycle__node--end .cycle__t { color: var(--signal); }
.cycle__arrow { display: grid; place-items: center; font-family: var(--mono); color: var(--red); font-size: 18px; flex: 0 0 auto; }
@media (max-width: 860px) {
  .cycle__flow { flex-direction: column; align-items: stretch; }
  .cycle__node { max-width: none; }
  .cycle__arrow { transform: rotate(90deg); padding: 2px 0; }
}
.cycle__cap { text-align: center; max-width: 56ch; margin: clamp(22px,3vw,32px) auto 0; font-size: clamp(15px,1.7vw,18px); color: var(--ink-soft); }
.cycle__cap .red { color: var(--red); font-weight: 600; }

/* ============================================================
   RÈGLES EN 3 NIVEAUX
   ============================================================ */
.levels { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 22px); align-items: stretch; }
@media (max-width: 920px) { .levels { grid-template-columns: 1fr; max-width: 540px; margin-inline: auto; } }
.level {
  border: 1.5px solid var(--line); border-radius: 10px; padding: clamp(22px, 2.4vw, 30px);
  background: rgba(247,236,218,.8); display: flex; flex-direction: column; gap: 14px; position: relative;
}
body.dark .level { background: rgba(38,32,24,.72); }
.level--2 { background: rgba(247,236,218,.92); border-color: color-mix(in srgb, var(--red) 30%, var(--line)); }
.level--3 { background: var(--call-bg); border-color: color-mix(in srgb, var(--signal) 30%, transparent); color: #d9e8e2; }
.level__no { font-family: var(--anton); font-weight: 400; font-size: 40px; line-height: .8; color: var(--red); }
.level--3 .level__no { color: var(--signal); }
.level__k { font-family: var(--mono); font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute); }
.level--3 .level__k { color: color-mix(in srgb, var(--signal) 64%, #cfe); }
.level__t { font-family: var(--display); font-weight: 700; font-size: clamp(20px, 2.2vw, 25px); line-height: 1.04; }
.level--3 .level__t { color: #eaf3ef; }
.level__p { font-size: 14px; line-height: 1.5; color: var(--ink-soft); }
.level--3 .level__p { color: #b9cbc3; }
.level__tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.level__tags span { font-family: var(--mono); font-size: 9.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); border: 1.5px solid var(--line); border-radius: 3px; padding: 4px 8px; }
.level--3 .level__tags span { color: color-mix(in srgb, var(--signal) 70%, #fff); border-color: color-mix(in srgb, var(--signal) 30%, transparent); }
.levels-cta { text-align: center; margin-top: clamp(26px, 3.4vw, 38px); }

/* ============================================================
   PREMIÈRE PARTIE
   ============================================================ */
.firstgame { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(26px, 4vw, 52px); align-items: center; }
@media (max-width: 880px) { .firstgame { grid-template-columns: 1fr; } }
.firstgame__badge {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 10px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: #f4e7d4; background: var(--red);
  padding: 7px 14px; border-radius: 100px; transform: rotate(-1.5deg); margin-bottom: 18px;
}
.firstgame__p { font-size: clamp(15px, 1.7vw, 18px); color: var(--ink-soft); line-height: 1.55; }
.firstgame__p + .firstgame__p { margin-top: 14px; }
.firstgame__p b { color: var(--ink); }
.modes { display: grid; gap: 16px; }
.mode {
  border: 1.5px solid var(--line); border-radius: 10px; padding: 20px 22px; background: rgba(247,236,218,.8); position: relative;
}
body.dark .mode { background: rgba(38,32,24,.72); }
.mode--reco { border-color: var(--red); }
.mode__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.mode__t { font-family: var(--display); font-weight: 700; font-size: 20px; text-transform: uppercase; }
.mode__pill { font-family: var(--mono); font-size: 8.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--red); border: 1.5px solid var(--red); border-radius: 100px; padding: 4px 10px; }
.mode__list { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.mode__list li { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: baseline; font-size: 13.5px; color: var(--ink-soft); }
.mode__list li::before { content: ""; width: 6px; height: 6px; border-radius: 1px; background: var(--red); transform: translateY(-2px); }

/* ============================================================
   LEXIQUE — le vocabulaire du guichet
   ============================================================ */
.lexique { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.6vw, 18px); }
@media (max-width: 860px) { .lexique { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .lexique { grid-template-columns: 1fr; max-width: 380px; margin-inline: auto; } }
.lex {
  border: 1.5px solid var(--line); border-radius: 8px; padding: 16px 18px; background: rgba(247,236,218,.78);
  display: grid; grid-template-columns: auto 1fr; gap: 4px 13px; align-items: start;
}
body.dark .lex { background: rgba(38,32,24,.7); }
.lex__stamp {
  grid-row: 1 / 3; width: 38px; height: 38px; border: 1.5px solid var(--red); border-radius: 5px;
  display: grid; place-items: center; font-family: var(--anton); font-size: 17px; color: var(--red);
  transform: rotate(-3deg);
}
.lex__t { font-family: var(--display); font-weight: 700; font-size: 16px; text-transform: uppercase; align-self: end; }
.lex__d { font-size: 13px; line-height: 1.42; color: var(--ink-soft); }
.lex__d b { color: var(--red); font-weight: 600; }

/* ============================================================
   CONFIGURATION RECOMMANDÉE + POUR QUELS JOUEURS
   ============================================================ */
.cfg-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(20px, 3vw, 36px); align-items: stretch; }
@media (max-width: 880px) { .cfg-grid { grid-template-columns: 1fr; } }
.cfg-panel, .aud-panel {
  position: relative; border: 1.5px solid var(--line); border-radius: 10px; padding: clamp(24px, 2.8vw, 36px);
  background: rgba(247,236,218,.86); backdrop-filter: blur(3px); box-shadow: 0 30px 70px -34px rgba(40,20,10,.4);
}
body.dark .cfg-panel, body.dark .aud-panel { background: rgba(38,32,24,.78); }
.cfg-panel__code, .aud-panel__code { position: absolute; top: 14px; right: 18px; font-family: var(--mono); font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); }
.cfg-list { list-style: none; display: flex; flex-direction: column; margin-top: 8px; }
.cfg-list li { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line-2); }
.cfg-list li:last-child { border-bottom: none; }
.cfg-list dt { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); }
.cfg-list dd { text-align: right; font-family: var(--display); font-weight: 700; font-size: 17px; }
.cfg-list dd.big { font-family: var(--anton); font-weight: 400; font-size: 26px; color: var(--red); }
.cfg-list dd small { display: block; font-family: var(--body); font-weight: 400; font-size: 12px; color: var(--ink-mute); margin-top: 2px; }
.aud-intro { font-family: var(--display); font-weight: 600; font-size: clamp(17px,1.9vw,21px); line-height: 1.3; margin: 6px 0 16px; }
.aud-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.aud-list li { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: baseline; font-size: 14.5px; color: var(--ink-soft); }
.aud-list li::before { content: "✓"; font-family: var(--mono); font-weight: 700; color: var(--red); }
.aud-frame { margin-top: 18px; border-left: 3px solid var(--red); padding: 4px 0 4px 15px; font-size: 14px; line-height: 1.5; color: var(--ink-soft); font-style: italic; }

/* ============================================================
   PARCOURS PRO — éditeurs / investisseurs / presse
   ============================================================ */
#sc-pro { text-align: center; }
.pro-panel {
  position: relative; max-width: 1080px; margin: clamp(34px,5vw,52px) auto 0;
  border: 1.5px solid var(--line); border-radius: 12px; overflow: hidden;
  background: var(--call-bg); color: #d9e8e2; text-align: left;
  box-shadow: 0 50px 110px -50px rgba(0,0,0,.7);
}
.pro-panel__inner { padding: clamp(28px, 4vw, 56px); display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.1fr); gap: clamp(28px,4vw,56px); align-items: center; }
@media (max-width: 860px) { .pro-panel__inner { grid-template-columns: 1fr; gap: 28px; } }
.pro-panel__code { font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: color-mix(in srgb, var(--signal) 60%, #cfe); }
.pro-panel h2 { font-size: clamp(28px, 3.6vw, 46px); text-transform: uppercase; line-height: .98; color: #eaf3ef; margin: 12px 0 16px; }
.pro-panel h2 .sig { color: var(--signal); }
.pro-panel__p { font-size: clamp(15px, 1.6vw, 17px); line-height: 1.55; color: #b9cbc3; max-width: 44ch; }
.pro-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; }
@media (max-width: 520px) { .pro-list { grid-template-columns: 1fr; } }
.pro-list li { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: baseline; font-size: 14px; color: #cdddd6; padding: 9px 0; border-bottom: 1px dashed rgba(217,232,226,.18); }
.pro-list li::before { content: ""; width: 7px; height: 7px; background: var(--signal); border-radius: 1px; transform: translateY(-1px); }
.pro-list li b { color: #eaf3ef; font-weight: 600; }
.pro-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.pro-cta .btn--signal { background: var(--signal); color: #08110d; }
.pro-cta .btn--signal:hover { background: var(--signal-deep); color: #eaf3ef; }
.pro-cta .btn--linelight { border: 1.5px solid rgba(217,232,226,.4); color: #d9e8e2; }
.pro-cta .btn--linelight:hover { background: rgba(217,232,226,.12); }

/* ---------- bouton tertiaire texte ---------- */
.btn--text { padding: 16px 0; color: var(--ink-soft); }
.btn--text:hover { color: var(--red); }

/* ---------- bandeau de CTA répété ---------- */
.cta-strip { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: clamp(26px,3.4vw,40px); }
