/*
Theme Name: VitaLab
Theme URI: https://vitalab.grow
Author: web-design.com.cy
Author URI: https://web-design.com.cy
Description: A premium, modern 1-page WordPress theme for growth marketing agencies, styled with a light, clean, and colorful aesthetic. Inspired by Cassimirix but tailored for conversion and marketing analytics.
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vitalab
*/

:root {
  /* Colorful Light Palette */
  --bg-primary: #ffffff;
  --bg-secondary: #f8fafc;
  --bg-tertiary: #f1f5f9;
  
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --text-muted: #94a3b8;
  
  --border-color: #e2e8f0;
  
  /* Primary Gradients and Accents (Marketing colorful vibe) */
  --color-primary: #4141a6; /* Purple/Indigo */
  --color-primary-rgb: 65, 65, 166;
  --color-secondary: #2c99d0; /* Blue */
  --color-accent-teal: #3dafb6; /* Teal */
  --color-accent-purple: #a855f7; /* Purple */
  --color-accent-rose: #f43f5e; /* Rose */
  --color-accent-orange: #f97316; /* Orange */
  
  --gradient-brand: linear-gradient(135deg, #4141a6 0%, #3dafb6 100%);
  --gradient-rainbow: linear-gradient(90deg, #4141a6 0%, #2c99d0 50%, #3dafb6 100%);
  --gradient-hero: linear-gradient(135deg, rgba(65, 65, 166, 0.05) 0%, rgba(61, 175, 182, 0.05) 100%);
  
  /* Layout and Sizing */
  --container-width: 1280px;
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Inter', sans-serif;
  --header-height-desktop: 90px;
  --header-height-mobile: 70px;
  
  /* UI details */
  --border-radius-sm: 8px;
  --border-radius-md: 16px;
  --border-radius-lg: 24px;
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 10px 15px -3px rgba(15, 23, 42, 0.05), 0 4px 6px -4px rgba(15, 23, 42, 0.05);
  --shadow-lg: 0 20px 25px -5px rgba(15, 23, 42, 0.08), 0 8px 10px -6px rgba(15, 23, 42, 0.08);
  --shadow-glow: 0 0 20px rgba(79, 70, 229, 0.15);
  
  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset and Core Styles are defined in assets/css/theme.css */
