/* =========================================================================
   PIXEL PROS — REDESIGN « MEMPHIS 80s PASTEL POSTMODERN »
   Pastel pêche/menthe/lavande/jaune/rose · formes géométriques éparpillées
   Squiggles, points, triangles, demi-cercles, plus, zigzags
   Gros titres Bricolage Grotesque, blobs colorés derrière les mots
   3 thèmes : light (pêche crème) · dim (lavande tamisé) · dark (deep aubergine)
========================================================================= */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img, svg { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }

/* ============================== TOKENS ============================== */
:root {
  --font-display: 'Bricolage Grotesque', 'Space Grotesk', system-ui, sans-serif;
  --font-sans:    'Space Grotesk', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-hand:    'Caveat', cursive;
  --font-mono:    'DM Mono', 'Courier New', monospace;

  --maxw: 1200px;
  --gutter: clamp(20px, 4vw, 56px);

  --radius-lg: 32px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --radius-pill: 999px;

  --shadow-soft: 0 12px 32px -16px rgba(42, 24, 50, .25);
  --shadow-soft-lg: 0 22px 48px -18px rgba(42, 24, 50, .3);
}

/* === LIGHT — Pêche cream (défaut) === */
body[data-theme="light"] {
  --bg:        #fdf3ec;
  --bg-elev:   #fbe9de;
  --paper:     #ffffff;
  --ink:       #2a1832;
  --ink-soft:  #5e4a6b;
  --rule:      #e8d8d0;

  --coral:     #ff6b6b;
  --pink:      #ffb7c5;
  --mint:      #9fdec6;
  --lavender:  #d4baee;
  --peach:     #ffcfa3;
  --yellow:    #f4d35e;
  --sky:       #b8dbef;
  --plum:      #6b3e5a;
}

/* === DIM — Lavande tamisé === */
body[data-theme="dim"] {
  --bg:        #5d4e6e;
  --bg-elev:   #6e5e80;
  --paper:     #f5ecf5;
  --ink:       #2a1832;
  --ink-soft:  #4a2f5a;
  --rule:      #806f93;

  --coral:     #ff7575;
  --pink:      #ffb7c5;
  --mint:      #9fdec6;
  --lavender:  #e0caf7;
  --peach:     #ffcfa3;
  --yellow:    #f4d35e;
  --sky:       #c6dff0;
  --plum:      #6b3e5a;
}
body[data-theme="dim"] .nav a,
body[data-theme="dim"] .logo-word,
body[data-theme="dim"] .footer-inner,
body[data-theme="dim"] .footer-brand,
body[data-theme="dim"] .footer-nav a { color: var(--paper); }
body[data-theme="dim"] .hero-h1,
body[data-theme="dim"] .section-h2,
body[data-theme="dim"] .hero-lead,
body[data-theme="dim"] .trust,
body[data-theme="dim"] .section-sub { color: var(--paper); }
body[data-theme="dim"] .site-header { background: rgba(93, 78, 110, .92); border-bottom-color: var(--rule); }
body[data-theme="dim"] .theme-btn { color: var(--paper); }
body[data-theme="dim"] .theme-btn[aria-pressed="true"] { background: var(--coral); color: var(--paper); }
body[data-theme="dim"] .theme-switch { border-color: var(--paper); background: rgba(0,0,0,.2); }
body[data-theme="dim"] .hero-eyebrow { color: var(--yellow); }
body[data-theme="dim"] .section-tag { background: rgba(255,255,255,.92); }
body[data-theme="dim"] .tag-kicker, body[data-theme="dim"] .tag-num { color: var(--ink); }

/* === DARK — Aubergine profonde === */
body[data-theme="dark"] {
  --bg:        #1a0e25;
  --bg-elev:   #25143a;
  --paper:     #2e1d44;
  --ink:       #f5ecf5;
  --ink-soft:  #b89dc5;
  --rule:      #4a2e5e;

  --coral:     #ff8585;
  --pink:      #ff9ab0;
  --mint:      #8fd5b8;
  --lavender:  #c4a8e6;
  --peach:     #ffbf90;
  --yellow:    #f0c850;
  --sky:       #9ec6dc;
  --plum:      #c08aa6;
}

/* ============================== BASE ============================== */
body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
  transition: background-color .25s ease, color .25s ease;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.025em;
  text-wrap: balance;
  margin: 0;
  line-height: 1;
}
h1 em, h2 em, h3 em {
  font-style: italic;
  font-weight: 700;
  color: var(--coral);
}
p { text-wrap: pretty; margin: 0 0 1em; }

::selection { background: var(--coral); color: var(--paper); }

/* ============================== HELPERS ============================== */

/* Mot dans un blob coloré */
.hl-blob {
  display: inline-block;
  position: relative;
  padding: 0 .15em;
  z-index: 0;
}
.hl-blob::before {
  content: '';
  position: absolute;
  inset: -.1em -.05em;
  background: var(--mint);
  border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
  z-index: -1;
  transform: rotate(-2deg);
}
.hl-blob-mint::before { background: var(--mint); }
.hl-blob-yellow::before { background: var(--yellow); }
.hl-blob-pink::before { background: var(--pink); }

/* Pilule colorée */
.hl-pill {
  display: inline-block;
  padding: .04em .35em;
  border-radius: var(--radius-pill);
  font-weight: 700;
  background: var(--coral);
  color: var(--ink);
  font-size: .96em;
}
.hl-pill-coral    { background: var(--coral); color: var(--paper); }
.hl-pill-mint     { background: var(--mint); color: var(--ink); }
.hl-pill-yellow   { background: var(--yellow); color: var(--ink); }
.hl-pill-lavender { background: var(--lavender); color: var(--ink); }

.hl-strike { text-decoration: line-through; opacity: .55; font-style: italic; }

/* ============================== SHAPES ÉPARPILLÉES ============================== */
.shape {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

/* Squiggle */
.sh-squiggle-1 {
  top: 12%;
  left: 4%;
  width: 90px;
  color: var(--coral);
  transform: rotate(-15deg);
}
.sh-squiggle-1 svg { width: 100%; height: auto; }

.sh-squiggle-2 {
  top: 8%;
  right: 6%;
  width: 110px;
  color: var(--lavender);
  transform: rotate(12deg);
}
.sh-squiggle-2 svg { width: 100%; height: auto; }

/* Dots cluster */
.sh-dots-1 {
  top: 18%;
  right: 8%;
  width: 90px;
  height: 90px;
  background-image: radial-gradient(circle, var(--coral) 30%, transparent 32%);
  background-size: 16px 16px;
  opacity: .9;
}
.sh-dots-2 {
  bottom: 12%;
  right: 7%;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(circle, var(--lavender) 30%, transparent 32%);
  background-size: 14px 14px;
}
.sh-dots-3 {
  bottom: 8%;
  right: 4%;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(circle, var(--peach) 30%, transparent 32%);
  background-size: 18px 18px;
}

/* Cercles */
.sh-circle-1 {
  bottom: 18%;
  left: 8%;
  width: 70px; height: 70px;
  border-radius: 50%;
  background: var(--yellow);
  opacity: .9;
}
.sh-circle-2 {
  top: 10%;
  left: -3%;
  width: 180px; height: 180px;
  border-radius: 50%;
  border: 6px solid var(--coral);
  opacity: .35;
}
.sh-circle-3 {
  top: 14%;
  right: 4%;
  width: 130px; height: 130px;
  border-radius: 50%;
  background: var(--mint);
  opacity: .55;
}

/* Triangles */
.sh-triangle-1 {
  top: 38%;
  right: 14%;
  width: 0; height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-bottom: 56px solid var(--lavender);
  transform: rotate(18deg);
}

/* Demi-cercle */
.sh-semi-1 {
  bottom: 16%;
  right: 22%;
  width: 100px; height: 50px;
  background: var(--peach);
  border-radius: 100px 100px 0 0;
  transform: rotate(-15deg);
}
.sh-semi-2 {
  top: 30%;
  left: 4%;
  width: 120px; height: 60px;
  background: var(--sky);
  border-radius: 120px 120px 0 0;
  transform: rotate(30deg);
  opacity: .9;
}

/* Zigzag (éclair) */
.sh-zigzag-1 {
  top: 30%;
  left: 50%;
  width: 60px;
  color: var(--yellow);
}
.sh-zigzag-2 {
  bottom: 6%;
  left: 8%;
  width: 70px;
  color: var(--coral);
  transform: rotate(-10deg);
}
.sh-zigzag-1 svg, .sh-zigzag-2 svg { width: 100%; height: auto; }

/* Plus + */
.sh-plus-1 {
  bottom: 24%;
  left: 14%;
  font-family: var(--font-display);
  font-size: 60px;
  font-weight: 800;
  color: var(--coral);
  line-height: 1;
}
.sh-plus-2 {
  bottom: 10%;
  right: 12%;
  font-family: var(--font-display);
  font-size: 80px;
  font-weight: 800;
  color: var(--mint);
  line-height: 1;
}
.sh-plus-3 {
  top: 18%;
  right: 5%;
  font-family: var(--font-display);
  font-size: 90px;
  font-weight: 800;
  color: var(--lavender);
  line-height: 1;
}

/* Étoile */
.sh-star-1 {
  top: 6%;
  right: 30%;
  font-size: 48px;
  color: var(--coral);
  line-height: 1;
}

/* ============================== TOPBAR BONUS ============================== */
.topbar-bonus {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  position: relative;
  z-index: 5;
}
.topbar-bonus[hidden] { display: none !important; }
.topbar-bonus-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 11px 56px 11px 24px;
}
.topbar-bonus-tag {
  font-family: var(--font-display);
  font-size: 13px;
  background: var(--yellow);
  color: var(--ink);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-weight: 700;
}
.topbar-bonus-text strong { color: var(--yellow); font-weight: 700; }
.topbar-bonus-cta {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--yellow);
  font-size: 13px;
}
.topbar-bonus-close {
  position: absolute;
  right: 18px; top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 1.5px solid var(--paper);
  color: var(--paper);
  font-size: 14px;
  line-height: 1;
  width: 26px; height: 26px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.topbar-bonus-close:hover { background: var(--paper); color: var(--ink); }

/* ============================== HEADER ============================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1.5px solid var(--rule);
}
.header-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 14px var(--gutter);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px; height: 42px;
}
.logo-mark svg { width: 100%; height: 100%; }
.logo-word {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.logo-word em { color: var(--coral); font-style: normal; margin: 0 1px; }

.nav {
  display: flex;
  gap: 3px;
  justify-content: center;
  flex-wrap: nowrap;
  font-family: var(--font-sans);
  font-size: 13.5px;
  font-weight: 500;
}
.nav a {
  color: var(--ink);
  padding: 8px 11px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .15s, color .15s;
}
.nav a:hover { background: var(--coral); color: var(--paper); }

.header-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}
.theme-switch {
  display: inline-flex;
  gap: 2px;
  border: 1.5px solid var(--ink);
  padding: 3px;
  background: var(--paper);
  border-radius: var(--radius-pill);
}
.theme-btn {
  border: none;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  width: 28px; height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .15s;
}
.theme-btn[aria-pressed="true"] { background: var(--coral); color: var(--paper); }
.theme-btn:hover:not([aria-pressed="true"]) { background: var(--bg-elev); }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  padding: 11px 22px;
  background: var(--coral);
  color: var(--paper);
  border-radius: var(--radius-pill);
  transition: transform .18s, background .18s;
}
.nav-cta:hover {
  transform: translateY(-2px);
  background: var(--ink);
}

/* ============================== HERO ============================== */
.hero {
  position: relative;
  padding: clamp(38px, 5vw, 70px) var(--gutter) clamp(34px, 4.5vw, 60px);
  text-align: center;
  overflow: hidden;
}
.hero-inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--ink-soft);
  margin-bottom: 14px;
  text-transform: uppercase;
  background: var(--paper);
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--rule);
}
.eyebrow-dot {
  display: inline-block;
  width: 8px; height: 8px;
  background: var(--coral);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(.85); } }

.hero-h1 {
  font-size: clamp(42px, 7vw, 100px);
  line-height: .95;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
  color: var(--ink);
}
.hero-h1 em {
  font-style: italic;
  font-weight: 700;
  color: var(--coral);
  font-size: .58em;
  display: inline-block;
  margin-top: .1em;
}
.hero-price-wrap {
  display: inline-block;
  position: relative;
}
.hero-price {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 .15em;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -0.04em;
}
.hero-price::before {
  content: '';
  position: absolute;
  inset: .04em -.05em;
  background: var(--yellow);
  border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
  z-index: -1;
  transform: rotate(-2deg);
}

.hero-lead {
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.9vw, 23px);
  line-height: 1.5;
  max-width: 660px;
  margin: 0 auto 22px;
  color: var(--ink);
  font-weight: 400;
}
.hero-lead strong {
  background: var(--lavender);
  color: var(--ink);
  padding: 2px .25em;
  border-radius: var(--radius-sm);
  font-weight: 700;
}

.hero-features {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 32px;
}
.feat {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 13.5px;
  padding: 7px 15px 7px 8px;
  border-radius: var(--radius-pill);
  color: var(--ink);
  border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}
.feat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}
.feat-coral    { background: color-mix(in srgb, var(--coral) 30%, #fff); }
.feat-coral .feat-icon { background: var(--coral); color: #fff; }
.feat-lavender { background: color-mix(in srgb, var(--lavender) 45%, #fff); }
.feat-yellow   { background: color-mix(in srgb, var(--yellow) 50%, #fff); }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  padding: 16px 30px;
  border-radius: var(--radius-pill);
  border: 2px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  transition: transform .15s, box-shadow .15s, background .15s;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.005em;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary {
  background: var(--coral);
  color: var(--paper);
  border-color: var(--ink);
  box-shadow: 0 4px 0 var(--ink);
}
.btn-primary:hover { box-shadow: 0 7px 0 var(--ink); }
.btn-primary:active { transform: translateY(2px); box-shadow: 0 1px 0 var(--ink); }
.btn-ghost   {
  background: var(--paper);
  box-shadow: 0 4px 0 var(--ink);
}
.btn-ghost:hover { box-shadow: 0 7px 0 var(--ink); }
.btn-outline { background: transparent; }
.btn-outline:hover { background: var(--ink); color: var(--paper); }
.btn-big { padding: 20px 38px; font-size: 17px; }

.trust {
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--ink-soft);
  margin: 6px 0 0;
}
.trust strong { color: var(--coral); font-weight: 700; }

/* ============================== SECTIONS GÉNÉRIQUES ============================== */
.section {
  padding: clamp(70px, 9vw, 130px) 0;
  position: relative;
  overflow: hidden;
}
.section-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
  position: relative;
  z-index: 1;
}
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 8px 18px 8px 14px;
  background: var(--paper);
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--ink);
}
.tag-emoji { color: var(--coral); font-size: 14px; }
.tag-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  color: var(--coral);
}
.tag-kicker {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 13px;
  color: var(--ink);
}
.section-h2 {
  font-size: clamp(48px, 8vw, 110px);
  line-height: .95;
  letter-spacing: -0.035em;
  margin-bottom: 22px;
  text-align: center;
  color: var(--ink);
}
.section-h2 em {
  font-style: italic;
  font-weight: 700;
  color: var(--coral);
}
.section-h2-left { text-align: left; }
.section-sub {
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 58ch;
  margin: 0 auto 56px;
  text-align: center;
}

/* ============================== MANIFESTE ============================== */
.section-manifest {
  background: var(--bg-elev);
}
.section-manifest .section-h2 { margin-bottom: clamp(36px, 5vw, 56px); }

.manifest-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  max-width: 1060px;
  margin: 0 auto;
}
.manifest-body {
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.72;
  color: var(--ink);
}
.manifest-body p { margin: 0 0 1.05em; }
.manifest-body p:last-child { margin-bottom: 0; }
.manifest-body strong {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--ink);
}
.manifest-body em {
  font-style: italic;
  color: var(--coral);
  font-weight: 600;
}
.dropcap {
  float: left;
  font-family: var(--font-display);
  font-size: 4.4em;
  line-height: .78;
  padding: 6px 12px 0 0;
  font-weight: 800;
  color: var(--coral);
}

/* Carte prix : avant -> après */
.price-card {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  padding: 30px 26px 32px;
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft-lg);
}
.price-card-kicker {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.pc-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.pc-tag {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 13px;
  color: var(--ink-soft);
}
.pc-before .pc-value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 3vw, 28px);
  color: var(--ink-soft);
  text-decoration: line-through;
  text-decoration-color: var(--coral);
  text-decoration-thickness: 2px;
}
.pc-arrow { font-size: 24px; line-height: 1; color: var(--coral); }
.pc-after {
  width: 100%;
  padding: 16px 14px 18px;
  border-radius: var(--radius-md);
  background: var(--mint);
}
.pc-after .pc-tag,
.pc-after .pc-cap { color: #2a1832; }
.pc-value-hero {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(40px, 5.5vw, 54px);
  line-height: 1;
  letter-spacing: -.02em;
  color: #2a1832;
}
.pc-value-hero small { font-size: .4em; font-weight: 700; }
.pc-cap {
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.4;
  max-width: 22ch;
  margin-top: 4px;
}

/* Bandeau « Résultat » */
.manifest-result {
  max-width: 1060px;
  margin: clamp(34px, 5vw, 52px) auto 0;
  padding: 22px 28px;
  background: var(--paper);
  border-left: 6px solid var(--coral);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.55;
  color: var(--ink);
}
.manifest-result strong { font-family: var(--font-display); font-weight: 800; }

/* Lisibilité du texte courant sur fond lavande (thème tamisé) */
body[data-theme="dim"] .manifest-body,
body[data-theme="dim"] .manifest-body strong { color: var(--paper); }

@media (max-width: 880px) {
  .manifest-grid { grid-template-columns: 1fr; gap: 34px; }
  .price-card { position: static; max-width: 440px; margin: 0 auto; }
  .dropcap { font-size: 4em; }
}

/* ============================== INCLUS ============================== */
.included-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.inc-card {
  padding: 28px 24px 30px;
  border-radius: var(--radius-md);
  position: relative;
  transition: transform .2s, box-shadow .2s;
  border: 2px solid var(--ink);
  display: flex;
  flex-direction: column;
  min-height: 240px;
  box-shadow: 0 5px 0 var(--ink);
}
.inc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 0 var(--ink);
}
.inc-mint     { background: var(--mint); }
.inc-peach    { background: var(--peach); }
.inc-lavender { background: var(--lavender); }
.inc-yellow   { background: var(--yellow); }
.inc-sky      { background: var(--sky); }
.inc-pink     { background: var(--pink); }

.inc-icon {
  display: inline-flex;
  width: 44px; height: 44px;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--paper);
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 16px;
}
.inc-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  line-height: 1.08;
  margin-bottom: 8px;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.inc-text {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: var(--ink);
  opacity: .85;
}

/* ============================== DÉMO ============================== */
.section-demo {
  background: var(--bg-elev);
}
.demo-promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: start;
}
.demo-promo-text p {
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 14px;
}
.demo-promo-text strong {
  font-family: var(--font-display);
  font-weight: 800;
}
.demo-promo-text em { font-style: italic; color: var(--coral); font-weight: 600; }
.demo-promo-text .btn-row { justify-content: flex-start; margin-top: 26px; margin-bottom: 0; }

.demo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.trade-card {
  padding: 22px 22px 22px;
  border-radius: var(--radius-md);
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  border: 2px solid var(--ink);
  box-shadow: 0 5px 0 var(--ink);
  transition: transform .2s, box-shadow .2s;
}
.trade-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 0 var(--ink);
}
.trade-coral    { background: var(--coral); color: var(--paper); }
.trade-pink     { background: var(--pink); }
.trade-sky      { background: var(--sky); }
.trade-mint     { background: var(--mint); }
.trade-yellow   { background: var(--yellow); }
.trade-lavender { background: var(--lavender); }

.trade-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 4px 12px;
  background: var(--ink);
  color: var(--paper);
  margin-bottom: 16px;
  align-self: flex-start;
  border-radius: var(--radius-pill);
  font-weight: 500;
}
.trade-coral .trade-tag { background: var(--paper); color: var(--ink); }
.trade-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 auto;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.trade-coral .trade-title { color: var(--paper); }
.trade-meta {
  list-style: none;
  padding: 14px 0 0;
  margin: 14px 0 0;
  border-top: 2px solid rgba(0, 0, 0, .15);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 14px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--ink);
  opacity: .92;
}
.trade-coral .trade-meta { color: var(--paper); border-top-color: rgba(255,255,255,.3); }
.trade-meta strong {
  font-family: var(--font-display);
  font-weight: 800;
  opacity: 1;
}

/* ============================== ÉTAPES ============================== */
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.step {
  background: var(--paper);
  padding: 28px 24px 32px;
  border-radius: var(--radius-md);
  position: relative;
  border: 2px solid var(--ink);
  box-shadow: 0 5px 0 var(--ink);
  transition: transform .2s, box-shadow .2s;
}
.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 0 var(--ink);
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px; height: 58px;
  border-radius: 50%;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  color: var(--ink);
  border: 2px solid var(--ink);
}
.step-coral    { background: var(--coral); color: var(--paper); }
.step-yellow   { background: var(--yellow); }
.step-mint     { background: var(--mint); }
.step-lavender { background: var(--lavender); }
.step h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
  color: var(--ink);
}
.step p {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  color: var(--ink-soft);
}
.step-arrow {
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  color: var(--coral);
  font-size: 32px;
  font-weight: 800;
  z-index: 2;
}

/* ============================== OPTIONS ============================== */
.upsells {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 24px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.upsell {
  padding: 32px 28px 32px;
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  position: relative;
  border: 2px solid var(--ink);
  box-shadow: 0 5px 0 var(--ink);
  transition: transform .2s, box-shadow .2s;
}
.upsell-side {
  background: var(--paper);
}
.upsell-side:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 0 var(--ink);
}
.upsell-sky { background: var(--sky); }
.upsell-mint { background: var(--mint); }
.upsell-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 4px 12px;
  background: var(--ink);
  color: var(--paper);
  margin-bottom: 20px;
  align-self: flex-start;
  border-radius: var(--radius-pill);
  font-weight: 500;
}
.tag-combo {
  background: var(--yellow);
  color: var(--ink);
}
.upsell-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.upsell-title em {
  font-style: italic;
  font-weight: 700;
  color: var(--ink-soft);
  font-size: .85em;
}
.upsell-price {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 14px;
  color: var(--coral);
  letter-spacing: -0.035em;
}
.upsell-price strong { font-weight: 800; }
.upsell-price small {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);
}
.upsell-desc {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 18px;
  color: var(--ink);
}
.upsell-desc code {
  font-family: var(--font-mono);
  font-size: 13px;
  background: var(--paper);
  padding: 1px 6px;
  border-radius: 4px;
  border: 1px solid var(--ink);
}
.upsell-list {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.55;
}
.upsell-list li {
  padding: 10px 0 10px 26px;
  position: relative;
  border-bottom: 1.5px solid var(--ink);
  opacity: .9;
}
.upsell-list li:last-child { border-bottom: none; }
.upsell-list li::before {
  content: '✓';
  position: absolute;
  left: 0; top: 10px;
  width: 18px; height: 18px;
  background: var(--coral);
  color: var(--paper);
  font-weight: 700;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.upsell-list strong {
  font-weight: 800;
  font-family: var(--font-display);
}
.upsell .btn { margin-top: 22px; align-self: flex-start; }

/* COMBO */
.upsell-combo {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
  transform: translateY(-14px);
  box-shadow: 0 8px 0 var(--coral);
  z-index: 2;
}
.upsell-combo:hover {
  transform: translateY(-18px);
  box-shadow: 0 12px 0 var(--coral);
}
.combo-corner {
  position: absolute;
  top: -22px; right: -14px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  background: var(--yellow);
  color: var(--ink);
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  transform: rotate(8deg);
  border: 2px solid var(--ink);
  box-shadow: 0 4px 0 var(--ink);
  letter-spacing: -0.005em;
}
.upsell-combo .upsell-title { color: var(--paper); }
.combo-name {
  display: inline-block;
  background: var(--yellow);
  color: var(--ink);
  padding: 2px 16px;
  margin-top: 6px;
  border-radius: var(--radius-md);
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 800;
  font-size: 1em;
  letter-spacing: -0.02em;
  border: 2px solid var(--ink);
  transform: rotate(-1deg);
}
.combo-countdown {
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(245, 236, 245, .75);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  background: rgba(245, 236, 245, .08);
  border-radius: var(--radius-sm);
  margin-bottom: 22px;
}
.combo-mini-label strong { color: var(--yellow); font-weight: 700; }
.combo-mini-time {
  font-family: var(--font-mono);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--yellow);
}
.combo-price-box { margin-bottom: 24px; }
.combo-price-old {
  font-family: var(--font-sans);
  font-size: 13px;
  color: rgba(245, 236, 245, .55);
  margin-bottom: 4px;
}
.combo-strike { text-decoration: line-through; }
.combo-price-new {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}
.combo-amount {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 50px;
  color: var(--yellow);
  letter-spacing: -0.04em;
  line-height: 1;
}
.combo-unit {
  font-family: var(--font-sans);
  font-size: 13px;
  color: rgba(245, 236, 245, .8);
}
.combo-save-line {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  color: var(--ink);
  background: var(--yellow);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  display: inline-block;
  margin-top: 10px;
}
.combo-includes { display: flex; flex-direction: column; gap: 14px; margin-bottom: 26px; }
.combo-line {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(245, 236, 245, .15);
}
.combo-line:last-child { border-bottom: none; padding-bottom: 0; }
.combo-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  font-family: var(--font-display);
  flex-shrink: 0;
}
.combo-check-bonus { background: var(--coral); color: var(--paper); }
.combo-line strong {
  color: var(--paper);
  display: block;
  font-weight: 700;
  margin-bottom: 2px;
  font-family: var(--font-display);
}
.combo-line em {
  font-style: italic;
  color: rgba(245, 236, 245, .7);
  font-size: 13px;
  font-family: var(--font-sans);
}
.combo-val { color: var(--yellow); font-weight: 700; font-style: normal; }
.combo-line-bonus {
  background: rgba(255, 107, 107, .15);
  padding: 14px;
  border: 1.5px solid var(--coral);
  border-radius: var(--radius-sm);
}
.combo-bonus-badge {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: var(--coral);
  color: var(--paper);
  padding: 3px 9px;
  border-radius: var(--radius-pill);
  margin-bottom: 8px;
}
.combo-bonus-free { color: var(--yellow); font-weight: 700; }
.btn-combo {
  background: var(--yellow);
  color: var(--ink);
  border-color: var(--paper);
  margin-top: 0;
  align-self: stretch;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 4px 0 var(--paper);
}
.btn-combo:hover {
  background: var(--paper);
  box-shadow: 0 7px 0 var(--paper);
}
.combo-tiny {
  font-family: var(--font-sans);
  font-size: 12px;
  color: rgba(245, 236, 245, .55);
  margin: 14px 0 0;
  text-align: center;
  font-style: italic;
}

/* ============================== FAQ ============================== */
.section-faq {
  background: var(--bg-elev);
}
.faq {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 40px auto 0;
  max-width: 880px;
}
.faq-item {
  background: var(--paper);
  border-radius: var(--radius-md);
  border: 2px solid var(--ink);
  box-shadow: 0 4px 0 var(--ink);
  transition: transform .15s, box-shadow .15s;
}
.faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 0 var(--ink);
}
.faq-item[open] {
  background: var(--yellow);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(17px, 1.8vw, 21px);
  letter-spacing: -0.02em;
  padding: 22px 64px 22px 26px;
  position: relative;
  line-height: 1.3;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  color: var(--paper);
  width: 36px; height: 36px;
  background: var(--coral);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  transition: transform .25s, background .25s;
  border: 2px solid var(--ink);
}
.faq-item[open] summary::after {
  content: '−';
  background: var(--ink);
  transform: translateY(-50%) rotate(180deg);
}
.faq-item p {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  padding: 0 60px 24px 26px;
  margin: 0;
  border-top: 2px solid var(--ink);
  padding-top: 20px;
}
.faq-item p code {
  font-family: var(--font-mono);
  font-size: 13px;
  background: var(--bg);
  border: 1px solid var(--ink);
  border-radius: 4px;
  padding: 1px 6px;
}

/* ============================== CTA FINAL ============================== */
.cta-final {
  background: var(--coral);
  color: var(--paper);
  padding: clamp(80px, 13vw, 160px) var(--gutter);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-shape-1 {
  top: 14%;
  left: 8%;
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--yellow);
}
.cta-shape-2 {
  bottom: 16%;
  right: 10%;
  width: 110px; height: 55px;
  background: var(--mint);
  border-radius: 110px 110px 0 0;
  transform: rotate(-20deg);
}
.cta-shape-3 {
  bottom: 8%;
  left: 12%;
  width: 70px; height: 70px;
  border-radius: 50%;
  background: var(--lavender);
}
.cta-shape-4 {
  top: 22%;
  right: 14%;
  font-size: 64px;
  color: var(--yellow);
  line-height: 1;
}
.cta-shape-5 {
  bottom: 30%;
  left: 25%;
  font-family: var(--font-display);
  font-size: 100px;
  font-weight: 800;
  color: var(--paper);
  opacity: .25;
  line-height: 1;
}
.cta-final-inner {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cta-line {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .14em;
  color: var(--yellow);
  display: inline-block;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.cta-final h2 {
  font-size: clamp(54px, 9.5vw, 132px);
  line-height: .94;
  letter-spacing: -0.04em;
  margin: 0 0 28px;
  color: var(--paper);
}
.cta-final h2 em {
  font-style: italic;
  color: var(--ink);
  background: var(--yellow);
  padding: 0 .2em;
  border-radius: var(--radius-md);
  display: inline-block;
  font-weight: 800;
}
.cta-final p {
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.7;
  color: rgba(255, 255, 255, .92);
  margin: 0 auto 36px;
  max-width: 52ch;
}
.cta-final p strong {
  background: var(--yellow);
  color: var(--ink);
  padding: .22em .5em;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.cta-final .btn-primary {
  background: var(--ink);
  color: var(--yellow);
  border-color: var(--paper);
  box-shadow: 0 5px 0 var(--ink);
}
.cta-final .btn-primary:hover {
  box-shadow: 0 8px 0 var(--ink);
}

/* ============================== FOOTER ============================== */
.site-footer {
  background: var(--ink);
  color: var(--paper);
  padding: 38px var(--gutter);
  font-family: var(--font-sans);
  font-size: 14px;
}
.footer-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.logo-mark-footer svg { opacity: 1; }
.footer-nav { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-nav a {
  color: rgba(245, 236, 245, .75);
  transition: color .15s;
}
.footer-nav a:hover { color: var(--coral); }

/* ============================== RESPONSIVE ============================== */
@media (max-width: 1024px) {
  .included-grid { grid-template-columns: repeat(2, 1fr); }
  .demo-grid { grid-template-columns: repeat(2, 1fr); }
  .demo-promo { grid-template-columns: 1fr; }
  .demo-promo-text .section-h2-left { text-align: center; }
  .demo-promo-text .btn-row { justify-content: center; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step-arrow { display: none; }
  .upsells { grid-template-columns: 1fr; gap: 32px; }
  .upsell-combo { transform: none; }
}
@media (max-width: 720px) {
  .header-inner {
    grid-template-columns: auto auto;
    gap: 12px;
  }
  .nav { display: none; }
  .logo-word { font-size: 18px; }
  .header-tools { gap: 8px; }
  .theme-switch { padding: 2px; }
  .theme-btn { width: 24px; height: 24px; font-size: 12px; }
  .nav-cta { padding: 9px 14px; font-size: 12px; }
  .included-grid { grid-template-columns: 1fr; gap: 18px; }
  .demo-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .topbar-bonus-text { display: none; }
  .topbar-bonus-link { padding: 10px 50px 10px 16px; gap: 10px; }
  .faq-item summary { padding: 18px 56px 18px 18px; font-size: 16px; }
  .faq-item p { padding: 16px 20px 18px 18px; }
  .hero-h1 { font-size: clamp(46px, 13vw, 86px); }
  .shape { transform: scale(.6) !important; }
  .combo-corner { top: -16px; right: -8px; font-size: 12px; padding: 8px 14px; }
}

/* Menu principal : replié sous 1180px pour éviter tout débordement (logo + bouton restent visibles) */
@media (min-width: 721px) and (max-width: 1180px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .nav { display: none; }
}

/* ============================================================
   THÈME SOMBRE — lisibilité sur les cartes & badges à fond clair
   (les pastels restent clairs en sombre, donc texte forcé foncé)
   ============================================================ */
body[data-theme="dark"] :is(.inc-card,.trade-card,.feat,.upsell,.upsell-side,.upsell-combo,.pp-perk,.pp-contact-ok,.topbar-bonus,.cta-final) *:not(.btn):not(.btn *):not(.trade-tag),
body[data-theme="dark"] :is(.inc-card,.feat,.pp-perk,.topbar-bonus,.upsell-side,.upsell-combo),
body[data-theme="dark"] .step-num,
body[data-theme="dark"] .hl-pill,
body[data-theme="dark"] .hl-blob-mint,
body[data-theme="dark"] .combo-corner,
body[data-theme="dark"] .upsell-tag { color: #2a1832 !important; }

/* Boutons « contour » sur carte claire : trait + texte foncés en sombre */
body[data-theme="dark"] .upsell .btn-outline { color: #2a1832 !important; border-color: #2a1832 !important; }

/* Corrections ciblées : chips/boutons à fond foncé ou très coloré */
body[data-theme="dark"] .trade-card .trade-tag { color: var(--ink) !important; }  /* chip foncé → texte clair */
body[data-theme="dark"] .btn-combo { color: #2a1832 !important; }                 /* bouton jaune → texte foncé */
body[data-theme="dark"] .hero-lead strong { color: #2a1832 !important; }          /* surlignage lavande → texte foncé */
body[data-theme="dark"] .cta-final .btn-primary { color: #2a1832 !important; }    /* bouton clair (bloc final) → texte foncé */
body[data-theme="dark"] .site-footer .footer-nav a { color: #2a1832 !important; } /* pied de page clair → liens foncés */

/* ============================================================
   ARRIÈRE-PLAN — fini les confettis.
   • Halo coloré FRANC, différent par section
   • Les points se regroupent en NUAGES/FORMES douces (pas un tapis uniforme)
   Le point suit var(--ink) : foncé en clair/tamisé, clair en sombre.
   ============================================================ */
.shape { display: none !important; }

body { background-color: var(--bg); }

.hero, .section {
  background-color: var(--bg);
  background-image:
    radial-gradient(72% 62% at var(--glow-pos, 82% -12%), color-mix(in srgb, var(--accent, var(--coral)) 24%, transparent), transparent 66%);
  background-repeat: no-repeat;
}
.section-manifest, .section-demo, .section-faq { background-color: var(--bg-elev); }

/* Base des nuages de points — la FORME est définie par section plus bas */
.hero::before, .section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(color-mix(in srgb, var(--ink) 17%, transparent) 1.5px, transparent 2px);
  background-size: 24px 24px;
}
/* le contenu reste au-dessus des nuages de points */
.hero-inner, .section-inner { position: relative; z-index: 1; }

/* Teinte + position du halo par section */
.hero             { --accent: var(--yellow);   --glow-pos: 50% -16%; }
.section-manifest { --accent: var(--coral);    --glow-pos: 92% -6%; }
.section-inclus   { --accent: var(--mint);     --glow-pos: 4% 6%; }
.section-demo     { --accent: var(--lavender); --glow-pos: 96% 8%; }
.section-etapes   { --accent: var(--peach);    --glow-pos: 6% 96%; }
.section-options  { --accent: var(--sky);      --glow-pos: 94% 102%; }
.section-faq      { --accent: var(--mint);     --glow-pos: 6% 6%; }
.section-contact  { --accent: var(--coral);    --glow-pos: 94% 96%; }

/* FORME distincte du nuage de points pour chaque section (variété) */
.hero::before             { -webkit-mask-image: radial-gradient(60% 22% at 76% 82%, #000 0, #000 42%, transparent 78%); mask-image: radial-gradient(60% 22% at 76% 82%, #000 0, #000 42%, transparent 78%); } /* bande basse */
.section-manifest::before { -webkit-mask-image: radial-gradient(36% 52% at 92% -2%, #000 0, transparent 72%); mask-image: radial-gradient(36% 52% at 92% -2%, #000 0, transparent 72%); } /* tache haut-droite */
.section-inclus::before   { -webkit-mask-image: radial-gradient(24% 28% at 6% 14%, #000, transparent 70%), radial-gradient(28% 32% at 90% 86%, #000, transparent 70%); mask-image: radial-gradient(24% 28% at 6% 14%, #000, transparent 70%), radial-gradient(28% 32% at 90% 86%, #000, transparent 70%); } /* 2 amas en diagonale */
.section-demo::before     { -webkit-mask-image: radial-gradient(circle at 90% 16%, transparent 0 22%, #000 30% 46%, transparent 58%); mask-image: radial-gradient(circle at 90% 16%, transparent 0 22%, #000 30% 46%, transparent 58%); } /* anneau */
.section-etapes::before   { -webkit-mask-image: radial-gradient(16% 18% at 8% 86%, #000, transparent 72%), radial-gradient(13% 15% at 24% 70%, #000, transparent 72%), radial-gradient(19% 21% at 15% 98%, #000, transparent 72%); mask-image: radial-gradient(16% 18% at 8% 86%, #000, transparent 72%), radial-gradient(13% 15% at 24% 70%, #000, transparent 72%), radial-gradient(19% 21% at 15% 98%, #000, transparent 72%); } /* amas dispersés */
.section-options::before  { -webkit-mask-image: radial-gradient(44% 40% at 96% 104%, #000 0, transparent 70%); mask-image: radial-gradient(44% 40% at 96% 104%, #000 0, transparent 70%); } /* grande tache bas-droite */
.section-faq::before      { -webkit-mask-image: radial-gradient(22% 66% at 3% 50%, #000 0, #000 30%, transparent 72%); mask-image: radial-gradient(22% 66% at 3% 50%, #000 0, #000 30%, transparent 72%); } /* colonne gauche */
.section-contact::before  { -webkit-mask-image: radial-gradient(48% 52% at 100% 100%, #000 0, transparent 68%); mask-image: radial-gradient(48% 52% at 100% 100%, #000 0, transparent 68%); } /* éventail coin */

/* ===== Galerie d'exemples : bande qui defile, vignettes cliquables vers les vrais sites metiers ===== */
.demo-promo--stack { grid-template-columns: 1fr; gap: clamp(22px, 4vw, 34px); }
.demo-promo--stack .demo-promo-text { max-width: 820px; margin-inline: auto; text-align: center; }
.demo-promo--stack .demo-promo-text .section-h2-left { text-align: center; }
.demo-promo--stack .demo-promo-text p { max-width: 600px; margin-inline: auto; }
.demo-promo--stack .demo-promo-text .btn-row { justify-content: center; }

.demo-rail-hint {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .02em;
  color: var(--ink);
  opacity: .68;
  text-align: center;
  margin: 0 auto 16px;
}
.demo-rail { position: relative; min-width: 0; }
.demo-promo--stack .demo-promo-text { min-width: 0; }
.demo-grid--gallery {
  display: flex;
  min-width: 0;
  width: 100%;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  padding: 4px 4px 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}
.demo-grid--gallery.is-dragging { cursor: grabbing; scroll-behavior: auto; }
.demo-grid--gallery::-webkit-scrollbar { display: none; }
.demo-grid--gallery .trade-card {
  flex: 0 0 calc((100% - 54px) / 4);   /* 4 vignettes pleines, jamais coupees (3 espaces de 18px) */
  box-sizing: border-box;
  scroll-snap-align: start;
  padding: 0;
  min-height: 0;
  overflow: hidden;
  text-decoration: none;
  background: var(--paper);
}
.demo-grid--gallery .trade-shot { position: relative; display: block; aspect-ratio: 16 / 11; background-size: cover; background-position: center; border-bottom: 2px solid var(--ink); }
.demo-grid--gallery .trade-tag { position: absolute; top: 10px; left: 10px; margin: 0; box-shadow: 0 2px 0 rgba(0,0,0,.25); background: #2a1832; color: #f6eef6; }
body[data-theme="dark"] .demo-grid--gallery .trade-tag { color: #f6eef6 !important; }  /* garde le texte clair sur la pastille foncee en sombre */
.demo-grid--gallery .trade-body { flex: 1; display: flex; flex-direction: column; gap: 10px; padding: 14px 16px 16px; }
.demo-grid--gallery .trade-coral    .trade-body { background: var(--coral); color: var(--ink); }
.demo-grid--gallery .trade-pink     .trade-body { background: var(--pink); }
.demo-grid--gallery .trade-sky      .trade-body { background: var(--sky); }
.demo-grid--gallery .trade-mint     .trade-body { background: var(--mint); }
.demo-grid--gallery .trade-yellow   .trade-body { background: var(--yellow); }
.demo-grid--gallery .trade-lavender .trade-body { background: var(--lavender); }
.demo-grid--gallery .trade-title { font-size: 16px; line-height: 1.15; margin: 0; }
.demo-grid--gallery .trade-coral .trade-title { color: var(--ink); }
.demo-grid--gallery .trade-go { margin-top: auto; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .05em; text-transform: uppercase; font-weight: 600; color: var(--ink); display: inline-flex; align-items: center; gap: 7px; }
.demo-grid--gallery .trade-coral .trade-go { color: var(--ink); }
.demo-grid--gallery .trade-go em { font-style: normal; transition: transform .2s; }
.demo-grid--gallery .trade-card:hover .trade-go em { transform: translate(3px, -3px); }

/* fleches de la bande */
.demo-rail-arrow {
  position: absolute; top: 46%; transform: translateY(-50%);
  z-index: 4; width: 46px; height: 46px; border-radius: 50%;
  border: 2px solid var(--ink); background: var(--paper); color: var(--ink);
  font-size: 24px; line-height: 1; font-weight: 700; cursor: pointer;
  box-shadow: 0 4px 0 var(--ink); display: grid; place-items: center;
  transition: background .15s, color .15s, transform .1s, box-shadow .1s, opacity .2s;
}
.demo-rail-prev { left: -8px; }
.demo-rail-next { right: -8px; }
.demo-rail-arrow:hover { background: var(--coral); color: var(--paper); }
.demo-rail-arrow:active { box-shadow: 0 2px 0 var(--ink); transform: translateY(-50%) translateY(2px); }
.demo-rail-arrow[disabled] { opacity: 0; pointer-events: none; }
/* nombre entier de vignettes selon la largeur -> aucun bord coupe */
@media (max-width: 1024px) { .demo-grid--gallery .trade-card { flex-basis: calc((100% - 36px) / 3); } }  /* 3 */
@media (max-width: 720px)  { .demo-rail-arrow { display: none; } .demo-grid--gallery .trade-card { flex-basis: calc((100% - 18px) / 2); } }  /* 2 */
@media (max-width: 520px)  { .demo-grid--gallery .trade-card { flex-basis: 100%; } }  /* 1 */
