/* ═══════════════════════════════════════════════════════════
   CERVILYS — styles partagés (accueil + produit)
   Reconstruction fidèle du site cervilys.fr pour auto-hébergement
   ═══════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Jakarta';
  src: url('../fonts/Jakarta.woff2') format('woff2');
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --noir:        #1c1c1c;
  --texte:       #242424;
  --gris:        #6a7873;
  --vert:        #16A870;
  --vert-fonce:  #2E5D45;
  --vert-clair:  #9cccb1;
  --vert-pastel: #b8d8c4;
  --menthe:      #edf6f1;
  --menthe-2:    #f7fbf9;
  --or:          #FFA928;
  --tp:          #00b67a;
  --rouge:       #C26A4A;
  --bord:        rgba(36,36,36,0.10);
  --font-titre:  'Outfit', sans-serif;
  --font-corps:  'Jakarta', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-corps);
  color: var(--texte);
  background: #fff;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: var(--font-titre); font-weight: 700; letter-spacing: 0; line-height: 1.12; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.conteneur { max-width: 1240px; margin: 0 auto; padding: 0 5%; }
.vert { color: var(--vert); }
.souligne-vert { text-decoration: underline; text-decoration-color: var(--vert-clair); text-underline-offset: 5px; text-decoration-thickness: 3px; }

/* ─── Boutons ─────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  background: var(--noir); color: #fff;
  font-family: var(--font-corps); font-weight: 600; font-size: 1rem;
  letter-spacing: .04em;
  padding: 1.05rem 2.2rem; border-radius: 10px;
  text-decoration: none; border: none; cursor: pointer;
  transition: transform .15s, box-shadow .15s, background .15s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(28,28,28,.22); }
.btn .fleche { transition: transform .15s; }
.btn:hover .fleche { transform: translateX(3px); }

/* ─── Bandeau annonce ─────────────────────── */
.annonce {
  background: #1c1c1c; color: #fff;
  text-align: center; padding: .8rem 1rem;
  font-size: .95rem; letter-spacing: .05em;
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 44px;
}
.annonce svg { flex-shrink: 0; }
.annonce span { animation: fondu .5s ease; }
@keyframes fondu { from { opacity: 0; } to { opacity: 1; } }

/* ─── Header ──────────────────────────────── */
header.site-header {
  background: #fff; border-bottom: 1px solid var(--bord);
  position: relative; z-index: 50;
}
.header-inner {
  max-width: 1400px; margin: 0 auto; padding: .9rem 3%;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem;
}
.nav-liens { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem; list-style: none; }
.nav-liens a {
  text-decoration: none; font-size: .98rem; color: var(--texte);
  padding: .45rem .9rem; border-radius: 8px; letter-spacing: .04em;
  transition: background .15s, color .15s;
}
.nav-liens a:hover { text-decoration: underline; text-underline-offset: 4px; }
.nav-liens a.actif { background: var(--noir); color: #fff; text-decoration: none; }
.logo-central img { height: 34px; width: auto; margin: 0 auto; }
.header-icones { display: flex; justify-content: flex-end; gap: 1.1rem; }
.header-icones a { color: var(--texte); display: inline-flex; padding: .3rem; }
.burger { display: none; background: none; border: none; cursor: pointer; padding: .4rem; }
.burger span { display: block; width: 22px; height: 2px; background: var(--texte); margin: 5px 0; border-radius: 2px; }

/* ─── Sections génériques ─────────────────── */
section { padding: 5.5rem 0; }
.titre-xl {
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  font-weight: 800; letter-spacing: -.01em; line-height: 1.08;
}
.titre-centre { text-align: center; }
.sous-titre { color: var(--gris); font-size: 1.05rem; max-width: 640px; margin: 1.2rem auto 0; }

/* ─── Hero accueil ────────────────────────── */
#hero { padding: 4.5rem 0 5rem; }
.hero-grille {
  display: grid; grid-template-columns: 0.9fr 1.1fr;
  gap: 4rem; align-items: center;
}
.hero-note { display: flex; align-items: center; gap: .6rem; font-size: .98rem; margin-bottom: 1.4rem; }
.etoiles-vertes { color: var(--vert); font-size: 1.15rem; letter-spacing: 2px; }
.hero-texte h1 { font-size: clamp(2.1rem, 4.2vw, 3.3rem); font-weight: 800; margin-bottom: 1.8rem; }
.hero-checks { list-style: none; display: flex; flex-direction: column; gap: 1.05rem; margin-bottom: 2.1rem; }
.hero-checks li { display: flex; gap: .8rem; font-size: 1.02rem; line-height: 1.6; }
.check-rond {
  flex-shrink: 0; width: 24px; height: 24px; margin-top: 2px;
  background: var(--vert); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-size: .8rem; font-weight: 700;
}
.hero-mention { color: var(--gris); font-size: .92rem; margin-top: 1.1rem; }
.hero-image img { border-radius: 14px; width: 100%; }

/* ─── Avis Google (carrousel) ─────────────── */
#avis-google { padding-top: 3rem; }
.note-google { display: flex; align-items: center; justify-content: center; gap: .6rem; margin: 1.4rem 0 2.6rem; flex-wrap: wrap; }
.etoiles-or { color: var(--or); font-size: 1.35rem; letter-spacing: 3px; }
.note-google strong { font-size: 1.35rem; font-family: var(--font-titre); }
.note-google .detail { color: var(--gris); }
.g-logo { width: 22px; height: 22px; }
.carrousel-avis {
  display: flex; gap: 1.4rem; overflow-x: auto;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  padding: .5rem .5rem 1.5rem; scrollbar-width: none;
}
.carrousel-avis::-webkit-scrollbar { display: none; }
.carte-avis {
  min-width: 340px; width: 340px; flex-shrink: 0; scroll-snap-align: start;
  background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: 0 6px 24px rgba(20,40,30,.09);
  display: flex; flex-direction: column;
}
.carte-avis > img { width: 100%; aspect-ratio: 1/1.05; object-fit: cover; }
.carte-avis-corps { padding: 1.2rem 1.3rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.carte-avis-haut { display: flex; justify-content: space-between; align-items: center; margin-bottom: .6rem; }
.carte-avis-haut .etoiles-or { font-size: 1rem; }
.carte-avis h3 { font-size: 1.05rem; margin-bottom: .5rem; }
.carte-avis p { font-size: .92rem; color: #3d443f; flex: 1; }
.carte-avis-pied { border-top: 1px solid var(--bord); margin-top: 1.1rem; padding-top: 1rem; display: flex; gap: .75rem; align-items: center; }
.avatar-initiale {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: #6fae95; color: #fff; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.carte-avis-pied .nom { font-weight: 700; font-size: .95rem; line-height: 1.3; }
.carte-avis-pied .date { color: var(--gris); font-size: .85rem; }
.achat-verifie { color: var(--vert); font-size: .85rem; display: flex; align-items: center; gap: .3rem; }
.carrousel-nav { display: flex; align-items: center; justify-content: center; gap: 1.2rem; margin-top: .4rem; }
.carrousel-fleche {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--bord); background: #fff; cursor: pointer;
  font-size: 1.3rem; color: var(--texte);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .15s;
}
.carrousel-fleche:hover { background: var(--noir); color: #fff; }
.points { display: flex; gap: 7px; }
.point { width: 8px; height: 8px; border-radius: 99px; background: #d4d9d6; cursor: pointer; transition: all .25s; }
.point.actif { width: 26px; background: var(--noir); }

/* ─── Bande presse ────────────────────────── */
.presse { background: var(--menthe); padding: 3.2rem 0; }
.presse-logos {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(1.5rem, 4vw, 4rem); flex-wrap: wrap;
}
.presse-logos img { height: 56px; width: auto; object-fit: contain; }

/* ─── Pourquoi ça fonctionne (3 technologies) ── */
#pourquoi .titre-xl { margin-bottom: .4rem; }
.techno-ligne {
  display: grid; grid-template-columns: 1fr 1fr; align-items: stretch;
  margin-top: 3.2rem; border-radius: 18px; overflow: hidden;
  background: #f4f6f4;
}
.techno-ligne.inverse .techno-image { order: 2; }
.techno-image img { width: 100%; height: 100%; object-fit: cover; }
.techno-panneau { padding: clamp(2rem, 4vw, 4rem); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.techno-panneau h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 800; margin-bottom: 1.2rem; }
.techno-panneau p { color: #4a524d; margin-bottom: 1.8rem; max-width: 420px; }

/* ─── Comparaison Triple Action ───────────── */
#comparaison { background: linear-gradient(180deg, var(--menthe-2) 0%, var(--menthe) 100%); position: relative; }
.compa-grille { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3.5rem; align-items: start; }
.carte-compa { background: #fff; border-radius: 18px; padding: 2rem; position: relative; }
.carte-compa.gagnant { border-top: 4px solid var(--vert-clair); box-shadow: 0 14px 44px rgba(20,60,40,.10); }
.carte-compa.perdant { background: #f6f8f7; box-shadow: 0 4px 18px rgba(20,40,30,.05); }
.badge-complet {
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  background: var(--vert-fonce); color: #fff; white-space: nowrap;
  font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  padding: .5rem 1.3rem; border-radius: 99px;
  display: inline-flex; align-items: center; gap: .45rem;
}
.carte-compa .visuel { border-radius: 12px; overflow: hidden; margin-bottom: 1.6rem; }
.carte-compa .visuel img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.carte-compa.gagnant .visuel { background: radial-gradient(circle at 50% 40%, #dff0e6, #b9dcc6); }
.carte-compa.gagnant .visuel img { object-fit: contain; }
.carte-compa h3 { font-size: 1.35rem; font-weight: 800; margin-bottom: 1.3rem; }
.liste-checks, .liste-croix { list-style: none; display: flex; flex-direction: column; gap: 1rem; }
.liste-checks li, .liste-croix li { display: flex; gap: .75rem; font-size: .95rem; line-height: 1.55; }
.liste-croix li { color: var(--gris); }
.croix-rond {
  flex-shrink: 0; width: 22px; height: 22px; margin-top: 2px;
  background: var(--rouge); border-radius: 50%; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: .72rem; font-weight: 700;
}
.compa-cta { text-align: center; margin-top: 3rem; }
.jauge-stock {
  display: inline-flex; align-items: center; gap: .7rem;
  background: #fff; border: 1px solid var(--bord); border-radius: 12px;
  padding: .85rem 1.4rem; margin-top: 1.4rem; font-size: .95rem;
}
.jauge-barres { display: inline-flex; gap: 5px; }
.jauge-barres i { width: 26px; height: 8px; border-radius: 99px; background: #e2e6e3; }
.jauge-barres i.plein { background: var(--rouge); }
.stock-limite { color: var(--rouge); font-weight: 700; }

/* ─── Conçue pour ─────────────────────────── */
#concue { text-align: center; }
.trait-double { width: 300px; max-width: 60%; margin: 1.4rem auto 0; }
.grille-conditions {
  display: grid; grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center; gap: 1.6rem 5rem;
  margin-top: 3.2rem; text-align: left;
}
.grille-conditions li { list-style: none; display: flex; align-items: flex-start; gap: 1rem; font-size: 1.08rem; }
.case-check {
  flex-shrink: 0; width: 34px; height: 34px;
  border: 2px solid var(--texte); border-radius: 9px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1rem; font-weight: 700;
}

/* ─── Stats vertes ────────────────────────── */
.vague { display: block; width: 100%; height: 70px; }
.vague svg { display: block; width: 100%; height: 100%; }
#stats { background: var(--vert-clair); color: #fff; padding: 4rem 0 5rem; position: relative; overflow: hidden; }
.stats-grille { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: center; }
.stats-texte h2 { font-size: clamp(2rem, 3.6vw, 2.9rem); font-weight: 800; margin-bottom: 2.4rem; }
.stats-chiffres { display: flex; gap: clamp(1.5rem, 4vw, 3.5rem); flex-wrap: wrap; }
.stat-bloc { max-width: 200px; }
.stat-val { font-family: var(--font-titre); font-size: clamp(3rem, 6vw, 4.6rem); font-weight: 800; line-height: 1; }
.stat-val sup { font-size: .45em; top: -.9em; }
.stat-bloc p { font-weight: 700; font-size: .98rem; margin-top: .8rem; line-height: 1.45; }
.stats-note { font-style: italic; font-size: .85rem; opacity: .85; margin-top: 2.6rem; }
.stats-image img { max-width: 520px; width: 100%; margin-left: auto; filter: drop-shadow(0 18px 40px rgba(0,0,0,.18)); }

/* ─── Garantie ────────────────────────────── */
#garantie { background: #f6f6f4; }
.carte-garantie {
  max-width: 860px; margin: 0 auto; background: #fff;
  border-radius: 20px; box-shadow: 0 10px 40px rgba(20,40,30,.08);
  padding: clamp(2.2rem, 5vw, 3.6rem); text-align: center;
}
.badge-30 {
  width: 96px; height: 96px; margin: 0 auto 1.6rem;
  background: var(--vert-fonce); border-radius: 50%;
  outline: 2px dashed rgba(255,255,255,.55); outline-offset: -8px;
  color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--font-titre); line-height: 1;
}
.badge-30 .coche { font-size: 1.1rem; }
.badge-30 .n { font-size: 1.7rem; font-weight: 800; }
.badge-30 .j { font-size: .55rem; letter-spacing: .2em; }
.garantie-eyebrow { font-family: Georgia, 'Times New Roman', serif; font-style: italic; color: var(--vert-fonce); font-size: 1.25rem; margin-bottom: .5rem; }
.carte-garantie h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 1.4rem; }
.carte-garantie .corps { color: var(--gris); max-width: 620px; margin: 0 auto 1.2rem; }
.carte-garantie .accroche { font-weight: 600; margin-bottom: 2rem; }
.garantie-checks { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-top: 1.6rem; font-size: .95rem; }
.garantie-checks span { display: inline-flex; align-items: center; gap: .45rem; }
.garantie-checks .v { color: var(--vert); font-weight: 700; }

/* ─── Témoignages (cartes Trustpilot) ─────── */
#temoignages { background: var(--menthe-2); }
#temoignages .titre-xl em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.temoignages-sous { color: #4a524d; margin-top: 1.2rem; font-size: 1.05rem; }
.grille-temoignages { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; margin-top: 2.8rem; max-width: 1020px; }
.carte-temoin {
  background: #fff; border-radius: 14px; padding: 1.8rem 1.9rem;
  box-shadow: 0 4px 18px rgba(20,40,30,.06);
}
.etoiles-tp { display: inline-flex; gap: 3px; margin-bottom: 1rem; }
.etoiles-tp i {
  width: 24px; height: 24px; background: var(--tp); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-style: normal; font-size: .85rem;
}
.carte-temoin h3 { font-size: 1.15rem; margin-bottom: .9rem; }
.carte-temoin blockquote {
  border-left: 3px solid #dfe6e2; padding-left: 1.1rem;
  font-style: italic; color: #3d443f; font-size: .97rem; margin-bottom: 1.2rem;
}
.temoin-nom { font-weight: 700; display: inline-flex; align-items: center; gap: .45rem; }
.badge-verifie { color: #14b8a6; }
.temoin-statut { color: var(--gris); font-size: .9rem; }
.carte-temoin.cache { display: none; }
.voir-plus-wrap { text-align: center; margin-top: 2.4rem; }

/* ─── 3 étapes ────────────────────────────── */
.grille-etapes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; margin-top: 3rem; }
.carte-etape { border-radius: 16px; overflow: hidden; background: #f6f8f7; box-shadow: 0 4px 18px rgba(20,40,30,.06); }
.carte-etape video, .carte-etape .media-etape { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.carte-etape-corps { padding: 1.6rem 1.5rem 2rem; text-align: center; }
.carte-etape-corps h3 { font-size: 1.25rem; letter-spacing: .06em; margin-bottom: .7rem; }
.carte-etape-corps p { color: #4a524d; font-size: .97rem; }
.etapes-cta { text-align: center; margin-top: 2.8rem; }

/* ─── Agissez maintenant ──────────────────── */
.agir-grille { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.agir-image img { border-radius: 4px; width: 100%; }
.agir-texte h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); font-weight: 800; margin-bottom: 1.4rem; }
.agir-texte p { color: #4a524d; margin-bottom: 2rem; max-width: 520px; }

/* ─── Footer ──────────────────────────────── */
footer { background: #1c1c1c; color: #fff; padding: 4rem 0 2rem; }
.footer-grille { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 3rem; }
.footer-logo img { height: 30px; width: auto; }
.footer-titre { font-family: var(--font-titre); font-weight: 800; font-size: 1.35rem; margin-bottom: 1.3rem; }
.footer-liens { list-style: none; display: flex; flex-direction: column; gap: .7rem; }
.footer-liens a { color: rgba(255,255,255,.85); text-decoration: none; font-size: .95rem; }
.footer-liens a:hover { text-decoration: underline; }
.newsletter p { color: rgba(255,255,255,.85); font-size: .95rem; margin-bottom: 1.2rem; }
.newsletter form { display: flex; flex-direction: column; gap: .8rem; max-width: 420px; }
.newsletter input {
  background: transparent; border: 1px solid rgba(255,255,255,.5); border-radius: 8px;
  padding: .95rem 1.1rem; color: #fff; font-family: var(--font-corps); font-size: .95rem;
}
.newsletter input::placeholder { color: rgba(255,255,255,.6); }
.newsletter button {
  background: transparent; border: 1.5px solid #fff; border-radius: 8px;
  color: #fff; font-family: var(--font-corps); font-weight: 600; font-size: .95rem;
  padding: .95rem 1.1rem; cursor: pointer; transition: background .15s, color .15s;
}
.newsletter button:hover { background: #fff; color: var(--noir); }
.footer-bas { border-top: 1px solid rgba(255,255,255,.12); margin-top: 3rem; padding-top: 1.6rem; text-align: center; }
.paiements { display: flex; justify-content: center; gap: .5rem; flex-wrap: wrap; margin-bottom: 1.2rem; }
.paiements span {
  background: #fff; color: #1a1a4d; border-radius: 4px;
  font-size: .6rem; font-weight: 800; letter-spacing: .02em;
  padding: .35rem .5rem; min-width: 44px; text-align: center;
  font-family: var(--font-titre);
}
.footer-copy { color: rgba(255,255,255,.55); font-size: .85rem; }
.footer-copy a { color: rgba(255,255,255,.8); }

/* ═══ PAGE PRODUIT ═══════════════════════════ */
.bandeau-tel {
  background: var(--vert-clair); color: #fff; text-align: center;
  padding: .75rem 1rem; font-size: .95rem; font-weight: 600; letter-spacing: .05em;
}
.bandeau-tel a { color: #fff; text-decoration: none; font-weight: 800; }

#produit { padding: 3.5rem 0 5rem; }
.produit-grille { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.5rem; align-items: start; }
.produit-grille > * { min-width: 0; }

.galerie-principale { border-radius: 14px; overflow: hidden; margin-bottom: 1rem; background: #f6f8f7; }
.galerie-principale img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.galerie-vignettes { display: flex; gap: .7rem; overflow-x: auto; padding-bottom: .4rem; scrollbar-width: thin; }
.galerie-vignettes img {
  width: 92px; height: 92px; object-fit: cover; border-radius: 10px;
  cursor: pointer; border: 2px solid transparent; flex-shrink: 0; transition: border-color .15s;
}
.galerie-vignettes img.actif { border-color: var(--noir); }

.badge-stock {
  display: inline-block; background: #0d7a43; color: #fff;
  font-size: .85rem; font-weight: 700; letter-spacing: .04em;
  padding: .5rem 1.1rem; border-radius: 8px; margin-bottom: 1.1rem;
}
.produit-note { display: flex; align-items: center; gap: .5rem; margin-bottom: .8rem; }
.acheter h1 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); font-weight: 800; margin-bottom: 1.4rem; }
.benefices { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.4rem; margin-bottom: 1.8rem; }
.benefices li { display: flex; align-items: center; gap: .7rem; font-size: .95rem; line-height: 1.4; }
.benefices img { width: 44px; height: 44px; object-fit: contain; flex-shrink: 0; }
.separateur-soldes {
  display: flex; align-items: center; gap: 1rem; color: var(--texte);
  font-weight: 600; margin-bottom: 1.2rem; font-size: 1rem;
}
.separateur-soldes::before, .separateur-soldes::after { content: ''; flex: 1; height: 1px; background: #b9c4be; }
.offres { display: flex; flex-direction: column; gap: .9rem; margin-bottom: 1.4rem; }
.offre {
  position: relative; display: flex; align-items: center; gap: .9rem;
  border: 2px solid #cfe0d6; border-radius: 12px; background: #fff;
  padding: 1.1rem 1.2rem; cursor: pointer; transition: border-color .15s, background .15s;
}
.offre.selection { border-color: var(--vert-fonce); background: #f4faf7; }
.offre input { accent-color: var(--vert-fonce); width: 19px; height: 19px; }
.offre .libelle { flex: 1; font-weight: 600; }
.offre .prix { text-align: right; font-family: var(--font-titre); }
.offre .prix .actuel { color: var(--vert-fonce); font-weight: 800; font-size: 1.15rem; }
.offre .prix .barre { color: var(--gris); text-decoration: line-through; font-size: .9rem; display: block; }
.economie {
  position: absolute; top: -12px; right: 12px;
  background: var(--vert-clair); color: #fff; font-size: .78rem; font-weight: 700;
  padding: .25rem .8rem; border-radius: 99px 99px 99px 4px; font-style: italic;
}
.btn-panier { width: 100%; font-size: 1.05rem; letter-spacing: .12em; text-transform: uppercase; padding: 1.2rem; }
.note-tp { display: flex; align-items: center; justify-content: center; gap: .5rem; margin: .9rem 0 1.2rem; font-size: .95rem; }
.paiements-produit { display: flex; justify-content: center; gap: .45rem; flex-wrap: wrap; margin-bottom: 1.8rem; }
.paiements-produit span {
  border: 1px solid var(--bord); border-radius: 5px;
  font-size: .62rem; font-weight: 800; padding: .35rem .55rem;
  font-family: var(--font-titre); color: #1a1a4d; background: #fff;
}
.reassurance { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; text-align: center; margin-bottom: 1.8rem; }
.reassurance .item { display: flex; flex-direction: column; align-items: center; gap: .55rem; font-weight: 700; font-size: .95rem; color: var(--vert-fonce); }
.reassurance svg { width: 40px; height: 40px; }
.pilule-clients {
  display: flex; align-items: center; gap: .8rem;
  background: #e7f4ec; border-radius: 99px; padding: .55rem 1.3rem .55rem .7rem;
  width: fit-content; margin: 0 auto 1.4rem; font-weight: 600; font-size: .95rem;
}
.avatars { display: flex; }
.avatars img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; border: 2px solid #fff; margin-left: -10px; }
.avatars img:first-child { margin-left: 0; }
.produit-pitch { font-size: .98rem; margin-bottom: 1.3rem; }
.encarts { display: flex; flex-direction: column; gap: .7rem; margin-bottom: 1.6rem; }
.encart {
  border: 1px solid #d5ded8; border-radius: 10px; background: #fbfdfc;
  padding: .85rem 1.1rem; font-size: .93rem; display: flex; gap: .6rem; align-items: flex-start;
}
.encart .v { color: var(--vert); font-weight: 800; margin-top: .1rem; }
.encart em { display: block; }
.carte-experte {
  border: 1px solid var(--bord); border-radius: 14px; padding: 1.6rem;
  margin-bottom: 1.8rem; background: #fff; box-shadow: 0 4px 16px rgba(20,40,30,.05);
}
.carte-experte .etoiles-or { margin-bottom: .9rem; display: block; }
.carte-experte blockquote { font-style: italic; font-size: .96rem; margin-bottom: 1rem; }
.experte-id { display: flex; align-items: center; gap: .6rem; font-weight: 700; color: #0d7a43; }
.experte-id .badge-verifie { color: #2563eb; }
.carte-experte .mention { border-top: 1px solid var(--bord); margin-top: 1.1rem; padding-top: 1rem; text-align: center; font-weight: 700; font-size: .92rem; }

/* FAQ produit */
.faq-produit { border-top: 1px solid var(--bord); }
.faq-item { border-bottom: 1px solid var(--bord); }
.faq-question {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; gap: .8rem;
  font-family: var(--font-titre); font-weight: 700; font-size: 1.05rem;
  color: var(--texte); text-align: left; padding: 1.15rem 0;
}
.faq-question .boite { font-size: 1.1rem; }
.faq-question .chevron { margin-left: auto; transition: transform .25s; }
.faq-item.ouvert .chevron { transform: rotate(180deg); }
.faq-reponse { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item.ouvert .faq-reponse { max-height: 900px; }
.faq-reponse-corps { padding: 0 0 1.4rem; color: #3d443f; font-size: .95rem; }
.faq-reponse-corps p { margin-bottom: .8rem; }
.faq-reponse-corps strong { color: var(--texte); }

/* citations produit */
.citations { margin-top: 2rem; }
.citation { display: none; }
.citation.actif { display: block; }
.citation p { font-size: .98rem; margin-bottom: .6rem; }
.citation .auteur { color: var(--gris); }
.citation .auteur .etoiles-or { font-size: .9rem; }
.citations-nav { display: flex; gap: .6rem; margin-top: 1rem; }
.citations-nav button {
  background: none; border: none; font-size: 1.4rem; cursor: pointer; color: var(--texte); padding: .2rem .6rem;
}

/* 12 minutes / résultats */
#resultats { }
.grille-resultats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; margin-top: 3rem; }
.carte-resultat { background: #f6f8f7; border-radius: 14px; padding: 2.2rem 1.6rem; text-align: center; }
.camembert { width: 74px; height: 74px; border-radius: 50%; margin: 0 auto 1.4rem; }
.carte-resultat h3 { font-size: 1.3rem; margin-bottom: .7rem; }
.carte-resultat p { color: #4a524d; font-size: .95rem; }

/* Recommandé par des pros */
#pros { background: var(--menthe-2); }
.pros-grille { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.5rem; align-items: start; }
.pros-media img { border-radius: 14px; width: 100%; }
.citation-pro {
  background: linear-gradient(180deg, #eaf6ef, #f7fbf9); border-radius: 0 0 14px 14px;
  padding: 1.8rem 2rem; text-align: center; font-size: 1.05rem;
}
.citation-pro .auteur { font-family: var(--font-titre); font-weight: 800; margin-top: 1rem; }
.pros-texte h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); font-weight: 800; margin-bottom: 1.4rem; }
.pros-texte p { color: #4a524d; margin-bottom: 1.2rem; }
.pros-texte .garanti { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--texte); margin-top: 1rem; }

/* Où est-ce que ça soulage */
#ou-soulage { background: var(--menthe-2); }
.grille-soulage { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; }
.carte-soulage { text-align: center; padding: 1.5rem 1rem; }
.carte-soulage img { width: 84px; height: 84px; object-fit: contain; margin: 0 auto 1rem; mix-blend-mode: multiply; }
.carte-soulage h3 { font-size: 1.15rem; margin-bottom: .7rem; }
.carte-soulage p { color: #4a524d; font-size: .93rem; }

/* Barre achat collante */
.barre-achat {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: #fff; box-shadow: 0 -6px 24px rgba(0,0,0,.10);
  padding: .8rem 4%;
  display: flex; align-items: center; gap: 1rem;
  transform: translateY(110%); transition: transform .3s ease;
}
.barre-achat.visible { transform: translateY(0); }
.barre-achat img { width: 56px; height: 56px; border-radius: 8px; object-fit: cover; }
.barre-achat .infos { flex: 1; line-height: 1.35; }
.barre-achat .infos .titre { font-weight: 700; font-family: var(--font-titre); }
.barre-achat .infos .avis { font-size: .85rem; color: var(--gris); }
.barre-achat .prix { font-family: var(--font-titre); font-weight: 800; font-size: 1.15rem; margin-right: 1rem; }
.barre-achat .btn { padding: .85rem 1.8rem; }

/* toast panier */
.toast {
  position: fixed; bottom: 96px; left: 50%; transform: translateX(-50%) translateY(20px);
  background: var(--noir); color: #fff; padding: .9rem 1.6rem; border-radius: 10px;
  font-size: .95rem; opacity: 0; pointer-events: none; transition: all .3s; z-index: 99;
  max-width: 90vw; text-align: center;
}
.toast.visible { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ─── Responsive ──────────────────────────── */
@media (max-width: 1020px) {
  .hero-grille, .stats-grille, .agir-grille, .produit-grille, .pros-grille { grid-template-columns: 1fr; }
  .hero-image { order: -1; }
  .grille-etapes { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .grille-resultats { grid-template-columns: 1fr 1fr; }
  .grille-soulage { grid-template-columns: 1fr 1fr; }
  .compa-grille { grid-template-columns: 1fr; }
  .grille-temoignages { grid-template-columns: 1fr; }
  .grille-conditions { grid-template-columns: 1fr; }
  .footer-grille { grid-template-columns: 1fr; gap: 2.4rem; }
  .techno-ligne { grid-template-columns: 1fr; }
  .techno-ligne.inverse .techno-image { order: 0; }

  .header-inner { grid-template-columns: auto 1fr auto; }
  .burger { display: block; }
  .nav-liens {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--bord);
    flex-direction: column; align-items: flex-start; padding: 1rem 5% 1.4rem; gap: .3rem;
  }
  .nav-liens.ouvert { display: flex; }
}
@media (max-width: 600px) {
  section { padding: 3.6rem 0; }
  .carte-avis { min-width: 82vw; width: 82vw; }
  .benefices { grid-template-columns: 1fr; }
  .grille-resultats { grid-template-columns: 1fr; }
  .grille-soulage { grid-template-columns: 1fr; }
  .reassurance { grid-template-columns: repeat(3, 1fr); }
  .barre-achat .infos .avis, .barre-achat img { display: none; }
  .presse-logos img { height: 40px; }
}
