/* ==========================================================================
   RD Solutions — Design system
   Charte reprise des documents commerciaux RD (devis) :
     navy #1E3A5F · bleu d'accent #3B7DDD · gris de fond #F1F3F7
   Pour changer l'identité visuelle, modifiez uniquement les variables ci-dessous.
   ========================================================================== */

:root {
  /* Couleurs de marque */
  --ink: #14283f;          /* navy profond (fonds sombres)   */
  --ink-2: #1e3a5f;        /* navy de la marque              */
  --ink-3: #274a76;        /* navy clair                     */
  --blue-700: #255aa8;
  --blue-600: #2f6bc6;
  --blue-500: #3b7ddd;     /* bleu d'accent de la marque     */
  --blue-400: #6c9fe8;
  --blue-100: #d6e4f8;
  --blue-50: #eff4fc;
  --cyan-400: #7fb2f2;     /* bleu clair pour les dégradés   */

  /* Neutres */
  --white: #ffffff;
  --slate-25: #fafbfd;
  --slate-50: #f1f3f7;     /* gris des bandeaux du devis     */
  --slate-100: #e8ecf3;
  --slate-200: #dde3ec;
  --slate-300: #c5cedc;
  --slate-400: #8e9bb0;
  --slate-500: #5f738e;

  /* Sémantique */
  --text: #1f2937;
  --text-muted: #55647c;
  --text-inverse: #ffffff;
  --text-inverse-muted: #b0bed3;
  --border: #e1e7f0;
  --border-dark: rgba(255, 255, 255, 0.14);
  --success: #0f8f66;
  --warn: #c2410c;

  /* Typographie */
  --font: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Avenir Next", Helvetica, Arial, sans-serif;
  --fs-hero: clamp(2.35rem, 5.2vw, 4.05rem);
  --fs-h1: clamp(2.1rem, 4.4vw, 3.35rem);
  --fs-h2: clamp(1.72rem, 3.1vw, 2.6rem);
  --fs-h3: clamp(1.16rem, 1.7vw, 1.4rem);
  --fs-lead: clamp(1.04rem, 1.5vw, 1.24rem);

  /* Layout */
  --container: 1180px;
  --container-narrow: 780px;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;
  --section-y: clamp(4rem, 8vw, 7.5rem);

  /* Ombres */
  --shadow-xs: 0 1px 2px rgba(20, 40, 63, 0.06);
  --shadow-sm: 0 2px 8px rgba(20, 40, 63, 0.06);
  --shadow-md: 0 12px 32px -12px rgba(20, 40, 63, 0.16);
  --shadow-lg: 0 32px 64px -24px rgba(20, 40, 63, 0.28);
  --shadow-blue: 0 16px 40px -14px rgba(37, 90, 168, 0.45);

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Reset ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: var(--blue-600); text-decoration: none; }
a:hover { color: var(--blue-700); }
ul, ol { margin: 0; padding: 0; }

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--text);
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); letter-spacing: -0.015em; line-height: 1.3; }
p { margin: 0; }

:focus-visible {
  outline: 3px solid var(--blue-400);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--ink);
  color: #fff;
  padding: 0.85rem 1.25rem;
  border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; color: #fff; }

.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;
}

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(1.15rem, 4vw, 2rem);
}
.container--narrow { max-width: var(--container-narrow); }

.section { padding: var(--section-y) 0; position: relative; }
.section--tight { padding: clamp(3rem, 5vw, 4.5rem) 0; }
.section--muted { background: var(--slate-50); }
.section--line { border-top: 1px solid var(--border); }

.section--dark {
  background:
    radial-gradient(1000px 520px at 82% -12%, rgba(59, 125, 221, 0.28), transparent 60%),
    radial-gradient(760px 420px at 6% 108%, rgba(127, 178, 242, 0.14), transparent 62%),
    var(--ink);
  color: var(--text-inverse);
}
.section--dark h1,
.section--dark h2,
.section--dark h3 { color: #fff; }
.section--dark p,
.section--dark li { color: var(--text-inverse-muted); }
.section--dark .eyebrow { color: #9ec0f0; background: rgba(108, 159, 232, 0.14); border-color: rgba(158, 192, 240, 0.28); }

.stack > * + * { margin-top: 1rem; }
.grid { display: grid; gap: clamp(1rem, 2vw, 1.6rem); }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid--sidebar { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); align-items: center; gap: clamp(2rem, 5vw, 4.5rem); }

@media (max-width: 1000px) {
  .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid--sidebar { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
}

/* ---------- Typographie utilitaire ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--blue-600);
  background: var(--blue-50);
  border: 1px solid var(--blue-100);
  padding: 0.4rem 0.8rem;
  border-radius: var(--radius-pill);
}
.eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--blue-500);
}

.lead {
  font-size: var(--fs-lead);
  color: var(--text-muted);
  line-height: 1.62;
}
.section--dark .lead { color: var(--text-inverse-muted); }

.section-head { max-width: 720px; margin-bottom: clamp(2.2rem, 4vw, 3.4rem); }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head .eyebrow { margin-bottom: 1.15rem; }
.section-head h2 + .lead { margin-top: 1.1rem; }

.text-gradient {
  background: linear-gradient(96deg, var(--blue-400) 0%, var(--cyan-400) 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.text-blue { color: var(--blue-600); }
.text-center { text-align: center; }
.mt-0 { margin-top: 0 !important; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 0.9rem 1.55rem;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease),
              background-color 0.22s var(--ease), color 0.22s var(--ease), border-color 0.22s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; flex: none; }

.btn--primary {
  background: linear-gradient(180deg, var(--blue-500), var(--blue-600));
  color: #fff;
  box-shadow: var(--shadow-blue);
}
.btn--primary:hover { color: #fff; box-shadow: 0 22px 46px -14px rgba(37, 90, 168, 0.6); }

.btn--dark { background: var(--ink); color: #fff; box-shadow: var(--shadow-md); }
.btn--dark:hover { color: #fff; background: var(--ink-2); }

.btn--outline { background: #fff; color: var(--text); border-color: var(--border); box-shadow: var(--shadow-xs); }
.btn--outline:hover { border-color: var(--blue-400); color: var(--blue-700); }

.btn--light { background: rgba(255, 255, 255, 0.1); color: #fff; border-color: rgba(255, 255, 255, 0.28); backdrop-filter: blur(8px); }
.btn--light:hover { background: rgba(255, 255, 255, 0.18); color: #fff; }

.btn--white { background: #fff; color: var(--ink); }
.btn--white:hover { color: var(--blue-700); }

.btn--sm { padding: 0.68rem 1.2rem; font-size: 0.9rem; }
.btn--lg { padding: 1.05rem 1.95rem; font-size: 1.02rem; }
.btn--block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: 0.85rem; align-items: center; }
.btn-row--center { justify-content: center; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  font-size: 0.95rem;
}
.link-arrow::after {
  content: "→";
  transition: transform 0.2s var(--ease);
}
.link-arrow:hover::after { transform: translateX(4px); }

/* ---------- Pastille d'échéance (sobre, dans la palette de marque) ---------- */
.deadline-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 1rem;
  border-radius: var(--radius-pill);
  background: var(--blue-50);
  border: 1px solid var(--blue-100);
  color: var(--blue-700) !important;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
}
.deadline-pill svg { width: 16px; height: 16px; flex: none; }
/* Sur fond sombre, la même pastille en clair sur transparent */
.section--dark .deadline-pill,
.card--dark .deadline-pill,
.hero .deadline-pill {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(158, 192, 240, 0.32);
  color: #cfdff7 !important;
}

/* ---------- Bandeau d'annonce (facturation électronique) ----------
   Pour le retirer une fois l'échéance passée : supprimez le bloc
   <div class="announce">…</div> en haut de chaque page.                */
.announce {
  background: linear-gradient(100deg, var(--ink), var(--ink-2) 70%, var(--ink-3));
  color: #fff;
  font-size: 0.89rem;
  line-height: 1.45;
}
.announce__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem 0.9rem;
  padding: 0.7rem 0;
  text-align: center;
}
.announce__dot {
  width: 6px; height: 6px;
  flex: none;
  border-radius: 50%;
  background: var(--blue-400);
}
.announce strong { color: #fff; font-weight: 700; }
.announce a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}
.announce a:hover { color: #9ec0f0; }
@media (max-width: 560px) {
  .announce { font-size: 0.83rem; }
  .announce__inner { padding: 0.6rem 0; }
}

/* ---------- Navigation ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.nav.is-scrolled { border-bottom-color: var(--border); box-shadow: var(--shadow-xs); }

.nav__inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 74px;
}

.brand { display: inline-flex; align-items: center; gap: 0.65rem; color: var(--text); flex: none; }
.brand:hover { color: var(--text); }
.brand__mark { height: 40px; width: auto; flex: none; }
.brand__text {
  font-size: 0.94rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.185em;
  line-height: 1;
  padding-top: 2px;
}
@media (max-width: 400px) { .brand__text { font-size: 0.82rem; letter-spacing: 0.14em; } }

.nav__links {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin-left: auto;
}
.nav__links a {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  color: var(--text-muted);
  padding: 0.45rem 0.58rem;
  border-radius: var(--radius-sm);
  transition: color 0.2s var(--ease), background-color 0.2s var(--ease);
}
.nav__links a:hover { color: var(--text); background: var(--slate-100); }
.nav__links a[aria-current="page"] { color: var(--blue-600); font-weight: 700; }

.nav__cta { display: flex; align-items: center; gap: 0.6rem; flex: none; }
/* Bouton d'appel direct, affiché uniquement sur les petits écrans. */
.btn--nav-phone { display: none; padding: 0.6rem 0.85rem; }
.nav__burger {
  display: none;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 11px;
  cursor: pointer;
}
.nav__burger span {
  display: block;
  position: relative;
  width: 18px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.25s var(--ease), background-color 0.2s;
}
.nav__burger span::before,
.nav__burger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.25s var(--ease), top 0.25s var(--ease);
}
.nav__burger span::before { top: -6px; }
.nav__burger span::after { top: 6px; }
.nav__burger[aria-expanded="true"] span { background: transparent; }
.nav__burger[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav__burger[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 1180px) {
  .nav__burger { display: inline-flex; order: 3; }
  .nav__cta { order: 2; margin-left: auto; }
  .nav__links {
    position: absolute;
    left: 0; right: 0; top: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
    margin: 0;
    padding: 0.75rem clamp(1.15rem, 4vw, 2rem) 1.5rem;
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    display: none;
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 0.8rem 0.75rem; font-size: 1rem; }
}
@media (max-width: 520px) {
  .nav__cta .btn { display: none; }
  .nav__cta .btn--nav-phone { display: inline-flex; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 6.5rem) 0 clamp(3.5rem, 7vw, 6rem);
  background:
    radial-gradient(1100px 620px at 78% -18%, rgba(59, 125, 221, 0.32), transparent 62%),
    radial-gradient(820px 520px at -6% 100%, rgba(127, 178, 242, 0.16), transparent 60%),
    var(--ink);
  color: #fff;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(70% 60% at 50% 40%, #000 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(70% 60% at 50% 40%, #000 20%, transparent 78%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero h1 { font-size: var(--fs-hero); color: #fff; }
.hero .lead { color: #c9d6ea; max-width: 44ch; margin-top: 1.4rem; }
.hero .btn-row { margin-top: 2.1rem; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero__eyebrow { margin-bottom: 1.5rem; }
.hero--page { padding: clamp(3.2rem, 6vw, 5rem) 0 clamp(3.2rem, 6vw, 4.5rem); }
.hero--page .lead { max-width: 62ch; }

@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; }
}

/* Encart facturation électronique dans le hero — discret, sans couleur d'alerte */
.hero__alert {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.9rem;
  padding: 0.9rem 1.1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-dark);
  color: #fff;
  max-width: 30rem;
  transition: background-color 0.22s var(--ease), border-color 0.22s var(--ease);
}
.hero__alert:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(158, 192, 240, 0.4);
}
.hero__alert-dot {
  width: 6px; height: 6px;
  flex: none;
  border-radius: 50%;
  background: var(--blue-400);
}
.hero__alert-text { font-size: 0.87rem; line-height: 1.45; color: #a8b7cd; }
.hero__alert-text b { display: block; color: #fff; font-weight: 700; margin-bottom: 0.15rem; }
.hero__alert-go { margin-left: auto; font-size: 1.05rem; color: #9ec0f0; }
@media (max-width: 480px) {
  .hero__alert { padding: 0.8rem 0.95rem; }
  .hero__alert-go { display: none; }
}

.hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2.4rem;
  margin-top: 2.6rem;
  padding-top: 1.9rem;
  border-top: 1px solid var(--border-dark);
}
.hero__proof div { min-width: 118px; }
.hero__proof b {
  display: block;
  font-size: 1.72rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.1;
}
.hero__proof span { font-size: 0.86rem; color: #9aa9c0; }

/* ---------- Diagramme de flux (visuel hero) ---------- */
.flow {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-lg);
  padding: clamp(1.15rem, 2.5vw, 1.75rem);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(10px);
}
.flow__bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding-bottom: 0.95rem;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid var(--border-dark);
}
.flow__dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255, 255, 255, 0.22); }
.flow__title { margin-left: 0.6rem; font-size: 0.82rem; color: #a8b7cd; letter-spacing: 0.02em; }
.flow__steps { display: grid; gap: 0.55rem; list-style: none; }
.flow__step {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.75rem 0.9rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  font-size: 0.9rem;
  color: #e8eef7 !important;
  animation: flowIn 0.6s var(--ease) backwards;
}
.flow__step:nth-child(1) { animation-delay: 0.05s; }
.flow__step:nth-child(2) { animation-delay: 0.16s; }
.flow__step:nth-child(3) { animation-delay: 0.27s; }
.flow__step:nth-child(4) { animation-delay: 0.38s; }
.flow__step:nth-child(5) { animation-delay: 0.49s; }
.flow__step:nth-child(6) { animation-delay: 0.6s; }
.flow__step--ai {
  background: linear-gradient(96deg, rgba(59, 125, 221, 0.34), rgba(127, 178, 242, 0.16));
  border-color: rgba(108, 159, 232, 0.5);
}
.flow__ico {
  width: 30px; height: 30px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.1);
  color: #cfdff7;
}
.flow__ico svg { width: 16px; height: 16px; }
.flow__step time,
.flow__step .flow__meta {
  margin-left: auto;
  font-size: 0.75rem;
  color: #93a6c0;
  font-variant-numeric: tabular-nums;
}
@keyframes flowIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
.flow__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.1rem;
  padding-top: 0.95rem;
  border-top: 1px solid var(--border-dark);
  font-size: 0.82rem;
  color: #a8b7cd;
}
.flow__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #6ee7b7;
  font-weight: 600;
}
.flow__badge::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.18);
  animation: pulse 2.2s infinite;
}
@keyframes pulse {
  50% { box-shadow: 0 0 0 8px rgba(52, 211, 153, 0); }
}

/* ---------- Cartes ---------- */
.card {
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 2.4vw, 1.9rem);
  box-shadow: var(--shadow-xs);
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
  height: 100%;
}
.card--hover:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--slate-200); }
.card h3 { margin-bottom: 0.6rem; }
.card p { color: var(--text-muted); font-size: 0.97rem; }
.card__ico {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 13px;
  margin-bottom: 1.15rem;
  background: linear-gradient(160deg, var(--blue-50), #fff);
  border: 1px solid var(--blue-100);
  color: var(--blue-600);
}
.card__ico svg { width: 22px; height: 22px; }
.card--dark {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border-color: var(--border-dark);
  color: #fff;
}
.card--dark p { color: var(--text-inverse-muted); }
.card--dark .card__ico { background: rgba(108, 159, 232, 0.16); border-color: rgba(158, 192, 240, 0.3); color: #cfdff7; }
.card--feature { padding: clamp(1.6rem, 3vw, 2.4rem); }

.tag-list { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1.15rem; list-style: none; }
.tag {
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--text-muted);
  background: var(--slate-50);
  border: 1px solid var(--border);
  padding: 0.28rem 0.65rem;
  border-radius: var(--radius-pill);
}

/* ---------- Listes à puces ---------- */
.checks { list-style: none; display: grid; gap: 0.7rem; }
.checks li {
  position: relative;
  padding-left: 1.95rem;
  font-size: 0.97rem;
  color: var(--text-muted);
}
.checks li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.32em;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--blue-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f6bc6' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat;
  border: 1px solid var(--blue-100);
}
.section--dark .checks li::before,
.card--dark .checks li::before {
  background-color: rgba(108, 159, 232, 0.18);
  border-color: rgba(158, 192, 240, 0.3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cfdff7' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}
.checks--crosses li::before {
  background-color: #fef2f2;
  border-color: #fecaca;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc2626' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
}
/* Doit rester après la règle des coches sur fond sombre, sinon les croix
   sont remplacées par des coches bleues dans les cartes foncées. */
.section--dark .checks--crosses li::before,
.card--dark .checks--crosses li::before {
  background-color: rgba(248, 113, 113, 0.16);
  border-color: rgba(248, 113, 113, 0.45);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fca5a5' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
}
.prose-list { list-style: none; display: grid; gap: 0.55rem; margin-top: 1rem; }
.prose-list li { position: relative; padding-left: 1.1rem; color: var(--text-muted); }
.prose-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.68em;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--blue-500);
}

/* ---------- Statistiques ---------- */
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.stat { background: #fff; padding: clamp(1.35rem, 2.5vw, 2rem); text-align: center; }
.stat b {
  display: block;
  font-size: clamp(2rem, 3.6vw, 2.85rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--blue-600);
  font-variant-numeric: tabular-nums;
}
.stat span { display: block; margin-top: 0.6rem; font-size: 0.9rem; color: var(--text-muted); }
.section--dark .stats { background: var(--border-dark); border-color: var(--border-dark); }
.section--dark .stat { background: rgba(255, 255, 255, 0.035); }
.section--dark .stat b { color: #8fb6ee; }
@media (max-width: 860px) { .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---------- Étapes / process ---------- */
.steps { counter-reset: step; display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
.steps--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.steps--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.step {
  position: relative;
  counter-increment: step;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 2.4vw, 1.85rem);
}
.step::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  font-size: 0.95rem;
  font-weight: 900;
  color: var(--blue-600);
  letter-spacing: 0.02em;
  margin-bottom: 0.9rem;
}
.step h3 { margin-bottom: 0.55rem; }
.step p { color: var(--text-muted); font-size: 0.96rem; }
.step__meta { display: block; margin-top: 1rem; font-size: 0.82rem; font-weight: 600; color: var(--text-muted); }
.section--dark .step { background: rgba(255, 255, 255, 0.045); border-color: var(--border-dark); }
.section--dark .step::before { color: #8fb6ee; }
@media (max-width: 1000px) { .steps--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .steps--3 { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .steps--4 { grid-template-columns: 1fr; } }

/* ---------- Témoignages ---------- */
.quote {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 2.6vw, 2.1rem);
  height: 100%;
  box-shadow: var(--shadow-xs);
}
.quote__stars { display: flex; gap: 0.15rem; color: #f59e0b; }
.quote__stars svg { width: 16px; height: 16px; }
.quote blockquote { margin: 0; font-size: 1.03rem; line-height: 1.6; color: var(--text); }
.quote figcaption { display: flex; align-items: center; gap: 0.85rem; margin-top: auto; }
.avatar {
  width: 44px; height: 44px;
  flex: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.92rem;
  color: #fff;
  background: linear-gradient(150deg, var(--blue-500), var(--ink-3));
  letter-spacing: 0.01em;
}
.quote figcaption b { display: block; font-size: 0.95rem; }
.quote figcaption span { font-size: 0.85rem; color: var(--text-muted); }

/* ---------- Bandeau CTA ---------- */
.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: clamp(2.2rem, 5vw, 3.75rem);
  background:
    radial-gradient(760px 420px at 88% -30%, rgba(127, 178, 242, 0.22), transparent 60%),
    linear-gradient(120deg, var(--blue-700), var(--ink) 78%);
  color: #fff;
  box-shadow: var(--shadow-lg);
}
.cta-band h2 { color: #fff; max-width: 22ch; }
.cta-band p { color: #cfdcf1; margin-top: 1rem; max-width: 52ch; }
.cta-band__inner { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr); gap: clamp(1.6rem, 4vw, 3rem); align-items: center; }
.cta-band__aside { display: grid; gap: 0.85rem; }
.cta-band .btn-row { margin-top: 1.9rem; }
@media (max-width: 860px) { .cta-band__inner { grid-template-columns: 1fr; } .cta-band h2 { max-width: none; } }

.cta-fact {
  display: flex;
  /* Pas de gap : le texte contient parfois des balises (sup, strong) qui
     deviendraient autant d'éléments flex espacés. La marge est sur l'icône. */
  gap: 0;
  align-items: flex-start;
  padding: 0.95rem 1.1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  font-size: 0.92rem;
  color: #e6edf8;
}
.cta-fact svg { width: 19px; height: 19px; flex: none; color: #9ec0f0; margin: 2px 0.8rem 0 0; }

/* ---------- Tarifs ---------- */
.pricing { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.5rem); align-items: start; }
@media (max-width: 1000px) { .pricing { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } }

.price {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 2.6vw, 2.15rem);
  /* Espace réservé en haut pour que le ruban ne recouvre jamais le titre. */
  padding-top: 3.1rem;
  height: 100%;
}
.price--featured {
  border-color: transparent;
  background:
    radial-gradient(700px 320px at 90% -20%, rgba(127, 178, 242, 0.18), transparent 60%),
    linear-gradient(155deg, var(--ink-2), var(--ink));
  color: #fff;
  box-shadow: var(--shadow-lg);
}
.price--featured h3 { color: #fff; }
.price--featured .price__desc,
.price--featured .checks li { color: #c1cde1; }
.price--featured .price__amount { color: #fff; }
.price--featured .price__unit { color: #a8b7cd; }
.price__ribbon {
  position: absolute;
  top: 1.2rem; right: 1.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  border-radius: var(--radius-pill);
  background: linear-gradient(96deg, var(--blue-500), var(--cyan-400));
  color: #14283f;
}
.price h3 { font-size: 1.24rem; }
.price__desc { margin-top: 0.55rem; font-size: 0.93rem; color: var(--text-muted); min-height: 2.9em; }
.price__value { display: flex; align-items: baseline; gap: 0.4rem; margin: 1.35rem 0 0.35rem; }
.price__amount { font-size: clamp(1.9rem, 3vw, 2.4rem); font-weight: 900; letter-spacing: -0.035em; line-height: 1; }
.price__unit { font-size: 0.88rem; color: var(--text-muted); }
.price__note { font-size: 0.82rem; color: var(--text-muted); }
.price .checks { margin: 1.6rem 0; }
.price .checks li { font-size: 0.93rem; }
.price .btn { margin-top: auto; }
.price--featured .btn--outline { background: rgba(255, 255, 255, 0.1); color: #fff; border-color: rgba(255, 255, 255, 0.28); }

.compare-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; }
table.compare { width: 100%; border-collapse: collapse; min-width: 720px; font-size: 0.93rem; }
table.compare th,
table.compare td { padding: 0.95rem 1.1rem; text-align: left; border-bottom: 1px solid var(--border); }
table.compare thead th { background: var(--slate-50); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); font-weight: 700; }
table.compare tbody th { font-weight: 600; color: var(--text); }
table.compare td { color: var(--text-muted); }
table.compare tr:last-child th,
table.compare tr:last-child td { border-bottom: 0; }

/* ---------- Cas clients ---------- */
.case {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.6rem, 4vw, 3.5rem);
  align-items: center;
  padding: clamp(1.7rem, 3.5vw, 2.75rem);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}
.case + .case { margin-top: clamp(1.5rem, 3vw, 2.5rem); }
.case--reverse .case__visual { order: -1; }
@media (max-width: 900px) {
  .case { grid-template-columns: 1fr; }
  .case--reverse .case__visual { order: 0; }
}
.case__meta { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; margin-bottom: 1.1rem; }
.case__sector { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--blue-600); }
.case__block + .case__block { margin-top: 1.35rem; }
.case__label {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--slate-500);
  margin-bottom: 0.4rem;
}
.case__results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.9rem; margin-top: 1.6rem; }
.case__result { background: var(--slate-50); border: 1px solid var(--border); border-radius: 12px; padding: 0.95rem 1rem; }
.case__result b { display: block; font-size: 1.32rem; font-weight: 900; letter-spacing: -0.03em; color: var(--blue-600); line-height: 1.15; }
.case__result span { font-size: 0.8rem; color: var(--text-muted); }
@media (max-width: 560px) { .case__results { grid-template-columns: 1fr; } }
.case__visual { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); background: var(--slate-50); }
.case__visual img { width: 100%; }

/* ---------- Galerie avant / après ---------- */
.ba { display: grid; gap: clamp(1.5rem, 3vw, 2.25rem); }
.ba__item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xs);
}
.ba__head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: baseline;
  padding: clamp(1.25rem, 2.4vw, 1.75rem) clamp(1.25rem, 2.4vw, 1.85rem);
  border-bottom: 1px solid var(--border);
}
.ba__head h3 { font-size: 1.18rem; }
.ba__sector { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--blue-600); }
.ba__gain { margin-left: auto; font-size: 0.88rem; font-weight: 700; color: var(--success); }
.ba__cols { display: grid; grid-template-columns: 1fr 1fr; }
@media (max-width: 780px) { .ba__cols { grid-template-columns: 1fr; } }
.ba__col { padding: clamp(1.25rem, 2.4vw, 1.75rem); }
.ba__col--before { background: #fffafa; border-right: 1px solid var(--border); }
.ba__col--after { background: linear-gradient(180deg, var(--blue-50), #fff); }
@media (max-width: 780px) { .ba__col--before { border-right: 0; border-bottom: 1px solid var(--border); } }
.ba__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  border-radius: var(--radius-pill);
  margin-bottom: 1.1rem;
}
.ba__badge--before { background: #fee2e2; color: #b91c1c; }
.ba__badge--after { background: var(--blue-100); color: var(--blue-700); }
.ba__steps { list-style: none; display: grid; gap: 0.5rem; counter-reset: bastep; }
.ba__steps li {
  counter-increment: bastep;
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  font-size: 0.93rem;
  color: var(--text-muted);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.6rem 0.8rem;
}
.ba__steps li::before {
  content: counter(bastep);
  flex: none;
  width: 20px; height: 20px;
  display: grid; place-items: center;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  background: var(--slate-100);
  color: var(--slate-500);
}
.ba__col--after .ba__steps li::before { background: var(--blue-100); color: var(--blue-700); }
.ba__time { display: flex; align-items: center; gap: 0.5rem; margin-top: 1.1rem; font-size: 0.88rem; font-weight: 600; }
.ba__time--before { color: #b91c1c; }
.ba__time--after { color: var(--success); }
.ba__img { margin-bottom: 1.1rem; border-radius: 12px; overflow: hidden; border: 1px solid var(--border); background: #fff; }
.ba__foot {
  padding: 1.05rem clamp(1.25rem, 2.4vw, 1.85rem);
  border-top: 1px solid var(--border);
  background: var(--slate-25);
  font-size: 0.92rem;
  color: var(--text-muted);
}

/* ---------- Accordéon / FAQ ---------- */
.faq { display: grid; gap: 0.75rem; }
.faq details {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0 clamp(1.1rem, 2vw, 1.5rem);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.faq details[open] { border-color: var(--blue-100); box-shadow: var(--shadow-sm); }
.faq summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 0;
  font-weight: 600;
  font-size: 1.01rem;
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  margin-left: auto;
  flex: none;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--slate-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f2937' stroke-width='2.6' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center / 13px no-repeat;
  transition: transform 0.25s var(--ease);
}
.faq details[open] summary::after { transform: rotate(180deg); }
.faq .faq__body { padding: 0 0 1.3rem; color: var(--text-muted); font-size: 0.97rem; }
.faq .faq__body > * + * { margin-top: 0.8rem; }

/* ---------- Formulaires ---------- */
.form-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.4rem);
  box-shadow: var(--shadow-sm);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }

.field { display: grid; gap: 0.4rem; }
.field label { font-size: 0.88rem; font-weight: 600; }
.field .hint { font-size: 0.8rem; color: var(--slate-500); }
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.8rem 0.95rem;
  background: var(--slate-25);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.96rem;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease), background-color 0.2s;
}
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--blue-400);
  box-shadow: 0 0 0 4px rgba(108, 159, 232, 0.14);
}
.field--check { display: flex; align-items: flex-start; gap: 0.7rem; }
.field--check input { width: 18px; height: 18px; flex: none; margin-top: 3px; accent-color: var(--blue-600); }
.field--check label { font-size: 0.85rem; font-weight: 400; color: var(--text-muted); line-height: 1.5; }
.form-note { margin-top: 1.1rem; font-size: 0.82rem; color: var(--slate-500); }
.required { color: #dc2626; }

/* ---------- Blog ---------- */
.posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.6rem); }
@media (max-width: 1000px) { .posts { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .posts { grid-template-columns: 1fr; } }

.post {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-xs);
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease);
  height: 100%;
}
.post:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.post__thumb {
  aspect-ratio: 16 / 9;
  background: linear-gradient(150deg, var(--ink-2), var(--blue-700));
  display: grid;
  place-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.post__thumb span {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  z-index: 1;
  opacity: 0.9;
}
.post__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
}
.post__body { padding: clamp(1.15rem, 2vw, 1.5rem); display: flex; flex-direction: column; gap: 0.65rem; flex: 1; }
.post__meta { font-size: 0.8rem; color: var(--slate-500); display: flex; gap: 0.6rem; flex-wrap: wrap; }
.post h3 { font-size: 1.09rem; }
.post h3 a { color: var(--text); }
.post h3 a:hover { color: var(--blue-600); }
.post p { font-size: 0.93rem; color: var(--text-muted); }
.post .link-arrow { margin-top: auto; }

/* ---------- Article ---------- */
.article { max-width: 760px; margin: 0 auto; }
.article__meta { display: flex; flex-wrap: wrap; gap: 0.75rem; font-size: 0.86rem; color: var(--slate-500); margin-top: 1.35rem; }
.prose { font-size: 1.045rem; line-height: 1.75; color: #2c3a4d; }
.prose > * + * { margin-top: 1.35rem; }
.prose h2 { font-size: clamp(1.4rem, 2.4vw, 1.85rem); margin-top: 2.6rem; }
.prose h3 { font-size: 1.16rem; margin-top: 2rem; }
.prose ul, .prose ol { padding-left: 1.3rem; display: grid; gap: 0.55rem; }
.prose li { color: #2c3a4d; }
.prose strong { color: var(--text); font-weight: 700; }
.prose blockquote {
  margin: 2rem 0;
  padding: 1.15rem 1.5rem;
  border-left: 3px solid var(--blue-500);
  background: var(--slate-50);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 1.06rem;
  color: var(--text);
}
.prose .callout {
  background: var(--blue-50);
  border: 1px solid var(--blue-100);
  border-radius: var(--radius);
  padding: 1.25rem 1.4rem;
  font-size: 0.98rem;
}
.prose .callout b { display: block; margin-bottom: 0.35rem; color: var(--blue-700); }

/* ---------- Blocs divers ---------- */
.breadcrumb { font-size: 0.85rem; color: #a8b7cd; display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.breadcrumb a { color: #c9d6ea; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span[aria-hidden] { opacity: 0.5; }

.logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.75rem 2.4rem; }
.logos span {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--slate-400);
}
.logos--dark span { color: #8494ab; }

.tool-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(148px, 1fr)); gap: 0.75rem; }
.tool {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 0.95rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 400;
  box-shadow: var(--shadow-xs);
}
.tool i {
  width: 26px; height: 26px;
  flex: none;
  border-radius: 7px;
  background: linear-gradient(150deg, var(--blue-100), var(--blue-50));
  display: grid; place-items: center;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 900;
  color: var(--blue-700);
}

.info-list { list-style: none; display: grid; gap: 0.9rem; }
.info-list li { display: flex; gap: 0.9rem; align-items: flex-start; }
.info-list .info-ico {
  width: 40px; height: 40px;
  flex: none;
  border-radius: 11px;
  display: grid; place-items: center;
  background: var(--blue-50);
  border: 1px solid var(--blue-100);
  color: var(--blue-600);
}
.info-list .info-ico svg { width: 19px; height: 19px; }
.info-list b { display: block; font-size: 0.95rem; }
.info-list a, .info-list p { font-size: 0.95rem; color: var(--text-muted); }
.info-list a:hover { color: var(--blue-700); }

.timeline { list-style: none; display: grid; gap: 0; position: relative; }
.timeline li {
  position: relative;
  padding: 0 0 1.7rem 2.1rem;
  border-left: 2px solid var(--border);
}
.timeline li:last-child { border-left-color: transparent; padding-bottom: 0; }
.timeline li::before {
  content: "";
  position: absolute;
  left: -7px; top: 0.35rem;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--blue-500);
}
.timeline b { display: block; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--blue-600); margin-bottom: 0.3rem; }
.timeline p { color: var(--text-muted); font-size: 0.96rem; }

.embed-consent {
  position: relative;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--slate-50);
  padding: clamp(1.6rem, 3vw, 2.4rem);
  text-align: center;
  display: grid;
  gap: 0.9rem;
  place-items: center;
  min-height: 320px;
  align-content: center;
}
.embed-consent p { font-size: 0.93rem; color: var(--text-muted); max-width: 46ch; }
.embed-frame { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: #fff; }
.embed-frame iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

/* ---------- Bandeau cookies ---------- */
.cookie {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  transform: translate(-50%, 130%);
  z-index: 150;
  width: min(680px, calc(100% - 2rem));
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 1.35rem;
  background: rgba(20, 40, 63, 0.97);
  color: #dce4f0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(12px);
  transition: transform 0.45s var(--ease);
}
.cookie.is-visible { transform: translate(-50%, 0); }
.cookie p { font-size: 0.88rem; flex: 1 1 260px; line-height: 1.55; }
.cookie a { color: #9ec0f0; text-decoration: underline; }
.cookie__actions { display: flex; gap: 0.6rem; flex-wrap: wrap; }

/* ---------- Pied de page ---------- */
.footer { background: var(--ink); color: var(--text-inverse-muted); padding: clamp(3rem, 6vw, 4.5rem) 0 2rem; }
.footer__grid { display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr)); gap: clamp(1.75rem, 4vw, 3rem); }
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }
.footer .brand { color: #fff; }
.footer .brand:hover { color: #fff; }
.footer__about { margin-top: 1.15rem; font-size: 0.92rem; max-width: 34ch; }
.footer h3 { font-size: 0.82rem; letter-spacing: 0.09em; text-transform: uppercase; color: #fff; margin-bottom: 1.1rem; }
.footer ul { list-style: none; display: grid; gap: 0.6rem; }
.footer a { color: var(--text-inverse-muted); font-size: 0.92rem; }
.footer a:hover { color: #fff; }
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(2.2rem, 4vw, 3.2rem);
  padding-top: 1.6rem;
  border-top: 1px solid var(--border-dark);
  font-size: 0.85rem;
}
.footer__legal { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.socials { display: flex; gap: 0.55rem; }
.socials a {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-dark);
  color: #cdd8e8;
  transition: background-color 0.2s var(--ease), transform 0.2s var(--ease);
}
.socials a:hover { background: var(--blue-600); color: #fff; transform: translateY(-2px); }
.socials svg { width: 17px; height: 17px; }

/* ---------- Animations au défilement ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: 0.07s; }
.reveal:nth-child(3) { transition-delay: 0.14s; }
.reveal:nth-child(4) { transition-delay: 0.21s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .nav, .footer, .cookie, .cta-band { display: none !important; }
  body { color: #000; }
}
