:root {
  --c-primary: #1A56DB;
  --c-primary-hover: #1145B5;
  --c-primary-soft: #EFF6FF;
  --c-primary-surface: #DBEAFE;
  --c-bg: #FFFFFF;
  --c-bg-alt: #F8FAFC;
  --c-bg-deep: #EEF4FF;
  --c-border: #E5E7EB;
  --c-border-strong: #CBD5E1;
  --c-text-strong: #111827;
  --c-text-base: #334155;
  --c-text-secondary: #64748B;
  --c-text-soft: #94A3B8;
  --c-success: #16A34A;
  --c-success-bg: #ECFDF5;
  --c-info: #1D4ED8;
  --c-info-bg: #DBEAFE;
  --c-warning: #C2410C;
  --c-warning-bg: #FFEDD5;
  --c-danger: #DC2626;
  --c-danger-bg: #FEE2E2;
  --font-display: "DM Serif Display", Georgia, serif;
  --font-body: "DM Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  --shadow-card: 0 8px 30px rgba(15, 23, 42, 0.06);
  --shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
  --shadow-hero: 0 28px 80px rgba(16, 36, 67, 0.14);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --max-width: 1160px;
  --nav-height: 76px;
  --motion-fast: 180ms ease-out;
  --motion-base: 260ms ease-out;
  --motion-slow: 360ms ease-out;
}
