/* =========================================================
   Chaw Dépann Express — feuille de style
   Direction : "Urgence & Confiance" — motif route/trajet
   ========================================================= */

/* ---------- Polices auto-hébergées ---------- */
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/poppins-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/poppins-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/poppins-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Liberation Sans Web";
  src: url("/assets/fonts/libsans-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Liberation Sans Web";
  src: url("/assets/fonts/libsans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora Italic Web";
  src: url("/assets/fonts/lora-italic.woff") format("woff");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

/* ---------- Design tokens ---------- */
:root {
  --navy-950: #0a1526;
  --navy-900: #142648;
  --navy-800: #1b3160;
  --navy-700: #244080;
  --navy-line: rgba(255, 255, 255, 0.12);

  --orange-700: #c94406;
  --orange-600: #e75007;
  --orange-500: #ff6a1f;
  --orange-100: #fdece0;

  --white: #ffffff;
  --ink-900: #10182b;
  --ink-700: #33405c;
  --ink-500: #5b6785;
  --surface: #f6f7fb;
  --surface-alt: #ecefF6;
  --border: rgba(20, 38, 72, 0.1);

  --font-display: "Poppins", "Arial Black", sans-serif;
  --font-body: "Liberation Sans Web", "Helvetica Neue", Arial, sans-serif;
  --font-accent: "Lora Italic Web", Georgia, serif;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  --shadow-sm: 0 2px 10px rgba(10, 21, 38, 0.08);
  --shadow-md: 0 12px 32px rgba(10, 21, 38, 0.16);
  --shadow-orange: 0 10px 28px rgba(231, 80, 7, 0.35);

  --container: 1180px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink-900);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
.ico { width: 1em; height: 1em; display: inline-block; vertical-align: -0.15em; flex-shrink: 0; font-size: 20px; }
.main-nav summary .ico { font-size: 14px; margin-left: 2px; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); font-weight: 700; line-height: 1.08; }
p { margin: 0; }
button { font: inherit; cursor: pointer; }
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.accent { font-family: var(--font-accent); font-style: italic; font-weight: 600; color: var(--orange-600); }
:where(section) [class$="__accent"] { color: var(--orange-500); }

/* ---------- Skip link ---------- */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--orange-600);
  color: #fff;
  padding: 12px 18px;
  z-index: 999;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Route motif (utilitaire réutilisé partout) ---------- */
.road-rule {
  height: 4px;
  width: 100%;
  background-image: repeating-linear-gradient(
    90deg,
    var(--orange-600) 0 28px,
    transparent 28px 48px
  );
  border-radius: 2px;
}
.road-rule--light {
  background-image: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.85) 0 20px,
    transparent 20px 36px
  );
}

/* ---------- Bandeau d'urgence (top bar) ---------- */
.top-bar {
  background: var(--navy-950);
  color: #cdd7ec;
  font-size: 13.5px;
  font-weight: 500;
}
.top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 24px;
  text-align: center;
  flex-wrap: wrap;
}
.top-bar strong { color: #fff; }
.top-bar .dot { width: 7px; height: 7px; border-radius: 50%; background: #33d17a; display: inline-block; box-shadow: 0 0 0 3px rgba(51, 209, 122, 0.25); animation: pulse-dot 2.2s ease-out infinite; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--navy-900);
  border-bottom: 1px solid var(--navy-line);
  transition: box-shadow .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 26px rgba(5, 11, 22, 0.4); }
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--navy-800);
  border: 2px solid var(--orange-600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--orange-500);
  flex-shrink: 0;
}
.brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.brand__name { font-family: var(--font-display); font-weight: 700; font-size: 17px; letter-spacing: 0.2px; }
.brand__name .express { color: var(--orange-500); }
.brand__tagline { font-size: 11.5px; color: #9fb0d1; letter-spacing: 0.6px; text-transform: uppercase; }
.brand__logo-img { display: none; }
.brand__tagline-compact { display: none; }

.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a {
  color: #d7e0f5;
  font-size: 14.5px;
  font-weight: 500;
  position: relative;
  padding: 6px 0;
}
.main-nav a:hover { color: #fff; }
.main-nav details { position: relative; }
.main-nav summary { list-style: none; cursor: pointer; color: #d7e0f5; font-size: 14.5px; font-weight: 500; display:flex; align-items:center; gap:4px; }
.main-nav summary::-webkit-details-marker { display: none; }
.main-nav details[open] summary { color: #fff; }
.nav-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  padding: 10px;
  width: 300px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  z-index: 50;
}
.nav-dropdown a {
  color: var(--ink-900);
  font-size: 13.5px;
  padding: 9px 10px;
  border-radius: 8px;
  font-weight: 500;
}
.nav-dropdown a:hover { background: var(--surface); color: var(--orange-600); }

.header-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--orange-600);
  color: #fff;
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  box-shadow: var(--shadow-orange);
  transition: transform .15s ease, background .15s ease;
}
.header-cta:hover { background: var(--orange-500); transform: translateY(-1px); }
.header-cta svg { width: 18px; height: 18px; flex-shrink: 0; }
.header-cta__sub { display: block; font-family: var(--font-body); font-size: 10px; font-weight: 700; opacity: .9; text-transform: uppercase; letter-spacing: .5px; }

.mobile-nav-toggle { display: none; position: relative; }
.mobile-nav-toggle summary {
  list-style: none;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border: 1px solid var(--navy-line);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.mobile-nav-toggle summary svg { width: 20px; height: 20px; }
.mobile-nav-toggle summary::-webkit-details-marker { display: none; }
.mobile-nav-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: min(88vw, 320px);
  background: var(--navy-900);
  border: 1px solid var(--navy-line);
  border-radius: var(--radius-md);
  padding: 10px 16px 16px;
  box-shadow: var(--shadow-md);
  z-index: 60;
}
.mobile-nav-panel a {
  display: block;
  padding: 12px 4px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid var(--navy-line);
}
.mobile-nav-panel a:last-child { border-bottom: none; }
.mobile-nav-panel .mobile-nav-sub-label {
  padding: 14px 4px 6px;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: #7c8bb0;
  font-weight: 700;
}
.mobile-nav-panel .mobile-nav-sub a { font-weight: 500; color: #c3cee6; font-size: 14px; padding: 9px 4px; }

/* ---------- Bouton CTA générique (un seul type d'action forte) ---------- */
.btn-call {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--orange-600);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  border-radius: var(--radius-pill);
  padding: 18px 30px;
  font-size: 18px;
  box-shadow: var(--shadow-orange);
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
  border: none;
}
.btn-call:hover { background: var(--orange-500); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(231,80,7,.42); }
.btn-call svg { width: 22px; height: 22px; flex-shrink: 0; }
.btn-call small { display: block; font-family: var(--font-body); font-weight: 700; font-size: 12px; opacity: .92; text-transform: uppercase; letter-spacing: .6px; }
.btn-call--lg { padding: 22px 38px; font-size: 21px; }
.btn-call--ghost { background: transparent; border: 2px solid rgba(255,255,255,.5); box-shadow: none; color: #fff; }
.btn-call--ghost:hover { background: rgba(255,255,255,.1); }
.btn-call--dark { background: var(--navy-900); box-shadow: 0 10px 28px rgba(10,21,38,.28); }
.btn-call--dark:hover { background: var(--navy-800); }
.btn-call--pulse { position: relative; }
.btn-call--pulse::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  animation: cta-ring 2s ease-out infinite;
  pointer-events: none;
}

.link-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: var(--navy-900);
  border-bottom: 2px solid var(--orange-600);
  padding-bottom: 2px;
}
.link-more svg { width: 16px; height: 16px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: radial-gradient(ellipse at top right, #1d3568 0%, var(--navy-900) 46%, var(--navy-950) 100%);
  color: #fff;
  overflow: hidden;
  padding: 64px 0 0;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  padding-bottom: 60px;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(231, 80, 7, 0.16);
  border: 1px solid rgba(231, 80, 7, 0.45);
  color: var(--orange-500);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 22px;
}
.hero__eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: #33d17a; box-shadow: 0 0 0 3px rgba(51,209,122,.28); animation: pulse-dot 2.2s ease-out infinite; }
.hero h1 {
  font-size: clamp(34px, 4.4vw, 56px);
  letter-spacing: -0.5px;
  margin-bottom: 22px;
}
.hero__lead {
  font-size: 18px;
  line-height: 1.6;
  color: #c3cee6;
  max-width: 46ch;
  margin-bottom: 32px;
}
.hero__ctas { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-bottom: 40px; }
.hero__ctas-note { font-size: 13.5px; color: #9fb0d1; }
.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 30px;
}
.hero__stat-num { font-family: var(--font-display); font-weight: 700; font-size: 24px; color: #fff; }
.hero__stat-label { font-size: 12.5px; color: #9fb0d1; margin-top: 2px; }

/* visuel hero : route stylisée + carte IDF */
.hero__visual { position: relative; }
.hero__art {
  position: relative;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, #1c3260 0%, #0e1c38 100%);
  border: 1px solid var(--navy-line);
  padding: 30px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.hero__art-logo { width: 100%; max-width: 300px; margin: 0 auto 22px; }
.hero__art-road {
  position: relative;
  height: 3px;
  background-image: repeating-linear-gradient(90deg, var(--orange-500) 0 22px, transparent 22px 40px);
  margin: 26px 0;
  border-radius: 2px;
}
.hero__art-road::before, .hero__art-road::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange-500);
  box-shadow: 0 0 0 5px rgba(255,106,31,.2);
}
.hero__art-road::before { left: -2px; }
.hero__art-road::after { right: -2px; }
.hero__art-road-truck {
  position: absolute;
  top: 50%;
  left: -8%;
  width: 24px;
  height: 24px;
  color: var(--orange-500);
  filter: drop-shadow(0 3px 6px rgba(0,0,0,.35));
  transform: translateY(-50%);
  animation: hero-drive 5.5s linear infinite;
}
.hero__zone-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.hero__zone-chips span {
  font-size: 12.5px;
  font-weight: 600;
  color: #cdd7ec;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--navy-line);
  padding: 6px 12px;
  border-radius: var(--radius-pill);
}
.hero__base-note { text-align: center; font-size: 13px; color: #9fb0d1; margin-top: 20px; }
.hero__base-note strong { color: #fff; }

.hero__floor {
  height: 46px;
  background-image: repeating-linear-gradient(90deg, transparent 0 46px, rgba(255,255,255,.05) 46px 48px);
}

/* ---------- Bandeau confiance ---------- */
.trust-strip {
  background: var(--navy-950);
  border-top: 1px solid var(--navy-line);
}
.trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 26px 0;
}
.trust-item { display: flex; align-items: center; gap: 12px; color: #dfe6f6; }
.trust-item svg { width: 26px; height: 26px; color: var(--orange-500); flex-shrink: 0; }
.trust-item strong { display: block; font-size: 14.5px; font-weight: 700; color: #fff; }
.trust-item span { font-size: 12.5px; color: #9fb0d1; }

/* ---------- Section générique ---------- */
.section { padding: 88px 0; }
.section--surface { background: var(--surface); }
.section--navy { background: var(--navy-900); color: #fff; }
.section--navy .section__label { color: var(--orange-500); }
.section--navy .section__title { color: #fff; }
.section--navy .section__desc { color: #b9c4de; }
.section__head { max-width: 640px; margin: 0 auto 52px; text-align: center; }
.section__head--left { margin: 0 0 48px; text-align: left; }
.section__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: var(--orange-600);
  margin-bottom: 14px;
}
.section__label::before { content: ""; width: 22px; height: 3px; background: var(--orange-600); border-radius: 2px; }
.section__title { font-size: clamp(26px, 3vw, 38px); margin-bottom: 14px; color: var(--navy-900); }
.section__desc { font-size: 16.5px; color: var(--ink-500); line-height: 1.65; }

/* ---------- Services ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  position: relative;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: transparent; }
.service-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--orange-100);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: transform .3s cubic-bezier(.22,.9,.32,1), background .3s ease;
}
.service-card__icon svg { width: 27px; height: 27px; color: var(--orange-600); transition: color .3s ease; }
.service-card:hover .service-card__icon { transform: rotate(-8deg) scale(1.08); background: var(--orange-600); }
.service-card:hover .service-card__icon svg { color: #fff; }
.service-card h3 { font-size: 17.5px; margin-bottom: 8px; color: var(--navy-900); }
.service-card p { font-size: 14.5px; color: var(--ink-500); line-height: 1.55; }
.service-card__num {
  position: absolute;
  top: 22px; right: 22px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--border);
}

/* ---------- Comment ça marche (route reliant les étapes) ---------- */
.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 10px;
}
.steps::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 12%;
  right: 12%;
  height: 3px;
  background-image: repeating-linear-gradient(90deg, var(--orange-600) 0 16px, transparent 16px 30px);
  z-index: 0;
}
.step { position: relative; z-index: 1; text-align: center; }
.step__num {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--orange-500);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border: 4px solid var(--surface);
  box-shadow: var(--shadow-sm);
}
.step h3 { font-size: 17px; margin-bottom: 8px; color: var(--navy-900); }
.step p { font-size: 14.5px; color: var(--ink-500); line-height: 1.55; max-width: 28ch; margin: 0 auto; }

/* ---------- Zones IDF ---------- */
.zones-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.zone-card {
  background: rgba(255,255,255,.04);
  border: 1px solid var(--navy-line);
  border-radius: var(--radius-md);
  padding: 22px;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.zone-card:hover { background: rgba(255,255,255,.08); border-color: var(--orange-600); transform: translateY(-3px); }
.zone-card__code { font-family: var(--font-display); font-weight: 700; color: var(--orange-500); font-size: 13px; letter-spacing: .5px; }
.zone-card h3 { font-size: 16.5px; color: #fff; margin: 6px 0 8px; }
.zone-card p { font-size: 13px; color: #a9b6d4; line-height: 1.5; }
.zone-card__link { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-size: 13px; font-weight: 600; color: var(--orange-500); }
.zone-card__link svg { width: 14px; height: 14px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 4px 22px;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15.5px;
  color: var(--navy-900);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .chev { width: 20px; height: 20px; flex-shrink: 0; color: var(--orange-600); transition: transform .2s ease; }
.faq-item[open] summary .chev { transform: rotate(180deg); }
.faq-item p { font-size: 14.5px; color: var(--ink-500); line-height: 1.6; padding: 0 0 20px; }

/* ---------- CTA final ---------- */
.cta-banner {
  background: linear-gradient(120deg, var(--orange-700), var(--orange-600) 55%, var(--orange-500));
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  overflow: hidden;
}
.cta-banner::after {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.15) 0 3px, transparent 3px 34px);
  opacity: .5;
}
.cta-banner__text { position: relative; z-index: 1; max-width: 520px; }
.cta-banner h2 { font-size: clamp(24px, 2.8vw, 32px); margin-bottom: 10px; }
.cta-banner p { font-size: 15.5px; opacity: .95; }
.cta-banner__action { position: relative; z-index: 1; text-align: center; flex-shrink: 0; }
.cta-banner .btn-call { background: var(--navy-900); box-shadow: 0 12px 28px rgba(10,21,38,.35); }
.cta-banner .btn-call:hover { background: var(--navy-800); }
.cta-banner__note { margin-top: 10px; font-size: 13px; opacity: .9; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-950); color: #a9b6d4; padding-top: 64px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--navy-line);
}
.footer-brand img { width: 220px; margin-bottom: 16px; }
.footer-brand p { font-size: 14px; line-height: 1.6; max-width: 32ch; }
.footer-col h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .6px; color: #fff; margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 14px; color: #a9b6d4; transition: color .15s; }
.footer-col a:hover { color: var(--orange-500); }
.footer-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 6px;
}
.footer-phone svg { width: 20px; height: 20px; color: var(--orange-500); }
.footer-avail { font-size: 13px; color: #7c8bb0; margin-bottom: 18px; }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0 90px;
  font-size: 12.5px;
  color: #7c8bb0;
  flex-wrap: wrap;
}
.footer-bottom ul { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-bottom a:hover { color: #fff; }

/* ---------- Barre d'appel flottante mobile ---------- */
.mobile-call-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 200;
  background: var(--orange-600);
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
  box-shadow: 0 -8px 24px rgba(10,21,38,.28);
  font-family: var(--font-display);
  font-weight: 700;
  color: #fff;
  font-size: 16.5px;
  animation: bar-breathe 2.6s ease-in-out infinite;
}
.mobile-call-bar svg { width: 22px; height: 22px; }

/* ---------- Fil d'ariane ---------- */
.breadcrumb { font-size: 13px; color: var(--ink-500); display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.breadcrumb a { color: var(--ink-500); }
.breadcrumb a:hover { color: var(--orange-600); }
.breadcrumb span[aria-current] { color: var(--navy-900); font-weight: 600; }
.page-hero .breadcrumb,
.page-hero .breadcrumb a { color: #9fb0d1; }
.page-hero .breadcrumb a:hover { color: #fff; }
.page-hero .breadcrumb span[aria-current] { color: #fff; }

/* ---------- Page intérieure (dept, services, contact, mentions) ---------- */
.page-hero {
  background: linear-gradient(160deg, var(--navy-900), var(--navy-950));
  color: #fff;
  padding: 46px 0 64px;
}
.page-hero h1 { font-size: clamp(28px, 3.6vw, 42px); margin-bottom: 16px; }
.page-hero__lead { font-size: 16.5px; color: #c3cee6; max-width: 62ch; line-height: 1.65; }
.page-hero .btn-call { margin-top: 26px; }

.prose { font-size: 16px; line-height: 1.75; color: var(--ink-700); }
.prose p + p { margin-top: 16px; }
.prose h2 { font-size: 24px; color: var(--navy-900); margin: 40px 0 14px; }
.landmark-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 20px; margin-top: 18px; }
.landmark-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--ink-700); }
.landmark-list svg { width: 17px; height: 17px; color: var(--orange-600); flex-shrink: 0; margin-top: 2px; }

.two-col { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: start; }
.side-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 30px;
  position: sticky;
  top: 100px;
}
.side-card h3 { font-size: 17px; color: var(--navy-900); margin-bottom: 10px; }
.side-card p { font-size: 14px; color: var(--ink-500); margin-bottom: 20px; line-height: 1.6; }
.side-card .btn-call { width: 100%; justify-content: center; }
.side-list { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; }
.side-list a { font-size: 14px; font-weight: 600; color: var(--navy-900); display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-top: 1px solid var(--border); }
.side-list a:hover { color: var(--orange-600); }

.placeholder-note {
  background: var(--surface-alt);
  border: 1px dashed var(--border);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  font-size: 13.5px;
  color: var(--ink-500);
}

.legal-block { max-width: 760px; }
.legal-block h2 { font-size: 19px; color: var(--navy-900); margin: 30px 0 10px; }
.legal-block p { font-size: 14.5px; line-height: 1.7; color: var(--ink-700); margin-bottom: 10px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 40px; }
.contact-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-sm);
}
.contact-card__icon { width: 50px; height: 50px; border-radius: 14px; background: var(--orange-100); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.contact-card__icon svg { width: 26px; height: 26px; color: var(--orange-600); }
.contact-card h3 { font-size: 17px; color: var(--navy-900); margin-bottom: 8px; }
.contact-card p { font-size: 14.5px; color: var(--ink-500); line-height: 1.6; }

/* ---------- Mouvement : apparitions au scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s cubic-bezier(.22,.9,.32,1), transform .7s cubic-bezier(.22,.9,.32,1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Keyframes ---------- */
@keyframes pulse-dot {
  0% { box-shadow: 0 0 0 0 rgba(51,209,122,.55); }
  70% { box-shadow: 0 0 0 9px rgba(51,209,122,0); }
  100% { box-shadow: 0 0 0 0 rgba(51,209,122,0); }
}
@keyframes cta-ring {
  0% { box-shadow: 0 0 0 0 rgba(231,80,7,.5); }
  100% { box-shadow: 0 0 0 var(--cta-ring-spread, 20px) rgba(231,80,7,0); }
}
@keyframes bar-breathe {
  0%, 100% { background: var(--orange-600); }
  50% { background: var(--orange-500); }
}
@keyframes hero-drive {
  0% { left: -8%; }
  100% { left: 108%; }
}
@keyframes road-dash {
  to { background-position: 48px 0; }
}

.hero__art-road, .hero__floor, .road-rule {
  animation: road-dash 1.8s linear infinite;
}
.steps::before { animation: road-dash 1.6s linear infinite; }

/* Respecte les personnes sensibles au mouvement */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .top-bar .dot, .hero__eyebrow .dot,
  .btn-call--pulse::after, .mobile-call-bar,
  .hero__art-road-truck, .hero__art-road, .hero__floor, .road-rule, .steps::before {
    animation: none !important;
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { max-width: 480px; }
  .trust-strip__inner { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .zones-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .main-nav { display: none; }
  .mobile-nav-toggle { display: block; }
  .header-cta__sub { display: none; }
  .steps { grid-template-columns: 1fr; gap: 44px; }
  .steps::before { display: none; }
  .landmark-list { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .section { padding: 60px 0; }
  /* Bouton d'appel du header : icône seule, même gabarit que le bouton menu à côté */
  .header-cta__label { display: none; }
  .header-cta {
    width: 42px;
    height: 42px;
    padding: 0;
    gap: 0;
    border-radius: var(--radius-sm);
    box-shadow: 0 4px 12px rgba(231,80,7,.3);
    justify-content: center;
  }
  .header-cta svg { width: 18px; height: 18px; }
  /* Bloc marque plus compact : logo réel + "Île-de-France" sur une seule ligne */
  .brand { gap: 9px; }
  .brand__mark, .brand__text { display: none; }
  .brand__logo-img { display: block; height: 32px; width: auto; }
  .brand__tagline-compact {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #9fb0d1;
    letter-spacing: .4px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  /* CTA hero plus discret : moins de surface orange, moins agressif */
  .btn-call--lg { padding: 15px 22px; font-size: 16px; gap: 10px; }
  .btn-call--lg svg { width: 19px; height: 19px; }
  .btn-call--pulse { --cta-ring-spread: 10px; }
  .services-grid { grid-template-columns: 1fr; }
  .zones-grid { grid-template-columns: 1fr; }
  .trust-strip__inner { grid-template-columns: 1fr; gap: 0; }
  .trust-item { padding: 16px 0; border-bottom: 1px solid var(--navy-line); }
  .trust-item:last-child { border-bottom: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .cta-banner { flex-direction: column; text-align: center; padding: 40px 26px; }
  .mobile-call-bar { display: flex; }
  body { padding-bottom: 74px; }
  .hero { padding-top: 40px; }
  .hero__ctas { flex-direction: column; align-items: stretch; }
  .hero__ctas .btn-call { justify-content: center; }
  .hero__stats { grid-template-columns: 1fr; gap: 14px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ---------- Utilitaires ---------- */
.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}
