/* ==========================================================================
   JK WEBCOM MODERN CORPORATE DESIGN SYSTEM VARIABLES
   ========================================================================== */

:root {
  /* Brand Color Palette */
  --primary-dark: #0f172a;       /* Slate 900 - Core dark text & dark headers */
  --primary-navy: #1e293b;       /* Slate 800 - Secondary dark background */
  --accent-blue: #2563eb;        /* Vibrant Corporate Blue - Primary CTAs */
  --accent-blue-hover: #1d4ed8;  /* Darker Blue on Hover */
  --accent-gold: #f59e0b;        /* Amber/Gold - Accent highlight & badges */
  --accent-gold-light: #fffbeb;  /* Soft Gold Tint */
  --accent-green: #10b981;       /* WhatsApp / Success Green */
  
  /* Neutral Color Scale */
  --bg-main: #ffffff;            /* Main Page Content Background */
  --bg-subtle: #f8fafc;          /* Light Slate - Section Background */
  --bg-card: #ffffff;            /* Card Surface Background */
  --border-light: #e2e8f0;       /* Card & Divider Border */
  --border-hover: #cbd5e1;       /* Hover Border State */
  
  /* Text Colors */
  --text-main: #1e293b;          /* High contrast main text */
  --text-muted: #64748b;         /* Secondary descriptive text */
  --text-light: #94a3b8;         /* Sub-text / Footnotes */
  --text-white: #ffffff;         /* On dark backgrounds */

  /* Typography */
  --font-heading: "Segoe UI", "Segoe UI Bold", "Segoe UI Light", "Segoe UI Symbol", "Segoe UI Italic", Tahoma, Geneva, Verdana, sans-serif;
  --font-body: "Segoe UI", "Segoe UI Bold", "Segoe UI Light", "Segoe UI Symbol", "Segoe UI Italic", Tahoma, Geneva, Verdana, sans-serif;

  /* Elevational Shadows */
  --shadow-xs: 0 1px 2px 0 rgba(15, 23, 42, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(15, 23, 42, 0.08), 0 1px 2px -1px rgba(15, 23, 42, 0.08);
  --shadow-md: 0 4px 6px -1px rgba(15, 23, 42, 0.08), 0 2px 4px -2px rgba(15, 23, 42, 0.05);
  --shadow-lg: 0 10px 15px -3px rgba(15, 23, 42, 0.08), 0 4px 6px -4px rgba(15, 23, 42, 0.04);
  --shadow-xl: 0 20px 25px -5px rgba(15, 23, 42, 0.1), 0 8px 10px -6px rgba(15, 23, 42, 0.04);
  --shadow-blue: 0 4px 14px 0 rgba(37, 99, 235, 0.35);

  /* Border Radii */
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-full: 9999px;

  /* Transitions */
  --transition-fast: 0.15s ease-in-out;
  --transition-normal: 0.25s ease-in-out;
  --transition-slow: 0.35s ease-in-out;
}
