/* ══════════════════════════════════════════
   PÉVÈLE LEADS — styles.css v14
   Structure V12 · Palette V12 navy+or · curseur natif
   Fix mode clair : banner + pill + geo-tags lisibles
   
   ══════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Bricolage+Grotesque:opsz,wght@12..96,300;400;500;600;700;800&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  /* Palette logo : navy + or + blanc cassé */
  --navy:   #080c18;
  --navy2:  #0d1220;
  --navy3:  #141a2a;
  --navy4:  #1c2338;
  --gold:   #d4a017;
  --gold2:  #f0bc20;
  --gold3:  #ffd84d;
  --goldim: rgba(212,160,23,.1);
  --goldbd: rgba(212,160,23,.22);
  --green:  #22c55e;
  --greendim: rgba(34,197,94,.12);
  --white:  #f5f7fc;
  --off:    #e8ebf4;
  --muted:  #6b7694;
  --soft:   #9ba4c0;
  --red:    #e03c3c;
  --reddim: rgba(224,60,60,.1);
  --line:   rgba(255,255,255,.07);
  --line2:  rgba(255,255,255,.14);

  --rad:    12px;
  --rad2:   20px;
  --max:    1180px;
  --ff-d:   'Bebas Neue', sans-serif;
  --ff-s:   'Instrument Serif', serif;
  --ff-b:   'Bricolage Grotesque', system-ui, sans-serif;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--ff-b); background: var(--navy); color: var(--white); overflow-x: hidden; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }


/* ── FOND & TEXTURE ── */
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .018; background-size: 160px;
}
.bg-glow {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse 60% 32% at 50% -2%, rgba(212,160,23,.07), transparent 58%),
    radial-gradient(ellipse 30% 20% at 88% 12%, rgba(212,160,23,.04), transparent 50%),
    radial-gradient(ellipse 35% 22% at 8% 88%, rgba(34,197,94,.025), transparent 55%);
}

/* ── LAYOUT ── */
.wrap { position: relative; z-index: 1; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }

/* ══════════════════════════════════════════
   NAV — barre élégante avec ligne inférieure or
   ══════════════════════════════════════════ */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(8,12,24,.9);
  backdrop-filter: blur(28px) saturate(1.6);
  border-bottom: 1px solid var(--goldbd);
}
.nav-inner {
  width: min(var(--max), calc(100% - 48px)); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; gap: 12px; position: relative;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img {
  height: 44px; width: auto;
  filter: drop-shadow(0 0 12px rgba(212,160,23,.4));
}
.brand-txt { display: flex; flex-direction: column; line-height: 1; }
.brand-txt strong { font-family: var(--ff-d); font-size: 18px; letter-spacing: .08em; color: var(--white); }
.brand-txt small { font-size: 9px; color: var(--muted); font-weight: 500; margin-top: 3px; letter-spacing: .16em; text-transform: uppercase; }

.nav-links { display: flex; align-items: center; gap: 0; }
.nav-links a { font-size: 13px; font-weight: 600; color: var(--muted); padding: 8px 13px; border-radius: 8px; transition: color .15s, background .15s; white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--white); background: rgba(255,255,255,.06); }
.nav-cta {
  padding: 9px 20px; border-radius: 8px; margin-left: 10px;
  background: var(--gold); color: var(--navy) !important;
  font-size: 12.5px; font-weight: 800; letter-spacing: .04em;
  transition: .2s; white-space: nowrap;
  box-shadow: 0 0 18px rgba(212,160,23,.25);
}
.nav-cta:hover { background: var(--gold2); transform: translateY(-1px); box-shadow: 0 4px 24px rgba(212,160,23,.4); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: .3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ══════════════════════════════════════════
   TYPOGRAPHIE — magazine éditorial
   ══════════════════════════════════════════ */
h1 { font-family: var(--ff-d); font-size: clamp(64px, 11vw, 148px); line-height: .9; letter-spacing: .01em; font-weight: 400; text-transform: uppercase; }
h1 .gold   { color: var(--gold2); }
h1 .serif  { font-family: var(--ff-s); font-style: italic; text-transform: none; letter-spacing: -.01em; line-height: 1; font-size: .8em; }
h1 .ghost  { -webkit-text-stroke: 1px rgba(245,247,252,.15); color: transparent; }

h2 { font-family: var(--ff-d); font-size: clamp(36px, 5.5vw, 80px); line-height: .93; letter-spacing: .01em; font-weight: 400; text-transform: uppercase; }
h2 .gold   { color: var(--gold2); }
h2 .ghost  { -webkit-text-stroke: 1px rgba(245,247,252,.12); color: transparent; }
h2 .serif  { font-family: var(--ff-s); font-style: italic; text-transform: none; letter-spacing: -.01em; font-size: .78em; line-height: 1.1; }
h2 .dim    { color: rgba(245,247,252,.2); }

h3 { font-family: var(--ff-b); font-size: clamp(16px, 1.7vw, 20px); font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
h4 { font-family: var(--ff-b); font-size: 16px; font-weight: 700; letter-spacing: -.01em; }

.lead { color: var(--soft); font-size: clamp(15px, 1.5vw, 17px); line-height: 1.84; margin-top: 18px; max-width: 540px; }

/* ── PILL ── */
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 4px;
  border: 1px solid var(--goldbd); background: var(--goldim);
  color: var(--gold2); font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .18em; margin-bottom: 22px;
}
.pill::before {
  content: ""; width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold2); box-shadow: 0 0 8px var(--gold2);
  animation: blink 2.2s infinite; flex-shrink: 0;
}
@keyframes blink { 0%,100%{opacity:1;box-shadow:0 0 8px var(--gold2)} 50%{opacity:.4;box-shadow:none} }

/* ── DIVIDER GOLD ── */
.gold-rule { width: 48px; height: 2px; background: var(--gold); display: block; margin: 20px 0; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 0 28px; border-radius: 8px; font-weight: 700; font-size: 14px; letter-spacing: .02em; transition: .2s ease; }
.btn-gold { background: var(--gold); color: var(--navy); box-shadow: 0 4px 20px rgba(212,160,23,.25); }
.btn-gold:hover { background: var(--gold2); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(212,160,23,.4); }
.btn-ghost { border: 1px solid var(--line2); color: var(--soft); background: rgba(255,255,255,.04); border-radius: 8px; }
.btn-ghost:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.22); color: var(--white); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 4px 20px rgba(224,60,60,.22); }
.btn-red:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(224,60,60,.38); }
.btn-outline-gold { border: 1.5px solid var(--gold); color: var(--gold2); background: transparent; }
.btn-outline-gold:hover { background: var(--goldim); }
.btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

/* ══════════════════════════════════════════
   HERO — grille asymétrique avec numéros
   ══════════════════════════════════════════ */
.hero {
  min-height: calc(100vh - 64px);
  display: grid; grid-template-rows: 1fr auto;
  padding: 68px 0 0; position: relative; overflow: hidden;
}
/* Ligne verticale déco */
.hero::before {
  content: ''; position: absolute; left: calc((100% - min(1180px, 100% - 48px)) / 2 - 1px);
  top: 0; bottom: 0; width: 1px;
  background: linear-gradient(to bottom, transparent, var(--goldbd) 20%, var(--goldbd) 80%, transparent);
  pointer-events: none;
}

.hero-inner {
  width: min(var(--max), calc(100% - 48px)); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 420px;
  gap: 56px; align-items: center;
}
.hero-eyebrow {
  font-family: var(--ff-b); font-size: 10.5px; letter-spacing: .24em;
  text-transform: uppercase; color: var(--muted);
  display: flex; align-items: center; gap: 14px; margin-bottom: 20px;
}
.hero-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--gold); flex-shrink: 0; }

.hero-subtitle { font-size: clamp(14px, 1.4vw, 16.5px); color: var(--soft); line-height: 1.84; margin-top: 22px; max-width: 480px; }
.hero-subtitle strong { color: var(--white); }

/* ── PANEL DROITE — style dashboard ── */
.hero-panel {
  border: 1px solid var(--goldbd);
  background: linear-gradient(160deg, rgba(20,26,42,.95), rgba(13,18,32,.9));
  border-radius: var(--rad2); overflow: hidden;
}
.hero-panel-header {
  padding: 18px 22px; border-bottom: 1px solid var(--line);
  display: flex; align-items: center; gap: 10px;
}
.hp-dot { width: 8px; height: 8px; border-radius: 50%; }
.hp-dot-g { background: var(--green); box-shadow: 0 0 8px var(--green); }
.hp-dot-y { background: var(--gold); }
.hp-dot-r { background: #666; }
.hp-label { font-size: 10px; color: var(--muted); letter-spacing: .14em; text-transform: uppercase; font-weight: 600; margin-left: auto; }
.hero-panel-body { padding: 20px 22px; display: flex; flex-direction: column; gap: 10px; }

.hcard {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--rad); padding: 14px 16px;
  display: flex; align-items: flex-start; gap: 12px;
  transition: border-color .2s, background .2s;
}
.hcard:hover { border-color: var(--goldbd); background: var(--goldim); }
.hcard.prime { border-color: var(--goldbd); background: var(--goldim); }
.hcard-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.hcard-title { font-size: 13px; font-weight: 700; color: var(--white); margin-bottom: 3px; letter-spacing: -.01em; }
.hcard.prime .hcard-title { color: var(--gold2); }
.hcard-desc { font-size: 11px; color: var(--muted); line-height: 1.52; }

/* STATS BAND */
.hero-stats {
  width: min(var(--max), calc(100% - 48px)); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--goldbd);
}
.hero-stat { padding: 22px 28px; border-right: 1px solid var(--line); position: relative; }
.hero-stat::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); opacity: 0; transition: opacity .3s; }
.hero-stat:hover::before { opacity: 1; }
.hero-stat:last-child { border-right: none; }
.stat-n { font-family: var(--ff-d); font-size: 46px; color: var(--gold2); line-height: 1; letter-spacing: .02em; }
.stat-l { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-top: 4px; font-weight: 600; }

/* ══════════════════════════════════════════
   MARQUEE
   ══════════════════════════════════════════ */
.marquee-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(212,160,23,.04); padding: 11px 0; overflow: hidden; white-space: nowrap; }
.marquee-track { display: inline-flex; animation: marquee 34s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
.marquee-item { display: inline-flex; align-items: center; gap: 16px; font-family: var(--ff-d); font-size: 13px; letter-spacing: .1em; color: var(--muted); padding: 0 40px; }
.marquee-item .dot { color: var(--gold); font-size: 7px; }
@keyframes marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ══════════════════════════════════════════
   ALERT BAND
   ══════════════════════════════════════════ */
.alert-band { background: var(--reddim); border-top: 1px solid rgba(224,60,60,.18); border-bottom: 1px solid rgba(224,60,60,.18); padding: 14px 0; }
.alert-inner { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.alert-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 8px var(--red); animation: blink 1.5s infinite; flex-shrink: 0; }
.alert-text { display: flex; align-items: center; gap: 12px; }
.alert-msg { font-size: 13.5px; color: var(--soft); line-height: 1.5; }
.alert-msg strong { color: var(--white); }

/* ══════════════════════════════════════════
   SECTIONS
   ══════════════════════════════════════════ */
.section { padding: 96px 0; }
.s-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 52px; flex-wrap: wrap; }
.s-desc { max-width: 340px; font-size: 14.5px; color: var(--muted); line-height: 1.82; }
.page-hero { padding: 72px 0 50px; }

/* ══════════════════════════════════════════
   CARDS — style magazine avec bordure latérale
   ══════════════════════════════════════════ */
.grid2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.grid3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }

.card {
  border: 1px solid var(--line);
  background: var(--navy2);
  border-radius: var(--rad2); padding: 28px 28px;
  transition: border-color .25s, transform .25s, box-shadow .25s;
  position: relative; overflow: hidden;
}
/* Ligne latérale or au hover */
.card::before {
  content: ''; position: absolute; top: 20px; bottom: 20px; left: 0;
  width: 2px; background: var(--gold);
  transform: scaleY(0); transform-origin: center;
  transition: transform .3s ease;
}
.card:hover { border-color: var(--goldbd); transform: translateY(-3px); box-shadow: 0 16px 48px rgba(0,0,0,.35); }
.card:hover::before { transform: scaleY(1); }

/* PEEK */
.card.peek .card-body {
  max-height: 0; overflow: hidden; opacity: 0; transform: translateY(10px);
  transition: max-height .48s cubic-bezier(.4,0,.2,1), opacity .35s ease, transform .35s ease;
}
.card.peek .peek-hint {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10px; color: var(--gold2); letter-spacing: .12em; text-transform: uppercase;
  font-weight: 700; margin-top: 12px; overflow: hidden; transition: opacity .22s, max-height .22s;
}
.card.peek .peek-hint::after { content: '↓'; font-size: 12px; }
@media (hover: hover) and (pointer: fine) {
  .card.peek:hover .card-body { max-height: 600px; opacity: 1; transform: translateY(0); }
  .card.peek:hover .peek-hint { opacity: 0; max-height: 0; margin-top: 0; }
}
.card.peek.open .card-body { max-height: 600px; opacity: 1; transform: translateY(0); }
.card.peek.open .peek-hint { opacity: 0; max-height: 0; margin-top: 0; }
@media (hover: none) { .card.peek { cursor: pointer; } }

.card-body-inner { padding-top: 14px; border-top: 1px solid var(--line); margin-top: 4px; }
.card-tag { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--gold); margin-bottom: 14px; }
.card p { color: var(--muted); font-size: 14px; line-height: 1.8; margin-top: 8px; }

.clist { list-style: none; margin-top: 12px; display: grid; gap: 7px; }
.clist li { position: relative; padding-left: 18px; font-size: 13px; color: var(--soft); line-height: 1.55; }
.clist li::before { content: ""; position: absolute; left: 0; top: .52em; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 6px rgba(212,160,23,.5); transform: translateY(-50%); }

/* ══════════════════════════════════════════
   PROBLEM CARDS — rouge sur ligne
   ══════════════════════════════════════════ */
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 24px; }
.problem-card {
  border: 1px solid var(--line); border-radius: var(--rad2); padding: 30px 26px;
  background: var(--navy2); position: relative; overflow: hidden; cursor: default;
}
@media (hover: none) { .problem-card { cursor: pointer; } }
.problem-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
@media (hover: hover) and (pointer: fine) {
  .problem-card:hover { border-color: rgba(224,60,60,.22); transform: translateY(-3px); box-shadow: 0 16px 48px rgba(0,0,0,.35); }
  .problem-card:hover::after { transform: scaleX(1); }
  .problem-card:hover .card-body { max-height: 400px; opacity: 1; transform: translateY(0); }
  .problem-card:hover .peek-hint { opacity: 0; max-height: 0; margin-top: 0; }
}
.problem-card.open::after { transform: scaleX(1); }
.problem-card.open .card-body { max-height: 400px; opacity: 1; transform: translateY(0); }
.problem-card.open .peek-hint { opacity: 0; max-height: 0; margin-top: 0; }
.problem-num { font-family: var(--ff-d); font-size: 80px; color: rgba(224,60,60,.05); line-height: 1; position: absolute; top: 6px; right: 12px; pointer-events: none; user-select: none; }
.problem-label { font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; color: var(--red); margin-bottom: 12px; opacity: .85; }
.problem-card h3 { font-size: 18px; font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
.problem-card .card-body { max-height: 0; overflow: hidden; opacity: 0; transform: translateY(8px); transition: max-height .48s cubic-bezier(.4,0,.2,1), opacity .35s ease, transform .35s ease; }
.problem-card .card-body p { color: var(--muted); font-size: 13.5px; line-height: 1.8; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.problem-card .peek-hint { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; color: var(--gold2); letter-spacing: .12em; text-transform: uppercase; font-weight: 700; margin-top: 12px; overflow: hidden; transition: opacity .2s, max-height .2s; }
.problem-card .peek-hint::after { content: '↓'; }

/* ══════════════════════════════════════════
   IMPACT SECTION
   ══════════════════════════════════════════ */
.impact-section {
  background: linear-gradient(135deg, rgba(224,60,60,.05), rgba(13,18,32,.9));
  border: 1px solid rgba(224,60,60,.14); border-radius: var(--rad2); padding: 52px 48px;
  position: relative; overflow: hidden;
}
.impact-bg-text { position: absolute; right: -10px; top: 50%; transform: translateY(-50%); font-family: var(--ff-d); font-size: 180px; color: rgba(224,60,60,.04); line-height: 1; pointer-events: none; user-select: none; white-space: nowrap; }
.impact-numbers { display: flex; gap: 32px; flex-wrap: wrap; margin-top: 28px; align-items: center; }
.impact-num-val { font-family: var(--ff-d); font-size: 58px; color: var(--red); line-height: 1; letter-spacing: .02em; }
.impact-num-label { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-top: 4px; }
.impact-op { font-family: var(--ff-d); font-size: 44px; color: rgba(224,60,60,.2); align-self: center; }

/* ══════════════════════════════════════════
   BONUS CARD
   ══════════════════════════════════════════ */
.bonus-card {
  border: 1.5px solid var(--goldbd);
  background: linear-gradient(135deg, rgba(212,160,23,.06), rgba(13,18,32,.9));
  border-radius: var(--rad2); padding: 34px 40px;
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 28px; align-items: center; position: relative; overflow: hidden;
}
.bonus-card::before { content: 'GRATUIT'; position: absolute; top: 18px; right: -28px; background: var(--gold); color: var(--navy); font-family: var(--ff-d); font-size: 11px; letter-spacing: .1em; padding: 4px 36px; transform: rotate(45deg); }
.bonus-icon { font-size: 40px; }
.bonus-title { font-family: var(--ff-d); font-size: 26px; letter-spacing: .04em; color: var(--gold2); margin-bottom: 6px; }
.bonus-desc { font-size: 14px; color: var(--muted); line-height: 1.75; }

/* ══════════════════════════════════════════
   OFFER CARDS — intact
   ══════════════════════════════════════════ */
.offer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; align-items: start; }
.offer-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 16px; }
.offer-card { border: 1px solid var(--line); background: var(--navy2); border-radius: var(--rad2); padding: 28px 26px; display: flex; flex-direction: column; transition: .25s ease; cursor: default; position: relative; overflow: hidden; }
.offer-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.offer-card:hover { border-color: var(--goldbd); transform: translateY(-4px); box-shadow: 0 20px 56px rgba(0,0,0,.35); }
.offer-card:hover::before { transform: scaleX(1); }
.offer-card.featured { border-color: var(--goldbd); background: linear-gradient(160deg, rgba(212,160,23,.1), var(--navy2)); transform: translateY(-6px); }
.offer-card.featured::before { transform: scaleX(1); }
.offer-card.featured:hover { transform: translateY(-10px); }
.offer-card .offer-detail { max-height: 0; overflow: hidden; opacity: 0; transform: translateY(8px); transition: max-height .48s cubic-bezier(.4,0,.2,1), opacity .35s ease, transform .35s ease; }
@media (hover: hover) and (pointer: fine) {
  .offer-card:hover .offer-detail { max-height: 600px; opacity: 1; transform: translateY(0); }
  .offer-card:hover .offer-hint { opacity: 0; max-height: 0; margin-top: 0; }
}
.offer-card.open .offer-detail { max-height: 600px; opacity: 1; transform: translateY(0); }
.offer-card.open .offer-hint { opacity: 0; max-height: 0; margin-top: 0; }
@media (hover: none) { .offer-card { cursor: pointer; } }
.offer-hint { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; color: var(--gold2); letter-spacing: .1em; text-transform: uppercase; font-weight: 700; margin-top: 8px; overflow: hidden; transition: opacity .22s, max-height .22s; }
.offer-hint::after { content: '↓'; }
.offer-badge { display: inline-block; padding: 3px 10px; border-radius: 4px; background: var(--gold); color: var(--navy); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.offer-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--gold); margin-bottom: 10px; }
.offer-price { font-family: var(--ff-d); font-size: clamp(30px,3.5vw,46px); font-weight: 400; letter-spacing: .04em; margin: 14px 0 8px; color: var(--white); }
.offer-price small { font-size: 12px; color: var(--muted); font-family: var(--ff-b); }
.offer-desc { font-size: 13.5px; color: var(--muted); line-height: 1.68; }
.offer-cta { display: block; text-align: center; margin-top: 22px; padding: 13px; border-radius: 8px; font-weight: 700; font-size: 13.5px; border: 1px solid var(--line2); color: var(--soft); background: rgba(255,255,255,.04); transition: .2s; }
.offer-cta:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.2); }
.offer-card.featured .offer-cta { background: var(--gold); color: var(--navy); border-color: transparent; box-shadow: 0 6px 24px rgba(212,160,23,.28); }
.offer-card.featured .offer-cta:hover { background: var(--gold2); transform: translateY(-1px); }
.note { font-size: 12px; color: var(--muted); margin-top: 12px; font-style: italic; }

/* ══════════════════════════════════════════
   OPTIONS
   ══════════════════════════════════════════ */
.options-bloc { background: linear-gradient(160deg, rgba(212,160,23,.06), rgba(13,18,32,.9)); border: 1px solid var(--goldbd); border-radius: var(--rad2); padding: 34px; margin-top: 8px; }
.options-header { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.options-icon { font-size: 20px; min-width: 44px; height: 44px; background: var(--goldim); border: 1px solid var(--goldbd); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.options-titre { font-family: var(--ff-b); font-size: 17px; font-weight: 700; letter-spacing: -.02em; margin-bottom: 4px; }
.options-sous { font-size: 13px; color: var(--muted); line-height: 1.65; }
.options-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.option-item { background: rgba(255,255,255,.03); border: 1px solid var(--line); border-radius: 10px; padding: 18px; transition: .22s ease; }
.option-item:hover { border-color: var(--goldbd); background: var(--goldim); transform: translateY(-2px); }
.option-top { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; margin-bottom: 7px; flex-wrap: wrap; }
.option-nom { font-size: 13px; font-weight: 700; letter-spacing: -.01em; }
.option-prix { font-size: 11.5px; font-weight: 700; color: var(--gold2); background: var(--goldim); padding: 2px 9px; border-radius: 4px; white-space: nowrap; }
.option-desc { font-size: 12px; color: var(--muted); line-height: 1.6; }
.options-note { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); font-style: italic; }

/* ══════════════════════════════════════════
   STEPS — timeline verticale
   ══════════════════════════════════════════ */
.steps { display: grid; position: relative; }
.steps::before { content: ''; position: absolute; left: 25px; top: 28px; bottom: 28px; width: 1px; background: linear-gradient(to bottom, var(--gold), transparent); opacity: .3; }
.step { display: grid; grid-template-columns: 52px 1fr; gap: 20px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }
.step:last-child { border-bottom: none; }
.step-n { width: 50px; height: 50px; border-radius: 50%; flex-shrink: 0; border: 1.5px solid var(--goldbd); background: var(--goldim); display: flex; align-items: center; justify-content: center; font-family: var(--ff-d); color: var(--gold2); font-size: 20px; letter-spacing: .04em; position: relative; z-index: 1; }
.step h4 { margin-bottom: 5px; font-size: 16px; }
.step p { font-size: 13.5px; color: var(--muted); line-height: 1.72; }

/* ══════════════════════════════════════════
   BANNER
   ══════════════════════════════════════════ */
.banner { padding: 48px 44px; border-radius: var(--rad2); border: 1px solid var(--goldbd); background: linear-gradient(135deg, rgba(212,160,23,.06), rgba(13,18,32,.9)); display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; position: relative; overflow: hidden; }
.banner::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.banner p { font-size: 15px; color: var(--muted); line-height: 1.82; max-width: 520px; margin-top: 12px; }

/* ══════════════════════════════════════════
   NUMS
   ══════════════════════════════════════════ */
.nums { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 24px; }
.num-box { padding: 26px; border-radius: var(--rad); background: var(--navy2); border: 1px solid var(--line); position: relative; overflow: hidden; }
.num-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gold); opacity: .5; }
.num-box strong { display: block; font-family: var(--ff-d); font-size: 48px; letter-spacing: .04em; margin-bottom: 7px; color: var(--gold2); }
.num-box span { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* ══════════════════════════════════════════
   GEO TAGS
   ══════════════════════════════════════════ */
.geo-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.geo-tag { padding: 6px 14px; border-radius: 4px; border: 1px solid var(--line); background: rgba(255,255,255,.03); font-size: 11.5px; color: var(--muted); transition: .2s; font-weight: 500; }
.geo-tag:hover { border-color: var(--goldbd); color: var(--gold2); background: var(--goldim); }
.geo-tag.primary { border-color: var(--goldbd); color: var(--gold2); background: var(--goldim); font-weight: 700; }

/* ══════════════════════════════════════════
   VILLES
   ══════════════════════════════════════════ */
.villes-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 24px; }
.ville-card { padding: 16px; border-radius: var(--rad); text-align: center; border: 1px solid var(--line); background: var(--navy2); transition: .2s; }
.ville-card:hover { border-color: var(--goldbd); background: var(--goldim); }
.ville-card strong { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 2px; letter-spacing: -.01em; }
.ville-card span { font-size: 11px; color: var(--muted); }

/* ══════════════════════════════════════════
   CONTACT
   ══════════════════════════════════════════ */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; padding-bottom: 80px; }
.contact-box { border: 1px solid var(--line); background: var(--navy2); border-radius: var(--rad2); padding: 30px; }
.field { display: grid; gap: 6px; margin-bottom: 13px; }
.field label { font-size: 12px; color: var(--soft); font-weight: 600; letter-spacing: .02em; }
.field input, .field textarea, .field select { width: 100%; border: none; outline: none; border-radius: var(--rad); padding: 12px 15px; background: rgba(255,255,255,.04); color: var(--white); border: 1px solid var(--line); font: inherit; font-size: 13.5px; transition: .2s; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--goldbd); background: rgba(255,255,255,.07); box-shadow: 0 0 0 3px var(--goldim); }
.field textarea { min-height: 120px; resize: vertical; }
.field select option { background: #0d1220; }
.btn-submit { width: 100%; padding: 14px; border-radius: var(--rad); cursor: pointer; border: none; background: var(--gold); color: var(--navy); font-family: var(--ff-b); font-size: 15px; font-weight: 800; box-shadow: 0 6px 24px rgba(212,160,23,.25); transition: .2s; }
.btn-submit:hover { background: var(--gold2); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(212,160,23,.38); }
.info-item { display: flex; align-items: flex-start; gap: 12px; padding: 14px; border-radius: var(--rad); border: 1px solid var(--line); background: rgba(255,255,255,.025); margin-bottom: 9px; font-size: 13.5px; }
.info-item .ico { font-size: 17px; flex-shrink: 0; margin-top: 1px; }
.info-item a { color: var(--gold2); }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--line); padding: 16px 0; }
.faq-item summary { cursor: pointer; font-weight: 600; font-size: 14.5px; color: var(--white); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-item summary::after { content: "＋"; color: var(--gold2); font-size: 17px; flex-shrink: 0; }
.faq-item[open] summary::after { content: "－"; }
.faq-item p { font-size: 13.5px; color: var(--muted); line-height: 1.75; padding-top: 10px; }

/* PROSE */
.prose { max-width: 700px; font-size: 15.5px; color: var(--muted); line-height: 1.9; }
.prose p { margin-bottom: 16px; }
.prose strong { color: var(--white); }

/* FOOTER */
.footer { padding: 28px 0 52px; }
.footer-bar { border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 12.5px; color: var(--muted); }
.footer-bar a { color: var(--muted); transition: color .2s; }
.footer-bar a:hover { color: var(--white); }

/* REVEAL */
.r { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.r.on { opacity: 1; transform: none; }

/* ══════════════════════════════════════════
   CAROUSEL
   ══════════════════════════════════════════ */
.mockup-carousel-wrap { width:100%; overflow:hidden; padding:0 0 20px; }
.mockup-track { display:flex; transition:transform .55s cubic-bezier(.4,0,.2,1); will-change:transform; }
.mockup-slide { min-width:100%; padding:0 max(20px,calc((100% - 1180px)/2)); display:flex; flex-direction:column; align-items:center; gap:28px; }
.mockup-browser { width:100%; max-width:960px; border-radius:12px; overflow:hidden; border:1px solid rgba(255,255,255,.1); box-shadow:0 32px 80px rgba(0,0,0,.6); }
.mockup-bar { background:#1a1d24; padding:10px 14px; display:flex; align-items:center; gap:10px; border-bottom:1px solid rgba(255,255,255,.07); }
.dot { width:10px; height:10px; border-radius:50%; }
.dot.r{background:#ff5f57} .dot.y{background:#febc2e} .dot.g{background:#28c840}
.mockup-url { background:rgba(255,255,255,.06); border-radius:5px; padding:4px 12px; font-size:11px; color:#6b7280; flex:1; text-align:center; max-width:250px; margin:0 auto; }
.mockup-screen { height:420px; overflow:hidden; position:relative; font-family:system-ui,sans-serif; }
/* cabinet */
.mockup-browser.cabinet-theme{background:#f5f0e8;border-color:rgba(0,0,0,.12)}
.mockup-browser.cabinet-theme .mockup-bar{background:#ede6d5;border-color:rgba(0,0,0,.08)}
.mockup-browser.cabinet-theme .mockup-url{background:rgba(0,0,0,.06);color:#9a8f7e}
.mockup-screen.cabinet{background:#f5f0e8;color:#2a2a2a}
.cabinet .ms-nav.cab-nav{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;border-bottom:1px solid #ddd5c0;background:rgba(245,240,232,.95)}
.cab-logo{font-size:13px;font-weight:700;color:#1a2e1e}
.cab-logo em{font-style:italic;color:#c9a96e}
.cabinet .ms-links{display:flex;gap:14px;align-items:center;font-size:10px;color:#9a8f7e}
.cab-cta{background:#1a2e1e !important;color:#f5f0e8 !important;padding:4px 12px;border-radius:3px;font-weight:600}
.cab-hero{display:grid;grid-template-columns:1fr 1fr;padding:20px 24px;gap:20px}
.cab-eyebrow{font-size:8px;letter-spacing:.18em;text-transform:uppercase;color:#c9a96e;margin-bottom:8px;display:flex;align-items:center;gap:6px}
.cab-eyebrow::before{content:'';width:20px;height:1px;background:#c9a96e}
.ms-h1.cab-h1{font-size:22px;font-weight:700;line-height:1.1;letter-spacing:-.02em;color:#f5f0e8;margin-bottom:6px}
.ms-h1.cab-h1 em{font-style:italic;color:#c9a96e;font-weight:500}
.ms-sub.cab-sub{font-size:9.5px;color:rgba(245,240,232,.55);line-height:1.6;margin-bottom:12px}
.cab-hero .ms-btns{display:flex;gap:8px}
.cab-btn{background:#c9a96e !important;color:#1a2e1e !important;padding:6px 14px;border-radius:3px;font-size:10px;font-weight:700}
.cab-ghost{border:1px solid rgba(245,240,232,.3);color:rgba(245,240,232,.7);padding:6px 14px;border-radius:3px;font-size:10px}
.cab-chiffres{display:flex;gap:16px;padding-top:12px;border-top:1px solid rgba(255,255,255,.12);margin-top:12px}
.cab-val{font-size:20px;font-weight:700;color:#c9a96e;line-height:1}
.cab-label{font-size:8px;color:rgba(245,240,232,.4);text-transform:uppercase;letter-spacing:.1em;margin-top:2px}
.cab-left{background:#1a2e1e;border-radius:8px;padding:18px}
.cab-card{background:#f5f0e8;border:1px solid #ddd5c0;border-radius:5px;padding:10px 14px;margin-bottom:8px}
.cab-card:last-child{margin-bottom:0}
.cab-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px}
.cab-card-nom{font-size:11px;font-weight:600;color:#1a2e1e}
.cab-card-header span:last-child{color:#c9a96e;font-size:10px}
.cab-card-desc{font-size:9px;color:#6b6b5e;line-height:1.45}
/* resto */
.mockup-browser.resto-theme{background:#0f0d0b;border-color:rgba(255,255,255,.08)}
.mockup-browser.resto-theme .mockup-bar{background:#1a1612;border-color:rgba(255,255,255,.06)}
.mockup-screen.resto{background:#0f0d0b;color:#f8f3ea}
.resto .ms-nav.res-nav{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:rgba(15,13,11,.9);border-bottom:1px solid #2a2420}
.res-logo{font-size:13px;font-weight:700;color:#f8f3ea}
.res-logo em{font-style:italic;color:#c0392b}
.resto .ms-links{display:flex;gap:14px;align-items:center;font-size:10px;color:#a09080}
.res-cta{background:#c0392b !important;color:#f8f3ea !important;padding:4px 12px;border-radius:2px;font-weight:600}
.res-hero{text-align:center;padding:24px 24px 16px;border-bottom:1px solid #2a2420}
.res-eyebrow{font-size:8px;letter-spacing:.25em;text-transform:uppercase;color:#c0392b;margin-bottom:8px}
.res-h1{font-size:48px;font-weight:900;line-height:.95;letter-spacing:-.03em;margin-bottom:6px}
.res-h1 em{font-style:italic;font-weight:400;color:rgba(248,243,234,.4);font-size:.65em;display:block}
.res-sub{font-size:9.5px;color:rgba(248,243,234,.45);letter-spacing:.04em;margin-bottom:14px}
.res-infos{display:flex;align-items:center;justify-content:center;gap:16px}
.res-info{text-align:center}
.res-info-l{font-size:7.5px;letter-spacing:.12em;text-transform:uppercase;color:#a09080}
.res-info-v{font-size:9px;color:#f8f3ea;margin-top:2px}
.res-sep{width:1px;height:24px;background:#2a2420}
.res-menu-preview{padding:14px 24px}
.res-menu-title{font-size:8px;letter-spacing:.2em;text-transform:uppercase;color:#c0392b;margin-bottom:10px}
.res-item{display:flex;justify-content:space-between;align-items:center;padding:7px 0;border-bottom:1px solid rgba(42,36,32,.5);font-size:10px}
.res-item:last-child{border-bottom:none}
.res-prix{color:#c0392b;font-size:10px}
.mockup-info{text-align:center;max-width:640px}
.mockup-tag{display:inline-block;background:var(--goldim);border:1px solid var(--goldbd);color:var(--gold2);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;padding:4px 12px;border-radius:4px;margin-bottom:8px}
.mockup-name{font-family:var(--ff-b);font-size:17px;font-weight:700;letter-spacing:-.02em;margin-bottom:6px}
.mockup-desc{font-size:13.5px;color:var(--muted);line-height:1.65}
.mockup-controls{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:22px}
.mc-btn{width:38px;height:38px;border-radius:50%;border:1px solid var(--line2);background:rgba(255,255,255,.05);color:var(--soft);font-size:15px;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center}
.mc-btn:hover{background:rgba(255,255,255,.1);border-color:var(--gold);color:var(--gold2)}
.mc-dots{display:flex;gap:7px;align-items:center}
.mc-dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.16);transition:.3s;cursor:pointer}
.mc-dot.active{background:var(--gold2);width:22px;border-radius:999px}

/* ACCESSIBILITÉ */
.a11y-bar{display:flex;align-items:center;gap:4px;margin-left:10px;padding-left:12px;border-left:1px solid var(--line)}
.a11y-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--muted);font-size:12px;font-weight:700;font-family:var(--ff-b);cursor:pointer;transition:.18s}
.a11y-btn:hover{background:rgba(255,255,255,.08);color:var(--white)}
.a11y-btn:focus-visible{outline:2px solid var(--gold2);outline-offset:2px}
.a11y-icon{font-size:13px}
@media(max-width:940px){.a11y-bar{display:none}}
.a11y-mob-theme{display:none;position:fixed;bottom:18px;right:14px;z-index:9999;width:42px;height:42px;border-radius:50%;border:1px solid var(--goldbd);background:rgba(8,12,24,.95);color:var(--gold2);font-size:17px;cursor:pointer;align-items:center;justify-content:center;box-shadow:0 4px 18px rgba(0,0,0,.55);transition:.2s}
.a11y-mob-theme:active{border-color:var(--gold2)}
@media(max-width:940px){.a11y-mob-theme{display:flex}}
html[data-font="lg"]{font-size:18px}
html[data-font="xl"]{font-size:20px}

/* ══════════════════════════════════════════
   MODE CLAIR
   ══════════════════════════════════════════ */
html[data-theme="light"] {
  --navy:  #f0f2f8;
  --navy2: #e6e9f2;
  --navy3: #dce0ee;
  --navy4: #d2d7e8;
  --white: #0a0e1a;
  --off:   #1a2030;
  --muted: #556070;
  --soft:  #2b3450;
  --line:  rgba(0,0,0,.09);
  --line2: rgba(0,0,0,.16);
  --goldim: rgba(180,120,10,.08);
  --goldbd: rgba(180,120,10,.2);
  --gold:  #9a7010;
  --gold2: #b08018;
  --reddim: rgba(180,40,40,.06);
}
html[data-theme="light"] body::before { opacity:.012; }
html[data-theme="light"] .bg-glow { background: radial-gradient(ellipse 60% 32% at 50% -2%, rgba(180,120,10,.05), transparent 58%); }
html[data-theme="light"] .nav { background: rgba(240,242,248,.9); border-color: var(--goldbd); }
html[data-theme="light"] .nav-links a { color: var(--muted); }
html[data-theme="light"] .nav-links a:hover,.nav-links a.active { color: var(--white); background: rgba(0,0,0,.06); }
html[data-theme="light"] .card { background: #fff; border-color: rgba(0,0,0,.08); }
html[data-theme="light"] .problem-card { background: #fff; }
html[data-theme="light"] .offer-card { background: #fff; border-color: rgba(0,0,0,.08); }
html[data-theme="light"] .offer-card.featured { background: linear-gradient(160deg,#0d1220,#1c2338); border-color: var(--goldbd); color: #f0f2f8; }
html[data-theme="light"] .offer-card.featured .offer-desc { color: #8d96aa; }
/* Banner : fond sombre conservé MAIS textes forcés en clair pour rester lisibles */
/* Banner — fond navy conservé, TOUS les textes forcés en clair */
html[data-theme="light"] .banner { background: linear-gradient(135deg,#0d1220,#111828); border-color: var(--goldbd); color: #f0f2f8; }
html[data-theme="light"] .banner h2 { color: #f0f2f8; }
html[data-theme="light"] .banner h2 .dim { color: rgba(240,242,248,.22); }
html[data-theme="light"] .banner h2 .gold { color: var(--gold2); }
html[data-theme="light"] .banner h2 .serif { color: var(--gold2); }
html[data-theme="light"] .banner h2 .accent { color: var(--gold2); }
html[data-theme="light"] .banner p { color: #9ba4c0; }
html[data-theme="light"] .banner strong { color: #f0f2f8; }
html[data-theme="light"] .banner .pill { color: var(--gold2); border-color: rgba(240,188,32,.28); background: rgba(240,188,32,.09); }
html[data-theme="light"] .banner .geo-tag { color: #8d96aa; border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.06); }
html[data-theme="light"] .banner .geo-tag.primary { color: var(--gold2); border-color: rgba(240,188,32,.3); background: rgba(240,188,32,.1); }
html[data-theme="light"] .banner .btn-ghost { color: #9ba4c0; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.05); }
html[data-theme="light"] .banner .btn-ghost:hover { color: #f0f2f8; border-color: rgba(255,255,255,.32); }
html[data-theme="light"] .impact-section { background: linear-gradient(135deg,rgba(180,40,40,.04),#fff); border-color: rgba(180,40,40,.1); }
html[data-theme="light"] .bonus-card { background: linear-gradient(135deg,rgba(180,120,10,.07),#fff); border-color: var(--goldbd); }
html[data-theme="light"] .alert-band { background: rgba(180,40,40,.06); }
html[data-theme="light"] .num-box { background: #fff; border-color: rgba(0,0,0,.08); }
html[data-theme="light"] .options-bloc { background: linear-gradient(160deg,rgba(180,120,10,.06),#fff); }
html[data-theme="light"] .option-item { background: rgba(0,0,0,.03); border-color: rgba(0,0,0,.08); }
html[data-theme="light"] .hero-panel { background: linear-gradient(160deg,rgba(255,255,255,.9),rgba(230,233,242,.8)); border-color: var(--goldbd); }
html[data-theme="light"] .hcard { background: rgba(0,0,0,.03); border-color: rgba(0,0,0,.08); }
html[data-theme="light"] .hero-stats { border-color: var(--goldbd); }
html[data-theme="light"] .hero-stat { border-color: rgba(0,0,0,.1); }
html[data-theme="light"] .marquee-band { background: rgba(180,120,10,.04); }
html[data-theme="light"] .contact-box { background: #fff; border-color: rgba(0,0,0,.08); }
html[data-theme="light"] .field input, html[data-theme="light"] .field textarea, html[data-theme="light"] .field select { background: rgba(0,0,0,.04); border-color: rgba(0,0,0,.12); color: var(--white); }
html[data-theme="light"] .field input:focus, html[data-theme="light"] .field textarea:focus, html[data-theme="light"] .field select:focus { border-color: var(--goldbd); background: rgba(255,255,255,.9); }
html[data-theme="light"] .field select option { background: #fff; color: #0a0e1a; }
html[data-theme="light"] .field select { color: #0a0e1a; }
/* Ville-card manquant */
html[data-theme="light"] .ville-card { background: #fff; border-color: rgba(0,0,0,.08); }
html[data-theme="light"] .ville-card:hover { background: rgba(180,120,10,.06); border-color: var(--goldbd); }
/* Step-n : fond goldim clair en light = ok, mais on renforce */
html[data-theme="light"] .step-n { background: rgba(180,120,10,.08); border-color: rgba(180,120,10,.25); }
/* Impact section : les textes h2 doivent rester lisibles sur fond clair */
html[data-theme="light"] .impact-section h2 { color: #0a0e1a; }
html[data-theme="light"] .impact-section h2 .red { color: var(--red); }
html[data-theme="light"] .impact-section h2 .dim { color: rgba(10,14,26,.28); }
html[data-theme="light"] .impact-section p { color: var(--muted); }
/* Bonus card : titre et desc sur fond clair */
html[data-theme="light"] .bonus-card .bonus-title { color: var(--gold); }
html[data-theme="light"] .bonus-card .bonus-desc { color: var(--muted); }
html[data-theme="light"] .bonus-card strong { color: #0a0e1a; }
/* Steps timeline */
html[data-theme="light"] .steps::before { background: linear-gradient(to bottom, var(--gold), transparent); opacity: .25; }
/* Hero stats : textes sur fond clair */
html[data-theme="light"] .stat-n { color: var(--gold); }
html[data-theme="light"] .stat-l { color: var(--muted); }
/* Num-box strong sur fond blanc */
html[data-theme="light"] .num-box strong { color: var(--gold); }
html[data-theme="light"] .num-box::before { opacity: .5; }
/* Alert band textes */
html[data-theme="light"] .alert-msg { color: #2b3450; }
html[data-theme="light"] .alert-msg strong { color: #0a0e1a; }
/* Geo tags text en light */
html[data-theme="light"] .geo-tag { color: var(--muted); }
/* Card-tag couleur en light */
html[data-theme="light"] .card-tag { color: var(--gold); }
html[data-theme="light"] .card h3 { color: #0a0e1a; }
html[data-theme="light"] .card p { color: var(--muted); }
html[data-theme="light"] .problem-label { color: var(--red); }
html[data-theme="light"] .problem-card h3 { color: #0a0e1a; }
html[data-theme="light"] .problem-card .card-body p { color: var(--muted); }
html[data-theme="light"] .problem-card .peek-hint { color: var(--gold); }
html[data-theme="light"] .card.peek .peek-hint { color: var(--gold); }
/* Offre card featured : textes clairs sur fond sombre, intacts */
html[data-theme="light"] .offer-card.featured .offer-price { color: #f0f2f8; }
html[data-theme="light"] .offer-card.featured h3 { color: #f0f2f8; }
html[data-theme="light"] .offer-card.featured .offer-label { color: var(--gold2); }
/* Info-item text */
html[data-theme="light"] .info-item { color: #0a0e1a; }
html[data-theme="light"] .info-item a { color: var(--gold); }
/* Hcard-title sur fond clair */
html[data-theme="light"] .hcard-title { color: #0a0e1a; }
html[data-theme="light"] .hcard-desc { color: var(--muted); }
html[data-theme="light"] .info-item { background: rgba(0,0,0,.03); border-color: rgba(0,0,0,.08); }
html[data-theme="light"] .step { border-color: rgba(0,0,0,.09); }
html[data-theme="light"] .footer { background: #0a0e1a; }
html[data-theme="light"] .footer-bar { border-color: rgba(255,255,255,.1); }
html[data-theme="light"] .footer-bar span, html[data-theme="light"] .footer-bar a { color: #8d96aa; }
html[data-theme="light"] .footer-bar a:hover { color: #f0f2f8; }
html[data-theme="light"] .a11y-btn { background: rgba(0,0,0,.04); border-color: rgba(0,0,0,.12); color: var(--muted); }
html[data-theme="light"] .a11y-bar { border-left-color: rgba(0,0,0,.12); }
html[data-theme="light"] .a11y-mob-theme { background: rgba(255,255,255,.95); border-color: rgba(0,0,0,.15); }
html[data-theme="light"] .geo-tag { border-color: rgba(0,0,0,.1); background: rgba(0,0,0,.04); }
html[data-theme="light"] .geo-tag.primary { background: rgba(180,120,10,.08); border-color: var(--goldbd); }
html[data-theme="light"] .nav-cta { background: var(--gold); }

a:focus-visible, button:focus-visible { outline: 2px solid var(--gold2); outline-offset: 3px; border-radius: 4px; }
.skip-link { position: absolute; top: -60px; left: 16px; background: var(--gold2); color: var(--navy); padding: 10px 18px; border-radius: 0 0 8px 8px; font-weight: 700; font-size: 14px; z-index: 9999; transition: top .2s; }
.skip-link:focus { top: 0; }

/* COOKIES */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9000;background:rgba(8,12,24,.97);border-top:1px solid var(--goldbd);backdrop-filter:blur(20px);padding:14px 0;transform:translateY(100%);transition:transform .4s ease}
.cookie-banner.visible{transform:translateY(0)}
.cookie-inner{width:min(1180px,calc(100% - 48px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.cookie-text{font-size:13px;color:var(--muted);line-height:1.6;max-width:700px}
.cookie-text strong{color:var(--soft)}
.cookie-text a{color:var(--gold2);text-decoration:underline;text-underline-offset:3px}
.cookie-btns{display:flex;gap:10px;flex-shrink:0}
.cookie-accept{background:var(--gold);color:var(--navy);border:none;padding:8px 20px;border-radius:6px;font-weight:700;font-size:13px;font-family:var(--ff-b);cursor:pointer;transition:.2s}
.cookie-accept:hover{background:var(--gold2)}
.cookie-refuse{background:transparent;color:var(--muted);border:1px solid var(--line2);padding:8px 20px;border-radius:6px;font-size:13px;font-family:var(--ff-b);cursor:pointer;transition:.2s}
.cookie-refuse:hover{color:var(--white);border-color:rgba(255,255,255,.22)}
.cookie-manage{background:none;border:none;color:var(--muted);font-size:12.5px;font-family:var(--ff-b);cursor:pointer;padding:0;transition:color .2s;text-decoration:underline;text-underline-offset:3px}
.cookie-manage:hover{color:var(--white)}
html[data-theme="light"] .cookie-banner{background:rgba(8,12,24,.97)}
@media(max-width:600px){.cookie-inner{flex-direction:column;align-items:flex-start}.cookie-btns{width:100%}.cookie-accept,.cookie-refuse{flex:1;text-align:center}}

/* RESPONSIVE */
@media(max-width:1000px){.hero-inner{grid-template-columns:1fr}.hero-panel{max-width:100%}}
@media(max-width:940px){
  .nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:rgba(8,12,24,.97);border-bottom:1px solid var(--goldbd);flex-direction:column;align-items:stretch;padding:14px 24px 18px;gap:4px}
  .nav-links .nav-cta{margin-left:0;margin-top:8px;text-align:center;border-radius:8px;padding:11px 18px}
  .nav-links.open{display:flex}
  .nav-toggle{display:flex}
  .offer-grid{grid-template-columns:1fr}
  .offer-card.featured{transform:none}
  .offer-2{grid-template-columns:1fr}
  .villes-grid{grid-template-columns:repeat(3,1fr)}
  .nums{grid-template-columns:1fr 1fr}
  .contact-grid{grid-template-columns:1fr}
  .options-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .section{padding:68px 0}
  .grid2,.grid3{grid-template-columns:1fr}
  .problem-grid{grid-template-columns:1fr}
  .banner{flex-direction:column;align-items:flex-start;padding:26px}
  .villes-grid{grid-template-columns:repeat(2,1fr)}
  .nums{grid-template-columns:1fr}
  .hero-stats{grid-template-columns:1fr 1fr}
  .hero-stat:last-child{grid-column:1/-1;border-right:none;border-top:1px solid var(--line)}
  .impact-section{padding:28px 22px}
  .bonus-card{grid-template-columns:1fr;padding:26px 22px}
  .bonus-card::before{display:none}
}
@media(max-width:500px){
  .container,.nav-inner{width:calc(100% - 32px)}
  .options-grid{grid-template-columns:1fr}
  .options-bloc{padding:20px}
  .hero-stats{grid-template-columns:1fr}
  .hero-stat{border-right:none;border-top:1px solid var(--line)}
  .hero-stat:first-child{border-top:none}
}
@media(max-width:900px){.mockup-screen{height:320px}.cab-hero{grid-template-columns:1fr}.res-h1{font-size:34px}}
@media(max-width:600px){.mockup-screen{height:260px}.res-h1{font-size:24px}}

/* ══════════ FAQ ACCORDÉON ══════════ */
.faq-item {
  border: 1px solid var(--line2);
  border-radius: 12px;
  background: var(--navy3);
  overflow: hidden;
  transition: border-color .2s;
}
.faq-item[open] {
  border-color: var(--goldbd);
  background: linear-gradient(135deg, var(--navy3), rgba(212,160,23,.05));
}
.faq-q {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  cursor: pointer;
  user-select: none;
  transition: color .15s;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after {
  content: '+';
  font-size: 24px;
  font-weight: 300;
  color: var(--gold2);
  flex-shrink: 0;
  transition: transform .2s;
  line-height: 1;
}
.faq-item[open] .faq-q::after { transform: rotate(45deg); }
.faq-item[open] .faq-q { color: var(--gold2); }
.faq-a {
  padding: 0 24px 20px;
  border-top: 1px solid var(--line);
}
.faq-a p {
  font-size: 14.5px;
  color: var(--soft);
  line-height: 1.82;
  margin: 16px 0 0;
}
.faq-a a { text-decoration: underline; text-underline-offset: 3px; }
@media(max-width:768px) {
  .faq-q { font-size: 14px; padding: 16px 18px; }
  .faq-a { padding: 0 18px 16px; }
}
