@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap');

/* ══════════════════════════════════════
   PROPULSEUR — Design System
   Servi par toutes les pages : /assets/base.css

   Les valeurs viennent des blocs "custom code" de la page GHL
   (go.propulseur.io/ws-lp), relevées le 2026-07-17. C'est la
   source de vérité du rendu : ne pas réinventer, relever.
   ══════════════════════════════════════ */

:root {
  --dark-teal: #08272A;
  --dark-teal-haut: #0A3538;   /* haut du dégradé de la carte sombre */
  --teal: #528C8D;
  --corail: #EA7276;
  --or: #B29F32;
  --or-light: #C4B44A;
  --ink: #1a1a1a;
  --rouge-groupe: #e93d3d;
  --bleu-groupe: #188bf6;
  --soft-border: #e0e0e0;
}

/* ── Fondation ─────────────────────────
   Hors du thème il n'y a plus rien : la page doit poser
   son propre corps, son conteneur et son rythme. */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 20px;      /* GHL : corps Roboto 20px. Mesure sur go.propulseur.io/ws-lp. */
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

/* GHL lit dans une colonne de 604px. 604 + 2x24 de marge = 652. */
.wrap {
  max-width: 652px;
  margin: 0 auto;
  padding: 0 24px;
}

section { padding: 64px 0; }
section > .wrap > *:first-child { margin-top: 0; }

p { margin: 0 0 1.25em; }

h1 { font-size: clamp(1.9rem, 5vw, 2.7rem); margin: 0 0 0.6em; }
h2 { font-size: clamp(1.45rem, 3.6vw, 2rem); }
h3 { font-size: clamp(1.15rem, 2.6vw, 1.4rem); }

img { max-width: 100%; height: auto; display: block; }
section img { margin: 32px auto; border-radius: 8px; }

a { color: var(--teal); }

h1, h2, h3, .display {
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.4;
  color: var(--dark-teal);
}

/* Titre de section : GHL = Georgia 30px, centré, 750px.
   Pas de barre sous le titre : la respiration vient de .sep
   et l'emphase du .stabilo posé sur un mot. */
.section-heading {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-teal);
  line-height: 1.4;
  text-align: center;
  max-width: 750px;
  margin: 0 auto 2rem;
}
@media (max-width: 640px) { .section-heading { font-size: 26px; } }

/* Les gros titres de GHL (hero, "Sur n'importe quel marché") : 42px. */
.section-heading.big { font-size: 42px; }
@media (max-width: 640px) { .section-heading.big { font-size: 30px; } }

/* "Je vous dévoile..." : titre sur bande dorée pleine (GHL). */
.section-heading.bande-or {
  background: var(--or); color: #fff;
  padding: 28px 40px; border-radius: 12px; max-width: none;
}
@media (max-width: 640px) { .section-heading.bande-or { padding: 22px 24px; } }

/* Sections grises (histoire 2014, FAQ, bio) : chez GHL le gris n'est PAS
   pleine largeur, c'est un encadré arrondi CONTENU dans la colonne (~594px).
   On habille donc le .wrap, pas la section. */
.band > .wrap {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 48px;
  max-width: 680px;   /* 680 - 2x48 = 584px de contenu, la largeur GHL */
}
@media (max-width: 640px) { .band > .wrap { padding: 28px 22px; } }

.lead { font-size: 1.15rem; line-height: 1.75; }
.text-muted { color: #8a8279; }
.text-accent { color: var(--corail); }

.pull-quote {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.5;
  margin: 12px 0 8px;
}

/* GHL : ces lignes d'accent sont a la taille du corps (20px), pas un gros titre. */
.punch {
  font-size: 20px;
  font-weight: 400;
  color: var(--corail);
  margin: 0 0 48px;
}

/* ── Les trois cartes ──────────────────
   Même géométrie, l'ombre reprend la teinte du fond.
   Chacune a un rôle repéré dans la page GHL. */

.card-or, .card-corail, .loi {
  border-radius: 20px;
  padding: 48px;
  margin: 24px 0;
  font-size: 20px;
  line-height: 1.75;
}
@media (max-width: 640px) {
  .card-or, .card-corail, .loi { padding: 28px 22px; font-size: 17px; }
}

.card-or > *:last-child,
.card-corail > *:last-child { margin-bottom: 0; }

/* L'encadré des 3 cases, et l'objectif du workshop */
.card-or {
  background: linear-gradient(160deg, #FDFBF3, #F5EFD8);
  color: var(--ink);
  box-shadow: 0 12px 40px rgba(178, 159, 50, 0.1), 0 4px 12px rgba(178, 159, 50, 0.05);
}

/* La section diagnostic */
.card-corail {
  background: linear-gradient(160deg, #FDF5F4, #F8E4E2);
  color: var(--ink);
  box-shadow: 0 12px 40px rgba(234, 114, 118, 0.1), 0 4px 12px rgba(234, 114, 118, 0.05);
}

/* La carte sombre : la loi du marché. Un seul bloc dans la page. */
.loi {
  background: linear-gradient(160deg, var(--dark-teal-haut), var(--dark-teal));
  color: #fff;
  max-width: 680px;
  margin: 24px auto;
  text-align: center;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  box-shadow: 0 12px 40px rgba(8, 39, 42, 0.2), 0 4px 12px rgba(8, 39, 42, 0.1);
}
@media (max-width: 640px) { .loi { font-size: 19px; } }

/* Pastille numérotée : elle prend la couleur de sa carte.
   Défaut (et carte crème) : cercle sombre, chiffre doré. */
.num-item { display: flex; gap: 8px; align-items: flex-start; margin: 24px 0; }
.num-item .num {
  flex-shrink: 0; width: 40px; height: 40px; min-width: 40px; border-radius: 50%;
  background-color: var(--dark-teal); color: var(--or);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700; font-size: 18px; line-height: 1;
  box-shadow: 0 2px 8px rgba(8, 39, 42, 0.25);
}

/* Dans la carte corail : cercle corail, chiffre blanc. */
.card-corail .num-item .num {
  background-color: var(--corail); color: #fff;
  font-family: Montserrat, -apple-system, sans-serif;
  box-shadow: 0 2px 8px rgba(234, 114, 118, 0.3);
}

/* Aparté : une remarque en retrait dans le fil du discours. */
.callout {
  border-left: 3px solid var(--teal);
  padding-left: 20px;
  margin: 24px 0;
  font-style: italic;
  color: #8a8279;
}

/* Le bloc corail plein : la date du workshop. */
.date-block {
  display: block;
  background-color: var(--corail);
  color: #fff;
  padding: 32px 48px;
  border-radius: 12px;
  margin: 32px 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  font-style: normal;
}
@media (max-width: 640px) { .date-block { font-size: 24px; padding: 24px 22px; } }

/* Emphases sur un mot (.circled, .stabilo, .underline-pen) :
   elles vivent dans shared/components/hand-drawn-effects.css,
   qui est concaténé après ce fichier. Ne pas les redéfinir ici :
   les deux styles s'empilent sur le même mot au lieu de se remplacer. */

/* Séparateur : trait corail centré. */
.sep { width: 40px; height: 3px; background: var(--corail); margin: 24px auto 20px; border-radius: 2px; }

.btn-primary {
  display: inline-block; background: var(--corail); color: white;
  font-weight: 600; font-size: 1.05rem;
  padding: 1rem 2.5rem; border-radius: 6px; text-decoration: none;
  transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(234,114,118,0.25);
}
.btn-primary:hover {
  background: #d4585c; transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(234,114,118,0.35);
}

.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: rgba(8,39,42,0.95); backdrop-filter: blur(10px);
  padding: 0.8rem 1.5rem; display: flex; align-items: center;
  justify-content: center; gap: 1.5rem; z-index: 100;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.sticky-cta.visible { transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(15px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── Composants de page ──────────────── */

/* Hero : GHL affiche WORKSHOP LIVE en Georgia doré, pas en petites capitales. */
.eyebrow {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 30px; font-weight: 700; letter-spacing: .02em;
  text-transform: uppercase; color: var(--or); margin: 0 0 .6em;
}
@media (max-width: 640px) { .eyebrow { font-size: 24px; } }
.kicker {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 25px; color: var(--dark-teal); margin: 0 0 .8em;
  font-style: italic; font-weight: 600;
}
#hero { padding-top: 72px; text-align: center; }
#hero .lead.hero-sub { max-width: 34em; margin: 0 auto 2.2em; font-size: 24px; font-weight: 600; color: var(--dark-teal); }
#hero em { color: var(--corail); font-style: italic; }
/* "plus de visibilite" : italique sombre chez GHL, pas corail, pas de cercle. */
#hero em.tq-dark { color: var(--dark-teal); }
.hero-meta { margin-top: 1.4em; font-size: .92rem; color: #8a8279; }

/* Listes */
ul.dash, ul.cross, ul.bullets, ul.checks { list-style: none; padding-left: 0; margin: 0 0 1.25em; }
ul.dash li, ul.cross li, ul.bullets li, ul.checks li {
  position: relative; padding-left: 1.5em; margin-bottom: .5em;
}
ul.dash li::before    { content: "—"; position: absolute; left: 0; color: var(--teal); }
ul.bullets li::before { content: "•"; position: absolute; left: .3em; color: var(--teal); }
ul.cross li::before   { content: "✕"; position: absolute; left: 0; color: var(--corail); font-weight: 700; }
ul.checks li          { padding-left: 1.9em; margin-bottom: 1em; }
ul.checks li::before  { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 700; font-size: 1.15em; }

/* Les 2 groupes : badges empilés et centrés, rouge puis bleu. */
.groupes { margin: 28px 0; text-align: center; }
.groupe { margin: 0 0 32px; }
.groupe p:last-child { margin-bottom: 0; }
.groupe-n {
  display: inline-block; color: #fff;
  font-weight: 700; font-size: 1.05rem; letter-spacing: .08em;
  text-transform: uppercase;
  padding: 14px 40px; border-radius: 6px; margin: 0 0 1em;
}
.groupe:nth-of-type(1) .groupe-n { background: var(--rouge-groupe); }
.groupe:nth-of-type(2) .groupe-n { background: var(--bleu-groupe); }

/* Étapes du workshop */
.etape { margin: 0 0 44px; }
.etape h3 { margin: 0 0 .7em; font-size: 28px; }
.etape-n {
  display: inline-block; background: var(--or); color: #fff;
  font-family: -apple-system, sans-serif; font-size: .7rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 4px; margin-right: 10px;
  vertical-align: middle;
}

/* FAQ : entête sur barre sombre, questions sombres centrées (GHL). */
.faq-header {
  background: var(--dark-teal); color: #fff;
  font-family: Georgia, 'Times New Roman', serif; font-size: 28px; font-weight: 700;
  text-align: center; padding: 22px 28px; border-radius: 10px; margin: 0 0 2rem; font-size: 28px;
}
.qa { margin: 0 0 40px; }
.qa h3 { margin: 0 0 .6em; color: var(--dark-teal); text-align: center; font-size: 30px; }

/* Bio : robin.webp est un montage large (1200x503), pas un portrait.
   Le plafonner le rend illisible. Il s'affiche en pleine largeur. */

/* Paiement */
.paiement-todo {
  background: #fff; border: 2px dashed var(--corail);
  border-radius: 10px; padding: 28px 26px; text-align: center;
}
.paiement-todo .btn-primary { margin-top: 12px; }
.secure { text-align: center; font-size: .82rem; margin-top: 1.5em; }

/* Footer : fond clair, texte sombre, centré (GHL). */
#footer { background: #fff; color: var(--ink); padding: 40px 0; text-align: center; border-top: 1px solid var(--soft-border); }
#footer .brand { font-family: Georgia, serif; color: var(--dark-teal); font-size: 11px; margin: 0 0 1em; }
#footer .legal { list-style: none; padding: 0; margin: 0; display: flex; gap: 24px; justify-content: center; font-size: 11px; }
#footer .legal a { color: #6b6b6b; font-size: 11px; }

/* Page racine : placeholder tant que le site n'existe pas. */
.page-attente {
  min-height: 100vh; display: grid; place-items: center;
  background: var(--dark-teal); color: #fff;
  text-align: center; padding: 24px;
}
.page-attente h1 { font-size: 26px; margin: 0 0 10px; color: #fff; letter-spacing: -.01em; }
.page-attente p  { color: #9fbcbd; margin: 0; font-size: 15px; }
.page-attente a  { color: var(--or-light); }

/* Le sticky CTA masque le bas de page */
body { padding-bottom: 72px; }
.sticky-cta span { color: #fff; font-size: .92rem; }
.sticky-cta .btn-primary { padding: .6rem 1.5rem; font-size: .95rem; }
@media (max-width: 560px) { .sticky-cta span { display: none; } }
/* ══════════════════════════════════════
   EFFETS "TRACE A LA MAIN"
   Ajouter dans GHL Custom CSS (apres base.css)

   Usage :
     <span class="circled">mot</span>           → cercle corail
     <span class="circled teal">mot</span>      → cercle teal
     <span class="stabilo">mot</span>           → surligneur corail
     <span class="stabilo jaune">mot</span>     → surligneur jaune
     <span class="underline-pen">mot</span>     → trait fin corail
     <span class="underline-pen or">mot</span>  → trait fin or

   Variantes de couleur (ajoutables sur les 3 effets) :
     (defaut)  → corail #EA7276
     .teal     → #528C8D
     .or       → #B29F32
     .dark     → #08272A
     .jaune    → #f5c842 (stabilo uniquement)
   ══════════════════════════════════════ */

/* ------- CERCLE ------- */

.circled {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.circled::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 130%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 80'%3E%3Cpath d='M 22,38 C 18,12 60,3 105,5 C 155,3 190,16 187,42 C 184,65 148,78 100,76 C 48,78 12,63 16,40 C 18,30 32,22 50,20' fill='none' stroke='%23EA7276' stroke-width='2.2' stroke-linecap='round' opacity='0.8'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.circled.teal::after  { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 80'%3E%3Cpath d='M 22,38 C 18,12 60,3 105,5 C 155,3 190,16 187,42 C 184,65 148,78 100,76 C 48,78 12,63 16,40 C 18,30 32,22 50,20' fill='none' stroke='%23528C8D' stroke-width='2.2' stroke-linecap='round' opacity='0.8'/%3E%3C/svg%3E"); }
.circled.or::after    { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 80'%3E%3Cpath d='M 22,38 C 18,12 60,3 105,5 C 155,3 190,16 187,42 C 184,65 148,78 100,76 C 48,78 12,63 16,40 C 18,30 32,22 50,20' fill='none' stroke='%23B29F32' stroke-width='2.2' stroke-linecap='round' opacity='0.8'/%3E%3C/svg%3E"); }
.circled.dark::after  { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 80'%3E%3Cpath d='M 22,38 C 18,12 60,3 105,5 C 155,3 190,16 187,42 C 184,65 148,78 100,76 C 48,78 12,63 16,40 C 18,30 32,22 50,20' fill='none' stroke='%2308272A' stroke-width='2.2' stroke-linecap='round' opacity='0.8'/%3E%3C/svg%3E"); }

/* ------- STABILO ------- */

.stabilo {
  position: relative;
  display: inline;
}
.stabilo::after {
  content: '';
  position: absolute;
  bottom: 0; left: -3%;
  width: 106%; height: 40%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 20'%3E%3Cpath d='M 1,10 C 30,6 70,14 110,8 C 145,5 170,12 199,9' fill='none' stroke='%23EA7276' stroke-width='18' stroke-linecap='round' opacity='0.25'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.stabilo.jaune::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 20'%3E%3Cpath d='M 1,10 C 30,6 70,14 110,8 C 145,5 170,12 199,9' fill='none' stroke='%23f5c842' stroke-width='18' stroke-linecap='round' opacity='0.45'/%3E%3C/svg%3E"); }
.stabilo.teal::after  { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 20'%3E%3Cpath d='M 1,10 C 30,6 70,14 110,8 C 145,5 170,12 199,9' fill='none' stroke='%23528C8D' stroke-width='18' stroke-linecap='round' opacity='0.25'/%3E%3C/svg%3E"); }
.stabilo.or::after    { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 20'%3E%3Cpath d='M 1,10 C 30,6 70,14 110,8 C 145,5 170,12 199,9' fill='none' stroke='%23B29F32' stroke-width='18' stroke-linecap='round' opacity='0.25'/%3E%3C/svg%3E"); }
.stabilo.dark::after  { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 20'%3E%3Cpath d='M 1,10 C 30,6 70,14 110,8 C 145,5 170,12 199,9' fill='none' stroke='%2308272A' stroke-width='18' stroke-linecap='round' opacity='0.25'/%3E%3C/svg%3E"); }

/* ------- TRAIT FIN ONDULE ------- */

.underline-pen {
  position: relative;
  display: inline;
  white-space: nowrap;
}
.underline-pen::after {
  content: '';
  position: absolute;
  bottom: -2px; left: -2%;
  width: 104%; height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12'%3E%3Cpath d='M 2,8 C 40,4 80,9 120,5 C 155,3 175,7 198,6' fill='none' stroke='%23EA7276' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.underline-pen.teal::after  { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12'%3E%3Cpath d='M 2,8 C 40,4 80,9 120,5 C 155,3 175,7 198,6' fill='none' stroke='%23528C8D' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E"); }
.underline-pen.or::after    { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12'%3E%3Cpath d='M 2,8 C 40,4 80,9 120,5 C 155,3 175,7 198,6' fill='none' stroke='%23B29F32' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E"); }
.underline-pen.dark::after  { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12'%3E%3Cpath d='M 2,8 C 40,4 80,9 120,5 C 155,3 175,7 198,6' fill='none' stroke='%2308272A' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E"); }
