:root {
  --font-heading: "Inter", "Segoe UI", "SF Pro Text", -apple-system, system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", "SF Pro Text", -apple-system, system-ui, sans-serif;
  --bg: #fafbff;
  --card: #ffffff;
  --text: #111111;
  --muted: #424270;
  --accent: #f97316;
  --primary: #1e1b4b;
  --secondary: #eef0ff;
  --border: #dde0f0;
  --page-bg: radial-gradient(circle at 10% 20%, rgba(67, 56, 202, 0.05), transparent 25%), var(--bg);
  --header-bg: rgba(250, 251, 255, 0.98);
  --footer-bg: #e8eaf6;
  --input-bg: #fffefb;
  --button-bg: linear-gradient(135deg, #1e1b4b, #4338ca);
  --button-text: #111111;
  --button-shadow: 0 12px 30px rgba(30, 27, 75, 0.20);
  --card-shadow: 0 16px 40px rgba(17, 17, 17, 0.04);
  --cta-bg: linear-gradient(135deg, rgba(30, 27, 75, 0.08), rgba(249, 115, 22, 0.05));
  --radius-card: 12px;
  --radius-button: 999px;
  --radius-input: 12px;
  --section-pad: 88px;
  --hero-pad: 120px;
  --font-weight-heading: 700;
  --font-weight-body: 400;
  --letter-spacing-heading: 0em;
  --card-hover-lift: translateY(-2px);
  --transition-speed: 0.15s;
  --density: compact;
}
