/* ============================================================================
   Men In Bot Agency — feuille de style
   Reprend la charte du site source : fond crème, titres Anton capitales,
   bleu #0066FF pour l'action, cartes blanches à bord doux.
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Anton&family=Archivo+Black&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600;700&display=swap");

:root {
  --bg:        #fffcf3;
  --bg-alt:    #f7faff;
  --ink:       #14181f;
  --muted:     #6a7181;
  --blue:      #0066ff;
  --blue-dark: #0049b8;
  --blue-soft: #e8f1ff;
  --orange:    #faa857;
  --green:     #16a34a;
  --green-soft:#e9f9ef;
  --red:       #e23d3d;
  --red-soft:  #fdeceb;
  --card:      #ffffff;
  --border:    #e6e3d9;
  --border-2:  #d5d2c6;
  --radius:    16px;
  --shadow:    0 1px 2px rgba(20, 24, 31, .04), 0 8px 28px rgba(20, 24, 31, .06);
  --shadow-lg: 0 18px 50px rgba(20, 24, 31, .12);
  --max:       1200px;
}

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

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

body {
  margin: 0;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4, .display {
  font-family: Anton, "Archivo Black", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: 1.02;
  margin: 0;
}

p { margin: 0 0 1rem; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.section-tight { padding: 56px 0; }
.center { text-align: center; }
.muted { color: var(--muted); }

/* ── Étiquette de section ───────────────────────────────────────────────── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Bebas Neue", sans-serif;
  font-size: .82rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted);
  background: #fff; border: 1px solid var(--border);
  border-radius: 999px; padding: 7px 16px;
  box-shadow: var(--shadow);
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); flex: none; }
.eyebrow.blue { color: var(--blue); }
.eyebrow.blue .dot { background: var(--blue); }

.section-title { font-size: clamp(1.9rem, 4vw, 3rem); margin: 20px 0 14px; }
.section-sub { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: 1.05rem; }

/* ── Boutons ────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: Anton, sans-serif; text-transform: uppercase; letter-spacing: .04em;
  font-size: 1.02rem;
  padding: 17px 30px; border-radius: 12px; border: 0; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn-primary {
  background: var(--blue); color: #fff;
  box-shadow: 0 8px 24px rgba(0, 102, 255, .3);
}
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); }
.btn-ghost {
  background: #fff; color: var(--ink); border: 1px solid var(--border-2);
}
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { transform: translateY(-2px); }
.btn-block { width: 100%; }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }

/* ── En-tête ────────────────────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255, 252, 243, .88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(230, 227, 217, .8);
}
.header-inner { display: flex; align-items: center; gap: 24px; height: 76px; }
.brand { display: flex; align-items: center; gap: 10px; flex: none; }
.brand img { height: 55px; width: auto; }
.brand-name { font-family: Anton, sans-serif; font-size: 1.05rem; letter-spacing: .02em; line-height: 1; }
.brand-name small { display: block; font-family: "Bebas Neue", sans-serif; font-size: .68rem;
  letter-spacing: .22em; color: var(--muted); }
.nav { display: flex; gap: 30px; margin: 0 auto; }
.nav a {
  font-family: "Bebas Neue", sans-serif; font-size: .96rem; letter-spacing: .11em;
  text-transform: uppercase; color: var(--muted); padding: 6px 0;
  border-bottom: 2px solid transparent; transition: color .15s;
}
.nav a:hover { color: var(--ink); }
.nav a.actif { color: var(--ink); border-bottom-color: var(--blue); }
.header-cta { flex: none; display: flex; align-items: center; gap: 12px; }
.header-cta .btn { padding: 12px 20px; font-size: .9rem; }
.burger {
  display: none; background: #fff; border: 1px solid var(--border-2);
  border-radius: 10px; width: 44px; height: 44px; cursor: pointer; font-size: 1.2rem;
}

/* ── Héros ──────────────────────────────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(115deg, #fffcf3 0%, #fffdf7 42%, #f0f6ff 100%);
  padding: 72px 0 84px;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.hero h1 { font-size: clamp(2.4rem, 5.2vw, 4.15rem); }
.hero h1 .bleu { color: var(--blue); display: block; }
.hero-lead { font-size: 1.12rem; color: #3c424e; margin: 26px 0 18px; max-width: 560px; }
.hero-points { list-style: none; padding: 0; margin: 0 0 32px; display: grid; gap: 11px; }
.hero-points li { display: flex; align-items: flex-start; gap: 11px; font-size: 1.04rem; }
.hero-points svg { flex: none; margin-top: 3px; color: var(--blue); }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.hero-note { font-family: "Bebas Neue", sans-serif; letter-spacing: .12em; font-size: .9rem;
  color: var(--muted); line-height: 1.35; max-width: 190px; }
.hero-note b { display: block; color: var(--blue); font-family: "DM Sans", sans-serif;
  font-weight: 700; letter-spacing: 0; }
.hero-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 36px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; background: #fff;
  border: 1px solid var(--border); border-radius: 999px; padding: 9px 16px;
  font-size: .86rem; font-weight: 500; box-shadow: var(--shadow);
}
.hero-visuel { position: relative; display: flex; justify-content: center; align-items: center; min-height: 480px; }
.hero-visuel > img {
  position: relative; width: auto; max-width: 100%; max-height: 560px;
  filter: drop-shadow(0 24px 40px rgba(20, 24, 31, .18));
}
/* Halo doux derrière le logo détouré : il détache le visuel du fond crème
   sans réintroduire le carré gris de l'image d'origine. */
.hero-halo {
  position: absolute; width: 74%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,102,255,.16) 0%, rgba(0,102,255,.06) 45%, transparent 70%);
  filter: blur(6px);
}
.hero-filigrane {
  position: absolute; right: 2%; bottom: 4%; font-family: Anton, sans-serif;
  font-size: 11rem; color: rgba(20, 24, 31, .05); line-height: .8; pointer-events: none; user-select: none;
}
.carte-flottante {
  position: absolute; top: 4%; left: -6%;
  background: #fff; border: 1px solid var(--border); border-radius: 14px;
  padding: 12px 18px; display: flex; align-items: center; gap: 12px;
  box-shadow: var(--shadow-lg); animation: flotte 3.6s ease-in-out infinite;
}
@keyframes flotte { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.carte-flottante .pastille {
  width: 34px; height: 34px; border-radius: 50%; background: var(--blue); color: #fff;
  display: grid; place-items: center; flex: none;
}
.carte-flottante small { display: block; font-family: "Bebas Neue", sans-serif;
  letter-spacing: .14em; color: var(--muted); font-size: .72rem; }
.carte-flottante b { font-size: .92rem; }

/* ── Cartes génériques ──────────────────────────────────────────────────── */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow);
}
.card h3 { font-size: 1.22rem; margin-bottom: 10px; }
.card p:last-child { margin-bottom: 0; }

/* ── Calculateur de manque à gagner ─────────────────────────────────────── */
.calc { max-width: 820px; margin: 0 auto; }
.calc-champ { margin-bottom: 26px; }
.calc-champ label { display: flex; justify-content: space-between; align-items: baseline;
  font-size: .95rem; font-weight: 500; margin-bottom: 10px; gap: 16px; }
.calc-champ label b { font-family: Anton, sans-serif; font-size: 1.15rem; color: var(--blue); }
input[type="range"] {
  -webkit-appearance: none; appearance: none; width: 100%; height: 6px;
  border-radius: 999px; background: var(--border-2); outline: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 24px; height: 24px; border-radius: 50%;
  background: var(--blue); cursor: pointer; border: 4px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 102, 255, .45);
}
input[type="range"]::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%; background: var(--blue);
  cursor: pointer; border: 4px solid #fff;
}
.calc-resultats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 30px 0 20px; }
.calc-bloc { border-radius: 14px; padding: 20px; text-align: center; border: 1px solid var(--border); }
.calc-bloc small { display: block; font-family: "Bebas Neue", sans-serif; letter-spacing: .13em;
  color: var(--muted); font-size: .8rem; margin-bottom: 6px; }
.calc-bloc b { font-family: Anton, sans-serif; font-size: 1.9rem; }
.calc-bloc.ok { background: var(--green-soft); } .calc-bloc.ok b { color: var(--green); }
.calc-bloc.ko { background: var(--red-soft); }  .calc-bloc.ko b { color: var(--red); }
.calc-total {
  background: var(--red-soft); border: 2px solid var(--red); border-radius: 16px;
  padding: 26px; text-align: center;
}
.calc-total small { font-family: "Bebas Neue", sans-serif; letter-spacing: .16em; color: var(--red); }
.calc-total .gros { font-family: Anton, sans-serif; font-size: clamp(2.2rem, 6vw, 3.4rem); color: var(--red); line-height: 1; }
.calc-total .petit { font-family: Anton, sans-serif; font-size: 1.3rem; color: var(--red); opacity: .8; }

/* ── Méthode en 3 leviers ───────────────────────────────────────────────── */
.leviers { display: grid; gap: 26px; }
.levier {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow); max-width: 520px;
}
.levier:nth-child(even) { margin-left: auto; }
.levier-tete { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
.levier-num {
  width: 52px; height: 52px; border-radius: 50%; background: var(--blue-soft);
  color: var(--blue); font-family: Anton, sans-serif; font-size: 1.35rem;
  display: grid; place-items: center; flex: none;
}
.levier-tete small { font-family: "Bebas Neue", sans-serif; letter-spacing: .16em;
  color: var(--blue); font-size: .82rem; display: block; }
.levier-tete h3 { font-size: 1.5rem; }
.liste-check { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 10px; }
.liste-check li { display: flex; gap: 10px; align-items: flex-start; font-size: .97rem; }
.liste-check li::before {
  content: "✓"; color: var(--green); font-weight: 700; flex: none; margin-top: 1px;
}

/* ── Tableau comparatif ─────────────────────────────────────────────────── */
.compare-scroll { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--border); background: #fff; }
table.compare { width: 100%; border-collapse: collapse; min-width: 680px; }
table.compare th, table.compare td { padding: 15px 18px; text-align: left; border-bottom: 1px solid var(--border); font-size: .94rem; }
table.compare thead th {
  font-family: "Bebas Neue", sans-serif; letter-spacing: .12em; font-size: .92rem;
  background: #fafaf7; color: var(--muted); position: sticky; top: 0;
}
table.compare thead th.nous { color: var(--blue); }
table.compare td.nous { background: rgba(0, 102, 255, .04); font-weight: 500; }
table.compare tbody tr:last-child td { border-bottom: 0; }
.compare-note { text-align: center; color: var(--muted); font-size: .86rem; margin-top: 14px; }

/* ── Tarifs ─────────────────────────────────────────────────────────────── */
.duree-choix { display: inline-flex; background: #fff; border: 1px solid var(--border);
  border-radius: 999px; padding: 5px; gap: 4px; box-shadow: var(--shadow); }
.duree-choix button {
  border: 0; background: transparent; cursor: pointer; border-radius: 999px;
  padding: 10px 20px; font-family: "Bebas Neue", sans-serif; letter-spacing: .1em;
  font-size: .95rem; color: var(--muted); transition: all .15s;
}
.duree-choix button.actif { background: var(--blue); color: #fff; }
.duree-choix button .remise { font-size: .72rem; opacity: .85; margin-left: 5px; }

.offres { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; margin-top: 36px; }
.offre {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow); position: relative;
}
.offre.vedette {
  border: 1px solid var(--blue);
  box-shadow: 0 0 0 2px var(--blue), 0 20px 46px rgba(0, 102, 255, .16);
}
.offre .ruban {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--blue); color: #fff; font-family: "Bebas Neue", sans-serif;
  letter-spacing: .14em; font-size: .78rem; padding: 5px 16px; border-radius: 999px;
}
.offre h3 { font-size: 1.6rem; }
.offre .prix { font-family: Anton, sans-serif; font-size: 2.9rem; color: var(--blue); line-height: 1.1; margin-top: 10px; }
.offre .prix-detail { color: var(--muted); font-size: .86rem; margin-bottom: 4px; }
.offre .prix-total { font-size: .84rem; color: var(--muted); }
.offre .pilier { font-family: "Bebas Neue", sans-serif; letter-spacing: .1em; color: var(--ink);
  margin: 12px 0 18px; font-size: .95rem; }
.offre .liste-check { margin-top: 18px; }
.offre .liste-check li { font-size: .92rem; }

.option-seo {
  margin-top: 34px; background: linear-gradient(120deg, #f0f6ff, #fffcf3);
  border: 1px solid var(--border); border-radius: var(--radius); padding: 32px;
  display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center;
}
.option-seo .prix { font-family: Anton, sans-serif; color: var(--blue); font-size: 1.6rem; }


/* ── Blog ───────────────────────────────────────────────────────────────── */
.filtres { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 34px; }
.filtres button {
  background: #fff; border: 1px solid var(--border); border-radius: 999px;
  padding: 9px 18px; cursor: pointer; font-family: "Bebas Neue", sans-serif;
  letter-spacing: .1em; font-size: .88rem; color: var(--muted); transition: all .15s;
}
.filtres button.actif, .filtres button:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.article-vedette {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 38px; box-shadow: var(--shadow); margin-bottom: 34px;
}
.article-carte { display: flex; flex-direction: column; height: 100%; }
.article-carte .cat { font-family: "Bebas Neue", sans-serif; letter-spacing: .12em;
  color: var(--blue); font-size: .84rem; margin-bottom: 8px; }
.article-carte h3 { font-size: 1.12rem; margin-bottom: 10px; }
.article-carte .meta { margin-top: auto; padding-top: 14px; color: var(--muted); font-size: .84rem;
  display: flex; gap: 14px; }
.article-corps { max-width: 760px; margin: 0 auto; }
.article-corps h2 { font-size: 1.7rem; margin: 40px 0 14px; }
.article-corps h3 { font-size: 1.25rem; margin: 28px 0 10px; }
.article-corps ul { padding-left: 22px; }
.article-corps li { margin-bottom: 8px; }
.article-corps blockquote {
  border-left: 4px solid var(--blue); background: var(--blue-soft);
  margin: 26px 0; padding: 18px 22px; border-radius: 0 12px 12px 0; font-size: 1.02rem;
}

/* ── FAQ ────────────────────────────────────────────────────────────────── */
.faq-groupe { margin-bottom: 30px; }
.faq-groupe > h3 { font-size: 1.15rem; color: var(--blue); margin-bottom: 14px; }
details.faq {
  background: #fff; border: 1px solid var(--border); border-radius: 12px;
  padding: 0; margin-bottom: 10px; overflow: hidden;
}
details.faq summary {
  cursor: pointer; padding: 18px 22px; font-weight: 600; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--blue); flex: none; line-height: 1; }
details.faq[open] summary::after { content: "−"; }
details.faq .reponse { padding: 0 22px 20px; color: var(--muted); }

/* ── Formulaires ────────────────────────────────────────────────────────── */
.form-carte {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 34px; box-shadow: var(--shadow);
}
.champ { margin-bottom: 18px; }
.champ label { display: block; font-size: .88rem; font-weight: 600; margin-bottom: 7px; }
.champ label .req { color: var(--red); }
.champ input, .champ select, .champ textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--border-2);
  border-radius: 10px; font-family: inherit; font-size: 1rem; color: var(--ink);
  background: #fff; outline: none; transition: border-color .15s, box-shadow .15s;
}
.champ input:focus, .champ select:focus, .champ textarea:focus {
  border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0, 102, 255, .13);
}
.champ textarea { resize: vertical; min-height: 130px; }
.champ .erreur { color: var(--red); font-size: .82rem; margin-top: 5px; display: none; }
.champ.invalide input, .champ.invalide select, .champ.invalide textarea { border-color: var(--red); }
.champ.invalide .erreur { display: block; }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: .82rem; color: var(--muted); text-align: center; margin-top: 14px; }
.form-ok {
  background: var(--green-soft); border: 1px solid var(--green); color: #14532d;
  border-radius: 12px; padding: 18px; margin-bottom: 18px; display: none;
}

/* ── Tunnel « Démarrer » ────────────────────────────────────────────────── */
.tunnel { max-width: 760px; margin: 0 auto; }
.tunnel-barre { height: 6px; background: var(--border); border-radius: 999px; overflow: hidden; margin-bottom: 10px; }
.tunnel-barre span { display: block; height: 100%; background: var(--blue); width: 0; transition: width .35s ease; }
.tunnel-compteur { font-family: "Bebas Neue", sans-serif; letter-spacing: .14em; color: var(--muted);
  font-size: .84rem; text-align: right; margin-bottom: 26px; }
.tunnel-ecran { display: none; }
.tunnel-ecran.actif { display: block; animation: apparait .3s ease; }
@keyframes apparait { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.tunnel-etiquette { font-family: "Bebas Neue", sans-serif; letter-spacing: .18em; color: var(--blue); font-size: .86rem; }
.tunnel-question { font-size: clamp(1.5rem, 3.4vw, 2.2rem); margin: 10px 0 26px; }
.choix { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.choix.deux { grid-template-columns: repeat(2, 1fr); }
.choix button {
  background: #fff; border: 2px solid var(--border); border-radius: 12px;
  padding: 20px 16px; cursor: pointer; font-family: inherit; font-size: 1rem;
  font-weight: 500; color: var(--ink); transition: all .15s; text-align: center;
}
.choix button:hover { border-color: var(--blue); transform: translateY(-2px); }
.choix button.coche { border-color: var(--blue); background: var(--blue-soft); }
.objectifs { display: grid; gap: 12px; }
.objectif {
  background: #fff; border: 2px solid var(--border); border-radius: 12px;
  padding: 20px 22px; cursor: pointer; text-align: left; font-family: inherit;
  transition: all .15s; position: relative;
}
.objectif:hover { border-color: var(--blue); }
.objectif.coche { border-color: var(--blue); background: var(--blue-soft); }
.objectif b { display: block; font-size: 1.05rem; margin-bottom: 5px; }
.objectif span { color: var(--muted); font-size: .93rem; }
.objectif .conseille {
  position: absolute; top: 14px; right: 16px; background: var(--blue); color: #fff;
  font-family: "Bebas Neue", sans-serif; letter-spacing: .12em; font-size: .7rem;
  padding: 3px 10px; border-radius: 999px;
}
.zones { display: grid; grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); gap: 8px;
  max-height: 300px; overflow-y: auto; padding: 4px; border: 1px solid var(--border);
  border-radius: 12px; background: #fff; }
.zones button {
  border: 1px solid var(--border); background: #fff; border-radius: 8px; padding: 9px 6px;
  cursor: pointer; font-family: inherit; font-size: .84rem; transition: all .12s;
}
.zones button.coche { background: var(--blue); color: #fff; border-color: var(--blue); }
.tunnel-pied { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 28px; }
.tunnel-aide { color: var(--muted); font-size: .88rem; }
.recap { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin: 26px 0; }
.recap div { background: #fafaf7; border: 1px solid var(--border); border-radius: 12px; padding: 14px 16px; }
.recap small { display: block; font-family: "Bebas Neue", sans-serif; letter-spacing: .13em;
  color: var(--muted); font-size: .74rem; margin-bottom: 4px; }
.recap b { font-size: .98rem; }
.potentiel {
  background: linear-gradient(120deg, #eaf2ff, #f7faff); border: 1px solid #cfe0fb;
  border-radius: 16px; padding: 32px; text-align: center; margin-bottom: 24px;
}
.potentiel .chiffre { font-family: Anton, sans-serif; font-size: clamp(2.6rem, 8vw, 4.2rem);
  color: var(--blue); line-height: 1; }

/* ── Bandes CTA ─────────────────────────────────────────────────────────── */
.bande-cta {
  background: linear-gradient(120deg, #14181f, #232a37); color: #fff;
  border-radius: 24px; padding: 56px 40px; text-align: center;
}
.bande-cta h2 { font-size: clamp(1.7rem, 4vw, 2.8rem); margin-bottom: 14px; }
.bande-cta p { color: #c3c8d2; max-width: 620px; margin: 0 auto 28px; }
.bande-cta .rassure { display: flex; gap: 26px; justify-content: center; flex-wrap: wrap;
  margin-top: 24px; color: #9aa2b1; font-size: .9rem; }

/* ── Pied de page ───────────────────────────────────────────────────────── */
.site-footer { background: #14181f; color: #9aa2b1; padding: 54px 0 34px; margin-top: 0; }
.footer-haut { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; margin-bottom: 34px; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.site-footer a { color: #9aa2b1; display: block; padding: 5px 0; font-size: .92rem; }
.site-footer a:hover { color: #fff; }
.site-footer .brand-name { color: #fff; }
.site-footer .brand-name small { color: #6d7585; }
.footer-bas { border-top: 1px solid #262d3a; padding-top: 22px; font-size: .8rem; line-height: 1.7; }


/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 980px) {
  .hero-grid, .grid-3, .grid-2, .offres, .footer-haut, .duo,
  .calc-resultats, .option-seo, .choix, .choix.deux { grid-template-columns: 1fr; }
  .levier, .levier:nth-child(even) { max-width: none; margin: 0; }
  .hero-visuel { min-height: 300px; order: -1; }
  .hero-filigrane { display: none; }
  .nav { display: none; }
  .burger { display: block; }
  .header-cta { margin-left: auto; }   /* sans la nav centree, il faut pousser a droite */
  .header-cta .btn { display: none; }
  .hero { padding: 32px 0 56px; }
  .hero-visuel { min-height: 300px; }
  .hero-visuel > img { max-height: 330px; }
  .carte-flottante { top: 0; left: 0; padding: 9px 13px; }
  .carte-flottante b { font-size: .82rem; }
  .nav.ouvert {
    display: flex; flex-direction: column; gap: 0; position: absolute;
    top: 76px; left: 0; right: 0; background: var(--bg); padding: 14px 24px 22px;
    border-bottom: 1px solid var(--border); box-shadow: var(--shadow-lg);
  }
  .nav.ouvert a { padding: 13px 0; border-bottom: 1px solid var(--border); font-size: 1.05rem; }
  .section { padding: 60px 0; }
  .bande-cta { padding: 40px 24px; }
  .form-carte, .article-vedette { padding: 24px; }
  .choix { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .wrap { padding: 0 18px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-note { max-width: none; text-align: center; }
  .btn { width: 100%; }
  .tunnel-pied { flex-direction: column-reverse; }
  .tunnel-pied .btn { width: 100%; }
}

/* ── Carte des zones (tunnel, étape 2) ──────────────────────────────────── */
.carte-barre {
  display: flex; align-items: flex-end; gap: 14px; flex-wrap: wrap; margin-bottom: 16px;
}
.carte-barre .btn { padding: 13px 22px; font-size: .9rem; }

.carte-cadre {
  position: relative; background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 10px; box-shadow: var(--shadow);
}
#zone-carte { display: block; width: 100%; height: auto; touch-action: manipulation; }

/* Un département = un chemin cliquable. Mêmes couleurs que le reste du site :
   blanc au repos, bleu pâle au survol, bleu plein une fois retenu. */
#zone-carte path {
  fill: #fff; stroke: var(--border-2); stroke-width: .7;
  cursor: pointer; transition: fill .12s ease;
  vector-effect: non-scaling-stroke;
}
#zone-carte path:hover { fill: var(--blue-soft); stroke: var(--blue); }
#zone-carte path.coche { fill: var(--blue); stroke: #fff; stroke-width: .9; }
#zone-carte path.coche:hover { fill: var(--blue-dark); }
#zone-carte path:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
#zone-carte text { font-family: "Bebas Neue", sans-serif; letter-spacing: .1em;
  font-size: 12px; fill: var(--muted); pointer-events: none; user-select: none; }

.carte-bulle {
  position: absolute; z-index: 5; pointer-events: none;
  background: var(--ink); color: #fff; font-size: .82rem; font-weight: 500;
  padding: 6px 11px; border-radius: 8px; white-space: nowrap;
  transform: translate(-50%, -140%); box-shadow: var(--shadow-lg);
}
.carte-bulle small { opacity: .7; margin-right: 5px; }

.carte-jetons { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.carte-jeton {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--blue-soft); border: 1px solid #c7ddff; color: var(--blue-dark);
  border-radius: 999px; padding: 5px 8px 5px 12px; font-size: .84rem; font-weight: 500;
}
.carte-jeton button {
  border: 0; background: none; color: var(--blue-dark); cursor: pointer;
  font-size: 1rem; line-height: 1; padding: 0 2px; opacity: .6;
}
.carte-jeton button:hover { opacity: 1; }
.carte-jetons .reste { align-self: center; color: var(--muted); font-size: .84rem; }

@media (max-width: 560px) {
  .carte-barre { flex-direction: column; align-items: stretch; }
  .carte-barre .btn { width: 100%; }
  .carte-cadre { padding: 4px; }
  .carte-bulle { font-size: .76rem; }
}

/* ── Anti-vente : avertissement assumé sur l'étape « réactivité » ───────── */
.choix-icone {
  display: grid; place-items: center; width: 46px; height: 46px;
  border-radius: 12px; margin: 0 auto 12px; font-size: 1.25rem; color: #fff;
}
.choix-icone.bleu   { background: var(--blue); }
.choix-icone.sombre { background: var(--ink); }
.choix button.alerte { border-color: var(--red); background: var(--red-soft); }

.encart-alerte {
  background: var(--red-soft); border: 1px solid rgba(226, 61, 61, .35);
  border-radius: 14px; padding: 20px 22px; margin-top: 18px; color: #9c2a2a;
}
.encart-alerte strong { display: block; color: var(--red); margin-bottom: 8px; font-size: 1rem; }
.encart-alerte p { margin: 0 0 10px; font-size: .95rem; line-height: 1.55; }
.encart-alerte p:last-child { margin-bottom: 0; }

.btn-alerte {
  background: #fff; color: var(--red); border: 1.5px solid var(--red);
}
.btn-alerte:hover { background: var(--red); color: #fff; transform: translateY(-2px); }

/* ── Écran « votre plan adapté » ────────────────────────────────────────── */
.tunnel-ecran.plan .plan-titre {
  font-family: Anton, sans-serif; text-transform: uppercase;
  font-size: clamp(1.7rem, 3.8vw, 2.6rem); line-height: 1.05; margin: 18px 0 14px;
}
.tunnel-ecran.plan .plan-titre em { font-style: normal; color: var(--blue); }
.plan-phrase {
  color: var(--muted); font-size: 1.05rem; max-width: 620px;
  margin: 0 auto 26px; line-height: 1.55;
}
.plan-resume {
  background: #fafaf7; border: 1px solid var(--border); border-radius: 14px;
  padding: 20px 24px; font-size: .97rem; line-height: 1.6; margin-bottom: 26px;
}

/* Sélecteur de durée en pastilles séparées (et non en bloc segmenté) */
.duree-choix.pastilles {
  background: none; border: 0; box-shadow: none; padding: 0;
  gap: 10px; flex-wrap: wrap; justify-content: center;
}
.duree-choix.pastilles button {
  background: #fff; border: 1px solid var(--border-2); padding: 12px 22px;
  font-size: 1rem; color: var(--muted);
}
.duree-choix.pastilles button:hover { border-color: var(--blue); color: var(--ink); }
.duree-choix.pastilles button.actif {
  background: var(--blue); color: #fff; border-color: var(--blue);
  box-shadow: 0 6px 18px rgba(0, 102, 255, .28);
}
.duree-choix.pastilles .remise { color: var(--blue); font-weight: 700; margin-left: 6px; }
.duree-choix.pastilles button.actif .remise { color: #fff; }

.plan-prix-carte {
  background: #f6f8ff; border: 1px solid #e2e9fb; border-radius: 16px;
  padding: 28px; text-align: center; margin: 26px 0 20px;
}
.plan-nom {
  font-family: "Bebas Neue", sans-serif; letter-spacing: .16em;
  color: var(--muted); font-size: .95rem; margin-bottom: 8px;
}
.plan-prix { font-family: Anton, sans-serif; font-size: clamp(2.4rem, 7vw, 3.4rem);
  color: var(--green); line-height: 1; }
.plan-prix small { font-family: "DM Sans", sans-serif; font-size: 1.05rem;
  font-weight: 600; color: var(--green); }
.plan-prix-total { color: var(--blue); font-weight: 600; margin-top: 10px; font-size: .98rem; }

.plan-inclus-carte {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 28px; box-shadow: var(--shadow);
}
.plan-inclus-carte h3 {
  font-family: "Bebas Neue", sans-serif; letter-spacing: .16em;
  color: var(--blue); font-size: 1rem; margin-bottom: 16px;
}
.liste-puces { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.liste-puces li { display: flex; align-items: flex-start; gap: 12px; font-size: .98rem; }
.liste-puces li::before {
  content: "✓"; flex: none; width: 24px; height: 24px; border-radius: 50%;
  background: var(--blue-soft); color: var(--blue); font-size: .82rem; font-weight: 700;
  display: grid; place-items: center; margin-top: 1px;
}

/* ── Bandeau promo (toutes les pages, tant que le compte à rebours tourne) ── */
.promo-bandeau {
  background: linear-gradient(90deg, #14181f, #232a37); color: #fff;
  position: relative; z-index: 61;
}
.promo-bandeau-inner {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  flex-wrap: wrap; padding: 10px 24px; font-size: .9rem;
}
.promo-bandeau-txt { font-weight: 600; }
.promo-bandeau .promo-chrono { gap: 6px; }
.promo-bandeau .promo-case { background: rgba(255,255,255,.14); min-width: 42px; padding: 4px 7px; }
.promo-bandeau .promo-case b { font-size: 1rem; }
.promo-bandeau .promo-case small { font-size: .54rem; color: #c3c8d2; }
.promo-bandeau-cta {
  font-family: "Bebas Neue", sans-serif; letter-spacing: .1em; color: var(--bg);
  border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 6px 15px;
}
.promo-bandeau-cta:hover { background: var(--blue); border-color: var(--blue); }

/* ── Compte à rebours ───────────────────────────────────────────────────── */
.promo-chrono { display: flex; justify-content: center; gap: 10px; }
.promo-case {
  background: var(--ink); color: #fff; border-radius: 10px;
  padding: 9px 12px; min-width: 62px; text-align: center; line-height: 1;
}
.promo-case b { display: block; font-family: Anton, sans-serif; font-size: 1.5rem; }
.promo-case small {
  display: block; margin-top: 4px; font-family: "Bebas Neue", sans-serif;
  letter-spacing: .12em; font-size: .62rem; color: #9aa2b1;
}

/* ── Fenêtre « code promo » ─────────────────────────────────────────────── */
/* `display:grid` l'emporte sur l'attribut `hidden` : sans cette règle, la
   fenêtre restait invisible mais interceptait tous les clics de la page. */
.promo-fond[hidden] { display: none; }
.promo-fond {
  position: fixed; inset: 0; z-index: 200; display: grid; place-items: center;
  background: rgba(20, 24, 31, .45); backdrop-filter: blur(3px); padding: 20px;
  overflow-y: auto;
}
.promo-boite {
  position: relative; background: #fff; border-radius: 22px; padding: 34px 32px;
  width: 100%; max-width: 480px; box-shadow: 0 30px 80px rgba(20, 24, 31, .3);
  animation: apparait .25s ease;
}
.promo-boite h2 {
  font-family: Anton, sans-serif; text-transform: uppercase;
  font-size: 2rem; margin: 16px 0 12px;
}
.promo-boite > .center > .muted { font-size: .95rem; margin-bottom: 22px; }
.promo-fermer {
  position: absolute; top: 14px; right: 16px; background: none; border: 0;
  font-size: 1.5rem; color: var(--muted); cursor: pointer; line-height: 1;
}
.promo-fermer:hover { color: var(--ink); }

#promo-code {
  width: 100%; padding: 17px 16px; text-align: center; font-family: inherit;
  font-size: 1.05rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  border: 1.5px solid var(--border-2); border-radius: 12px; outline: none; color: var(--ink);
  transition: border-color .15s, box-shadow .15s;
}
#promo-code::placeholder { letter-spacing: .1em; color: var(--muted); font-weight: 500; }
#promo-code:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,102,255,.13); }
#promo-code.valide { border-color: var(--blue); background: var(--blue-soft); color: var(--blue); }

.promo-erreur { color: var(--red); font-size: .86rem; text-align: center; margin: 10px 0 0; }
.promo-appliquer {
  width: 100%; margin-top: 12px; background: #fff; color: var(--blue);
  border: 1.5px solid #bcd6ff; font-size: .95rem;
}
.promo-appliquer:hover:not(:disabled) { background: var(--blue-soft); }

.promo-gagne {
  background: var(--blue-soft); border: 1px solid #cfe0fb; border-radius: 16px;
  padding: 26px 22px; margin-top: 16px; text-align: center;
}
.promo-coche {
  width: 52px; height: 52px; border-radius: 50%; background: var(--blue); color: #fff;
  display: grid; place-items: center; font-size: 1.5rem; margin: 0 auto 14px;
}
.promo-gagne h3 { font-family: Anton, sans-serif; color: var(--blue); font-size: 1.5rem; }
.promo-gain { font-weight: 700; margin: 10px 0 4px; }
.promo-soit { color: var(--muted); font-size: .92rem; margin-bottom: 18px; }
.promo-soit b { color: var(--blue); }
.promo-chrono-carte { background: #fff; border-radius: 12px; padding: 18px 16px; }
.promo-chrono-titre {
  font-family: "Bebas Neue", sans-serif; letter-spacing: .14em; color: var(--red);
  font-size: .84rem; margin-bottom: 12px;
}
.promo-chrono-note { color: var(--muted); font-size: .82rem; margin: 14px 0 0; line-height: 1.5; }
.promo-expert { color: var(--muted); font-size: .82rem; margin: 16px 0 0; }

#promo-activer { margin-top: 18px; }
.promo-sans {
  display: block; width: 100%; margin-top: 12px; background: none; border: 0;
  color: var(--muted); font-family: inherit; font-size: .92rem; cursor: pointer;
}
.promo-sans:hover { color: var(--ink); text-decoration: underline; }

@media (max-width: 560px) {
  .promo-boite { padding: 28px 20px; }
  .promo-boite h2 { font-size: 1.65rem; }
  .promo-case { min-width: 54px; padding: 8px 9px; }
  .promo-case b { font-size: 1.25rem; }
  .promo-bandeau-inner { gap: 10px; padding: 9px 16px; font-size: .82rem; }
  .promo-bandeau-cta { display: none; }
}

/* ── Accroche du simulateur ─────────────────────────────────────────────── */
.rouge { color: var(--red); }
.btn-pilule {
  border-radius: 999px; padding: 18px 34px 18px 22px; gap: 14px;
  font-size: 1.02rem; margin-top: 30px;
}
.btn-rond {
  display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255, 255, 255, .22); font-size: .95rem;
}
.fleche-bas {
  display: grid; place-items: center; width: 48px; height: 48px; margin: 10px auto 0;
  border-radius: 50%; background: var(--blue-soft); color: var(--blue);
  font-size: 1.3rem; animation: flotte 2.4s ease-in-out infinite;
}

/* ── Fenêtre du simulateur ──────────────────────────────────────────────── */
.sim-fond[hidden] { display: none; }
.sim-fond {
  position: fixed; inset: 0; z-index: 200; display: grid; place-items: start center;
  background: rgba(20, 24, 31, .55); backdrop-filter: blur(3px);
  padding: 24px; overflow-y: auto;
}
.sim-boite {
  position: relative; background: #fff; border-radius: 22px; padding: 34px;
  width: 100%; max-width: 1040px; box-shadow: 0 30px 80px rgba(20, 24, 31, .3);
  animation: apparait .25s ease;
}
.sim-boite h2 { font-size: clamp(1.3rem, 3vw, 1.9rem); }
.sim-boite > .muted { margin: 10px 0 22px; }
.sim-grille { display: grid; grid-template-columns: 1.35fr 1fr; gap: 22px; align-items: start; }

#sim-carte { display: block; width: 100%; height: auto; }
#sim-carte path {
  fill: #eceef1; stroke: #fff; stroke-width: .7; cursor: pointer;
  transition: fill .12s ease; vector-effect: non-scaling-stroke;
}
#sim-carte path:hover { fill: #c9d8f5; }
#sim-carte path.coche { fill: var(--blue); }

.sim-panneau {
  background: #fafaf7; border: 1px solid var(--border); border-radius: 16px; padding: 20px;
}
.sim-compte { display: flex; align-items: flex-start; gap: 10px; font-size: 1.02rem; }
.sim-pin { flex: none; }
.sim-panneau .champ label {
  font-family: "Bebas Neue", sans-serif; letter-spacing: .12em;
  color: var(--muted); font-size: .82rem; font-weight: 400;
}

.sim-resultat {
  background: #f2f7ff; border: 1px solid #cfe0fb; border-radius: 16px;
  padding: 22px; margin-top: 14px;
}
.sim-resultat-titre {
  font-family: "Bebas Neue", sans-serif; letter-spacing: .13em;
  color: var(--blue); font-size: .88rem; margin-bottom: 8px;
}
.sim-nombre { font-family: Anton, sans-serif; font-size: clamp(2.2rem, 6vw, 3rem); line-height: 1; }
.sim-resultat .muted { font-size: .93rem; margin: 10px 0 14px; }
.sim-mois { font-weight: 700; margin-bottom: 14px; }
.sim-social {
  background: #e2ecff; border-radius: 12px; padding: 13px 15px;
  font-size: .92rem; display: flex; align-items: center; gap: 10px;
}
.sim-social b { color: var(--blue); }
.sim-social::before {
  content: ""; flex: none; width: 9px; height: 9px; border-radius: 50%;
  background: var(--blue); box-shadow: 0 0 0 4px rgba(0, 102, 255, .18);
}
.sim-note { color: var(--muted); font-size: .8rem; line-height: 1.5; margin: 14px 0 0; }

@media (max-width: 900px) {
  .sim-grille { grid-template-columns: 1fr; }
  .sim-boite { padding: 24px 18px; }
}

/* ── Grille tarifaire : posts garantis, remises, lignes non incluses ─────── */
.posts-total {
  display: inline-block; background: var(--blue-soft); border: 1px solid #d5e5ff;
  border-radius: 14px; padding: 14px 26px; margin-top: 20px; text-align: center;
}
.posts-total b { display: block; color: var(--blue); font-size: 1.12rem; }
.posts-total span { display: block; color: var(--muted); font-size: .88rem; margin-top: 3px; }
.posts-total span:empty { display: none; }

.offre { padding-top: 34px; }
.offre-remise {
  position: absolute; top: 16px; right: 16px; background: var(--green); color: #fff;
  font-family: "Bebas Neue", sans-serif; letter-spacing: .1em; font-size: .84rem;
  padding: 5px 13px; border-radius: 999px;
}
.offre-remise[hidden] { display: none; }
.prix-barre {
  color: var(--muted); text-decoration: line-through; font-size: .92rem; margin-bottom: 2px;
}
.prix-barre[hidden] { display: none; }
.offre .prix-total { color: var(--blue); font-weight: 600; }

.offre-liste { list-style: none; padding: 0; margin: 20px 0 0; }
.offre-liste li {
  display: flex; align-items: flex-start; gap: 11px; font-size: .93rem;
  padding: 12px 0; border-bottom: 1px solid var(--border);
}
.offre-liste li:last-child { border-bottom: 0; }
.offre-liste li::before { flex: none; font-weight: 700; margin-top: 1px; }
.offre-liste li.ok::before { content: "✓"; color: var(--blue); }
.offre-liste li.non { color: #b3b6bd; }
.offre-liste li.non::before { content: "—"; color: #cfd2d8; }
.offre-liste li.non b { font-weight: 600; }

@media (max-width: 560px) {
  .posts-total { display: block; padding: 13px 18px; }
}

/* ── « Ce qui freine » : trois causes → une conséquence ──────────────────── */
.freins { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 46px; }
.frein {
  position: relative; background: #fff; border: 1px solid var(--border);
  border-top: 3px solid var(--red); border-radius: var(--radius);
  padding: 30px 26px 26px; box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}
.frein:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(226, 61, 61, .16); }
.frein-num {
  position: absolute; top: 18px; right: 22px;
  font-family: Anton, sans-serif; font-size: 2.1rem; line-height: 1;
  color: rgba(226, 61, 61, .16);
}
.frein-icone {
  display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px;
  background: var(--red-soft); color: var(--red); margin-bottom: 16px;
}
.frein h3 { font-size: 1.18rem; margin-bottom: 10px; }
.frein p { color: var(--muted); font-size: .95rem; margin: 0; }

/* Le raccord : trois branches qui se rejoignent et pointent vers le bas. */
.convergence {
  position: relative; height: 88px; display: grid; grid-template-columns: repeat(3, 1fr);
}
.convergence .branche {
  width: 2px; height: 26px; background: rgba(226, 61, 61, .35); justify-self: center;
}
.convergence .barre {
  position: absolute; top: 26px; left: 16.6%; right: 16.6%;
  height: 2px; background: rgba(226, 61, 61, .35);
}
.convergence .tige {
  position: absolute; top: 26px; left: 50%; width: 2px; height: 40px;
  background: rgba(226, 61, 61, .35); transform: translateX(-50%);
}
.convergence .pointe {
  position: absolute; top: 60px; left: 50%; width: 13px; height: 13px;
  border-right: 2px solid var(--red); border-bottom: 2px solid var(--red);
  transform: translateX(-50%) rotate(45deg);
}

.consequence {
  position: relative; overflow: hidden; text-align: center;
  background: linear-gradient(135deg, #1b1113 0%, #14181f 55%, #1e1417 100%);
  border-radius: 22px; padding: 52px 40px; color: #fff;
}
/* Halo rouge : la conséquence doit peser plus lourd que les causes. */
.consequence::before {
  content: ""; position: absolute; inset: -40% 20% auto; height: 420px;
  background: radial-gradient(ellipse at center, rgba(226, 61, 61, .32), transparent 68%);
  pointer-events: none;
}
.consequence > * { position: relative; }
.consequence-etiquette {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Bebas Neue", sans-serif; letter-spacing: .18em; font-size: .84rem;
  color: #ff9a9a; border: 1px solid rgba(226, 61, 61, .45);
  border-radius: 999px; padding: 6px 16px;
}
.consequence-etiquette::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--red);
  box-shadow: 0 0 0 4px rgba(226, 61, 61, .25);
}
.consequence h3 {
  font-size: clamp(2.2rem, 6vw, 3.8rem); margin: 20px 0 16px; line-height: 1;
}
.consequence h3 em { font-style: normal; color: #ff5a5a; }
.consequence p {
  color: #c8ccd4; max-width: 620px; margin: 0 auto 28px; font-size: 1.02rem; line-height: 1.6;
}

@media (max-width: 980px) {
  .freins { grid-template-columns: 1fr; }
  /* Cartes empilées : les branches latérales n'ont plus de sens. */
  .convergence { height: 64px; }
  .convergence .branche, .convergence .barre { display: none; }
  .convergence .tige { top: 0; height: 40px; }
  .convergence .pointe { top: 34px; }
  .consequence { padding: 38px 24px; }
}


/* ── Calculateur : ce qui est déjà capté, avant le manque à gagner ───────── */
.calc-actuel {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 26px 0 16px;
}
.calc-actuel > div {
  background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 18px;
}
.calc-actuel small {
  display: block; font-family: "Bebas Neue", sans-serif; letter-spacing: .12em;
  color: var(--muted); font-size: .78rem; margin-bottom: 6px;
}
.calc-actuel b { display: block; font-family: Anton, sans-serif; font-size: 1.6rem; color: var(--blue); }
.calc-actuel span { display: block; color: var(--muted); font-size: .86rem; margin-top: 3px; }

/* ── Tunnel : étapes numérotées ─────────────────────────────────────────── */
.tunnel-etapes {
  display: flex; align-items: center; justify-content: center; gap: 0;
  list-style: none; padding: 0; margin: 0 0 18px; flex-wrap: nowrap;
}
.tunnel-etapes li { display: flex; align-items: center; flex: 0 0 auto; }
.tunnel-etapes .rond {
  width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  font-family: Anton, sans-serif; font-size: .92rem;
  background: #fff; color: var(--muted); border: 2px solid var(--border-2);
  transition: all .2s ease;
}
.tunnel-etapes .trait {
  width: 34px; height: 2px; background: var(--border-2); transition: background .2s ease;
}
.tunnel-etapes li.faite .rond { background: var(--blue); border-color: var(--blue); color: #fff; }
.tunnel-etapes li.faite .trait { background: var(--blue); }
.tunnel-etapes li.active .rond {
  background: #fff; border-color: var(--blue); color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 102, 255, .15);
}
.tunnel-etapes .nom {
  font-family: "Bebas Neue", sans-serif; letter-spacing: .1em; font-size: .74rem;
  color: var(--muted); margin-left: 8px; white-space: nowrap;
}
.tunnel-etapes li.active .nom { color: var(--blue); }

@media (max-width: 900px) {
  .tunnel-etapes .nom { display: none; }
  .tunnel-etapes .trait { width: 16px; }
  .tunnel-etapes .rond { width: 28px; height: 28px; font-size: .82rem; }
}
@media (max-width: 560px) {
  .calc-actuel { grid-template-columns: 1fr; }
  .tunnel-etapes .trait { width: 8px; }
}

/* ── Bulle WhatsApp ─────────────────────────────────────────────────────── */
:root { --wa: #25d366; --wa-fonce: #128c7e; }

.wa { position: fixed; right: 22px; bottom: 22px; z-index: 90;
      display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }

.wa-bouton {
  position: relative; width: 62px; height: 62px; border-radius: 50%; border: 0;
  background: var(--wa); color: #fff; cursor: pointer; display: grid; place-items: center;
  box-shadow: 0 10px 30px rgba(37, 211, 102, .45);
  transition: transform .18s ease, box-shadow .18s ease;
}
.wa-bouton:hover { transform: scale(1.06); box-shadow: 0 14px 36px rgba(37, 211, 102, .55); }
/* Onde discrète : signale une présence sans clignoter agressivement. */
.wa-bouton::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid var(--wa); animation: onde 2.6s ease-out infinite;
}
@keyframes onde {
  0%   { transform: scale(1);   opacity: .7; }
  70%  { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1.5); opacity: 0; }
}
.wa-pastille {
  position: absolute; top: -3px; right: -3px; min-width: 22px; height: 22px;
  border-radius: 999px; background: var(--red); color: #fff; font-size: .76rem;
  font-weight: 700; display: grid; place-items: center; border: 2px solid var(--bg);
  animation: apparait .25s ease;
}
.wa-pastille[hidden] { display: none; }

.wa-fenetre {
  width: 320px; max-width: calc(100vw - 44px); background: #fff;
  border-radius: 18px; overflow: hidden; box-shadow: 0 24px 60px rgba(20, 24, 31, .28);
  animation: apparait .22s ease;
}
.wa-fenetre[hidden] { display: none; }
.wa-tete {
  display: flex; align-items: center; gap: 11px; padding: 14px 16px;
  background: var(--wa-fonce); color: #fff;
}
.wa-avatar {
  width: 40px; height: 40px; border-radius: 50%; background: #fff; flex: none;
  display: grid; place-items: center; overflow: hidden;
}
.wa-avatar img { width: 32px; height: auto; }
.wa-qui { flex: 1; min-width: 0; line-height: 1.25; }
.wa-qui b { display: block; font-size: .95rem; }
.wa-qui span { display: flex; align-items: center; gap: 6px; font-size: .74rem; opacity: .85; }
.wa-point { width: 7px; height: 7px; border-radius: 50%; background: #7ef0a5; flex: none; }
.wa-fermer {
  background: none; border: 0; color: #fff; font-size: 1.4rem; line-height: 1;
  cursor: pointer; opacity: .8; padding: 0 2px;
}
.wa-fermer:hover { opacity: 1; }

/* Fond façon messagerie, pour que la bulle se lise comme un vrai message. */
.wa-corps {
  background: #ece5dd; padding: 18px 16px 22px; min-height: 120px;
  background-image: radial-gradient(rgba(0,0,0,.045) 1px, transparent 1px);
  background-size: 14px 14px;
}
.wa-bulle {
  position: relative; background: #fff; border-radius: 12px 12px 12px 3px;
  padding: 12px 14px 20px; font-size: .92rem; line-height: 1.5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .12); color: var(--ink);
}
.wa-heure {
  position: absolute; right: 10px; bottom: 6px; font-size: .68rem; color: #8c9199;
}
.wa-pied { padding: 14px 16px 16px; text-align: center; }
.wa-cta {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--wa); color: #fff; border-radius: 12px; padding: 13px;
  font-family: Anton, sans-serif; text-transform: uppercase; letter-spacing: .04em;
  font-size: .95rem; transition: background .15s ease;
}
.wa-cta:hover { background: var(--wa-fonce); }
.wa-note { display: block; margin-top: 9px; font-size: .76rem; color: var(--muted); }

@media (max-width: 560px) {
  .wa { right: 14px; bottom: 14px; }
  .wa-bouton { width: 56px; height: 56px; }
}

/* Rappel d'un code déjà actif, avec la possibilité de le retirer. */
.promo-actif {
  background: var(--blue-soft); border: 1px solid #cfe0fb; border-radius: 10px;
  padding: 10px 14px; font-size: .86rem; color: var(--blue-dark); margin: 0 0 14px;
}
.promo-actif[hidden] { display: none; }
.promo-actif button {
  background: none; border: 0; color: var(--red); cursor: pointer;
  font-family: inherit; font-size: .86rem; text-decoration: underline; padding: 0;
}

/* Lien présenté comme du texte, mais qui exécute une action. */
.lien-nu {
  background: none; border: 0; padding: 0; cursor: pointer;
  font-family: inherit; font-size: inherit; color: var(--muted); text-decoration: underline;
}
.lien-nu:hover { color: var(--ink); }

/* ── Budget publicitaire : présent dans les trois cartes pour les aligner ── */
.budget-pub {
  position: relative; background: linear-gradient(160deg, #f0fbf4, #e9f9ef);
  border: 1px solid #c6e8d3; border-radius: 12px;
  padding: 14px 16px 14px 44px; margin: 16px 0 18px; text-align: left;
}
/* Petit mégaphone, dessiné en CSS : pas d'image à charger. */
.budget-pub::before {
  content: "📣"; position: absolute; left: 14px; top: 14px; font-size: 1rem;
}
.budget-pub b {
  display: block; font-family: "Bebas Neue", sans-serif; letter-spacing: .11em;
  color: #2f8455; font-size: .76rem; margin-bottom: 3px;
}
.budget-pub strong {
  display: block; font-family: Anton, sans-serif; font-weight: 400;
  color: var(--green); font-size: 1.32rem; line-height: 1.1;
}
.budget-pub strong i { font-style: normal; font-size: .82rem; color: #4b8a67; }
.budget-pub span {
  display: block; margin-top: 6px; font-size: .8rem; line-height: 1.45;
  color: #4b6b58; min-height: 2.9em;
}

/* Version du Starter : neutre, elle dit ce que le pack ne fait pas. */
.budget-pub.neutre {
  background: #fafaf7; border-color: var(--border);
}
.budget-pub.neutre::before { content: "📣"; filter: grayscale(1); opacity: .45; }
.budget-pub.neutre b { color: var(--muted); }
.budget-pub.neutre strong { color: #9aa0a8; font-size: 1.2rem; }
.budget-pub.neutre span { color: var(--muted); }

/* Le sous-titre du pack peut tenir sur deux lignes selon la largeur :
   on réserve la place pour que les blocs suivants restent alignés. */
.offre .pilier { min-height: 2.6em; display: flex; align-items: center; }
.posts-total b em { font-style: normal; color: var(--green); }

/* Les étapes déjà atteintes sont des boutons : on peut y revenir. */
.tunnel-etapes button.rond { font-family: Anton, sans-serif; cursor: default; }
.tunnel-etapes li.ouverte button.rond { cursor: pointer; }
.tunnel-etapes li.ouverte button.rond:hover {
  border-color: var(--blue); color: var(--blue); transform: scale(1.08);
}
.tunnel-etapes li.faite.ouverte button.rond:hover { background: var(--blue-dark); color: #fff; }
.tunnel-etapes button.rond:disabled { cursor: not-allowed; opacity: .75; }
.tunnel-etapes button.rond:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.secteur-autre { max-width: 460px; margin-top: 18px; }
