:root {
  --primary:      #0A2540;
  --accent:       #00D4A0;
  --accent-dark:  #00b589;
  --bg:           #FFFFFF;
  --bg-alt:       #F8FAFC;
  --text:         #1A1A1A;
  --muted:        #6B7280;
  --border:       #E5E7EB;
  --font:         'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --max-w:        1140px;
  --hh:           70px;
  --r:            12px;
  --shadow:       0 4px 24px rgba(10,37,64,.08);
  --shadow-lg:    0 8px 40px rgba(10,37,64,.14);
  --ease:         0.3s ease;
}
