/* Variables de Sometomatic AI */
:root {
  /* Colores principales basados en la identidad de Sometomatic AI */
  --primary-blue: #1e40af;
  --primary-blue-dark: #1e3a8a;
  --primary-blue-light: #3b82f6;
  --accent-cyan: #06b6d4;
  --accent-cyan-light: #67e8f9;
  
  /* Colores de fondo */
  --bg-primary: #0f172a;
  --bg-secondary: #1e293b;
  --bg-light: #f8fafc;
  --bg-card: #ffffff;
  --bg-card-hover: #f1f5f9;
  
  /* Colores de texto */
  --text-white: #ffffff;
  --text-gray-light: #e2e8f0;
  --text-gray: #64748b;
  --text-gray-dark: #334155;
  --text-black: #0f172a;
  
  /* Colores de estado */
  --success: #10b981;
  --warning: #f59e0b;
  --error: #ef4444;
  
  /* Tamaños de logos */
  --logo-header-size: 3rem;
  --logo-favicon-large: 3.5rem; /* Favicon más grande para header */
  --logo-footer-size: 2.5rem;
  --logo-hero-size: 140px;
  
  /* Logos - version única */
  --logo-con-lema: url('/img/logo-con-lema.png');
  --logo-sin-lema: url('/img/logo-sin-lema.png');
  --logo-sin-fondo: url('/img/logo-sin-fondo-claro.png');
  
  /* Sombras */
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  
  /* Radios de borde */
  --border-radius-sm: 0.375rem;
  --border-radius-md: 0.5rem;
  --border-radius-lg: 0.75rem;
  --border-radius-xl: 1rem;
  --border-radius-full: 9999px;
  
  /* Transiciones */
  --transition-fast: 150ms ease-in-out;
  --transition-normal: 300ms ease-in-out;
  --transition-slow: 500ms ease-in-out;
}
