:root {
  /* Identidade Roberto de Souza */
  --color-blue: #087bc1;
  --color-blue-dark: #123d7a;
  --color-blue-deep: #08295c;
  --color-orange: #f7931d;
  --color-orange-dark: #d66e00;
  --color-white: #ffffff;

  /* Tokens semânticos */
  --bg: #f4f8fc;
  --surface: #ffffff;
  --surface-blue: #eaf5fc;
  --ink: #102744;
  --ink-muted: #53677f;
  --border: #d6e5f0;
  --accent: var(--color-orange);
  --accent-hover: var(--color-orange-dark);
  --accent-ink: #102744;
  --on-dark: var(--color-white);
  --on-dark-muted: rgb(255 255 255 / 78%);

  /* Tipografia */
  --font-display: "Montserrat", Arial, sans-serif;
  --font-body: "Inter", Arial, sans-serif;
  --leading-tight: 0.96;
  --leading-heading: 1.15;
  --leading-body: 1.65;
  --step--1: 0.875rem;
  --step-0: 1rem;
  --step-1: clamp(1.05rem, 1.8vw, 1.2rem);
  --step-2: clamp(1.5rem, 3vw, 2rem);
  --step-3: clamp(2rem, 4vw, 3.25rem);
  --step-5: clamp(3.25rem, 8vw, 7.5rem);

  /* Espaçamento */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 5rem;

  /* Forma, layout e elevação */
  --radius-sm: 0.5rem;
  --radius: 0.875rem;
  --radius-lg: 1.25rem;
  --radius-pill: 999px;
  --shadow: 0 1.25rem 3rem rgb(8 41 92 / 12%);
  --container: 75rem;
  --gutter: clamp(1.25rem, 4vw, 2rem);
  --header-height: 4.75rem;
  --section-pad: clamp(4.5rem, 9vw, 7rem);
}
