/* =========================================================
   TOKENS — source of truth : CHARTE-BRAND-EURO-ATTELAGE.md
   ========================================================= */
:root {
  /* Brand core */
  --ea-white:    #FFFFFF;
  --ea-black:    #000000;
  --ea-navy:     #0D1144;

  /* Grayscale officielle */
  --ea-cloud:    #EDEFF7;
  --ea-smoke:    #D3D6E0;
  --ea-steel:    #BCBFCC;
  --ea-space:    #9DA2B3;
  --ea-graphite: #6E7180;
  --ea-arsenic:  #40424D;
  --ea-phantom:  #1E1E24;

  /* Sémantique */
  --ea-success:    #16A34A;
  --ea-success-bg: #F0FDF4;
  --ea-warning:    #F59E0B;
  --ea-warning-bg: #FFFBEB;
  --ea-error:      #DC2626;

  /* CTA verrouillé */
  --ea-accent-cta:        var(--ea-navy);
  --ea-accent-cta-hover:  #1A1F5C;
  --ea-accent-cta-active: #080C33;
  --ea-accent-cta-focus:  rgba(13,17,68,0.4);

  /* Typo */
  --ea-font: 'Manrope', system-ui, -apple-system, sans-serif;

  /* Spacing 8pt */
  --s-1: 4px;  --s-2: 8px;  --s-3: 12px; --s-4: 16px;
  --s-6: 24px; --s-8: 32px; --s-12: 48px; --s-16: 64px; --s-24: 96px;

  --r-sm: 6px; --r-md: 10px; --r-lg: 16px;
  --shadow-sm: 0 1px 2px rgba(13,17,68,.06);
  --shadow-md: 0 4px 12px rgba(13,17,68,.08);
  --shadow-lg: 0 12px 32px rgba(13,17,68,.12);

  --container: 1200px;
}
*,*::before,*::after { box-sizing: border-box; }
html,body { margin:0; padding:0; }
body {
  font-family: var(--ea-font);
  color: var(--ea-arsenic);
  background: var(--ea-white);
  -webkit-font-smoothing: antialiased;
  font-size: 16px; line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img,svg { display: block; max-width: 100%; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

h1,h2,h3,h4 { font-family: var(--ea-font); color: var(--ea-phantom); margin: 0; letter-spacing: -.01em; }
h1 { font-size: clamp(40px, 5vw, 64px); line-height: 1.1;  font-weight: 800; }
h2 { font-size: clamp(32px, 3.6vw, 48px); line-height: 1.15; font-weight: 700; }
h3 { font-size: clamp(20px, 1.6vw, 24px); line-height: 1.3;  font-weight: 600; }
h4 { font-size: 18px; line-height: 1.3; font-weight: 600; }
p  { margin: 0; }

/* Icons */
.ic { width: 20px; height: 20px; flex-shrink: 0; stroke-width: 1.8; }
.ic-lg { width: 28px; height: 28px; }
.ic-xl { width: 40px; height: 40px; }

/* Buttons — 100% navy, pas de gold */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px; min-height: 48px; border-radius: var(--r-md);
  font-family: var(--ea-font); font-weight: 600; font-size: 16px;
  cursor: pointer; border: 2px solid transparent;
  transition: background .15s ease, border-color .15s ease, box-shadow .15s ease;
  text-align: center;
}
.btn-primary {
  background: var(--ea-accent-cta); color: var(--ea-white);
}
.btn-primary:hover { background: var(--ea-accent-cta-hover); }
.btn-primary:active { background: var(--ea-accent-cta-active); }
.btn-primary:focus-visible { outline: 3px solid var(--ea-accent-cta-focus); outline-offset: 2px; }

.btn-secondary {
  background: transparent; color: var(--ea-navy);
  border-color: var(--ea-navy);
}
.btn-secondary:hover { background: var(--ea-cloud); }

.btn-ghost {
  background: transparent; color: var(--ea-arsenic);
  border-color: var(--ea-smoke);
}
.btn-ghost:hover { border-color: var(--ea-navy); color: var(--ea-navy); }

.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px; border-radius: 999px;
  font-size: 13px; font-weight: 600;
  background: var(--ea-cloud); color: var(--ea-navy);
  border: 1px solid var(--ea-smoke);
}
.chip.solid { background: var(--ea-navy); color: #fff; border-color: transparent; }
/* Chip "outline-white" : lisible sur fond navy (utilisé dans Actu Reims) */
.chip.outline-white {
  background: transparent; color: #fff;
  border: 1px solid rgba(255,255,255,.35);
}

/* =========================================================
   PALIER SWITCHER — outil de revue
   ========================================================= */
.palier-switch {
  position: fixed; top: 12px; right: 12px; z-index: 9999;
  background: var(--ea-navy); color: #fff;
  border-radius: 999px; padding: 4px;
  display: flex; gap: 2px; box-shadow: var(--shadow-lg);
  font-weight: 600; font-size: 13px;
}
.palier-switch button {
  all: unset; padding: 8px 14px; border-radius: 999px;
  cursor: pointer; color: #fff;
}
.palier-switch button:focus-visible {
  outline: 2px solid var(--ea-white); outline-offset: 2px;
}
.palier-switch button.active {
  background: var(--ea-white); color: var(--ea-navy);
}
.palier-switch .lbl {
  padding: 8px 6px 8px 14px; color: #cfd3ee; font-weight: 500;
  border-right: 1px solid rgba(255,255,255,.15); margin-right: 2px;
}

.ea-home-v35[data-palier="p0"] .p1, .ea-home-v35[data-palier="p0"] .p2 { display: none !important; }
.ea-home-v35[data-palier="p1"] .p2 { display: none !important; }
.ea-home-v35[data-palier="p1"] .only-p0, .ea-home-v35[data-palier="p2"] .only-p0 { display: none !important; }
.ea-home-v35[data-palier="p2"] .only-p1 { display: none !important; }

section { position: relative; }
.inject-label {
  position: absolute; top: 12px; right: 12px; z-index: 3;
  background: var(--ea-navy); color: #fff;
  padding: 4px 10px; border-radius: var(--r-sm); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .05em;
}
.inject-label.p1 { background: var(--ea-navy); }
.inject-label.p2 { background: var(--ea-phantom); }

/* =========================================================
   0. TOPSTRIP TRUST (P1)
   ========================================================= */
.topstrip {
  background: var(--ea-navy); color: #cfd3ee;
  font-size: 13px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.08);
}
.topstrip .items {
  display: flex; justify-content: center; gap: 32px; flex-wrap: wrap;
  font-weight: 500;
}
.topstrip .items span strong { color: #fff; font-weight: 700; }
.topstrip .items span { display: inline-flex; align-items: center; gap: 8px; }

/* =========================================================
   1. HEADER
   ========================================================= */
.header {
  background: #fff; border-bottom: 1px solid var(--ea-smoke);
  position: sticky; top: 0; z-index: 900;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px; max-width: var(--container); margin: 0 auto; gap: 32px;
}
.logo-wrap { display: flex; align-items: center; }
.logo-wrap svg { height: 28px; width: auto; }
.nav { display: flex; gap: 28px; font-weight: 600; font-size: 15px; color: var(--ea-phantom); }
.nav a { position: relative; padding: 6px 0; }
.nav a:hover { color: var(--ea-navy); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.tel-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--ea-phantom); font-weight: 700; font-size: 15px;
  padding: 8px 12px;
}
.tel-link:hover { color: var(--ea-navy); }

/* Hamburger — visible seulement <1020px */
.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: var(--r-md);
  background: #fff; border: 1px solid var(--ea-smoke); color: var(--ea-navy);
  align-items: center; justify-content: center; cursor: pointer;
}
.nav-toggle:focus-visible { outline: 3px solid var(--ea-accent-cta-focus); outline-offset: 2px; }
.nav-toggle svg { width: 22px; height: 22px; }
.nav-mobile {
  display: none; position: absolute; top: 100%; left: 0; right: 0;
  background: #fff; border-bottom: 1px solid var(--ea-smoke);
  box-shadow: var(--shadow-md); padding: 8px 16px 16px;
}
.nav-mobile.open { display: block; }
.nav-mobile a {
  display: block; padding: 14px 8px; font-weight: 600;
  border-bottom: 1px solid var(--ea-cloud); color: var(--ea-phantom);
}
.nav-mobile a:last-child { border-bottom: none; }
.nav-mobile .tel-link-mobile {
  display: flex; align-items: center; gap: 10px; margin-top: 16px;
  padding: 14px 16px; background: var(--ea-navy); color: #fff;
  border-radius: var(--r-md); font-weight: 700; border-bottom: none;
}

/* =========================================================
   2. HERO
   ========================================================= */
/* Hero photo-first : image dominante, overlay navy fort pour lisibilité texte */
.hero {
  background:
    url("https://euro-attelage.fr/wp-content/uploads/2026/01/Pose-d_attelage-en-France-tout-vehicule-Euro-Attelage.webp") center center / cover no-repeat,
    var(--ea-navy);
  padding: 96px 0 80px;
  position: relative; overflow: hidden;
  min-height: 620px;
}
/* Overlay principal : navy 70% uniforme + gradient de renforcement à gauche pour la copy */
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(13,17,68,0.85) 0%, rgba(13,17,68,0.78) 50%, rgba(13,17,68,0.55) 80%, rgba(13,17,68,0.45) 100%),
    linear-gradient(180deg, rgba(13,17,68,0.15) 0%, rgba(13,17,68,0) 40%);
  pointer-events: none;
  z-index: 1;
}
.hero .container { position: relative; z-index: 2; }

/* Copy contrainte dans la zone sombre (55% max width desktop) */
.hero .hero-copy { max-width: 620px; }

/* Copy hero : blanc sur image, override unique des tokens navy par défaut */
.hero h1 { color: #fff; text-shadow: 0 2px 24px rgba(13,17,68,0.45); }
.hero h1 span.alt { color: #fff; }
.hero .baseline { color: rgba(255,255,255,0.94); text-shadow: 0 1px 8px rgba(13,17,68,0.4); max-width: 560px; }
.hero .hero-eyebrow {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.30);
  color: #fff;
  backdrop-filter: blur(8px) saturate(1.2);
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
}
.hero .hero-eyebrow .stars svg { color: #FFB800; }
.hero-grid {
  display: grid; grid-template-columns: 1.15fr 1fr;
  gap: 48px; align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px; border-radius: 999px;
  background: #fff; border: 1px solid var(--ea-smoke);
  font-size: 13px; font-weight: 600; color: var(--ea-phantom);
  margin-bottom: 20px; box-shadow: var(--shadow-sm);
}
.hero-eyebrow .stars {
  display: inline-flex; gap: 1px;
}
.hero h1 span.alt { color: var(--ea-navy); }
.hero .baseline {
  margin-top: 20px; color: var(--ea-graphite); font-size: 18px;
  max-width: 560px; line-height: 1.6;
}

.hero-widget {
  background: #fff; border: 1px solid var(--ea-smoke); border-radius: var(--r-lg);
  padding: 24px; box-shadow: var(--shadow-lg); position: relative;
}
.widget-tabs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: var(--ea-cloud); border-radius: var(--r-md); padding: 4px;
  margin-bottom: 20px;
}
.widget-tabs button {
  all: unset; text-align: center; padding: 12px 12px;
  border-radius: 8px; font-weight: 600; font-size: 14px; cursor: pointer;
  color: var(--ea-graphite);
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
}
.widget-tabs button.active {
  background: #fff; color: var(--ea-navy);
  box-shadow: var(--shadow-sm);
}
.widget-body { display: none; gap: 14px; }
.widget-body.active { display: grid; }
.widget-body label {
  font-size: 12px; font-weight: 700; color: var(--ea-graphite);
  text-transform: uppercase; letter-spacing: .06em;
}
.widget-body .field { display: grid; gap: 6px; }
.widget-body .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.widget-body select, .widget-body input {
  width: 100%; min-height: 48px; padding: 12px 14px;
  border-radius: var(--r-md); border: 1px solid var(--ea-smoke);
  font-size: 15px; font-family: inherit;
  background: #fff; color: var(--ea-phantom);
}
.widget-body select:focus, .widget-body input:focus {
  outline: 3px solid var(--ea-accent-cta-focus);
  border-color: var(--ea-navy); outline-offset: 0;
}
.compat-hint {
  font-size: 13px; color: var(--ea-graphite); text-align: center;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
}
.compat-hint .dot { width: 8px; height: 8px; background: var(--ea-success); border-radius: 999px; }

/* =========================================================
   3. FOURNISSEURS — marquee auto-scroll (Wave 1 20/04)
   ========================================================= */
.suppliers {
  background: #fff; padding: 32px 0; border-bottom: 1px solid var(--ea-smoke);
  overflow: hidden;
}
.suppliers-inner {
  display: flex; align-items: center; gap: 32px;
  color: var(--ea-graphite); font-weight: 500; font-size: 13px;
}
.suppliers-label {
  flex-shrink: 0; white-space: nowrap;
  padding-right: 24px; border-right: 1px solid var(--ea-smoke);
}
.supplier-marquee {
  flex: 1; overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.supplier-track {
  display: flex; gap: 40px; width: max-content;
  animation: ea-marquee 32s linear infinite;
}
.supplier-marquee:hover .supplier-track { animation-play-state: paused; }
@keyframes ea-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.supplier-logo {
  padding: 10px 18px; border-radius: var(--r-sm);
  background: var(--ea-cloud); color: var(--ea-navy); font-weight: 700;
  letter-spacing: .06em; font-size: 13px;
  flex-shrink: 0; white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .supplier-track { animation: none; }
  .supplier-marquee { mask-image: none; -webkit-mask-image: none; overflow-x: auto; }
}

/* =========================================================
   3.1 STATS RIBBON — compteurs navy (Wave 1 20/04)
   ========================================================= */
.stats-ribbon {
  background: var(--ea-navy);
  color: #fff;
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}
.stats-ribbon::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 15% 50%, rgba(255,255,255,0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 85% 50%, rgba(255,255,255,0.04) 0%, transparent 55%);
  pointer-events: none;
}
.stats-ribbon .container { position: relative; z-index: 1; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.stat-card {
  text-align: center;
  padding: 12px 16px;
  display: flex; flex-direction: column; gap: 8px; align-items: center;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.stat-card:last-child { border-right: none; }
.stat-number {
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 800; line-height: 1;
  color: #fff;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  font-feature-settings: "tnum";
}
.stat-label {
  font-size: 13px; color: #b8bed8;
  text-transform: uppercase; letter-spacing: 0.06em;
  font-weight: 600;
}

/* =========================================================
   Sections génériques
   ========================================================= */
.section { padding: 96px 0; }
.section.tight { padding: 72px 0; }
.section.alt { background: var(--ea-cloud); }
.section-head {
  text-align: center; max-width: 720px; margin: 0 auto 48px;
}
.section-head .kicker {
  font-size: 13px; color: var(--ea-navy); font-weight: 700;
  text-transform: uppercase; letter-spacing: .12em; margin-bottom: 12px;
}
.section-head p { color: var(--ea-graphite); font-size: 18px; margin-top: 16px; }

/* =========================================================
   4. USP — process layout avec numérotation 01-04 (Wave 1 20/04)
   ========================================================= */
.usp-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.usp-card {
  background: #fff; border: 1px solid var(--ea-smoke);
  border-radius: var(--r-lg); padding: 28px;
  display: flex; flex-direction: column; gap: 12px;
  position: relative;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.usp-card:hover {
  border-color: var(--ea-navy);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.usp-card .ic-wrap {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--ea-cloud); color: var(--ea-navy);
  display: grid; place-items: center;
}
.usp-card strong { font-size: 18px; color: var(--ea-phantom); font-weight: 700; }
.usp-card span { color: var(--ea-graphite); font-size: 15px; line-height: 1.5; }

/* Process numérotation 01 → 04 en filigrane top-right */
.usp-grid--process .usp-card { padding-top: 32px; }
.usp-step {
  position: absolute;
  top: 16px; right: 20px;
  font-family: var(--ea-font);
  font-size: 36px; font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ea-smoke);
  letter-spacing: -0.02em; line-height: 1;
  transition: -webkit-text-stroke-color .2s, color .2s;
  pointer-events: none;
}
.usp-card:hover .usp-step {
  -webkit-text-stroke-color: var(--ea-navy);
  color: rgba(13,17,68,0.06);
}
/* Flèches de process entre les cartes (desktop uniquement) */
.usp-grid--process { position: relative; }
.usp-grid--process .usp-card + .usp-card::before {
  content: "";
  position: absolute;
  top: 50%; left: -14px;
  width: 8px; height: 8px;
  border-top: 1.5px solid var(--ea-smoke);
  border-right: 1.5px solid var(--ea-smoke);
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1020px) {
  .usp-grid--process .usp-card + .usp-card::before { display: none; }
}

/* =========================================================
   5. LIVRÉ PRÊT À MONTER (pricing killed — cf changelog V3.2)
   ========================================================= */

/* =========================================================
   6. TRUST
   ========================================================= */
.trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.trust-card {
  background: #fff; border: 1px solid var(--ea-smoke);
  border-radius: var(--r-lg); padding: 28px;
}
.trust-card .ic-wrap {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--ea-navy); color: #fff;
  display: grid; place-items: center; margin-bottom: 16px;
}
.trust-card h3 { margin-bottom: 8px; font-size: 17px; }
.trust-card p { color: var(--ea-graphite); font-size: 14px; line-height: 1.5; }

/* =========================================================
   7. TÉMOIGNAGES
   ========================================================= */
.testimonials { background: var(--ea-navy); color: #fff; padding: 96px 0; }
.testimonials h2 { color: #fff; }
.testimonials .section-head .kicker { color: var(--ea-cloud); }
.testimonials .section-head p { color: #cfd3ee; }
.testimonial-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.testimonial-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-lg); padding: 28px; color: #eef; backdrop-filter: blur(8px);
}
.testimonial-card .stars { color: #fff; margin-bottom: 12px; display: inline-flex; gap: 2px; }
.testimonial-card .stars svg { width: 18px; height: 18px; fill: #fff; }
.testimonial-card p { margin: 0 0 16px; font-size: 15px; color: #d8ddf5; line-height: 1.55; }
.testimonial-card strong { color: #fff; font-size: 14px; font-weight: 600; }
.testimonial-card em { color: #a7adcf; font-size: 13px; font-style: normal; }

/* =========================================================
   8. TYPES D'ATTELAGES
   ========================================================= */
.types-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.type-card {
  background: #fff; border: 1px solid var(--ea-smoke);
  border-radius: var(--r-lg); padding: 24px;
}
.type-card .thumb {
  aspect-ratio: 4/3; background: var(--ea-cloud);
  border-radius: var(--r-md); margin-bottom: 16px;
  display: grid; place-items: center; color: var(--ea-navy);
  border: 1px solid var(--ea-smoke);
}
.type-card h3 { margin-bottom: 8px; font-size: 17px; }
.type-card p { color: var(--ea-graphite); margin: 0; font-size: 14px; line-height: 1.5; }

/* =========================================================
   P1 — GRILLE MARQUES (hover reveal — Wave 1 20/04)
   ========================================================= */
.brands-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px;
}
.brand-card {
  background: #fff; border: 1px solid var(--ea-smoke);
  border-radius: var(--r-lg); padding: 18px 16px 18px;
  text-align: center; color: var(--ea-phantom);
  transition: border-color .2s, box-shadow .2s, transform .2s, padding-bottom .2s;
  min-height: 144px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px;
  position: relative; overflow: hidden;
}
.brand-card:hover {
  border-color: var(--ea-navy); box-shadow: var(--shadow-md);
  transform: translateY(-3px);
  padding-bottom: 38px;
}
.brand-card .brand-thumb {
  width: 64px; height: 48px; background: var(--ea-cloud); border-radius: 6px;
  display: grid; place-items: center; overflow: hidden;
  transition: transform .2s;
}
.brand-card:hover .brand-thumb { transform: scale(1.08); }
.brand-card .brand-thumb img { width: 100%; height: 100%; object-fit: contain; }
.brand-card strong { font-size: 14px; font-weight: 700; }
.brand-card small { color: var(--ea-graphite); font-size: 12px; font-weight: 500; }

/* Reveal bar au hover : "Voir les modèles →" */
.brand-card::after {
  content: "Voir les modèles →";
  position: absolute; left: 0; right: 0; bottom: -32px;
  padding: 8px 10px;
  background: var(--ea-navy); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: bottom .2s ease-out;
  pointer-events: none;
}
.brand-card:hover::after { bottom: 0; }

/* Fallback letterform quand pas de photo véhicule (P0) */
.brand-letterform {
  background: var(--ea-navy); color: #fff;
  font-weight: 800; font-size: 12px; letter-spacing: .05em;
}

/* =========================================================
   P1 — PAR USAGE
   ========================================================= */
.usage-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.usage-card {
  background: #fff; border: 1px solid var(--ea-smoke);
  border-radius: var(--r-lg); padding: 24px;
  display: flex; gap: 16px; align-items: center;
  transition: border-color .15s, box-shadow .15s;
}
.usage-card:hover { border-color: var(--ea-navy); box-shadow: var(--shadow-sm); }
.usage-card .ic-wrap {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--ea-navy); color: #fff;
  display: grid; place-items: center; flex-shrink: 0;
}
.usage-card h3 { font-size: 16px; margin-bottom: 4px; }
.usage-card p { color: var(--ea-graphite); margin: 0; font-size: 13px; line-height: 1.5; }

/* =========================================================
   9. ACTU Reims
   ========================================================= */
.actu-reims {
  background: var(--ea-navy);
  color: #fff; border-radius: var(--r-lg);
  padding: 32px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: wrap;
}
.actu-reims h2 { color: #fff; font-size: 28px; margin-top: 12px; }
.actu-reims p { color: #cfd3ee; margin: 8px 0 0; }

/* =========================================================
   10. RÉSEAU CENTRES (carte + mockup P1)
   ========================================================= */
.network-grid {
  display: grid; grid-template-columns: 1fr; gap: 24px;
}
.ea-home-v35[data-palier="p1"] .network-grid,
.ea-home-v35[data-palier="p2"] .network-grid {
  grid-template-columns: 2fr 1fr;
}
.map-wrap {
  position: relative; border: 1px solid var(--ea-smoke);
  border-radius: var(--r-lg); overflow: hidden; background: #fff;
}
#map-leaflet {
  height: 500px; background: var(--ea-cloud);
  display: grid; place-items: center; color: var(--ea-graphite);
  text-align: center;
}
#map-3d {
  height: 560px; position: relative; display: block; overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 55%, #FFFFFF 0%, #F3F5FC 45%, #E4E7F3 100%);
}
#map-3d canvas {
  display: block;
  opacity: 0; animation: ea-holo-on 900ms cubic-bezier(.2,.7,.2,1) 60ms forwards;
  position: relative; z-index: 1;
}
@keyframes ea-holo-on {
  0% { opacity: 0; filter: blur(6px); }
  60% { opacity: .85; filter: blur(1.5px); }
  100% { opacity: 1; filter: blur(0); }
}
/* Scanlines holographiques ultra-fines */
#map-3d::before {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0, transparent 3px,
    rgba(13,17,68,0.04) 3px, rgba(13,17,68,0.04) 4px
  );
  mix-blend-mode: multiply;
}
/* Vignette — projection circulaire */
#map-3d::after {
  content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background: radial-gradient(ellipse at 50% 50%,
    transparent 50%, rgba(13,17,68,0.05) 75%, rgba(13,17,68,0.12) 100%);
}
.map-legend {
  position: absolute; top: 20px; left: 20px; z-index: 2;
  background: rgba(255,255,255,.82); color: var(--ea-navy); backdrop-filter: blur(8px);
  border-radius: var(--r-md); padding: 14px 18px;
  font-size: 13px; border: 1px solid rgba(13,17,68,.10);
}
.map-legend h3 { color: var(--ea-navy); font-size: 14px; margin-bottom: 6px; }
.map-legend p { margin: 0; color: var(--ea-graphite); font-size: 13px; }

.network-side {
  display: flex; flex-direction: column; gap: 16px;
}
.signboard-card {
  position: relative;
  border: 1px solid var(--ea-smoke); border-radius: var(--r-lg);
  overflow: hidden; aspect-ratio: 4/5;
  background: url("Charte graphique/Mockups/Signboard.jpg") center / cover;
}
.signboard-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(13,17,68,.85) 100%);
}
.signboard-card .caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 20px; color: #fff; z-index: 2;
}
.signboard-card .caption h3 { color: #fff; font-size: 18px; margin-bottom: 4px; }
.signboard-card .caption p { color: #cfd3ee; font-size: 13px; margin: 0; }

.map-centers-list {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 8px; margin-top: 24px;
}
.map-centers-list a {
  padding: 12px 14px; background: #fff; border: 1px solid var(--ea-smoke);
  border-radius: var(--r-md); font-weight: 600; color: var(--ea-phantom);
  font-size: 13px; display: flex; align-items: center; gap: 8px;
}
.map-centers-list a:hover { border-color: var(--ea-navy); color: var(--ea-navy); }
.map-centers-list a svg { color: var(--ea-navy); }

/* =========================================================
   11. BLOG — cards avec badge catégorie couleur (Wave 1 20/04)
   ========================================================= */
.blog-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.blog-card {
  background: #fff; border: 1px solid var(--ea-smoke);
  border-radius: var(--r-lg); overflow: hidden;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.blog-card:hover {
  border-color: var(--ea-navy); box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.blog-card .thumb {
  aspect-ratio: 16/10; background: var(--ea-cloud);
  display: grid; place-items: center; color: var(--ea-navy);
  border-bottom: 1px solid var(--ea-smoke);
  transition: background .25s;
  overflow: hidden;
  position: relative;
}
.blog-card:hover .thumb { background: #dfe3f2; }
/* V3.6.1 — featured image fill + zoom doux au hover */
.blog-card .thumb img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.blog-card:hover .thumb img { transform: scale(1.04); }
.blog-card--has-thumb .thumb { background: #0D1144; }
.blog-card .body { padding: 20px; }
.blog-card .meta {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 10px;
}
.blog-badge {
  display: inline-flex; align-items: center;
  padding: 4px 10px; border-radius: 999px;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.blog-badge--guide     { background: var(--ea-navy);  color: #fff; }
.blog-badge--technique { background: var(--ea-cloud); color: var(--ea-navy); border: 1px solid var(--ea-smoke); }
.blog-badge--conseil   { background: var(--ea-warning-bg); color: #92610a; border: 1px solid #fde68a; }
.blog-badge--news      { background: var(--ea-success-bg); color: #14532d; border: 1px solid #bbf7d0; }
.read-time {
  color: var(--ea-graphite); font-size: 12px; font-weight: 500;
  letter-spacing: 0.02em;
}
.blog-card h3 {
  font-size: 16px; line-height: 1.35;
  transition: color .2s;
}
.blog-card:hover h3 { color: var(--ea-navy); }

/* =========================================================
   12. FAQ — split layout (aide humaine + accordion) Wave 1 20/04
   ========================================================= */
.faq-section { background: var(--ea-cloud); }
.faq-split {
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: 48px; align-items: start;
  max-width: 1180px; margin: 0 auto;
}
.faq-aside {
  position: sticky; top: 32px;
  padding: 8px 0;
}
.faq-aside .kicker {
  display: block; font-size: 13px; color: var(--ea-navy);
  font-weight: 700; text-transform: uppercase; letter-spacing: .12em;
  margin-bottom: 12px;
}
.faq-aside h2 {
  font-size: clamp(28px, 3vw, 40px); line-height: 1.15;
  color: var(--ea-phantom); margin-bottom: 16px;
}
.faq-aside > p {
  color: var(--ea-graphite); font-size: 16px; line-height: 1.6;
  margin-bottom: 24px;
}
.faq-contact-card {
  background: var(--ea-navy); color: #fff;
  border-radius: var(--r-lg); padding: 22px;
  display: flex; gap: 16px; align-items: center;
  box-shadow: var(--shadow-md);
}
.faq-contact-ic {
  width: 52px; height: 52px; flex-shrink: 0;
  background: rgba(255,255,255,0.12);
  border-radius: 14px;
  display: grid; place-items: center;
  color: #fff;
}
.faq-contact-copy { display: flex; flex-direction: column; gap: 2px; }
.faq-contact-copy strong {
  color: #fff; font-size: 15px; font-weight: 700;
}
.faq-contact-copy span { color: #b8bed8; font-size: 12px; font-weight: 500; }
.faq-contact-tel {
  color: #fff; font-size: 22px; font-weight: 800;
  margin-top: 6px; letter-spacing: -0.01em;
  display: inline-block;
}
.faq-contact-tel:hover { text-decoration: underline; }
.faq-contact-footer {
  margin-top: 16px; font-size: 13px; color: var(--ea-graphite);
  display: inline-flex; align-items: center; gap: 8px;
}
.faq-contact-footer .dot {
  width: 8px; height: 8px; border-radius: 999px;
  background: var(--ea-success);
  animation: ea-pulse 1.8s ease-in-out infinite;
}
@keyframes ea-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(22,163,74,0.5); }
  50%      { box-shadow: 0 0 0 6px rgba(22,163,74,0); }
}

.faq-list {
  display: grid; gap: 12px;
}
.faq-item {
  background: #fff; border: 1px solid var(--ea-smoke);
  border-radius: var(--r-md); overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.faq-item[open] { border-color: var(--ea-navy); box-shadow: var(--shadow-sm); }
.faq-item summary {
  padding: 20px 24px; cursor: pointer;
  font-weight: 600; color: var(--ea-phantom); font-size: 16px;
  list-style: none; position: relative; padding-right: 56px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 24px; top: 50%; transform: translateY(-50%);
  font-size: 24px; color: var(--ea-navy); font-weight: 300; line-height: 1;
  transition: transform .2s;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item .answer {
  padding: 0 24px 20px; color: var(--ea-graphite); font-size: 15px; line-height: 1.6;
}

/* =========================================================
   13. CTA FINAL — rupture photo + double action (Wave 1 20/04)
   ========================================================= */
.cta-final {
  position: relative;
  background:
    linear-gradient(135deg, rgba(13,17,68,0.92) 0%, rgba(13,17,68,0.78) 100%),
    url("https://euro-attelage.fr/wp-content/uploads/2026/01/Pose-d_attelage-en-France-tout-vehicule-Euro-Attelage.webp") center center / cover no-repeat,
    var(--ea-navy);
  color: #fff;
  padding: 96px 0;
  overflow: hidden;
}
.cta-final::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.08) 0%, transparent 40%);
  pointer-events: none;
}
.cta-final .container { position: relative; z-index: 1; }
.cta-final-inner {
  max-width: 880px; margin: 0 auto;
  text-align: center;
  display: flex; flex-direction: column; gap: 32px;
  align-items: center;
}
.cta-final-copy { display: flex; flex-direction: column; gap: 16px; }
.cta-final-copy .kicker {
  font-size: 13px; color: #b8bed8; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em;
}
.cta-final-copy h2 {
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.015em;
}
.cta-final-copy h2 .alt { color: #ffd166; font-weight: 700; }
.cta-final-copy .lead {
  color: rgba(255,255,255,0.85); font-size: 17px; line-height: 1.5;
  max-width: 640px; margin: 0 auto;
}
.cta-final-actions {
  display: flex; gap: 16px; flex-wrap: wrap; justify-content: center;
}
.btn-lg {
  padding: 18px 32px; min-height: 56px; font-size: 16px;
  min-width: 260px;
}
.btn-secondary-light {
  background: rgba(255,255,255,0.08); color: #fff;
  border: 2px solid rgba(255,255,255,0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.btn-secondary-light:hover {
  background: #fff; color: var(--ea-navy);
  border-color: #fff;
}
.cta-final-trust {
  list-style: none; padding: 0; margin: 8px 0 0;
  display: flex; gap: 32px; flex-wrap: wrap; justify-content: center;
  color: rgba(255,255,255,0.75); font-size: 14px; font-weight: 500;
}
.cta-final-trust li {
  display: inline-flex; align-items: center; gap: 8px;
}
.cta-final-trust svg { color: var(--ea-success); width: 18px; height: 18px; }

/* =========================================================
   13. FOOTER
   ========================================================= */
.footer { background: var(--ea-navy); color: #cfd3ee; padding: 72px 0 32px; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
}
.footer h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 16px; font-weight: 700; }
.footer a { display: block; padding: 5px 0; color: #a7adcf; font-size: 14px; }
.footer a:hover { color: #fff; }
.footer .brand-block svg { height: 28px; margin-bottom: 12px; }
.footer .brand-block p { color: #a7adcf; font-size: 14px; line-height: 1.6; }
.footer-bottom {
  margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  color: #848ab3; font-size: 12px;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1020px) {
  .hero-grid, .usp-grid, .trust-grid,
  .types-grid, .blog-grid, .testimonial-grid,
  .usage-grid { grid-template-columns: 1fr 1fr; }
  .brands-grid { grid-template-columns: repeat(3, 1fr); }
  .ea-home-v35[data-palier="p1"] .network-grid,
  .ea-home-v35[data-palier="p2"] .network-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .header-actions .btn-ghost.only-p0 { display: none; }
  .tel-link .tel-label { display: none; } /* garde l'icône seule en mobile */
  /* Palier switcher déplacé en bas à gauche */
  .palier-switch {
    top: auto; right: auto; bottom: 12px; left: 12px;
  }
  /* Wave 1 responsive */
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
  .stat-card:nth-child(2) { border-right: none; }
  .faq-split { grid-template-columns: 1fr; gap: 32px; }
  .faq-aside { position: static; }
  .cta-final-trust { gap: 16px; font-size: 13px; }
  .btn-lg { min-width: 220px; }
}
@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .hero {
    padding: 64px 0 48px;
    min-height: auto;
    background:
      url("https://euro-attelage.fr/wp-content/uploads/2026/01/Pose-d_attelage-en-France-tout-vehicule-Euro-Attelage.webp") center center / cover no-repeat,
      var(--ea-navy);
  }
  /* Overlay mobile plus sombre et vertical pour garder lisibilité copy + widget */
  .hero::before {
    background:
      linear-gradient(180deg, rgba(13,17,68,0.55) 0%, rgba(13,17,68,0.70) 70%, rgba(13,17,68,0.85) 100%);
  }
  .hero-grid, .usp-grid, .trust-grid,
  .types-grid, .blog-grid, .testimonial-grid,
  .usage-grid { grid-template-columns: 1fr; }
  .brands-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .topstrip .items { gap: 16px; font-size: 12px; }
  /* Wave 1 mobile */
  .stats-ribbon { padding: 32px 0; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 24px 12px; }
  .stat-card { border-right: none; padding: 8px; }
  .stat-number { font-size: 32px; }
  .stat-label { font-size: 11px; }
  .suppliers-inner { gap: 16px; }
  .suppliers-label { padding-right: 12px; font-size: 12px; }
  .cta-final { padding: 72px 0; }
  .cta-final-actions { flex-direction: column; width: 100%; }
  .btn-lg { width: 100%; min-width: 0; }
  .faq-aside h2 { font-size: 26px; }
}

/* =========================================================
   V3.5.5 — CASCADE HOTFIX (Wave 1.5)
   Scope ALL critical styles with .ea-home-v35 to beat UiCore
   theme tokens (uicore-global.css loads after homepage-v35.css
   and its h1/h2 selectors would otherwise win cascade).
   ========================================================= */

/* Headings — reclaim from UiCore */
.ea-home-v35 h1,
.ea-home-v35 h2,
.ea-home-v35 h3,
.ea-home-v35 h4 {
  font-family: var(--ea-font);
  color: var(--ea-phantom);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 12px;
}
.ea-home-v35 h1 { font-weight: 800; font-size: clamp(38px, 4.6vw, 60px); line-height: 1.08; letter-spacing: -0.022em; }
.ea-home-v35 h2 { font-weight: 800; font-size: clamp(30px, 3.2vw, 44px); line-height: 1.12; }
.ea-home-v35 h3 { font-weight: 700; font-size: clamp(19px, 1.6vw, 22px); line-height: 1.25; letter-spacing: -0.01em; }
.ea-home-v35 h4 { font-weight: 700; font-size: 16px; line-height: 1.3; letter-spacing: -0.005em; }

/* Hero H1 — gold accent, white base, tighter wrap */
.ea-home-v35 .hero h1 {
  color: #fff;
  font-weight: 800;
  font-size: clamp(40px, 4.6vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.022em;
  margin-bottom: 20px;
}
.ea-home-v35 .hero h1 .alt {
  display: inline;
  color: #F5B700;                 /* gold, brand accent */
  font-weight: 800;
  -webkit-text-fill-color: #F5B700;
}
.ea-home-v35 .hero h1 .alt::after { content: ""; }

/* Hero baseline + intro copy on dark photo — readable */
.ea-home-v35 .hero .baseline,
.ea-home-v35 .hero-subline,
.ea-home-v35 .hero-copy p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.55;
  max-width: 560px;
}

/* Hero pill (Google rating) — visible on dark bg */
.ea-home-v35 .hero .trust-pill,
.ea-home-v35 .hero .pill {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  backdrop-filter: blur(10px) saturate(1.2);
  -webkit-backdrop-filter: blur(10px) saturate(1.2);
}

/* Hero overlay — slightly darker to protect white text */
.ea-home-v35 .hero::before {
  background:
    linear-gradient(135deg, rgba(13,17,68,0.88) 0%, rgba(13,17,68,0.70) 55%, rgba(13,17,68,0.55) 100%);
}

/* Section H2 global punch */
.ea-home-v35 section h2,
.ea-home-v35 .section h2,
.ea-home-v35 .section.alt h2,
.ea-home-v35 .section-kicker + h2 {
  font-weight: 800;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.12;
  color: var(--ea-phantom);
  letter-spacing: -0.02em;
}

/* Section-kicker (eyebrow) — small, uppercase, gold accent variant */
.ea-home-v35 .section-kicker,
.ea-home-v35 .kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ea-navy);
  background: var(--ea-cloud);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.ea-home-v35 .section.alt .section-kicker,
.ea-home-v35 .section.alt .kicker {
  background: rgba(13, 17, 68, 0.06);
}

/* USP step — proper outline number, beats .usp-card span (0,1,1) */
.ea-home-v35 .usp-card .usp-step {
  font-size: 46px;
  line-height: 1;
  top: 14px;
  right: 18px;
}

/* USP card title */
.ea-home-v35 .usp-card h3 {
  font-size: 19px;
  font-weight: 800;
  color: var(--ea-phantom);
  margin: 12px 0 8px;
  letter-spacing: -0.01em;
}

/* Stats ribbon label — real hierarchy */
.ea-home-v35 .stats-ribbon .stat-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 6px;
}
.ea-home-v35 .stats-ribbon .stat-number {
  font-size: clamp(40px, 4.5vw, 58px);
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
}
.ea-home-v35 .stats-ribbon .stat-suffix {
  color: #F5B700;           /* gold accent on the ★ etc. */
  font-weight: 800;
}

/* Brand card reveal — higher specificity for .brand-card::after */
.ea-home-v35 .brands-grid .brand-card::after {
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* Blog badge — ensure readability */
.ea-home-v35 .blog-badge {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
}

/* CTA final — gold accent, tighter typography */
.ea-home-v35 .cta-final h2 {
  color: #fff;
  font-weight: 800;
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.022em;
}
.ea-home-v35 .cta-final h2 .alt {
  color: #F5B700;
  -webkit-text-fill-color: #F5B700;
  font-weight: 800;
}
.ea-home-v35 .cta-final p,
.ea-home-v35 .cta-final .cta-final-copy p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.5;
  max-width: 560px;
}

/* FAQ aside h2 */
.ea-home-v35 .faq-aside h2 {
  font-weight: 800;
  font-size: clamp(28px, 2.8vw, 36px);
  color: var(--ea-phantom);
  line-height: 1.15;
}

/* Testimonial card quote + author */
.ea-home-v35 .testimonials h3,
.ea-home-v35 .testimonials h2 {
  font-weight: 800;
}

/* Button styles — force weight / tracking */
.ea-home-v35 .btn,
.ea-home-v35 .btn-primary,
.ea-home-v35 .btn-secondary,
.ea-home-v35 .btn-secondary-light,
.ea-home-v35 .btn-lg {
  font-weight: 700;
  letter-spacing: 0.005em;
}

/* Footer-preceded breathing */
.ea-home-v35 .cta-final + footer,
.ea-home-v35 + footer { margin-top: 0; }

/* Hero grid — give copy column more air */
@media (min-width: 1020px) {
  .ea-home-v35 .hero-grid {
    grid-template-columns: minmax(0, 1fr) 500px;
    gap: 72px;
    align-items: center;
  }
  .ea-home-v35 .hero-copy { max-width: 680px; }
  .ea-home-v35 .hero-copy h1 { max-width: 640px; }
}
/* Tablette : condense */
@media (max-width: 1019px) {
  .ea-home-v35 .hero h1 { font-size: clamp(34px, 5vw, 46px); }
  .ea-home-v35 .cta-final h2 { font-size: clamp(28px, 4.4vw, 40px); }
}

/* ============================================================================
   V3.6 — PATCHES COHÉRENCE (widget opacity, fabricants trio, brands expand,
   dans-le-colis animation, faq centres dropdown, blog CTA, map centers)
   ============================================================================ */

/* --- 1. Hero widget : glass effect plus transparent (V3.6.1 — 72%) --- */
.ea-home-v35 .hero-widget {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px) saturate(1.12);
  -webkit-backdrop-filter: blur(20px) saturate(1.12);
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0 24px 60px -24px rgba(13, 17, 68, 0.28),
              0 2px 8px rgba(13, 17, 68, 0.05),
              inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.ea-home-v35 .hero-widget .widget-tabs,
.ea-home-v35 .hero-widget .widget-form {
  position: relative;
}
/* Les inputs/selects restent 100% opaques pour rester parfaitement lisibles */
.ea-home-v35 .hero-widget select,
.ea-home-v35 .hero-widget input {
  background: #fff;
  border: 1px solid rgba(13, 17, 68, 0.16);
}
.ea-home-v35 .hero-widget select:disabled {
  background: rgba(13, 17, 68, 0.04);
  cursor: not-allowed;
}

/* --- 2. Fabricants TRIO (Imiola / Steinhof / Auto-Hak) --- */
.ea-home-v35 .suppliers--trio {
  padding: 28px 0 16px;
}
.ea-home-v35 .suppliers--trio .suppliers-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 760px;
  margin: 18px auto 0;
  list-style: none;
  padding: 0;
}
.ea-home-v35 .supplier-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 18px 20px;
  border: 1px solid rgba(13, 17, 68, 0.10);
  border-radius: 14px;
  background: #fff;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: var(--ea-navy, #0D1144);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.ea-home-v35 .supplier-logo:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 17, 68, 0.26);
  box-shadow: 0 10px 24px -12px rgba(13, 17, 68, 0.22);
}
.ea-home-v35 .supplier-logo--imiola { color: #0D1144; }
.ea-home-v35 .supplier-logo--steinhof { color: #0D1144; }
.ea-home-v35 .supplier-logo--autohak { color: #0D1144; }
@media (max-width: 720px) {
  .ea-home-v35 .suppliers--trio .suppliers-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* --- 3. Brands grid expand (dropdown 12 marques visibles + 40 masquées) --- */
.ea-home-v35 .brands-expand {
  position: relative;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ea-home-v35 .brands-expand-toggle {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: #fff;
  border: 1px solid rgba(13, 17, 68, 0.14);
  border-radius: 999px;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--ea-navy, #0D1144);
  cursor: pointer;
  box-shadow: 0 6px 16px -6px rgba(13, 17, 68, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ea-home-v35 .brands-expand-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px -6px rgba(13, 17, 68, 0.24);
}
.ea-home-v35 .brands-expand-chev {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}
.ea-home-v35 .brands-expand[aria-expanded="true"] .brands-expand-chev,
.ea-home-v35 .brands-expand-toggle[aria-expanded="true"] .brands-expand-chev {
  transform: rotate(180deg);
}

.ea-home-v35 .brands-expand-panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1),
              opacity 0.4s ease,
              margin 0.35s ease,
              filter 0.45s ease;
  filter: blur(6px);
  margin: 0;
}
.ea-home-v35 .brands-expand[aria-expanded="true"] .brands-expand-panel,
.ea-home-v35 .brands-expand-panel[aria-hidden="false"] {
  max-height: 3200px;
  opacity: 1;
  filter: blur(0);
  margin-top: 24px;
}
.ea-home-v35 .brands-grid--extra {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}
/* Teaser gradient : le panel refermé laisse apparaître un peek fondu avec
   le fond pour suggérer qu'il y a plus de marques */
.ea-home-v35 .brands-expand::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top,
    rgba(250, 250, 252, 0.96) 0%,
    rgba(250, 250, 252, 0.5) 60%,
    rgba(250, 250, 252, 0) 100%);
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.4s ease;
}
.ea-home-v35 .brands-expand[aria-expanded="true"]::before {
  opacity: 0;
}

/* --- 4. Dans le colis : process animé + hero card + card grid --- */
.ea-home-v35 .dlc-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 8px 0 36px;
  position: relative;
}
.ea-home-v35 .dlc-process::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 16%;
  right: 16%;
  height: 2px;
  background: linear-gradient(to right,
    rgba(13, 17, 68, 0.14) 0%,
    rgba(13, 17, 68, 0.14) 50%,
    rgba(13, 17, 68, 0.14) 100%);
  z-index: 0;
  overflow: hidden;
}
.ea-home-v35 .dlc-process::after {
  content: "";
  position: absolute;
  top: 36px;
  left: 16%;
  height: 2px;
  width: 0%;
  background: linear-gradient(to right, rgba(245, 183, 0, 0.55) 0%, rgba(13, 17, 68, 0.35) 100%);
  z-index: 1;
  /* V3.6.1 — beam plus lent + opacité douce (max 0.55) pour rester subtil */
  animation: ea-beam 6s ease-in-out infinite;
  animation-delay: 0.6s;
}
@keyframes ea-beam {
  0%   { width: 0%; opacity: 0; }
  22%  { opacity: 0.55; }
  58%  { width: 68%; opacity: 0.55; }
  90%  { width: 68%; opacity: 0.12; }
  100% { width: 0%; opacity: 0; }
}
.ea-home-v35 .dlc-step {
  text-align: center;
  position: relative;
  z-index: 2;
}
.ea-home-v35 .dlc-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(13, 17, 68, 0.14);
  margin: 0 auto 14px;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--ea-navy, #0D1144);
  position: relative;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
/* V3.6.1 — pulse plus lent (6s) + halo gold atténué (0.06 max, 5px) */
.ea-home-v35 .dlc-step[data-step="1"] .dlc-step-num { animation: ea-step-pulse 6s ease-in-out infinite 0.4s; }
.ea-home-v35 .dlc-step[data-step="2"] .dlc-step-num { animation: ea-step-pulse 6s ease-in-out infinite 2.4s; }
.ea-home-v35 .dlc-step[data-step="3"] .dlc-step-num { animation: ea-step-pulse 6s ease-in-out infinite 4.4s; }
@keyframes ea-step-pulse {
  0%, 100% {
    border-color: rgba(13, 17, 68, 0.14);
    box-shadow: 0 0 0 0 rgba(245, 183, 0, 0);
  }
  50% {
    border-color: rgba(245, 183, 0, 0.55);
    box-shadow: 0 0 0 5px rgba(245, 183, 0, 0.06);
  }
}
.ea-home-v35 .dlc-step-title {
  font-weight: 800;
  font-size: 15px;
  color: var(--ea-navy, #0D1144);
  margin-bottom: 4px;
}
.ea-home-v35 .dlc-step-sub {
  font-size: 13px;
  color: rgba(13, 17, 68, 0.62);
  max-width: 220px;
  margin: 0 auto;
  line-height: 1.4;
}

/* V3.6.1 — Hero card "Unique en France" :
   HTML réel = .dlc-card--hero > .ic-wrap + span.dlc-badge + <strong> + <span>
   On override .usp-card strong/span (couleurs sombres par défaut) pour assurer
   la lisibilité sur le fond navy. */
.ea-home-v35 .dlc-card--hero {
  grid-column: span 2;
  background: linear-gradient(135deg, #0D1144 0%, #1a1f5c 100%);
  color: #fff;
  border: 1px solid rgba(245, 183, 0, 0.35);
  box-shadow: 0 20px 50px -20px rgba(13, 17, 68, 0.45);
  position: relative;
  overflow: hidden;
}
.ea-home-v35 .dlc-card--hero::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -20%;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(245, 183, 0, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
/* Badge "Unique en France" — classe HTML réelle = .dlc-badge */
.ea-home-v35 .dlc-card--hero .dlc-badge,
.ea-home-v35 .dlc-card--hero .dlc-unique-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(245, 183, 0, 0.22);
  border: 1px solid rgba(245, 183, 0, 0.55);
  color: #FFD55E;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
  width: fit-content;
}
/* Titre "Vérification humaine avant envoi" = <strong> (fallback si h3 plus tard) */
.ea-home-v35 .dlc-card--hero strong,
.ea-home-v35 .dlc-card--hero h3 {
  color: #fff !important;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 8px;
  display: block;
}
/* Texte descriptif = <span> (fallback si p plus tard) */
.ea-home-v35 .dlc-card--hero > span:not(.dlc-badge):not(.dlc-unique-badge):not(.ic-wrap),
.ea-home-v35 .dlc-card--hero p {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 15px;
  line-height: 1.55;
  display: block;
}
/* Icône sur fond navy : utiliser un bg gold translucide pour qu'elle ressorte */
.ea-home-v35 .dlc-card--hero .ic-wrap {
  background: rgba(245, 183, 0, 0.16);
  border-color: rgba(245, 183, 0, 0.45);
  color: #FFD55E;
}
.ea-home-v35 .dlc-card--hero .ic-wrap svg { color: #FFD55E; }

/* V3.6.1 — emphase gold dans le h2 "Unique en France." */
.ea-home-v35 .dlc-alt-em {
  color: #F5B700;
  font-weight: 800;
  white-space: nowrap;
}
/* V3.6.1 — ic-pulse : halo gold très subtil (opacity max 0.3, scale 1.04, 4.5s) */
.ea-home-v35 .ic-wrap--pulse {
  position: relative;
}
.ea-home-v35 .ic-wrap--pulse::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1px solid rgba(245, 183, 0, 0.28);
  animation: ea-ic-pulse 4.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes ea-ic-pulse {
  0%, 100% { opacity: 0; transform: scale(0.98); }
  50%      { opacity: 0.3; transform: scale(1.04); }
}

@media (max-width: 860px) {
  .ea-home-v35 .dlc-process { grid-template-columns: 1fr; gap: 24px; }
  .ea-home-v35 .dlc-process::before,
  .ea-home-v35 .dlc-process::after { display: none; }
  .ea-home-v35 .dlc-card--hero { grid-column: span 1; }
}

/* --- 5. FAQ centres dropdown --- */
.ea-home-v35 .faq-contact-card {
  display: flex;
  gap: 16px;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(13, 17, 68, 0.10);
  border-radius: 16px;
  box-shadow: 0 4px 14px -8px rgba(13, 17, 68, 0.14);
  margin-bottom: 0;
}
.ea-home-v35 .faq-contact-ic {
  flex: 0 0 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(245, 183, 0, 0.18), rgba(245, 183, 0, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F5B700;
}
.ea-home-v35 .faq-contact-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.ea-home-v35 .faq-contact-copy strong {
  font-weight: 800;
  font-size: 15px;
  color: var(--ea-navy, #0D1144);
}
.ea-home-v35 .faq-contact-copy span {
  font-size: 13px;
  color: rgba(13, 17, 68, 0.62);
}
.ea-home-v35 .faq-contact-tel {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--ea-navy, #0D1144);
  text-decoration: none;
  margin-top: 4px;
  letter-spacing: 0.02em;
}
.ea-home-v35 .faq-contact-toggle {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(13, 17, 68, 0.04);
  border: 1px solid rgba(13, 17, 68, 0.10);
  border-radius: 10px;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--ea-navy, #0D1144);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  align-self: flex-start;
}
.ea-home-v35 .faq-contact-toggle:hover {
  background: rgba(13, 17, 68, 0.08);
  border-color: rgba(13, 17, 68, 0.18);
}
.ea-home-v35 .faq-contact-toggle .ic {
  width: 14px;
  height: 14px;
  transition: transform 0.25s ease;
}
.ea-home-v35 .faq-contact-toggle[aria-expanded="true"] .ic {
  transform: rotate(180deg);
}
.ea-home-v35 .faq-centres-list {
  list-style: none;
  margin: 8px 0 16px;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(13, 17, 68, 0.10);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 440px;
  overflow-y: auto;
}
.ea-home-v35 .faq-centres-list[hidden] { display: none; }
.ea-home-v35 .faq-centre-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  transition: background 0.15s ease;
}
.ea-home-v35 .faq-centre-row:hover {
  background: rgba(13, 17, 68, 0.03);
}
.ea-home-v35 .faq-centre-ville {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  color: var(--ea-navy, #0D1144);
  text-decoration: none;
}
.ea-home-v35 .faq-centre-ville .ic {
  width: 14px;
  height: 14px;
  color: #F5B700;
}
.ea-home-v35 .faq-centre-tel {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--ea-navy, #0D1144);
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(13, 17, 68, 0.04);
  transition: background 0.15s ease;
}
.ea-home-v35 .faq-centre-tel:hover {
  background: rgba(245, 183, 0, 0.14);
}
.ea-home-v35 .faq-centre-tel .ic {
  width: 12px;
  height: 12px;
  color: #F5B700;
}
.ea-home-v35 .faq-centre-tel--muted {
  color: rgba(13, 17, 68, 0.48);
  background: transparent;
  font-weight: 500;
  font-size: 12px;
}

/* --- 6. Blog CTA bar --- */
.ea-home-v35 .blog-cta {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.ea-home-v35 .blog-cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ea-home-v35 .blog-cta .btn .ic {
  width: 14px;
  height: 14px;
  transform: rotate(-90deg);
}
/* Blog cards as clickable links */
.ea-home-v35 a.blog-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.ea-home-v35 a.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px -16px rgba(13, 17, 68, 0.22);
  border-color: rgba(13, 17, 68, 0.2);
}
.ea-home-v35 a.blog-card h3 {
  transition: color 0.2s ease;
}
.ea-home-v35 a.blog-card:hover h3 {
  color: #0D1144;
}

/* --- 7. Map centers list — "Voir tous les centres" CTA --- */
.ea-home-v35 .map-centers-list__all {
  background: rgba(245, 183, 0, 0.14);
  border-color: rgba(245, 183, 0, 0.45);
  color: var(--ea-navy, #0D1144);
  font-weight: 700;
}
.ea-home-v35 .map-centers-list__all:hover {
  background: rgba(245, 183, 0, 0.28);
}
