:root {
  --sticky-header-height: 5.3rem;
  --brand-blue: #00519f;
  --brand-yellow: #ffe03b;
  --brand-navy: #07182b;
  --white: #fff;
  --ink: #142033;
  --muted: #5a687a;
  --surface: #f5f8fc;
  --surface-blue: #eaf2fa;
  --surface-yellow: #fff7c9;
  --line: #d5dee9;
  --risk: #a92117;
  --success: #067647;
  --focus: #ffbf47;
  --shadow: 0 18px 50px rgba(7, 24, 43, 0.12);
  --radius-sm: 0.6rem;
  --radius-md: 1rem;
  --radius-lg: 1.7rem;
  --container: 82rem;
  --step--1: clamp(0.875rem, 0.84rem + 0.15vw, 0.95rem);
  --step-0: clamp(1rem, 0.96rem + 0.22vw, 1.125rem);
  --step-1: clamp(1.2rem, 1.1rem + 0.5vw, 1.55rem);
  --step-2: clamp(1.55rem, 1.35rem + 0.9vw, 2.2rem);
  --step-3: clamp(2rem, 1.6rem + 1.7vw, 3.2rem);
  --step-4: clamp(2.55rem, 1.9rem + 2.8vw, 4.4rem);
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.5rem;
}
