:root {
  --color-primary: #f97316;
  --color-primary-light: #fff7ed;
  --color-primary-strong: #ff8c37;
  --color-secondary: #ff4d00;
  --color-background: #f9fafb;
  --color-surface: #ffffff;
  --color-divider: #f3f4f6;
  --color-text-primary: #111827;
  --color-text-secondary: #6b7280;
  --color-text-muted: #9ca3af;
  --color-success: #10b981;
  --color-error: #ef4444;
  --color-warning: #f59e0b;
  --gradient-primary: linear-gradient(135deg, #f97316 0%, #ff8c37 100%);
  --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.45) 100%);
  --font-family: "Inter", sans-serif;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 999px;
  --shadow-sm: 0 4px 10px rgba(17, 24, 39, 0.03);
  --shadow-md: 0 12px 30px rgba(17, 24, 39, 0.08);
  --shadow-lg: 0 24px 60px rgba(17, 24, 39, 0.12);
  --shadow-premium: 0 22px 54px rgba(249, 115, 22, 0.15);
  --container-width: min(1120px, calc(100vw - 32px));
  --header-height: 76px;
  --section-spacing: clamp(4.5rem, 8vw, 7rem);
  --transition-base: 320ms cubic-bezier(0.16, 1, 0.3, 1);
}
