:root {
  --ink: #0e0d1a;            /* navy casi negro: hero y cierre */
  --ink-soft: #1d1a38;       /* superficie de tabs sobre ink */
  --paper: #f7f7f9;          /* fondo claro de secciones */
  --white: #ffffff;
  --text: #16151f;
  --text-dim: #5d5b6b;
  --accent: #2760f0;         /* azul CONAUT — oscurecido para AA: blanco-sobre-accent 5.23:1, accent-sobre-paper 4.89:1 */
  --accent-deep: #1d4fd8;    /* accent oscuro para texto sobre --accent-ink (badges): 5.30:1 AA */
  --accent-ink: #dbe6ff;     /* texto acento sobre ink */
  --radius-card: 20px;
  --radius-ui: 10px;
  --text-hero: clamp(2.4rem, 1.2rem + 5.5vw, 5.2rem);
  --text-h2: clamp(1.7rem, 1rem + 2.6vw, 3rem);
  --text-body: clamp(1rem, .95rem + .3vw, 1.125rem);
  --space-section: clamp(4.5rem, 3rem + 6vw, 9rem);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;
}
