﻿/* ============================================================
   URGENCE NUISIBLES IDF SERVICES — Design System Premium
   Version 3.0 — Doctolib × Stripe × Qonto
   ============================================================ */

/* Police chargée via <link rel="preload"> dans chaque HTML — plus d'@import bloquant */

/* ══════════════════════════════════════════════════════
   1. TOKENS CSS
══════════════════════════════════════════════════════ */
:root {
  /* Brand */
  --brand:       #082B63;
  --brand-dk:    #051A3E;
  --brand-mid:   #0D3A7A;
  --brand-light: #1A56DB;
  --brand-pale:  #EFF6FF;

  /* Urgence */
  --red:         #D61F26;
  --red-hover:   #B91C22;
  --red-dk:      #991B1B;
  --red-glow:    rgba(214,31,38,0.18);

  /* Surfaces */
  --bg:          #F7F9FC;
  --bg-2:        #EEF2F8;
  --surface:     #FFFFFF;

  /* Textes */
  --text:        #111827;
  --text-2:      #374151;
  --text-3:      #6B7280;
  --text-4:      #9CA3AF;

  /* Bordures */
  --border:      #E5E7EB;
  --border-2:    #D1D5DB;

  /* Succès */
  --green:       #059669;
  --green-pale:  #ECFDF5;

  /* Or */
  --gold:        #C8971A;

  /* Typographie */
  --font:        'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;

  /* Radii */
  --r-xs:  4px;
  --r-sm:  8px;
  --r:     12px;
  --r-lg:  16px;
  --r-xl:  24px;

  /* Ombres */
  --sh-xs: 0 1px 3px rgba(8,43,99,0.04);
  --sh-sm: 0 2px 8px rgba(8,43,99,0.06), 0 1px 3px rgba(8,43,99,0.04);
  --sh:    0 4px 16px rgba(8,43,99,0.08), 0 2px 6px rgba(8,43,99,0.04);
  --sh-lg: 0 8px 32px rgba(8,43,99,0.10), 0 4px 12px rgba(8,43,99,0.06);
  --sh-xl: 0 16px 64px rgba(8,43,99,0.12), 0 8px 24px rgba(8,43,99,0.06);

  /* Transitions */
  --tr:      0.18s cubic-bezier(0.4,0,0.2,1);
  --tr-fast: 0.12s ease;
  --tr-slow: 0.35s cubic-bezier(0.4,0,0.2,1);

  /* Layout */
  --max-w:     1240px;
  --max-w-lg:  1440px;
  --topbar-h:  44px;
  --header-h:  64px;
  --header-top: 108px; /* topbar + header */

  /* Anciens tokens conservés pour compatibilité avec pages secondaires */
  --navy:       #082B63;
  --navy-dk:    #051A3E;
  --navy-mid:   #0D3A7A;
  --navy-light: #1A56DB;
  --navy-glow:  rgba(8,43,99,0.30);
  --white:      #FFFFFF;
  --gray-1:     #E5E7EB;
  --gray-2:     #9CA3AF;
  --gray-3:     #6B7280;
  --gray-4:     #374151;
  --black:      #F7F9FC;
  --black-2:    #FFFFFF;
  --black-3:    #F7F9FC;
  --black-4:    #EEF2F8;
  --blocks:     #FFFFFF;
  --off-white:  #F7F9FC;
  --secondary:  #374151;
  --radius-sm:  4px;
  --radius:     12px;
  --radius-lg:  16px;
  --shadow-sm:  0 2px 8px rgba(8,43,99,0.06);
  --shadow:     0 4px 16px rgba(8,43,99,0.08);
  --shadow-xl:  0 16px 64px rgba(8,43,99,0.12);
  --shadow-red: 0 4px 24px rgba(214,31,38,0.20);
  --transition:      0.18s cubic-bezier(0.4,0,0.2,1);
  --transition-fast: 0.12s ease;
  --font-display:   'Plus Jakarta Sans', system-ui, sans-serif;
  --font-condensed: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body:      'Plus Jakarta Sans', system-ui, sans-serif;
  --gold-light: #E8B42A;
  --red-light:  #EF4444;
  --green-ok:   #059669;
  --whatsapp:   #25D366;
  --whatsapp-dk:#1EBC5B;
}

/* ══════════════════════════════════════════════════════
   2. RESET + BASE
══════════════════════════════════════════════════════ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-2); }
::-webkit-scrollbar-thumb { background: var(--brand); border-radius: 3px; }

/* ══════════════════════════════════════════════════════
   3. TYPOGRAPHIE
══════════════════════════════════════════════════════ */
h1, h2, h3, h4, h5 {
  font-family: var(--font);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text);
}
h1 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 800; }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 700; }
h4 { font-size: 1rem; font-weight: 700; }
p  { font-size: 1rem; line-height: 1.75; color: var(--text-3); }

.text-red    { color: var(--red); }
.text-brand  { color: var(--brand); }
.text-white  { color: #fff; }
.text-muted  { color: var(--text-3); }
.text-center { text-align: center; }
.text-upper  { text-transform: uppercase; letter-spacing: 0.1em; }
.text-bold   { font-weight: 700; }
.text-sm     { font-size: 0.875rem; }
.text-xs     { font-size: 0.78rem; }

/* ══════════════════════════════════════════════════════
   4. LAYOUT
══════════════════════════════════════════════════════ */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}
.container-wide {
  max-width: var(--max-w-lg);
  margin: 0 auto;
  padding: 0 24px;
}

.section    { padding: 80px 0; position: relative; overflow: hidden; }
.section-sm { padding: 56px 0; position: relative; overflow: hidden; }
.section-xs { padding: 32px 0; position: relative; }

.section-light { background: var(--surface); }
.section-bg    { background: var(--bg); }
.section-dark  {
  background: linear-gradient(160deg, var(--brand) 0%, var(--brand-mid) 60%, var(--brand-dk) 100%);
}

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.flex   { display: flex; }
.flex-center  { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.gap-8  { gap: 8px; }
.gap-12 { gap: 12px; }
.gap-16 { gap: 16px; }
.gap-24 { gap: 24px; }
.gap-32 { gap: 32px; }

/* Section headers */
.section-header { margin-bottom: 48px; }
.section-header.text-center .section-sub { margin: 0 auto; }

/* Section label (pill badge) */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brand);
  background: var(--brand-pale);
  border: 1px solid rgba(8,43,99,0.15);
  padding: 5px 13px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.section-label svg { width: 11px; height: 11px; }
.section-label--white {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.22);
  color: rgba(255,255,255,0.88);
}
.section-label--dot::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  flex-shrink: 0;
}

/* Section title */
.section-title {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--text);
  margin-bottom: 16px;
}
.section-title em {
  font-style: normal;
  color: var(--brand);
}
.section-title--white { color: #fff; }
.section-title--white em { color: #FF8080; }

/* Section subtitle */
.section-sub {
  font-size: 1rem;
  color: var(--text-3);
  line-height: 1.7;
  max-width: 580px;
}
.section-sub--white { color: rgba(255,255,255,0.65); }

/* Dividers */
.divider-brand {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--brand-light));
  border-radius: 2px;
  margin: 16px 0;
}
.divider-center { margin: 16px auto; }

/* ══════════════════════════════════════════════════════
   5. TOPBAR
══════════════════════════════════════════════════════ */
.topbar {
  background: var(--brand);
  height: var(--topbar-h);
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 100%;
}
.topbar-msg {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}
.topbar-ticker {
  flex: 1;
  overflow: hidden;
  min-width: 0;
  mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
}
.topbar-ticker-track {
  display: inline-flex;
  white-space: nowrap;
  animation: topbarScroll 26s linear infinite;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
}
@keyframes topbarScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .topbar-ticker-track { animation: none; }
}
.topbar-ticker-sep { display: inline-block; width: 3em; }
.tb-dot {
  width: 7px;
  height: 7px;
  background: #22D05C;
  border-radius: 50%;
  flex-shrink: 0;
  animation: tb-pulse 1.8s infinite;
}
@keyframes tb-pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%     { opacity: 0.5; transform: scale(1.4); }
}
.topbar-phone {
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  transition: color var(--tr-fast);
}
.topbar-phone:hover { color: rgba(255,255,255,0.82); }
.topbar-phone svg { flex-shrink: 0; }
.topbar-extra { display: none; }
@media (min-width: 640px) { .topbar-extra { display: inline; } }
.topbar-cta {
  background: var(--red);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: var(--r-sm);
  white-space: nowrap;
  flex-shrink: 0;
  transition: background var(--tr-fast);
  box-shadow: 0 2px 8px rgba(214,31,38,0.35);
}
.topbar-cta:hover { background: var(--red-hover); }
@media (max-width: 400px) {
  .topbar-phone { display: none; }
  .topbar-msg   { display: none; }
  .topbar-cta   { margin: 0 auto; font-size: 0.82rem; padding: 6px 18px; }
}

/* ══════════════════════════════════════════════════════
   6. HEADER + NAV
══════════════════════════════════════════════════════ */
.header {
  background: var(--brand);
  height: var(--header-h);
  display: flex;
  align-items: center;
  position: sticky;
  top: var(--topbar-h);
  z-index: 999;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  transition: box-shadow var(--tr), background var(--tr);
}
.header.scrolled {
  background: #071E4A;
  box-shadow: 0 4px 24px rgba(8,43,99,0.45);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}

/* Logo */
.logo, .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-img, .logo-img-hdr {
  height: 54px;
  width: auto;
  display: block;
  filter:
    drop-shadow(0 0 12px rgba(26,86,219,0.45))
    drop-shadow(0 4px 8px rgba(8,43,99,0.55));
  transition: filter 0.28s ease, transform 0.22s ease;
}
.logo:hover .logo-img,
.logo-link:hover .logo-img-hdr {
  filter:
    drop-shadow(0 0 20px rgba(26,86,219,0.70))
    drop-shadow(0 4px 12px rgba(8,43,99,0.65))
    brightness(1.08);
  transform: scale(1.06) translateY(-1px);
}
.logo-icon {
  width: 40px;
  height: 40px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(214,31,38,0.3);
  transition: box-shadow var(--tr), transform var(--tr-fast);
}
.logo:hover .logo-icon { box-shadow: 0 0 0 3px rgba(214,31,38,0.5); transform: scale(1.05); }
.logo-icon svg { display: block; }
.logo-text { line-height: 1.1; }
.logo-name {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.logo-sub {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  display: block;
}

/* Desktop Nav */
.nav {
  display: none;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: center;
}
@media (min-width: 1024px) { .nav { display: flex; } }
.nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255,255,255,0.78);
  padding: 8px 13px;
  border-radius: var(--r-sm);
  transition: color var(--tr), background var(--tr);
  white-space: nowrap;
  position: relative;
}
.nav-link:hover {
  color: #fff;
  background: rgba(255,255,255,0.10);
}
.nav-link.active { color: #fff; font-weight: 600; }
.nav-link.urgent { color: #FF8A8A; }
.nav-link.urgent:hover { color: #fff; background: rgba(214,31,38,0.18); }

/* Dropdown */
.nav-item { position: relative; }
.nav-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 200px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 6px;
  box-shadow: var(--sh-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: var(--tr);
  z-index: 200;
}
.nav-item:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown a {
  display: block;
  font-size: 0.875rem;
  color: var(--text-2);
  padding: 9px 14px;
  border-radius: var(--r-sm);
  transition: background var(--tr-fast), color var(--tr-fast);
}
.nav-dropdown a:hover { color: var(--brand); background: var(--brand-pale); }

/* Header CTA */
.hdr-cta, .header-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.hdr-phone, .header-phone {
  display: none;
  align-items: center;
  gap: 7px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  padding: 8px 13px;
  border-radius: var(--r-sm);
  border: 1.5px solid rgba(255,255,255,0.25);
  transition: all var(--tr);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .hdr-phone, .header-phone { display: flex; }
}
.hdr-phone:hover, .header-phone:hover {
  border-color: rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.08);
}
.hdr-phone svg, .header-phone svg { width: 14px; height: 14px; }
.header-phone span { color: var(--red); }

.btn-hdr {
  background: var(--red);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: var(--r-sm);
  transition: all var(--tr);
  white-space: nowrap;
}
.btn-hdr:hover { background: var(--red-hover); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(214,31,38,0.40); }

/* Burger */
.burger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
}
@media (min-width: 1024px) { .burger { display: none; } }
.burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.28s ease;
}
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ══════════════════════════════════════════════════════
   7. MOBILE NAV
══════════════════════════════════════════════════════ */
.mobile-nav {
  position: fixed;
  top: var(--header-top);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background: var(--brand);
  padding: 20px 24px 40px;
  transform: translateX(100%);
  transition: transform var(--tr-slow);
  display: flex;
  flex-direction: column;
  gap: 3px;
  overflow-y: auto;
}
.mobile-nav.open { transform: translateX(0); }
.mnav-link, .mobile-nav-link {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255,255,255,0.80);
  padding: 14px 16px;
  border-radius: var(--r);
  display: block;
  transition: background var(--tr), color var(--tr);
}
.mnav-link:hover, .mobile-nav-link:hover {
  background: rgba(255,255,255,0.10);
  color: #fff;
}
.mnav-sep { height: 1px; background: rgba(255,255,255,0.10); margin: 8px 0; }
.mnav-phone, .mobile-nav-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.20);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  padding: 16px;
  border-radius: var(--r);
  margin-top: 16px;
  transition: background var(--tr);
}
.mnav-phone:hover, .mobile-nav-phone:hover { background: rgba(255,255,255,0.16); }
.mobile-nav-link.urgent { color: #FF8A8A; }

/* ══════════════════════════════════════════════════════
   8. HERO VARIANTS
══════════════════════════════════════════════════════ */

/* Hero dark — homepage/accueil */
.hero {
  padding: 72px 0 80px;
  background: linear-gradient(160deg, var(--brand) 0%, var(--brand-mid) 50%, var(--brand-dk) 100%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(214,31,38,0.15) 0%, transparent 65%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(26,86,219,0.20) 0%, transparent 70%);
  pointer-events: none;
}

/* Hero grid */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  position: relative;
  z-index: 1;
  align-items: start;
}
@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 64px;
  }
}

/* Hero left content */
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.90);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 24px;
}
.eyebrow-dot {
  width: 7px;
  height: 7px;
  background: #22D05C;
  border-radius: 50%;
  animation: tb-pulse 1.8s infinite;
}
.hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 20px;
  animation: fadeInUp 0.6s ease 0.1s both;
}
.hero h1 span,
.hero h1 em { color: #FF8A8A; font-style: normal; }
.hero-sub {
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  color: rgba(255,255,255,0.70);
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 500px;
  animation: fadeInUp 0.6s ease 0.2s both;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
  animation: fadeInUp 0.6s ease 0.3s both;
}
.hero-badge-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.78);
  font-weight: 500;
}
.hbi-check {
  width: 18px;
  height: 18px;
  background: rgba(34,208,92,0.22);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hbi-check svg { width: 10px; height: 10px; color: #22D05C; }
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
  animation: fadeInUp 0.6s ease 0.4s both;
}

/* Hero trust */
.hero-trust {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
  animation: fadeInUp 0.6s ease 0.5s both;
}
.trust-item { display: flex; align-items: center; gap: 8px; }
.trust-val { font-size: 1.2rem; font-weight: 800; color: #fff; }
.trust-lbl { font-size: 0.75rem; color: rgba(255,255,255,0.55); line-height: 1.3; }
.trust-sep { width: 1px; height: 32px; background: rgba(255,255,255,0.15); }
.stat-stars { color: #F59E0B; }

/* Hero right — diagnostic widget */
.diag-widget {
  background: var(--surface);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-xl), 0 0 0 1px rgba(255,255,255,0.08);
  overflow: hidden;
  animation: fadeInUp 0.7s ease 0.2s both;
}
.dw-header {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dw-title { font-size: 0.9rem; font-weight: 700; color: var(--text); }
.dw-subtitle { font-size: 0.74rem; color: var(--text-3); margin-top: 2px; }
.dw-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(5,150,105,0.10);
  border: 1px solid rgba(5,150,105,0.25);
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 100px;
}
.dw-dot { width: 6px; height: 6px; background: var(--green); border-radius: 50%; animation: tb-pulse 1.8s infinite; }
.dw-body { padding: 22px; }
.dw-q { font-size: 0.85rem; font-weight: 600; color: var(--text-2); margin-bottom: 14px; }
.pest-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}
/* Sur 9 items avec bouton pleine largeur, 4 colonnes garde une belle grille 4+4+1 */
.pest-btn {
  background: var(--bg);
  border: 2px solid var(--border);
  border-radius: var(--r);
  padding: 12px 6px;
  text-align: center;
  cursor: pointer;
  transition: all var(--tr);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.pest-btn:hover { border-color: var(--red); background: rgba(214,31,38,0.04); transform: translateY(-2px); }
.pest-btn.sel  { border-color: var(--red); background: rgba(214,31,38,0.06); box-shadow: 0 0 0 3px rgba(214,31,38,0.12); }
.pest-icon { font-size: 1.4rem; line-height: 1; display: flex; align-items: center; justify-content: center; }
.pest-icon svg { display: block; }
.pest-lbl  { font-size: 0.65rem; font-weight: 600; color: var(--text-2); line-height: 1.2; }
.pest-btn.sel .pest-lbl { color: var(--red); }
.dw-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 14px 20px;
  border-radius: var(--r);
  width: 100%;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(214,31,38,0.30);
  transition: all var(--tr);
}
.dw-cta:hover { background: var(--red-hover); transform: translateY(-1px); box-shadow: 0 8px 28px rgba(214,31,38,0.40); }
.dw-cta-arrow { transition: transform 0.2s; }
.dw-cta:hover .dw-cta-arrow { transform: translateX(4px); }
.dw-footer {
  padding: 14px 22px;
  background: var(--bg);
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.dw-footer-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  color: var(--text-3);
}
.dw-footer-item svg { width: 12px; height: 12px; color: var(--green); }

/* Hero light — pages de contenu */
.hero-light {
  padding: 56px 0 64px;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.hero-light h1 { color: var(--text); }
.hero-light p  { color: var(--text-3); }

/* ══════════════════════════════════════════════════════
   9. PAGE HERO (pages internes : tarifs, zones, services…)
══════════════════════════════════════════════════════ */
.page-hero {
  background: linear-gradient(160deg, var(--brand) 0%, var(--brand-mid) 55%, var(--brand-dk) 100%);
  padding: 72px 0 60px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 100% at 80% 50%, rgba(214,31,38,0.10), transparent);
}
.page-hero-content { position: relative; z-index: 1; }
.page-hero h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.page-hero p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.70);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 32px;
}
.page-hero p.muted { color: rgba(255,255,255,0.55); }

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.50);
  margin-bottom: 20px;
}
.breadcrumb a { color: rgba(255,255,255,0.50); transition: color var(--tr-fast); }
.breadcrumb a:hover { color: rgba(255,255,255,0.85); }
.breadcrumb span { color: rgba(255,255,255,0.75); }
.breadcrumb-sep { color: rgba(255,255,255,0.30); }

/* ══════════════════════════════════════════════════════
   10. BOUTONS SYSTÈME
══════════════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font);
  font-size: 0.92rem;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: var(--r);
  transition: all var(--tr);
  white-space: nowrap;
  cursor: pointer;
  border: none;
  text-align: center;
}

/* Primary — Rouge, action principale */
.btn-primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 4px 20px rgba(214,31,38,0.32);
}
.btn-primary:hover {
  background: var(--red-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(214,31,38,0.42);
}

/* Emergency — Avec pulse, urgence maximale */
.btn-emergency {
  background: var(--red);
  color: #fff;
  border-radius: var(--r-sm);
  box-shadow: 0 4px 18px rgba(214,31,38,0.40);
  animation: pulse-btn 2.8s ease infinite;
  font-weight: 700;
}
.btn-emergency:hover {
  background: var(--red-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 40px rgba(214,31,38,0.50);
  animation: none;
}
@keyframes pulse-btn {
  0%,100% { box-shadow: 0 4px 18px rgba(214,31,38,0.40), 0 0 0 0 rgba(214,31,38,0.35); }
  55%     { box-shadow: 0 4px 18px rgba(214,31,38,0.40), 0 0 0 14px rgba(214,31,38,0); }
}

/* Secondary (ghost blanc sur fond dark) */
.btn-secondary {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.25);
}
.btn-secondary:hover {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.50);
  transform: translateY(-1px);
}

/* Outline — Sur fond clair */
.btn-outline {
  background: transparent;
  color: var(--brand);
  border: 1.5px solid var(--border-2);
}
.btn-outline:hover {
  border-color: var(--brand);
  background: var(--brand-pale);
}

/* Ghost blanc — Sur fond navy */
.btn-white {
  background: #fff;
  color: var(--red);
  font-weight: 800;
  box-shadow: 0 4px 20px rgba(0,0,0,0.16);
}
.btn-white:hover {
  background: rgba(255,255,255,0.93);
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(0,0,0,0.24);
}

/* Brand blue */
.btn-brand {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 4px 16px rgba(8,43,99,0.30);
}
.btn-brand:hover {
  background: var(--brand-mid);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(8,43,99,0.40);
}

/* Tailles */
.btn-sm { padding: 9px 18px; font-size: 0.82rem; }
.btn-lg { padding: 16px 36px; font-size: 1rem; }
.btn-xl { padding: 18px 44px; font-size: 1.05rem; }
.btn-full { width: 100%; justify-content: center; }

/* CTA section overrides (fond navy ou rouge) */
.cta-section .btn-primary,
.cta-section .btn-emergency,
.cta-final .btn-primary {
  background: #fff;
  color: var(--red);
  animation: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.18);
  font-weight: 800;
}
.cta-section .btn-primary:hover,
.cta-section .btn-emergency:hover,
.cta-final .btn-primary:hover {
  background: rgba(255,255,255,0.93);
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(0,0,0,0.26);
}

/* ── Phone link ── */
.phone-link {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--tr);
}
.phone-link:hover { color: var(--red-hover); }
.phone-link .phone-icon {
  width: 34px;
  height: 34px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  animation: ring 3s infinite;
}
@keyframes ring {
  0%,88%,100% { transform: rotate(0deg); }
  90%  { transform: rotate(15deg); }
  92%  { transform: rotate(-15deg); }
  94%  { transform: rotate(10deg); }
  96%  { transform: rotate(-5deg); }
}

/* CTA helpers (index.html classes) */
.cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: var(--r);
  box-shadow: 0 4px 24px rgba(214,31,38,0.38);
  transition: all var(--tr);
}
.cta-primary:hover { background: var(--red-hover); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(214,31,38,0.46); }
.cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255,255,255,0.10);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 14px 22px;
  border-radius: var(--r);
  border: 1.5px solid rgba(255,255,255,0.25);
  transition: all var(--tr);
}
.cta-secondary:hover { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.50); }

/* CTA final buttons */
.cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 36px;
  border-radius: var(--r);
  box-shadow: 0 4px 24px rgba(214,31,38,0.45);
  transition: all var(--tr);
}
.cta-btn-primary:hover { background: var(--red-hover); transform: translateY(-2px); }
.cta-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 32px;
  border-radius: var(--r);
  border: 1.5px solid rgba(255,255,255,0.30);
  transition: all var(--tr);
}
.cta-btn-outline:hover { background: rgba(255,255,255,0.15); }

/* ══════════════════════════════════════════════════════
   11. STATS BAR
══════════════════════════════════════════════════════ */
.stats-bar {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 24px 0;
}
.stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.stat-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 32px;
  position: relative;
}
.stat-block:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background: var(--border);
}
.stat-num {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--brand);
  letter-spacing: -0.04em;
  line-height: 1;
}
.stat-num span { color: var(--red); }
.stat-lbl { font-size: 0.75rem; color: var(--text-3); margin-top: 4px; font-weight: 500; }
.stat-stars { color: #F59E0B; font-size: 0.85rem; letter-spacing: 1px; margin-bottom: 2px; }
@media (max-width: 640px) {
  .stat-block { padding: 10px 18px; }
  .stat-num   { font-size: 1.4rem; }
}

/* ══════════════════════════════════════════════════════
   12. CARDS
══════════════════════════════════════════════════════ */

/* Card de base */
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  transition: all var(--tr);
}
.card:hover { transform: translateY(-3px); box-shadow: var(--sh); }

/* Card hover premium (barre top) */
.card-hover {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  transition: all var(--tr);
  position: relative;
  overflow: hidden;
}
.card-hover::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: transparent;
  transition: background var(--tr);
}
.card-hover:hover {
  border-color: var(--brand);
  transform: translateY(-3px);
  box-shadow: var(--sh);
}
.card-hover:hover::before {
  background: linear-gradient(90deg, var(--brand), var(--brand-light));
}

/* Card featured */
.card-featured {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-mid) 100%);
  border: none;
  border-radius: var(--r-lg);
  padding: 28px 24px;
}

/* Trust cards */
.trust-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  transition: all var(--tr);
  position: relative;
  overflow: hidden;
}
.trust-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: transparent;
  transition: background var(--tr);
}
.trust-card:hover {
  border-color: var(--brand);
  transform: translateY(-3px);
  box-shadow: var(--sh);
}
.trust-card:hover::before {
  background: linear-gradient(90deg, var(--brand), var(--brand-light));
}
.tc-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--r);
  background: var(--brand-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.tc-icon svg { width: 24px; height: 24px; color: var(--brand); }
.tc-title { font-size: 0.95rem; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.tc-desc  { font-size: 0.82rem; color: var(--text-3); line-height: 1.65; }

/* Service cards */
.svc-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  transition: all var(--tr);
  display: block;
  position: relative;
  overflow: hidden;
}
.svc-card:hover {
  border-color: var(--red);
  transform: translateY(-3px);
  box-shadow: var(--sh);
}
.svc-card:hover .svc-arrow { color: var(--red); transform: translateX(4px); }
.svc-emoji { font-size: 2rem; margin-bottom: 14px; display: flex; align-items: center; line-height: 1; }
.svc-emoji svg { display: block; }
.svc-title { font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.svc-desc  { font-size: 0.82rem; color: var(--text-3); line-height: 1.6; margin-bottom: 16px; }
.svc-price {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand);
  background: var(--brand-pale);
  padding: 4px 10px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 12px;
}
.svc-arrow {
  font-size: 0.8rem;
  color: var(--text-4);
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all var(--tr);
}

/* Avis section */
.avis-section { background: var(--surface); }

/* ── Bandeau avis — étiquettes défilantes ── */
.avis-ribbon-wrap {
  overflow: hidden;
  margin: 0 -24px;
  padding: 4px 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
.rv-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  width: max-content;
  padding: 5px 0;
  will-change: transform;
}
.rv-track + .rv-track { margin-top: 10px; }
.rv-track:hover { animation-play-state: paused; }
.rv-ltr { animation: rvScrollL 55s linear infinite; }
.rv-rtl { animation: rvScrollR 45s linear infinite; }
@keyframes rvScrollL {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes rvScrollR {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
  .rv-ltr, .rv-rtl { animation: none; }
  .avis-ribbon-wrap { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .rv-track { width: auto; flex-wrap: wrap; }
}

/* Avis cards défilantes */
.rv-card {
  flex-shrink: 0;
  width: 260px;
  background: var(--surface);
  border: 1px solid rgba(8,43,99,0.09);
  border-radius: var(--r-lg);
  padding: 18px 20px 16px;
  box-shadow: 0 2px 10px rgba(8,43,99,0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: box-shadow var(--tr), transform var(--tr-fast);
  cursor: default;
}
.rv-card:hover { box-shadow: 0 6px 22px rgba(8,43,99,0.13); transform: translateY(-3px); }
.rv-stars { color: #F59E0B; font-size: 0.78rem; letter-spacing: 1px; }
.rv-quote {
  font-size: 0.81rem;
  color: var(--text-2);
  font-style: italic;
  line-height: 1.55;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.rv-foot {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 4px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.rv-av {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.72rem;
  flex-shrink: 0;
}
.rv-info { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.rv-name { font-size: 0.78rem; font-weight: 700; color: var(--brand); line-height: 1.2; }
.rv-meta { font-size: 0.69rem; color: var(--text-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* Legacy grid kept for potential reuse */
.avis-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 640px)  { .avis-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .avis-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1280px) { .avis-grid { grid-template-columns: repeat(4, 1fr); } }

/* Avis cards */
.avis-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  transition: all var(--tr);
}
.avis-card:hover { border-color: var(--border-2); transform: translateY(-2px); box-shadow: var(--sh-sm); }
.avis-stars { color: #F59E0B; font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 14px; }
.avis-text  { font-size: 0.88rem; color: var(--text-2); line-height: 1.75; margin-bottom: 20px; font-style: italic; }
.avis-author { display: flex; align-items: center; gap: 12px; }
.avis-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--brand-pale);
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--brand);
  flex-shrink: 0;
}
.avis-name     { font-size: 0.88rem; font-weight: 700; color: var(--text); }
.avis-city     { font-size: 0.75rem; color: var(--text-3); }
.avis-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(5,150,105,0.08);
  border: 1px solid rgba(5,150,105,0.20);
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 100px;
  margin-top: 4px;
}
.avis-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 20px 32px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.avis-sum-stars { color: #F59E0B; font-size: 1.2rem; letter-spacing: 2px; }
.avis-sum-text  { font-weight: 700; color: var(--text); font-size: 0.95rem; }
.avis-sum-sub   { font-size: 0.78rem; color: var(--text-3); }

/* Pricing cards */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pricing-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 36px 28px;
  position: relative;
  transition: all var(--tr);
  overflow: hidden;
}
.pricing-card.featured { border-color: var(--red); border-width: 2px; }
.pricing-card.featured::before {
  content: 'LE PLUS CHOISI';
  position: absolute;
  top: 0; right: 0;
  background: var(--red);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 6px 16px;
  border-bottom-left-radius: var(--r);
}
.pricing-card:hover { transform: translateY(-4px); box-shadow: var(--sh); }
.pricing-icon { font-size: 2.5rem; margin-bottom: 20px; }
.pricing-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.pricing-card .sub { font-size: 0.85rem; color: var(--text-3); margin-bottom: 20px; }
.price {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 4px;
  letter-spacing: -0.04em;
}
.price span { font-size: 1rem; color: var(--text-3); font-weight: 400; }
.pricing-features { margin: 24px 0; }
.pricing-feat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--text-2);
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}
.pricing-feat:last-child { border: none; }
.pricing-feat::before { content: '✓'; color: var(--green); font-weight: 800; font-size: 0.8rem; flex-shrink: 0; }

/* ══════════════════════════════════════════════════════
   13. STEPS / TIMELINE
══════════════════════════════════════════════════════ */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
}
@media (min-width: 768px) { .steps-grid { grid-template-columns: repeat(4, 1fr); } }
.step-card {
  padding: 36px 28px;
  background: var(--surface);
  position: relative;
  transition: background var(--tr);
}
.step-card:hover { background: var(--brand-pale); }
.step-card:not(:last-child) { border-right: 1px solid var(--border); }
@media (max-width: 767px) {
  .step-card:nth-child(2n) { border-right: none; }
  .step-card:nth-child(1), .step-card:nth-child(2) { border-bottom: 1px solid var(--border); }
}
.step-num {
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--red);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.step-num-circle {
  width: 26px;
  height: 26px;
  background: rgba(214,31,38,0.10);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}
.step-icon  { font-size: 2rem; margin-bottom: 14px; }
.step-title { font-size: 1.05rem; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.step-desc  { font-size: 0.84rem; color: var(--text-3); line-height: 1.65; }
.step-connector {
  position: absolute;
  top: 46px;
  right: -12px;
  z-index: 1;
  width: 24px;
  height: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) { .step-card:not(:last-child) .step-connector { display: flex; } }
.step-connector svg { width: 12px; height: 12px; color: var(--text-3); }

/* Journey timeline (section navy) */
.journey-section { background: var(--brand); padding: 80px 0; }
.journey-track {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-top: 56px;
  position: relative;
}
.journey-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 12px;
}
.journey-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(50% + 28px);
  right: calc(-50% + 28px);
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0.30), rgba(255,255,255,0.08));
}
@media (max-width: 767px) {
  .journey-track { flex-direction: column; gap: 28px; }
  .journey-step:not(:last-child)::after { display: none; }
}
.journey-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  transition: all 0.3s;
}
.journey-step:hover .journey-num { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.50); }
.journey-step-title { font-size: 0.9rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.journey-step-desc  { font-size: 0.78rem; color: rgba(255,255,255,0.50); line-height: 1.6; max-width: 130px; margin: 0 auto; }
.journey-step-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(34,208,92,0.15);
  border: 1px solid rgba(34,208,92,0.30);
  color: #22D05C;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 100px;
  margin-top: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.journey-step-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.journey-label { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.22); color: rgba(255,255,255,0.85); }
.journey-title { color: #fff; }
.journey-title em { color: #FF8A8A; font-style: normal; }
.journey-sub { color: rgba(255,255,255,0.60); }

/* ══════════════════════════════════════════════════════
   14. SECTIONS SPÉCIFIQUES
══════════════════════════════════════════════════════ */

/* Stats/trust bar sections */
.trust-section { background: var(--bg); }
.trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px)  { .trust-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .trust-grid { grid-template-columns: repeat(4, 1fr); } }

/* Services */
.services-section { background: var(--surface); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }

/* Inclus */
.inclus-section { background: var(--bg); }
.inclus-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 1024px) { .inclus-grid { grid-template-columns: 1fr 1fr; } }
.inclus-list { display: flex; flex-direction: column; gap: 16px; }
.inclus-item { display: flex; align-items: flex-start; gap: 14px; }
.inclus-chk {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(5,150,105,0.10);
  border: 1px solid rgba(5,150,105,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.inclus-chk svg { width: 14px; height: 14px; color: var(--green); }
.inclus-text strong { font-size: 0.9rem; color: var(--text); display: block; margin-bottom: 3px; font-weight: 700; }
.inclus-text span   { font-size: 0.8rem; color: var(--text-3); line-height: 1.5; }

/* Price card (CTA dans section inclus) */
.price-card {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-mid) 100%);
  border-radius: var(--r-xl);
  padding: 44px 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.price-card::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(214,31,38,0.30) 0%, transparent 70%);
  pointer-events: none;
}
.price-card-inner { position: relative; z-index: 1; }
.price-lbl   { font-size: 0.75rem; color: rgba(255,255,255,0.60); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 12px; }
.price-from  { font-size: 4rem; font-weight: 800; color: #fff; letter-spacing: -0.06em; line-height: 1; margin-bottom: 4px; }
.price-from sup { font-size: 1.5rem; vertical-align: super; }
.price-note  { font-size: 0.8rem; color: rgba(255,255,255,0.55); margin: 10px 0 32px; line-height: 1.5; }
.pc-cta {
  display: block;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 20px;
  border-radius: var(--r);
  margin-bottom: 12px;
  box-shadow: 0 4px 20px rgba(214,31,38,0.40);
  transition: all var(--tr);
}
.pc-cta:hover { background: var(--red-hover); transform: translateY(-1px); }
.pc-phone {
  display: block;
  background: rgba(255,255,255,0.10);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 12px 20px;
  border-radius: var(--r);
  border: 1.5px solid rgba(255,255,255,0.20);
  transition: all var(--tr);
}
.pc-phone:hover { background: rgba(255,255,255,0.16); }
.pc-note { font-size: 0.72rem; color: rgba(255,255,255,0.40); margin-top: 16px; }

/* Promise section */
.promise-section { background: var(--surface); }
.promise-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px)  { .promise-grid { grid-template-columns: repeat(2, 1fr); } }
.promise-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: all var(--tr);
}
.promise-card:hover { border-color: var(--brand); box-shadow: var(--sh-sm); transform: translateY(-2px); }
.promise-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--r);
  background: linear-gradient(135deg, var(--brand), var(--brand-mid));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.promise-icon svg { width: 22px; height: 22px; color: #fff; }
.promise-title { font-size: 0.95rem; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.promise-desc  { font-size: 0.82rem; color: var(--text-3); line-height: 1.65; }

/* ══════════════════════════════════════════════════════
   15. FAQ
══════════════════════════════════════════════════════ */
.faq-section { background: var(--bg); }
.faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all var(--tr);
}
.faq-item:hover { border-color: var(--border-2); }
.faq-item.open  { border-color: var(--brand); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  font-family: var(--font);
}
.faq-q-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--bg);
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--tr);
}
.faq-q-icon svg { width: 14px; height: 14px; color: var(--text-3); transition: transform 0.3s; }
.faq-item.open .faq-q-icon { background: var(--brand); border-color: var(--brand); }
.faq-item.open .faq-q-icon svg { color: #fff; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a-inner { padding: 0 24px 20px; font-size: 0.88rem; color: var(--text-2); line-height: 1.75; }
.faq-a-inner p { margin: 0; }
.faq-a-inner strong { color: var(--text); }
/* Compat ancien style dark */
.faq-toggle {
  width: 30px;
  height: 30px;
  background: rgba(8,43,99,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: var(--tr);
}
.faq-item.open .faq-toggle { transform: rotate(45deg); background: var(--brand); color: #fff; }

/* ══════════════════════════════════════════════════════
   16. ZONES
══════════════════════════════════════════════════════ */
.zones-section { background: var(--surface); }
.zones-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 640px)  { .zones-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .zones-grid { grid-template-columns: repeat(6, 1fr); } }
.zone-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 22px 16px;
  text-align: center;
  transition: all var(--tr);
}
.zone-card:hover { border-color: var(--brand); background: var(--brand-pale); transform: translateY(-2px); }
.zone-dept  { font-size: 1.6rem; font-weight: 800; color: var(--brand); letter-spacing: -0.04em; margin-bottom: 4px; }
.zone-name  { font-size: 0.8rem; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.zone-cities { font-size: 0.7rem; color: var(--text-3); line-height: 1.6; }
/* Compat ancien style dark */
.zone-item {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  padding: 10px 14px;
  font-size: 0.85rem;
  color: var(--text-2);
  transition: var(--tr-fast);
  display: flex;
  align-items: center;
  gap: 6px;
}
.zone-item:hover { background: var(--brand-pale); border-color: var(--brand); color: var(--brand); }

/* ══════════════════════════════════════════════════════
   17. CTA SECTIONS
══════════════════════════════════════════════════════ */
.cta-section {
  background: var(--red);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.15), transparent, rgba(0,0,0,0.10));
}
.cta-section::after {
  content: '';
  position: absolute;
  top: -50%; right: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255,255,255,0.06), transparent 70%);
  border-radius: 50%;
}
.cta-section h2 { color: #fff; position: relative; z-index: 1; }
.cta-section p  { color: rgba(255,255,255,0.85); position: relative; z-index: 1; max-width: 500px; margin: 16px auto 36px; }

/* CTA Final (navy gradient) */
.cta-final {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-mid) 60%, #0A2558 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.cta-final::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 350px;
  background: radial-gradient(ellipse, rgba(214,31,38,0.20) 0%, transparent 70%);
  pointer-events: none;
}
.cta-inner { position: relative; z-index: 1; text-align: center; }
.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.20);
  color: rgba(255,255,255,0.85);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
}
.cta-final h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  line-height: 1.15;
}
.cta-final h2 em { color: #FF8A8A; font-style: normal; }
.cta-final > .container > .cta-inner > p {
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  margin-bottom: 36px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.cta-btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.cta-note  { font-size: 0.75rem; color: rgba(255,255,255,0.35); margin-top: 20px; }

/* ══════════════════════════════════════════════════════
   18. URGENCY BAND
══════════════════════════════════════════════════════ */
.urgency-band {
  background: var(--red);
  padding: 14px 0;
  overflow: hidden;
}
.urgency-scroll {
  display: flex;
  align-items: center;
  gap: 48px;
  animation: scroll-left 30s linear infinite;
  white-space: nowrap;
}
.urgency-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  flex-shrink: 0;
}
.urgency-dot {
  width: 5px; height: 5px;
  background: rgba(255,255,255,0.50);
  border-radius: 50%;
}
@keyframes scroll-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .urgency-scroll { animation: none; }
}

/* ══════════════════════════════════════════════════════
   19. FOOTER
══════════════════════════════════════════════════════ */
.footer {
  background: var(--brand);
  border-top: 1px solid rgba(255,255,255,0.10);
  padding: 60px 0 0;
}
.footer-grid, .footer-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .footer-grid, .footer-main { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
}
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-logo-img { height: 40px; width: auto; }
.footer-brand .logo-name { font-size: 1.05rem; }
.footer-desc {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.50);
  line-height: 1.7;
  max-width: 260px;
  margin-bottom: 0;
}
.footer-title, .footer-col h4 {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.40);
  font-weight: 700;
  margin-bottom: 16px;
}
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  font-size: 0.84rem;
  color: rgba(255,255,255,0.55);
  transition: color var(--tr-fast), padding-left var(--tr-fast);
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-links a:hover { color: #fff; }
.footer-links a::before { content: '→'; opacity: 0; transition: opacity var(--tr-fast); flex-shrink: 0; font-size: 0.75rem; }
.footer-links a:hover::before { opacity: 1; }
.footer-phone {
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  display: block;
  margin-bottom: 6px;
  transition: color var(--tr-fast);
}
.footer-phone:hover { color: rgba(255,255,255,0.80); }
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 10px;
}
.footer-contact-item .ic {
  width: 30px; height: 30px;
  background: rgba(214,31,38,0.15);
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.10);
  padding: 20px 0;
}
.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.55); }
.footer-legal { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-legal a {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.55);
  transition: color var(--tr-fast);
}
.footer-legal a:hover { color: rgba(255,255,255,0.70); }
.footer-certif {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(5,150,105,0.12);
  border: 1px solid rgba(5,150,105,0.25);
  border-radius: var(--r-sm);
  padding: 6px 12px;
}
.certif-dot  { width: 7px; height: 7px; background: #22D05C; border-radius: 50%; }
.certif-text { font-size: 0.7rem; color: #22D05C; font-weight: 700; }

/* ══════════════════════════════════════════════════════
   20. FLOATING ELEMENTS
══════════════════════════════════════════════════════ */
/* Ancien float-phone — conservé pour compatibilité pages secondaires */
.float-phone {
  position: fixed;
  bottom: 86px;
  right: 16px;
  z-index: 900;
  width: 52px;
  height: 52px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(214,31,38,0.45);
  animation: flt-pulse 2.5s infinite;
  transition: transform var(--tr), background var(--tr);
}
.float-phone:hover { transform: scale(1.08); background: var(--red-hover); }
@media (min-width: 1024px) { .float-phone { display: none; } }

/* ── WhatsApp floating button (desktop uniquement) ── */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 1001;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 28px rgba(37,211,102,0.50);
  animation: flt-pulse-wa 2.8s ease infinite;
  transition: transform var(--tr), background var(--tr);
  text-decoration: none;
}
.whatsapp-float:hover { transform: scale(1.10); background: #1EBC5B; animation: none; box-shadow: 0 8px 40px rgba(37,211,102,0.65); }
.whatsapp-float svg   { width: 28px; height: 28px; display: block; }
@keyframes flt-pulse-wa {
  0%,100% { box-shadow: 0 4px 28px rgba(37,211,102,0.45), 0 0 0 0 rgba(37,211,102,0.30); }
  55%     { box-shadow: 0 4px 40px rgba(37,211,102,0.60), 0 0 0 14px rgba(37,211,102,0); }
}
@media (max-width: 1023px) { .whatsapp-float { display: none; } }

/* ── Mobile sticky CTA bar (homepage) ── */
.mobile-cta-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 950;
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 10px 12px;
  gap: 8px;
  box-shadow: 0 -4px 24px rgba(8,43,99,0.12);
  padding-bottom: max(10px, env(safe-area-inset-bottom));
}
.mcta-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  padding: 13px 12px;
  background: var(--brand-pale);
  color: var(--brand);
  border: 1.5px solid rgba(8,43,99,0.20);
  border-radius: var(--r);
  font-size: 0.83rem;
  font-weight: 700;
  transition: all var(--tr);
  white-space: nowrap;
}
.mcta-call:hover { background: rgba(8,43,99,0.12); }
/* WhatsApp button in mobile CTA bar */
.mcta-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 0 0 auto;
  padding: 13px 10px;
  background: #25D366;
  color: #fff;
  border-radius: var(--r);
  font-size: 0.78rem;
  font-weight: 800;
  transition: all var(--tr);
  white-space: nowrap;
  min-width: 44px;
}
.mcta-whatsapp svg  { width: 18px; height: 18px; flex-shrink: 0; }
.mcta-whatsapp:hover { background: #1EBC5B; }
.mcta-whatsapp-txt { display: none; }
@media (min-width: 380px) { .mcta-whatsapp-txt { display: inline; } }
.mcta-diag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 1;
  padding: 13px 12px;
  background: var(--red);
  color: #fff;
  border-radius: var(--r);
  font-size: 0.88rem;
  font-weight: 800;
  transition: all var(--tr);
  white-space: nowrap;
}
.mcta-diag:hover { background: var(--red-hover); }
@keyframes flt-pulse {
  0%,100% { box-shadow: 0 4px 24px rgba(214,31,38,0.40), 0 0 0 0 rgba(214,31,38,0.30); }
  50%     { box-shadow: 0 4px 40px rgba(214,31,38,0.60), 0 0 0 12px rgba(214,31,38,0); }
}

/* Float emergency (pill) */
.float-emergency { position: fixed; bottom: 32px; right: 32px; z-index: 1000; }
.float-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--red);
  color: #fff;
  border-radius: 50px;
  padding: 14px 24px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 32px rgba(214,31,38,0.50);
  animation: float-pulse 2s infinite;
  text-decoration: none;
  transition: var(--tr);
}
.float-btn:hover { transform: scale(1.05); background: var(--red-hover); }
.float-btn .phone-ring { font-size: 1.2rem; animation: ring 2.5s infinite; }
@keyframes float-pulse {
  0%,100% { box-shadow: 0 8px 32px rgba(214,31,38,0.50), 0 0 0 0 rgba(214,31,38,0.35); }
  50%     { box-shadow: 0 8px 32px rgba(214,31,38,0.50), 0 0 0 16px rgba(214,31,38,0); }
}

/* Sticky mobile CTA */
.sticky-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--red);
  color: #fff;
  text-align: center;
  padding: 16px;
  font-size: 1rem;
  font-weight: 700;
  z-index: 200;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.20);
  transition: background var(--tr-fast);
}
.sticky-mobile-cta:hover { background: var(--red-hover); }
@media (max-width: 768px) {
  .sticky-mobile-cta { display: flex; }
  .float-emergency   { bottom: 64px; }
}

/* ══════════════════════════════════════════════════════
   21. FORMULAIRES
══════════════════════════════════════════════════════ */
.contact-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 40px;
}
.form-group { margin-bottom: 20px; }
.form-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-2);
  margin-bottom: 8px;
}
.form-input, .form-select, .form-textarea {
  width: 100%;
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: var(--r-sm);
  padding: 13px 16px;
  font-family: var(--font);
  font-size: 0.95rem;
  color: var(--text);
  transition: border-color var(--tr-fast), box-shadow var(--tr-fast);
  outline: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--brand);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(8,43,99,0.08);
}
.form-select { appearance: none; cursor: pointer; }
.form-textarea { min-height: 120px; resize: vertical; }
.form-input::placeholder, .form-textarea::placeholder { color: var(--text-4); }

/* ══════════════════════════════════════════════════════
   22. NUISIBLE CARDS (pages villes / services dark)
══════════════════════════════════════════════════════ */
.nuisible-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.nuisible-card-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 24px;
  transition: all var(--tr);
}
.nuisible-card:hover .nuisible-card-inner {
  border-color: rgba(214,31,38,0.40);
  box-shadow: var(--sh);
  transform: translateY(-3px);
}
.nuisible-icon-wrap {
  width: 60px;
  height: 60px;
  background: rgba(214,31,38,0.08);
  border: 1px solid rgba(214,31,38,0.20);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s;
}
.nuisible-card:hover .nuisible-icon-wrap { background: rgba(214,31,38,0.15); border-color: rgba(214,31,38,0.45); }
.ni-emoji { font-size: 1.8rem; line-height: 1; display: block; }
.nuisible-card-content h3 { font-size: 1rem; margin-bottom: 4px; color: var(--text); }
.nuisible-card-content p  { font-size: 0.82rem; color: var(--text-3); margin-bottom: 10px; line-height: 1.5; }
.nuisible-cta-link {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--red);
  transition: color 0.2s;
}
.nuisible-card:hover .nuisible-cta-link { color: var(--red-hover); }

/* ══════════════════════════════════════════════════════
   23. PAGE HERO LEGACY (dark — compat pages existantes)
══════════════════════════════════════════════════════ */
.hero-legacy {
  min-height: 85vh;
  background: linear-gradient(160deg, var(--brand) 0%, var(--brand-mid) 55%, var(--brand-dk) 100%);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-legacy .hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 70% 50%, rgba(214,31,38,0.08) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(8,43,99,0.60) 0%, transparent 60%);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.20);
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.88);
  margin-bottom: 28px;
}
.hero-content { position: relative; z-index: 2; max-width: 680px; }
.hero-desc {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.70);
  margin: 24px 0 36px;
  max-width: 540px;
}
.hero-cta { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.hero-stats {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.hero-stat .num { font-size: 2rem; font-weight: 800; color: #fff; line-height: 1; }
.hero-stat .num span { color: var(--red); }
.hero-stat .lbl { font-size: 0.78rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px; }

/* Hero logo display */
.hero-logo-display img {
  width: 280px;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  animation: logoFloat 4s ease-in-out infinite;
}
@keyframes logoFloat {
  0%,100% { transform: translateY(0) scale(1);    filter: drop-shadow(0 0 16px rgba(214,31,38,0.30)); }
  50%     { transform: translateY(-10px) scale(1.015); filter: drop-shadow(0 20px 40px rgba(214,31,38,0.50)); }
}
.hero-logo-badge {
  width: 140px;
  height: 140px;
  background: var(--red);
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,0.20);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  position: relative;
  flex-shrink: 0;
  animation: heroBadgeFloat 3.5s ease-in-out infinite;
}
.hero-logo-badge::before {
  content: '';
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(214,31,38,0.55);
  border-right-color: rgba(214,31,38,0.20);
  animation: orbitSpin 3s linear infinite;
}
.hero-logo-badge::after {
  content: '';
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  border: 1px solid rgba(214,31,38,0.12);
  animation: orbitSpin 6s linear infinite reverse;
}
@keyframes heroBadgeFloat {
  0%,100% { transform: translateY(0) scale(1);    box-shadow: 0 0 48px rgba(214,31,38,0.50), 0 0 0 10px rgba(214,31,38,0.10); }
  50%     { transform: translateY(-16px) scale(1.04); box-shadow: 0 24px 72px rgba(214,31,38,0.70), 0 0 0 18px rgba(214,31,38,0.12); }
}
@keyframes orbitSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-logo-badge { animation: none; }
  .hero-logo-badge::before, .hero-logo-badge::after { animation: none; }
  .hero-logo-display img { animation: none; }
}

/* ══════════════════════════════════════════════════════
   24. TESTIMONIALS (legacy dark)
══════════════════════════════════════════════════════ */
.testimonial-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 28px 24px;
  position: relative;
  transition: var(--tr);
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--sh); }
.stars { color: #F59E0B; font-size: 1rem; letter-spacing: 2px; margin-bottom: 14px; }
.testimonial-text {
  font-size: 0.92rem;
  color: var(--text-2);
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
.testimonial-text::before { content: '\201C'; color: var(--red); font-size: 2rem; line-height: 0; vertical-align: -0.5rem; margin-right: 4px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 44px;
  height: 44px;
  background: var(--brand-pale);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand);
  flex-shrink: 0;
}
.author-name     { font-weight: 600; font-size: 0.9rem; color: var(--text); }
.author-location { font-size: 0.78rem; color: var(--text-3); }

/* ══════════════════════════════════════════════════════
   25. WHY / SERVICE cards (legacy)
══════════════════════════════════════════════════════ */
.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: var(--tr);
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--tr);
}
.service-card:hover {
  border-color: rgba(214,31,38,0.25);
  transform: translateY(-6px);
  box-shadow: var(--sh-lg);
}
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 56px;
  height: 56px;
  background: rgba(214,31,38,0.10);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin-bottom: 20px;
  transition: var(--tr);
}
.service-card:hover .service-icon { background: rgba(214,31,38,0.18); transform: scale(1.05); }
.service-card h3 { margin-bottom: 10px; font-size: 1.15rem; color: var(--text); }
.service-card p  { font-size: 0.9rem; margin-bottom: 20px; line-height: 1.6; color: var(--text-3); }
.service-pests { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.pest-tag {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--bg-2);
  border: 1px solid var(--border);
  color: var(--text-2);
  padding: 3px 8px;
  border-radius: var(--r-xs);
}
.service-link {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--tr);
}
.service-link:hover { gap: 10px; }

/* Why us */
.why-us { background: var(--bg); }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
.why-item {
  background: var(--surface);
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
  transition: var(--tr);
}
.why-item::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--red), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--tr);
}
.why-item:hover { background: var(--bg); }
.why-item:hover::after { transform: scaleX(1); }
.why-number { font-size: 4rem; font-weight: 800; color: rgba(214,31,38,0.12); line-height: 1; margin-bottom: 8px; }
.why-item h3 { font-size: 1.3rem; margin-bottom: 12px; color: var(--text); }
.why-item p  { font-size: 0.92rem; color: var(--text-3); }

/* Process section */
.process-section { background: var(--bg); }
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 32px;
  left: calc(12.5% + 32px);
  right: calc(12.5% + 32px);
  height: 2px;
  background: linear-gradient(90deg, var(--red), rgba(214,31,38,0.20));
  z-index: 0;
}
.process-step { text-align: center; padding: 0 20px; position: relative; z-index: 1; }
.process-step h3 { font-size: 1rem; margin-bottom: 8px; color: var(--text); }
.process-step p  { font-size: 0.85rem; color: var(--text-3); }

/* Trust badges (5-col grid, legacy) */
.trust-badge {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 24px 16px;
  text-align: center;
  transition: var(--tr);
}
.trust-badge:hover { border-color: var(--brand); background: var(--brand-pale); }
.trust-badge .icon   { font-size: 2rem; margin-bottom: 10px; }
.trust-badge .label  { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brand); }
.trust-badge .sublabel { font-size: 0.72rem; color: var(--text-3); margin-top: 4px; }

/* Blog */
.blog-section { background: var(--bg); }
.blog-grid    { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  transition: var(--tr);
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--sh); }
.blog-thumb {
  height: 180px;
  background: var(--bg-2);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}
.blog-content { padding: 20px; }
.blog-cat     { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); margin-bottom: 8px; }
.blog-card h3 { font-size: 1rem; color: var(--text); margin-bottom: 8px; line-height: 1.3; }
.blog-card p  { font-size: 0.85rem; color: var(--text-3); margin-bottom: 16px; }
.blog-meta    { font-size: 0.78rem; color: var(--text-3); }

/* ══════════════════════════════════════════════════════
   26. POPUP / OVERLAY
══════════════════════════════════════════════════════ */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.70);
  backdrop-filter: blur(4px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: var(--tr);
}
.popup-overlay.show { opacity: 1; visibility: visible; }
.popup {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 48px 40px;
  max-width: 480px;
  width: 100%;
  text-align: center;
  position: relative;
  transform: scale(0.9) translateY(20px);
  transition: var(--tr);
  box-shadow: var(--sh-xl);
}
.popup-overlay.show .popup { transform: scale(1) translateY(0); }
.popup-close {
  position: absolute;
  top: 16px; right: 16px;
  width: 32px; height: 32px;
  background: var(--bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-3);
  font-size: 1.2rem;
  cursor: pointer;
  border: 1px solid var(--border);
  transition: var(--tr-fast);
}
.popup-close:hover { background: var(--bg-2); color: var(--text); }
.popup-icon { font-size: 3rem; margin-bottom: 16px; }
.popup h3   { font-size: 1.5rem; margin-bottom: 12px; color: var(--text); }
.popup p    { font-size: 0.92rem; color: var(--text-3); margin-bottom: 24px; }
.popup-phone { font-size: 1.8rem; font-weight: 800; color: var(--red); display: block; margin-bottom: 20px; }

/* ══════════════════════════════════════════════════════
   27. UTILITIES
══════════════════════════════════════════════════════ */
.mt-8  { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-48 { margin-top: 48px; }
.mb-8  { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.mb-48 { margin-bottom: 48px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Icon circle */
.icon-circle {
  width: 36px; height: 36px;
  background: rgba(214,31,38,0.12);
  border: 1px solid rgba(214,31,38,0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Section label pulse dot */
@keyframes pulse-dot {
  0%,100% { opacity: 1; transform: scale(1); }
  50%     { opacity: 0.4; transform: scale(0.6); }
}

/* ══════════════════════════════════════════════════════
   28. ANIMATIONS
══════════════════════════════════════════════════════ */

/* Fallback : si JS désactivé ou IntersectionObserver indisponible */
.no-js .reveal,
.reveal-loaded .reveal { opacity: 1; transform: none; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.visible { opacity: 1; transform: none; }
.rd1 { transition-delay: 0.08s; }
.rd2 { transition-delay: 0.16s; }
.rd3 { transition-delay: 0.24s; }
.rd4 { transition-delay: 0.32s; }
.reveal-delay-1 { transition-delay: 0.10s; }
.reveal-delay-2 { transition-delay: 0.20s; }
.reveal-delay-3 { transition-delay: 0.30s; }
.reveal-delay-4 { transition-delay: 0.40s; }

/* prefers-reduced-motion : héro toujours visible + désactivation animations lourdes */
@media (prefers-reduced-motion: reduce) {
  .hero h1, .hero-sub, .hero-badges, .hero-ctas, .hero-trust {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .reveal {
    transition: none;
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes blink-anim {
  0%,100% { opacity: 1; }
  50%     { opacity: 0; }
}

/* ══════════════════════════════════════════════════════
   28B. FLOW TIMELINE — Comment ça marche (plateforme)
══════════════════════════════════════════════════════ */
.flow-track {
  max-width: 740px;
  margin: 0 auto;
  padding-top: 8px;
}
.flow-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 0 28px;
  padding-bottom: 36px;
}
.flow-step--last { padding-bottom: 0; }
.flow-step-num {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow-num {
  width: 48px;
  height: 48px;
  background: var(--brand);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: -0.02em;
  box-shadow: 0 4px 16px rgba(8,43,99,0.25);
  position: relative;
  z-index: 1;
}
.flow-num--done {
  background: var(--green);
  box-shadow: 0 4px 16px rgba(5,150,105,0.25);
}
.flow-connector {
  width: 2px;
  flex: 1;
  background: linear-gradient(180deg, rgba(8,43,99,0.25) 0%, rgba(8,43,99,0.06) 100%);
  margin: 10px 0;
  min-height: 20px;
}
.flow-step-body {
  display: flex;
  gap: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.flow-step-icon {
  width: 44px;
  height: 44px;
  background: var(--brand-pale);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
  border: 1px solid rgba(8,43,99,0.10);
}
.flow-step-content { flex: 1; }
.flow-step-tag {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brand-light);
  margin-bottom: 5px;
}
.flow-step-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.3;
}
.flow-step-desc {
  font-size: 0.875rem;
  color: var(--text-3);
  line-height: 1.65;
  margin-bottom: 12px;
}
.flow-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.flow-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--green);
  background: var(--green-pale);
  border: 1px solid rgba(5,150,105,0.20);
  border-radius: 100px;
  padding: 3px 10px;
}
.flow-chip::before {
  content: '';
  width: 5px;
  height: 5px;
  background: currentColor;
  border-radius: 50%;
  flex-shrink: 0;
}
.flow-cta-wrap {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}
.flow-cta-note {
  font-size: 0.8rem;
  color: var(--text-3);
  margin-top: 14px;
}

/* ══════════════════════════════════════════════════════
   28C. EMERGENCY PAGE — urgence-24h.html
══════════════════════════════════════════════════════ */
.emergency-hero {
  min-height: 80vh;
  background: linear-gradient(160deg, var(--brand) 0%, var(--brand-mid) 50%, var(--brand-dk) 100%);
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 80px 0;
}
.emergency-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 40%, rgba(214,31,38,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.emergency-hero .container { position: relative; z-index: 1; }
.emergency-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(214,31,38,0.15);
  border: 1px solid rgba(214,31,38,0.45);
  border-radius: 50px;
  padding: 8px 20px;
  margin-bottom: 28px;
  animation: pulse-btn 2.8s infinite;
}
.emergency-badge-dot {
  width: 9px;
  height: 9px;
  background: var(--red);
  border-radius: 50%;
  animation: tb-pulse 1.2s infinite;
  flex-shrink: 0;
}
.emergency-badge-text {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FF8A8A;
}
.big-phone {
  font-size: clamp(2.2rem, 7vw, 5rem);
  font-weight: 800;
  color: var(--red);
  display: block;
  letter-spacing: 0.04em;
  animation: pulse-btn 2.8s infinite;
  text-decoration: none;
  transition: color var(--tr);
  margin: 24px 0;
  line-height: 1.1;
}
.big-phone:hover { color: #FF8A8A; }
.emergency-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  max-width: 540px;
  margin: 0 auto 8px;
  line-height: 1.65;
}
.emergency-perks {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.60);
  margin-top: 20px;
}
.emergency-perk {
  display: flex;
  align-items: center;
  gap: 6px;
}
.emergency-perk::before {
  content: '✓';
  color: #22D05C;
  font-weight: 700;
}
.availability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.avail-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--sh);
  transition: all var(--tr);
}
.avail-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-lg);
  border-color: rgba(8,43,99,0.20);
}
.avail-icon { font-size: 2.2rem; margin-bottom: 16px; }
.avail-time {
  font-size: 2rem;
  font-weight: 800;
  color: var(--brand);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.avail-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.avail-desc { font-size: 0.84rem; color: var(--text-3); line-height: 1.6; }
.process-section { background: var(--bg); }
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-pale), var(--brand), var(--brand-pale));
  z-index: 0;
}
.process-step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.step-num {
  width: 56px;
  height: 56px;
  background: var(--brand);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 4px 20px rgba(8,43,99,0.30);
}
.process-step h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.process-step p {
  font-size: 0.82rem;
  color: var(--text-3);
  line-height: 1.6;
}
.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  box-shadow: var(--sh-sm);
  transition: all var(--tr);
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-lg);
  border-color: rgba(8,43,99,0.15);
}
.service-icon { font-size: 2.2rem; margin-bottom: 14px; }
.service-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
  line-height: 1.3;
}
.service-card p { font-size: 0.84rem; color: var(--text-3); line-height: 1.65; margin-bottom: 16px; }
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--red);
  text-decoration: none;
  transition: gap var(--tr);
}
.service-link:hover { gap: 8px; }
.city-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}
.city-link-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 12px 14px;
  text-decoration: none;
  transition: all var(--tr);
}
.city-link-card:hover {
  border-color: rgba(214,31,38,0.40);
  background: #FFF5F5;
  transform: translateY(-1px);
}
.city-link-icon { font-size: 1.1rem; flex-shrink: 0; }
.city-link-name {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text);
  display: block;
}
.city-link-dept { font-size: 0.74rem; color: var(--text-3); }
.emergency-cta-section {
  background: var(--red);
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.emergency-cta-section::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.emergency-cta-title {
  color: #fff;
  font-size: clamp(1.8rem, 5vw, 3.5rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.emergency-cta-sub {
  color: rgba(255,255,255,0.88);
  font-size: 1.1rem;
  max-width: 480px;
  margin: 0 auto 36px;
  line-height: 1.6;
}
.btn-white-phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  color: var(--red);
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 800;
  padding: 18px 40px;
  border-radius: var(--r-lg);
  text-decoration: none;
  transition: all var(--tr);
  box-shadow: 0 8px 32px rgba(0,0,0,0.20);
}
.btn-white-phone:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.28);
  background: var(--brand-pale);
  color: var(--brand);
}
.emergency-available-note {
  margin-top: 20px;
  color: rgba(255,255,255,0.75);
  font-size: 0.88rem;
}
.diag-cta-strip {
  background: var(--surface);
  border-top: 2px solid rgba(214,31,38,0.25);
  padding: 40px 0;
  text-align: center;
}
.diag-cta-strip .eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-3);
  margin-bottom: 12px;
}
.diag-cta-strip h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.diag-cta-strip p { color: var(--text-2); font-size: 0.9rem; margin-bottom: 20px; }

/* ══════════════════════════════════════════════════════
   28D. LISIBILITÉ WCAG — Corrections contraste
══════════════════════════════════════════════════════ */
.text-muted-strong { color: var(--text-2) !important; }
.text-on-dark { color: rgba(255,255,255,0.88) !important; }
.text-on-dark-muted { color: rgba(255,255,255,0.65) !important; }

/* ══════════════════════════════════════════════════════
   28E. PLATFORM IMPROVEMENTS
══════════════════════════════════════════════════════ */
/* Amélioration hover sur toutes les cartes */
.trust-card, .svc-card, .promise-card, .avis-card, .zone-card {
  transition: transform var(--tr), box-shadow var(--tr), border-color var(--tr);
}
.trust-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-lg);
  border-color: rgba(8,43,99,0.15);
}
.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-lg);
}
.promise-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--sh);
}
.zone-card:hover {
  transform: translateY(-2px);
  border-color: rgba(8,43,99,0.20);
}
/* Stats bar améliorée */
.stat-num { font-variant-numeric: tabular-nums; }
/* Liens de navigation active */
.nav-link.active {
  color: var(--red) !important;
  font-weight: 700;
}
/* Section labels mieux définis */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
/* Prix: supprimer "Devis personnalisé" look — classe utilitaire */
.price-calculated {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--brand);
}
.price-calculated::before {
  content: '✓';
  color: var(--green);
}

/* ══════════════════════════════════════════════════════
   28F. RESPONSIVE — Flow Timeline Mobile
══════════════════════════════════════════════════════ */

/* ══════════════════════════════════════════════════════
   29. MEDIA QUERIES
══════════════════════════════════════════════════════ */

/* ── Navigation ── */
@media (max-width: 1023px) {
  .nav            { display: none !important; }
  .burger         { display: flex !important; }
  .hdr-phone      { display: none !important; }
  .mobile-cta-bar { display: flex; }
  body            { padding-bottom: 72px; }
}
@media (min-width: 1024px) {
  .burger         { display: none; }
  .nav            { display: flex; }
  .mobile-cta-bar { display: none !important; }
}

/* ── ≤1100px ── */
@media (max-width: 1100px) {
  .grid-4                { grid-template-columns: repeat(2, 1fr); }
  .footer-grid,
  .footer-main           { grid-template-columns: 1fr 1fr; gap: 32px; }
  .process-steps         { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .process-steps::before { display: none; }
  .pricing-grid          { grid-template-columns: repeat(2, 1fr); }
}

/* ── ≤900px ── */
@media (max-width: 900px) {
  .grid-3, .testimonial-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-2   { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════════
   MOBILE ≤768px — identité visuelle desktop préservée
════════════════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* ── Conteneur & sections ── */
  .container  { padding: 0 20px; }
  .section    { padding: 56px 0; }
  .section-sm { padding: 40px 0; }
  .section-xs { padding: 28px 0; }

  /* ── Typographie sections ── */
  .section-header { margin-bottom: 32px; }
  .section-title  { font-size: 1.45rem; letter-spacing: -0.02em; }
  .section-sub    { font-size: 0.875rem; }

  /* ── Topbar ── */
  .topbar-extra { display: none; }

  /* ── Header ── */
  .header           { height: 58px; }
  .mobile-nav       { top: 102px; }
  .logo-img-hdr,
  .logo-img         { height: 36px; }
  .btn-hdr          { font-size: 0.82rem; padding: 8px 14px; }

  /* ══════════════════════════════════════
     HERO MOBILE — version plateforme
     Même esprit que desktop :
     Titre percutant + widget visible
  ══════════════════════════════════════ */
  .hero-grid { gap: 20px; }
  /* Flow timeline mobile */
  .flow-step {
    grid-template-columns: 52px 1fr;
    gap: 0 16px;
    padding-bottom: 24px;
  }
  .flow-num { width: 40px; height: 40px; font-size: 0.88rem; }
  .flow-step-body { flex-direction: column; gap: 10px; padding-top: 4px; }
  .flow-step-icon { width: 36px; height: 36px; font-size: 1.2rem; }
  .flow-step-title { font-size: 0.95rem; }
  .flow-step-desc { font-size: 0.82rem; }
  .flow-cta-wrap { margin-top: 32px; padding-top: 28px; }
  /* Process steps mobile */
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .process-steps::before { display: none; }
  /* Availability grid mobile */
  .availability-grid { grid-template-columns: 1fr; gap: 14px; }
  .hero { padding: 28px 0 32px; }

  /* Eyebrow : conservé, compact */
  .hero-eyebrow { font-size: 0.7rem; margin-bottom: 14px; padding: 5px 12px; }

  /* H1 : grand et impactant */
  .hero h1 {
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
  }

  /* Description : abrégée sur mobile */
  .hero-sub {
    font-size: 0.82rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.65);
  }

  /* Badges 2×2 */
  .hero-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    margin-bottom: 16px;
  }
  .hero-badge-item { font-size: 0.76rem; gap: 5px; }
  .hbi-check { width: 16px; height: 16px; }

  /* Boutons hero : masqués sur mobile
     → le widget a son propre CTA "Voir mon prix"
     → la barre sticky en bas gère Appeler + Prix */
  .hero-ctas { display: none; }

  /* Widget diagnostic : visible et bien intégré */
  .diag-widget    { border-radius: 14px; margin-top: 4px; }
  .dw-header      { padding: 13px 16px; }
  .dw-title       { font-size: 0.85rem; }
  .dw-subtitle    { font-size: 0.7rem; }
  .dw-badge       { font-size: 0.65rem; padding: 4px 8px; }
  .dw-body        { padding: 14px 16px; }
  .dw-q           { font-size: 0.8rem; margin-bottom: 10px; }

  /* Grille des nuisibles : 4 colonnes, compacte */
  .pest-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin-bottom: 12px;
  }
  .pest-btn  { padding: 9px 4px; border-radius: 10px; }
  .pest-icon { font-size: 1.25rem; }
  .pest-icon svg { width: 22px; height: 22px; }
  .pest-lbl  { font-size: 0.58rem; }

  .dw-cta { padding: 13px 16px; font-size: 0.9rem; border-radius: 10px; }
  .dw-footer      { padding: 10px 16px; gap: 8px; flex-wrap: wrap; justify-content: center; }
  .dw-footer-item { font-size: 0.68rem; }

  /* Métriques de confiance : en bas du hero */
  .hero-trust {
    gap: 0;
    padding-top: 14px;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 14px;
  }
  .trust-sep  { width: 1px; height: 28px; }
  .trust-val  { font-size: 1rem; }
  .trust-lbl  { font-size: 0.65rem; }
  /* Widget diagnostic : hauteur max sur mobile */
  .diag-widget { max-height: 92vh; overflow-y: auto; }

  /* ──────────────────────────────────────
     STATS BAR — grille 2×2
  ────────────────────────────────────── */
  .stats-bar  { padding: 0; }
  .stats-row  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .stat-block {
    padding: 18px 14px;
    text-align: center;
    border-right: none !important;
  }
  .stat-block::after          { display: none !important; }
  .stat-block:nth-child(1),
  .stat-block:nth-child(2)    { border-bottom: 1px solid var(--border); }
  .stat-block:nth-child(3),
  .stat-block:nth-child(4)    { border-bottom: 1px solid var(--border); }
  .stat-block:nth-child(odd)  { border-right: 1px solid var(--border) !important; }
  /* 5e stat : pleine largeur, centré */
  .stat-block:last-child:nth-child(odd) { grid-column: 1 / -1; border-right: none !important; border-bottom: none; }
  .stat-num   { font-size: 1.55rem; }
  .stat-lbl   { font-size: 0.7rem; margin-top: 3px; }

  /* ──────────────────────────────────────
     STEPS — 2×2 puis 1 colonne
  ────────────────────────────────────── */
  .steps-grid { grid-template-columns: 1fr 1fr; border-radius: 14px; }
  .step-card  { padding: 24px 18px; }
  .step-card:not(:last-child) { border-right: none !important; }
  .step-card:nth-child(1),
  .step-card:nth-child(2) { border-bottom: 1px solid var(--border); }
  .step-card:nth-child(1),
  .step-card:nth-child(3) { border-right: 1px solid var(--border) !important; }
  .step-icon      { font-size: 1.6rem; margin-bottom: 10px; }
  .step-title     { font-size: 0.9rem; margin-bottom: 6px; }
  .step-desc      { font-size: 0.78rem; }
  .step-connector { display: none; }
  .step-num       { font-size: 0.7rem; margin-bottom: 10px; }

  /* ──────────────────────────────────────
     JOURNEY — liste verticale navy
  ────────────────────────────────────── */
  .journey-section { padding: 56px 0; }
  .journey-track {
    flex-direction: column;
    margin-top: 32px;
    gap: 0;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    overflow: hidden;
  }
  .journey-step {
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 18px 20px;
    gap: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .journey-step:last-child              { border-bottom: none; }
  .journey-step:not(:last-child)::after { display: none; }
  .journey-num {
    width: 44px; height: 44px;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .journey-step-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .journey-step-title { font-size: 0.9rem; margin-bottom: 3px; }
  .journey-step-desc  { font-size: 0.75rem; max-width: 100%; }
  .journey-step-badge { margin-top: 6px; }

  /* ──────────────────────────────────────
     TRUST — 2 colonnes
  ────────────────────────────────────── */
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .trust-card { padding: 20px 16px; }
  .tc-icon    { width: 40px; height: 40px; margin-bottom: 12px; }
  .tc-title   { font-size: 0.88rem; }
  .tc-desc    { font-size: 0.78rem; }

  /* ──────────────────────────────────────
     SERVICES — 2 colonnes
  ────────────────────────────────────── */
  .services-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .svc-card      { padding: 22px 16px; }
  .svc-emoji     { font-size: 1.7rem; margin-bottom: 10px; }
  .svc-title     { font-size: 0.9rem; }
  .svc-desc      { font-size: 0.78rem; margin-bottom: 12px; }
  .svc-price     { font-size: 0.78rem; }

  /* ──────────────────────────────────────
     INCLUS
  ────────────────────────────────────── */
  .inclus-grid { grid-template-columns: 1fr; gap: 36px; }
  .price-card  { border-radius: 16px; }
  .price-from  { font-size: 3rem; }
  .pc-cta, .pc-phone {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  /* ──────────────────────────────────────
     PROMISE — 1 colonne
  ────────────────────────────────────── */
  .promise-grid  { grid-template-columns: 1fr; gap: 10px; }
  .promise-card  { padding: 18px 16px; }
  .promise-title { font-size: 0.9rem; }
  .promise-desc  { font-size: 0.8rem; }

  /* ──────────────────────────────────────
     AVIS — 1 colonne
  ────────────────────────────────────── */
  .avis-grid { grid-template-columns: 1fr; gap: 14px; }
  .avis-card { padding: 22px 18px; }
  .avis-text { font-size: 0.84rem; line-height: 1.7; }

  /* ──────────────────────────────────────
     FAQ
  ────────────────────────────────────── */
  .faq-list    { gap: 8px; }
  .faq-item    { border-radius: 12px; }
  .faq-q       { font-size: 0.9rem; padding: 18px 16px; min-height: 56px; align-items: flex-start; }
  .faq-q-icon  { width: 26px; height: 26px; flex-shrink: 0; margin-top: 2px; }
  .faq-a-inner { font-size: 0.84rem; padding: 0 16px 18px; }

  /* ──────────────────────────────────────
     ZONES — 3 colonnes compactes
  ────────────────────────────────────── */
  .zones-grid  { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .zone-card   { padding: 14px 10px; border-radius: 12px; }
  .zone-dept   { font-size: 1.2rem; margin-bottom: 2px; }
  .zone-name   { font-size: 0.7rem; margin-bottom: 4px; }
  .zone-cities { display: none; }

  /* ──────────────────────────────────────
     CTA FINAL
  ────────────────────────────────────── */
  .cta-final    { padding: 56px 0; }
  .cta-final h2 { font-size: 1.65rem; letter-spacing: -0.02em; }
  .cta-btns {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .cta-btn-primary {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 16px 20px;
    font-size: 1rem;
    font-weight: 800;
  }
  .cta-btn-outline {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 0.9rem;
  }
  .cta-note { font-size: 0.72rem; margin-top: 16px; }

  /* ──────────────────────────────────────
     FOOTER
  ────────────────────────────────────── */
  .footer-grid,
  .footer-main         { grid-template-columns: 1fr; gap: 28px; }
  .footer-desc         { font-size: 0.82rem; }
  .footer-phone        { font-size: 1.4rem; }
  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  /* ── Grilles génériques ── */
  .grid-3, .testimonial-grid, .blog-grid { grid-template-columns: 1fr; }
  .grid-4       { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 24px; }
}

/* ════════════════════════════════════════════════════════
   MOBILE ≤480px
════════════════════════════════════════════════════════ */
@media (max-width: 480px) {

  .container     { padding: 0 16px; }
  .hero h1       { font-size: 1.85rem; }
  .hero-badges   { grid-template-columns: 1fr 1fr; }
  .topbar-phone  { display: none; }

  /* Steps → 1 colonne */
  .steps-grid    { grid-template-columns: 1fr; }
  .step-card:not(:last-child) {
    border-right: none !important;
    border-bottom: 1px solid var(--border) !important;
  }
  .step-card:nth-child(3) { border-bottom: 1px solid var(--border) !important; }

  /* Services → 1 colonne */
  .services-grid { grid-template-columns: 1fr; }

  /* Zones → 2 colonnes */
  .zones-grid    { grid-template-columns: repeat(2, 1fr); }

  /* Logo */
  .logo-img-hdr,
  .logo-img      { height: 32px; }
}

/* ════════════════════════════════════════════════════════
   MOBILE XS ≤360px
════════════════════════════════════════════════════════ */
@media (max-width: 360px) {
  .container  { padding: 0 14px; }
  .hero h1    { font-size: 1.65rem; }
  .pest-lbl   { display: none; }
  .zones-grid { grid-template-columns: 1fr 1fr; }
  .hero-badges { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════════
   MOBILE XS ≤320px — très petits écrans
════════════════════════════════════════════════════════ */
@media (max-width: 320px) {
  .hero h1     { font-size: 1.55rem; }
  .hero-trust  { flex-wrap: wrap; gap: 10px; justify-content: flex-start; }
  .trust-sep   { display: none; }
  .trust-item  { flex: 0 0 calc(50% - 5px); }
  .certif-strip-inner { flex-direction: column; align-items: flex-start; gap: 10px; }
  .live-feed-label { display: none; }
}

/* ════════════════════════════════════════════════════════
   PLATFORM UPGRADES — Phase 2 Transformation
   WCAG / Accessibilité / Micro-interactions / Plateforme
════════════════════════════════════════════════════════ */

/* ── Focus visible (WCAG 2.4.11) ── */
:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 3px;
  border-radius: var(--r-xs);
}
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 3px;
}

/* ── Scroll smooth page-level ── */
html { scroll-padding-top: calc(var(--topbar-h) + var(--header-h) + 12px); }

/* ── Divider rouge (anciens pages) ── */
.divider-red {
  width: 40px;
  height: 3px;
  background: var(--red);
  border-radius: 2px;
  margin: 12px 0;
}
.mt-16 { margin-top: 16px; }
.mt-20 { margin-top: 20px; }
.mb-16 { margin-bottom: 16px; }
.mb-48 { margin-bottom: 48px; }

/* ── Breadcrumb ── */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.breadcrumb a { color: rgba(255,255,255,0.70); transition: color var(--tr-fast); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: rgba(255,255,255,0.40); }

/* ── City link cards (pages villes) ── */
.city-link-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 12px 14px;
  transition: border-color var(--tr), box-shadow var(--tr), transform var(--tr-fast);
  text-decoration: none;
}
.city-link-card:hover {
  border-color: rgba(214,31,38,0.45);
  box-shadow: 0 4px 16px rgba(8,43,99,0.10);
  transform: translateY(-1px);
}
.city-link-icon { font-size: 1.1rem; flex-shrink: 0; }
.city-link-name { font-weight: 700; color: var(--text); display: block; font-size: 0.88rem; }
.city-link-dept { font-size: 0.75rem; color: var(--text-3); }

/* ── Urgency band ── */
.urgency-band {
  background: var(--red);
  overflow: hidden;
  height: 40px;
  display: flex;
  align-items: center;
}
.urgency-scroll {
  display: inline-flex;
  animation: topbarScroll 20s linear infinite;
  white-space: nowrap;
  gap: 0;
}
.urgency-item {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  padding: 0 20px;
  white-space: nowrap;
}
.urgency-dot {
  width: 4px;
  height: 4px;
  background: rgba(255,255,255,0.50);
  border-radius: 50%;
  flex-shrink: 0;
  align-self: center;
}

/* ── CTA section ── */
.cta-section {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-mid) 100%);
  text-align: center;
}
.cta-section h2 { color: #fff; }
.cta-section p  { color: rgba(255,255,255,0.70); }

/* ── Button styles (legacy classes) ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font);
  font-weight: 700;
  border-radius: var(--r);
  transition: all var(--tr);
  cursor: pointer;
  border: 2px solid transparent;
  text-decoration: none;
  white-space: nowrap;
}
.btn-sm  { font-size: 0.82rem; padding: 8px 16px; }
.btn-md  { font-size: 0.92rem; padding: 12px 22px; }
.btn-lg  { font-size: 1rem; padding: 14px 28px; }
.btn-primary, .btn-emergency {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
  box-shadow: 0 4px 16px rgba(214,31,38,0.30);
}
.btn-primary:hover, .btn-emergency:hover {
  background: var(--red-hover);
  border-color: var(--red-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(214,31,38,0.40);
}
.btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.50);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.80);
}
.btn-brand {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}
.btn-brand:hover { background: var(--brand-mid); transform: translateY(-1px); }

/* ── Page hero (service pages) ── */
.page-hero h1 span { color: var(--red); }
.page-hero h1 em   { color: #FF8A8A; font-style: normal; }
.page-hero p { color: rgba(255,255,255,0.78); }

/* ── Process steps (service pages) ── */
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.process-step {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  text-align: center;
  transition: box-shadow var(--tr), transform var(--tr-fast);
}
.process-step:hover {
  box-shadow: var(--sh-lg);
  transform: translateY(-3px);
}
.step-num {
  width: 48px;
  height: 48px;
  background: var(--brand);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 auto 16px;
}

/* ── Avis / témoignages cards ── */
.avis-card, .testimonial-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px;
  transition: box-shadow var(--tr), transform var(--tr-fast);
}
.avis-card:hover, .testimonial-card:hover {
  box-shadow: var(--sh-lg);
  transform: translateY(-2px);
}
.avis-stars { color: #F59E0B; font-size: 0.9rem; margin-bottom: 12px; }
.avis-text  { font-size: 0.9rem; line-height: 1.7; color: var(--text-2); font-style: italic; margin-bottom: 16px; }
.avis-author { font-weight: 700; font-size: 0.82rem; color: var(--text); }
.avis-meta   { font-size: 0.75rem; color: var(--text-3); }

/* ── Service cards ── */
.service-card, .service-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  transition: box-shadow var(--tr), transform var(--tr-fast), border-color var(--tr);
}
.service-card:hover, .service-item:hover {
  box-shadow: var(--sh-lg);
  transform: translateY(-3px);
  border-color: rgba(8,43,99,0.20);
}

/* ── Blog articles — WCAG contrast fix ──
   Les anciens tokens (--white, --black-3) mappent maintenant au thème clair.
   Override pour lisibilité. ── */
body .article-body h2,
body .article-body h3,
body .article-body strong,
body .sign-body h3,
body .step-card h3 { color: var(--text) !important; }
body .article-body p,
body .article-body li,
body .article-body td,
body .sign-body p { color: var(--text-2) !important; }
body .article-body blockquote {
  background: var(--bg-2) !important;
  border-left-color: var(--red) !important;
}
body .step-card {
  background: var(--bg-2) !important;
  border-left-color: var(--red) !important;
}
body .article-body table th { background: var(--brand) !important; }
body .article-body table td { color: var(--text-2) !important; }
body .article-body table tr:hover td { background: var(--bg-2) !important; }

/* ── Reveal animations ── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.10s; }
.reveal-delay-2 { transition-delay: 0.20s; }
.reveal-delay-3 { transition-delay: 0.30s; }
.rd1 { transition-delay: 0.05s; }
.rd2 { transition-delay: 0.12s; }
.rd3 { transition-delay: 0.19s; }
.rd4 { transition-delay: 0.26s; }

/* ── Stats bar ── */
.stats-bar {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}
.stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.stat-block { text-align: center; }
.stat-num {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--brand);
  line-height: 1;
}
.stat-num span { font-size: 0.9rem; font-weight: 600; color: var(--text-3); }
.stat-lbl { font-size: 0.72rem; color: var(--text-3); margin-top: 3px; }
.stat-stars { color: #F59E0B; font-size: 0.78rem; margin-bottom: 2px; }

/* ── Urgency popup ── */
@keyframes blink-anim {
  0%,100% { opacity: 1; }
  50%      { opacity: 0.3; }
}
.blink { display: inline-block; }

/* ── Float emergency (legacy) ── */
.float-emergency { display: none !important; }
@media (min-width: 1024px) { .float-emergency { display: block !important; } }

/* ── Sticky mobile CTA (legacy) ── */
.sticky-mobile-cta { display: none; font-family: var(--font) !important; }
@media (max-width: 768px) { .sticky-mobile-cta { display: none !important; } }

/* ── Section label margin auto ── */
.text-center .section-label { margin: 0 auto 16px; }

/* ── Smooth image load ── */
img { transition: opacity 0.3s ease; }
img[loading="lazy"] { opacity: 0; }
img[loading="lazy"].loaded { opacity: 1; }

/* ── Card link standard (anciens inline styles) ── */
.ic {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 28px;
  box-shadow: var(--sh-xs);
  transition: box-shadow var(--tr), transform var(--tr-fast);
}
.ic:hover { box-shadow: var(--sh); transform: translateY(-2px); }
.ic h3 { font-size: 1rem; margin-bottom: 8px; color: var(--text); }
.ic p  { font-size: 0.875rem; color: var(--text-3); line-height: 1.6; }
.ic.ft {
  border-color: rgba(214,31,38,0.25);
  background: linear-gradient(135deg, rgba(214,31,38,0.04), rgba(214,31,38,0.01));
}

/* ── CTA block (anciens inline styles) ── */
.ctab {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-mid) 100%);
  border-radius: var(--r-lg);
  padding: 48px 40px;
  text-align: center;
  color: #fff;
}
.ctab h2 { color: #fff; margin-bottom: 12px; }
.ctab p  { color: rgba(255,255,255,0.70); margin-bottom: 24px; }

/* ── Related links (city pages) ── */
.reli {
  display: block;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 16px;
  transition: border-color var(--tr), box-shadow var(--tr), transform var(--tr-fast);
}
.reli:hover {
  border-color: var(--brand);
  box-shadow: var(--sh);
  transform: translateY(-2px);
}
.reli .rt { font-weight: 700; color: var(--text); font-size: 0.88rem; margin-bottom: 2px; }
.reli .rs { font-size: 0.75rem; color: var(--text-3); }

/* ── FAQ items (city pages) ── */
.fqi { border-bottom: 1px solid var(--border); padding: 20px 0; }
.fqq { font-weight: 700; margin-bottom: 8px; color: var(--text); cursor: pointer; }
.fqa { font-size: 0.9rem; color: var(--text-3); line-height: 1.65; }

/* ── SEO hero (city pages) ── */
.seo-hero {
  background: linear-gradient(160deg, var(--brand) 0%, var(--brand-mid) 55%, var(--brand-dk) 100%);
  padding: 72px 0 48px;
  border-bottom: 3px solid var(--red);
  position: relative;
  overflow: hidden;
}
.seo-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(214,31,38,0.08), transparent 70%);
  pointer-events: none;
}
.seo-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.seo-hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); margin-bottom: 16px; line-height: 1.15; color: #fff; }
.seo-hero h1 em { color: #F87171; font-style: normal; }
.seo-hero p   { font-size: 1.05rem; color: rgba(255,255,255,0.78); max-width: 600px; margin-bottom: 28px; line-height: 1.6; }

/* ── Urgbar (city pages) ── */
.urgbar {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-mid) 100%);
  padding: 56px 0;
  text-align: center;
}

/* ── City section alternance ── */
.cs { padding: 56px 0; background: var(--bg); }
.cs:nth-child(even) { background: var(--surface); }
.st { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 16px; color: var(--text); }
.st em { color: var(--red); font-style: normal; }

/* ── Sign card (blog) ── */
.sign-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 28px;
  margin: 24px 0;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.sign-number { font-size: 2.5rem; font-weight: 800; color: var(--red); line-height: 1; flex-shrink: 0; width: 48px; }
.sign-body h3 { margin: 0 0 8px; font-size: 1.1rem; color: var(--text); }
.sign-body p  { margin: 0; font-size: 0.95rem; color: var(--text-3); }

/* ── Alert / info boxes (blog) ── */
.alert-box {
  background: rgba(214,31,38,0.06);
  border: 1px solid rgba(214,31,38,0.25);
  border-radius: var(--r);
  padding: 20px 24px;
  margin: 32px 0;
}
.alert-box strong { color: var(--red); }
.info-box {
  background: rgba(8,43,99,0.04);
  border: 1px solid rgba(8,43,99,0.15);
  border-radius: var(--r);
  padding: 20px 24px;
  margin: 32px 0;
}
.info-box strong { color: var(--brand); }

/* ── Popup (legacy) hide sticky-mobile-cta ── */
.popup-overlay { z-index: 10000; }

/* ══════════════════════════════════════════════════════
   LIVE FEED — Interventions en cours (social proof)
══════════════════════════════════════════════════════ */
.live-feed-section {
  background: var(--brand);
  padding: 20px 0;
  overflow: hidden;
}
.live-feed-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.live-feed-label {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.55);
  white-space: nowrap;
}
.live-dot {
  width: 8px;
  height: 8px;
  background: #22D05C;
  border-radius: 50%;
  animation: live-pulse 1.4s infinite;
  flex-shrink: 0;
}
@keyframes live-pulse {
  0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(34,208,92,0.5); }
  50%      { opacity: 0.8; box-shadow: 0 0 0 6px rgba(34,208,92,0); }
}
.live-feed-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: liveFeedScroll 30s linear infinite;
  will-change: transform;
}
.live-feed-track:hover { animation-play-state: paused; }
@keyframes liveFeedScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.live-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  border-left: 1px solid rgba(255,255,255,0.1);
  white-space: nowrap;
}
.live-item-icon {
  font-size: 0.95rem;
  flex-shrink: 0;
}
.live-item-text {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.3;
}
.live-item-text strong {
  color: #fff;
  font-weight: 700;
}
.live-item-time {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.45);
  margin-left: 6px;
}
@media (prefers-reduced-motion: reduce) {
  .live-feed-track { animation: none; }
}

/* ══════════════════════════════════════════════════════
   CERTIFICATION BADGES — Section trust
══════════════════════════════════════════════════════ */
.certif-strip {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
}
.certif-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.certif-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-2);
  opacity: 0.8;
}
.certif-badge-icon {
  width: 28px;
  height: 28px;
  background: var(--brand-pale);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.certif-badge-icon svg { color: var(--brand); }
.certif-divider {
  width: 1px;
  height: 24px;
  background: var(--border-2);
}
@media (max-width: 640px) {
  .certif-strip-inner { gap: 16px; }
  .certif-divider { display: none; }
  .certif-badge { font-size: 0.72rem; }
}

/* ══════════════════════════════════════════════════════
   AVIS SUMMARY amélioré
══════════════════════════════════════════════════════ */
.avis-source-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  color: var(--text-3);
  border-bottom: 1px solid var(--border-2);
  transition: color var(--tr);
}
.avis-source-link:hover { color: var(--brand); }

