/* ============================================================
   ads/ads.css — Landing pages publicitaires Venezance
   Réutilise les tokens, polices, .btn/.btn-accent, .eyebrow de /styles.css.
   Page orientée conversion : pas de navigation, un seul objectif (le RDV).
   ============================================================ */

.lp { overflow-x: hidden; }

/* Barre supérieure minimale : logo seul (confiance, sans échappatoire) */
.lp-topbar {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 3vw, 30px) var(--pad-x);
}
.lp-topbar img { height: 22px; width: auto; display: block; }

/* Conteneur générique */
.lp-wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad-x);
}

/* Eyebrows */
.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin: 0 0 22px;
}
.lp-eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
/* Section douleur : accent ROUGE pour coder « problème »
   (le reste de la page reste en jaune = marque / solution / action). */
.lp-eyebrow.is-pain { color: #e8604e; }
.lp-eyebrow.is-pain::before { background: #e8604e; }
/* Eyebrow « rôles » du hero : 4 termes, on resserre pour tenir sur une
   ligne en mobile 375px */
.lp-eyebrow--roles { letter-spacing: 0.11em; }
@media (max-width: 400px) {
  .lp-eyebrow--roles { font-size: 11px; }
}

/* Titres */
.lp-h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 5.2vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  font-weight: 500;
  color: #fff;
  margin: 0 0 22px;
  max-width: 16ch;
}
/* Retour à la ligne réservé au mobile (desktop : la phrase file sur la ligne) */
.lp-br-mobile { display: none; }
@media (max-width: 860px) {
  .lp-br-mobile { display: inline; }
}
.lp-h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-weight: 500;
  color: var(--text);
  margin: 0 0 20px;
  max-width: 22ch;
}
.lp-lede {
  font-family: var(--font);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55;
  color: var(--text-mute);
  margin: 0;
  max-width: 56ch;
}

/* CTA + ligne de réassurance */
.lp-cta-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 14px;
  margin-top: 32px;
}
.lp-trust {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.01em;
  color: var(--text-dim);
  margin: 0;
}

/* ---------- HERO ---------- */
.lp-hero {
  position: relative;
  padding: clamp(120px, 16vh, 180px) 0 clamp(56px, 8vw, 96px);
  background: var(--bg);
}
/* Hero en pile : promesse centrée, puis mur d'interviews pleine largeur.
   (Avant : 2 colonnes, mais le bandeau étouffait dans la colonne droite —
   en pleine largeur on voit 6-8 interviews par rangée = preuve de volume.) */
.lp-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(36px, 5vw, 60px);
}
.lp-hero-grid > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-hero .lp-h1 { max-width: none; }
.lp-hero .lp-lede { margin-inline: auto; }
.lp-hero .lp-cta-row { align-items: center; text-align: center; }
.lp-hero-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border);
}
.lp-hero-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(0.1) brightness(0.92);
}

/* ---------- Barre de logos clients ---------- */
.lp-logos {
  padding: clamp(36px, 5vw, 60px) 0;
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.lp-logos-label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-mute);
  text-align: center;
  margin: 0 0 26px;
}
.lp-logos-grid {
  max-width: 1100px;
  margin: 0 auto;
  grid-template-columns: repeat(6, 1fr); /* 5 logos + la case "..." sur une ligne */
}
/* Hauteur explicite plutôt qu'aspect-ratio : Safari iOS ne résout pas
   l'aspect-ratio pareil selon que la case contient une image ou du texte
   (la case « ··· » sortait plus petite). Hauteur fixe = toutes identiques. */
.lp-logos-grid .logo-card {
  aspect-ratio: auto;
  height: clamp(88px, 8.5vw, 112px);
}
@media (max-width: 900px) {
  .lp-logos-grid .logo-card { height: clamp(88px, 25vw, 116px); }
}
/* Case "il y en a plus" */
.logo-card.is-more span {
  font-size: 22px;
  letter-spacing: 0.18em;
  color: var(--text-dim);
  line-height: 1;
}
/* Mobile : 3 logos par ligne (6 cases = 2 lignes égales, l'aspect-ratio
   de .logo-card garantit la même hauteur partout) */
@media (max-width: 900px) {
  .lp-logos-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ---------- Section générique ---------- */
.lp-section { padding: clamp(56px, 8vw, 104px) 0; background: var(--bg); }
.lp-section.is-pain { background: var(--bg-elev); }
/* Section expertise : réutilise les cartes .lp-pcard mais en accent (différenciation, pas problème) */
.lp-section--expert { background: var(--bg-elev); }
.lp-section--expert .lp-pcard-icon { background: rgba(245, 197, 66, 0.12); color: var(--accent); }
.lp-section-head { max-width: 720px; margin: 0 0 clamp(36px, 5vw, 56px); }
.lp-section-head .lp-lede { margin-top: 14px; }

/* Grille 3 colonnes (douleurs / solutions) */
.lp-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 36px);
}
.lp-col { display: flex; flex-direction: column; gap: 10px; }
.lp-col .lp-col-num {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--accent);
  margin: 0 0 4px;
}
.lp-col h3 {
  font-family: var(--font-display);
  font-size: clamp(18px, 1.7vw, 21px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--text);
  margin: 0;
}
.lp-col p {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--text-mute);
  margin: 0;
}

/* Transition douleur -> solution */
.lp-turn {
  margin: clamp(36px, 5vw, 52px) 0 0;
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 22px;
}
.lp-turn p {
  font-family: var(--font-display);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--text);
  margin: 0;
  max-width: 30ch;
}

/* ---------- Section douleur : cartes avec icônes ---------- */
.lp-pain-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.lp-pcard {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(24px, 2.6vw, 32px);
  border: 1px solid var(--border);
  background: var(--bg-card);
}
.lp-pcard-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(232, 96, 78, 0.12);
  color: #e8604e;
}
.lp-pcard h3 {
  font-family: var(--font-display);
  font-size: clamp(17px, 1.5vw, 19px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--text);
  margin: 0;
}
.lp-pcard p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-mute);
  margin: 0;
}

/* ---------- Section solution : étapes numérotées ---------- */
.lp-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 44px);
}
.lp-step {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lp-step-num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 500;
}
.lp-step h3 {
  font-family: var(--font-display);
  font-size: clamp(17px, 1.5vw, 19px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--text);
  margin: 0;
}
.lp-step p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-mute);
  margin: 0;
}
/* Note d'étape en pastille : icône et texte solidaires, alignement
   naturel même si le texte passe sur deux lignes */
.lp-step-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: auto;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(245, 197, 66, 0.12);
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--text-mute);
}
.lp-step-note svg { flex: none; color: var(--accent); }

/* ---------- Section claire (crème) : repère fort entre les parties sombres ---------- */
.lp-section--light { background: var(--light); }
.lp-section--light .lp-h2 { color: #16140f; }
.lp-section--light .lp-eyebrow { color: #7a715c; }
.lp-section--light .lp-lede { color: #5b5346; }
.lp-section--light .lp-step h3 { color: #16140f; }
.lp-section--light .lp-step p { color: #6a6253; }
.lp-section--light .lp-step-num { background: var(--accent); border-color: var(--accent); color: #16140f; }
.lp-section--light .lp-trust { color: #8a8270; }

/* Tête de section centrée + CTA centré */
.lp-section-head--center {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  text-align: center;
}
.lp-section-head--center .lp-eyebrow { justify-content: center; }
.lp-section-head--center .lp-h2,
.lp-section-head--center .lp-lede { margin-left: auto; margin-right: auto; }
.lp-cta-row--center {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

/* Étapes en cases sur la section claire */
.lp-section--light .lp-step {
  align-items: center;
  text-align: center;
  background: #fbf7f0;
  border: 1px solid rgba(22, 20, 15, 0.12);
  padding: clamp(28px, 3vw, 38px) 22px clamp(26px, 3vw, 34px);
}
.lp-section--light .lp-step p { max-width: 26ch; }
/* p.lp-step-note : bat la spécificité de « .lp-section--light .lp-step p »
   (qui imposerait sa couleur et son max-width de 26ch à la pastille) */
.lp-section--light p.lp-step-note {
  align-self: center;
  max-width: none;
  background: rgba(245, 197, 66, 0.22);
  color: #6d5b22;
}
.lp-section--light .lp-step-note svg { color: #8a6d1a; }

/* ---------- Bande de statistiques (preuve par les études) ---------- */
.lp-stats {
  padding: clamp(48px, 7vw, 88px) 0;
  background: var(--bg-elev);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.lp-stats .lp-eyebrow { justify-content: center; width: 100%; }
.lp-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 4vw, 56px);
  margin-top: 32px;
}
.lp-stat { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; }
.lp-stat-label { margin-left: auto; margin-right: auto; }
.lp-stat-num {
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--accent);
  margin: 0;
}
.lp-stat-label {
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.45;
  color: var(--text);
  margin: 0;
  max-width: 32ch;
}
.lp-stat-src {
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin: 4px 0 0;
}
@media (max-width: 860px) {
  .lp-stats-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ---------- Preuve / témoignages ---------- */
.lp-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.2vw, 28px);
}
.lp-proof-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(24px, 2.6vw, 32px);
  border: 1px solid var(--border);
  background: var(--bg-card);
}
.lp-proof-card blockquote {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
}
.lp-proof-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: auto;
}
.lp-proof-card .name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 14px;
  color: var(--text);
}
.lp-proof-card .company {
  font-size: 13px;
  color: var(--text-mute);
}

/* Rangée compacte de logos sous le CTA "Faire comme eux" : toujours sur une
   seule ligne (scroll horizontal discret plutôt qu'un retour à la ligne). */
.lp-cta-logos {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.4vw, 18px);
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-width: 100%;
}
.lp-cta-logos::-webkit-scrollbar { display: none; }
/* Les fichiers logos sont des carrés avec beaucoup de marge interne :
   on les affiche grands (le logo visible fait ~60 % de la hauteur du fichier)
   et on resserre le gap, la marge interne fait le reste. */
.lp-cta-logos img {
  flex: none;
  height: clamp(64px, 7.5vw, 84px);
  width: auto;
  object-fit: contain;
  opacity: 0.85;
  filter: grayscale(1) brightness(1.55);
}
/* Mobile : deux lignes centrées plutôt qu'un scroll horizontal caché */
@media (max-width: 860px) {
  .lp-cta-logos {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 16px;
    overflow: visible;
  }
}
.lp-cta-logos-more {
  flex: none;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--text-dim);
}

/* ---------- Reel de vignettes (preuve de volume : défilement rapide) ---------- */
.lp-reel {
  position: relative;
  overflow: hidden;
  margin: clamp(24px, 3.5vw, 44px) 0 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.lp-reel-track {
  display: flex;
  gap: 14px;
  width: max-content;
  /* Défilement de base en CSS pur (fallback si le JS ne charge pas).
     Le JS du bas de page reprend la main (animation: none inline) pour
     piloter la vitesse image par image et permettre un vrai ralenti au
     survol — changer animation-duration en CSS ferait sauter la position. */
  animation: lp-reel-scroll 56.25s linear infinite;
}
.lp-reel--reverse .lp-reel-track { animation-direction: reverse; }
.lp-reel img {
  flex: none;
  height: clamp(96px, 9.5vw, 136px);
  aspect-ratio: 16 / 9;
  width: auto;
  object-fit: cover;
  border: 1px solid var(--border);
  background: var(--bg-card);
  border-radius: 3px;
}
@keyframes lp-reel-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .lp-reel-track { animation: none; }
}

/* Deux reels empilés = mur d'interviews pleine largeur sous la promesse */
.lp-hero-reels {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.lp-hero-reels .lp-reel { margin: 0; }
/* Badge de volume posé sur le mur d'images : le chiffre est ancré à la
   preuve. Fond BLANC, pas jaune : le jaune est réservé aux CTA (sinon on
   dirait un second bouton sous « Réserver mon appel »). */
.lp-reels-badge {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 9px 16px;
  background: #fff;
  color: #16140f;
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  white-space: nowrap;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.45);
}
.lp-reels-badge span { font-weight: 700; }

/* ---------- Booking ---------- */
.lp-booking {
  padding: clamp(56px, 8vw, 104px) 0 clamp(64px, 9vw, 120px);
  background: var(--bg-elev);
  border-top: 1px solid var(--border);
}
.lp-booking-head { max-width: 640px; margin: 0 auto clamp(32px, 4vw, 48px); text-align: center; }
.lp-booking-head .lp-eyebrow { justify-content: center; }
.lp-booking-head .lp-h2 { max-width: none; }
.lp-booking-head .lp-lede { margin: 14px auto 0; }
#booking {
  max-width: 920px;
  margin: 0 auto;
  min-height: 200px;
}
.lp-booking-placeholder {
  text-align: center;
  color: var(--text-dim);
  font-size: 14px;
  border: 1px dashed var(--border-strong);
  padding: 48px 24px;
}
.lp-booking-placeholder code {
  color: var(--accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
}

/* ---------- Cas d'usage : slider horizontal (swipe mobile, flèches desktop) ----------
   Full-bleed : le rail sort du conteneur jusqu'aux bords de l'écran, mais la
   première carte reste alignée sur le contenu (scroll-padding = padding). */
.lp-uc-slider {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
  /* scroll-padding est resynchronisé en JS sur le padding réel : en CSS les %
     de scroll-padding se résolvent sur le scrollport, pas sur le parent,
     ce qui décale les points de snap. */
  padding-top: 2px;
  padding-bottom: 6px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* Pas de -webkit-overflow-scrolling: touch — sur Safari macOS cette
     propriété crée une couche de compositing qui se peint en noir. */
  background: var(--bg); /* même fond que la section : aucune couche parasite visible */
}
.lp-uc-slider::-webkit-scrollbar { display: none; }
.lp-uc {
  flex: 0 0 clamp(240px, 72vw, 300px);
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  border: 1px solid var(--border);
  background: var(--bg-card);
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.lp-uc:hover { border-color: var(--border-strong); }
.lp-uc-media {
  aspect-ratio: 16 / 10;
  background: var(--bg-elev);
  border-bottom: 1px solid var(--border);
}
.lp-uc-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(0.08) brightness(0.94);
}
/* Slot sans image encore disponible : icône centrée, même gabarit */
.lp-uc-media--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  background: linear-gradient(150deg, rgba(245, 197, 66, 0.10), rgba(245, 197, 66, 0.02)), var(--bg-elev);
}
.lp-uc-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  padding: 18px 20px 22px;
}
.lp-uc h3 {
  font-family: var(--font-display);
  font-size: clamp(17px, 1.5vw, 18px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--text);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-uc h3::before {
  content: "";
  flex: none;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.lp-uc p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-mute);
  margin: 0;
}
/* Carte « autre besoin » : ouverte, elle invite à l'appel */
.lp-uc--other { border-style: dashed; background: transparent; }
.lp-uc--other .lp-uc-body { justify-content: center; }
.lp-uc--other h3::before { background: var(--text-dim); }
.lp-uc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
  color: var(--accent);
  text-decoration: none;
}
.lp-uc-link svg { transition: transform 0.2s ease; }
.lp-uc-link:hover svg { transform: translateX(3px); }
/* Flèches sous le rail : au-delà de la navigation, elles signalent
   qu'il y a d'autres cartes (swipe possible sur mobile) */
.lp-uc-nav {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 18px;
}
.lp-uc-arrow {
  width: 42px; height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-strong);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.lp-uc-arrow:hover { border-color: var(--accent); color: var(--accent); }
.lp-uc-arrow:active { border-color: var(--accent); color: var(--accent); background: rgba(245, 197, 66, 0.08); }
/* Aux extrémités du rail, la flèche inutile s'efface (visibility préserve
   la place : l'autre flèche ne saute pas) */
.lp-uc-arrow[disabled] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.lp-uc-arrow { transition: border-color 0.2s ease, color 0.2s ease, opacity 0.25s ease, visibility 0.25s ease; }
@media (max-width: 860px) {
  .lp-uc-nav { justify-content: center; margin-top: 22px; }
  .lp-uc-arrow { width: 48px; height: 48px; } /* zone tactile confortable */
}

/* ---------- FAQ : lever les objections avant le RDV ---------- */
.lp-faq {
  max-width: 760px;
  margin: 0 auto;
  border-top: 1px solid var(--border);
}
.lp-faq details { border-bottom: 1px solid var(--border); }
.lp-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 2px;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--text);
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary:hover { color: var(--accent); }
.lp-faq-icon {
  position: relative;
  flex: none;
  width: 14px; height: 14px;
}
.lp-faq-icon::before,
.lp-faq-icon::after {
  content: "";
  position: absolute;
  top: 50%; left: 0;
  width: 100%; height: 1.6px;
  background: currentColor;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.lp-faq-icon::after { transform: translateY(-50%) rotate(90deg); }
.lp-faq details[open] .lp-faq-icon::after { transform: translateY(-50%) rotate(0deg); }
.lp-faq details p {
  margin: 0;
  padding: 0 2px 22px;
  max-width: 62ch;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--text-mute);
}
.lp-faq-section .lp-cta-row--center { margin-top: clamp(32px, 4vw, 44px); }

/* ---------- Révélation au scroll (classes posées par ads.js) ---------- */
.lp-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.2s ease;
}
.lp-reveal.is-in {
  opacity: 1;
  transform: none;
}
/* Cartes du slider horizontal : scale plutôt que translateY pour ne pas
   créer de débordement vertical dans le rail (overflow-x: auto) */
.lp-uc.lp-reveal { transform: scale(0.96); }
.lp-uc.lp-reveal.is-in { transform: none; }

/* ---------- Footer minimal ---------- */
.lp-footer {
  padding: 40px 0;
  background: var(--bg);
  border-top: 1px solid var(--border);
  text-align: center;
}
.lp-footer img { height: 20px; width: auto; opacity: 0.8; margin-bottom: 16px; }
.lp-footer p { font-size: 13px; color: var(--text-dim); margin: 0 0 10px; }
.lp-footer nav { display: inline-flex; gap: 18px; flex-wrap: wrap; justify-content: center; }
.lp-footer a { font-size: 13px; color: var(--text-mute); text-decoration: none; }
.lp-footer a:hover { color: var(--text); }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .lp-hero-grid { grid-template-columns: 1fr; }
  .lp-hero-media { aspect-ratio: 16 / 10; order: -1; }
  .lp-proof-grid { grid-template-columns: 1fr; }

  /* Hero mobile : la promesse doit dominer l'écran, centrée */
  .lp-hero-grid > div { text-align: center; }

  /* Mobile : vignettes plus petites = plus d'images visibles par rangée,
     le mur paraît plus dense sans prendre plus de hauteur */
  .lp-reel img { height: 88px; }
  .lp-hero .lp-eyebrow { justify-content: center; }
  .lp-h1 { font-size: clamp(42px, 11vw, 54px); max-width: none; margin: 0 auto 22px; }
  .lp-hero .lp-lede { margin: 0 auto; }

  /* Mobile : cartes douleur et étapes solution passent en pleine largeur */
  .lp-pain-cards, .lp-steps { grid-template-columns: 1fr; }

  /* Un peu plus d'air entre titre de section et contenu, et lignes plus courtes */
  .lp-section-head { margin-bottom: 32px; }
  .lp-lede { max-width: 40ch; }

  /* Mobile : CTA et transitions recentrés (sur desktop ils restent alignés à gauche) */
  .lp-cta-row, .lp-turn { align-items: center; text-align: center; }
}
