/* ============================================================
   PACK CONFIANCE : corporate propre, clair, rassurant.
   Le style conversion par defaut (diag, liberaux, sante, B2B).
   Couche 3 : remappe TOUS les roles semantiques.
   Contrastes verifies AA le 31/07/2026 (script contrast).
   ============================================================ */
:root {
  --surface: #ffffff;
  --surface-alt: #eef3fa;
  --surface-raised: #ffffff;
  --surface-invert: #0d2246;

  --ink: #101f33;
  --ink-muted: #4a5c74;
  --ink-invert: #ffffff;
  --ink-invert-muted: #b9c6dc;

  --accent: #1250c8;
  --accent-contrast: #ffffff;
  --accent-soft: #e3ecfb;

  --border: #d8e1ec;
  --border-strong: #9fb2ca;
  --focus-ring: #1250c8;

  --success: #17784a;
  --danger: #bb2124;

  --font-display: 'Archivo', system-ui, sans-serif;
  --font-body: 'Archivo', system-ui, sans-serif;
  --w-display: 800;
  --w-strong: 700;
  --w-body: 400;
  --ls-display: -0.025em;
  --tt-display: none;

  --r-field: var(--r-1);
  --r-btn: var(--r-2);
  --r-card: var(--r-3);
  --btn-px: 1.6rem;
  --btn-py: 0.85rem;
  --shadow-card: 0 4px 20px rgb(16 45 92 / 0.08);
}
