/* ScaleSaaS — sondage (page app.html). Utilise les variables de styles.css. */

.app-main { min-height: calc(100vh - 190px); padding: 20px 0 100px; }
.sr {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.lien-court { display: none; }

/* Progression */
.progress { margin: 30px 0 6px; }
.progress-track { height: 4px; border-radius: 3px; background: var(--bg-3); overflow: hidden; }
.progress-fill {
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, #35507f, var(--bleu-2));
  box-shadow: 0 0 14px var(--bleu-glow);
  transition: width .45s cubic-bezier(.2, .7, .3, 1);
}
.retour-haut { margin: 14px 0 -6px; min-height: 22px; display: flex; justify-content: space-between; gap: 16px; }
.btn-ghost {
  background: none; border: none; font: inherit; font-size: 14.5px;
  color: var(--text-3); cursor: pointer; padding: 8px 2px; transition: color .15s;
}
.btn-ghost:hover { color: var(--text); }
.retour-haut .btn-ghost { padding-left: 0; padding-right: 0; }
.retour-haut .btn-ghost { white-space: nowrap; }
.retour-haut .btn-ghost.arme { color: #ff8a8a; }
.txt-court { display: none; }

/* Écran */
.stage { padding: 44px 0 20px; max-width: 760px; animation: rise .5s cubic-bezier(.2, .7, .3, 1) both; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } }
.stage-center { text-align: center; margin: 0 auto; padding-top: 110px; }
.stage-kicker {
  font-family: "Spline Sans Mono", monospace;
  font-size: 11.5px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 16px;
}
.stage-title { font-size: clamp(32px, 4.6vw, 52px); }
.stage-title-q { font-size: clamp(27px, 3.6vw, 40px); margin-bottom: 4px; }
.stage-lede { margin-top: 16px; font-size: 17px; color: var(--text-2); max-width: 60ch; }
.stage .btn { margin-top: 30px; }
.stage .btn[hidden] { display: none; }
.stage .btn[disabled] { opacity: .38; cursor: not-allowed; transform: none; box-shadow: none; }

/* Titre tapé à la machine : le texte complet réserve la place, le vivant l'écrase */
.machine { display: grid; }
.machine > * { grid-area: 1 / 1; }
.m-ghost { visibility: hidden; }

/* Choix */
.choix { display: grid; gap: 10px; max-width: 640px; }
.options { margin-top: 30px; display: grid; gap: 13px; max-width: 640px; }
.options-compact { grid-template-columns: 1fr 1fr; }
.option {
  position: relative; text-align: left; font: inherit; color: var(--text);
  background: linear-gradient(180deg, var(--bg-2), var(--bg-1));
  border: 1px solid var(--line); border-radius: 14px; padding: 18px 22px; min-height: 68px;
  cursor: pointer; display: flex; align-items: center; gap: 16px; box-shadow: var(--edge);
  transition: border-color .16s, background .16s, transform .16s, box-shadow .16s;
}
.option:hover { border-color: var(--line-3); transform: translateY(-1px); }
.option.selected {
  border-color: var(--bleu-line);
  background: linear-gradient(180deg, rgba(74, 109, 170, 0.20), rgba(74, 109, 170, 0.07));
  box-shadow: 0 0 0 1px rgba(74, 109, 170, 0.25), 0 16px 40px -22px var(--bleu-glow);
}
.option-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.option-label { font-weight: 600; font-size: 16.5px; letter-spacing: -0.01em; }
.option-detail { font-size: 13.8px; color: var(--text-3); }
.option.selected .option-detail { color: var(--bleu-3); }

/* Case ronde à gauche des choix uniques */
.option:not(.option-illu):not(.option-check)::before {
  content: ""; flex: none; width: 40px; height: 40px; border-radius: 11px;
  border: 1px solid var(--line); background: none;
  transition: border-color .16s, background .16s;
}
.option:not(.option-illu):not(.option-check):hover::before { border-color: var(--line-3); }
.option:not(.option-illu):not(.option-check).selected::before {
  border-color: var(--bleu-2); background-color: var(--bleu-2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a0a0d' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.6 4.6L19 7.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 20px 20px;
}
.option-autre { border-style: dashed; }
.option-autre.selected { border-style: solid; }

/* Cases à cocher (choix multiples) */
.option-check { padding-left: 58px; }
.option-tick {
  position: absolute; left: 20px; top: 50%; transform: translateY(-50%);
  width: 20px; height: 20px; border-radius: 6px; border: 1px solid var(--line-2);
  background: rgba(255, 255, 255, 0.03); display: grid; place-items: center;
  transition: background .15s, border-color .15s;
}
.option-check.selected .option-tick { background: var(--bleu-2); border-color: var(--bleu-2); }
.option-check.selected .option-tick::after {
  content: ""; width: 5px; height: 9px; margin: -2px 0 0 1px;
  border-right: 2px solid var(--action-texte); border-bottom: 2px solid var(--action-texte);
  transform: rotate(43deg);
}

/* Choix illustrés (âge) */
.option-illu { flex-direction: column; align-items: flex-start; gap: 3px; padding-top: 20px; min-height: 0; }
.illu { width: 52px; height: 36px; margin-bottom: 8px; color: var(--text-3); transition: color .16s, transform .16s; }
.option-illu:hover .illu { color: var(--text-2); transform: translateY(-2px); }
.option-illu.selected .illu { color: var(--bleu-2); }

/* Message sous le choix */
.note-tiroir { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .42s cubic-bezier(.22, .8, .24, 1); }
.note-tiroir > * { overflow: hidden; min-height: 0; }
.note-tiroir.ouvert { grid-template-rows: 1fr; }
.note-choix {
  margin: 6px 0 4px; padding: 14px 18px;
  border: 1px solid var(--line-2); border-left: 2px solid var(--bleu-2);
  border-radius: 0 11px 11px 0; background: var(--bleu-film);
  font-size: 15px; line-height: 1.5; color: var(--text);
  transition: opacity .3s ease .1s, transform .38s cubic-bezier(.22, .8, .24, 1) .06s;
}
.note-tiroir:not(.ouvert) > .note-choix { opacity: 0; transform: translateY(-10px) scaleY(.97); padding-top: 0; padding-bottom: 0; margin: 0; border-width: 0; }
.note-tiroir.sans-anim, .note-tiroir.sans-anim > .note-choix { transition: none; }

/* Réponse libre */
.libre {
  margin-top: 12px; border: 1px solid var(--bleu-line); border-radius: 11px;
  background: var(--bleu-film); padding: 16px 18px; max-width: 640px;
}
.libre[hidden] { display: none; }
.libre-input, .texte-libre {
  width: 100%; font: inherit; font-size: 16px; padding: 12px 14px; color: var(--text);
  background: var(--bg-1); border: 1px solid var(--line-2); border-radius: 9px;
  transition: border-color .15s, box-shadow .15s;
}
.texte-libre { margin-top: 30px; max-width: 640px; resize: vertical; line-height: 1.5; display: block; }
.libre-input:focus, .texte-libre:focus { outline: none; border-color: var(--bleu-2); box-shadow: 0 0 0 3px rgba(74, 109, 170, 0.22); }
.libre-input::placeholder, .texte-libre::placeholder { color: var(--text-3); }
.libre-actions, .text-actions { margin-top: 14px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.libre-actions .btn, .text-actions .btn { margin-top: 0; }

/* Échelle d'accord : visages dessinés en monochrome */
.echelle { margin-top: 36px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; max-width: 620px; }
.echelle-btn {
  font: inherit; color: var(--text-2); cursor: pointer;
  background: linear-gradient(180deg, var(--bg-2), var(--bg-1));
  border: 1px solid var(--line); border-radius: 14px; padding: 16px 6px 14px;
  display: flex; flex-direction: column; align-items: center; gap: 10px; box-shadow: var(--edge);
  font-size: 12.5px; line-height: 1.25; text-align: center;
  transition: border-color .16s, background .16s, transform .16s, color .16s;
}
.echelle-btn:hover { border-color: var(--line-3); transform: translateY(-2px); color: var(--text); }
.echelle-btn.selected {
  border-color: var(--bleu-line); color: var(--bleu-3);
  background: linear-gradient(180deg, rgba(74, 109, 170, 0.22), rgba(74, 109, 170, 0.07));
}
.visage { width: 38px; height: 38px; }

/* Curseur d'objectif */
.curseur {
  margin-top: 34px; max-width: 640px; border: 1px solid var(--line-2); border-radius: 14px;
  background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge); padding: 26px 28px;
}
.curseur-tete { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.curseur-montant {
  font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(34px, 5vw, 46px);
  font-weight: 600; letter-spacing: -0.03em; font-variant-numeric: tabular-nums;
}
.curseur-palier {
  font-family: "Spline Sans Mono", monospace; font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--bleu-3); border: 1px solid var(--bleu-line); background: var(--bleu-film);
  border-radius: 999px; padding: 6px 12px; white-space: nowrap;
}
.curseur-rail {
  -webkit-appearance: none; appearance: none; width: 100%; height: 6px; margin: 22px 0 10px;
  border-radius: 999px; cursor: grab;
  background: linear-gradient(90deg, var(--bleu-2) 0%, var(--bleu-2) var(--part, 0%), var(--bg-3) var(--part, 0%), var(--bg-3) 100%);
}
.curseur-rail:active { cursor: grabbing; }
.curseur-rail::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 26px; height: 26px; border-radius: 50%;
  background: var(--action); border: 3px solid var(--bg); box-shadow: 0 6px 20px -6px var(--bleu-glow);
}
.curseur-rail::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: var(--action); border: 3px solid var(--bg); }
.curseur-bornes { display: flex; justify-content: space-between; font-family: "Spline Sans Mono", monospace; font-size: 11px; color: var(--text-3); }
.curseur-bornes span { display: flex; flex-direction: column; gap: 3px; }
.curseur-bornes span:last-child { text-align: right; }
.curseur-bornes em { font-style: normal; letter-spacing: .14em; text-transform: uppercase; font-size: 10px; opacity: .75; color: inherit; }
.curseur-note { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 15px; color: var(--text-2); }
.curseur-calcul { margin-top: 10px; font-size: 14px; color: var(--text-3); }
.curseur-calcul strong { color: var(--text); }

/* Ouverture d'acte */
.act { padding-top: 86px; }
.act-num { font-family: "Spline Sans Mono", monospace; font-size: 11.5px; letter-spacing: .3em; text-transform: uppercase; color: var(--accent); margin-bottom: 18px; }
.act .stage-title { font-size: clamp(40px, 5.6vw, 66px); }

/* Messages illustrés */
.message-illu { text-align: center; max-width: 560px; margin: 0 auto; padding-top: 56px; }
.message-illu .stage-lede { margin-left: auto; margin-right: auto; }
.illu-grande { width: 128px; height: 128px; margin: 0 auto 34px; color: var(--bleu-2); filter: drop-shadow(0 18px 44px var(--bleu-glow)); animation: flotte 6s ease-in-out infinite; }
.illu-grande svg { width: 100%; height: 100%; }
@keyframes flotte { 0%, 100% { transform: translateY(-8px); } 50% { transform: translateY(8px); } }

.liste-etapes { list-style: none; margin-top: 30px; display: grid; gap: 12px; max-width: 640px; }
.liste-etapes li {
  display: flex; gap: 18px; align-items: flex-start; padding: 18px 22px;
  border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge);
}
.liste-num {
  flex: none; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; color: var(--bleu-3);
  border: 1px solid var(--bleu-line); background: var(--bleu-film);
}
.liste-etapes p { margin-top: 2px; font-size: 14.5px; color: var(--text-2); }

/* « Ce qu'on a compris » */
.mirror-card {
  margin-top: 28px; border: 1px solid var(--line-2); border-left: 2px solid var(--bleu-2);
  border-radius: 14px; background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge);
  padding: 26px 28px; max-width: 680px;
}
.mirror-line { font-family: "Bricolage Grotesque", sans-serif; font-size: 21px; font-weight: 500; letter-spacing: -0.02em; line-height: 1.35; margin-bottom: 12px; }
.mirror-line em { color: var(--bleu-3); }
.mirror-note { margin-top: 20px; font-size: 14.5px; color: var(--text-3); }

/* Chargements */
.calcul .stage-title-q { max-width: 22ch; margin-left: auto; margin-right: auto; }
.chargement { margin: 26px auto 0; max-width: 460px; height: 4px; border-radius: 3px; background: var(--bg-3); overflow: hidden; }
.chargement i { display: block; width: 0; height: 100%; background: var(--bleu-2); border-radius: 3px; }
.etapes { list-style: none; margin: 26px auto 0; max-width: 320px; display: grid; gap: 10px; text-align: left; }
.etapes li { font-size: 14.5px; color: var(--text-3); padding-left: 26px; position: relative; transition: color .3s; }
.etapes li::before {
  content: ""; position: absolute; left: 0; top: .32em; width: 13px; height: 13px; border-radius: 50%;
  border: 1px solid var(--line-3); transition: background .3s, border-color .3s;
}
.etapes li.fait { color: var(--text); }
.etapes li.fait::before { background: var(--bleu-2); border-color: var(--bleu-2); }

/* Projection */
.projection { max-width: 680px; }
.proj-carte {
  margin-top: 28px; border: 1px solid var(--bleu-line); border-radius: 14px; padding: 26px 28px;
  background:
    radial-gradient(520px 220px at 12% -30%, rgba(74, 109, 170, 0.20), transparent 68%),
    linear-gradient(180deg, var(--bg-2), var(--bg-1));
}
.proj-tuiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.proj-tuiles div { display: flex; flex-direction: column; gap: 6px; padding-right: 10px; }
.proj-tuiles b { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(34px, 5vw, 46px); font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.proj-tuiles span { font-size: 13.5px; color: var(--text-3); line-height: 1.4; }
.hypothese { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.champ-label { font-family: "Spline Sans Mono", monospace; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); margin-bottom: 9px; }
.hypo-choix { display: flex; gap: 8px; flex-wrap: wrap; }
.hypo-btn {
  font: inherit; font-size: 14.5px; font-weight: 600; color: var(--text-2); cursor: pointer;
  border: 1px solid var(--line-2); background: var(--bg-2); border-radius: 999px; padding: 9px 18px;
  transition: border-color .15s, background .15s, color .15s;
}
.hypo-btn:hover { border-color: var(--line-3); color: var(--text); }
.hypo-btn.selected { border-color: var(--bleu-line); background: rgba(74, 109, 170, 0.22); color: var(--text); }
.proj-note { margin-top: 12px; font-size: 13.5px; color: var(--text-3); }

/* « Ton dossier contiendra… » */
.parcours-liste { margin-top: 30px; display: grid; gap: 12px; max-width: 640px; }
.parcours-carte {
  display: flex; gap: 18px; align-items: flex-start; padding: 20px 22px;
  border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge);
}
.parcours-carte > span {
  flex: none; width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center;
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; color: var(--bleu-3);
  border: 1px solid var(--bleu-line); background: var(--bleu-film);
}
.parcours-carte p { margin-top: 2px; font-size: 14.5px; color: var(--text-2); }

/* Résultats */
.resultats { max-width: 900px; }
.resultats .stage-title-q { font-size: clamp(30px, 4vw, 44px); }
.idees { margin-top: 30px; display: grid; gap: 12px; }
.idee {
  display: flex; align-items: center; gap: 18px; text-align: left; font: inherit; color: var(--text); cursor: pointer;
  border: 1px solid var(--line); border-radius: 14px; padding: 18px 22px;
  background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge);
  transition: border-color .16s, background .16s, transform .16s;
}
.idee:hover { border-color: var(--line-3); transform: translateY(-1px); }
.idee.selected {
  border-color: var(--bleu-line);
  background: linear-gradient(180deg, rgba(74, 109, 170, 0.20), rgba(74, 109, 170, 0.07));
  box-shadow: 0 0 0 1px rgba(74, 109, 170, 0.25), 0 16px 40px -22px var(--bleu-glow);
}
.idee-rang {
  flex: none; width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center;
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 18px;
  border: 1px solid var(--line-2); color: var(--text-2);
}
.idee.selected .idee-rang { background: var(--bleu-2); border-color: var(--bleu-2); color: var(--action-texte); }
.idee-corps { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.idee-corps strong { font-family: "Bricolage Grotesque", sans-serif; font-size: 19px; font-weight: 600; letter-spacing: -0.02em; }
.idee-cible { font-size: 14px; color: var(--text-3); }
.idee-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 4px; }
.idee-tags span {
  font-family: "Spline Sans Mono", monospace; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--text-2); border: 1px solid var(--line-2); border-radius: 999px; padding: 3px 10px;
}

.detail {
  margin-top: 18px; padding: 28px; border: 1px solid var(--line-2); border-radius: 14px;
  background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge);
}
.detail h2 { font-size: clamp(22px, 2.6vw, 28px); margin: 0 0 22px; }
.detail-grille { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 32px; }
.detail p { font-size: 15px; color: var(--text-2); }
.puces { list-style: none; display: grid; gap: 7px; }
.puces li { position: relative; padding-left: 18px; font-size: 15px; color: var(--text-2); }
.puces li::before { content: ""; position: absolute; left: 0; top: .6em; width: 6px; height: 6px; border-radius: 50%; background: var(--bleu-2); }

.section-titre { margin-top: 60px; font-size: clamp(24px, 3vw, 32px); }

.prompt-boite { margin-top: 20px; border: 1px solid var(--line-2); border-radius: 14px; overflow: hidden; background: var(--bg-1); }
.prompt-barre {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding: 12px 16px; border-bottom: 1px solid var(--line); background: var(--bg-2);
  font-family: "Spline Sans Mono", monospace; font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-3);
}
.prompt-actions { display: flex; align-items: center; gap: 16px; }
.prompt-actions .btn-ghost { font-size: 13px; padding: 4px 0; text-transform: none; letter-spacing: 0; font-family: "Instrument Sans", sans-serif; }
.btn-copier {
  font: inherit; font-family: "Instrument Sans", sans-serif; font-size: 13.5px; font-weight: 600; letter-spacing: 0; text-transform: none;
  padding: 9px 16px; border: none; border-radius: 8px; background: var(--action); color: var(--action-texte);
  cursor: pointer; box-shadow: 0 8px 24px -12px var(--bleu-glow); transition: filter .15s;
}
.btn-copier:hover { filter: brightness(.93); }
.prompt-texte {
  margin: 0; padding: 20px; max-height: 420px; overflow: auto; white-space: pre-wrap; word-break: break-word;
  font-family: "Spline Sans Mono", ui-monospace, monospace; font-size: 13px; line-height: 1.65; color: var(--text-2);
}

.plan-semaines { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.semaine { padding: 22px; border: 1px solid var(--line-2); border-radius: 14px; background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge); }
.semaine header { display: flex; gap: 14px; align-items: center; margin-bottom: 16px; }
.semaine-num {
  flex: none; width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center;
  font-family: "Spline Sans Mono", monospace; font-weight: 500; font-size: 13px; color: var(--bleu-3);
  border: 1px solid var(--bleu-line); background: var(--bleu-film);
}
.semaine header div { display: flex; flex-direction: column; }
.semaine header strong { font-family: "Bricolage Grotesque", sans-serif; font-size: 18px; font-weight: 600; letter-spacing: -0.02em; }
.semaine header em { font-size: 12.5px; color: var(--text-3); }
.semaine ul { list-style: none; display: grid; gap: 10px; }
.semaine li { position: relative; padding-left: 18px; font-size: 14.5px; line-height: 1.5; color: var(--text-2); }
.semaine li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--bleu-2); }

.fin { margin-top: 56px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.btn-ghost-plein {
  display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px;
  border: 1px solid var(--bleu-line); border-radius: 12px; background: none; color: var(--text);
  font-weight: 600; font-size: 15px; margin-top: 0 !important; box-shadow: none;
}
.btn-ghost-plein:hover { background: var(--bleu-film); border-color: var(--bleu-2); }

/* Responsive */
@media (max-width: 980px) {
  .options-compact { grid-template-columns: 1fr; }
  .lien-long { display: none; }
  .lien-court { display: inline; }
  .head-nav a:not(.head-cta):not(.head-connexion) { display: inline-flex; }
}
@media (max-width: 720px) {
  .detail-grille, .plan-semaines { grid-template-columns: 1fr; }
  .detail { padding: 22px; }
}
@media (max-width: 480px) {
  .txt-long { display: none; }
  .txt-court { display: inline; }
}
@media (max-width: 620px) {
  .option { padding: 16px 18px; gap: 13px; min-height: 62px; }
  .option:not(.option-illu):not(.option-check)::before { width: 36px; height: 36px; }
  .echelle { gap: 6px; }
  .echelle-btn { padding: 14px 2px 12px; font-size: 11px; }
  .visage { width: 30px; height: 30px; }
  .proj-tuiles { grid-template-columns: 1fr; gap: 18px; }
  .curseur { padding: 22px 20px; }
  .stage-center { padding-top: 70px; }
  .idee { padding: 16px 16px; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .stage, .illu-grande { animation: none; }
  .note-tiroir, .note-tiroir > .note-choix { transition: none; }
}


/* « En trente secondes » */
.saas-chapo { margin-top: 18px; max-width: 60ch; font-size: 18px; line-height: 1.55; color: var(--text-2); }
.saas-points { list-style: none; margin-top: 30px; display: grid; gap: 12px; max-width: 640px; }
.saas-points li {
  display: flex; gap: 18px; align-items: flex-start; padding: 20px 22px;
  border: 1px solid var(--line); border-radius: 14px;
  background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge);
  animation: rise .5s cubic-bezier(.2, .7, .3, 1) both; animation-delay: calc(var(--retard, 0ms) + 120ms);
}
.saas-num {
  flex: none; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; color: var(--bleu-3);
  border: 1px solid var(--bleu-line); background: var(--bleu-film);
}
.saas-points h2 { margin: 0 0 4px; font-size: 19px; letter-spacing: -0.02em; line-height: 1.2; }
.saas-points p { font-size: 15px; color: var(--text-2); }

/* « Ce qui te bloque » */
.barriere .stage-title { font-size: clamp(38px, 5.4vw, 64px); }
.barriere .stage-title em { color: var(--bleu); }
.recap { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 700px; }
.recap div {
  display: flex; flex-direction: column; gap: 6px; padding: 16px 18px;
  border: 1px solid var(--line-2); border-radius: 14px; background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge);
}
.recap span { font-family: "Spline Sans Mono", monospace; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); }
.recap strong { font-size: 15px; line-height: 1.35; font-weight: 600; }

/* « Dans un an » : tableau de bord d'exemple */
.futur { max-width: 720px; }
.tdb { margin-top: 28px; border: 1px solid var(--line-2); border-radius: 14px; overflow: hidden; background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge); }
.tdb-barre { display: flex; align-items: center; gap: 6px; padding: 12px 16px; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.02); }
.tdb-point { width: 9px; height: 9px; border-radius: 50%; background: var(--line-3); }
.tdb-nom { margin-left: 10px; font-family: "Spline Sans Mono", monospace; font-size: 11px; letter-spacing: .04em; color: var(--text-3); }
.tdb-chiffres { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 24px 22px 6px; }
.tdb-chiffres div { display: flex; flex-direction: column; gap: 2px; }
.tdb-valeur { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(28px, 4.4vw, 40px); font-weight: 600; letter-spacing: -0.03em; line-height: 1.05; }
.tdb-libelle { margin-top: 4px; font-size: 13.5px; font-weight: 600; color: var(--bleu-3); }
.tdb-detail { font-size: 12.5px; color: var(--text-3); line-height: 1.35; }
.tdb-courbe { display: block; width: 100%; height: 96px; margin-top: 8px; }
.trace { animation: tracer 1.8s cubic-bezier(.3, .7, .3, 1) .3s forwards; }
@keyframes tracer { to { stroke-dashoffset: 0; } }
.futur-note { margin-top: 18px; max-width: 62ch; font-size: 14px; color: var(--text-3); }
.futur-note strong { color: var(--text-2); }

@media (max-width: 620px) {
  .recap { grid-template-columns: 1fr; }
  .tdb-chiffres { gap: 8px; padding: 18px 14px 2px; }
  .tdb-valeur { font-size: 22px; }
  .tdb-libelle { font-size: 12px; }
  .tdb-detail { font-size: 11px; }
  .tdb-courbe { height: 72px; }
}
@media (max-width: 340px) {
  .tdb-chiffres { grid-template-columns: 1fr; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .saas-points li { animation: none; }
  .trace { animation: none; stroke-dashoffset: 0; }
}


/* Compte : inscription / connexion */
.account { max-width: 560px; }
.compte-carte { margin-top: 26px; display: grid; gap: 4px; max-width: 440px; }
.btn-google {
  display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%;
  padding: 14px 20px; font: inherit; font-size: 15.5px; font-weight: 600; color: #1f1f1f; cursor: pointer;
  background: #fff; border: 1px solid transparent; border-radius: 10px;
  box-shadow: 0 10px 34px -14px var(--bleu-glow), inset 0 1px 0 rgba(255, 255, 255, .35);
  transition: background .16s, transform .16s;
}
.btn-google:hover { background: #eef1f6; transform: translateY(-1px); }
.compte-ou { display: flex; align-items: center; gap: 14px; margin: 18px 0 4px; font-size: 12.5px; color: var(--text-3); }
.compte-ou::before, .compte-ou::after { content: ""; flex: 1; height: 1px; background: var(--line-2); }
.compte-form { display: grid; gap: 14px; margin-top: 12px; }
.champ { display: grid; gap: 7px; }
.champ .champ-label { margin: 0; }
.champ-input {
  width: 100%; font: inherit; font-size: 16px; padding: 13px 14px; color: var(--text);
  background: var(--bg-1); border: 1px solid var(--line-2); border-radius: 10px;
  transition: border-color .15s, box-shadow .15s;
}
.champ-input:focus { outline: none; border-color: var(--bleu-2); box-shadow: 0 0 0 3px rgba(74, 109, 170, 0.22); }
.compte-form .btn { margin-top: 6px; width: 100%; }
.compte-erreur, .compte-info { font-size: 14px; line-height: 1.45; padding: 11px 14px; border-radius: 10px; }
.compte-erreur { color: #ffb4b4; background: rgba(255, 90, 90, .10); border: 1px solid rgba(255, 120, 120, .35); }
.compte-info { color: var(--bleu-3); background: var(--bleu-film); border: 1px solid var(--bleu-line); }
.compte-erreur[hidden], .compte-info[hidden] { display: none; }
.compte-bas { margin-top: 14px; font-size: 14.5px; color: var(--text-3); }
.lien { background: none; border: none; padding: 0; font: inherit; color: var(--bleu-3); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.lien:hover { color: var(--text); }
.head-lien { background: none; border: 0; font: inherit; font-size: 14px; color: var(--text-2); cursor: pointer; padding: 9px 14px; border-radius: var(--r-s); }
.head-lien:hover { color: var(--text); background: var(--bg-2); }
.head-lien[hidden] { display: none; }

/* Page de tarifs — même structure que TrendSaaS, en bleu */
.formules { max-width: 560px; }

.remise {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  margin-bottom: 22px; padding: 12px 16px; border: 1px solid var(--bleu-line); border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}
.remise-badge { flex: none; font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 1.45rem; letter-spacing: -0.03em; color: var(--bleu-3); }
.remise-texte { flex: 1; font-size: 14px; font-weight: 500; color: var(--text-2); }
.remise-chrono { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 1.15rem; font-variant-numeric: tabular-nums; color: #fff; }
.remise-finie { border-color: var(--line-2); }
.remise-finie .remise-texte { color: var(--text-3); }

.garantie { display: flex; gap: 14px; align-items: center; margin-bottom: 18px; padding: 14px 18px; border: 1.5px solid var(--bleu-2); border-radius: 12px; background: rgba(107, 143, 208, 0.08); }
.garantie-sceau { flex: none; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--bleu-2); color: var(--bleu-2); }
.garantie-sceau svg { width: 20px; height: 20px; }
.garantie-titre { display: flex; align-items: baseline; flex-wrap: wrap; gap: 9px; margin-bottom: 1px; font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 1.32rem; line-height: 1.1; letter-spacing: -0.03em; color: var(--bleu-3); }
.garantie-soustitre { padding: 2px 8px; border-radius: 999px; background: rgba(107, 143, 208, 0.20); font-size: 13px; letter-spacing: -0.015em; }
.garantie-texte { font-size: 13.5px; line-height: 1.5; color: var(--text-2); }
.garantie-cond { display: inline; margin-left: 6px; font-size: 11px; letter-spacing: .02em; opacity: .6; white-space: nowrap; }
.garantie-cond a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

.plans { margin-top: 30px; display: grid; gap: 14px; }
.plan {
  position: relative; display: flex; align-items: center; gap: 14px; width: 100%; padding: 20px 22px; text-align: left;
  font: inherit; color: var(--text); cursor: pointer; border: 1px solid var(--line-2); border-radius: 14px;
  background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); transition: border-color .16s, transform .16s;
}
.plan:hover { border-color: var(--line-3); transform: translateY(-1px); }
.plan-populaire { margin-top: 12px; }
.plan.selected {
  border-color: var(--bleu-2);
  box-shadow: 0 0 0 1px var(--bleu-2), 0 20px 50px -30px var(--bleu-glow);
  background: linear-gradient(180deg, rgba(107, 143, 208, 0.10), rgba(107, 143, 208, 0.02));
}
.plan-ruban {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%); padding: 4px 12px; border-radius: 999px; white-space: nowrap;
  background: var(--bleu-3); color: #0d1626; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
}
.plan-radio { flex: none; width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--line-3); display: grid; place-items: center; }
.plan.selected .plan-radio { background: var(--bleu-2); border-color: var(--bleu-2); }
.plan.selected .plan-radio::after { content: ""; width: 5px; height: 9px; margin: -2px 0 0 1px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(43deg); }
.plan-gauche { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.plan-duree { font-size: 18px; font-weight: 700; display: flex; align-items: center; gap: 9px; }
.plan-remise { font-style: normal; font-size: 12px; font-weight: 800; color: #0d1626; background: var(--bleu-3); border-radius: 7px; padding: 3px 8px; }
.plan-prix { font-size: 14.5px; color: var(--text-2); }
.plan-prix s { color: var(--text-3); margin-right: 6px; }
.plan-prix em { font-style: normal; font-size: .82em; color: var(--text-3); }
.plan-tag {
  align-self: start; max-width: 100%; margin-top: 4px; padding: 2px 8px; border-radius: 999px; white-space: normal; line-height: 1.28;
  font-size: 10.5px; color: var(--bleu-3); border: 1px solid var(--bleu-line); background: rgba(107, 143, 208, 0.08);
}
.plan-jour { text-align: right; display: flex; flex-direction: column; }
.plan-jour strong { font-family: "Bricolage Grotesque", sans-serif; font-size: 22px; letter-spacing: -0.03em; }
.plan-jour em { font-style: normal; font-size: 11.5px; color: var(--text-3); }

.zone-paiement { margin-top: 22px; max-width: 640px; }
/* Bouton « Continuer » : contour dégradé, en pilule */
.formules .btn-primary {
  position: relative; width: 100%; max-width: 640px; margin-top: 0; padding: 16px 26px; justify-content: center;
  background: transparent; color: #fff; border: 0; border-radius: 999px; box-shadow: none;
}
.formules .btn-primary::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; pointer-events: none;
  background: linear-gradient(90deg, #4a6daa, #8fb0f0, #4a6daa);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude;
}
.formules .btn-primary:hover { background: rgba(107, 143, 208, 0.10); }
.formules .btn-primary[disabled]::before { opacity: .4; }

.garantie-rappel { display: flex; gap: 12px; align-items: flex-start; margin-top: 18px; font-size: 14px; line-height: 1.5; color: var(--text-2); }
.garantie-rappel strong { color: var(--text); }
.garantie-rappel-sceau { flex: none; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--bleu-2); color: var(--bleu-2); }
.garantie-rappel-sceau svg { width: 16px; height: 16px; }
.garantie-rappel .garantie-cond { display: block; margin: 3px 0 0; font-size: 12.5px; opacity: .7; white-space: normal; }

.plan-securite { margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 13px; font-weight: 600; color: var(--bleu-3); }
.plan-securite::before {
  content: ""; width: 15px; height: 17px; background: currentColor;
  -webkit-mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l8 3.5v6c0 5-3.4 9.3-8 10.5-4.6-1.2-8-5.5-8-10.5v-6L12 2z'/%3E%3C/svg%3E");
  mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l8 3.5v6c0 5-3.4 9.3-8 10.5-4.6-1.2-8-5.5-8-10.5v-6L12 2z'/%3E%3C/svg%3E");
}
.moyens { list-style: none; margin-top: 12px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.moyens li { border: 1px solid var(--line); border-radius: 7px; padding: 6px 11px; font-size: 11.5px; font-weight: 600; color: var(--text-3); }
.plan-demo { margin-top: 14px; text-align: center; font-size: 12.5px; color: var(--text-3); }
.paiement-etat { display: grid; gap: 12px; }
.whop-checkout { min-height: 120px; }

.vente-bloc { margin-top: 52px; }
.vente-titre { margin: 0 0 16px; font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 1.25rem; letter-spacing: -0.02em; }
.avantages { list-style: none; display: grid; gap: 12px; max-width: 640px; }
.avantages li { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); }
.avantage-coche { flex: none; width: 20px; height: 20px; margin-top: 1px; border-radius: 50%; border: 1px solid var(--bleu-2); background: rgba(107, 143, 208, 0.12); display: grid; place-items: center; }
.avantage-coche::after { content: ""; width: 5px; height: 8px; margin: -2px 0 0 1px; border: solid var(--bleu-2); border-width: 0 1.7px 1.7px 0; transform: rotate(43deg); }
.avantages li > span:last-child { display: block; }
.avantages strong { display: block; font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 16.5px; letter-spacing: -0.015em; }
.avantages em { display: block; margin-top: 3px; font-style: normal; font-size: 13.5px; color: var(--text-2); line-height: 1.5; }

.faq-paywall { border-top: 1px solid var(--line); }
.faq-paywall details { border-bottom: 1px solid var(--line); }
.faq-paywall summary { list-style: none; cursor: pointer; padding: 20px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-family: "Bricolage Grotesque", sans-serif; font-size: 18px; font-weight: 500; letter-spacing: -0.02em; }
.faq-paywall summary::-webkit-details-marker { display: none; }
.faq-paywall summary::after { content: ""; flex: none; width: 10px; height: 10px; border-right: 1.6px solid var(--text-3); border-bottom: 1.6px solid var(--text-3); transform: rotate(45deg) translateY(-3px); transition: transform .2s; }
.faq-paywall details[open] summary::after { transform: rotate(225deg) translateY(-3px); }
.faq-paywall p { padding-bottom: 22px; color: var(--text-2); font-size: 15.5px; max-width: 64ch; }

@media (max-width: 540px) {
  .plan { padding: 18px 16px; }
}

/* Contenu des formules longues */
.verrou { margin-top: 48px; padding: 16px 20px; border: 1px dashed var(--line-2); border-radius: 12px; font-size: 14.5px; color: var(--text-3); }
.modeles { margin-top: 20px; display: grid; gap: 14px; }
.modele { border: 1px solid var(--line-2); border-radius: 14px; overflow: hidden; background: var(--bg-1); }
.modele header { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 16px; background: var(--bg-2); border-bottom: 1px solid var(--line); }
.modele .prompt-texte { max-height: 320px; }
.jours { margin-top: 20px; display: grid; gap: 12px; }
.jours-semaine { border: 1px solid var(--line-2); border-radius: 14px; background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); }
.jours-semaine summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 16px 20px; font-family: "Bricolage Grotesque", sans-serif; font-size: 18px; font-weight: 600; letter-spacing: -0.02em; }
.jours-semaine summary::-webkit-details-marker { display: none; }
.jours-semaine summary em { font-family: "Instrument Sans", sans-serif; font-style: normal; font-size: 13px; font-weight: 400; color: var(--text-3); }
.jours-semaine ol { list-style: none; padding: 4px 20px 18px; display: grid; gap: 16px; }
.jours-semaine li { display: flex; gap: 14px; }
.jour-num { flex: none; width: 40px; height: 28px; margin-top: 2px; border-radius: 8px; display: grid; place-items: center; font-family: "Spline Sans Mono", monospace; font-size: 12px; color: var(--bleu-3); border: 1px solid var(--bleu-line); background: var(--bleu-film); }
.jours-semaine li strong { display: block; font-size: 15.5px; }
.jours-semaine li p { font-size: 14.5px; color: var(--text-2); margin-top: 2px; }
.jours-semaine li em { display: block; margin-top: 4px; font-style: normal; font-size: 13px; color: var(--text-3); }

@media (max-width: 620px) {
  .plan { padding: 18px 16px; gap: 12px; }
  .plan-prix { font-size: 17px; }
  .plan-jour strong { font-size: 32px; line-height: 1; }
  .plan-jour em { font-size: 13px; margin-top: 2px; }
  .vente-bloc { margin-top: 48px; }
}


/* « Ce qu'on fait maintenant » — même structure que TrendSaaS, en bleu */
.parcours { max-width: 680px; --vert: #32d74b; }
.parcours.stage { padding-top: 20px; }
.parcours .stage-title-q { font-size: clamp(1.35rem, 2.8vw, 1.7rem); line-height: 1.1; }
.parcours .stage-title-q em { color: var(--bleu); }
.pe-liste { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 8px; max-width: 620px; }
.pe-item {
  position: relative; display: flex; gap: 11px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 13px;
  background: radial-gradient(520px 160px at 100% 0%, rgba(107, 143, 208, 0.10), transparent 70%), linear-gradient(180deg, var(--bg-2), var(--bg-1));
  animation: rise .55s cubic-bezier(.22, .8, .24, 1) backwards; animation-delay: var(--retard, 0ms);
}
.pe-item::after { content: ""; position: absolute; left: 33px; top: 100%; width: 1px; height: 8px; background: linear-gradient(180deg, var(--line-3), transparent); }
.pe-item:last-child::after { display: none; }
.pe-num {
  flex: none; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px;
  border: 1px solid var(--vert); background: rgba(50, 215, 75, 0.10); color: var(--vert);
  font-family: "Spline Sans Mono", monospace; font-size: 11px; font-weight: 500;
}
.pe-corps h2 { margin: 0 0 3px; font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: .94rem; letter-spacing: -0.02em; line-height: 1.25; }
.pe-corps p { font-size: 12.5px; line-height: 1.42; color: var(--text-2); }
.pe-preuve {
  display: inline-block; margin-top: 6px; padding: 2px 7px; border-radius: 999px; border: 1px solid var(--line-2);
  font-family: "Spline Sans Mono", monospace; font-size: 9.5px; letter-spacing: .04em; color: var(--text-3);
}
.cap-promesse { margin-top: 20px; padding: 16px 18px; max-width: 640px; border: 1px solid var(--line-2); border-radius: 14px; background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); }
.cap-titre { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: clamp(1.1rem, 2.2vw, 1.28rem); line-height: 1.2; letter-spacing: -0.025em; text-wrap: balance; }
.cap-texte { margin-top: 6px; font-size: 13.5px; line-height: 1.55; color: var(--text-2); }
.cap-garantie { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); display: flex; gap: 12px; align-items: flex-start; font-size: 13.5px; line-height: 1.5; }
.cap-sceau { flex: none; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--vert); color: var(--vert); }
.cap-sceau svg { width: 17px; height: 17px; }
.cap-cond { display: block; margin-top: 3px; font-size: 12.5px; color: var(--text-3); }
.cap-cond a, .promesse-detail a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 620px) {
  .pe-item { flex-direction: column; gap: 8px; }
  .pe-item::after { left: 26px; }
}

/* « On a une promesse à te faire » */
.promesse { max-width: 620px; }
.promesse-sceau { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 22px; border-radius: 50%; border: 1px solid var(--bleu-2); color: var(--bleu-2); background: var(--bleu-film); }
.promesse-sceau svg { width: 28px; height: 28px; }
.promesse-phrase { margin-top: 18px; max-width: 620px; font-family: "Bricolage Grotesque", sans-serif; font-weight: 500; font-size: clamp(1.15rem, 2.4vw, 1.5rem); line-height: 1.35; letter-spacing: -0.02em; color: var(--text-2); text-wrap: balance; }
.promesse-phrase strong { color: var(--text); font-weight: 700; }
.promesse-detail { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); max-width: 620px; font-size: 14px; line-height: 1.55; color: var(--text-3); }

/* « Ton engagement » : on reste appuyé sur l'empreinte pour signer */
.serment-texte { margin: 22px auto 0; max-width: 34ch; font-family: "Bricolage Grotesque", sans-serif; font-weight: 500; font-size: clamp(1.05rem, 2.2vw, 1.3rem); line-height: 1.4; letter-spacing: -0.02em; color: var(--text-2); text-wrap: balance; }
.empreinte {
  position: relative; display: block; width: 132px; height: 132px; margin: 34px auto 0; padding: 0; border: 0; border-radius: 50%;
  background: none; color: var(--text-3); cursor: pointer; touch-action: none;
  user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent;
  transition: transform .18s ease;
}
.empreinte-active { transform: scale(.96); }
.empreinte-signee { transform: scale(1.04); }
.empreinte-anneau { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.empreinte-piste { fill: none; stroke: var(--line-2); stroke-width: 3; }
.empreinte-jauge { fill: none; stroke: var(--bleu-2); stroke-width: 3; stroke-linecap: round; transition: stroke-dashoffset .05s linear; }
.empreinte-dessin, .empreinte-remplie { position: absolute; inset: 26px; display: grid; place-items: center; }
.empreinte-dessin svg, .empreinte-remplie svg { width: 100%; height: 100%; }
.empreinte-remplie { color: var(--text); clip-path: inset(100% 0 0 0); transition: clip-path .05s linear; }
.empreinte-signee .empreinte-remplie { color: var(--bleu-2); }
.serment .serment-texte, .serment-aide { user-select: none; -webkit-user-select: none; }
.serment-aide { margin-top: 18px; font-family: "Spline Sans Mono", monospace; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-3); }
@media (prefers-reduced-motion: reduce) { .pe-item { animation: none; } .empreinte, .empreinte-jauge, .empreinte-remplie { transition: none; } }


/* « Avant, après. » — tableaux de paiement de clients (même structure que TrendSaaS) */
.membres { max-width: 760px; }
.rail-resultats { margin-top: 16px; display: flex; gap: 12px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
.fiche-resultat {
  flex: 0 0 min(520px, 100%); scroll-snap-align: start; padding: 16px 16px 13px;
  border: 1px solid var(--line-2); border-radius: 14px; background: linear-gradient(180deg, var(--bg-2), var(--bg-1));
}
.fiche-entete { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.fiche-nom { font-weight: 700; font-size: 14.5px; }
.fiche-contexte { margin-top: 2px; font-size: 12.5px; color: var(--text-3); }
.fiche-badge {
  flex: none; padding: 3px 7px; border: 1px solid var(--line-2); border-radius: 999px;
  font-family: "Spline Sans Mono", monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-2);
}
.fiche-panneaux { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 9px; margin: 12px 0 8px; }
.fiche-fleche { display: flex; flex-direction: column; align-items: center; gap: 5px; max-width: 58px; color: var(--bleu-2); }
.fiche-fleche svg { width: 26px; height: 26px; }
.fiche-fleche em { font-style: normal; font-family: "Spline Sans Mono", monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-3); text-align: center; }
.fiche-duree { margin-top: 9px; font-size: 12px; color: var(--text-3); }
.board { padding: 10px 12px; border: 1px solid var(--line-2); border-radius: 12px; background: #101014; }
.board-vide { opacity: .62; }
.board-tete { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 8px; }
.board-jour { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 13.5px; letter-spacing: -0.02em; }
.board-etat { font-family: "Spline Sans Mono", monospace; font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); }
.board-chiffres { display: grid; grid-template-columns: repeat(auto-fit, minmax(52px, 1fr)); gap: 6px; padding: 9px 6px; margin-bottom: 8px; border: 1px solid var(--line); border-radius: 11px; }
.board-chiffres span { display: flex; flex-direction: column; align-items: center; gap: 3px; text-align: center; }
.board-chiffres em { font-style: normal; font-size: 10px; color: var(--text-3); overflow-wrap: anywhere; }
.board-chiffres strong { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: .98rem; letter-spacing: -0.025em; }
.board-courbe { display: block; width: 100%; height: 36px; }
.board-trait { fill: none; stroke: var(--bleu-2); stroke-width: 2; vector-effect: non-scaling-stroke; }
.board-aire { fill: rgba(107, 143, 208, 0.14); stroke: none; }
.board-vide .board-trait { stroke: var(--line-3); }
.board-vide .board-aire { fill: none; }
.resultats-mention { margin: 10px 0 14px; font-size: 12.5px; line-height: 1.5; color: var(--text-3); }
@media (max-width: 900px) {
  .fiche-panneaux { grid-template-columns: minmax(0, 1fr); }
  .fiche-fleche { max-width: none; justify-self: center; }
  .fiche-fleche svg { transform: rotate(90deg); }
}

/* Page de tarifs : palette variée (vert, rose, bleu), comme sur TrendSaaS.
   Le reste du sondage garde le bleu. */
.formules { --vert: #32d74b; --rose: #f2a7dc; --rose-vif: #e879c8; }
.formules .remise { border-color: rgba(242, 167, 220, 0.35); }
.formules .remise-badge { color: var(--vert); }
.formules .garantie { border-color: var(--vert); background: rgba(50, 215, 75, 0.07); }
.formules .garantie-sceau { border-color: var(--vert); color: var(--vert); }
.formules .garantie-titre { color: var(--vert); }
.formules .garantie-soustitre { background: rgba(50, 215, 75, 0.16); }
.formules .plan.selected {
  border-color: var(--rose);
  box-shadow: 0 0 0 1px var(--rose), 0 20px 50px -30px rgba(232, 121, 200, 0.5);
  background: linear-gradient(180deg, rgba(242, 167, 220, 0.07), rgba(242, 167, 220, 0.02));
}
.formules .plan.selected .plan-radio { background: var(--rose-vif); border-color: var(--rose-vif); }
.formules .plan-ruban { background: var(--rose); color: #2a1024; font-weight: 800; }
.formules .plan-remise { background: var(--vert); color: #06300f; }
.formules .plan-tag { color: var(--rose); border-color: rgba(242, 167, 220, 0.4); background: rgba(242, 167, 220, 0.08); }
.formules .btn-primary::before { background: linear-gradient(90deg, var(--rose-vif), #7aa2f7, var(--rose-vif)); }
.formules .btn-primary:hover { background: rgba(242, 167, 220, 0.08); }
.formules .garantie-rappel-sceau { border-color: var(--vert); color: var(--vert); }
.formules .plan-securite { color: var(--vert); }
.formules .avantage-coche { border-color: var(--vert); background: rgba(50, 215, 75, 0.12); }
.formules .avantage-coche::after { border-color: var(--vert); }


/* Avis d'élèves et captures de paiement (même structure que TrendSaaS) */
.avis-liste { display: grid; gap: 10px; max-width: 640px; }
.avis-carte {
  display: flex; align-items: center; gap: 13px; margin: 0; padding: 15px 16px; text-align: left;
  border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(180deg, var(--bg-2), var(--bg-1));
}
.avis-avatar {
  flex: none; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%;
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; color: #fff;
}
.avis-photo { object-fit: cover; padding: 0; border: 1px solid var(--line-2); }
.avis-mono {
  font-size: 13px; letter-spacing: .02em; text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
  background: radial-gradient(120% 120% at 30% 20%, hsl(var(--teinte) 62% 58% / .95), hsl(calc(var(--teinte) + 38) 55% 34% / .95));
}
.avis-carte blockquote { margin: 0; font-size: 15px; line-height: 1.55; }
.avis-carte figcaption { margin-top: 5px; font-size: 13px; color: var(--text-3); }
.avis-preuves { margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.avis-preuves[hidden] { display: none; }
.avis-preuve { margin: 0; }
.avis-preuve img { display: block; width: 100%; border: 1px solid var(--line-2); border-radius: 10px; background: #0a0a0d; }
.avis-preuve figcaption { margin-top: 6px; font-family: "Spline Sans Mono", monospace; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); }
.calcul-avis { margin: 28px auto 0; max-width: 460px; }
@media (max-width: 620px) {
  .avis-preuves { grid-template-columns: 1fr; }
  .calcul-avis .avis-carte > div { display: flex; flex-direction: column; }
  .calcul-avis .avis-preuves { order: -1; margin-top: 0; margin-bottom: 10px; }
}


/* « Tu n'es pas le premier » : compteur */
.preuve { max-width: 640px; padding-top: 88px; }
.preuve-avant { font-size: 17px; color: var(--text-2); }
.compteur {
  margin: 10px 0 6px; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(64px, 12vw, 104px); font-weight: 700;
  letter-spacing: -0.05em; line-height: 1; font-variant-numeric: tabular-nums;
  background: linear-gradient(180deg, #ffffff, var(--accent)); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.compteur-signe { color: var(--text-3); margin-right: 2px; -webkit-text-fill-color: var(--text-3); }
.preuve-apres { font-size: 19px; color: var(--text); max-width: 30ch; margin: 0 auto; }
.preuve-note { margin: 12px auto 0; max-width: 34ch; font-size: 14.5px; line-height: 1.5; color: var(--text-3); }

.avis-badge {
  display: inline-block; margin-left: 4px; padding: 1px 7px; border: 1px solid var(--line-2); border-radius: 999px;
  font-family: "Spline Sans Mono", monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-2);
}

.preuve-exemple { margin-top: 10px; }

/* ---------- Mon espace : la page d'arrivée après le paiement ---------- */
.espace { max-width: 900px; }
.espace .stage-title-q { font-size: clamp(30px, 4vw, 44px); }
.espace-confirme { display: flex; align-items: center; gap: 10px; color: var(--bleu-3); }
.espace-coche {
  width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; flex: none;
  background: var(--bleu-film); border: 1px solid var(--bleu-line); color: var(--bleu-2);
  box-shadow: 0 0 14px var(--bleu-glow);
}
.espace-coche svg { width: 12px; height: 12px; }
.espace-objectif {
  margin-top: 22px; display: inline-flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
  padding: 8px 14px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--bg-1); font-size: 14px; color: var(--text-2);
}
.espace-objectif span { font-family: "Spline Sans Mono", monospace; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); }

.espace-choix { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.espace-carte {
  position: relative; overflow: hidden; isolation: isolate;
  display: flex; flex-direction: column; align-items: flex-start; gap: 12px; min-height: 300px; padding: 26px;
  text-align: left; font: inherit; color: var(--text); cursor: pointer;
  border: 1px solid var(--line-2); border-radius: 18px;
  background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge);
  transition: border-color .18s, transform .18s, box-shadow .18s;
}
.espace-carte::before {
  content: ""; position: absolute; z-index: -1; inset: -40% -30% auto auto; width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, var(--bleu-glow), transparent 68%); opacity: .35; transition: opacity .25s;
}
.espace-carte:hover, .espace-carte:focus-visible {
  border-color: var(--bleu-line); transform: translateY(-3px);
  box-shadow: 0 0 0 1px rgba(74, 109, 170, 0.25), 0 26px 50px -26px var(--bleu-glow);
}
.espace-carte:hover::before, .espace-carte:focus-visible::before { opacity: .8; }
.espace-carte:focus-visible { outline: 2px solid var(--bleu-2); outline-offset: 3px; }
.espace-carte:active { transform: translateY(-1px); }
.espace-carte-1 {
  border-color: var(--bleu-line);
  background: linear-gradient(180deg, rgba(74, 109, 170, 0.20), rgba(74, 109, 170, 0.06));
}
.espace-carte-1::before { opacity: .6; }

.espace-ico {
  width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center;
  color: var(--bleu-3); background: var(--bleu-film); border: 1px solid var(--bleu-line);
}
.espace-ico svg { width: 30px; height: 30px; }
.espace-etape { margin-top: 8px; font-family: "Spline Sans Mono", monospace; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-3); }
.espace-nom { font-family: "Bricolage Grotesque", "Instrument Sans", sans-serif; font-size: clamp(25px, 3vw, 32px); font-weight: 600; line-height: 1.05; letter-spacing: -0.03em; }
.espace-desc { font-size: 15px; line-height: 1.55; color: var(--text-2); }
.espace-desc strong { color: var(--text); }
.espace-pied {
  align-self: stretch; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 14.5px; font-weight: 600;
}
.espace-fleche {
  width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center;
  background: var(--action); color: var(--action-texte); box-shadow: 0 8px 24px -10px var(--accent-glow); transition: transform .18s;
}
.espace-fleche svg { width: 17px; height: 17px; }
.espace-carte:hover .espace-fleche, .espace-carte:focus-visible .espace-fleche { transform: translateX(4px); }

/* Navigation dans le dossier : Mon espace + les deux vues */
.onglets { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; }
.onglets-groupe { display: inline-flex; padding: 4px; gap: 4px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--bg-1); }
.onglet {
  font: inherit; font-size: 14px; font-weight: 600; color: var(--text-2); cursor: pointer;
  background: none; border: 1px solid transparent; border-radius: 999px; padding: 8px 16px; white-space: nowrap;
  transition: color .15s, background .15s, border-color .15s;
}
.onglet:hover { color: var(--text); }
.onglet.actif { color: var(--text); background: var(--bleu-film); border-color: var(--bleu-line); }
.onglet:focus-visible { outline: 2px solid var(--bleu-2); outline-offset: 2px; }
.onglet-retour { color: var(--text-3); padding-left: 2px; padding-right: 2px; font-weight: 500; }

.suite-espace {
  margin-top: 56px; padding: 26px 28px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  border: 1px solid var(--bleu-line); border-radius: 16px;
  background: linear-gradient(180deg, rgba(74, 109, 170, 0.16), rgba(74, 109, 170, 0.05)); box-shadow: 0 0 0 1px rgba(74, 109, 170, 0.15), 0 22px 46px -30px var(--bleu-glow);
}
.suite-espace p { font-family: "Bricolage Grotesque", "Instrument Sans", sans-serif; font-size: 20px; font-weight: 600; letter-spacing: -0.02em; }
.stage .suite-espace .btn { margin-top: 0; }

.recap-idee {
  margin-top: 26px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  border: 1px solid var(--line-2); border-radius: 14px; background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge);
}
.recap-idee > div { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.recap-idee strong { font-family: "Bricolage Grotesque", sans-serif; font-size: 19px; font-weight: 600; letter-spacing: -0.02em; }
.recap-idee span { font-size: 14px; color: var(--text-3); }
.detail-cible { margin-top: 12px; }

@media (max-width: 720px) {
  .espace-choix { grid-template-columns: 1fr; }
  .espace-carte { min-height: 0; padding: 22px; }
  .onglets { flex-direction: column-reverse; align-items: stretch; }
  .onglets-groupe { display: grid; grid-template-columns: 1fr 1fr; }
  .onglet { padding: 10px 8px; white-space: normal; text-align: center; line-height: 1.2; }
  .onglet-retour { align-self: flex-start; }
  .suite-espace { padding: 22px; }
  .suite-espace .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .espace-carte, .espace-fleche { transition: none; }
  .espace-carte:hover, .espace-carte:focus-visible { transform: none; }
}

/* ---------- Modules de démarchage ---------- */

.module-carte {
  scroll-margin-top: 84px; margin-top: 14px; padding: 30px; display: grid; gap: 20px;
  border: 1px solid var(--line-2); border-radius: 16px;
  background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge);
}
.module-carte > header .champ-label { margin-bottom: 10px; }
.module-carte h3 { font-family: "Bricolage Grotesque", "Instrument Sans", sans-serif; font-size: clamp(24px, 3vw, 32px); font-weight: 600; line-height: 1.08; letter-spacing: -0.03em; text-wrap: balance; }
.mod-intro { font-size: 16.5px; line-height: 1.6; color: var(--text-2); max-width: 64ch; }
.mod-p { font-size: 15.5px; color: var(--text-2); }
.mod-bloc .champ-label { margin-bottom: 10px; }
.mod-note, .mod-astuce {
  padding: 14px 18px; border-left: 2px solid var(--bleu-2); border-radius: 0 10px 10px 0;
  background: var(--bleu-film); font-size: 14.5px; line-height: 1.55; color: var(--text-2);
}
.mod-astuce { margin-top: 14px; }
.mod-astuce strong { display: block; margin-bottom: 2px; font-family: "Spline Sans Mono", monospace; font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--bleu-3); }

.mod-etape { padding: 22px; border: 1px solid var(--line-2); border-radius: 14px; background: var(--bg-1); }
.mod-etape > header { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.mod-etape > header div { display: flex; flex-direction: column; min-width: 0; }
.mod-etape > header strong { font-family: "Bricolage Grotesque", sans-serif; font-size: 18px; font-weight: 600; letter-spacing: -0.02em; }
.mod-etape > header em { font-size: 13.5px; color: var(--text-3); }
.mod-dire { display: grid; gap: 8px; }
.mod-dire .champ-label { margin-bottom: 2px; }
.mod-dire p:not(.champ-label) {
  padding-left: 16px; border-left: 2px solid var(--bleu-line); font-size: 16px; line-height: 1.6; color: var(--text);
}
.mod-si { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); display: grid; gap: 9px; }
.mod-si-titre { font-size: 14px; font-weight: 600; color: var(--bleu-3); }

.mod-objection { border: 1px solid var(--line-2); border-radius: 14px; background: var(--bg-1); }
.mod-objection summary {
  list-style: none; cursor: pointer; padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; gap: 14px;
  font-family: "Bricolage Grotesque", sans-serif; font-size: 17px; font-weight: 600; letter-spacing: -0.02em;
}
.mod-objection summary::-webkit-details-marker { display: none; }
.mod-objection summary::after { content: "+"; flex: none; font-family: "Spline Sans Mono", monospace; font-size: 20px; font-weight: 400; color: var(--text-3); }
.mod-objection[open] summary::after { content: "–"; }
.mod-objection[open] { border-color: var(--bleu-line); }
.mod-objection > .mod-dire { padding: 0 20px 18px; }
.mod-objection > .mod-astuce { margin: 0 20px 18px; }
.module-carte .modele .prompt-texte { max-height: 380px; font-size: 13.5px; }

.module-pied { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-top: 4px; padding-top: 22px; border-top: 1px solid var(--line); }
.stage .module-pied .btn { margin-top: 0; }

@media (max-width: 620px) {
  .module-carte { padding: 20px 16px; }
  .mod-etape { padding: 18px 14px; }
  .mod-dire p:not(.champ-label) { font-size: 15.5px; }
  .module-pied .btn { width: 100%; }
}

.mod-atoi {
  margin-top: 14px; padding: 14px 18px; border: 1px dashed var(--bleu-line); border-radius: 10px;
  background: transparent; font-size: 14.5px; line-height: 1.55; color: var(--text);
}
.mod-atoi strong { display: block; margin-bottom: 2px; font-family: "Spline Sans Mono", monospace; font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--bleu-2); }

/* ---------- Créer mon site : le plan pas à pas et les infos sur l'entreprise ---------- */
.creation { list-style: none; margin-top: 22px; display: grid; gap: 12px; counter-reset: etape; }
.creation-etape {
  display: flex; gap: 16px; align-items: flex-start; padding: 20px 22px;
  border: 1px solid var(--line-2); border-radius: 14px; background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge);
}
.creation-num {
  flex: none; width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center;
  font-family: "Spline Sans Mono", monospace; font-weight: 500; font-size: 13px; color: var(--bleu-3);
  border: 1px solid var(--bleu-line); background: var(--bleu-film);
}
.creation-etape > div { min-width: 0; }
.creation-etape strong { display: block; font-family: "Bricolage Grotesque", sans-serif; font-size: 18px; font-weight: 600; letter-spacing: -0.02em; }
.creation-etape p { margin-top: 5px; font-size: 15px; line-height: 1.55; color: var(--text-2); }
.creation-lien { margin-top: 8px; padding: 6px 0; font-size: 14px; font-weight: 600; color: var(--bleu-3); }
.creation-lien:hover { color: var(--text); }
.creation + .mod-note { margin-top: 14px; }

.entreprise { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.entreprise .champ { display: grid; gap: 7px; }
.entreprise .champ-large { grid-column: 1 / -1; }
.entreprise textarea.champ-input { resize: vertical; line-height: 1.5; min-height: 66px; }
.entreprise-aide { margin-top: 12px; font-size: 13.5px; line-height: 1.5; color: var(--text-3); max-width: 70ch; }
@media (max-width: 620px) {
  .entreprise { grid-template-columns: 1fr; }
  .creation-etape { padding: 16px; gap: 12px; }
}

/* ---------- Infos sur l'entreprise : mots à cocher ---------- */
.chips-groupe { display: grid; gap: 8px; }
.chips-titre { font-family: "Spline Sans Mono", monospace; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  font: inherit; font-size: 14px; font-weight: 500; line-height: 1; color: var(--text-2); cursor: pointer;
  padding: 9px 14px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--bg-1);
  transition: color .15s, background .15s, border-color .15s, transform .15s;
}
.chip:hover { color: var(--text); border-color: var(--line-3); transform: translateY(-1px); }
.chip:focus-visible { outline: 2px solid var(--bleu-2); outline-offset: 2px; }
.chip.actif { color: var(--text); border-color: var(--bleu-line); background: var(--bleu-film); box-shadow: 0 0 0 1px rgba(74, 109, 170, 0.22); }
.chip.actif::before { content: "✓"; margin-right: 7px; font-size: 12px; color: var(--bleu-2); }
.entreprise .champ:has(.chips) { gap: 10px; }
.entreprise .champ:has(.chips) textarea.champ-input { min-height: 0; margin-top: 2px; }
@media (max-width: 620px) { .chip { padding: 10px 14px; } }
@media (prefers-reduced-motion: reduce) { .chip { transition: none; } .chip:hover { transform: none; } }

/* ---------- Pages « Créer mon site » et « Démarcher des clients » : la structure ---------- */

/* Sommaire collant : un lien par section, avec son numéro */
.sommaire {
  position: sticky; top: var(--tete, 77px); z-index: 20; margin: 26px -6px 0; padding: 10px 6px;
  display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none;
  background: linear-gradient(180deg, rgba(10, 10, 13, .94) 72%, rgba(10, 10, 13, 0));
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.sommaire::-webkit-scrollbar { display: none; }
.sommaire-lien {
  flex: none; display: inline-flex; align-items: center; gap: 9px; padding: 7px 15px 7px 7px;
  font: inherit; font-size: 14px; font-weight: 600; color: var(--text-2); white-space: nowrap; cursor: pointer;
  border: 1px solid var(--line-2); border-radius: 999px; background: var(--bg-1);
  transition: color .15s, border-color .15s, transform .15s;
}
.sommaire-lien span {
  width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center;
  font-family: "Spline Sans Mono", monospace; font-size: 11.5px; font-weight: 500; color: var(--bleu-3);
  background: var(--bleu-film); border: 1px solid var(--bleu-line);
}
.sommaire-lien:hover { color: var(--text); border-color: var(--line-3); transform: translateY(-1px); }
.sommaire-lien:focus-visible { outline: 2px solid var(--bleu-2); outline-offset: 2px; }

/* Une section : numéro, titre, explication, contenu */
.bloc { scroll-margin-top: calc(var(--tete, 77px) + 70px); margin-top: 72px; }
.sommaire + .bloc { margin-top: 34px; }
.bloc-tete { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.bloc-num {
  flex: none; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center;
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 18px; color: var(--action-texte);
  background: var(--bleu-2); box-shadow: 0 0 20px var(--bleu-glow);
}
.bloc-titre { font-size: clamp(24px, 3vw, 32px); line-height: 1.05; }
.bloc-desc { margin-top: 8px; font-size: 15.5px; line-height: 1.55; color: var(--text-2); max-width: 62ch; }
.bloc .idees { margin-top: 0; }
.detail-titre { font-family: "Bricolage Grotesque", "Instrument Sans", sans-serif; font-size: clamp(22px, 2.6vw, 28px); font-weight: 600; letter-spacing: -0.03em; line-height: 1.1; margin: 0 0 22px; }

/* Progression : étapes ou modules faits */
.avance { display: flex; align-items: center; gap: 14px; }
.avance-texte { flex: none; font-size: 13.5px; color: var(--text-2); }
.avance-texte strong { color: var(--text); }
.avance-barre { flex: 1; height: 6px; border-radius: 4px; background: var(--bg-3); overflow: hidden; }
.avance-barre i { display: block; height: 100%; border-radius: 4px; background: linear-gradient(90deg, #35507f, var(--bleu-2)); box-shadow: 0 0 10px var(--bleu-glow); transition: width .4s cubic-bezier(.2, .7, .3, 1); }
.avance + .creation { margin-top: 16px; }

/* Étapes du plan : le numéro devient une case à cocher */
.creation-case {
  flex: none; width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; cursor: pointer;
  font-family: "Spline Sans Mono", monospace; font-weight: 500; font-size: 13px; color: var(--bleu-3);
  border: 1px solid var(--bleu-line); background: var(--bleu-film); transition: background .15s, border-color .15s, color .15s, transform .15s;
}
.creation-case:hover { border-color: var(--bleu-2); transform: scale(1.05); }
.creation-case:focus-visible { outline: 2px solid var(--bleu-2); outline-offset: 2px; }
.creation-case svg { width: 17px; height: 17px; }
.creation-etape.fait .creation-case { background: var(--bleu-2); border-color: var(--bleu-2); color: var(--action-texte); }
.creation-etape.fait { border-color: var(--line); }
.creation-etape.fait strong, .creation-etape.fait p { opacity: .55; }

/* Modules : coche sur ceux qui sont terminés, bouton pour les marquer */
.module-pied-droite { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.btn-fait {
  display: inline-flex; align-items: center; gap: 9px; font: inherit; font-size: 14px; font-weight: 600; color: var(--text-2); cursor: pointer;
  padding: 10px 16px 10px 12px; border: 1px solid var(--line-2); border-radius: 999px; background: transparent;
  transition: color .15s, border-color .15s, background .15s;
}
.btn-fait:hover { color: var(--text); border-color: var(--line-3); }
.btn-fait:focus-visible { outline: 2px solid var(--bleu-2); outline-offset: 2px; }
.btn-fait-coche { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line-3); color: transparent; }
.btn-fait-coche svg { width: 11px; height: 11px; }
.btn-fait.actif { color: var(--text); border-color: var(--bleu-line); background: var(--bleu-film); }
.btn-fait.actif .btn-fait-coche { background: var(--bleu-2); border-color: var(--bleu-2); color: var(--action-texte); }

/* Ta cible : l'idée, où les trouver, l'accroche */
.cible-carte {
  display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 26px 32px; padding: 26px;
  border: 1px solid var(--line-2); border-radius: 16px; background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge);
}
.cible-carte p:not(.champ-label) { font-size: 15px; line-height: 1.55; color: var(--text-2); }
.cible-idee { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.cible-idee strong { font-family: "Bricolage Grotesque", sans-serif; font-size: 20px; font-weight: 600; letter-spacing: -0.02em; }
.cible-idee span { font-size: 14px; color: var(--text-3); }
.cible-idee .btn-ghost { margin-top: 8px; padding-left: 0; color: var(--bleu-3); font-weight: 600; }

@media (max-width: 900px) { .cible-carte { grid-template-columns: 1fr 1fr; } .cible-idee { grid-column: 1 / -1; } }
@media (max-width: 620px) {
  .bloc { margin-top: 56px; }
  .bloc-tete { gap: 12px; }
  .bloc-num { width: 36px; height: 36px; font-size: 16px; }
  .cible-carte { grid-template-columns: 1fr; padding: 20px; }
  .module-pied-droite { width: 100%; }
  .module-pied-droite .btn, .btn-fait { width: 100%; justify-content: center; }
  .avance { flex-wrap: wrap; gap: 8px; }
  .avance-barre { flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) { .avance-barre i, .creation-case, .sommaire-lien { transition: none; } }

/* ---------- Infos sur l'entreprise : cases repliables et en couleur ---------- */
.formulaire-entreprise { margin-top: 16px; display: grid; gap: 18px; }
.ess {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; padding: 20px;
  border: 1px solid var(--line-2); border-radius: 16px; background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge);
}
.ess-champ { display: grid; gap: 8px; }
.ess-label {
  display: flex; align-items: center; gap: 9px; font-family: "Spline Sans Mono", monospace; font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: color-mix(in srgb, var(--c) 70%, white);
}
.ess-ico, .acc-ico {
  flex: none; display: grid; place-items: center; color: var(--c);
  background: color-mix(in srgb, var(--c) 16%, transparent); border: 1px solid color-mix(in srgb, var(--c) 42%, transparent);
}
.ess-ico { width: 24px; height: 24px; border-radius: 8px; font-style: normal; }
.ess-ico svg { width: 14px; height: 14px; }
.ess-champ .champ-input:focus { border-color: var(--c); box-shadow: 0 0 0 3px color-mix(in srgb, var(--c) 24%, transparent); }
.ess-titre {
  display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-top: 2px;
  font-family: "Bricolage Grotesque", sans-serif; font-size: 20px; font-weight: 600; letter-spacing: -0.02em;
}
.ess-titre span { font-family: "Instrument Sans", sans-serif; font-size: 13.5px; font-weight: 400; letter-spacing: 0; color: var(--text-3); }

.accordeons { display: grid; gap: 10px; }
.acc {
  border: 1px solid var(--line-2); border-left: 3px solid var(--c); border-radius: 14px; overflow: hidden;
  background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge);
  transition: border-color .18s, box-shadow .18s;
}
.acc:hover { border-color: color-mix(in srgb, var(--c) 45%, var(--line-2)); border-left-color: var(--c); }
.acc[open] { border-color: color-mix(in srgb, var(--c) 55%, transparent); border-left-color: var(--c); box-shadow: 0 18px 40px -26px color-mix(in srgb, var(--c) 60%, transparent); }
.acc summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 14px; padding: 14px 16px; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary:focus-visible { outline: 2px solid var(--c); outline-offset: -2px; border-radius: 12px; }
.acc-ico { width: 40px; height: 40px; border-radius: 12px; transition: background .18s, color .18s; }
.acc-ico svg { width: 20px; height: 20px; }
.acc.rempli .acc-ico { background: var(--c); border-color: var(--c); color: #0a0a0d; }
.acc-corps { flex: 1; min-width: 0; display: grid; gap: 5px; }
.acc-corps strong { font-family: "Bricolage Grotesque", sans-serif; font-size: 17px; font-weight: 600; letter-spacing: -0.02em; }
.acc-resume { display: flex; flex-wrap: wrap; gap: 6px; min-height: 22px; align-items: center; }
.acc-vide { font-size: 13.5px; font-style: normal; color: var(--text-3); }
.acc-pill {
  font-size: 12.5px; font-weight: 500; line-height: 1; padding: 5px 10px; border-radius: 999px; color: var(--text);
  background: color-mix(in srgb, var(--c) 18%, transparent); border: 1px solid color-mix(in srgb, var(--c) 42%, transparent);
}
.acc-plus, .acc-note { color: var(--text-2); background: transparent; }
.acc-fleche { flex: none; width: 10px; height: 10px; margin-right: 6px; border-right: 2px solid var(--text-3); border-bottom: 2px solid var(--text-3); transform: rotate(45deg) translate(-2px, -2px); transition: transform .2s, border-color .2s; }
.acc:hover .acc-fleche { border-color: var(--c); }
.acc[open] .acc-fleche { transform: rotate(-135deg) translate(-2px, -2px); border-color: var(--c); }
.acc-contenu { display: grid; gap: 16px; padding: 16px; border-top: 1px solid var(--line); animation: rise .25s ease both; }
.acc .chip.actif { border-color: var(--c); background: color-mix(in srgb, var(--c) 18%, transparent); box-shadow: 0 0 0 1px color-mix(in srgb, var(--c) 30%, transparent); }
.acc .chip.actif::before { color: var(--c); }
.acc .chip:hover { border-color: color-mix(in srgb, var(--c) 60%, var(--line-3)); }
.acc .champ-input:focus { border-color: var(--c); box-shadow: 0 0 0 3px color-mix(in srgb, var(--c) 24%, transparent); }
.acc textarea.champ-input { resize: vertical; min-height: 0; line-height: 1.5; }
#avance-entreprise .avance { margin-top: 0; }

@media (max-width: 620px) {
  .ess { grid-template-columns: 1fr; padding: 16px; }
  .acc summary { padding: 12px 14px; gap: 12px; }
  .acc-ico { width: 36px; height: 36px; }
  .acc-contenu { padding: 14px; }
}
@media (prefers-reduced-motion: reduce) { .acc-contenu { animation: none; } .acc-fleche, .acc-ico { transition: none; } }

/* ---------- Génération du prompt : verrouillé, prêt, en cours, généré ---------- */
.pg {
  position: relative; overflow: hidden; isolation: isolate; display: grid; gap: 22px; padding: 28px;
  border: 1px solid var(--line-2); border-radius: 20px; background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge);
}
.pg::before {
  content: ""; position: absolute; z-index: -1; inset: -45% -25% auto auto; width: 440px; height: 440px; border-radius: 50%;
  background: radial-gradient(circle, var(--bleu-glow), transparent 66%); opacity: .35;
}
.pg .btn { margin-top: 0; }
.pg-tete { display: flex; align-items: flex-start; gap: 18px; }
.pg-ico {
  flex: none; width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; color: var(--text-2);
  border: 1px solid var(--line-2); background: var(--bg-3);
}
.pg-ico svg { width: 26px; height: 26px; }
.pg-ico-vif { color: var(--bleu-3); border-color: var(--bleu-line); background: var(--bleu-film); box-shadow: 0 0 26px var(--bleu-glow); }
.pg-titre { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(24px, 3vw, 30px); font-weight: 600; letter-spacing: -0.03em; line-height: 1.08; }
.pg-texte { margin-top: 6px; font-size: 15.5px; line-height: 1.55; color: var(--text-2); max-width: 56ch; }

/* Verrouillé : ce qu'il reste à remplir */
.pg-verrou { border-style: dashed; }
.pg-verrou::before { opacity: .12; }
.pg-manques .champ-label { margin-bottom: 10px; }
.manques { display: flex; flex-wrap: wrap; gap: 8px; }
.manque {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px 7px 8px; font: inherit; font-size: 13.5px; font-weight: 600; color: var(--text); cursor: pointer;
  border: 1px solid color-mix(in srgb, var(--c) 45%, transparent); border-radius: 999px; background: color-mix(in srgb, var(--c) 13%, transparent);
  transition: transform .15s, background .15s;
}
.manque i { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; color: var(--c); background: color-mix(in srgb, var(--c) 20%, transparent); }
.manque svg { width: 13px; height: 13px; }
.manque:hover { transform: translateY(-1px); background: color-mix(in srgb, var(--c) 22%, transparent); }
.manque:focus-visible { outline: 2px solid var(--c); outline-offset: 2px; }
.pg-bouton { justify-self: start; gap: 11px; }
.pg-bouton svg { width: 20px; height: 20px; }

/* Prêt : la carte s'illumine */
.pg-pret { border-color: var(--bleu-line); box-shadow: 0 0 0 1px rgba(74, 109, 170, 0.22), 0 30px 60px -34px var(--bleu-glow); background: linear-gradient(180deg, rgba(74, 109, 170, 0.16), var(--bg-1) 62%); }
.pg-pret::before { opacity: .7; animation: respire 3.2s ease-in-out infinite; }
.pg-recap { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.pg-recap li { display: grid; gap: 3px; padding: 13px 15px; border: 1px solid var(--line-2); border-radius: 12px; background: rgba(10, 10, 13, .45); }
.pg-recap span { font-family: "Spline Sans Mono", monospace; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); }
.pg-recap strong { font-size: 14.5px; font-weight: 600; line-height: 1.3; }
.pg-pret .pg-bouton { animation: pulse-bouton 2.6s ease-in-out infinite; }
@keyframes respire { 50% { opacity: 1; transform: scale(1.06); } }
@keyframes pulse-bouton { 50% { box-shadow: 0 14px 44px -8px rgba(174, 185, 204, .55), inset 0 1px 0 rgba(255, 255, 255, .45); } }

/* En cours : pourcentage, barre, étapes */
.pg-gen { border-color: var(--bleu-line); }
.pg-gen::before { opacity: .55; animation: respire 3.2s ease-in-out infinite; }
.gen-tete { display: flex; align-items: center; gap: 20px; }
.gen-pct {
  flex: none; min-width: 2.5ch; padding-right: 6px; white-space: nowrap; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(48px, 9vw, 68px); font-weight: 700; letter-spacing: -0.05em; line-height: 1;
  background: linear-gradient(180deg, #fff, var(--bleu-3)); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.gen-texte { display: grid; gap: 3px; }
.gen-texte strong { font-family: "Bricolage Grotesque", sans-serif; font-size: 20px; font-weight: 600; letter-spacing: -0.02em; }
.gen-barre { height: 10px; border-radius: 6px; background: var(--bg-3); overflow: hidden; }
.gen-barre i {
  display: block; height: 100%; border-radius: 6px; transition: width .3s linear;
  background: linear-gradient(90deg, #35507f, var(--bleu-2), var(--bleu-3), var(--bleu-2), #35507f); background-size: 200% 100%;
  box-shadow: 0 0 16px var(--bleu-glow); animation: balaye 2s linear infinite;
}
@keyframes balaye { to { background-position: -200% 0; } }
.gen-etapes { list-style: none; display: grid; gap: 4px; }
.gen-etapes li { display: flex; align-items: center; gap: 12px; padding: 9px 4px; font-size: 15px; color: var(--text-3); transition: color .3s; }
.gen-puce { flex: none; width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--line-3); display: grid; place-items: center; transition: background .3s, border-color .3s; }
.gen-etapes li.encours { color: var(--text); }
.gen-etapes li.encours .gen-puce { border-color: var(--bleu-2); border-top-color: transparent; animation: tourne .8s linear infinite; }
.gen-etapes li.fait { color: var(--text-2); }
.gen-etapes li.fait .gen-puce { background: var(--bleu-2); border-color: var(--bleu-2); }
.gen-etapes li.fait .gen-puce::after { content: ""; width: 5px; height: 9px; margin-top: -2px; border-right: 2px solid #0a0a0d; border-bottom: 2px solid #0a0a0d; transform: rotate(43deg); }
.gen-note { font-size: 13.5px; color: var(--text-3); }
@keyframes tourne { to { transform: rotate(360deg); } }

/* Généré : le prompt, à copier */
.pg-ok { display: grid; gap: 16px; animation: rise .5s cubic-bezier(.2, .7, .3, 1) both; }
.pg-ok-tete { display: flex; align-items: center; gap: 14px; padding: 14px 18px; border: 1px solid var(--bleu-line); border-radius: 14px; background: var(--bleu-film); }
.pg-ok-tete > div { flex: 1; min-width: 0; display: grid; }
.pg-ok-tete strong { font-family: "Bricolage Grotesque", sans-serif; font-size: 18px; font-weight: 600; letter-spacing: -0.02em; }
.pg-ok-tete span:not(.pg-coche) { font-size: 13.5px; color: var(--text-2); }
.pg-coche { flex: none; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: var(--action-texte); background: var(--bleu-2); box-shadow: 0 0 18px var(--bleu-glow); }
.pg-coche svg { width: 17px; height: 17px; }
.pg-regen { flex: none; padding: 8px 4px; font-weight: 600; color: var(--bleu-3); }
.pg-regen[disabled] { opacity: .4; cursor: not-allowed; }
.pg-perime {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 16px 18px;
  border: 1px solid rgba(224, 164, 88, .5); border-radius: 14px; background: rgba(224, 164, 88, .1);
}
.pg-perime p { font-size: 14.5px; color: var(--text-2); }
.pg-perime strong { color: #e8b877; }
.stage .pg-perime .btn { margin-top: 0; }
.pg-ok .prompt-boite { margin-top: 0; }
.pg-suite { font-size: 14.5px; color: var(--text-2); }

@media (max-width: 720px) {
  .pg { padding: 22px 18px; gap: 18px; }
  .pg-tete { gap: 14px; }
  .pg-ico { width: 48px; height: 48px; border-radius: 14px; }
  .pg-recap { grid-template-columns: 1fr; }
  .pg-bouton { justify-self: stretch; }
  .gen-tete { gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .pg-pret::before, .pg-gen::before, .pg-pret .pg-bouton, .gen-barre i, .gen-etapes li.encours .gen-puce { animation: none; }
  .gen-barre i { transition: none; }
}
.pg-perime .btn { gap: 10px; }
.pg-perime .btn svg { width: 18px; height: 18px; }

/* ---------- Démarcher des clients : une page par module ---------- */
.fil { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.fil-retour { font: inherit; font-size: 14.5px; font-weight: 600; color: var(--text-2); background: none; border: none; cursor: pointer; padding: 6px 0; transition: color .15s; }
.fil-retour:hover { color: var(--text); }
.fil-retour:focus-visible { outline: 2px solid var(--bleu-2); outline-offset: 3px; border-radius: 6px; }
.pastilles { display: inline-flex; flex-wrap: wrap; gap: 6px; }
.pastille {
  width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; cursor: pointer;
  font-family: "Spline Sans Mono", monospace; font-size: 12.5px; color: var(--text-2); border: 1px solid var(--line-2); background: var(--bg-1);
  transition: border-color .15s, color .15s, background .15s, transform .15s;
}
.pastille:hover { color: var(--text); border-color: color-mix(in srgb, var(--c) 60%, var(--line-3)); transform: translateY(-1px); }
.pastille:focus-visible { outline: 2px solid var(--c); outline-offset: 2px; }
.pastille svg { width: 14px; height: 14px; }
.pastille.fait { color: var(--c); border-color: color-mix(in srgb, var(--c) 45%, transparent); background: color-mix(in srgb, var(--c) 14%, transparent); }
.pastille.actif { color: #0a0a0d; font-weight: 600; background: var(--c); border-color: var(--c); }

.reprise {
  --c: #6b8fd0; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-top: 28px; padding: 22px 24px;
  border: 1px solid color-mix(in srgb, var(--c) 50%, transparent); border-radius: 18px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--c) 22%, transparent), var(--bg-1) 72%);
  box-shadow: 0 26px 50px -34px color-mix(in srgb, var(--c) 70%, transparent);
}
.reprise > div { display: grid; gap: 4px; min-width: 0; }
.reprise .champ-label { margin-bottom: 2px; color: color-mix(in srgb, var(--c) 65%, white); }
.reprise strong { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(19px, 2.4vw, 24px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.15; }
.reprise span { font-size: 14px; color: var(--text-2); }
.stage .reprise .btn { margin-top: 0; }

.grille-modules { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.avance + .grille-modules { margin-top: 16px; }
.mcarte {
  display: flex; align-items: flex-start; gap: 16px; padding: 18px; text-align: left; font: inherit; color: var(--text); cursor: pointer;
  border: 1px solid var(--line-2); border-left: 3px solid var(--c); border-radius: 14px; background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge);
  transition: transform .16s, border-color .16s, box-shadow .16s;
}
.mcarte:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--c) 50%, var(--line-2)); border-left-color: var(--c); box-shadow: 0 20px 38px -26px color-mix(in srgb, var(--c) 65%, transparent); }
.mcarte:focus-visible { outline: 2px solid var(--c); outline-offset: 3px; }
.mcarte-num {
  flex: none; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center;
  font-family: "Bricolage Grotesque", sans-serif; font-size: 17px; font-weight: 700; color: var(--c);
  background: color-mix(in srgb, var(--c) 16%, transparent); border: 1px solid color-mix(in srgb, var(--c) 42%, transparent);
}
.mcarte-num svg { width: 18px; height: 18px; }
.mcarte.fait .mcarte-num { background: var(--c); border-color: var(--c); color: #0a0a0d; }
.mcarte-corps { flex: 1; min-width: 0; display: grid; gap: 6px; }
.mcarte-corps strong { font-family: "Bricolage Grotesque", sans-serif; font-size: 17px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }
.mcarte-intro { font-size: 13.5px; line-height: 1.5; color: var(--text-3); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mcarte-meta { flex: none; font-family: "Spline Sans Mono", monospace; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-3); padding-top: 4px; }

.grille-ressources { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.rcarte {
  display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 20px; text-align: left; font: inherit; color: var(--text); cursor: pointer;
  border: 1px solid var(--line-2); border-radius: 16px; background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge);
  transition: transform .16s, border-color .16s, box-shadow .16s;
}
.rcarte:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--c) 55%, var(--line-2)); box-shadow: 0 20px 38px -26px color-mix(in srgb, var(--c) 65%, transparent); }
.rcarte:focus-visible { outline: 2px solid var(--c); outline-offset: 3px; }
.rcarte-ico { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 4px; color: var(--c); background: color-mix(in srgb, var(--c) 16%, transparent); border: 1px solid color-mix(in srgb, var(--c) 42%, transparent); }
.rcarte-ico svg { width: 21px; height: 21px; }
.rcarte strong { font-family: "Bricolage Grotesque", sans-serif; font-size: 18px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }
.rcarte-desc { font-size: 14px; line-height: 1.5; color: var(--text-2); }
.rcarte-tag { margin-top: 2px; padding: 3px 10px; border-radius: 999px; font-family: "Spline Sans Mono", monospace; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-2); border: 1px solid var(--line-3); }

.page-ressource { margin-top: 30px; }
.page-ressource .plan-semaines { margin-top: 0; }
.stage > .module-pied { margin-top: 36px; }
.module-carte { margin-top: 28px; }

@media (max-width: 900px) { .grille-ressources { grid-template-columns: 1fr; } .rcarte { flex-direction: row; flex-wrap: wrap; align-items: center; } .rcarte-desc { flex-basis: 100%; } }
@media (max-width: 720px) {
  .grille-modules { grid-template-columns: 1fr; }
  .mcarte { padding: 16px; gap: 14px; }
  .reprise { padding: 18px; }
  .reprise .btn { width: 100%; }
  .pastille { width: 30px; height: 30px; }
}
@media (prefers-reduced-motion: reduce) { .mcarte, .rcarte, .pastille { transition: none; } .mcarte:hover, .rcarte:hover, .pastille:hover { transform: none; } }

/* ---------- Espace abonné : une page à part, sans le décor du questionnaire ---------- */
body.mode-espace .head-nav a { display: none !important; }   /* plus de « Retour à l'accueil » */
body.mode-espace .brand-mot { display: inline; }             /* le nom ScaleSaaS reste affiché, même sur petit écran */
body.mode-espace .brand { gap: 10px; }
body.mode-espace .brand-logo { width: 26px; height: 26px; }
body.mode-espace .app-main { padding-top: 0; }
.fin .btn-ghost { padding-left: 0; }

/* Le bandeau de garantie, au-dessus du formulaire de paiement */
.zone-paiement .garantie { margin-top: 4px; margin-bottom: 14px; }

/* Le total et le bouton « Rejoindre », écrits par le site sous le formulaire de Whop */
.paiement-pied { margin-top: 16px; display: grid; gap: 14px; }
.paiement-total { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 14px 2px 0; border-top: 1px solid var(--line); }
.paiement-total span { font-size: 15px; color: var(--text-2); }
.paiement-total strong { font-family: "Bricolage Grotesque", sans-serif; font-size: 28px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.stage .paiement-pied .btn { width: 100%; margin-top: 0; }

/* ---------- Écran « Voilà ce que … demande » : la courbe façon Stripe, sans données ---------- */
.proj-courbe { margin-top: 24px; }
.proj-courbe svg { display: block; width: 100%; height: auto; overflow: visible; }
.proj-courbe .courbe-trace { stroke-dashoffset: 100; animation: tracer 2s cubic-bezier(.3, .7, .3, 1) .3s forwards; filter: drop-shadow(0 4px 10px rgba(107, 143, 208, .35)); }
.proj-courbe .courbe-aire { opacity: 0; animation: apparait 1s ease 1.1s forwards; }
.proj-courbe .courbe-precedente { opacity: 0; animation: apparait .8s ease .2s forwards; }
.proj-courbe .courbe-point, .proj-courbe .courbe-halo { opacity: 0; animation: apparait .4s ease 2s forwards; }
.proj-courbe .courbe-halo { transform-box: fill-box; transform-origin: center; animation: apparait .4s ease 2s forwards, halo 2.8s ease-in-out 2.5s infinite; }
@keyframes apparait { to { opacity: 1; } }
@keyframes halo { 50% { transform: scale(1.55); opacity: .35; } }
/* déjà vue : pas de rejeu quand on change l'hypothèse */
.proj-courbe.deja .courbe-trace { animation: none; stroke-dashoffset: 0; }
.proj-courbe.deja .courbe-aire, .proj-courbe.deja .courbe-precedente, .proj-courbe.deja .courbe-point { animation: none; opacity: 1; }
.proj-courbe.deja .courbe-halo { animation: halo 2.8s ease-in-out infinite; opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .proj-courbe .courbe-trace { animation: none; stroke-dashoffset: 0; }
  .proj-courbe .courbe-aire, .proj-courbe .courbe-precedente, .proj-courbe .courbe-point, .proj-courbe .courbe-halo { animation: none; opacity: 1; }
}

/* Chargement du dossier abonné (le contenu est demandé au serveur) */
.charge-spin { display: block; width: 36px; height: 36px; margin: 0 auto 18px; border: 2.5px solid var(--line-3); border-top-color: var(--bleu-2); border-radius: 50%; animation: tourne .8s linear infinite; }
@media (prefers-reduced-motion: reduce) { .charge-spin { animation-duration: 2.4s; } }

/* Les 5 questions : écran centré, grand numéro en filigrane, choix en cartes de verre numérotées */
.brief { position: relative; max-width: 640px; margin: 0 auto; padding-top: 14px; text-align: center; isolation: isolate; }
.brief > * { position: relative; z-index: 1; }
.brief > .brief-fond {
  position: absolute; z-index: 0; left: 50%; top: 270px; transform: translateX(-50%); margin: 0; pointer-events: none; user-select: none;
  font-family: "Bricolage Grotesque", "Instrument Sans", sans-serif; font-weight: 800; font-size: clamp(240px, 64vw, 400px); line-height: .8; letter-spacing: -0.05em;
  color: transparent; -webkit-text-stroke: 2px rgba(167, 189, 230, 0.12);
}
.brief-haut { display: flex; align-items: center; gap: 12px; }
.brief-rond {
  flex: none; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; cursor: pointer;
  color: var(--text); background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line-2); backdrop-filter: blur(8px);
  transition: background .16s, border-color .16s;
}
.brief-rond:hover { background: rgba(255, 255, 255, 0.1); border-color: var(--line-3); }
.brief-rond svg { width: 20px; height: 20px; }
.brief-pastille {
  min-width: 0; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--line-2); background: rgba(255, 255, 255, 0.04);
  font-size: 14px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.brief-compte { margin-left: auto; flex: none; font-family: "Spline Sans Mono", monospace; font-size: 13px; letter-spacing: .1em; color: var(--text-2); }
.brief-barre { margin: 20px 0 34px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.brief-barre i { height: 3px; border-radius: 2px; background: rgba(255, 255, 255, 0.14); transition: background .3s, box-shadow .3s; }
.brief-barre i.fait { background: var(--bleu-3); }
.brief-barre i.en-cours { box-shadow: 0 0 12px var(--bleu-glow), 0 0 3px var(--bleu-3); }
.brief-icone {
  width: 92px; height: 92px; margin: 0 auto 22px; border-radius: 28px; display: grid; place-items: center; color: var(--bleu-3);
  background: linear-gradient(160deg, rgba(167, 189, 230, 0.22), rgba(74, 109, 170, 0.08)); border: 1px solid rgba(167, 189, 230, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 18px 50px -18px var(--bleu-glow), 0 0 0 8px rgba(167, 189, 230, 0.05);
}
.brief-icone svg { width: 40px; height: 40px; }
.brief .stage-kicker { margin-bottom: 14px; color: var(--text); font-weight: 600; }
.brief .stage-title-q { margin: 0 auto; max-width: 15em; text-align: center; font-size: clamp(28px, 7.2vw, 42px); font-weight: 700; line-height: 1.08; letter-spacing: -0.035em; }
.brief .choix { max-width: none; }
.brief .options { margin-top: 36px; gap: 14px; text-align: left; max-width: none; }
.option.brief-option {
  align-items: flex-start; justify-content: space-between; gap: 16px; min-height: 84px; padding: 20px 20px 20px 24px; border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16); backdrop-filter: blur(10px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
}
.option.brief-option:not(.option-illu):not(.option-check)::before { content: none; display: none; }
.option.brief-option:hover { border-color: rgba(255, 255, 255, 0.34); }
.brief-option .option-text { flex: 1; gap: 4px; }
.brief-option .option-label { font-size: 18px; font-weight: 700; letter-spacing: -0.02em; }
.brief-num {
  flex: none; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; border: 1px solid rgba(255, 255, 255, 0.28);
  font-family: "Spline Sans Mono", monospace; font-size: 13px; color: var(--text-2); transition: background .16s, color .16s, border-color .16s;
}
.option.brief-option.selected {
  border-color: rgba(200, 215, 240, 0.85);
  background: linear-gradient(180deg, rgba(167, 189, 230, 0.20), rgba(74, 109, 170, 0.08));
  box-shadow: 0 0 0 1px rgba(200, 215, 240, 0.45), 0 0 38px -6px var(--bleu-glow), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.brief-option.selected .brief-num { background: var(--text); color: #0a0a0d; border-color: transparent; font-weight: 600; }
.brief-repris { margin: 16px 0 0; font-size: 13.5px; color: var(--text-3); }
.brief-pied { display: flex; justify-content: center; }
.brief-pied .btn[hidden] { display: none; }
.brief > .brief-marque { position: sticky; bottom: 16px; margin: 34px 0 0; display: flex; justify-content: center; pointer-events: none; }
.brief-marque span {
  padding: 10px 22px; border-radius: 999px; border: 1px solid var(--line-2); background: rgba(20, 21, 26, 0.72); backdrop-filter: blur(12px);
  font-weight: 600; font-size: 15px; box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.6);
}

/* Sur ordinateur : la même mise en page en plus compact, pour que les 5 choix tiennent à l'écran sans défiler */
@media (min-width: 900px) {
  .brief { max-width: 540px; padding-top: 0; }
  .brief-rond { width: 38px; height: 38px; }
  .brief-rond svg { width: 18px; height: 18px; }
  .brief-pastille { padding: 8px 14px; font-size: 13px; }
  .brief-compte { font-size: 12px; }
  .brief-barre { margin: 14px 0 20px; gap: 8px; }
  .brief-icone { width: 60px; height: 60px; margin-bottom: 14px; border-radius: 19px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 14px 40px -16px var(--bleu-glow), 0 0 0 6px rgba(167, 189, 230, 0.05); }
  .brief-icone svg { width: 27px; height: 27px; }
  .brief .stage-kicker { margin-bottom: 8px; font-size: 11px; }
  .brief .stage-title-q { font-size: 30px; }
  .brief .options { margin-top: 20px; gap: 10px; }
  .option.brief-option { min-height: 0; padding: 13px 16px 13px 20px; border-radius: 16px; }
  .brief-option .option-text { gap: 2px; }
  .brief-option .option-label { font-size: 16px; }
  .brief-option .option-detail { font-size: 13px; }
  .brief-num { width: 25px; height: 25px; border-radius: 7px; font-size: 12px; }
  .brief > .brief-fond { top: 150px; font-size: 260px; }
  .brief-repris { margin-top: 12px; font-size: 13px; }
  .brief-pied .btn { margin-top: 18px; }
  .brief > .brief-marque { bottom: 12px; margin-top: 22px; }
  .brief-marque span { padding: 8px 18px; font-size: 14px; }
}

/* Écrans peu hauts (portable avec barres du navigateur) : encore un cran plus compact */
@media (min-width: 900px) and (max-height: 820px) {
  .brief-barre { margin: 10px 0 14px; }
  .brief-icone { width: 46px; height: 46px; margin-bottom: 10px; border-radius: 15px; }
  .brief-icone svg { width: 22px; height: 22px; }
  .brief .stage-kicker { margin-bottom: 6px; }
  .brief .stage-title-q { font-size: 26px; }
  .brief .options { margin-top: 14px; gap: 8px; }
  .option.brief-option { padding: 10px 14px 10px 18px; border-radius: 14px; }
  .brief-option .option-label { font-size: 15px; }
  .brief-option .option-detail { font-size: 12.5px; }
  .brief-num { width: 23px; height: 23px; }
  .brief > .brief-fond { top: 120px; font-size: 220px; }
  .brief-pied .btn { margin-top: 12px; }
  .brief > .brief-marque { margin-top: 12px; }
}

.espace-objectif { border-radius: 18px; }
.espace-objectif + .espace-objectif { margin-top: 10px; margin-left: 0; }
@media (min-width: 720px) { .espace-objectif + .espace-objectif { margin-left: 10px; } }

/* Curseur d'objectif dans les 5 questions : même carte de verre que les choix */
.brief .curseur {
  margin-top: 30px; max-width: none; text-align: left; padding: 24px 24px 22px; border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16); backdrop-filter: blur(10px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
}
.brief .curseur-note { font-size: 14.5px; }
@media (min-width: 900px) {
  .brief .curseur { margin-top: 18px; padding: 16px 20px 16px; border-radius: 16px; }
  .brief .curseur-montant { font-size: 36px; }
  .brief .curseur-palier { font-size: 11px; padding: 5px 11px; }
  .brief .curseur-rail { margin: 16px 0 8px; }
  .brief .curseur-note { margin-top: 12px; padding-top: 12px; font-size: 14px; }
  .brief .curseur-calcul { margin-top: 6px; font-size: 13px; }
}
@media (min-width: 900px) and (max-height: 820px) {
  .brief .curseur { margin-top: 12px; padding: 12px 18px; }
  .brief .curseur-montant { font-size: 30px; }
  .brief .curseur-rail { margin: 12px 0 6px; }
  .brief .curseur-note { margin-top: 8px; padding-top: 8px; }
}

.brief > .brief-fond { width: max-content; white-space: nowrap; }   /* la boîte épouse le chiffre : le faisceau le recouvre en entier */
/* Faisceau de lumière qui glisse sur le grand numéro : un second contour, plus clair, visible seulement dans la bande qui passe */
.brief-fond::before, .brief-fond::after {
  content: attr(data-n); position: absolute; inset: 0; pointer-events: none;
  -webkit-mask-image: linear-gradient(105deg, transparent 0%, transparent 36%, #000 50%, transparent 64%, transparent 100%);
  mask-image: linear-gradient(105deg, transparent 0%, transparent 36%, #000 50%, transparent 64%, transparent 100%);
  -webkit-mask-size: 260% 100%; mask-size: 260% 100%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: 100% 0; mask-position: 100% 0;
  animation: faisceau 8s ease-in-out infinite;
}
.brief-fond::after { color: transparent; -webkit-text-stroke: 2px rgba(214, 226, 250, 0.62); }
.brief-fond::before { color: rgba(167, 189, 230, 0.08); -webkit-text-stroke: 0; filter: blur(10px); }   /* halo doux derrière le contour */
@keyframes faisceau {
  0% { -webkit-mask-position: 100% 0; mask-position: 100% 0; }
  100% { -webkit-mask-position: 0% 0; mask-position: 0% 0; }
}
@media (prefers-reduced-motion: reduce) {
  .brief-fond::before, .brief-fond::after { animation: none; -webkit-mask-position: 50% 0; mask-position: 50% 0; }
}

/* Grand numéro derrière les questions du sondage (même chiffre en contour et même faisceau que dans les 5 questions) */
.stage.avec-numero { position: relative; isolation: isolate; }
.avec-numero > .brief-fond {
  position: absolute; z-index: -1; left: auto; right: -8px; top: 34px; transform: none; margin: 0; width: max-content; white-space: nowrap; pointer-events: none; user-select: none;
  font-family: "Bricolage Grotesque", "Instrument Sans", sans-serif; font-weight: 800; font-size: clamp(190px, 46vw, 300px); line-height: .8; letter-spacing: -0.05em;
  color: transparent; -webkit-text-stroke: 2px rgba(167, 189, 230, 0.12);
}
@media (min-width: 900px) { .avec-numero > .brief-fond { right: 10px; top: 40px; font-size: 300px; } }
.brief-rond-vide { visibility: hidden; }

/* Écran « Générer mon site » */
.gen-page { padding-top: 56px; }
.gen-page .brief-icone { margin-bottom: 20px; }
.gen-page .stage-lede { margin-left: auto; margin-right: auto; }
.gen-page .pg-gen { max-width: 520px; margin: 30px auto 0; text-align: left; }
.gen-actions { margin-top: 26px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.gen-actions .btn { margin-top: 0; }

/* Page d'accueil abonné : deux boutons simples */
.espace-boutons { margin-top: 30px; display: flex; flex-direction: column; gap: 12px; max-width: 380px; }
.espace-boutons .btn { margin-top: 0; width: 100%; justify-content: center; }

/* Écran de création : maquette qui se construit + fil d'activité */
.gen-page { max-width: 960px; }
.gen-page .stage-lede { max-width: 52ch; }
.gen-scene { margin: 28px auto 0; display: grid; gap: 18px; max-width: 900px; text-align: left; }
@media (min-width: 900px) { .gen-scene { grid-template-columns: 1fr 1fr; align-items: stretch; } }
.gen-scene .pg-gen { margin: 0; max-width: none; }
.maquette {
  position: relative; display: flex; flex-direction: column; border: 1px solid var(--line-2); border-radius: 18px; overflow: hidden;
  background: linear-gradient(180deg, var(--bg-2), var(--bg-1)); box-shadow: var(--edge), 0 24px 60px -30px var(--bleu-glow);
}
.maq-barre { display: flex; align-items: center; gap: 6px; padding: 11px 14px; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.03); }
.maq-barre i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255, 255, 255, 0.16); }
.maq-barre span { margin-left: 10px; flex: 1; padding: 4px 12px; border-radius: 999px; background: rgba(255, 255, 255, 0.05); font-family: "Spline Sans Mono", monospace; font-size: 11px; color: var(--text-3); }
.maq-page { flex: 1; display: grid; align-content: start; gap: 10px; padding: 18px; min-height: 230px; }
.maq-el { border-radius: 8px; background: rgba(167, 189, 230, 0.13); opacity: 0; transform: translateY(8px) scale(.98); transition: opacity .5s ease, transform .5s ease; }
.maq-el.on { opacity: 1; transform: none; }
.maq-nav { height: 12px; width: 100%; background: linear-gradient(90deg, rgba(167, 189, 230, 0.22) 22%, transparent 22% 70%, rgba(167, 189, 230, 0.22) 70%); border-radius: 6px; }
.maq-titre { height: 16px; width: 82%; background: rgba(238, 240, 243, 0.28); }
.maq-court { width: 56%; }
.maq-btn { height: 26px; width: 34%; background: var(--bleu-2); border-radius: 999px; }
.maq-img { height: 64px; background: linear-gradient(135deg, rgba(74, 109, 170, 0.32), rgba(167, 189, 230, 0.10)); }
.maq-cartes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.maq-cartes .maq-el { height: 40px; }
.maq-form { height: 30px; border: 1px dashed rgba(167, 189, 230, 0.4); background: transparent; }
.maq-pied { height: 10px; width: 100%; background: rgba(255, 255, 255, 0.10); }
.maq-legende { margin: 0; padding: 0 18px 12px; font-size: 11.5px; color: var(--text-3); }
.gen-feed { list-style: none; margin: 4px 0 0; padding: 0; height: 210px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; gap: 7px;
  -webkit-mask-image: linear-gradient(transparent 0, #000 32%); mask-image: linear-gradient(transparent 0, #000 32%); }
.gen-feed li { display: flex; align-items: baseline; gap: 10px; font-size: 14px; color: var(--text-2); animation: rise .35s cubic-bezier(.2, .7, .3, 1) both; }
.gen-feed .feed-t { flex: none; font-family: "Spline Sans Mono", monospace; font-size: 11.5px; color: var(--text-3); }
.gen-feed .feed-puce { flex: none; align-self: center; width: 8px; height: 8px; border-radius: 50%; background: var(--bleu-2); transition: background .3s; }
.gen-feed li.encours { color: var(--text); }
.gen-feed li.encours .feed-puce { background: transparent; border: 1.5px solid var(--bleu-3); animation: respire 1.2s ease-in-out infinite; }
.gen-feed li.fait .feed-puce { background: var(--bleu-2); }
@media (prefers-reduced-motion: reduce) { .gen-feed li, .maq-el { animation: none; transition: none; } }


/* Écran de création sur téléphone : tout plus compact, pour voir la maquette et le fil d'activité ensemble */
@media (max-width: 899px) {
  .gen-page { padding-top: 22px; }
  .gen-page .brief-icone { width: 54px; height: 54px; margin-bottom: 10px; border-radius: 17px; box-shadow: 0 10px 30px -14px var(--bleu-glow), 0 0 0 5px rgba(167, 189, 230, 0.05); }
  .gen-page .brief-icone svg { width: 25px; height: 25px; }
  .gen-page .stage-kicker { margin-bottom: 6px; }
  .gen-page .stage-lede { display: none; }
  .gen-scene { margin-top: 16px; gap: 12px; }
  .maq-barre { padding: 8px 12px; }
  .maq-page { min-height: 0; padding: 12px; gap: 7px; }
  .maq-titre { height: 12px; }
  .maq-btn { height: 20px; }
  .maq-img { height: 36px; }
  .maq-cartes .maq-el { height: 24px; }
  .maq-form { height: 22px; }
  .maq-legende { display: none; }
  .gen-scene .pg-gen { padding: 18px 16px; gap: 14px; }
  .gen-feed { height: 138px; }
}
