/* ============================================================
   AUTOCLÉ 24 — Feuille de style principale
   Réplique fidèle de la mise en page keyfirst.eu (rouge → bleu)
   Police : Montserrat
   ============================================================ */

:root {
  /* --- bleu décliné en 3 tons --- */
  --accent: #1a72cc;          /* bleu marque */
  --accent-2: #4a95dd;        /* bleu clair */
  --accent-dark: #0f4d94;     /* bleu profond (survols, texte fort) */
  --accent-deep: #0f3f7a;     /* bleu nuit bleuté (dégradés) */
  --accent-tint: #eaf1fb;     /* bleu très clair (fonds, survols) */
  /* --- jaune en 2 tons --- */
  --yellow: #ffd400;          /* jaune vif : sur fonds bleus/sombres */
  --yellow-dark: #e0a800;     /* or profond : accents sur fond clair */
  --gold: #e0a800;
  /* --- neutres calibrés (légèrement bleutés) --- */
  --text: #14213a;            /* texte fort : bleu nuit (au lieu de noir) */
  --text-soft: #3a4657;
  --muted: #64748b;
  --bg: #ffffff;
  --bg-soft: #f6f8fb;
  --bg-grey: #eef1f6;
  --bg-input: #eef2f7;
  --border: #e5eaf1;
  --green: #35b558;
  --ink: #0c1b2e;             /* ancre sombre (footer, bandeaux) */
  --ink-2: #12294a;
  --font-display: 'Sora', 'Montserrat', -apple-system, sans-serif;
  --shadow-sm: 0 4px 14px rgba(16,44,84,.08);
  --shadow-md: 0 12px 30px rgba(16,44,84,.12);
  --shadow-lg: 0 26px 60px rgba(16,44,84,.20);
}

/* ============================================================
   FINITIONS ÉLÉGANTES (sur le design existant)
============================================================ */
/* carte de recherche véhicule : ombre douce + coins arrondis */
.finder {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.finder-body { padding: 20px 20px 22px; }
.finder-tabs button { transition: color .15s ease, background .15s ease; }
.finder-grid select { transition: border-color .15s ease, box-shadow .15s ease; }
.finder-grid select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(29,128,216,.12); }
.finder .btn-find { transition: background .16s ease, transform .12s ease; }
.finder .btn-find:hover { transform: translateY(-1px); }

/* slider : coins arrondis généreux + ombre premium */
.hero { border-radius: 16px; box-shadow: var(--shadow-md); }

/* cartes produits : survol plus soigné */
.product-card, .cat-card .cat-img { transition: box-shadow .2s ease, transform .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cat-card:hover .cat-img { box-shadow: var(--shadow-md); }

/* réassurance : icônes qui réagissent au survol */
.reassurance-item .ico { transition: transform .2s ease; }
.reassurance-item:hover .ico { transform: translateY(-3px) scale(1.06); }

/* transitions homogènes sur les boutons */
.btn, .btn-plus-white, .btn-training, .newsletter button, .section-link,
.brand-chip, .pay-chip { transition: all .16s ease; }

/* ============================================================
   APPARITIONS AU DÉFILEMENT (finition discrète)
============================================================ */
html.js-anim .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
html.js-anim .reveal.in { opacity: 1; transform: none; }

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  font-size: 14px;
  line-height: 1.5;
}

img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================================
   EN-TÊTE COMPLET (sticky comme le modèle)
============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}

/* ---------- barre supérieure : tout aligné à droite ---------- */
.topbar { background: #fff; font-size: 14px; }
.topbar .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 64px;
  gap: 0;
  flex-wrap: wrap;
}
.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  color: var(--text);
  font-weight: 500;
}
.topbar-item:hover { color: var(--accent); }
.topbar-sep { width: 1px; height: 18px; background: #d8d8dc; }
.topbar .phone { font-weight: 600; }

/* interrupteur HT/TTC */
.price-toggle { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; }
.toggle-pill {
  width: 46px; height: 22px;
  background: var(--accent);
  border-radius: 11px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.toggle-pill::before {
  content: '';
  position: absolute;
  left: 3px;
  width: 16px; height: 16px;
  background: #fff;
  border-radius: 50%;
}
.toggle-pill span {
  position: absolute;
  right: 8px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
}

/* drapeau langue */
.lang-flag { display: inline-flex; align-items: center; gap: 6px; }
.lang-flag .flag { width: 22px; height: 15px; display: flex; border: 1px solid #e0e0e0; }
.lang-flag .flag i { flex: 1; }
.lang-flag .flag i:nth-child(1) { background: #26339c; }
.lang-flag .flag i:nth-child(2) { background: #fff; }
.lang-flag .flag i:nth-child(3) { background: #e02a2a; }
.lang-flag .caret { font-size: 10px; color: var(--text); }

/* ---------- ligne logo / recherche / panier ---------- */
.header-main { background: #fff; border-top: 1px solid var(--bg-grey); }
.header-main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  height: 86px;
}
.logo { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.logo .logo-mark {
  width: 34px; height: 34px;
  flex-shrink: 0;
}
.logo .logo-word {
  font-size: 27px;
  font-weight: 900;
  letter-spacing: .5px;
  color: var(--accent);
  text-transform: none;
}
.logo .logo-24 { color: var(--yellow-dark); }

.header-right { display: flex; align-items: center; gap: 18px; }

.search-widget form {
  display: flex;
  align-items: center;
  background: var(--bg-input);
  border-radius: 22px;
  height: 44px;
  width: 250px;
  padding: 0 8px 0 20px;
}
.search-widget input {
  flex: 1;
  border: 0;
  background: transparent;
  font-size: 14.5px;
  font-family: inherit;
  outline: none;
  color: var(--muted);
  min-width: 0;
}
.search-widget input::placeholder { color: var(--muted); }
.search-widget button {
  background: transparent;
  border: 0;
  color: var(--accent);
  padding: 8px;
  display: flex;
  align-items: center;
}

.cart-btn {
  width: 52px; height: 52px;
  background: var(--text);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
.cart-btn:hover { background: var(--accent); color: #fff; }
.cart-btn svg { width: 22px; height: 22px; }

/* ---------- menu : deux rangées avec filets ---------- */
.header-menu { background: #fff; }
.menu-row-1 {
  border-top: 1px solid var(--bg-grey);
  border-bottom: 1px solid var(--bg-grey);
}
.menu-row-1 .container > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 56px;
  min-height: 54px;
}
.menu-row-1 a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 600;
  color: var(--accent);
  padding: 15px 0;
}
.menu-row-1 a:hover { color: var(--accent-dark); }
.menu-row-1 .caret {
  display: inline-block;
  width: 8px; height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -5px;
}
.menu-row-2 .container > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 34px;
  min-height: 54px;
}
.menu-row-2 a {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  padding: 14px 0;
}
.menu-row-2 a:hover { color: var(--accent); }

/* méga-menu pleine largeur (comme le modèle) */
.menu-row-1 { position: relative; }
.mega {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 18px 30px rgba(0,0,0,.14);
  z-index: 70;
  padding: 34px 70px 40px;
}
.menu-item:hover .mega { display: block; }
.mega ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 46px;
  max-width: 1420px;
  margin: 0 auto;
}
.mega a {
  display: block;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--text);
  padding: 4px 0;
}
.mega a:hover { color: var(--accent); }
.menu-item:hover > a .caret { transform: rotate(225deg) translate(-2px, -2px); }

/* ============================================================
   ZONE D'ACCUEIL : widget onglets à gauche + slider à droite
============================================================ */
.home-top { padding: 34px 0 26px; }
.home-top .container {
  display: flex;
  gap: 46px;
  align-items: center;
}

/* widget de recherche véhicule à onglets */
.finder { width: 545px; flex-shrink: 0; }
.finder-tabs { display: flex; }
.finder-tabs button {
  flex: 1;
  background: var(--bg-soft);
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 16px 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.3;
}
.finder-tabs button.active {
  background: #fff;
  border-bottom-color: var(--accent);
  font-weight: 600;
}
.finder-body {
  background: #fff;
  padding: 22px 0 0;
}
.finder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  margin-bottom: 18px;
}
.finder-grid select {
  height: 46px;
  border: 0;
  border-radius: 3px;
  background: var(--bg-grey);
  padding: 0 14px;
  font-family: inherit;
  font-size: 14.5px;
  color: var(--muted);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236c757d' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.finder .btn-find {
  width: 100%;
  background: #b9bec4;
  color: #fff;
  border: 0;
  border-radius: 3px;
  height: 48px;
  font-size: 14.5px;
  font-weight: 600;
  transition: background .15s ease;
}
.finder .btn-find.ready, .finder .btn-find:hover { background: var(--accent); }

/* slider bannière */
.home-hero { flex: 1; min-width: 0; }
.hero { position: relative; overflow: hidden; border-radius: 10px; }
.hero-track { display: flex; transition: transform .6s ease; }
.hero-slide {
  min-width: 100%;
  aspect-ratio: 2 / 1.02;
  position: relative;
  display: flex;
  color: #fff;
  padding: 26px 34px;
  overflow: hidden;
}
.hero-slide-1 { background: radial-gradient(circle at 78% 35%, #1668b8 0%, #0a3055 62%), #0a3055; }
.hero-slide-2 { background: radial-gradient(circle at 25% 70%, #12518e 0%, #0c101a 65%), #0c101a; }
.hero-slide-3 { background: radial-gradient(circle at 70% 20%, #3f9be5 0%, #0f4d8c 70%), #0f4d8c; }

.hero-brand {
  position: absolute;
  top: 20px; right: 28px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
}
.hero-brand svg { width: 20px; height: 20px; }

.hero-left { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 12px; min-width: 0; }
.hero-left h2 { font-size: 22px; font-weight: 700; line-height: 1.25; max-width: 300px; }
.hero-chip {
  display: inline-block;
  align-self: flex-start;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 3px;
}
.hero-right { flex: 1.1; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; min-width: 0; }
.hero-right .big-word {
  font-size: 60px;
  font-weight: 900;
  line-height: .95;
  letter-spacing: 1px;
  text-align: center;
}
.hero-right .sub-line { font-size: 19px; font-weight: 700; text-align: center; margin-top: 10px; line-height: 1.35; }
.hero-right .sub-line strong { color: #7db1ff; }
.hero-art { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: .35; }
.hero-art svg { width: 70%; height: auto; }

.hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(20,20,25,.55);
  border: 0;
  color: #fff;
  width: 34px; height: 56px;
  font-size: 20px;
  z-index: 5;
}
.hero-nav:hover { background: var(--accent); }
.hero-nav.prev { left: 0; border-radius: 0 6px 6px 0; }
.hero-nav.next { right: 0; border-radius: 6px 0 0 6px; }

/* ============================================================
   GRAND TITRE sous la zone d'accueil
============================================================ */
.home-intro { padding: 26px 0 4px; }
.home-intro h1 {
  font-size: 44.8px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 14px;
}
.home-intro p { font-size: 15px; color: var(--text-soft); max-width: 920px; }

/* ============================================================
   SECTIONS PRODUITS : titre à gauche, lien à droite, filet
============================================================ */
.section { padding: 42px 0 30px; }
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border);
  padding-bottom: 16px;
  margin-bottom: 26px;
}
.section-head h2 { font-size: 30px; font-weight: 600; }
.section-head .section-link { font-size: 14px; font-weight: 500; color: var(--accent); }
.section-head .section-link:hover { text-decoration: underline; }

.product-carousel { position: relative; }
.product-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(23% - 16px);
  gap: 21px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 2px;
  scrollbar-width: none;
}
.product-track::-webkit-scrollbar { display: none; }

.product-card {
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--bg-grey);
  position: relative;
  padding: 0 0 16px;
  display: flex;
  flex-direction: column;
}
.product-card:hover { box-shadow: 0 6px 18px rgba(0,0,0,.08); }

.product-flag {
  position: absolute;
  top: 14px; left: 0;
  background: var(--yellow);
  color: var(--text);
  font-size: 12.5px;
  font-weight: 700;
  padding: 5px 12px;
  z-index: 3;
}
.product-flag.flag-new { background: var(--text); }

.product-img {
  background: #fff;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--bg-grey);
  margin-bottom: 12px;
}
.product-img svg { width: 58%; height: 58%; }
.quick-view {
  position: absolute;
  left: 0; right: 0; bottom: -40px;
  background: rgba(29,29,34,.88);
  color: #fff;
  border: 0;
  padding: 9px 0;
  font-size: 12px;
  font-weight: 600;
  transition: bottom .2s ease;
  width: 100%;
}
.product-card:hover .quick-view { bottom: 0; }
.quick-view:hover { background: var(--accent); }

.product-body { padding: 0 14px; display: flex; flex-direction: column; flex: 1; }
.product-brand {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.product-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.45;
  margin-bottom: 10px;
  flex: 1;
}
.product-title a:hover { color: var(--accent); }
.product-prices { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.price-old { font-size: 13px; color: var(--muted); text-decoration: line-through; }
.price { font-size: 17px; font-weight: 600; color: var(--accent); }
.availability { font-size: 12.5px; margin-top: 7px; color: var(--text-soft); display: flex; align-items: center; gap: 6px; }
.availability::before { content: ''; width: 8px; height: 8px; border-radius: 50%; }
.availability.in-stock::before { background: var(--green); }
.availability.out-stock::before { background: var(--accent-2); }
.availability.preorder::before { background: #e0a800; }

.carousel-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 40px; height: 40px;
  background: transparent;
  border: 0;
  color: var(--text);
  font-size: 30px;
  z-index: 4;
  line-height: 1;
}
.carousel-nav:hover { color: var(--accent); }
.carousel-nav.prev { left: -44px; }
.carousel-nav.next { right: -44px; }

/* ============================================================
   BANDEAU AUTOCLÉ24+ : bleu vif, mosaïque de carrés
============================================================ */
.plus-section { padding: 30px 0; }
.plus-banner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  background: var(--accent);
  padding: 60px 64px 66px;
}
/* mosaïque de carrés dans les coins comme le modèle */
.plus-banner::before, .plus-banner::after {
  content: '';
  position: absolute;
  width: 420px; height: 420px;
  background-image:
    linear-gradient(rgba(255,255,255,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px),
    linear-gradient(45deg, rgba(0,0,0,.16) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.16) 75%);
  background-size: 42px 42px, 42px 42px, 84px 84px;
  transform: rotate(0deg);
  pointer-events: none;
}
.plus-banner::before { top: -180px; right: -60px; }
.plus-banner::after { bottom: -200px; right: 220px; }
.plus-banner > * { position: relative; z-index: 2; }
.plus-banner .plus-title {
  font-size: 46px;
  font-weight: 900;
  margin-bottom: 4px;
  color: var(--yellow);
}
.plus-banner h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 22px;
  max-width: 980px;
}
.plus-banner p { max-width: 990px; margin-bottom: 34px; font-size: 14.5px; line-height: 1.85; font-weight: 500; }
.plus-actions { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.btn-plus-white {
  background: #fff;
  color: #212121;
  font-size: 15px;
  font-weight: 600;
  padding: 17px 32px;
  border-radius: 4px;
}
.btn-plus-white:hover { background: var(--bg-grey); }
.link-plus {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.link-plus:hover { text-decoration: underline; }

/* ============================================================
   BANDEAU FORMATION : bloc gris clair
============================================================ */
.training-section { padding: 30px 0; }
.training-banner {
  background: var(--bg-grey);
  border-radius: 10px;
  padding: 44px 64px 46px;
  color: var(--text);
}
.training-banner h2 { font-size: 32px; font-weight: 700; margin-bottom: 16px; }
.training-banner > p { color: var(--text-soft); max-width: 1000px; margin-bottom: 26px; font-size: 14.5px; }
.training-inner { display: flex; align-items: center; gap: 44px; flex-wrap: wrap; }
.btn-training {
  background: var(--yellow);
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  padding: 18px 26px;
  border-radius: 8px;
}
.btn-training:hover { background: var(--yellow-dark); }
.training-badge {
  display: flex;
  align-items: center;
  gap: 12px;
}
.training-badge svg { width: 52px; height: 52px; flex-shrink: 0; }
.training-badge .badge-text b { display: block; font-size: 15px; color: var(--accent); }
.training-badge .badge-text span { font-size: 11.5px; color: var(--muted); }

/* ============================================================
   ÉDITORIAL : logo + titre à gauche, texte dense à droite
============================================================ */
.editorial { padding: 52px 0 40px; }
.editorial .container { display: flex; gap: 60px; align-items: flex-start; }
.editorial-left { width: 44%; flex-shrink: 0; }
.editorial-left .logo { margin-bottom: 32px; }
.editorial-left .logo .logo-word { font-size: 22px; }
.editorial-left h2 { font-size: 22px; font-weight: 700; line-height: 1.4; }
.editorial-right { flex: 1; font-size: 13.5px; color: var(--text-soft); }
.editorial-right p { margin-bottom: 16px; line-height: 1.7; }
.editorial-right strong { font-weight: 700; color: var(--text); }
.editorial-badges { display: flex; align-items: center; gap: 34px; margin-top: 34px; flex-wrap: wrap; }
.cert-badge { display: flex; align-items: center; gap: 10px; }
.cert-badge svg { width: 44px; height: 44px; }
.cert-badge b { display: block; font-size: 15px; }
.cert-badge span { font-size: 11px; color: var(--muted); }

/* ============================================================
   RÉASSURANCE + LOGOS PAIEMENT
============================================================ */
.reassurance { padding: 40px 0 30px; }
.reassurance-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
  margin-bottom: 44px;
}
.reassurance-item { text-align: center; }
.reassurance-item .ico { width: 42px; height: 42px; margin: 0 auto 12px; color: var(--accent); }
.reassurance-item h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3px;
  margin-bottom: 4px;
}
.reassurance-item p { font-size: 12.5px; color: var(--muted); }

.payment-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.pay-chip {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--text-soft);
}
.pay-chip.blue { color: #1a3c8f; }
.payment-strip .strip-sep { width: 1px; height: 26px; background: var(--border); margin: 0 10px; }

/* ============================================================
   BLOC SEO CENTRÉ
============================================================ */
.seo-block { padding: 46px 0 50px; background: var(--bg-soft); text-align: center; }
.seo-block h3 { font-size: 18px; font-weight: 700; margin-bottom: 16px; }
.seo-block p { font-size: 13px; color: var(--text-soft); max-width: 1050px; margin: 0 auto; line-height: 1.75; }

/* ============================================================
   FOOTER (clair)
============================================================ */
.footer { font-size: 13.5px; }

.footer-brand { padding: 46px 0 38px; }
.footer-brand .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-brand-text { max-width: 760px; }
.footer-brand-text h2 { font-size: 18px; font-weight: 700; margin-bottom: 14px; }
.footer-brand-text p { color: var(--text-soft); font-size: 13px; line-height: 1.7; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 30px; height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--text);
  color: #fff;
}
.footer-social a:hover { background: var(--accent); }
.footer-social svg { width: 14px; height: 14px; }

/* newsletter : titre gauche, champ centre, bouton bleu arrondi droite */
.newsletter { background: var(--bg-soft); padding: 44px 0; }
.newsletter .container {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
.newsletter h2 { font-size: 27px; font-weight: 900; line-height: 1.3; min-width: 280px; }
.newsletter form { display: flex; flex: 1; min-width: 320px; gap: 24px; align-items: center; }
.newsletter input {
  flex: 1;
  border: 0;
  border-bottom: 1px solid #c9ccd2;
  background: transparent;
  padding: 10px 2px;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  color: var(--text);
}
.newsletter input:focus { border-bottom-color: var(--accent); }
.newsletter button {
  background: var(--yellow);
  color: var(--text);
  border: 0;
  border-radius: 8px;
  padding: 18px 30px;
  font-size: 13.5px;
  font-weight: 700;
}
.newsletter button:hover { background: var(--yellow-dark); }
.newsletter small { flex-basis: 100%; font-size: 11.5px; color: var(--muted); }

/* colonnes de liens : 4 colonnes */
.footer-links { padding: 44px 0 26px; }
.footer-links .container {
  display: grid;
  grid-template-columns: 1.15fr 1.15fr 1fr 1fr;
  gap: 40px;
}
.footer-col li { margin-bottom: 13px; }
.footer-col a { color: var(--text); font-size: 14px; }
.footer-col a:hover { color: var(--accent); }
.footer-col .accent-link { color: var(--accent); font-weight: 600; text-transform: uppercase; font-size: 13px; }
.footer h3.col-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 18px;
}
.footer-address li { margin-bottom: 8px; color: var(--text-soft); font-size: 13px; }
.footer-address .brand-name { color: var(--accent); font-weight: 700; text-transform: uppercase; }
.footer-address a { color: var(--text); font-weight: 600; }
.recaptcha-note { padding: 26px 0 34px; font-size: 11.5px; color: var(--muted); }
.recaptcha-note a { text-decoration: underline; }

/* bas de page */
.footer-bottom { border-top: 1px solid var(--bg-grey); padding: 22px 0 30px; }
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 11.5px;
  color: var(--muted);
}
.footer-legal { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-legal a { color: var(--text-soft); font-size: 12px; }
.footer-legal a:hover { color: var(--accent); }

/* ============================================================
   PAGES CATÉGORIE (ex. Marques de voiture)
============================================================ */
.breadcrumb { background: #f4f4f6; }
.breadcrumb .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 13.5px;
  color: var(--text-soft);
}
.breadcrumb a { color: var(--accent); }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb .sep { color: var(--muted); }

.cat-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin: 62px 0 34px;
}

.brand-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
  margin-bottom: 60px;
}
.brand-chip {
  border: 1px solid var(--accent);
  border-radius: 3px;
  color: var(--accent);
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .4px;
  text-transform: uppercase;
  padding: 17px 24px;
  line-height: 1;
}
.brand-chip:hover { background: var(--accent); color: #fff; }
.brand-chip.active { background: var(--accent); color: #fff; }

/* 2e niveau : modèles (apparaît quand une marque est choisie) */
.model-chips {
  margin-top: -42px; margin-bottom: 52px; gap: 10px;
  animation: modelFade .38s ease both;
}
@keyframes modelFade { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
/* fondu doux des cartes à chaque (re)affichage de la grille */
@keyframes catFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.cat-grid .cat-card { animation: catFade .34s ease both; }
@media (prefers-reduced-motion: reduce) {
  .model-chips, .cat-grid .cat-card { animation: none; }
}
.model-chips-label {
  width: 100%; text-align: center;
  font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px;
  color: var(--muted); margin-bottom: 4px;
}
.model-chips .brand-chip {
  padding: 11px 17px; font-size: 12.5px; text-transform: none; letter-spacing: .2px;
  border-color: #cfd2d8; color: var(--text);
}
.model-chips .brand-chip:hover { background: var(--text); color: #fff; border-color: var(--text); }
.model-chips .brand-chip.active { background: var(--text); color: #fff; border-color: var(--text); }

/* grille produits 3 colonnes */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 28px;
  margin-bottom: 70px;
}
.cat-card { position: relative; }
.cat-card .cat-img {
  border: 1px solid var(--bg-grey);
  background: #fff;
  aspect-ratio: 1 / .95;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  position: relative;
}
.cat-card .cat-img svg { width: 52%; height: 52%; }
.cat-card .restock {
  position: absolute;
  top: 24px; left: 0;
  background: #1d1d22;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 12px;
}
.cat-card .cat-brand {
  color: var(--accent);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.cat-card .cat-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 14px;
}
.cat-card .cat-name a:hover { color: var(--accent); }
.cat-card .cat-price {
  color: var(--accent);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 6px 0 54px;
}
.pagination a, .pagination .dots {
  min-width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  background: #fff;
}
.pagination .dots { border: 0; color: var(--muted); }
.pagination a:hover { border-color: var(--accent); color: var(--accent); }
.pagination a.active { background: var(--accent); border-color: var(--accent); color: #fff; }
.pagination a.next { padding: 0 18px; }

/* titre de catégorie aligné à gauche (pages catégories produit) */
.cat-title--left {
  text-align: left;
  font-size: 33px;
  font-weight: 600;
  margin: 52px 0 30px;
}

/* contenu éditorial SEO de bas de page */
.seo-content { padding: 10px 0 40px; }
.seo-content h2 {
  color: #454a54;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.3;
  margin: 38px 0 20px;
}
.seo-content h3 {
  color: #454a54;
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0 16px;
}
.seo-content p {
  color: var(--text-soft);
  line-height: 1.9;
  margin-bottom: 16px;
  text-align: justify;
}

/* barre service commercial */
.service-bar {
  background: var(--accent);
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 15px 20px;
  margin: 30px 0 50px;
}
.service-bar b {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.service-bar a { font-size: 13.5px; color: #fff; }
.service-bar a:hover { text-decoration: underline; }

/* ============================================================
   PAGE MARQUE (modèles)
============================================================ */
.brand-intro {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  margin: 50px 0 44px;
}
.brand-tile {
  width: 330px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  border-radius: 26px;
  background: linear-gradient(150deg, #3f9be5 0%, #1a72cc 55%, #12609f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 64px;
  font-weight: 900;
  letter-spacing: 2px;
  box-shadow: 0 14px 30px rgba(0,82,229,.25);
}
.brand-head { flex: 1; padding-top: 26px; }
.brand-head h1 { font-size: 34px; font-weight: 700; line-height: 1.3; margin-bottom: 20px; }
.brand-head p { color: var(--text-soft); line-height: 1.8; font-size: 14px; margin-bottom: 12px; }

.sort-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 10px 0 30px;
}
.sort-bar .count { font-size: 28px; font-weight: 700; }
.sort-bar .sort { display: flex; align-items: center; gap: 12px; font-size: 13.5px; color: var(--text-soft); }
.sort-bar select {
  height: 44px;
  min-width: 190px;
  border: 1px solid var(--border);
  background: #fff;
  padding: 0 14px;
  font-family: inherit;
  font-size: 14px;
  color: var(--text);
}

@media (max-width: 900px) {
  .brand-intro { flex-direction: column; }
  .brand-tile { width: 220px; font-size: 44px; }
  .brand-head { padding-top: 0; }
}

/* ============================================================
   PAGE PRODUIT
============================================================ */
.pp-wrap { display: flex; gap: 62px; margin: 52px 0 46px; align-items: flex-start; }
.pp-gallery {
  width: 495px;
  flex-shrink: 0;
  border: 1px solid var(--bg-grey);
  background: #fff;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.pp-gallery svg { width: 78%; height: 78%; }
.pp-info { flex: 1; max-width: 620px; }
.pp-info h1 { font-size: 33px; font-weight: 600; line-height: 1.3; margin-bottom: 20px; }
.pp-divider { border: 0; border-top: 1px solid #c9ccd2; width: 290px; margin: 0 0 22px; }
.pp-ref { font-size: 14px; color: var(--text-soft); margin-bottom: 8px; }
.pp-stock { font-weight: 700; font-size: 14px; margin-bottom: 20px; display: flex; align-items: center; gap: 7px; }
.pp-stock::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--green); }
.pp-price { font-size: 30px; font-weight: 700; color: var(--accent); }
.pp-tax { font-size: 12.5px; color: var(--muted); margin: 4px 0 24px; }
.pp-variant { margin-bottom: 22px; }
.pp-variant label { display: block; font-weight: 600; font-size: 13.5px; margin-bottom: 8px; }
.pp-select {
  height: 40px;
  min-width: 140px;
  border: 1px solid #ced4da;
  background: #fff;
  padding: 0 12px;
  font-family: inherit;
  font-size: 14px;
  color: var(--text);
}
.pp-buy { display: flex; gap: 16px; align-items: stretch; margin-bottom: 26px; }
.pp-qty {
  width: 74px;
  border: 1px solid #ced4da;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  outline: none;
}
.btn-atc {
  background: var(--accent);
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 14.5px;
  font-weight: 600;
}
.btn-atc:hover { background: var(--accent-dark); }
.pp-secure {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 14px;
}
.pp-paybadges { display: flex; gap: 8px; flex-wrap: wrap; }

/* onglets produit */
.pp-tabs { display: flex; margin-top: 20px; }
.pp-tab {
  border: 0;
  background: #e1e1e1;
  color: #656565;
  font-size: 14px;
  font-weight: 600;
  padding: 17px 42px;
}
.pp-tab.active {
  background: #fff;
  color: var(--accent-2);
  border: 1px solid var(--bg-grey);
  border-bottom: 0;
}
.pp-tab-content {
  border: 1px solid var(--bg-grey);
  padding: 36px 40px 40px;
  margin-bottom: 64px;
  font-size: 14px;
  color: var(--text-soft);
}
.pp-tab-content h3 { color: var(--text); font-size: 17px; font-weight: 700; margin: 22px 0 12px; }
.pp-tab-content h3:first-child { margin-top: 0; }
.pp-tab-content ul { list-style: disc; padding-left: 22px; margin-bottom: 14px; }
.pp-tab-content li { margin-bottom: 6px; line-height: 1.6; }
.pp-tab-content p { margin-bottom: 12px; line-height: 1.75; }
.pp-pane { display: none; }
.pp-pane.active { display: block; }
.pp-table { width: 100%; border-collapse: collapse; }
.pp-table td { padding: 11px 16px; border: 1px solid var(--bg-grey); }
.pp-table tr:nth-child(odd) td { background: var(--bg-soft); }
.pp-table td:first-child { font-weight: 600; color: var(--text); width: 40%; }

@media (max-width: 1024px) {
  .pp-wrap { flex-direction: column; }
  .pp-gallery { width: 100%; max-width: 495px; }
  .pp-tab { padding: 14px 20px; }
}

/* ============================================================
   BARRE D'APPEL MOBILE + WHATSAPP
============================================================ */
.callbar { display: none; }
@media (max-width: 768px) {
  .callbar {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 300;
    display: flex;
    box-shadow: 0 -4px 14px rgba(0,0,0,.18);
  }
  .callbar a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 8px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
  }
  .callbar .call { background: var(--accent); }
  .callbar .wa { background: #25d366; }
  body { padding-bottom: 52px; }
}
.wa-float {
  position: fixed;
  right: 18px; bottom: 18px;
  z-index: 290;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
}
.wa-float svg { width: 28px; height: 28px; }
.wa-float:hover { background: #1fb457; color: #fff; }
@media (max-width: 768px) { .wa-float { display: none; } }

/* ============================================================
   AVIS GOOGLE (style élégant)
============================================================ */
.reviews {
  padding: 60px 0 66px;
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%);
}
.reviews h2 { font-size: 30px; font-weight: 900; text-align: center; margin-bottom: 18px; }
.gscore {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 0 auto 38px;
  font-weight: 600;
  flex-wrap: wrap;
  background: #fff;
  width: fit-content;
  padding: 12px 26px;
  border-radius: 40px;
  box-shadow: 0 8px 24px rgba(16,44,84,.10);
}
.gscore .gbadge {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid var(--bg-grey);
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 18px;
  color: #4285f4;
}
.gscore .stars { color: #f5b400; font-size: 19px; letter-spacing: 2px; }
.gscore .note { font-size: 22px; font-weight: 900; }
.gscore a { color: var(--accent); font-size: 13.5px; }
.gscore a:hover { text-decoration: underline; }
.reviews-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.review-card {
  position: relative;
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 16px;
  padding: 30px 26px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(16,44,84,.07);
  transition: transform .2s ease, box-shadow .2s ease;
}
.review-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(16,44,84,.13); }
.review-card .quote {
  position: absolute;
  top: 4px; right: 20px;
  font-family: Georgia, serif;
  font-size: 68px;
  line-height: 1;
  color: var(--yellow);
}
.review-card .stars { color: #f5b400; letter-spacing: 3px; margin-bottom: 12px; font-size: 15px; }
.review-card p { font-size: 13.5px; color: var(--text-soft); line-height: 1.7; margin-bottom: 18px; flex: 1; font-style: italic; }
.review-card footer { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--bg-grey); padding-top: 15px; }
.review-card .avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 900; font-size: 16px;
  flex-shrink: 0;
}
.review-card .who { display: block; font-weight: 700; font-size: 13.5px; }
.review-card .what { display: block; font-size: 12px; color: var(--muted); }
.reviews-cta { text-align: center; margin-top: 32px; }
.reviews-cta a {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 13.5px;
  font-weight: 700;
}
.reviews-cta a:hover { background: var(--accent-dark); }
@media (max-width: 1024px) { .reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .reviews-grid { grid-template-columns: 1fr; } }

/* ============================================================
   ZONES D'INTERVENTION (carte + SEO local)
============================================================ */
.coverage { padding: 58px 0 60px; border-top: 1px solid var(--bg-grey); }
.coverage h2 { font-size: 30px; font-weight: 900; text-align: center; margin-bottom: 12px; }
.coverage-intro {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 40px;
  color: var(--text-soft);
  line-height: 1.75;
}
.coverage-wrap { display: flex; gap: 48px; align-items: flex-start; }
.coverage-map {
  width: 520px;
  flex-shrink: 0;
  background: linear-gradient(180deg, #fdfefe 0%, #f2f7fc 100%);
  border: 1px solid #e7edf4;
  border-radius: 22px;
  padding: 24px 20px 18px;
  box-shadow: 0 16px 44px rgba(16,44,84,.12);
}
.coverage-map svg { width: 100%; height: auto; display: block; }
.coverage-map .map-title {
  text-align: center;
  font-size: 13.5px;
  font-weight: 900;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.coverage-map .map-sub { text-align: center; font-size: 12px; color: var(--muted); margin-bottom: 14px; }
.coverage-map .map-legend {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 12px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--text-soft);
  flex-wrap: wrap;
}
.coverage-map .map-legend i {
  display: inline-block;
  width: 12px; height: 12px;
  border-radius: 3px;
  margin-right: 6px;
  vertical-align: -1px;
}
.coverage-map .caption { text-align: center; font-size: 12px; color: var(--muted); margin-top: 10px; }
.coverage-map .pulse {
  transform-box: fill-box;
  transform-origin: center;
  animation: covpulse 2.2s ease-out infinite;
}
@keyframes covpulse {
  0% { transform: scale(.5); opacity: .55; }
  100% { transform: scale(1.9); opacity: 0; }
}
.coverage-lists { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.coverage-lists h3 {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.coverage-lists h3 .dept {
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 20px;
}
.coverage-lists .region-tag { font-size: 12.5px; color: var(--muted); margin-bottom: 14px; }
.coverage-links { font-size: 13px; line-height: 2.1; color: var(--text-soft); }
.coverage-links a { color: var(--text-soft); }
.coverage-links a:hover { color: var(--accent); text-decoration: underline; }
.coverage-links .sep { color: #c4cbd4; margin: 0 4px; }
@media (max-width: 1024px) {
  .coverage-wrap { flex-direction: column; }
  .coverage-map { width: 280px; margin: 0 auto; position: static; }
}
@media (max-width: 700px) { .coverage-lists { grid-template-columns: 1fr; } }

/* ============================================================
   CARTE, VILLES, PAGES LÉGALES
============================================================ */
.map-embed { border: 0; width: 100%; height: 340px; border-radius: 8px; margin: 26px 0 50px; }
.footer-cities { padding: 4px 0 26px; font-size: 12.5px; color: var(--muted); line-height: 2; }
.footer-cities a { color: var(--text-soft); }
.footer-cities a:hover { color: var(--accent); }
.legal-content { max-width: 900px; margin: 0 auto; padding: 6px 0 60px; }
.legal-content h2 { font-size: 20px; font-weight: 700; margin: 32px 0 12px; }
.legal-content p, .legal-content li { color: var(--text-soft); line-height: 1.8; margin-bottom: 10px; font-size: 14px; }
.legal-content ul { list-style: disc; padding-left: 22px; margin-bottom: 12px; }
.legal-content .todo { background: #fff8dd; border: 1px solid #f0e0a0; padding: 3px 8px; border-radius: 4px; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1200px) {
  .carousel-nav.prev { left: -8px; }
  .carousel-nav.next { right: -8px; }
  .carousel-nav { background: rgba(255,255,255,.85); border-radius: 50%; }
  .product-track { grid-auto-columns: calc(25% - 16px); }
}

@media (max-width: 1024px) {
  .home-top .container { flex-direction: column; }
  .finder { width: 100%; }
  .product-track { grid-auto-columns: calc(33.33% - 14px); }
  .reassurance-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-links .container { grid-template-columns: 1fr 1fr; }
  .home-intro h1 { font-size: 34px; }
  .editorial .container { flex-direction: column; }
  .editorial-left { width: 100%; }
  .menu-row-1 ul { gap: 30px; }
  .plus-banner { padding: 44px 36px; }
  .plus-banner .plus-title { font-size: 36px; }
  .plus-banner h2 { font-size: 24px; }
}

@media (max-width: 900px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-title { font-size: 27px; margin: 40px 0 24px; }
  .mega { padding: 24px 24px 30px; }
  .mega ul { gap: 18px 26px; }
}

@media (max-width: 768px) {
  .topbar .container { justify-content: center; }
  .topbar-item { padding: 0 10px; }
  .header-main .container { flex-wrap: wrap; height: auto; padding-top: 14px; padding-bottom: 14px; }
  .search-widget form { width: 100%; }
  .header-right { flex: 1; justify-content: flex-end; flex-wrap: wrap; gap: 12px; }
  .product-track { grid-auto-columns: calc(50% - 11px); }
  .home-intro h1 { font-size: 28px; }
  .hero-slide { padding: 18px 22px; }
  .hero-right .big-word { font-size: 38px; }
  .hero-left h2 { font-size: 17px; }
  .training-banner { padding: 30px 26px; }
  .reassurance-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-row-1 ul, .menu-row-2 ul { gap: 18px; }
  .newsletter .container { flex-direction: column; align-items: stretch; }
}

@media (max-width: 520px) {
  .product-track { grid-auto-columns: calc(100% - 10px); }
  .cat-grid { grid-template-columns: 1fr; }
  .brand-chip { padding: 13px 16px; font-size: 12.5px; }
  .footer-links .container { grid-template-columns: 1fr; }
  .reassurance-grid { grid-template-columns: 1fr; }
  .finder-grid { grid-template-columns: 1fr; }
  .plus-actions { gap: 20px; }
}

/* ============================================================
   ★ PASSE PREMIUM (dans le design existant)
============================================================ */

/* ---- Titres : échelle plus fine et élégante ---- */
.home-intro { padding: 42px 0 6px; }
.home-intro h1 {
  font-size: 37px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -.7px;
  max-width: 900px;
}
.home-intro p { font-size: 15.5px; color: var(--text-soft); max-width: 840px; margin-top: 14px; }
.section-head h2, .cat-title, .reviews h2, .coverage h2, .plus-banner h2, .editorial h2 {
  letter-spacing: -.4px;
}

/* ---- Slider : fonds premium + hiérarchie soignée ---- */
.hero { border-radius: 18px; box-shadow: var(--shadow-lg); }
.hero-slide { padding: 34px 46px; }
.hero-slide-1 {
  background:
    radial-gradient(460px 300px at 84% 16%, rgba(255,212,0,.18), transparent 62%),
    radial-gradient(720px 520px at 72% 34%, #1c6cbd 0%, transparent 60%),
    linear-gradient(150deg, #0a1f38 0%, #10305a 60%, #0b2444 100%);
}
.hero-slide-2 {
  background:
    radial-gradient(460px 300px at 84% 16%, rgba(255,212,0,.14), transparent 62%),
    radial-gradient(720px 520px at 28% 72%, #17548f 0%, transparent 60%),
    linear-gradient(150deg, #0c1626 0%, #182a44 60%, #0d2340 100%);
}
.hero-slide-3 {
  background:
    radial-gradient(460px 300px at 84% 16%, rgba(255,212,0,.22), transparent 62%),
    radial-gradient(720px 520px at 74% 30%, #1a72cc 0%, transparent 58%),
    linear-gradient(150deg, #0b2a52 0%, #114488 60%, #0c2f5e 100%);
}
.hero-brand { top: 22px; right: 32px; opacity: .92; letter-spacing: 2.5px; }
.hero-left { gap: 16px; }
.hero-left h2 {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.3px;
  max-width: 330px;
}
/* le lien du slider devient un vrai bouton jaune */
.hero-chip {
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
  font-size: 14px;
  padding: 13px 22px;
  border-radius: 11px;
  box-shadow: 0 12px 26px rgba(255,212,0,.30);
  transition: background .16s ease, transform .14s ease, box-shadow .16s ease;
}
.hero-chip:hover {
  background: var(--yellow-dark);
  color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(255,212,0,.4);
}
.hero-right .big-word {
  font-size: 64px;
  font-weight: 900;
  letter-spacing: -1px;
  text-shadow: 0 10px 34px rgba(0,0,0,.35);
}
.hero-right .sub-line strong { color: var(--yellow); }
.hero-nav {
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(5px);
  transition: background .16s ease, color .16s ease;
}
.hero-nav:hover { background: var(--yellow); color: var(--ink); }

/* ---- Carte de recherche & boutons ---- */
.finder-grid select {
  background-color: #f5f8fc;
  border: 1px solid #e3e9f1;
  border-radius: 9px;
  color: var(--text);
  font-weight: 500;
}
.finder-grid select:hover { border-color: #c4d3e6; }
.finder-grid select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(29,128,216,.14); }
.finder .btn-find {
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
  border-radius: 9px;
  letter-spacing: .2px;
}
.finder .btn-find:hover, .finder .btn-find.ready { background: var(--yellow-dark); }

/* ---- Accents jaunes stratégiques ---- */
.section-head .section-link { border-bottom: 2px solid var(--yellow); padding-bottom: 3px; font-weight: 600; }
.section-head .section-link:hover { color: var(--accent); }
.plus-banner .btn-plus-white:hover { background: var(--yellow); }
.newsletter button { box-shadow: 0 10px 22px rgba(255,212,0,.28); }

/* ---- Cartes produits : profondeur & prix ---- */
.product-card { border-radius: 12px; }
.product-card:hover { border-color: #e7edf5; }
.product-flag { border-radius: 0 6px 6px 0; box-shadow: 0 4px 10px rgba(255,212,0,.35); }
.price, .cat-card .cat-price { letter-spacing: -.3px; }
.cat-card .cat-img { border-radius: 12px; }

/* ---- Réassurance : cartes légères ---- */
.reassurance-item {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 14px;
  padding: 24px 14px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.reassurance-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

/* ---- Bande de confiance sous le hero ---- */
.trust-strip { background: var(--ink); color: #fff; }
.trust-strip .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  padding: 15px 24px;
  font-size: 13.5px;
  font-weight: 600;
}
.trust-strip .ts-item { display: inline-flex; align-items: center; gap: 8px; }
.trust-strip .ts-stars { color: var(--yellow); letter-spacing: 2px; }
.trust-strip b { font-weight: 800; }
.trust-strip .ts-check { color: var(--yellow); font-weight: 900; }
.trust-strip .ts-sep { width: 1px; height: 16px; background: rgba(255,255,255,.22); }
@media (max-width: 640px) {
  .trust-strip .ts-sep { display: none; }
  .trust-strip .container { gap: 14px; }
}
@media (max-width: 700px) {
  .hero-slide { padding: 22px 26px; }
  .hero-right .big-word { font-size: 42px; }
}

/* ============================================================
   ★ WIDGET DE RECHERCHE — refonte propre
============================================================ */
.finder { padding: 0; overflow: visible; }
.finder-tabs {
  display: flex;
  gap: 6px;
  padding: 8px 8px 0;
  background: #fff;
  border-bottom: 1px solid #eef1f5;
}
.finder-tabs button {
  flex: 1;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 10px 10px 0 0;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  line-height: 1.25;
  transition: color .15s ease, border-color .15s ease;
}
.finder-tabs button:hover { color: var(--accent); }
.finder-tabs button.active {
  color: var(--accent);
  border-bottom-color: var(--yellow);
  background: transparent;
}
.finder-body { padding: 24px 26px 26px; }
.finder-hint {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 16px;
  line-height: 1.5;
}
.finder-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}
.finder-grid select {
  width: 100%;
  height: 52px;
  padding: 0 34px 0 15px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  background-color: #f4f7fb;
  border: 1.5px solid #e5ebf3;
  border-radius: 11px;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.finder-grid select:hover { border-color: #c4d3e6; background-color: #eef3f9; }
.finder-grid select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(29,128,216,.14); background-color: #fff; }
.finder-grid select:disabled { opacity: .55; cursor: not-allowed; }
.finder .btn-find {
  width: 100%;
  height: 54px;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .2px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 0 12px 26px rgba(255,212,0,.3);
}
.finder .btn-find:hover, .finder .btn-find.ready {
  background: var(--yellow-dark);
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(255,212,0,.4);
}
@media (max-width: 640px) {
  .finder-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   ★ SLIDER HERO — encarts promo premium
============================================================ */
.hero-slide {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 40px 48px;
  color: #fff;
}
.hero-brand {
  position: absolute;
  top: 22px; right: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2.5px;
  opacity: .92;
  z-index: 3;
}
.hero-brand svg { width: 22px; height: 22px; }
.slide-text { flex: 1.25; min-width: 0; z-index: 2; }
.slide-kicker {
  display: inline-block;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.24);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 30px;
  margin-bottom: 16px;
  backdrop-filter: blur(4px);
}
.slide-h {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -.5px;
  color: #fff;
  margin: 0;
}
.slide-h em { color: var(--yellow); font-style: normal; }
.slide-benefit {
  color: rgba(255,255,255,.86);
  font-size: 14.5px;
  line-height: 1.55;
  margin: 14px 0 24px;
  max-width: 370px;
}
.slide-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.slide-cta {
  display: inline-block;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
  font-size: 14.5px;
  padding: 14px 26px;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(255,212,0,.32);
  transition: background .16s ease, transform .16s ease, box-shadow .16s ease;
}
.slide-cta:hover {
  background: var(--yellow-dark);
  color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(255,212,0,.42);
}
.slide-tag { color: #fff; font-size: 13px; font-weight: 700; opacity: .92; }
.slide-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  z-index: 2;
}
.slide-visual svg {
  width: 100%;
  max-width: 210px;
  height: auto;
  filter: drop-shadow(0 24px 42px rgba(0,0,0,.42));
}
@media (max-width: 820px) {
  .slide-visual { display: none; }
  .slide-text { flex: 1; }
  .slide-h { font-size: 24px; }
}
@media (max-width: 600px) {
  .hero-slide { padding: 26px 26px; }
  .slide-h { font-size: 21px; }
  .hero-brand { font-size: 12px; }
}

/* ============================================================
   ★ SECTIONS PREMIUM (sous le hero)
============================================================ */

/* ---- Titres de section : accent jaune sous le filet ---- */
.section-head { position: relative; border-bottom: 2px solid #eef1f5; }
.section-head::after {
  content: '';
  position: absolute; left: 0; bottom: -2px;
  width: 66px; height: 2px;
  background: var(--yellow);
}
.section-head h2 { font-size: 30px; font-weight: 800; }

/* ---- Cartes produits : premium + survol vivant ---- */
.product-card {
  border: 1px solid #edf1f6;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: #e0e9f4; }
.product-img {
  background: linear-gradient(160deg, #f7f9fc 0%, #eef3f9 100%);
  border-bottom: 1px solid #eef1f5;
}
.product-img svg { transition: transform .3s ease; }
.product-card:hover .product-img svg { transform: scale(1.07); }
.product-body { padding: 12px 16px 4px; }
.price { color: var(--accent); font-weight: 800; letter-spacing: -.3px; }
.product-flag { border-radius: 0 8px 8px 0; box-shadow: 0 6px 14px rgba(255,212,0,.4); }

/* ---- Flèches de carrousel : boutons ronds élégants ---- */
.carousel-nav {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eef1f5;
  color: var(--accent);
  font-size: 20px;
  box-shadow: var(--shadow-md);
  transition: background .16s ease, color .16s ease, transform .16s ease;
}
.carousel-nav:hover { background: var(--accent); color: #fff; transform: scale(1.08); }

/* ---- Bandeau Autoclé24+ : dégradé premium ---- */
.plus-banner {
  background:
    radial-gradient(600px 320px at 88% 8%, rgba(255,212,0,.16), transparent 60%),
    linear-gradient(135deg, #1466b8 0%, #1a72cc 52%, #0f4d8c 122%);
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
}
.plus-banner .btn-plus-white { border-radius: 12px; box-shadow: 0 12px 26px rgba(0,0,0,.16); }
.plus-banner .btn-plus-white:hover { background: var(--yellow); transform: translateY(-2px); }
.plus-banner .link-plus { transition: color .15s ease; }
.plus-banner .link-plus:hover { color: var(--yellow); }

/* ---- Éditorial : badges en pastilles ---- */
.editorial-badges { gap: 18px; }
.cert-badge {
  background: var(--bg-soft);
  border: 1px solid #eef1f5;
  border-radius: 12px;
  padding: 12px 16px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.cert-badge:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }

/* ---- Bloc SEO : plus soigné ---- */
.seo-block { background: linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%); }
.seo-block h3 { font-size: 20px; font-weight: 800; }
.seo-block p { font-size: 13.5px; line-height: 1.9; }

/* ---- Newsletter : champ arrondi + bouton jaune ---- */
.newsletter input { border-radius: 10px; }
.newsletter button { border-radius: 10px; color: var(--ink); font-weight: 800; }

/* ---- Réassurance : titres plus nets ---- */
.reassurance-item h3 { font-size: 13px; letter-spacing: .3px; }

/* ============================================================
   ★ DYNAMISME — apparitions en cascade
============================================================ */
html.js-anim .anim-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .55s ease, transform .55s ease;
}
html.js-anim .anim-stagger.in > * { opacity: 1; transform: none; }

/* ============================================================
   ★ LOGO : sans fond, sur l'en-tête blanc
============================================================ */
.logo { gap: 9px; }
.logo .logo-word { color: var(--accent); letter-spacing: .3px; }
.logo .logo-24 { color: var(--yellow-dark); }
.logo:hover { filter: brightness(1.03); }
.editorial-left .logo { align-self: flex-start; }

/* ============================================================
   ★ RÉORGANISATION ACCUEIL — nouveaux blocs
============================================================ */
/* Bouton d'appel réutilisable */
.btn-call { display:inline-flex; align-items:center; gap:9px; background:var(--yellow); color:var(--ink); font-weight:800; font-size:15px; padding:15px 28px; border-radius:12px; box-shadow:0 12px 28px rgba(255,212,0,.3); transition:background .16s ease, transform .16s ease; }
.btn-call:hover { background:var(--yellow-dark); color:var(--ink); transform:translateY(-2px); }
.btn-wa { display:inline-flex; align-items:center; gap:9px; background:#25d366; color:#fff; font-weight:800; font-size:15px; padding:15px 26px; border-radius:12px; transition:background .16s ease, transform .16s ease; }
.btn-wa:hover { background:#1fb457; color:#fff; transform:translateY(-2px); }

/* Nos services */
.home-services { padding:54px 0 44px; }
.hs-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.hs-card { display:flex; flex-direction:column; background:#fff; border:1px solid #edf1f6; border-radius:16px; padding:30px 26px; box-shadow:var(--shadow-sm); transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.hs-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-md); border-color:#dbe6f2; }
.hs-ico { width:56px; height:56px; border-radius:14px; background:linear-gradient(160deg,#eaf2fb,#dcebf9); display:flex; align-items:center; justify-content:center; color:var(--accent); margin-bottom:18px; }
.hs-ico svg { width:30px; height:30px; }
.hs-card h3 { font-size:19px; font-weight:800; margin-bottom:8px; color:var(--text); }
.hs-card p { font-size:13.5px; color:var(--text-soft); line-height:1.6; flex:1; margin-bottom:16px; }
.hs-more { font-size:13.5px; font-weight:700; color:var(--accent); }
.hs-card:hover .hs-more { color:var(--accent-dark); }

/* Comment ça marche (sombre) */
.home-how { background:linear-gradient(160deg,var(--ink) 0%,var(--ink-2) 100%); color:#fff; padding:60px 0 64px; }
.home-how h2 { font-size:30px; font-weight:800; text-align:center; margin-bottom:8px; }
.hh-sub { text-align:center; opacity:.78; margin-bottom:46px; font-size:15px; }
.hh-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.hh-step { position:relative; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:16px; padding:34px 24px 26px; }
.hh-num { position:absolute; top:-20px; left:24px; width:44px; height:44px; border-radius:12px; background:var(--yellow); color:var(--ink); font-weight:900; font-size:20px; display:flex; align-items:center; justify-content:center; box-shadow:0 10px 22px rgba(255,212,0,.3); }
.hh-step h3 { font-size:17px; font-weight:800; margin:12px 0 8px; }
.hh-step p { font-size:13.5px; opacity:.82; line-height:1.6; }
.hh-cta { text-align:center; margin-top:42px; }

/* Appel final */
.final-cta { padding:22px 0 50px; }
.final-cta .container { background:radial-gradient(600px 300px at 85% 10%, rgba(255,212,0,.16), transparent 60%), linear-gradient(135deg,#1466b8 0%,var(--accent) 55%,#0f4d8c 120%); border-radius:20px; padding:44px 48px; display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap; box-shadow:var(--shadow-lg); color:#fff; }
.fc-text h2 { font-size:28px; font-weight:800; margin-bottom:8px; }
.fc-text p { opacity:.92; font-size:14.5px; max-width:560px; }
.fc-actions { display:flex; gap:14px; flex-wrap:wrap; }

/* FAQ */
.home-faq { padding:46px 0 56px; }
.faq-list { max-width:920px; margin:0 auto; }
.faq-list details { background:#fff; border:1px solid #edf1f6; border-radius:12px; margin-bottom:12px; box-shadow:var(--shadow-sm); overflow:hidden; }
.faq-list summary { list-style:none; cursor:pointer; padding:18px 22px; font-weight:700; font-size:15px; color:var(--text); display:flex; align-items:center; justify-content:space-between; gap:12px; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:'+'; font-size:24px; font-weight:400; color:var(--accent); transition:transform .2s ease; line-height:1; }
.faq-list details[open] summary { color:var(--accent); }
.faq-list details[open] summary::after { transform:rotate(45deg); }
.faq-list p { padding:0 22px 20px; font-size:13.5px; color:var(--text-soft); line-height:1.75; }

@media (max-width:820px){
  .hs-grid,.hh-grid{ grid-template-columns:1fr; }
  .final-cta .container{ flex-direction:column; text-align:center; padding:34px 26px; }
  .fc-actions{ justify-content:center; }
  .fc-text p{ margin:0 auto; }
}

/* ============================================================
   ★ ZONES D'INTERVENTION — refonte élégante
============================================================ */
.coverage-map { width: 400px; }
.coverage-depts { flex: 1; display: flex; flex-direction: column; gap: 22px; min-width: 0; }
.dept-card {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 16px;
  padding: 22px 24px 24px;
  box-shadow: var(--shadow-sm);
}
.dept-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.dept-badge {
  width: 46px; height: 46px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(160deg, #4aa3e8, var(--accent));
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 18px rgba(26,114,204,.28);
}
.dept-badge.dark { background: linear-gradient(160deg, #1a6ab1, #0d4179); box-shadow: 0 8px 18px rgba(13,65,121,.3); }
.dept-info b { display: block; font-size: 18px; font-weight: 800; color: var(--text); line-height: 1.2; }
.dept-info span { font-size: 12.5px; color: var(--muted); }
.city-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.city-chip {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-soft);
  background: #f4f7fb;
  border: 1px solid #e6edf5;
  border-radius: 20px;
  padding: 6px 13px;
  transition: background .15s ease, color .15s ease, border-color .15s ease, transform .15s ease;
}
.city-chip:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transform: translateY(-2px);
}
@media (max-width: 1024px) {
  .coverage-map { width: 100%; max-width: 460px; margin: 0 auto; }
  .coverage-depts { width: 100%; }
}

/* ============================================================
   ★ CARTE GOOGLE (zones d'intervention)
============================================================ */
.coverage-map {
  width: 440px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.cov-embed {
  width: 100%;
  height: 340px;
  border: 0;
  border-radius: 16px;
  box-shadow: var(--shadow-md);
  display: block;
}
.coverage-map .map-legend { margin-top: 16px; }
.coverage-map .caption { margin-top: 10px; }
@media (max-width: 1024px) {
  .coverage-map { width: 100%; max-width: 100%; }
  .cov-embed { height: 300px; }
}

/* ============================================================
   ★ PHOTOS PRODUITS RÉELLES
============================================================ */
.cat-img--photo { background:#fff; padding:0; }
.cat-img--photo img { width:100%; height:100%; object-fit:contain; padding:12px; }
.product-img img { width:100%; height:100%; object-fit:contain; padding:12px; }
.cat-card:hover .cat-img--photo img, .product-card:hover .product-img img { transform:scale(1.05); }
.cat-img--photo img, .product-img img { transition:transform .3s ease; }

/* photo cliquable dans les carrousels d'accueil */
.product-img > a { display:flex; width:100%; height:100%; align-items:center; justify-content:center; }
.product-img--photo { background:#fff; }

/* ============================================================
   ★ HARMONISATION COULEURS — bleu = action, jaune = accent
============================================================ */
/* Boutons d'action : BLEU (au lieu du jaune) */
.finder .btn-find,
.newsletter button,
.btn-call,
.btn-hero-primary,
.btn-training {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 26px rgba(26,114,204,.26);
}
.finder .btn-find:hover, .finder .btn-find.ready,
.newsletter button:hover,
.btn-call:hover,
.btn-hero-primary:hover,
.btn-training:hover {
  background: var(--accent-dark);
  color: #fff;
}

/* CTA du slider : bouton blanc sur fond sombre (net et premium) */
.hero-chip, .slide-cta {
  background: #fff;
  color: var(--accent);
  box-shadow: 0 12px 26px rgba(0,0,0,.24);
}
.hero-chip:hover, .slide-cta:hover {
  background: #eef5fc;
  color: var(--accent-dark);
}

/* Le jaune redevient une simple touche : accents de section en bleu */
.section-head::after { background: var(--accent); }
.section-head .section-link { border-bottom-color: var(--accent); }

/* Badges : "Promo" en touche jaune discrète, "Nouveau" en bleu nuit */
.product-flag { background: var(--yellow); color: var(--ink); box-shadow: none; font-weight: 700; }
.product-flag.flag-new { background: var(--ink); color: #fff; }

/* Bouton blanc du bandeau + : survol bleuté (plus de jaune criard) */
.plus-banner .btn-plus-white:hover { background: #eef5fc; color: var(--ink); }
.plus-banner .link-plus:hover { color: var(--yellow); }

/* ============================================================
   ★ ADOUCIR LE BLANC — rythme de sections (comme keyfirst)
============================================================ */
#promos,
#nouveautes,
.home-services,
.reassurance { background: #f5f6f9; }
.seo-block { background: #f2f4f7; }
.home-intro,
.editorial,
.coverage { background: #ffffff; }
/* liseré discret entre deux sections claires */
#promos, .home-services, .reassurance, .seo-block { border-top: 1px solid #eef0f4; }

/* ============================================================
   ★ PALETTE PREMIUM — touches finales
============================================================ */
/* Filet signature discret en haut du site */
.site-header { border-top: 3px solid var(--gold); }

/* Le jaune sur fond clair devient de l'OR (lisible, chic) */
.section-head::after { background: var(--gold); }        /* accent de section : touche dorée */
.logo .logo-24 { color: var(--gold); }

/* Survols en teinte bleue (profondeur douce, pas d'aplat) */
.brand-chip:hover, .city-chip:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.finder-grid select:hover { background-color: var(--accent-tint); border-color: #c4d3e6; }
.mega a:hover, .submenu a:hover { color: var(--accent-dark); }
.footer-col a:hover, .footer-legal a:hover { color: var(--accent-2); }

/* Neutres unifiés sur les sections douces */
#promos, #nouveautes, .home-services, .reassurance { background: var(--bg-soft); border-top-color: var(--border); }
.seo-block { background: #eef1f6; }

/* Dégradés bleus alignés sur la gamme */
.plus-banner {
  background:
    radial-gradient(600px 320px at 88% 8%, rgba(255,212,0,.14), transparent 60%),
    linear-gradient(135deg, var(--accent-deep) 0%, var(--accent) 60%, var(--accent-dark) 125%);
}
.final-cta .container {
  background:
    radial-gradient(600px 300px at 85% 10%, rgba(255,212,0,.14), transparent 60%),
    linear-gradient(135deg, var(--accent-deep) 0%, var(--accent) 60%, var(--accent-dark) 125%);
}

/* Ombres teintées bleu marque (déjà globales) + boutons cohérents */
.finder .btn-find, .newsletter button, .btn-call, .btn-hero-primary, .btn-training {
  box-shadow: 0 12px 26px rgba(15,63,122,.24);
}

/* ============================================================
   ★ FOND GRIS AU NIVEAU DU HERO (comme keyfirst)
============================================================ */
/* le gris passe derrière le hero (widget + slider) */
.home-top {
  background: var(--bg-grey);
  padding-top: 32px;
  padding-bottom: 40px;
}
/* les sections produits & réassurance repassent en blanc */
#promos, #nouveautes, .home-services, .reassurance {
  background: #ffffff;
  border-top: 0;
}
/* éditorial + SEO en gris doux (comme keyfirst) */
.editorial { background: var(--bg-soft); }
.seo-block { background: var(--bg-soft); }

/* ============================================================
   ★★ PASSE PREMIUM — typographie · animations · hero signature
============================================================ */

/* ---------- 1. TYPOGRAPHIE ---------- */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4,
.slide-h, .plus-title, .logo-word, .section-head h2 {
  font-family: 'Sora', 'Montserrat', sans-serif;
  letter-spacing: -.02em;
}
.section-head h2 { font-weight: 700; }
.home-intro h1 { font-weight: 800; letter-spacing: -.03em; line-height: 1.08; }
.slide-h { font-weight: 800; letter-spacing: -.025em; }
/* Kicker doré au-dessus des titres de section */
.section-head { position: relative; }
.section-head h2 { position: relative; }
.section-head h2::before {
  content: attr(data-kicker);
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}

/* ---------- 2. HERO — widget verre dépoli ---------- */
.finder {
  background: rgba(255,255,255,.72);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 18px;
  box-shadow: 0 20px 50px -18px rgba(15,63,122,.35), 0 2px 0 rgba(255,255,255,.7) inset;
}
.finder-tabs button.active {
  box-shadow: 0 8px 18px -6px rgba(15,63,122,.5);
}
.btn-find {
  background: linear-gradient(135deg, var(--accent-2) 0%, var(--accent) 45%, var(--accent-dark) 120%);
  position: relative;
  overflow: hidden;
}
.btn-find::after {
  content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent);
  transform: skewX(-18deg); transition: left .6s ease;
}
.btn-find:hover::after { left: 130%; }

/* halo doux + flottement du visuel hero */
.slide-visual { position: relative; }
.slide-visual::before {
  content: ""; position: absolute; inset: 6% 4%;
  background: radial-gradient(closest-side, rgba(255,212,0,.28), transparent 72%);
  filter: blur(6px); z-index: 0;
}
.slide-visual svg { position: relative; z-index: 1; animation: floatY 5.5s ease-in-out infinite; }
@keyframes floatY { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-9px)} }

/* ---------- 3. BANDE DE CONFIANCE ---------- */
.hero-trust-wrap { background: var(--bg-grey); padding: 0 0 30px; }
.hero-trust {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 10px 26px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px 26px;
  box-shadow: var(--shadow-md);
  margin-top: -14px;
}
.ht-item { display: flex; align-items: center; gap: 9px; color: var(--text-soft); font-size: .95rem; }
.ht-item .ht-txt strong, .ht-num { color: var(--text); font-weight: 800; font-family: 'Sora', sans-serif; }
.ht-num { font-size: 1.35rem; line-height: 1; letter-spacing: -.02em; }
.ht-stars { color: #f5b301; letter-spacing: 2px; font-size: 1rem; }
.ht-rating .ht-txt strong { font-size: 1.05rem; }
.ht-loc svg { width: 20px; height: 20px; color: var(--accent); }
.ht-sep { width: 1px; height: 26px; background: var(--border); }
@media (max-width: 720px){
  .hero-trust { gap: 8px 16px; padding: 14px 16px; }
  .ht-sep { display: none; }
  .ht-item { font-size: .88rem; }
}

/* ---------- 4. HEADER compact au scroll ---------- */
.site-header { position: sticky; top: 0; z-index: 200; transition: box-shadow .3s ease; }
.header-main { transition: padding .28s ease, background .28s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 26px -12px rgba(15,44,84,.28); }
.site-header.is-scrolled .header-main {
  padding-top: 8px; padding-bottom: 8px;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
}
.site-header.is-scrolled .topbar { max-height: 0; padding-top: 0; padding-bottom: 0; overflow: hidden; }
.topbar { transition: max-height .28s ease, padding .28s ease; max-height: 60px; }
.site-header.is-scrolled .logo-mark { transform: scale(.9); transition: transform .28s ease; }

/* ---------- 5. SURVOLS PREMIUM (cartes) ---------- */
.product-card, .hs-card, .cat-card, .dept-card {
  transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s ease, border-color .3s ease;
}
.product-card:hover, .cat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px -22px rgba(15,63,122,.5);
  border-color: #cfe0f2;
}
.hs-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px -22px rgba(15,63,122,.45);
}
.product-card .product-img img, .cat-img--photo img { transition: transform .5s cubic-bezier(.2,.7,.3,1); }
.product-card:hover .product-img img, .cat-card:hover .cat-img--photo img { transform: scale(1.06); }
.hs-card:hover .hs-ico { transform: translateY(-2px) rotate(-4deg); }
.hs-ico { transition: transform .3s ease; }

/* boutons : légère montée */
.slide-cta, .btn-plus-white, .section-link { transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.slide-cta:hover { transform: translateY(-2px); }

/* kicker doré : uniquement si data-kicker présent */
.section-head h2:not([data-kicker])::before { display: none; }

/* ============================================================
   ★★ PAGES MARQUES & MODÈLES — passe premium
============================================================ */

/* --- En-tête de marque : bannière premium --- */
.brand-intro {
  background: linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 36px 40px;
  box-shadow: var(--shadow-sm);
  gap: 46px;
  align-items: center;
}
.brand-tile {
  position: relative;
  overflow: hidden;
  width: 260px;
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  font-family: 'Sora', sans-serif;
  box-shadow: 0 24px 50px -18px rgba(15,63,122,.55), inset 0 1px 0 rgba(255,255,255,.25);
}
.brand-tile::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(130% 90% at 18% 0%, rgba(255,255,255,.32), transparent 58%);
}
.brand-tile::after {
  content: ""; position: absolute; inset: 9px;
  border: 1px solid rgba(255,212,0,.4);
  border-radius: 15px; pointer-events: none;
}
.brand-head { padding-top: 0; }
.brand-head h1 {
  font-family: 'Sora', sans-serif;
  font-size: 30px; font-weight: 800; letter-spacing: -.02em; line-height: 1.22;
  margin-bottom: 16px;
}
.brand-head h1::before {
  content: "Compatibilité par modèle";
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 10px;
}
.brand-head p { font-size: 14.5px; line-height: 1.8; }

/* --- Titre modèle (page modèle) --- */
.cat-title--left { font-family: 'Sora', sans-serif; letter-spacing: -.025em; font-weight: 800; }
.cat-title--left::before {
  content: "Clés & coques compatibles";
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 8px;
}

/* --- Pastilles de modèles : pilules premium --- */
.brand-chips { gap: 9px; }
.brand-chip {
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  font-weight: 600;
  color: var(--text-soft);
  box-shadow: 0 1px 2px rgba(15,44,84,.04);
}
.brand-chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -8px rgba(15,63,122,.45);
}
.brand-chip.active {
  background: var(--accent); border-color: var(--accent); color: #fff;
  box-shadow: 0 10px 22px -8px rgba(15,63,122,.55);
}
.brand-chip.active::before { content: "● "; color: var(--yellow); font-size: .7em; }

/* --- Barre de tri raffinée --- */
.sort-bar {
  border-bottom: 1px solid var(--border);
  padding-bottom: 16px;
}
.sort-bar .count {
  font-family: 'Sora', sans-serif; font-weight: 800; letter-spacing: -.02em;
  color: var(--text);
}
.sort-bar select {
  border-radius: 10px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231a72cc' stroke-width='3'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 13px center;
  -webkit-appearance: none; appearance: none;
  padding-right: 34px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.sort-bar select:hover { border-color: #c4d3e6; }
.sort-bar select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-tint); }

/* --- Contenu éditorial : typographie premium --- */
.seo-content h2 {
  font-family: 'Sora', sans-serif; letter-spacing: -.02em; font-weight: 700;
  position: relative; padding-bottom: 12px; margin-bottom: 14px;
}
.seo-content h2::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 46px; height: 3px; border-radius: 2px; background: var(--gold);
}
.seo-content h3 { font-family: 'Sora', sans-serif; letter-spacing: -.015em; font-weight: 700; }

/* --- Cartes catalogue : disponibilité en pastille --- */
.cat-card .cat-price { font-family: 'Sora', sans-serif; font-weight: 800; }
.cat-card .cat-brand {
  font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted); font-weight: 700;
}

@media (max-width: 900px) {
  .brand-intro { padding: 24px; gap: 24px; }
  .brand-tile { width: 200px; font-size: 40px; }
}

/* ============================================================
   ★★★ BLOCS 4-5-6 : fiches uniformes · preuve sociale · finitions
============================================================ */

/* ---------- BLOC 4 : cartes & fiches uniformisées ---------- */
/* ratio d'image constant partout (catalogue + carrousels) */
.cat-card .cat-img,
.product-card .product-img {
  aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  background: #fff; overflow: hidden; border-radius: 12px;
  padding: 14px;
}
.cat-card .cat-img img,
.product-card .product-img img,
.cat-card .cat-img svg,
.product-card .product-img svg {
  max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain;
}
/* disponibilité en pastille discrète */
.availability {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 4px 11px 4px 9px; border-radius: 999px;
  font-size: 12px; font-weight: 600; margin-top: 9px;
  background: rgba(53,181,88,.1); color: #1f8a43;
}
.availability::before { width: 7px; height: 7px; }
.availability.in-stock::before { background: var(--green); }
.availability.out-stock { background: rgba(74,149,221,.12); color: #2f6cb0; }
.availability.preorder { background: rgba(224,168,0,.14); color: #9a7400; }
/* en-tête de section centré + sous-titre */
.section-head--center { text-align: center; flex-direction: column; gap: 10px; margin-bottom: 34px; }
.section-head--center h2 { margin: 0; }
.section-head--center h2::before { text-align: center; }
.section-sub { max-width: 560px; margin: 0 auto; color: var(--text-soft); font-size: 15px; line-height: 1.65; }

/* ---------- BLOC 5a : bande de marques travaillées ---------- */
.brand-band { padding: 26px 0 6px; }
.brand-band-kicker {
  display: block; text-align: center;
  font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 16px;
}
.brand-band-logos {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 10px 30px;
}
.brand-band-logos a {
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 17px;
  letter-spacing: .01em;
  color: #97a4b6;
  transition: color .2s ease, transform .2s ease;
}
.brand-band-logos a:hover { color: var(--accent); transform: translateY(-2px); }

/* ---------- BLOC 5b : comment ça marche ---------- */
.how { background: var(--bg-soft); padding: 62px 0; }
.how-steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px;
  position: relative;
}
/* filet reliant les étapes */
.how-steps::before {
  content: ""; position: absolute; top: 34px; left: 16%; right: 16%; height: 2px;
  background: repeating-linear-gradient(90deg, var(--border) 0 8px, transparent 8px 16px);
  z-index: 0;
}
.how-step {
  position: relative; z-index: 1; text-align: center;
  background: #fff; border: 1px solid var(--border); border-radius: 18px;
  padding: 30px 24px 26px; box-shadow: var(--shadow-sm);
  transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s ease;
}
.how-step:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -24px rgba(15,63,122,.4); }
.how-num {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-2), var(--accent-dark));
  color: #fff; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 15px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 18px -6px rgba(15,63,122,.6); border: 3px solid #fff;
}
.how-ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 58px; height: 58px; border-radius: 16px; margin: 12px 0 14px;
  background: var(--accent-tint); color: var(--accent);
}
.how-ico svg { width: 28px; height: 28px; }
.how-step h3 { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: -.01em; margin-bottom: 9px; }
.how-step p { font-size: 13.8px; color: var(--text-soft); line-height: 1.7; }
.how-cta { text-align: center; margin-top: 34px; display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }
.btn-how {
  display: inline-block; background: linear-gradient(135deg, var(--accent-2) 0%, var(--accent) 50%, var(--accent-dark) 120%);
  color: #fff; font-weight: 700; font-size: 15px; padding: 14px 30px; border-radius: 12px;
  box-shadow: 0 12px 26px rgba(15,63,122,.24); transition: transform .2s ease, box-shadow .2s ease;
}
.btn-how:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(15,63,122,.3); }
.how-phone { color: var(--text-soft); font-size: 14px; font-weight: 600; }
.how-phone:hover { color: var(--accent); }
@media (max-width: 820px){
  .how-steps { grid-template-columns: 1fr; gap: 30px; }
  .how-steps::before { display: none; }
}

/* ---------- BLOC 5c : avis — finitions ---------- */
.reviews h2 { font-family: 'Sora', sans-serif; font-weight: 800; letter-spacing: -.02em; }
.gscore .gbadge {
  background: linear-gradient(135deg, #4a95dd, #1a72cc) !important;
  box-shadow: 0 6px 14px -4px rgba(15,63,122,.5);
}
.review-card { border-radius: 18px; }
.review-card::after {
  content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--gold));
  border-radius: 18px 18px 0 0; opacity: 0; transition: opacity .3s ease;
}
.review-card { position: relative; overflow: hidden; }
.review-card:hover::after { opacity: 1; }

/* ---------- BLOC 6 : finitions — séparateurs & icônes ---------- */
/* filet doré discret entre grandes sections claires */
.how, .reviews, .reassurance { position: relative; }
.brand-band + .section { border-top: 0; }
/* normalise le rendu des icônes de réassurance / services */
.reassurance-item .ico, .hs-ico svg, .how-ico svg { stroke-linecap: round; stroke-linejoin: round; }
.hs-ico svg { stroke-width: 1.7; }

/* ============================================================
   ★★★ PAGES SERVICE — bannière d'appel d'entrée
============================================================ */
.svc-hero {
  margin: 18px 0 8px;
}
.svc-hero-inner {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: stretch;
  background:
    radial-gradient(560px 300px at 88% 0%, rgba(255,212,0,.16), transparent 60%),
    linear-gradient(135deg, var(--accent-deep) 0%, var(--accent) 62%, var(--accent-dark) 125%);
  border-radius: 24px;
  padding: 34px 38px;
  box-shadow: 0 26px 60px -26px rgba(15,63,122,.7);
  overflow: hidden;
}
.svc-hero-text { color: #fff; align-self: center; }
.svc-hero-kicker {
  display: inline-block;
  font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--yellow); margin-bottom: 12px;
}
.svc-hero-title {
  font-family: 'Sora', sans-serif; font-weight: 800; letter-spacing: -.02em;
  font-size: 30px; line-height: 1.18; color: #fff; margin-bottom: 14px;
}
.svc-hero-sub { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.9); max-width: 460px; margin-bottom: 18px; }
.svc-hero-sub strong { color: #fff; }
.svc-hero-trust {
  display: flex; align-items: center; flex-wrap: wrap; gap: 10px;
  font-size: 13.5px; color: rgba(255,255,255,.92);
}
.svc-hero-trust strong { color: #fff; font-weight: 800; }
.svc-stars { color: var(--yellow); letter-spacing: 2px; font-size: 15px; }
.svc-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.5); }

/* colonne CTA : carte blanche qui ressort */
.svc-hero-cta {
  background: #fff; border-radius: 18px; padding: 22px 22px 20px;
  display: flex; flex-direction: column; gap: 12px; justify-content: center;
  box-shadow: 0 14px 30px -14px rgba(0,0,0,.35);
}
.svc-cta-label { font-size: 13px; font-weight: 700; color: var(--text-soft); text-align: center; }
.svc-call {
  display: flex; align-items: center; gap: 14px;
  background: linear-gradient(135deg, #38b45a 0%, #29993f 100%);
  color: #fff; border-radius: 14px; padding: 13px 18px;
  box-shadow: 0 12px 26px -8px rgba(41,153,63,.6);
  transition: transform .2s ease, box-shadow .2s ease;
}
.svc-call:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -8px rgba(41,153,63,.7); }
.svc-call-ico { display: flex; }
.svc-call-ico svg { width: 30px; height: 30px; }
.svc-call-body { display: flex; flex-direction: column; line-height: 1.15; }
.svc-call-lead { font-size: 11.5px; font-weight: 600; opacity: .9; letter-spacing: .04em; text-transform: uppercase; }
.svc-call-num { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 24px; letter-spacing: .01em; }
.svc-quote {
  display: block; text-align: center;
  background: var(--accent); color: #fff; font-weight: 700; font-size: 14.5px;
  padding: 13px 18px; border-radius: 12px;
  transition: background .2s ease, transform .2s ease;
}
.svc-quote:hover { background: var(--accent-dark); transform: translateY(-2px); }
.svc-wa { display: block; text-align: center; font-size: 12.5px; font-weight: 600; color: #1f8a43; }
.svc-wa:hover { text-decoration: underline; }

@media (max-width: 820px){
  .svc-hero-inner { grid-template-columns: 1fr; gap: 22px; padding: 26px 22px; }
  .svc-hero-title { font-size: 25px; }
  .svc-hero-sub { max-width: none; }
}

/* bannière d'appel en tête d'accueil : espacement dédié */
.svc-hero--home { margin: 22px 0 24px; }

/* bannière d'accueil : sans fond bleu (panneau clair, texte foncé) */
.svc-hero--home .svc-hero-inner {
  background: linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.svc-hero--home .svc-hero-text { color: var(--text); }
.svc-hero--home .svc-hero-kicker { color: var(--gold); }
.svc-hero--home .svc-hero-title { color: var(--text); }
.svc-hero--home .svc-hero-sub { color: var(--text-soft); }
.svc-hero--home .svc-hero-sub strong { color: var(--text); }
.svc-hero--home .svc-hero-trust { color: var(--text-soft); }
.svc-hero--home .svc-hero-trust strong { color: var(--text); }
.svc-hero--home .svc-stars { color: #f5b301; }
.svc-hero--home .svc-dot { background: var(--border); }
/* carte CTA : légèrement grisée pour ressortir sur le panneau clair */
.svc-hero--home .svc-hero-cta {
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
}

/* ============================================================
   ★★ HERO — widget de recherche & carte slider : espacements soignés
============================================================ */
/* le widget est détouré (coins arrondis nets) */
.finder { overflow: hidden; }
.finder-tabs button { padding: 16px 14px; }

/* marges horizontales dans le corps du widget (le texte ne colle plus aux bords) */
.finder-body { padding: 22px 24px 26px; }
.finder-hint { margin: 0 0 16px; padding: 0; font-size: 13.5px; line-height: 1.5; color: var(--text-soft); }
.finder-grid { gap: 12px 14px; margin-bottom: 16px; }

/* menus & bouton : arrondis premium, texte lisible */
.finder-grid select {
  height: 48px;
  border-radius: 11px;
  background-color: var(--bg-input);
  color: var(--text);
  padding: 0 16px;
}
.finder-grid select:hover { background-color: #e6ecf4; }
.finder .btn-find {
  height: 50px;
  border-radius: 12px;
  letter-spacing: .01em;
}

/* carte slider de droite : plus d'air, texte décollé des bords */
.hero-slide { padding: 42px 52px; gap: 30px; }
.slide-text { padding-right: 6px; }
.slide-h { max-width: 340px; }
.slide-benefit { margin: 16px 0 26px; }
/* la pastille de marque ne chevauche pas le titre */
.hero-brand { top: 24px; right: 34px; }

@media (max-width: 600px) {
  .finder-body { padding: 20px 18px 22px; }
  .hero-slide { padding: 28px 26px; gap: 18px; }
}

/* ============================================================
   ★★ HERO — la carte slider s'adapte au contenu (fin du texte coupé)
============================================================ */
.hero-slide {
  aspect-ratio: auto;      /* supprime la hauteur fixe qui coupait le texte */
  min-height: 330px;       /* plancher pour uniformiser les slides */
  align-items: center;
  padding: 40px 50px;
  overflow: visible;
}
/* marges du texte resserrées pour un bloc équilibré */
.slide-kicker { margin-bottom: 13px; }
.slide-h { line-height: 1.16; }
.slide-benefit { margin: 13px 0 22px; }

/* ============================================================
   ★★ HERO — widget de recherche équilibré avec la carte de droite
============================================================ */
/* les deux colonnes du hero prennent la même hauteur */
.home-top .container { align-items: stretch; }
.home-hero { display: flex; }
.home-hero .hero { flex: 1; }

/* le widget devient une colonne qui répartit son contenu */
.finder { display: flex; flex-direction: column; }
.finder-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 26px 24px;
}
.finder-hint { margin: 0 0 18px; font-size: 14px; }

/* champs plus grands et aérés */
.finder-grid { gap: 15px; margin-bottom: 18px; }
.finder-grid select { height: 52px; font-size: 15px; }
.finder .btn-find { height: 54px; font-size: 15px; }

/* ligne de réassurance en bas du widget (équilibre visuel) */
.finder-note {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px;
  margin-top: 18px; padding-top: 16px;
  border-top: 1px solid var(--border);
}
.finder-note span {
  position: relative; padding-left: 20px;
  font-size: 12.5px; font-weight: 600; color: var(--text-soft);
}
.finder-note span::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--accent-tint);
}
.finder-note span::after {
  content: ""; position: absolute; left: 4px; top: 50%;
  width: 3px; height: 6px; margin-top: -4px;
  border: solid var(--accent); border-width: 0 2px 2px 0; transform: rotate(45deg);
}
@media (max-width: 980px){
  .home-top .container { align-items: stretch; }
}
@media (max-width: 900px){
  .home-top .container { flex-direction: column; align-items: stretch; }
}

/* le widget épouse son contenu (pas d'étirement forcé qui créait du vide) */
.home-top .container { align-items: center; }
.finder-body { flex: 0 0 auto; justify-content: flex-start; padding: 24px 26px 24px; }

/* ============================================================
   ★★★ MODALE DEVIS GRATUIT
============================================================ */
.qm-overlay {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(10,20,38,.55);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  display: flex; align-items: flex-start; justify-content: center;
  padding: 34px 18px; overflow-y: auto;
  opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease;
}
.qm-overlay.open { opacity: 1; visibility: visible; }
.qm-modal {
  width: 100%; max-width: 640px;
  background: #fff; border-radius: 22px; overflow: hidden;
  box-shadow: 0 40px 90px -20px rgba(10,20,38,.6);
  transform: translateY(16px) scale(.98); transition: transform .3s cubic-bezier(.2,.7,.3,1);
}
.qm-overlay.open .qm-modal { transform: none; }

/* en-tête bleu */
.qm-head {
  position: relative;
  background:
    radial-gradient(460px 220px at 88% 0%, rgba(255,212,0,.16), transparent 60%),
    linear-gradient(135deg, var(--accent-deep) 0%, var(--accent) 62%, var(--accent-dark) 125%);
  color: #fff; padding: 24px 28px;
}
.qm-head .qm-kicker { font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--yellow); }
.qm-head h2 { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 23px; letter-spacing: -.02em; margin: 6px 0 4px; color: #fff; }
.qm-head p { font-size: 13.5px; color: rgba(255,255,255,.9); margin: 0; }
.qm-close {
  position: absolute; top: 16px; right: 16px;
  width: 34px; height: 34px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(255,255,255,.18); color: #fff; font-size: 20px; line-height: 1;
  display: flex; align-items: center; justify-content: center; transition: background .2s ease;
}
.qm-close:hover { background: rgba(255,255,255,.32); }

/* corps du formulaire */
.qm-body { padding: 22px 28px 26px; }
.qm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.qm-field { display: flex; flex-direction: column; gap: 6px; }
.qm-field.full { grid-column: 1 / -1; }
.qm-field label { font-size: 12.5px; font-weight: 700; color: var(--text); }
.qm-field label .req { color: #e0453a; }
.qm-field input, .qm-field select, .qm-field textarea {
  height: 46px; border: 1px solid var(--border); border-radius: 11px;
  background: var(--bg-input); padding: 0 14px;
  font-family: inherit; font-size: 14.5px; color: var(--text);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.qm-field textarea { height: auto; min-height: 82px; padding: 12px 14px; resize: vertical; line-height: 1.5; }
.qm-field select { appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231a72cc' stroke-width='3'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 13px center; padding-right: 34px; }
.qm-field input:focus, .qm-field select:focus, .qm-field textarea:focus {
  outline: none; border-color: var(--accent); background: #fff; box-shadow: 0 0 0 3px var(--accent-tint);
}
.qm-field select:disabled { opacity: .55; cursor: not-allowed; }
.qm-field .err-msg { font-size: 11.5px; color: #e0453a; font-weight: 600; display: none; }
.qm-field.invalid input, .qm-field.invalid select { border-color: #e0453a; }
.qm-field.invalid .err-msg { display: block; }

.qm-actions { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.qm-submit {
  height: 52px; border: 0; border-radius: 12px; cursor: pointer;
  background: linear-gradient(135deg, #38b45a 0%, #29993f 100%); color: #fff;
  font-family: inherit; font-weight: 800; font-size: 15.5px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  box-shadow: 0 14px 30px -10px rgba(41,153,63,.6); transition: transform .18s ease, box-shadow .18s ease;
}
.qm-submit:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -10px rgba(41,153,63,.7); }
.qm-submit svg { width: 20px; height: 20px; }
.qm-alt { text-align: center; font-size: 13px; color: var(--text-soft); }
.qm-alt a { color: var(--accent); font-weight: 700; }
.qm-alt a:hover { text-decoration: underline; }
.qm-note { margin-top: 12px; font-size: 11.5px; color: var(--muted); text-align: center; line-height: 1.5; }

/* écran de confirmation */
.qm-success { padding: 40px 30px 44px; text-align: center; }
.qm-success .qm-check {
  width: 68px; height: 68px; margin: 0 auto 18px; border-radius: 50%;
  background: rgba(53,181,88,.14); color: var(--green);
  display: flex; align-items: center; justify-content: center;
}
.qm-success .qm-check svg { width: 34px; height: 34px; }
.qm-success h3 { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 22px; margin-bottom: 8px; }
.qm-success p { color: var(--text-soft); font-size: 14px; line-height: 1.6; max-width: 400px; margin: 0 auto 18px; }
.qm-success .qm-recap {
  text-align: left; background: var(--bg-soft); border: 1px solid var(--border);
  border-radius: 14px; padding: 16px 18px; font-size: 13px; color: var(--text-soft); margin: 0 auto 20px; max-width: 420px;
}
.qm-success .qm-recap b { color: var(--text); }
.qm-success-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.qm-success-btns a { padding: 12px 20px; border-radius: 11px; font-weight: 700; font-size: 14px; }
.qm-wa-btn { background: #29993f; color: #fff; }
.qm-call-btn { background: var(--accent); color: #fff; }

body.qm-lock { overflow: hidden; }

@media (max-width: 560px){
  .qm-grid { grid-template-columns: 1fr; }
  .qm-overlay { padding: 14px 10px; }
  .qm-head h2 { font-size: 20px; }
}

/* ============================================================
   ★ MODALE DEVIS — tient dans l'écran (défilement interne)
============================================================ */
.qm-overlay { align-items: center; padding: 20px 16px; }
.qm-modal {
  display: flex; flex-direction: column;
  max-height: calc(100vh - 40px);
}
.qm-head { flex-shrink: 0; padding: 20px 26px; }
.qm-head h2 { font-size: 21px; margin: 5px 0 3px; }
.qm-body { overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 20px 26px 24px; }
.qm-success { padding: 30px 26px 34px; }

/* champs un peu plus compacts pour gagner en hauteur */
.qm-grid { gap: 12px; }
.qm-field { gap: 5px; }
.qm-field input, .qm-field select { height: 44px; }
.qm-field textarea { min-height: 70px; }
.qm-actions { margin-top: 16px; }
.qm-note { margin-top: 10px; }

@media (max-height: 680px){
  .qm-head p { display: none; }
  .qm-field textarea { min-height: 58px; }
}

/* ============================================================
   ★★ CARTES CATALOGUE (.cat-card) — texte décollé des bords
============================================================ */
.cat-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
}
.cat-card .cat-img {
  border: 0;
  border-radius: 12px;
  background: var(--bg-soft);
  margin-bottom: 14px;
  padding: 12px;
}
.cat-card .cat-img--photo { background: #fff; }
/* la pastille "réappro" suit le padding de la carte */
.cat-card .restock { top: 14px; left: 14px; border-radius: 8px; }
/* la disponibilité pousse en bas pour aligner les cartes */
.cat-card .availability { margin-top: 4px; }
.cat-card .cat-name { margin-bottom: 12px; }
.cat-card .cat-price { margin-bottom: 6px; }

/* ============================================================
   ★★ CARTES CARROUSEL (.product-card) — texte aéré (accueil + toutes pages)
============================================================ */
.product-card {
  border-radius: 16px;
  border-color: var(--border);
}
.product-body { padding: 15px 18px 18px; }
.product-brand { margin-bottom: 6px; }
.product-title { margin-bottom: 12px; }
.product-card .availability { margin-top: 8px; }
/* image légèrement détachée du texte */
.product-img { margin-bottom: 0; }

/* évite le double padding en bas des cartes carrousel */
.product-card { padding-bottom: 0; }

/* image réelle dans la galerie de la fiche produit */
.pp-gallery img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }

/* pagination catalogue : finitions premium */
.catalog-pagination { flex-wrap: wrap; margin: 10px 0 48px; }
.catalog-pagination a, .catalog-pagination .dots { border-radius: 10px; }
.catalog-pagination a { transition: all .16s ease; }
.catalog-pagination a:hover { transform: translateY(-1px); }
.catalog-pagination a.active {
  background: linear-gradient(135deg, var(--accent-2), var(--accent-dark));
  border-color: var(--accent-dark); color: #fff;
}

/* fiche produit : description + caractéristiques */
.pp-desc { padding-top: 30px; }
.pp-specs { list-style: none; padding: 0; margin: 10px 0 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 26px; }
.pp-specs li { font-size: 14px; color: var(--text-soft); padding: 9px 0; border-bottom: 1px solid var(--border); }
.pp-specs li b { color: var(--text); font-weight: 700; }
.cat-img-link { display: block; }
@media (max-width: 620px){ .pp-specs { grid-template-columns: 1fr; } }

/* pavé d'en-tête avec icône (pages Produits) */
.brand-tile--icon svg { width: 56%; height: auto; }

/* ============================================================
   ★ BLOC D'ACTION FLOTTANT (Devis / Appeler / WhatsApp) — toutes pages
============================================================ */
.fab-stack {
  position: fixed; right: 18px; bottom: 18px; z-index: 295;
  display: flex; flex-direction: column; align-items: flex-end; gap: 10px;
}
.fab {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: inherit; font-weight: 800; font-size: 14.5px; cursor: pointer;
  border: 0; text-decoration: none;
  box-shadow: 0 12px 26px -8px rgba(15,44,84,.45);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.fab svg { width: 20px; height: 20px; flex-shrink: 0; }
.fab:hover { transform: translateY(-2px); }
.fab-devis {
  padding: 13px 20px; border-radius: 999px;
  background: linear-gradient(135deg, var(--yellow) 0%, var(--yellow-dark) 100%);
  color: var(--ink);
  box-shadow: 0 14px 30px -8px rgba(224,168,0,.6);
  animation: fabPulse 2.6s ease-in-out infinite;
}
.fab-devis:hover { box-shadow: 0 18px 36px -8px rgba(224,168,0,.75); }
@keyframes fabPulse {
  0%, 100% { box-shadow: 0 14px 30px -8px rgba(224,168,0,.55); }
  50% { box-shadow: 0 14px 34px -6px rgba(224,168,0,.85); }
}
.fab-call {
  padding: 12px 18px; border-radius: 999px;
  background: linear-gradient(135deg, #38b45a, #29993f); color: #fff;
}
.fab-wa {
  width: 54px; height: 54px; border-radius: 50%; justify-content: center;
  background: #25d366; color: #fff; padding: 0;
}
.fab-wa svg { width: 27px; height: 27px; }

/* Mobile : la barre du bas gère Appeler + WhatsApp -> on ne garde que Devis, au-dessus */
@media (max-width: 768px) {
  .fab-call, .fab-wa { display: none; }
  .fab-stack { right: 12px; bottom: 74px; }
  .fab-devis { padding: 12px 18px; font-size: 14px; }
}

/* ============================================================
   ★ ASSISTANT « Clé » — mascotte + chat (toutes pages)
============================================================ */
.asst-launch {
  position: fixed; left: 18px; bottom: 18px; z-index: 296;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px 8px 8px; border: 0; cursor: pointer;
  background: #fff; border-radius: 999px;
  box-shadow: 0 14px 30px -8px rgba(15,44,84,.5);
  font-family: inherit; font-weight: 800; font-size: 14px; color: var(--text);
  transition: transform .18s ease, box-shadow .18s ease;
}
.asst-launch:hover { transform: translateY(-2px); box-shadow: 0 18px 38px -8px rgba(15,44,84,.6); }
.asst-launch.hidden { display: none; }
.asst-av { display: block; width: 44px; height: 44px; flex-shrink: 0; animation: asstBob 3s ease-in-out infinite; }
.asst-av.sm { width: 38px; height: 38px; animation: none; }
.asst-av svg { width: 100%; height: 100%; }
@keyframes asstBob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-3px)} }
.asst-teaser { white-space: nowrap; max-width: 120px; overflow: hidden; transition: max-width .3s ease, opacity .3s ease, padding .3s ease; }
.asst-launch.asst-collapsed { padding: 8px; }
.asst-launch.asst-collapsed .asst-teaser { max-width: 0; opacity: 0; }
.asst-launch::after {
  content: ""; position: absolute; top: 6px; left: 40px;
  width: 11px; height: 11px; border-radius: 50%; background: var(--green); border: 2px solid #fff;
}

.asst-panel {
  position: fixed; left: 18px; bottom: 18px; z-index: 297;
  width: 370px; max-width: calc(100vw - 32px); height: 540px; max-height: calc(100vh - 40px);
  background: #fff; border-radius: 20px; overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 34px 80px -20px rgba(10,20,38,.6);
  opacity: 0; visibility: hidden; transform: translateY(16px) scale(.98);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}
.asst-panel.open { opacity: 1; visibility: visible; transform: none; }
.asst-head {
  display: flex; align-items: center; gap: 12px; padding: 14px 16px; color: #fff;
  background: linear-gradient(135deg, var(--accent-deep) 0%, var(--accent) 60%, var(--accent-dark) 120%);
}
.asst-head-txt { flex: 1; line-height: 1.2; }
.asst-head-txt b { font-family: 'Sora', sans-serif; font-size: 15px; }
.asst-head-txt span { display: block; font-size: 11.5px; opacity: .9; }
.asst-close { margin-left: auto; background: rgba(255,255,255,.18); border: 0; color: #fff; width: 30px; height: 30px; border-radius: 50%; font-size: 19px; cursor: pointer; }
.asst-close:hover { background: rgba(255,255,255,.32); }

.asst-body { flex: 1; overflow-y: auto; padding: 16px; background: var(--bg-soft); display: flex; flex-direction: column; gap: 10px; }
.asst-msg { max-width: 85%; }
.asst-msg p { padding: 10px 14px; border-radius: 14px; font-size: 13.7px; line-height: 1.5; margin: 0; }
.asst-msg.bot { align-self: flex-start; }
.asst-msg.bot p { background: #fff; color: var(--text); border: 1px solid var(--border); border-bottom-left-radius: 4px; }
.asst-msg.user { align-self: flex-end; }
.asst-msg.user p { background: var(--accent); color: #fff; border-bottom-right-radius: 4px; }
.asst-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px; }
.asst-btn {
  display: inline-block; padding: 8px 13px; border-radius: 999px; cursor: pointer;
  font-size: 12.5px; font-weight: 700; text-decoration: none; border: 0;
  background: var(--accent-tint); color: var(--accent-dark); font-family: inherit;
  transition: background .15s ease, transform .15s ease;
}
.asst-btn:hover { background: #d9e6f6; transform: translateY(-1px); }
.asst-btn[data-quote] { background: linear-gradient(135deg, var(--yellow), var(--yellow-dark)); color: var(--ink); }

.asst-quick { display: flex; flex-wrap: wrap; gap: 6px; padding: 10px 12px 0; }
.asst-chip {
  padding: 7px 12px; border-radius: 999px; border: 1px solid var(--border); background: #fff;
  font-size: 12px; font-weight: 600; color: var(--text-soft); cursor: pointer; font-family: inherit;
  transition: all .15s ease;
}
.asst-chip:hover { border-color: var(--accent); color: var(--accent); }

.asst-form { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--border); background: #fff; }
.asst-form input { flex: 1; height: 44px; border: 1px solid var(--border); border-radius: 12px; padding: 0 14px; font-family: inherit; font-size: 14px; background: var(--bg-input); }
.asst-form input:focus { outline: none; border-color: var(--accent); background: #fff; box-shadow: 0 0 0 3px var(--accent-tint); }
.asst-form button { width: 46px; height: 44px; border: 0; border-radius: 12px; background: var(--accent); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.asst-form button svg { width: 20px; height: 20px; }
.asst-form button:hover { background: var(--accent-dark); }

@media (max-width: 768px) {
  .asst-launch { left: 12px; bottom: 74px; }
  .asst-panel { left: 8px; right: 8px; bottom: 8px; width: auto; height: calc(100vh - 90px); }
}

/* ============================================================
   ★ POP-UPS AVIS GOOGLE (preuve sociale)
============================================================ */
.grev-toast {
  position: fixed; left: 18px; bottom: 90px; z-index: 294;
  width: 320px; max-width: calc(100vw - 36px);
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 14px 16px 13px; box-shadow: 0 20px 44px -14px rgba(15,44,84,.5);
  opacity: 0; visibility: hidden; transform: translateX(-18px) translateY(6px);
  transition: opacity .35s ease, transform .35s ease, visibility .35s ease;
}
.grev-toast.show { opacity: 1; visibility: visible; transform: none; }
.grev-close {
  position: absolute; top: 8px; right: 8px; width: 24px; height: 24px; border: 0; cursor: pointer;
  background: var(--bg-grey); color: var(--muted); border-radius: 50%; font-size: 16px; line-height: 1;
}
.grev-close:hover { background: #e2e8f0; color: var(--text); }
.grev-top { display: flex; align-items: center; gap: 10px; }
.grev-avatar {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 800; font-size: 16px; font-family: 'Sora', sans-serif;
}
.grev-id { flex: 1; min-width: 0; line-height: 1.25; }
.grev-id b { font-size: 13.5px; color: var(--text); }
.grev-sub { display: block; font-size: 11px; color: var(--muted); }
.grev-g { width: 20px; height: 20px; flex-shrink: 0; }
.grev-g svg { width: 100%; height: 100%; }
.grev-stars { color: #f5b301; letter-spacing: 1.5px; font-size: 14px; margin: 8px 0 4px; }
.grev-text { font-size: 12.7px; line-height: 1.5; color: var(--text-soft); margin: 0 0 9px; }
.grev-cta { font-size: 12px; font-weight: 700; color: var(--accent); text-decoration: none; }
.grev-cta:hover { text-decoration: underline; }

@media (max-width: 768px) {
  .grev-toast { left: 8px; right: 8px; width: auto; bottom: 132px; }
}

/* ============================================================
   ★ LOGO PREMIUM — relief + typographie affinée
============================================================ */
.logo .logo-mark { filter: drop-shadow(0 3px 6px rgba(15,63,122,.18)); }
.logo .logo-word { font-weight: 800; letter-spacing: -.015em; }
.logo .logo-24 { color: var(--gold); font-weight: 800; }
.logo:hover .logo-mark { transform: rotate(-4deg) scale(1.04); transition: transform .25s cubic-bezier(.2,.7,.3,1); }

/* ============================================================
   ★ RECHERCHE — menu déroulant de résultats
============================================================ */
.search-widget { position: relative; }
.search-results {
  position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 260;
  background: #fff; border: 1px solid var(--border); border-radius: 14px;
  box-shadow: 0 24px 50px -16px rgba(15,44,84,.4);
  overflow: hidden; display: none;
}
.search-results.open { display: block; }
.sr-item {
  display: flex; align-items: center; gap: 12px; justify-content: space-between;
  padding: 11px 15px; text-decoration: none; border-bottom: 1px solid var(--bg-soft);
  transition: background .12s ease;
}
.sr-item:last-child { border-bottom: 0; }
.sr-item:hover { background: var(--accent-tint); }
.sr-t { font-size: 13.5px; color: var(--text); font-weight: 500; line-height: 1.35;
  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.sr-t mark { background: rgba(255,212,0,.4); color: inherit; padding: 0 1px; border-radius: 2px; }
.sr-c {
  flex-shrink: 0; font-size: 10.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: var(--accent-dark); background: var(--accent-tint); padding: 3px 9px; border-radius: 999px;
}

/* icônes d'étapes des pages service : bien dimensionnées */
.cat-img.svc { background: var(--bg-soft); }
.cat-img.svc svg { width: 84%; height: 84%; }

/* tableau fiche technique (onglet Détails du produit) */
.pp-table { width: 100%; border-collapse: collapse; margin: 4px 0 14px; font-size: 14px; }
.pp-table td { padding: 11px 14px; border-bottom: 1px solid var(--border); }
.pp-table tr td:first-child { color: var(--text-soft); width: 42%; }
.pp-table tr td:last-child { color: var(--text); font-weight: 600; }
.pp-table tr:nth-child(even) { background: var(--bg-soft); }

/* ============================================================
   ★ PAGE DE RÉSULTATS DE RECHERCHE
============================================================ */
.rech-form { display: flex; gap: 10px; max-width: 620px; margin: 4px 0 14px; }
.rech-form input { flex: 1; height: 50px; border: 1px solid var(--border); border-radius: 12px; padding: 0 16px; font-family: inherit; font-size: 15px; background: var(--bg-input); }
.rech-form input:focus { outline: none; border-color: var(--accent); background: #fff; box-shadow: 0 0 0 3px var(--accent-tint); }
.rech-form button { display: inline-flex; align-items: center; gap: 8px; height: 50px; padding: 0 22px; border: 0; border-radius: 12px; background: var(--accent); color: #fff; font-family: inherit; font-weight: 700; font-size: 15px; cursor: pointer; }
.rech-form button:hover { background: var(--accent-dark); }
.rech-count { color: var(--text-soft); font-size: 14px; margin: 0 0 16px; }
.rech-results { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.rech-item { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 18px; background: #fff; border: 1px solid var(--border); border-radius: 12px; text-decoration: none; transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease; }
.rech-item:hover { border-color: var(--accent); transform: translateX(3px); box-shadow: 0 8px 20px -12px rgba(15,63,122,.4); }
.rech-t { font-size: 14.5px; color: var(--text); font-weight: 500; line-height: 1.4; }
.rech-c { flex-shrink: 0; font-size: 10.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--accent-dark); background: var(--accent-tint); padding: 4px 11px; border-radius: 999px; }

/* ============================================================
   GUIDES / CONSEILS SEO
   ============================================================ */
.guide-intro{max-width:820px;margin:0 auto 6px;text-align:center}
.guide-intro h1{font-family:'Sora',sans-serif;font-size:clamp(1.6rem,3.4vw,2.4rem);color:var(--accent-dark);line-height:1.15;margin:0 0 14px}
.guide-intro p{color:var(--text-soft);font-size:1.05rem;line-height:1.65}
.guide-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:22px;margin:34px 0}
.guide-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e6ebf3;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px rgba(20,33,58,.06);transition:transform .18s ease,box-shadow .18s ease}
.guide-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(20,33,58,.13)}
.guide-card-top{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-deep) 100%);color:#fff;padding:20px 22px;display:flex;align-items:center;gap:12px}
.guide-card-top svg{width:30px;height:30px;flex:0 0 auto;color:var(--yellow)}
.guide-card-tag{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--yellow)}
.guide-card-body{padding:18px 22px 22px;display:flex;flex-direction:column;flex:1}
.guide-card-body h2{font-family:'Sora',sans-serif;font-size:1.12rem;line-height:1.3;color:var(--text);margin:0 0 8px}
.guide-card-body p{color:var(--muted);font-size:.94rem;line-height:1.55;margin:0 0 16px;flex:1}
.guide-card-link{align-self:flex-start;font-weight:700;color:var(--accent-dark);text-decoration:none;font-size:.95rem}
.guide-card-link::after{content:' →'}
.guide-card a.guide-card-cover{position:absolute;inset:0}

/* ---- article ---- */
.guide-article{max-width:820px;margin:0 auto;padding:0 4px}
.guide-article .guide-lead{font-size:1.12rem;line-height:1.7;color:var(--text-soft);border-left:4px solid var(--yellow);padding:2px 0 2px 18px;margin:0 0 28px}
.guide-article h1{font-family:'Sora',sans-serif;font-size:clamp(1.7rem,3.6vw,2.5rem);color:var(--accent-dark);line-height:1.15;margin:0 0 10px}
.guide-meta{display:flex;flex-wrap:wrap;gap:14px;color:var(--muted);font-size:.86rem;margin:0 0 26px}
.guide-meta strong{color:var(--accent-dark)}
.guide-article h2{font-family:'Sora',sans-serif;font-size:1.45rem;color:var(--text);margin:34px 0 12px;line-height:1.25}
.guide-article h3{font-size:1.12rem;color:var(--accent-dark);margin:22px 0 8px}
.guide-article p{color:var(--text-soft);line-height:1.75;margin:0 0 16px}
.guide-article ul,.guide-article ol{margin:0 0 18px;padding-left:22px;color:var(--text-soft);line-height:1.7}
.guide-article li{margin:0 0 8px}
.guide-article a{color:var(--accent-dark);font-weight:600}
.guide-note{background:var(--accent-tint);border-radius:12px;padding:16px 20px;margin:22px 0;font-size:.97rem;color:var(--text-soft);line-height:1.65}
.guide-note strong{color:var(--accent-dark)}
.guide-table-wrap{overflow-x:auto;margin:0 0 22px}
.guide-table{width:100%;border-collapse:collapse;font-size:.95rem;min-width:420px}
.guide-table th,.guide-table td{text-align:left;padding:11px 14px;border-bottom:1px solid #e6ebf3}
.guide-table th{background:var(--accent-tint);color:var(--accent-dark);font-weight:700}
.guide-table tr:last-child td{border-bottom:none}

/* ---- CTA encart ---- */
.guide-cta{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-deep) 100%);color:#fff;border-radius:18px;padding:26px 28px;margin:34px 0;text-align:center}
.guide-cta h3{color:#fff;font-family:'Sora',sans-serif;font-size:1.3rem;margin:0 0 8px}
.guide-cta p{color:rgba(255,255,255,.9);margin:0 0 18px;line-height:1.6}
.guide-cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.guide-cta-btns a{display:inline-flex;align-items:center;gap:8px;font-weight:700;text-decoration:none;padding:12px 22px;border-radius:999px}
.guide-cta-btns .btn-y{background:var(--yellow);color:var(--text)}
.guide-cta-btns .btn-o{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.4)}

/* ---- FAQ ---- */
.guide-faq{max-width:820px;margin:36px auto 0}
.guide-faq h2{font-family:'Sora',sans-serif;font-size:1.5rem;color:var(--accent-dark);margin:0 0 16px}
.guide-faq details{border:1px solid #e6ebf3;border-radius:12px;padding:2px 18px;margin:0 0 12px;background:#fff}
.guide-faq summary{cursor:pointer;font-weight:700;color:var(--text);padding:14px 0;list-style:none;position:relative}
.guide-faq summary::-webkit-details-marker{display:none}
.guide-faq summary::after{content:'+';position:absolute;right:2px;color:var(--accent);font-size:1.3rem;line-height:1}
.guide-faq details[open] summary::after{content:'–'}
.guide-faq details p{color:var(--text-soft);line-height:1.7;margin:0 0 14px}

/* ---- fil d'ariane liste liens bas d'article ---- */
.guide-related{max-width:820px;margin:36px auto 0;border-top:1px solid #e6ebf3;padding-top:22px}
.guide-related h2{font-size:1.2rem;color:var(--accent-dark);margin:0 0 12px}
.guide-related ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px}
.guide-related a{display:block;padding:12px 16px;background:var(--accent-tint);border-radius:10px;text-decoration:none;color:var(--accent-dark);font-weight:600;font-size:.93rem}

/* ---- index guides : titres de categorie + ancre ---- */
.guide-cat{scroll-margin-top:120px;margin:8px 0 30px}
.guide-cat-title{font-family:'Sora',sans-serif;font-size:1.5rem;color:var(--accent-dark);margin:26px 0 4px;padding-bottom:8px;border-bottom:2px solid var(--accent-tint)}

/* ---- notice filtre année (pages modèle) ---- */
.year-filter-note{background:var(--accent-tint);border-left:4px solid var(--yellow);border-radius:10px;padding:12px 16px;margin:14px 0;font-size:.96rem;color:var(--text-soft);line-height:1.5}
.year-filter-note strong{color:var(--accent-dark)}
.year-filter-note a{color:var(--accent-dark);font-weight:700;text-decoration:underline}

/* ============================================================
   RESPONSIVE MOBILE — ajouts (burger, hero, anti-débordement)
   ============================================================ */
html, body { overflow-x: hidden; }
img, svg, video, table { max-width: 100%; }

/* --- bouton burger (injecté par JS) --- */
.nav-burger { display: none; }
@media (max-width: 820px) {
  .nav-burger {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 46px; height: 42px; padding: 9px 9px; margin-left: 10px;
    background: transparent; border: 0; cursor: pointer; flex: 0 0 auto;
  }
  .nav-burger span { display: block; height: 3px; border-radius: 2px; background: var(--accent-dark); transition: transform .25s, opacity .2s; }
  .nav-burger.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-burger.active span:nth-child(2) { opacity: 0; }
  .nav-burger.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

  /* menu en panneau déroulant */
  .header-menu { display: none; background: #fff; border-top: 1px solid #eef1f6; }
  body.nav-open .header-menu { display: block; }
  .menu-row-1, .menu-row-2 { padding: 0; }
  .menu-row-1 .container > ul,
  .menu-row-2 .container > ul { flex-direction: column; gap: 0; align-items: stretch; }
  .menu-row-1 .container > ul > li,
  .menu-row-2 .container > ul > li { width: 100%; }
  .menu-row-1 a, .menu-row-2 a { display: block; padding: 14px 6px; border-bottom: 1px solid #f0f2f6; font-size: 15px; }
  .menu-item { position: static; }
  .menu-item > a .caret { float: right; }
  /* méga = accordéon au tap */
  .mega { position: static; display: none; box-shadow: none; background: #f7f9fc; padding: 4px 0 8px; min-width: 0; width: 100%; border-radius: 0; }
  .menu-item:hover .mega { display: none; }
  .menu-item.mega-open .mega { display: block; }
  .menu-item.mega-open > a .caret { transform: rotate(225deg) translate(-2px,-2px); }
  .mega ul { display: block; columns: auto; }
  .mega a { padding: 10px 20px; border-bottom: 1px solid #eef; font-size: 14px; }

  /* header : recherche masquée pour laisser la place au burger */
  .header-main .search-widget { display: none; }
}

/* --- hero mobile : empilement + pas de débordement --- */
@media (max-width: 820px) {
  .hero-row, .svc-hero-inner { flex-direction: column; }
  .home-hero, .hero, .hero-track { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
  .hero-slide { min-width: 100% !important; width: 100% !important; flex-direction: column; aspect-ratio: auto; padding: 20px 18px; gap: 12px; align-items: flex-start; }
  .slide-text, .hero-left, .hero-right { min-width: 0 !important; width: 100%; max-width: 100%; flex: none; }
  .slide-visual, .hero-art { display: none; }
  .hero-right .big-word { font-size: 40px !important; }
  .slide-h, .hero-left h2 { font-size: 20px; max-width: 100%; }
  .slide-actions { flex-wrap: wrap; gap: 10px; }
  .hero-nav { width: 28px; height: 46px; }
}

/* --- petits écrans : grilles et bandeaux --- */
@media (max-width: 560px) {
  .topbar .container { font-size: 11px; }
  .topbar-sep { display: none; }
  .home-intro h1 { font-size: 30px; }
  .cat-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .guide-grid { grid-template-columns: 1fr; }
  .sort-bar { flex-direction: column; align-items: flex-start; gap: 10px; }
  .footer-links .container { grid-template-columns: 1fr; }
  .svc-hero-title { font-size: 1.4rem; }
}
@media (max-width: 380px) {
  .cat-grid { grid-template-columns: 1fr; }
}
