:root {
  /* Brand */
  --navy: #0B1B5C;
  --navy-deep: #071240;
  --sky: #3FA9E0;
  --sky-dark: #2C86B8;
  --cta: #F5941F;
  --cta-dark: #D97B0C;

  /* Neutrals */
  --ink: #1E2430;
  --ink-soft: #5B6472;
  --surface: #FFFFFF;
  --surface-alt: #F4F8FC;
  --surface-navy: #0B1B5C;
  --line: #E2E8F0;
  --line-soft: #EDF1F6;

  /* Type */
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --font-display: 'Manrope', 'Inter', system-ui, sans-serif;

  /* Spacing scale */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 40px;
  --space-6: 64px;
  --space-7: 96px;

  /* Radii */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-pill: 999px;

  /* Motion */
  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --dur-fast: .22s;
  --dur-med: .5s;
  --dur-slow: .8s;

  /* Layout */
  --maxw: 1200px;
  --header-h: 76px;
  --shadow-sm: 0 2px 8px rgba(11,27,92,.06);
  --shadow-md: 0 12px 32px rgba(11,27,92,.12);
  --shadow-lg: 0 24px 60px rgba(11,27,92,.18);
}
