:root {
  /* Primary (Lacivert) */
  --primary-900: #0b1220;
  --primary-800: #0f1b33;

  /* Accent (Mavi) */
  --accent-600: #2563eb;
  --accent-100: #dbeafe;

  /* CTA (Turkuaz) */
  --cta-600: #14b8a6;
  --cta-700: #0f766e;

  /* Background */
  --bg-50: #f8fafc;
  --bg-100: #f1f5f9;
  --card: #ffffff;

  /* Text */
  --text-900: #0f172a;
  --text-700: #334155;
  --text-500: #64748b;

  /* Border */
  --border: #e2e8f0;

  /* Shadow */
  --shadow: 0 18px 40px rgba(15, 23, 42, 0.12);

  /* Radius */
  --r-xl: 22px;
  --r-lg: 18px;

  /* Layout */
  --container: 1200px;
  --gutter: 24px;

  /* CTA ORANGE (primary action) */
  --orange-600: #ff7a18;
  --orange-500: #ff8c2a;
  --orange-400: #ffb066;
  --orange-700: #bd6d23;

  /* glow */
  --orange-shadow: 0 18px 40px rgba(255, 122, 24, 0.35);
}
