:root {
  --color-primary: #6400f0;
  --color-primary-dark: #4a00b8;
  --color-accent: #28c8f0;
  --color-accent-dark: #14a8cc;
  --color-bg: #ffffff;
  --color-bg-alt: #f5f3ff;
  --color-bg-dark: #6400f0;
  --color-surface: #ffffff;
  --color-surface-soft: rgba(255, 255, 255, 0.78);
  --color-border: rgba(100, 0, 240, 0.12);
  --color-text: #1a1a1a;
  --color-text-muted: #6b7280;
  --color-text-on-dark: #ffffff;
  --color-text-on-primary: #ffffff;
  --color-danger: #ff3b30;
  --font-heading: "Nunito", "Avenir Next", "Segoe UI", sans-serif;
  --font-body: "Nunito", "Avenir Next", "Segoe UI", sans-serif;
  --radius: 14px;
  --radius-sm: 8px;
  --radius-lg: 24px;
  --shadow: 0 4px 24px rgba(100, 0, 240, 0.1);
  --shadow-lg: 0 8px 48px rgba(100, 0, 240, 0.18);
  --shadow-button: 0 10px 28px rgba(82, 0, 204, 0.18);
  --shadow-button-hover: 0 16px 34px rgba(40, 200, 240, 0.18);
  --transition: 0.3s ease;
  --max-width: 1200px;
  --section-padding: 120px 24px;
  --container-padding: 24px;
  --header-height: 84px;
}

@media (max-width: 767px) {
  :root {
    --section-padding: 72px 20px;
    --container-padding: 20px;
  }
}
