/* ==========================================================================
   katlas.net — Design system v2 (refonte 2026-04-18)
   Direction : "agency premium" — reprise du mockup validé 07-home-katlas-style05
   Auteur : Claude Vitrine-KAtlas
   Référence visuelle : vitrine/mockups/07-home-katlas-style05.html
   ========================================================================== */

/* ============ TOKENS ============ */
:root {
  /* Couleurs — neutres */
  --slate-50:  #F8FAFC;
  --slate-100: #F1F5F9;
  --slate-200: #E2E8F0;
  --slate-300: #CBD5E1;
  --slate-400: #94A3B8;
  --slate-500: #64748B;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1E293B;
  --slate-900: #0F172A;

  /* Émeraude (primaire) */
  --emerald-50:  #ECFDF5;
  --emerald-100: #D1FAE5;
  --emerald-400: #34D399;
  --emerald-500: #10B981;
  --emerald-650: #047857;
  --emerald-750: #065F46;
  --emerald-900: #064E3B;

  /* Terracotta (accent) */
  --terracotta-50:  #FFF7ED;
  --terracotta-100: #FFEDD5;
  --terracotta-400: #FB923C;
  --terracotta-600: #C2410C;
  --terracotta-700: #9A3412;

  /* Alpha utilitaires */
  --emerald-650-10: rgba(4,120,87,0.10);
  --emerald-650-20: rgba(4,120,87,0.20);
  --emerald-650-30: rgba(4,120,87,0.30);
  --terracotta-10:  rgba(194,65,12,0.10);
  --terracotta-30:  rgba(194,65,12,0.30);

  /* Shadows */
  --shadow-soft:    0 1px 2px rgba(15,23,42,.04), 0 8px 24px -12px rgba(15,23,42,.12);
  --shadow-soft-lg: 0 2px 4px rgba(15,23,42,.04), 0 20px 40px -18px rgba(15,23,42,.18);
  --shadow-cta:     0 10px 30px -12px rgba(4,120,87,.45);
  --shadow-cta-t:   0 10px 30px -12px rgba(194,65,12,.45);

  /* Radii */
  --r-sm: 6px;
  --r-md: 8px;
  --r-lg: 12px;
  --r-xl: 16px;
  --r-2xl: 20px;
  --r-3xl: 28px;
  --r-full: 9999px;

  /* Typo */
  --f-display: 'Outfit', system-ui, -apple-system, sans-serif;
  --f-body: 'DM Sans', system-ui, -apple-system, sans-serif;
  --f-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;

  /* Spacing scale (4px base) */
  --s-1:  4px;
  --s-2:  8px;
  --s-3:  12px;
  --s-4:  16px;
  --s-5:  20px;
  --s-6:  24px;
  --s-8:  32px;
  --s-10: 40px;
  --s-12: 48px;
  --s-14: 56px;
  --s-16: 64px;
  --s-20: 80px;
  --s-24: 96px;
  --s-32: 128px;

  /* Container */
  --container-max: 1280px;
  --container-pad: 24px;
}

@media (min-width: 1024px) {
  :root { --container-pad: 40px; }
}

/* ============ RESET + BASE ============ */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--slate-900);
  background: var(--slate-50);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern", "liga";
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; padding: 0; }
ul { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4 {
  font-family: var(--f-display);
  letter-spacing: -0.02em;
  font-weight: 600;
  color: var(--slate-900);
  margin: 0;
}

/* Tabular numbers partout où on affiche des chiffres */
.num { font-variant-numeric: tabular-nums lining-nums; }

/* ============ CONTAINER ============ */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
}

/* ============ TEXTURES (zellige, grain, halos) ============ */
.zellige-bg {
  background-color: var(--slate-50);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'><g fill='none' stroke='%23047857' stroke-width='0.6' opacity='0.08'><path d='M60 6 L90 21 L90 51 L60 66 L30 51 L30 21 Z'/><path d='M60 54 L90 69 L90 99 L60 114 L30 99 L30 69 Z'/><path d='M0 21 L30 36 L30 66 L0 81'/><path d='M120 21 L90 36 L90 66 L120 81'/><circle cx='60' cy='36' r='3'/><circle cx='60' cy='84' r='3'/></g></svg>");
  background-size: 220px 220px;
}
.zellige-t {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'><g fill='none' stroke='%23C2410C' stroke-width='0.5' opacity='0.08'><path d='M50 5 L75 17 L75 42 L50 54 L25 42 L25 17 Z'/><circle cx='50' cy='29' r='2'/></g></svg>");
  background-size: 180px 180px;
}
.grain-overlay { position: relative; overflow: hidden; }
.grain-overlay::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: radial-gradient(rgba(15,23,42,0.035) 1px, transparent 1px);
  background-size: 3px 3px;
}
.halo {
  position: absolute; pointer-events: none;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
}
.halo-emerald { background: var(--emerald-650-10); width: 520px; height: 520px; top: -160px; right: -160px; }
.halo-terracotta { background: var(--terracotta-10); width: 480px; height: 480px; bottom: -160px; left: -160px; }

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(248,250,252,0.85);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, background .2s;
}
.nav.scrolled { border-bottom-color: var(--slate-200); }
.nav-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 20px var(--container-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-6);
}
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  color: var(--slate-900);
}
.nav-logo-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border-radius: var(--r-lg);
  background: var(--emerald-650);
  color: #fff;
  box-shadow: var(--shadow-soft);
}
.nav-logo-mark svg { width: 20px; height: 20px; }
.nav-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav-logo-text strong {
  font-family: var(--f-display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.nav-logo-text small {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--slate-600);
}
.footer .nav-logo-text small { color: var(--slate-400); }
.nav-links {
  display: flex; gap: var(--s-8);
  align-items: center;
  font-size: 14px;
  color: var(--slate-600);
}
.nav-links a { padding: 4px 0; position: relative; transition: color .2s; }
.nav-links a:hover { color: var(--slate-900); }
.nav-links a.active { color: var(--slate-900); font-weight: 500; }
.nav-right { display: flex; align-items: center; gap: 12px; }
.nav-signin {
  font-size: 14px; font-weight: 500; color: var(--slate-700);
  transition: color .2s;
}
.nav-signin:hover { color: var(--slate-900); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 16px;
  border-radius: var(--r-lg);
  background: var(--slate-900);
  color: #fff;
  font-family: var(--f-display);
  font-size: 14px;
  font-weight: 500;
  box-shadow: var(--shadow-soft);
  transition: background .2s;
}
.nav-cta:hover { background: var(--slate-800); }
.nav-cta svg { width: 14px; height: 14px; }
.nav-toggle {
  display: none;
  width: 40px; height: 40px;
  align-items: center; justify-content: center;
  border-radius: var(--r-lg);
  color: var(--slate-700);
}
.nav-toggle svg { width: 22px; height: 22px; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-signin { display: none; }
  .nav-toggle { display: inline-flex; }
}

/* ============ BOUTONS ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: var(--r-lg);
  font-family: var(--f-display);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: all .2s;
  cursor: pointer;
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; }
.btn-primary {
  background: var(--emerald-650);
  color: #fff;
  box-shadow: var(--shadow-cta);
}
.btn-primary:hover { background: var(--emerald-750); transform: translateY(-1px); }
.btn-primary:active { transform: translateY(0); }
.btn-secondary {
  background: rgba(255,255,255,0.6);
  color: var(--terracotta-700);
  border: 1px solid var(--terracotta-30);
}
.btn-secondary:hover { background: var(--terracotta-50); }
.btn-ghost {
  background: transparent;
  color: var(--slate-700);
  border: 1px solid var(--slate-200);
}
.btn-ghost:hover { background: var(--slate-100); color: var(--slate-900); }
.btn-dark {
  background: var(--slate-900);
  color: #fff;
}
.btn-dark:hover { background: var(--slate-800); }
.btn-white {
  background: #fff;
  color: var(--slate-900);
  box-shadow: var(--shadow-cta);
}
.btn-white:hover { background: var(--slate-100); transform: translateY(-1px); }
.btn-lg { padding: 16px 28px; font-size: 15px; }
.btn-block { width: 100%; }

/* ============ CHIPS / BADGES ============ */
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px;
  border-radius: var(--r-full);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.chip-live {
  background: var(--emerald-50);
  color: var(--emerald-750);
}
.chip-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--emerald-650);
}
.chip-dot.pulse {
  position: relative;
}
.chip-dot.pulse::before {
  content: '';
  position: absolute; inset: -4px;
  border-radius: 50%;
  background: var(--emerald-500);
  opacity: 0.6;
  animation: ping 1.6s cubic-bezier(0,0,0.2,1) infinite;
}
@keyframes ping {
  75%, 100% { transform: scale(2); opacity: 0; }
}
.chip-soon {
  background: transparent;
  color: var(--terracotta-600);
  border: 1px dashed var(--terracotta-600);
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.chip-tag-paid {
  background: var(--emerald-50);
  color: var(--emerald-750);
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: var(--r-md);
}
.chip-tag-late {
  background: var(--terracotta-50);
  color: var(--terracotta-700);
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: var(--r-md);
}

/* ============ EYEBROW ============ */
.eyebrow {
  display: inline-flex; align-items: center; gap: var(--s-2);
  font-family: var(--f-display);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--emerald-750);
}
.eyebrow-t { color: var(--terracotta-700); }
.eyebrow::before {
  content: ''; width: 32px; height: 1px;
  background: currentColor;
  display: inline-block;
  opacity: 0.6;
}
.eyebrow.center::after {
  content: ''; width: 32px; height: 1px;
  background: currentColor;
  display: inline-block;
  opacity: 0.6;
}

/* ============ HERO ============ */
.hero {
  position: relative;
  padding: 56px 0 96px;
  z-index: 10;
}
@media (min-width: 1024px) {
  .hero { padding: 80px 0 128px; }
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-12);
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-grid { grid-template-columns: 7fr 5fr; gap: var(--s-16); }
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px;
  border-radius: var(--r-full);
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(8px);
  border: 1px solid var(--emerald-650-20);
  font-size: 12px;
  font-weight: 500;
  color: var(--emerald-750);
  box-shadow: var(--shadow-soft);
}
.hero-badge .sep {
  width: 1px; height: 12px; background: var(--emerald-650-30);
}
.hero-badge .ver { color: var(--terracotta-700); font-family: var(--f-mono); font-size: 11px; }
.hero h1 {
  margin: 24px 0 0;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--slate-900);
}
.hero h1 .accent {
  color: var(--emerald-750);
  position: relative;
  display: inline-block;
}
.hero h1 .accent::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; width: 100%; height: 6px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'><path d='M2 6 Q50 1 100 5 T198 4' stroke='%23C2410C' stroke-width='2.5' fill='none' stroke-linecap='round'/></svg>") no-repeat center / 100% 100%;
}
.hero-lede {
  margin: 24px 0 0;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.6;
  color: var(--slate-600);
  max-width: 560px;
}
.hero-ctas {
  margin-top: 36px;
  display: flex; flex-wrap: wrap; gap: 14px;
}
.hero-trust {
  margin-top: 40px;
  display: flex; align-items: center; gap: 16px;
  font-size: 14px;
  color: var(--slate-500);
  flex-wrap: wrap;
}
.avatar-stack { display: flex; align-items: center; }
.avatar-stack .av {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--f-display);
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 0 0 2px var(--slate-50);
}
.avatar-stack .av + .av { margin-left: -10px; }
.avatar-stack .av.em { background: var(--emerald-650); }
.avatar-stack .av.te { background: var(--terracotta-600); }
.avatar-stack .av.sl { background: var(--slate-800); }
.avatar-stack .av.plus { background: #fff; color: var(--slate-500); border: 1px solid var(--slate-200); font-size: 10px; }

/* hero visual — dashboard flottant */
.hero-visual { position: relative; }
.dash-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: var(--r-2xl);
  padding: 24px;
  box-shadow: var(--shadow-soft);
  z-index: 2;
}
.dash-header {
  display: flex; justify-content: space-between; align-items: start;
  margin-bottom: 20px;
}
.dash-header .dh-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--slate-400);
}
.dash-header .dh-title {
  font-family: var(--f-display);
  font-size: 18px;
  font-weight: 600;
  margin-top: 2px;
}
.dash-kpi-main {
  background: linear-gradient(135deg, var(--emerald-650), var(--emerald-750));
  color: #fff;
  border-radius: var(--r-lg);
  padding: 20px;
}
.dash-kpi-main .label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
}
.dash-kpi-main .value {
  font-family: var(--f-display);
  font-size: 32px;
  font-weight: 600;
  margin-top: 4px;
}
.dash-kpi-main .value .unit { font-size: 17px; font-weight: 500; color: rgba(255,255,255,0.9); }
.dash-kpi-main .delta {
  display: inline-flex; align-items: center; gap: 4px;
  margin-top: 12px;
  font-size: 12px;
}
.dash-kpi-main .delta-pill {
  background: rgba(255,255,255,0.15);
  padding: 2px 8px;
  border-radius: var(--r-md);
  display: inline-flex; align-items: center; gap: 4px;
}
.dash-kpi-main .delta-pill svg { width: 12px; height: 12px; }
.dash-minis {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  margin-top: 16px;
}
.dash-mini {
  border: 1px solid var(--slate-100);
  border-radius: var(--r-lg);
  padding: 14px;
}
.dash-mini .label { font-size: 11px; color: var(--slate-500); }
.dash-mini .value {
  font-family: var(--f-display);
  font-size: 20px;
  font-weight: 600;
  margin-top: 2px;
}
.dash-mini .bar {
  height: 4px;
  background: var(--slate-100);
  border-radius: var(--r-full);
  margin-top: 10px;
  overflow: hidden;
}
.dash-mini .bar > span {
  display: block; height: 100%;
  border-radius: var(--r-full);
}
.dash-activity { margin-top: 16px; display: flex; flex-direction: column; gap: 8px; }
.dash-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px;
  border-radius: var(--r-md);
  transition: background .2s;
}
.dash-item:hover { background: var(--slate-50); }
.dash-item .ico {
  width: 32px; height: 32px;
  border-radius: var(--r-md);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.dash-item .ico svg { width: 16px; height: 16px; }
.dash-item .ico.em { background: var(--emerald-50); color: var(--emerald-750); }
.dash-item .ico.te { background: var(--terracotta-50); color: var(--terracotta-700); }
.dash-item .body { flex: 1; min-width: 0; }
.dash-item .body strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--slate-900);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.dash-item .body span { display: block; font-size: 11px; color: var(--slate-500); }
.dash-item .val { font-size: 12px; font-weight: 600; }
.dash-item .val.em { color: var(--emerald-750); }
.dash-item .val.sl { color: var(--slate-900); }

/* Floating badges */
.dash-badge {
  position: absolute;
  display: flex; align-items: center; gap: 10px;
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: var(--r-lg);
  padding: 10px 14px;
  box-shadow: var(--shadow-soft);
  z-index: 3;
}
.dash-badge .ico {
  width: 32px; height: 32px;
  border-radius: var(--r-md);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.dash-badge .ico svg { width: 16px; height: 16px; }
.dash-badge .lab { font-size: 11px; color: var(--slate-500); }
.dash-badge .val { font-size: 13px; font-weight: 600; color: var(--slate-900); }
.dash-badge.top-left {
  top: -16px; left: -24px;
}
.dash-badge.bottom-right {
  bottom: -20px; right: -16px;
  background: var(--slate-900); color: #fff;
}
.dash-badge.bottom-right .ico { background: rgba(255,255,255,0.1); color: #fff; }
.dash-badge.bottom-right .lab { color: var(--slate-400); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.dash-badge.bottom-right .val { color: #fff; }
@media (max-width: 640px) {
  .dash-badge { display: none; }
}

/* ============ STATS ROW ============ */
.stats-row {
  margin-top: 72px;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(8px);
  border: 1px solid var(--slate-100);
  border-radius: var(--r-2xl);
  box-shadow: var(--shadow-soft);
}
.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .stats-grid { grid-template-columns: repeat(4, 1fr); }
}
.stat {
  padding: 24px 28px;
  border-top: 1px solid var(--slate-200);
  border-left: 1px solid var(--slate-200);
}
.stat:nth-child(-n+2) { border-top: none; }
@media (min-width: 768px) {
  .stat { border-top: none; }
  .stat:first-child { border-left: none; }
}
@media (max-width: 767px) {
  .stat:nth-child(odd) { border-left: none; }
}
.stat-num {
  font-family: var(--f-display);
  font-size: 28px;
  font-weight: 600;
  color: var(--slate-900);
  letter-spacing: -0.02em;
}
.stat-num .em { color: var(--emerald-750); }
.stat-num .te { color: var(--terracotta-600); }
.stat-label {
  margin-top: 4px;
  font-size: 13px;
  color: var(--slate-500);
}

/* ============ SECTION GENERIC ============ */
section.s {
  position: relative;
  padding: 96px 0;
  z-index: 10;
}
@media (min-width: 1024px) {
  section.s { padding: 128px 0; }
}
.s-head { max-width: 720px; margin-bottom: 56px; }
.s-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.s-head h2 {
  margin-top: 16px;
  font-family: var(--f-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.025em;
}
.s-head h2 .em { color: var(--emerald-750); }
.s-head h2 .te { color: var(--terracotta-700); }
.s-head h2 em { font-style: italic; color: var(--emerald-750); }
.s-head p {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--slate-600);
}

/* ============ MÉTIERS (triptyque) ============ */
.metiers { position: relative; background: var(--slate-50); }
.metiers .halo-m {
  position: absolute; top: 50%; right: 0;
  transform: translateY(-50%);
  width: 400px; height: 400px;
  background: rgba(194,65,12,0.05);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}
.metiers-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-5);
}
@media (min-width: 900px) {
  .metiers-grid { grid-template-columns: repeat(3, 1fr); }
}
.metier {
  position: relative;
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: var(--r-2xl);
  padding: 28px;
  box-shadow: var(--shadow-soft);
  transition: box-shadow .3s;
}
.metier:hover { box-shadow: var(--shadow-soft-lg); }
.metier.dark { background: var(--slate-900); color: #fff; border-color: var(--slate-800); box-shadow: var(--shadow-soft-lg); }
.metier-top {
  display: flex; align-items: start; justify-content: space-between;
  margin-bottom: 24px;
}
.metier-ico {
  width: 48px; height: 48px;
  border-radius: var(--r-lg);
  display: inline-flex; align-items: center; justify-content: center;
}
.metier-ico svg { width: 24px; height: 24px; stroke-width: 1.4; }
.metier-ico.em { background: var(--emerald-50); color: var(--emerald-750); }
.metier-ico.te { background: var(--terracotta-50); color: var(--terracotta-700); }
.metier.dark .metier-ico { background: rgba(255,255,255,0.1); color: var(--emerald-400); }
.metier-num {
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--slate-400);
}
.metier h3 {
  font-family: var(--f-display);
  font-size: 22px;
  font-weight: 600;
  color: inherit;
}
.metier p {
  margin: 12px 0 0;
  color: var(--slate-600);
  line-height: 1.6;
  font-size: 14px;
}
.metier.dark p { color: var(--slate-300); }
.metier ul { margin-top: 20px; display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: var(--slate-600); }
.metier.dark ul { color: var(--slate-300); }
.metier ul li { display: flex; align-items: center; gap: 8px; }
.metier ul li::before {
  content: ''; width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--emerald-650);
  flex-shrink: 0;
}
.metier.te-list ul li::before { background: var(--terracotta-600); }
.metier.dark ul li::before { background: var(--emerald-400); }
.metier-foot {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--slate-100);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px;
}
.metier.dark .metier-foot { border-color: var(--slate-800); }
.metier-foot .fmeta { color: var(--slate-500); }
.metier-foot .flink {
  display: inline-flex; align-items: center; gap: 4px;
  font-weight: 600;
  color: var(--emerald-750);
  transition: gap .2s;
}
.metier-foot .flink:hover { gap: 8px; }
.metier.te-list .metier-foot .flink { color: var(--terracotta-700); }
.metier.dark .metier-foot .flink { color: var(--emerald-400); }
.metier-foot .flink svg { width: 14px; height: 14px; }

/* ============ WORKFLOWS ============ */
.workflows { background: #fff; }
.workflows-grid {
  display: grid; grid-template-columns: 1fr; gap: var(--s-5);
}
@media (min-width: 1024px) {
  .workflows-grid { grid-template-columns: 1fr 1fr; }
}
.workflow {
  background: var(--slate-50);
  border: 1px solid var(--slate-100);
  border-radius: var(--r-2xl);
  padding: 28px;
  box-shadow: var(--shadow-soft);
}
.workflow.dark { background: var(--slate-900); color: #fff; border-color: var(--slate-800); box-shadow: var(--shadow-soft-lg); }
.workflow-head {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 16px;
}
.workflow-head .ref {
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--terracotta-600);
  letter-spacing: 0.06em;
}
.workflow.dark .workflow-head .ref { color: var(--emerald-400); }
.workflow-head .rule { flex: 1; height: 1px; background: var(--slate-200); }
.workflow.dark .workflow-head .rule { background: var(--slate-800); }
.workflow-head .tag {
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--slate-400);
}
.workflow h3 {
  font-family: var(--f-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: inherit;
}
.workflow h3 .em { color: var(--emerald-750); }
.workflow.dark h3 .em { color: var(--emerald-400); }
.workflow p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--slate-600);
}
.workflow.dark p { color: var(--slate-300); }
.workflow-mini {
  margin-top: 20px;
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: var(--r-lg);
  padding: 16px;
}
.workflow.dark .workflow-mini { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.1); }

/* Mini progress — facturation */
.mini-progress-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 12px;
  font-size: 12px;
}
.mini-progress-head .val { font-weight: 600; color: var(--emerald-750); }
.mini-bar {
  height: 8px;
  background: var(--slate-100);
  border-radius: var(--r-full);
  overflow: hidden;
}
.mini-bar > span {
  display: block; height: 100%;
  background: var(--emerald-650);
  border-radius: var(--r-full);
}
.mini-tarifs {
  margin-top: 12px;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  text-align: center;
}
.mini-tarif {
  background: var(--slate-50);
  border-radius: var(--r-md);
  padding: 8px;
}
.mini-tarif.public { background: var(--terracotta-50); }
.mini-tarif .lab {
  font-size: 10px;
  color: var(--slate-400);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.mini-tarif.public .lab { color: var(--terracotta-700); }
.mini-tarif .val {
  font-family: var(--f-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--slate-900);
}
.mini-tarif.public .val { color: var(--terracotta-700); }

/* Mini WhatsApp bubble */
.mini-wa-head {
  display: flex; align-items: center; gap: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--slate-100);
  margin-bottom: 12px;
}
.mini-wa-head .av {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--emerald-650);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700;
}
.mini-wa-head .meta { flex: 1; }
.mini-wa-head .meta strong { display: block; font-size: 12px; font-weight: 600; }
.mini-wa-head .meta small { display: block; font-size: 10px; color: var(--slate-400); }
.mini-wa-head .read { font-family: var(--f-mono); font-size: 10px; color: var(--emerald-750); }
.mini-wa-bubble {
  max-width: 85%;
  background: var(--emerald-50);
  border: 1px solid var(--emerald-100);
  border-radius: var(--r-md);
  padding: 10px 12px;
  font-size: 12px;
  color: var(--slate-800);
}
.mini-wa-bubble strong { display: block; color: var(--emerald-750); }
.mini-wa-bubble em { display: block; margin-top: 4px; color: var(--emerald-750); font-style: italic; }

/* Mini Fatourati 4 icons */
.mini-channels {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
}
.mini-channel {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-md);
  padding: 12px;
  text-align: center;
}
.mini-channel .lab {
  font-size: 10px;
  color: var(--slate-400);
}
.mini-channel svg {
  width: 24px; height: 24px;
  margin: 4px auto 0;
  color: var(--emerald-400);
}

/* Mini bilan */
.mini-bilan-head {
  display: flex; justify-content: space-between;
  font-size: 12px;
  margin-bottom: 12px;
}
.mini-bilan-head strong { font-weight: 600; color: var(--slate-900); }
.mini-bilan-head .res { font-weight: 600; color: var(--emerald-750); }
.mini-bilan-line {
  display: flex; justify-content: space-between;
  font-size: 12px;
  padding: 4px 0;
  color: var(--slate-600);
}
.mini-bilan-line .amount { font-family: var(--f-mono); color: var(--slate-900); }
.mini-bilan-line.negative .amount { color: var(--terracotta-700); }
.mini-bilan-total {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--slate-100);
  display: flex; justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
}
.mini-bilan-total .amount { font-family: var(--f-mono); color: var(--emerald-750); }

/* Mini fiches A4 */
.mini-fiches { display: flex; gap: 12px; }
.mini-fiche {
  flex: 1;
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: var(--r-md);
  padding: 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.mini-fiche.dim { opacity: 0.7; }
.mini-fiche-head {
  display: flex; justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--slate-200);
}
.mini-fiche-head .ref { font-family: var(--f-mono); font-size: 10px; color: var(--slate-400); }
.mini-fiche-head .tenant { font-family: var(--f-display); font-size: 10px; font-weight: 600; color: var(--emerald-750); }
.mini-fiche-lines { margin-top: 8px; display: flex; flex-direction: column; gap: 2px; }
.mini-fiche-lines div {
  display: flex; justify-content: space-between;
  font-size: 10px;
  color: var(--slate-600);
}
.mini-fiche-lines .amount { font-family: var(--f-mono); }
.mini-fiche-total {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid var(--slate-100);
  display: flex; justify-content: space-between;
  font-size: 10px;
  font-weight: 600;
}

/* Mini offline */
.mini-offline-head {
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--slate-100);
  margin-bottom: 10px;
}
.mini-offline-head .ico {
  width: 28px; height: 28px;
  background: var(--terracotta-50);
  color: var(--terracotta-700);
  border-radius: var(--r-md);
  display: inline-flex; align-items: center; justify-content: center;
}
.mini-offline-head .ico svg { width: 16px; height: 16px; }
.mini-offline-head .body { flex: 1; }
.mini-offline-head .body strong { font-size: 13px; display: block; }
.mini-offline-head .body span { font-size: 11px; color: var(--slate-500); display: block; }
.mini-offline-head .status {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--terracotta-50);
  color: var(--terracotta-700);
  font-size: 10px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: var(--r-full);
}
.mini-offline-head .status .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--terracotta-600);
  animation: blink 1.2s ease-in-out infinite;
}
@keyframes blink { 50% { opacity: 0.3; } }
.mini-offline-list { display: flex; flex-direction: column; gap: 6px; font-size: 12px; color: var(--slate-600); }
.mini-offline-list div { display: flex; align-items: center; gap: 8px; }
.mini-offline-list svg { width: 14px; height: 14px; color: var(--emerald-650); }

/* ============ RELANCES TIMELINE (reprise darija) ============ */
.relances {
  position: relative;
  background: var(--slate-50);
}
.relances .zellige-t {
  position: absolute; inset: 0;
  opacity: 1;
  z-index: 0;
}
.relances .container { position: relative; z-index: 2; }
.timeline {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-5);
}
@media (min-width: 768px) {
  .timeline { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .timeline { grid-template-columns: repeat(4, 1fr); }
}
.tstep {
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: var(--r-2xl);
  padding: 24px;
  box-shadow: var(--shadow-soft);
  position: relative;
  display: flex; flex-direction: column;
}
.tstep-dot {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--emerald-650);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--f-display);
  font-size: 16px;
  font-weight: 600;
  flex-shrink: 0;
  margin-bottom: 16px;
}
.tstep.soft .tstep-dot { background: var(--emerald-650); }
.tstep.medium .tstep-dot { background: var(--terracotta-400); }
.tstep.hard .tstep-dot { background: var(--terracotta-600); }
.tstep.final .tstep-dot { background: var(--slate-900); }
.tstep h3 {
  font-family: var(--f-display);
  font-size: 17px;
  font-weight: 600;
  color: var(--slate-900);
}
.tstep .timing {
  margin-top: 4px;
  font-size: 12px;
  color: var(--slate-500);
  font-family: var(--f-mono);
  letter-spacing: 0.02em;
}
.tstep .msg {
  margin-top: 14px;
  padding: 12px 14px;
  background: var(--emerald-50);
  border-left: 3px solid var(--emerald-650);
  border-radius: var(--r-md);
  font-size: 13px;
  line-height: 1.55;
  color: var(--slate-800);
  font-style: italic;
}
.tstep.medium .msg { background: var(--terracotta-50); border-left-color: var(--terracotta-400); }
.tstep.hard .msg { background: var(--terracotta-50); border-left-color: var(--terracotta-600); }
.tstep.final .msg { background: var(--slate-100); border-left-color: var(--slate-900); }
.tstep .msg strong { font-weight: 600; color: var(--slate-900); font-style: normal; }

/* ============ RAPPROCHEMENT ONE ============ */
.rapp { background: var(--slate-50); }
.rapp-grid {
  display: grid; grid-template-columns: 1fr; gap: var(--s-10);
  align-items: start;
}
@media (min-width: 1024px) {
  .rapp-grid { grid-template-columns: 5fr 7fr; gap: var(--s-12); }
}
.rapp-hero-card {
  margin-top: 32px;
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: var(--r-2xl);
  padding: 24px;
  box-shadow: var(--shadow-soft);
}
.rapp-big {
  font-family: var(--f-display);
  font-size: 56px;
  font-weight: 600;
  color: var(--emerald-750);
  line-height: 1;
  letter-spacing: -0.03em;
}
.rapp-big .unit { font-size: 30px; color: var(--slate-400); }
.rapp-sub {
  margin-top: 8px;
  font-size: 13px;
  color: var(--slate-600);
}
.rapp-alert {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--slate-100);
  display: flex; align-items: center; gap: 8px;
  font-size: 13px;
  color: var(--terracotta-700);
}
.rapp-alert svg { width: 16px; height: 16px; }

.rapp-card {
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: var(--r-2xl);
  padding: 28px;
  box-shadow: var(--shadow-soft-lg);
}
.rapp-card-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap; gap: 12px;
}
.rapp-card-head .eyebrow { font-size: 11px; letter-spacing: 0.14em; }
.rapp-card-head h3 {
  margin-top: 4px;
  font-family: var(--f-display);
  font-size: 20px;
  font-weight: 600;
}
.rapp-card-head .ref {
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--slate-400);
}
.rapp-lines { display: flex; flex-direction: column; gap: 18px; }
.rapp-line-head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 6px;
  font-size: 14px;
}
.rapp-line-head .label { color: var(--slate-800); font-weight: 500; }
.rapp-line-head .label.te { color: var(--terracotta-700); display: inline-flex; align-items: center; gap: 6px; }
.rapp-line-head .label.te svg { width: 14px; height: 14px; }
.rapp-line-head .val {
  font-family: var(--f-mono);
  font-weight: 600;
  color: var(--slate-900);
}
.rapp-line-head .val .pct { margin-left: 8px; color: var(--slate-400); font-weight: 400; }
.rapp-line-head .val.te { color: var(--terracotta-700); }
.rapp-line-bar {
  height: 32px;
  background: var(--slate-100);
  border-radius: var(--r-md);
  overflow: hidden;
}
.rapp-line-bar > span {
  display: block; height: 100%;
  border-radius: var(--r-md);
  transition: width 1.2s cubic-bezier(.2,.8,.2,1);
}
.rapp-line-bar > span.em { background: var(--emerald-650); }
.rapp-line-bar > span.sl { background: var(--slate-400); }
.rapp-line-bar > span.te { background: var(--terracotta-600); }
.rapp-foot {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--slate-100);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
}
.rapp-foot p { margin: 0; font-size: 12px; color: var(--slate-500); }
.rapp-foot a {
  font-family: var(--f-display);
  font-size: 12px;
  font-weight: 600;
  color: var(--emerald-750);
}

/* ============ CALLOUT DARK ============ */
.callout {
  background: var(--slate-50);
  padding: 80px 0;
}
.callout-inner {
  max-width: 960px; margin: 0 auto;
  background: var(--slate-900);
  color: #fff;
  border-radius: var(--r-3xl);
  padding: 80px 64px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0,0,0,.1), 0 24px 72px rgba(0,0,0,.18);
  position: relative;
  overflow: hidden;
}
.callout-inner::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'><g fill='none' stroke='%2334D399' stroke-width='0.5' opacity='0.12'><path d='M50 5 L75 17 L75 42 L50 54 L25 42 L25 17 Z'/></g></svg>");
  background-size: 160px 160px;
  pointer-events: none;
}
.callout-inner > * { position: relative; }
.callout h2 {
  font-family: var(--f-display);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #fff;
}
.callout p {
  margin: 20px auto 0;
  max-width: 560px;
  color: #A7F3D0;
  line-height: 1.7;
  font-size: 15px;
}
@media (max-width: 640px) {
  .callout-inner { padding: 56px 28px; }
}

/* ============ TARIFS ============ */
.tarifs { background: #fff; }
.tarifs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-5);
}
@media (min-width: 900px) {
  .tarifs-grid { grid-template-columns: repeat(3, 1fr); align-items: start; }
}
.tarif {
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: var(--r-2xl);
  padding: 32px;
  box-shadow: var(--shadow-soft);
  display: flex; flex-direction: column;
}
.tarif.featured {
  background: var(--slate-900);
  color: #fff;
  box-shadow: var(--shadow-soft-lg);
  position: relative;
}
.tarif-badge {
  position: absolute; top: -12px; left: 50%;
  transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--terracotta-600);
  color: #fff;
  font-family: var(--f-display);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: var(--r-full);
  box-shadow: var(--shadow-soft);
}
.tarif-badge svg { width: 12px; height: 12px; }
.tarif-ref {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--slate-400);
}
.tarif.featured .tarif-ref { color: var(--emerald-400); }
.tarif-sub {
  margin-top: 6px;
  font-size: 13px;
  font-style: italic;
  color: var(--slate-500);
}
.tarif.featured .tarif-sub { color: rgba(255,255,255,0.5); }
.tarif-price {
  margin-top: 24px;
  font-family: var(--f-display);
  font-size: 48px;
  font-weight: 600;
  color: var(--slate-900);
  letter-spacing: -0.02em;
  line-height: 1;
  font-variant-numeric: tabular-nums lining-nums;
}
.tarif.featured .tarif-price { color: #fff; }
.tarif-price small {
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--slate-500);
  letter-spacing: 0;
}
.tarif.featured .tarif-price small { color: rgba(255,255,255,0.6); }
.tarif-capa {
  margin-top: 4px;
  font-size: 12px;
  color: var(--slate-500);
}
.tarif.featured .tarif-capa { color: rgba(255,255,255,0.5); }
.tarif ul {
  margin-top: 24px;
  display: flex; flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: var(--slate-600);
  flex: 1;
}
.tarif.featured ul { color: rgba(255,255,255,0.85); }
.tarif ul li {
  display: flex; align-items: flex-start; gap: 10px;
}
.tarif ul li svg {
  width: 16px; height: 16px;
  color: var(--emerald-650);
  flex-shrink: 0;
  margin-top: 2px;
}
.tarif.featured ul li svg { color: var(--emerald-400); }
.tarif ul li.dash { color: var(--slate-400); }
.tarif ul li.dash::before { content: '—'; color: var(--slate-300); width: 16px; flex-shrink: 0; }
.tarif ul li.dash svg { display: none; }
.tarif-cta {
  margin-top: 28px;
  align-self: stretch;
  padding: 12px 20px;
  border-radius: var(--r-lg);
  border: 1px solid var(--slate-200);
  background: transparent;
  color: var(--slate-900);
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  transition: all .2s;
}
.tarif-cta:hover { background: var(--slate-50); }
.tarif-cta.primary {
  background: var(--emerald-650);
  color: #fff;
  border-color: var(--emerald-650);
  box-shadow: var(--shadow-cta);
}
.tarif-cta.primary:hover { background: var(--emerald-750); border-color: var(--emerald-750); }
.tarif-cta.outline-t {
  border-color: var(--terracotta-600);
  color: var(--terracotta-700);
}
.tarif-cta.outline-t:hover { background: var(--terracotta-50); }

/* ============ PREUVES ============ */
.preuves { position: relative; }
.preuves .halo-p {
  position: absolute; top: -80px; left: 50%;
  transform: translateX(-50%);
  width: 600px; height: 400px;
  background: rgba(4,120,87,0.08);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}
.preuves-grid {
  position: relative;
  display: grid; grid-template-columns: 1fr; gap: var(--s-12);
}
@media (min-width: 1024px) {
  .preuves-grid { grid-template-columns: 7fr 5fr; gap: var(--s-12); }
}
.quote {
  margin-top: 24px;
  font-family: var(--f-display);
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--slate-900);
}
.quote .g { color: var(--terracotta-600); font-size: 1.2em; line-height: 1; vertical-align: -0.1em; }
.quote em { font-style: italic; color: var(--emerald-750); }
.quote-attr {
  margin-top: 28px;
  display: flex; align-items: center; gap: 16px;
}
.quote-attr .av {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--emerald-650);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--f-display);
  font-size: 17px;
  font-weight: 600;
}
.quote-attr .meta strong { display: block; font-weight: 600; color: var(--slate-900); }
.quote-attr .meta div { font-size: 13px; color: var(--slate-600); margin-top: 2px; }
.quote-attr .meta small { display: block; font-size: 11px; color: var(--slate-400); margin-top: 2px; }

.seals {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-4);
}
.seal {
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: var(--r-2xl);
  padding: 24px;
  text-align: center;
  box-shadow: var(--shadow-soft);
}
.seal.dark { background: var(--slate-900); color: #fff; border-color: var(--slate-800); }
.seal-num {
  font-family: var(--f-display);
  font-size: 28px;
  font-weight: 600;
  color: var(--emerald-750);
  letter-spacing: -0.02em;
  line-height: 1;
}
.seal-num .sm { font-size: 16px; color: var(--slate-400); font-weight: 500; }
.seal.te .seal-num { color: var(--terracotta-700); }
.seal.dark .seal-num { color: var(--emerald-400); }
.seal-lab {
  margin-top: 8px;
  font-family: var(--f-display);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slate-500);
  line-height: 1.5;
}
.seal.dark .seal-lab { color: var(--slate-400); }

/* ============ CTA FINAL ============ */
.cta-final { background: #fff; }
.cta-box {
  position: relative;
  background: linear-gradient(135deg, var(--slate-900), var(--slate-900), var(--emerald-750));
  color: #fff;
  border-radius: var(--r-3xl);
  padding: 56px 40px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .cta-box { padding: 72px 72px; }
}
.cta-box::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'><g fill='none' stroke='%23ffffff' stroke-width='0.6' opacity='0.12'><path d='M60 6 L90 21 L90 51 L60 66 L30 51 L30 21 Z'/><path d='M60 54 L90 69 L90 99 L60 114 L30 99 L30 69 Z'/></g></svg>");
  background-size: 220px 220px;
  opacity: 1;
}
.cta-grid {
  position: relative;
  display: grid; grid-template-columns: 1fr; gap: var(--s-10);
  align-items: center;
}
@media (min-width: 1024px) {
  .cta-grid { grid-template-columns: 3fr 2fr; gap: var(--s-12); }
}
.cta-grid h2 {
  margin-top: 16px;
  font-family: var(--f-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
}
.cta-grid h2 em { font-style: italic; color: var(--emerald-400); }
.cta-grid p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
  max-width: 520px;
  color: rgba(255,255,255,0.8);
}
.cta-grid .eyebrow { color: var(--emerald-400); }
.cta-right { display: flex; flex-direction: column; gap: 14px; }
.cta-note {
  margin-top: 12px;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  font-family: var(--f-mono);
  display: flex; align-items: center; gap: 8px;
}
.cta-note .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--emerald-400);
}

/* ============ FOOTER ============ */
.footer {
  background: var(--slate-900);
  color: var(--slate-400);
  padding: 72px 0 32px;
}
.footer-grid {
  display: grid; grid-template-columns: 1fr; gap: var(--s-8);
}
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: 2.5fr 1fr 1fr 1.5fr; }
}
.footer-brand p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  max-width: 420px;
}
.footer-made {
  margin-top: 20px;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(4,120,87,0.15);
  border: 1px solid rgba(4,120,87,0.35);
  color: var(--emerald-400);
  padding: 6px 12px;
  border-radius: var(--r-full);
  font-size: 12px;
  font-weight: 500;
}
.footer-made .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--emerald-400);
}
.footer-col h4 {
  font-family: var(--f-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.footer-col a { transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--slate-800);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
  font-size: 12px;
}
.footer-bottom-links { display: flex; gap: var(--s-5); }
.footer-bottom-links a { transition: color .2s; }
.footer-bottom-links a:hover { color: #fff; }

/* ============ ANIMATIONS ============ */
.fade-up, .scale-in, .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .9s cubic-bezier(.2,.8,.2,1), transform .9s cubic-bezier(.2,.8,.2,1);
}
.fade-up.visible, .scale-in.visible, .reveal.visible {
  opacity: 1; transform: none;
}
.scale-in { transform: scale(0.96); transform-origin: center; }
.scale-in.visible { transform: scale(1); }

/* Stagger helpers */
.d1.visible { transition-delay: 0s; }
.d2.visible { transition-delay: .08s; }
.d3.visible { transition-delay: .16s; }
.d4.visible { transition-delay: .24s; }

/* Hero initial reveal (sans attendre le scroll) */
.hero .fade-up { animation: heroFade .9s cubic-bezier(.2,.8,.2,1) both; opacity: 1; transform: none; }
.hero .fade-up.d1 { animation-delay: .05s; }
.hero .fade-up.d2 { animation-delay: .15s; }
.hero .fade-up.d3 { animation-delay: .25s; }
.hero .fade-up.d4 { animation-delay: .35s; }
@keyframes heroFade {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

/* ============ MOBILE NAV DROPDOWN ============ */
.nav-links.open {
  display: flex;
  position: absolute;
  top: 100%; left: 0; right: 0;
  flex-direction: column;
  gap: 0;
  padding: 16px var(--container-pad);
  background: #fff;
  border-bottom: 1px solid var(--slate-200);
  box-shadow: var(--shadow-soft-lg);
}
.nav-links.open a { padding: 12px 0; border-bottom: 1px solid var(--slate-100); }
.nav-links.open a:last-child { border-bottom: none; }

/* ==========================================================================
   COMPOSANTS SECONDAIRES — Pages intérieures
   ========================================================================== */

/* ============ PAGE HERO (non-home) ============ */
.page-hero {
  position: relative;
  padding: 96px 0 72px;
  background: var(--slate-50);
  overflow: hidden;
  z-index: 10;
}
@media (min-width: 1024px) {
  .page-hero { padding: 128px 0 96px; }
}
.page-hero .container { position: relative; z-index: 2; text-align: center; }
.page-hero h1 {
  font-family: var(--f-display);
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.035em;
  max-width: 840px;
  margin: 20px auto 0;
}
.page-hero h1 .em { color: var(--emerald-750); }
.page-hero h1 em { font-style: italic; color: var(--terracotta-700); }
.page-hero .lede {
  margin: 24px auto 0;
  max-width: 580px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--slate-600);
}

/* ============ FEATURE BLOCK (services) ============ */
.feature-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-10);
  align-items: center;
  padding: var(--s-14) 0;
  border-bottom: 1px solid var(--slate-100);
}
.feature-block:last-child { border-bottom: none; }
@media (min-width: 900px) {
  .feature-block { grid-template-columns: 1fr 1fr; gap: var(--s-16); }
  .feature-block.reverse .fb-text { order: 2; }
  .feature-block.reverse .fb-visual { order: 1; }
}
.fb-text h3 {
  font-family: var(--f-display);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--slate-900);
  display: flex;
  align-items: center;
  gap: 12px;
}
.fb-text h3 .ico {
  width: 40px; height: 40px;
  border-radius: var(--r-lg);
  background: var(--emerald-50);
  color: var(--emerald-750);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.fb-text h3 .ico svg { width: 22px; height: 22px; stroke-width: 1.5; }
.fb-text h3 .ico.te { background: var(--terracotta-50); color: var(--terracotta-700); }
.fb-text h3 .ico.sl { background: var(--slate-100); color: var(--slate-800); }
.fb-text > p {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--slate-600);
}
.fb-text ul {
  margin-top: 20px;
  display: flex; flex-direction: column;
  gap: 10px;
  font-size: 15px;
  color: var(--slate-700);
}
.fb-text ul li {
  display: flex; align-items: flex-start; gap: 10px;
}
.fb-text ul li::before {
  content: ''; width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--emerald-650);
  margin-top: 8px;
  flex-shrink: 0;
}
.fb-text .fb-chip {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 10px;
  border-radius: var(--r-full);
  background: var(--terracotta-50);
  border: 1px dashed var(--terracotta-600);
  color: var(--terracotta-700);
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  vertical-align: middle;
}
.fb-visual {
  background: var(--emerald-50);
  border-radius: var(--r-3xl);
  padding: 40px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--slate-100);
  overflow: hidden;
}
.fb-visual.te { background: var(--terracotta-50); }
.fb-visual.sl { background: var(--slate-100); }
.fb-visual.gold { background: #FEF3C7; }
.fb-visual.blue { background: #EFF6FF; }
.fb-visual img, .fb-visual svg { max-width: 100%; height: auto; }

/* ============ STEPS (process) ============ */
.steps {
  display: flex;
  flex-direction: column;
  gap: var(--s-4);
  max-width: 860px;
  margin: 0 auto;
}
.step {
  display: flex;
  gap: var(--s-6);
  padding: var(--s-6);
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: var(--r-2xl);
  box-shadow: var(--shadow-soft);
  transition: box-shadow .3s;
}
.step:hover { box-shadow: var(--shadow-soft-lg); }
.step-number {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: var(--r-xl);
  background: var(--emerald-650);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--f-display);
  font-size: 20px;
  font-weight: 600;
}
.step-content h3 {
  font-family: var(--f-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--slate-900);
  margin-bottom: 8px;
}
.step-content p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--slate-600);
}
.step-content p:last-child { margin-bottom: 0; }

/* ============ FAQ / ACCORDION ============ */
.faq-category { margin-bottom: var(--s-12); }
.faq-category h2 {
  font-family: var(--f-display);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  color: var(--slate-900);
  display: flex; align-items: center; gap: 12px;
}
.faq-category h2::before {
  content: ''; width: 4px; height: 24px;
  background: var(--emerald-650);
  border-radius: var(--r-sm);
}
.faq-list {
  display: flex; flex-direction: column;
  gap: var(--s-3);
}
.faq-item {
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: var(--r-xl);
  padding: 20px 24px;
  box-shadow: var(--shadow-soft);
  transition: box-shadow .2s;
}
.faq-item:hover { box-shadow: var(--shadow-soft-lg); }
.faq-item h3 {
  font-family: var(--f-display);
  font-size: 16px;
  font-weight: 600;
  color: var(--slate-900);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.faq-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--slate-600);
}

/* ============ COMPARE TABLE (tarifs) ============ */
.compare-wrap {
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: var(--r-2xl);
  padding: 8px;
  box-shadow: var(--shadow-soft);
  overflow-x: auto;
}
table.compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 640px;
}
table.compare thead th {
  text-align: left;
  padding: 18px 20px;
  font-family: var(--f-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slate-500);
  border-bottom: 2px solid var(--slate-900);
}
table.compare thead th.col { text-align: center; color: var(--slate-900); }
table.compare tbody td {
  padding: 14px 20px;
  border-bottom: 1px solid var(--slate-100);
  color: var(--slate-700);
}
table.compare tbody td.mark {
  text-align: center;
  color: var(--emerald-650);
  font-weight: 600;
}
table.compare tbody td.mark svg { width: 16px; height: 16px; display: inline-block; }
table.compare tbody td.no {
  text-align: center;
  color: var(--slate-300);
}
table.compare tbody tr:nth-child(even) { background: var(--slate-50); }

/* ============ ÉQUIVALENCES (tarifs) ============ */
.equiv-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-4);
}
@media (min-width: 900px) {
  .equiv-grid { grid-template-columns: repeat(3, 1fr); }
}
.equiv {
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: var(--r-2xl);
  padding: 28px;
  box-shadow: var(--shadow-soft);
  text-align: center;
}
.equiv .type {
  font-family: var(--f-display);
  font-size: 14px;
  font-weight: 600;
  color: var(--emerald-750);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.equiv .size {
  margin-top: 4px;
  font-size: 13px;
  color: var(--slate-500);
}
.equiv .price {
  margin-top: 20px;
  font-family: var(--f-display);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  color: var(--slate-900);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.equiv .price small {
  font-size: 14px;
  color: var(--slate-500);
  font-weight: 500;
  display: block;
  margin-top: 2px;
}
.equiv .ref {
  margin-top: 12px;
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--terracotta-600);
  font-style: italic;
}

/* ============ VALUES (about) ============ */
.values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-4);
}
@media (min-width: 768px) {
  .values-grid { grid-template-columns: repeat(3, 1fr); }
}
.v-card {
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: var(--r-2xl);
  padding: 32px;
  box-shadow: var(--shadow-soft);
  transition: box-shadow .3s;
}
.v-card:hover { box-shadow: var(--shadow-soft-lg); }
.v-card-ico {
  width: 48px; height: 48px;
  border-radius: var(--r-lg);
  background: var(--emerald-50);
  color: var(--emerald-750);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.v-card-ico svg { width: 24px; height: 24px; stroke-width: 1.5; }
.v-card-ico.te { background: var(--terracotta-50); color: var(--terracotta-700); }
.v-card-ico.sl { background: var(--slate-100); color: var(--slate-800); }
.v-card h3 {
  font-family: var(--f-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--slate-900);
  margin-bottom: 10px;
}
.v-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--slate-600);
}

/* ============ ABOUT CONTEXT (prose) ============ */
.prose {
  max-width: 720px;
  margin: 0 auto;
}
.prose h2 {
  font-family: var(--f-display);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--slate-900);
  margin-bottom: 20px;
}
.prose p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--slate-700);
}
.prose p:last-child { margin-bottom: 0; }

/* ============ FORM ============ */
.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-6);
  max-width: 1040px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .form-grid { grid-template-columns: 1.3fr 0.7fr; gap: var(--s-8); align-items: start; }
}
.form-card {
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: var(--r-2xl);
  padding: 40px;
  box-shadow: var(--shadow-soft-lg);
}
@media (max-width: 640px) {
  .form-card { padding: 28px 24px; }
}
.form-card h2 {
  font-family: var(--f-display);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-4);
  margin-bottom: var(--s-4);
}
@media (min-width: 640px) {
  .form-row.cols-2 { grid-template-columns: 1fr 1fr; }
}
.form-field {
  display: flex; flex-direction: column; gap: 6px;
}
.form-field label {
  font-family: var(--f-display);
  font-size: 13px;
  font-weight: 600;
  color: var(--slate-800);
  letter-spacing: -0.01em;
}
.form-field label .req { color: var(--terracotta-600); }
.form-field label .opt { font-weight: 400; font-size: 12px; color: var(--slate-400); }
.form-field input,
.form-field select,
.form-field textarea {
  padding: 12px 16px;
  border: 1px solid var(--slate-200);
  border-radius: var(--r-lg);
  font: inherit;
  font-size: 14px;
  color: var(--slate-900);
  background: var(--slate-50);
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--emerald-650);
  box-shadow: 0 0 0 3px var(--emerald-650-20);
}
.form-field textarea { min-height: 110px; resize: vertical; }
.form-submit {
  margin-top: var(--s-6);
  width: 100%;
  padding: 16px;
  background: var(--emerald-650);
  color: #fff;
  border-radius: var(--r-lg);
  font-family: var(--f-display);
  font-size: 15px;
  font-weight: 600;
  box-shadow: var(--shadow-cta);
  transition: background .2s, transform .2s;
}
.form-submit:hover { background: var(--emerald-750); transform: translateY(-1px); }
.form-submit:disabled { opacity: 0.6; cursor: wait; }
.form-note {
  margin-top: 14px;
  text-align: center;
  font-size: 12px;
  color: var(--slate-500);
}
.form-side { display: flex; flex-direction: column; gap: var(--s-4); }

/* carte contact sombre */
.contact-card-dark {
  background: linear-gradient(155deg, var(--slate-900), var(--slate-800), var(--emerald-750));
  color: #fff;
  border-radius: var(--r-2xl);
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.contact-card-dark::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'><g fill='none' stroke='%2334D399' stroke-width='0.5' opacity='0.15'><path d='M50 5 L75 17 L75 42 L50 54 L25 42 L25 17 Z'/></g></svg>");
  background-size: 140px 140px;
  pointer-events: none;
}
.contact-card-dark h3 {
  position: relative;
  font-family: var(--f-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #fff;
}
.contact-item {
  position: relative;
  display: flex; align-items: center; gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.contact-item:last-child { border-bottom: none; }
.contact-item .ico {
  width: 40px; height: 40px;
  border-radius: var(--r-md);
  background: rgba(52,211,153,0.15);
  color: var(--emerald-400);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-item .ico svg { width: 18px; height: 18px; stroke-width: 1.5; }
.contact-item .lab {
  font-family: var(--f-mono);
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-item .val {
  font-family: var(--f-display);
  font-size: 14px;
  font-weight: 500;
  color: var(--emerald-400);
  margin-top: 2px;
  display: block;
}

/* Liste trust (contact side) */
.trust-card {
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: var(--r-2xl);
  padding: 28px;
  box-shadow: var(--shadow-soft);
}
.trust-card h4 {
  font-family: var(--f-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate-800);
  margin-bottom: 18px;
}
.trust-list { display: flex; flex-direction: column; gap: 14px; }
.trust-list .ti {
  display: flex; align-items: center; gap: 12px;
  font-size: 14px;
  color: var(--slate-700);
  font-weight: 500;
}
.trust-list .ti .ico {
  width: 32px; height: 32px;
  border-radius: var(--r-md);
  background: var(--emerald-50);
  color: var(--emerald-750);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.trust-list .ti .ico svg { width: 16px; height: 16px; stroke-width: 1.8; }

/* ============ 404 ============ */
.e404 {
  padding: 120px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.e404 .big {
  font-family: var(--f-display);
  font-size: clamp(96px, 18vw, 220px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--emerald-650);
  background: linear-gradient(135deg, var(--emerald-650), var(--terracotta-600));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.e404 h1 {
  margin-top: 24px;
  font-family: var(--f-display);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  color: var(--slate-900);
}
.e404 p {
  margin: 16px auto 0;
  max-width: 480px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--slate-600);
}
.e404 .ctas {
  margin-top: 32px;
  display: flex; gap: 12px; flex-wrap: wrap; justify-content: center;
}

/* ============ BLOG ============ */
.article-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-5);
  max-width: 1120px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .article-grid { grid-template-columns: repeat(3, 1fr); }
}
.article-card {
  background: #fff;
  border: 1px solid var(--slate-100);
  border-radius: var(--r-2xl);
  padding: 28px;
  box-shadow: var(--shadow-soft);
  transition: box-shadow .3s, transform .3s;
  display: flex; flex-direction: column;
}
.article-card:hover { box-shadow: var(--shadow-soft-lg); transform: translateY(-2px); }
.article-card .meta {
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--slate-400);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.article-card h3 {
  font-family: var(--f-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--slate-900);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.article-card p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--slate-600);
  flex: 1;
}
.article-card .read-more {
  font-family: var(--f-display);
  font-size: 13px;
  font-weight: 600;
  color: var(--emerald-750);
  display: inline-flex; align-items: center; gap: 6px;
  transition: gap .2s;
}
.article-card:hover .read-more { gap: 10px; }

/* Article body (single blog post) */
.article-body {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 var(--container-pad);
}
.article-body h2 {
  font-family: var(--f-display);
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 600;
  margin: 48px 0 16px;
  letter-spacing: -0.02em;
  color: var(--slate-900);
}
.article-body h3 {
  font-family: var(--f-display);
  font-size: 20px;
  font-weight: 600;
  margin: 32px 0 12px;
  color: var(--slate-900);
}
.article-body p, .article-body li {
  font-size: 16px;
  line-height: 1.75;
  color: var(--slate-700);
}
.article-body p { margin: 0 0 20px; }
.article-body ul, .article-body ol { margin: 0 0 24px; padding-left: 20px; }
.article-body ul li, .article-body ol li { margin-bottom: 8px; list-style: disc; }
.article-body ol li { list-style: decimal; }
.article-body blockquote {
  margin: 24px 0;
  padding: 20px 28px;
  border-left: 4px solid var(--emerald-650);
  background: var(--emerald-50);
  border-radius: var(--r-md);
  font-style: italic;
  color: var(--slate-800);
}
.article-body strong { color: var(--slate-900); font-weight: 600; }

/* ============ ACCESSIBILITÉ ============ */
:focus-visible {
  outline: 2px solid var(--emerald-650);
  outline-offset: 2px;
  border-radius: var(--r-sm);
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
