:root {
  /* Brand Colors - New Era Motors */
  --primary: #194193;
  --primary-dark: #102A60;
  --primary-light: #6A84B9;
  --secondary: #1E3A8A;
  --secondary-dark: #152B66;
  --secondary-light: #2952B8;
  --accent: #259051;
  --accent-dark: #259051;
  
  /* Neutral Colors */
  --white: #FFFFFF;
  --black: #000000;
  --neutral-100: #F7F7F7;
  --neutral-200: #E5E5E5;
  --neutral-300: #D4D4D4;
  --neutral-400: #A3A3A3;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717;
  
  /* Text Colors */
  --text-primary: #171717;
  --text-secondary: #404040;
  --text-muted: #737373;
  --text-light: #FFFFFF;
  
  /* Background Colors */
  --bg-primary: #FFFFFF;
  --bg-secondary: #F7F7F7;
  --bg-dark: #171717;
  --bg-overlay: rgba(23, 23, 23, 0.7);
  
  --heading-color: #525252;
  --body-bg: #ffffff;
  
  /* Status Colors */
  --success: #22C55E;
  --success-dark: #16A34A;
  --warning: #F59E0B;
  --warning-dark: #D97706;
  --error: #EF4444;
  --error-dark: #DC2626;
  --info: #3B82F6;
  --info-dark: #2563EB;
  
  /* Border Colors */
  --border-light: #E5E5E5;
  --border: #D4D4D4;
  --border-dark: #A3A3A3;
  
  /* Shadow Values */
  --box-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --box-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --box-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --box-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  
  /* Typography */
  --font-primary: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  --font-secondary: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --line-height-tight: 1.25;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.75;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  
  /* Spacing */
  --spacing-1: 0.25rem;
  --spacing-2: 0.5rem;
  --spacing-3: 0.75rem;
  --spacing-4: 1rem;
  --spacing-5: 1.25rem;
  --spacing-6: 1.5rem;
  --spacing-8: 2rem;
  --spacing-10: 2.5rem;
  --spacing-12: 3rem;
  --spacing-16: 4rem;
  --spacing-20: 5rem;
  --spacing-24: 6rem;
  
  /* Border radius */
  --border-radius-sm: 4px;
  --border-radius: 8px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --border-radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: all 0.2s ease;
  --transition-normal: all 0.3s ease;
  --transition-slow: all 0.5s ease;
  
  /* Z-index values */
  --z-index-dropdown: 1000;
  --z-index-sticky: 1020;
  --z-index-fixed: 1030;
  --z-index-modal-backdrop: 1040;
  --z-index-modal: 1050;
  --z-index-popover: 1060;
  --z-index-tooltip: 1070;
  
  /* Layout constants */
  --header-height: 70px;
  --container-width: 1200px;
  --sidebar-width: 350px;
  --footer-padding: 4rem;
  
  /* Component-specific variables */
  --card-padding: 1.5rem;
  --card-border-radius: var(--border-radius);
  --card-shadow: var(--box-shadow);
  --btn-padding-y: 0.75rem;
  --btn-padding-x: 1.5rem;
  --btn-border-radius: var(--border-radius);
  --hero-height: 500px;
  --section-padding: 5rem;
}ver