/* ==========================================================================
   MUHIIM DIGITAL AGENCY — DESIGN SYSTEM TOKENS
   Clean, Minimalist, High-End Agency Theme (Anti Reference Style)
   ========================================================================== */

:root {
  /* Brand Core Colors */
  --brand-navy-900: #0E0C22;
  --brand-navy-800: #191544;
  --brand-navy-700: #241E5C;
  --brand-navy-600: #2D266E; /* Primary Logo Deep Navy/Indigo */
  --brand-navy-500: #3E3594;
  --brand-navy-400: #4E44C5;
  --brand-navy-100: #EEF0FD;
  --brand-navy-50:  #F5F6FE;

  --brand-gold-600: #D97706;
  --brand-gold-500: #E5A919; /* Primary Logo Circuit Gold */
  --brand-gold-400: #F59E0B;
  --brand-gold-100: #FEF3C7;
  --brand-gold-50:  #FFFBEB;

  --color-purple-accent: #6366F1;
  --color-coral-accent:  #F43F5E;
  --color-emerald-500:   #10B981;

  /* Surfaces & Backgrounds */
  --bg-page: #FAFAFD;
  --bg-surface: #FFFFFF;
  --bg-surface-elevated: #FFFFFF;
  --bg-surface-subtle: #F3F4FB;
  --bg-surface-card: #FFFFFF;
  --bg-surface-glass: rgba(255, 255, 255, 0.92);

  /* Dark Feature Blocks (Testimonial banner, bottom bar) */
  --bg-dark-card: #14122C;
  --bg-dark-surface: #1E1B42;

  /* Typography */
  --font-heading: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Text Colors */
  --text-primary: #0F172A;
  --text-secondary: #475569;
  --text-muted: #64748B;
  --text-light: #94A3B8;
  --text-white: #FFFFFF;

  /* Borders */
  --border-color: #ECEEF6;
  --border-color-strong: #D9DDF0;
  --border-focus: #2D266E;

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

   /* Border Radii */
 --radius-sm: 8px; 
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-2xl: 28px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 4px 12px rgba(15, 23, 42, 0.06);
  --shadow-lg: 0 12px 24px -4px rgba(15, 23, 42, 0.08);
  --shadow-xl: 0 20px 35px -5px rgba(15, 23, 42, 0.1);
  --shadow-float: 0 16px 32px -6px rgba(45, 38, 110, 0.12);

  /* Transitions */
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 350ms cubic-bezier(0.16, 1, 0.3, 1);

  /* Layout */
  --container-max: 1220px;
  --header-height: 80px;
}
