/* assets/css/variables.css */
/* ═══════════════════════════════════════════════════════════════ */
/* VOPREX.AZ — CSS Custom Properties (Dizayn Tokenləri)           */
/* v2 React layihəsindən saxlanılmış + voprex.az üçün genişlənmiş */
/* ═══════════════════════════════════════════════════════════════ */

:root {
    /* ── Əsas Rənglər (v2-dən) ── */
    --primary-color: #2563eb;
    --primary-dark: #1d4ed8;
    --primary-light: #dbeafe;
    --secondary-color: #1e293b;
    --accent-color: #f1f5f9;
    --text-primary: #0f172a;
    --text-secondary: #64748b;
    --text-muted: #94a3b8;
    --border-color: #e2e8f0;
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --background: #ffffff;
    --surface: #f8fafc;

    /* ── YENİ — voprex.az üçün ── */
    --whatsapp-green: #25d366;
    --whatsapp-dark: #128c7e;
    --hero-bg: #f1f5f9;
    --hero-badge-bg: #e0f2fe;
    --hero-badge-color: #0369a1;
    --hero-badge-border: #bae6fd;
    --dropdown-hover-bg: #f6f4ff;
    --dropdown-hover-color: #7100bd;

    /* ── Gradient-lər ── */
    --gradient-primary: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    --gradient-hero: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

    /* ── Tipografiya ── */
    --font-primary: 'Roboto', 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-md: 1.125rem;
    --font-size-lg: 1.25rem;
    --font-size-xl: 1.5rem;
    --font-size-2xl: 1.875rem;
    --font-size-3xl: 2.25rem;
    --font-size-4xl: 3rem;
    --font-size-5xl: 3.5rem;
    --line-height-base: 1.6;
    --line-height-heading: 1.2;

    /* ── Aralıqlar ── */
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 32px;
    --spacing-2xl: 48px;
    --spacing-3xl: 64px;
    --spacing-4xl: 80px;

    /* ── Kölgələr ── */
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 6px rgba(0,0,0,0.07);
    --shadow-lg: 0 10px 15px rgba(0,0,0,0.1);
    --shadow-xl: 0 20px 25px rgba(0,0,0,0.15);

    /* ── Radiuslar ── */
    --radius-sm: 4px;
    --radius-md: 6px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-full: 50px;

    /* ── Container ── */
    --container-max: 1200px;
    --container-padding: 24px;

    /* ── Navbar ── */
    --navbar-height: 80px;

    /* ── Transition ── */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
}
