/* ============================================
   HAGANET - מערכת עיצוב
   HAGANET - Design System
   ============================================ */

/* ========== CSS Custom Properties ========== */
:root {
    /* === Color Palette === */

    /* === NEW: Premium Brand Colors === */
    --color-brand-dark: #0a1628;
    --color-brand-navy: #1e3a5f;
    --color-brand-gold: #c9a227;
    --color-brand-gold-light: #d4b84a;
    --color-brand-gold-dark: #a8841e;
    --color-brand-light: #f8fafc;

    /* Primary - כחול עמוק (ביטחון, אמון) */
    --color-primary-50: #e6f0ff;
    --color-primary-100: #b3d4ff;
    --color-primary-200: #80b8ff;
    --color-primary-300: #4d9cff;
    --color-primary-400: #1a80ff;
    --color-primary-500: #0066e6;
    --color-primary-600: #0052b8;
    --color-primary-700: #003d8a;
    --color-primary-800: #00295c;
    --color-primary-900: #00142e;

    /* Secondary - זהב/כתום (חום, קהילה) */
    --color-secondary-50: #fff8e6;
    --color-secondary-100: #ffebb3;
    --color-secondary-200: #ffde80;
    --color-secondary-300: #ffd14d;
    --color-secondary-400: #ffc41a;
    --color-secondary-500: #e6ac00;
    --color-secondary-600: #b88900;
    --color-secondary-700: #8a6700;
    --color-secondary-800: #5c4400;
    --color-secondary-900: #2e2200;

    /* Accent - טורקיז (חדשנות, טכנולוגיה) */
    --color-accent-50: #e6faf9;
    --color-accent-100: #b3f0ed;
    --color-accent-200: #80e6e1;
    --color-accent-300: #4ddcd5;
    --color-accent-400: #1ad2c9;
    --color-accent-500: #00b8ad;
    --color-accent-600: #00938a;
    --color-accent-700: #006e68;
    --color-accent-800: #004945;
    --color-accent-900: #002523;

    /* Success - ירוק */
    --color-success-50: #e8f5e9;
    --color-success-100: #c8e6c9;
    --color-success-500: #4caf50;
    --color-success-700: #388e3c;

    /* Warning - כתום */
    --color-warning-50: #fff3e0;
    --color-warning-100: #ffe0b2;
    --color-warning-500: #ff9800;
    --color-warning-700: #f57c00;

    /* Danger - אדום */
    --color-danger-50: #ffebee;
    --color-danger-100: #ffcdd2;
    --color-danger-500: #f44336;
    --color-danger-700: #d32f2f;

    /* Neutral - גווני אפור */
    --color-neutral-0: #ffffff;
    --color-neutral-50: #f8fafc;
    --color-neutral-100: #f1f5f9;
    --color-neutral-200: #e2e8f0;
    --color-neutral-300: #cbd5e1;
    --color-neutral-400: #94a3b8;
    --color-neutral-500: #64748b;
    --color-neutral-600: #475569;
    --color-neutral-700: #334155;
    --color-neutral-800: #1e293b;
    --color-neutral-900: #0f172a;
    --color-neutral-950: #020617;

    /* === Typography === */
    --font-family-hebrew: 'Heebo', 'Rubik', 'Assistant', Arial, sans-serif;
    --font-family-english: 'Inter', 'Roboto', sans-serif;
    --font-family-mono: 'Fira Code', 'Monaco', monospace;

    /* Font Sizes */
    --text-xs: 0.75rem;
    /* 12px */
    --text-sm: 0.875rem;
    /* 14px */
    --text-base: 1rem;
    /* 16px */
    --text-lg: 1.125rem;
    /* 18px */
    --text-xl: 1.25rem;
    /* 20px */
    --text-2xl: 1.5rem;
    /* 24px */
    --text-3xl: 1.875rem;
    /* 30px */
    --text-4xl: 2.25rem;
    /* 36px */
    --text-5xl: 3rem;
    /* 48px */
    --text-6xl: 3.75rem;
    /* 60px */
    --text-7xl: 4.5rem;
    /* 72px */

    /* Font Weights */
    --font-light: 300;
    --font-regular: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 700;
    --font-extrabold: 800;

    /* Line Heights */
    --leading-none: 1;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --leading-loose: 2;

    /* Letter Spacing */
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --tracking-normal: 0;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;

    /* === Spacing === */
    --space-0: 0;
    --space-1: 0.25rem;
    /* 4px */
    --space-2: 0.5rem;
    /* 8px */
    --space-3: 0.75rem;
    /* 12px */
    --space-4: 1rem;
    /* 16px */
    --space-5: 1.25rem;
    /* 20px */
    --space-6: 1.5rem;
    /* 24px */
    --space-8: 2rem;
    /* 32px */
    --space-10: 2.5rem;
    /* 40px */
    --space-12: 3rem;
    /* 48px */
    --space-16: 4rem;
    /* 64px */
    --space-20: 5rem;
    /* 80px */
    --space-24: 6rem;
    /* 96px */
    --space-32: 8rem;
    /* 128px */

    /* === Border Radius === */
    --radius-none: 0;
    --radius-sm: 0.125rem;
    /* 2px */
    --radius-default: 0.25rem;
    /* 4px */
    --radius-md: 0.375rem;
    /* 6px */
    --radius-lg: 0.5rem;
    /* 8px */
    --radius-xl: 0.75rem;
    /* 12px */
    --radius-2xl: 1rem;
    /* 16px */
    --radius-3xl: 1.5rem;
    /* 24px */
    --radius-full: 9999px;

    /* === Shadows === */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-default: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    --shadow-glow: 0 0 20px rgba(0, 102, 230, 0.3);
    --shadow-glow-secondary: 0 0 20px rgba(230, 172, 0, 0.3);

    /* === Transitions === */
    --transition-fast: 150ms ease;
    --transition-default: 250ms ease;
    --transition-slow: 350ms ease;
    --transition-slower: 500ms ease;

    /* === Z-Index === */
    --z-dropdown: 100;
    --z-sticky: 200;
    --z-fixed: 300;
    --z-modal-backdrop: 400;
    --z-modal: 500;
    --z-popover: 600;
    --z-tooltip: 700;
    --z-toast: 800;

    /* === Layout === */
    --container-sm: 640px;
    --container-md: 768px;
    --container-lg: 1024px;
    --container-xl: 1280px;
    --container-2xl: 1536px;

    /* === Gradients === */
    --gradient-primary: linear-gradient(135deg, var(--color-primary-500) 0%, var(--color-primary-700) 100%);
    --gradient-secondary: linear-gradient(135deg, var(--color-secondary-400) 0%, var(--color-secondary-600) 100%);
    --gradient-accent: linear-gradient(135deg, var(--color-accent-400) 0%, var(--color-accent-600) 100%);
    --gradient-hero: linear-gradient(135deg, var(--color-primary-700) 0%, var(--color-primary-900) 50%, #000 100%);
    --gradient-dark: linear-gradient(180deg, var(--color-neutral-800) 0%, var(--color-neutral-950) 100%);
    --gradient-light: linear-gradient(180deg, var(--color-neutral-0) 0%, var(--color-neutral-100) 100%);
    --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);

    /* === Premium Design Tokens === */

    /* Luxury Colors */
    --color-gold-50: #fffbeb;
    --color-gold-100: #fef3c7;
    --color-gold-200: #fde68a;
    --color-gold-300: #fcd34d;
    --color-gold-400: #fbbf24;
    --color-gold-500: #f59e0b;
    --color-gold-600: #d97706;
    --color-gold-700: #b45309;
    --color-platinum: #e5e7eb;
    --color-diamond: #f0f9ff;

    /* Premium Gradients */
    --gradient-gold: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);
    --gradient-platinum: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #cbd5e1 100%);
    --gradient-luxury: linear-gradient(135deg, var(--color-primary-600) 0%, #1e3a5f 50%, var(--color-primary-900) 100%);
    --gradient-shimmer: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    --gradient-glow: radial-gradient(circle at center, rgba(251, 191, 36, 0.15) 0%, transparent 70%);
    --gradient-premium-hero: linear-gradient(135deg, #0a1628 0%, #1e3a5f 30%, #0f172a 70%, #000 100%);
    --gradient-card-shine: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 55%, transparent 60%);

    /* Premium Shadows with Color */
    --shadow-gold: 0 4px 20px rgba(251, 191, 36, 0.25);
    --shadow-primary-glow: 0 8px 32px rgba(0, 102, 230, 0.35);
    --shadow-secondary-glow: 0 8px 32px rgba(230, 172, 0, 0.35);
    --shadow-elevated: 0 24px 48px -12px rgba(0, 0, 0, 0.25);
    --shadow-premium: 0 20px 40px -15px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.05);
    --shadow-glass: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);

    /* Glassmorphism */
    --glass-bg: rgba(255, 255, 255, 0.08);
    --glass-bg-light: rgba(255, 255, 255, 0.85);
    --glass-border: rgba(255, 255, 255, 0.18);
    --glass-blur: blur(16px);
    --glass-blur-heavy: blur(24px);

    /* === NEW: Vibrant Modern Color Palette === */

    /* Coral - Energy & Warmth */
    --color-coral-50: #fff5f3;
    --color-coral-100: #ffe4df;
    --color-coral-200: #ffc9bf;
    --color-coral-300: #ffa599;
    --color-coral-400: #ff7b6b;
    --color-coral-500: #ff6b6b;
    --color-coral-600: #e55656;
    --color-coral-700: #c44141;

    /* Mint - Fresh & Modern */
    --color-mint-50: #e6fff9;
    --color-mint-100: #b3ffee;
    --color-mint-200: #80ffe3;
    --color-mint-300: #4dffd8;
    --color-mint-400: #1affcd;
    --color-mint-500: #00d4aa;
    --color-mint-600: #00b894;
    --color-mint-700: #009d7e;

    /* Electric Blue - Tech & Innovation */
    --color-electric-50: #e6f4ff;
    --color-electric-100: #b3e0ff;
    --color-electric-200: #80cbff;
    --color-electric-300: #4db7ff;
    --color-electric-400: #4facfe;
    --color-electric-500: #0090ff;
    --color-electric-600: #0077d6;
    --color-electric-700: #005ead;

    /* Violet - Premium & Creative */
    --color-violet-50: #f5f3ff;
    --color-violet-100: #e8e0ff;
    --color-violet-200: #d4c4ff;
    --color-violet-300: #b69eff;
    --color-violet-400: #9f7aea;
    --color-violet-500: #8b5cf6;
    --color-violet-600: #7c3aed;
    --color-violet-700: #6d28d9;

    /* Sunset Orange - Warmth & Call-to-Action */
    --color-sunset-50: #fff7ed;
    --color-sunset-100: #ffedd5;
    --color-sunset-200: #fed7aa;
    --color-sunset-300: #fdba74;
    --color-sunset-400: #ff9a56;
    --color-sunset-500: #f97316;
    --color-sunset-600: #ea580c;
    --color-sunset-700: #c2410c;

    /* === NEW: Vibrant Gradients === */

    /* Multi-color mesh gradients */
    --gradient-mesh-vibrant:
        radial-gradient(ellipse at 20% 30%, rgba(255, 107, 107, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(79, 172, 254, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at 40% 80%, rgba(0, 212, 170, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 90% 70%, rgba(139, 92, 246, 0.2) 0%, transparent 50%);

    --gradient-coral-sunset: linear-gradient(135deg, #ff6b6b 0%, #ff9a56 50%, #fbbf24 100%);
    --gradient-mint-electric: linear-gradient(135deg, #00d4aa 0%, #4facfe 50%, #00b8ad 100%);
    --gradient-violet-electric: linear-gradient(135deg, #8b5cf6 0%, #4facfe 50%, #00d4aa 100%);
    --gradient-rainbow-soft: linear-gradient(135deg, #ff6b6b 0%, #fbbf24 25%, #00d4aa 50%, #4facfe 75%, #8b5cf6 100%);
    --gradient-modern-hero: linear-gradient(135deg, #0f172a 0%, #1e3a5f 25%, #0f4c75 50%, #1e3a5f 75%, #0f172a 100%);

    /* Holographic effect */
    --gradient-holographic: linear-gradient(135deg,
            rgba(255, 107, 107, 0.1) 0%,
            rgba(255, 154, 86, 0.1) 20%,
            rgba(251, 191, 36, 0.1) 40%,
            rgba(0, 212, 170, 0.1) 60%,
            rgba(79, 172, 254, 0.1) 80%,
            rgba(139, 92, 246, 0.1) 100%);

    /* === NEW: Vibrant Shadows === */
    --shadow-coral: 0 8px 32px rgba(255, 107, 107, 0.25);
    --shadow-mint: 0 8px 32px rgba(0, 212, 170, 0.25);
    --shadow-electric: 0 8px 32px rgba(79, 172, 254, 0.25);
    --shadow-violet: 0 8px 32px rgba(139, 92, 246, 0.25);
    --shadow-rainbow: 0 8px 32px rgba(139, 92, 246, 0.15), 0 4px 16px rgba(0, 212, 170, 0.15), 0 2px 8px rgba(255, 107, 107, 0.15);
}

/* ========== Base Reset & Defaults ========== */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font-family-hebrew);
    font-size: var(--text-base);
    font-weight: var(--font-regular);
    line-height: var(--leading-normal);
    color: var(--color-neutral-800);
    background-color: var(--color-neutral-0);
    direction: rtl;
    text-align: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* RTL Support */
[dir="ltr"] {
    direction: ltr;
    text-align: left;
}

/* ========== Typography ========== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--font-bold);
    line-height: var(--leading-tight);
    color: var(--color-neutral-900);
    margin-bottom: var(--space-4);
}

h1 {
    font-size: var(--text-5xl);
}

h2 {
    font-size: var(--text-4xl);
}

h3 {
    font-size: var(--text-3xl);
}

h4 {
    font-size: var(--text-2xl);
}

h5 {
    font-size: var(--text-xl);
}

h6 {
    font-size: var(--text-lg);
}

p {
    margin-bottom: var(--space-4);
    color: var(--color-neutral-600);
}

a {
    color: var(--color-primary-500);
    text-decoration: none;
    transition: color var(--transition-fast);
}

a:hover {
    color: var(--color-primary-700);
}

strong,
b {
    font-weight: var(--font-semibold);
}

small {
    font-size: var(--text-sm);
}

/* ========== Container ========== */
.container {
    width: 100%;
    max-width: var(--container-xl);
    margin-inline: auto;
    padding-inline: var(--space-4);
}

@media (min-width: 640px) {
    .container {
        padding-inline: var(--space-6);
    }
}

@media (min-width: 1024px) {
    .container {
        padding-inline: var(--space-8);
    }
}

/* ========== Buttons ========== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-6);
    font-family: inherit;
    font-size: var(--text-base);
    font-weight: var(--font-medium);
    line-height: var(--leading-none);
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: all var(--transition-default);
    white-space: nowrap;
}

.btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 102, 230, 0.3);
}

/* Primary Button */
.btn-primary {
    color: var(--color-neutral-0);
    background: var(--gradient-primary);
    border-color: var(--color-primary-500);
    box-shadow: var(--shadow-md);
}

.btn-primary:hover {
    background: var(--color-primary-600);
    border-color: var(--color-primary-600);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg), var(--shadow-glow);
}

/* Secondary Button */
.btn-secondary {
    color: var(--color-neutral-0);
    background: var(--gradient-secondary);
    border-color: var(--color-secondary-500);
}

.btn-secondary:hover {
    background: var(--color-secondary-600);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg), var(--shadow-glow-secondary);
}

/* Outline Button */
.btn-outline {
    color: var(--color-primary-500);
    background: transparent;
    border-color: var(--color-primary-500);
}

.btn-outline:hover {
    color: var(--color-neutral-0);
    background: var(--color-primary-500);
}

/* Ghost Button */
.btn-ghost {
    color: var(--color-neutral-600);
    background: transparent;
    border-color: transparent;
}

.btn-ghost:hover {
    color: var(--color-neutral-800);
    background: var(--color-neutral-100);
}

/* Button Sizes */
.btn-sm {
    padding: var(--space-2) var(--space-4);
    font-size: var(--text-sm);
}

.btn-lg {
    padding: var(--space-4) var(--space-8);
    font-size: var(--text-lg);
}

.btn-xl {
    padding: var(--space-5) var(--space-10);
    font-size: var(--text-xl);
}

/* Button with Icon */
.btn-icon {
    padding: var(--space-3);
}

/* ========== Cards ========== */
.card {
    background: var(--color-neutral-0);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    transition: all var(--transition-default);
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
}

.card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-body {
    padding: var(--space-6);
}

.card-title {
    font-size: var(--text-xl);
    font-weight: var(--font-semibold);
    margin-bottom: var(--space-2);
    color: var(--color-neutral-900);
}

.card-text {
    color: var(--color-neutral-600);
    margin-bottom: var(--space-4);
}

/* Glass Card */
.card-glass {
    background: var(--gradient-glass);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Featured Card */
.card-featured {
    border: 2px solid var(--color-primary-500);
    position: relative;
}

.card-featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
}

/* ========== Forms ========== */
.form-group {
    margin-bottom: var(--space-5);
}

.form-label {
    display: block;
    font-size: var(--text-sm);
    font-weight: var(--font-medium);
    color: var(--color-neutral-700);
    margin-bottom: var(--space-2);
}

.form-input,
.form-textarea,
.form-select {
    width: 100%;
    padding: var(--space-3) var(--space-4);
    font-family: inherit;
    font-size: var(--text-base);
    color: var(--color-neutral-800);
    background: var(--color-neutral-0);
    border: 2px solid var(--color-neutral-200);
    border-radius: var(--radius-lg);
    transition: all var(--transition-fast);
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
    outline: none;
    border-color: var(--color-primary-500);
    box-shadow: 0 0 0 3px rgba(0, 102, 230, 0.1);
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: var(--color-neutral-400);
}

.form-textarea {
    min-height: 120px;
    resize: vertical;
}

.form-hint {
    font-size: var(--text-sm);
    color: var(--color-neutral-500);
    margin-top: var(--space-1);
}

.form-error {
    font-size: var(--text-sm);
    color: var(--color-danger-500);
    margin-top: var(--space-1);
}

/* Checkbox & Radio */
.form-check {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    cursor: pointer;
}

.form-check-input {
    width: 20px;
    height: 20px;
    accent-color: var(--color-primary-500);
}

/* ========== Badges ========== */
.badge {
    display: inline-flex;
    align-items: center;
    padding: var(--space-1) var(--space-3);
    font-size: var(--text-xs);
    font-weight: var(--font-semibold);
    border-radius: var(--radius-full);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
}

.badge-primary {
    color: var(--color-primary-700);
    background: var(--color-primary-100);
}

.badge-secondary {
    color: var(--color-secondary-700);
    background: var(--color-secondary-100);
}

.badge-success {
    color: var(--color-success-700);
    background: var(--color-success-50);
}

.badge-warning {
    color: var(--color-warning-700);
    background: var(--color-warning-50);
}

.badge-danger {
    color: var(--color-danger-700);
    background: var(--color-danger-50);
}

/* ========== Alerts ========== */
.alert {
    padding: var(--space-4);
    border-radius: var(--radius-lg);
    margin-bottom: var(--space-4);
}

.alert-info {
    color: var(--color-primary-800);
    background: var(--color-primary-50);
    border-right: 4px solid var(--color-primary-500);
}

.alert-success {
    color: var(--color-success-700);
    background: var(--color-success-50);
    border-right: 4px solid var(--color-success-500);
}

.alert-warning {
    color: var(--color-warning-700);
    background: var(--color-warning-50);
    border-right: 4px solid var(--color-warning-500);
}

.alert-danger {
    color: var(--color-danger-700);
    background: var(--color-danger-50);
    border-right: 4px solid var(--color-danger-500);
}

/* ========== Progress Bar ========== */
.progress {
    height: 12px;
    background: var(--color-neutral-200);
    border-radius: var(--radius-full);
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    transition: width var(--transition-slow);
}

.progress-success .progress-bar {
    background: var(--color-success-500);
}

/* ========== Stats ========== */
.stat {
    text-align: center;
    padding: var(--space-6);
}

.stat-value {
    font-size: var(--text-4xl);
    font-weight: var(--font-extrabold);
    color: var(--color-primary-500);
    line-height: var(--leading-none);
}

.stat-label {
    font-size: var(--text-sm);
    color: var(--color-neutral-500);
    margin-top: var(--space-2);
}

/* ========== Avatar ========== */
.avatar {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-full);
    object-fit: cover;
}

.avatar-sm {
    width: 32px;
    height: 32px;
}

.avatar-lg {
    width: 64px;
    height: 64px;
}

.avatar-xl {
    width: 96px;
    height: 96px;
}

.avatar-group {
    display: flex;
}

.avatar-group .avatar {
    margin-inline-start: -12px;
    border: 3px solid var(--color-neutral-0);
}

.avatar-group .avatar:first-child {
    margin-inline-start: 0;
}

/* ========== Divider ========== */
.divider {
    height: 1px;
    background: var(--color-neutral-200);
    margin: var(--space-8) 0;
}

.divider-thick {
    height: 4px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
}

/* ========== Icon Styles ========== */
.icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.icon-sm {
    width: 16px;
    height: 16px;
}

.icon-lg {
    width: 32px;
    height: 32px;
}

.icon-xl {
    width: 48px;
    height: 48px;
}

/* ========== Section Styles ========== */
.section {
    padding: var(--space-16) 0;
}

.section-sm {
    padding: var(--space-8) 0;
}

.section-lg {
    padding: var(--space-24) 0;
}

.section-dark {
    background: var(--gradient-dark);
    color: var(--color-neutral-0);
}

.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4 {
    color: var(--color-neutral-0);
}

.section-dark p {
    color: var(--color-neutral-300);
}

.section-light {
    background: var(--color-neutral-50);
}

.section-header {
    text-align: center;
    margin-bottom: var(--space-12);
}

.section-header h2 {
    margin-bottom: var(--space-4);
}

.section-header p {
    max-width: 600px;
    margin-inline: auto;
    font-size: var(--text-lg);
}

/* ========== Utility Classes ========== */

/* Text Alignment */
.text-center {
    text-align: center;
}

.text-start {
    text-align: start;
}

.text-end {
    text-align: end;
}

/* Text Colors */
.text-primary {
    color: var(--color-primary-500);
}

.text-secondary {
    color: var(--color-secondary-500);
}

.text-accent {
    color: var(--color-accent-500);
}

.text-muted {
    color: var(--color-neutral-500);
}

.text-white {
    color: var(--color-neutral-0);
}

/* Background Colors */
.bg-primary {
    background-color: var(--color-primary-500);
}

.bg-secondary {
    background-color: var(--color-secondary-500);
}

.bg-light {
    background-color: var(--color-neutral-50);
}

.bg-dark {
    background-color: var(--color-neutral-900);
}

.bg-white {
    background-color: var(--color-neutral-0);
}

/* Flex Utilities */
.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.gap-1 {
    gap: var(--space-1);
}

.gap-2 {
    gap: var(--space-2);
}

.gap-4 {
    gap: var(--space-4);
}

.gap-6 {
    gap: var(--space-6);
}

.gap-8 {
    gap: var(--space-8);
}

/* Grid Utilities */
.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
}

.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 640px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Margin Utilities */
.m-0 {
    margin: 0;
}

.m-auto {
    margin: auto;
}

.mt-4 {
    margin-top: var(--space-4);
}

.mt-8 {
    margin-top: var(--space-8);
}

.mb-4 {
    margin-bottom: var(--space-4);
}

.mb-8 {
    margin-bottom: var(--space-8);
}

.my-4 {
    margin-block: var(--space-4);
}

.my-8 {
    margin-block: var(--space-8);
}

/* Padding Utilities */
.p-0 {
    padding: 0;
}

.p-4 {
    padding: var(--space-4);
}

.p-6 {
    padding: var(--space-6);
}

.p-8 {
    padding: var(--space-8);
}

.py-4 {
    padding-block: var(--space-4);
}

.py-8 {
    padding-block: var(--space-8);
}

.px-4 {
    padding-inline: var(--space-4);
}

.px-6 {
    padding-inline: var(--space-6);
}

/* Border Radius */
.rounded {
    border-radius: var(--radius-default);
}

.rounded-lg {
    border-radius: var(--radius-lg);
}

.rounded-xl {
    border-radius: var(--radius-xl);
}

.rounded-2xl {
    border-radius: var(--radius-2xl);
}

.rounded-full {
    border-radius: var(--radius-full);
}

/* Shadows */
.shadow-sm {
    box-shadow: var(--shadow-sm);
}

.shadow {
    box-shadow: var(--shadow-default);
}

.shadow-md {
    box-shadow: var(--shadow-md);
}

.shadow-lg {
    box-shadow: var(--shadow-lg);
}

.shadow-xl {
    box-shadow: var(--shadow-xl);
}

/* Visibility */
.hidden {
    display: none;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

/* Overflow */
.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

/* Position */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.sticky {
    position: sticky;
}

/* Width/Height */
.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.min-h-screen {
    min-height: 100vh;
}

/* Cursor */
.cursor-pointer {
    cursor: pointer;
}

/* ========== Animations ========== */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(-5%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

.animate-fade-in {
    animation: fadeIn 0.5s ease-out;
}

.animate-fade-in-up {
    animation: fadeInUp 0.5s ease-out;
}

.animate-fade-in-down {
    animation: fadeInDown 0.5s ease-out;
}

.animate-slide-in-right {
    animation: slideInRight 0.5s ease-out;
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-spin {
    animation: spin 1s linear infinite;
}

.animate-bounce {
    animation: bounce 1s infinite;
}

/* Staggered Animation Delays */
.delay-100 {
    animation-delay: 100ms;
}

.delay-200 {
    animation-delay: 200ms;
}

.delay-300 {
    animation-delay: 300ms;
}

.delay-400 {
    animation-delay: 400ms;
}

.delay-500 {
    animation-delay: 500ms;
}

/* ========== Print Styles ========== */
@media print {
    .no-print {
        display: none !important;
    }

    body {
        color: #000;
        background: #fff;
    }

    a {
        text-decoration: underline;
    }
}

/* ========== Premium Animations ========== */
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% center;
    }

    100% {
        background-position: 200% center;
    }
}

@keyframes glowPulse {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(251, 191, 36, 0.3);
    }

    50% {
        box-shadow: 0 0 40px rgba(251, 191, 36, 0.6);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes revealLine {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cardShine {
    0% {
        background-position: -200% center;
    }

    100% {
        background-position: 200% center;
    }
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

.animate-shimmer {
    background: var(--gradient-shimmer);
    background-size: 200% 100%;
    animation: shimmer 2s linear infinite;
}

.animate-glow-pulse {
    animation: glowPulse 2s ease-in-out infinite;
}

.animate-gradient {
    background-size: 200% 200%;
    animation: gradientShift 3s ease infinite;
}

.animate-scale-in {
    animation: scaleIn 0.5s ease-out forwards;
}

.animate-slide-up {
    animation: slideUp 0.6s ease-out forwards;
}

.animate-reveal-line {
    animation: revealLine 1s ease-out forwards;
}

/* ========== Premium Utility Classes ========== */

/* Glassmorphism Cards */
.glass {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
}

.glass-light {
    background: var(--glass-bg-light);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: var(--shadow-glass);
}

/* Gradient Text */
.text-gradient-gold {
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-primary {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Premium Card Effects */
.card-premium {
    position: relative;
    overflow: hidden;
    transition: all var(--transition-default);
}

.card-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gradient-card-shine);
    transition: left 0.5s ease;
    pointer-events: none;
}

.card-premium:hover::before {
    left: 100%;
}

.card-premium:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-elevated);
}

/* Glow Border */
.glow-border {
    position: relative;
}

.glow-border::after {
    content: '';
    position: absolute;
    inset: -2px;
    background: var(--gradient-gold);
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    transition: opacity var(--transition-default);
}

.glow-border:hover::after {
    opacity: 1;
}

/* Premium Buttons */
.btn-premium {
    position: relative;
    overflow: hidden;
    background: var(--gradient-gold);
    color: var(--color-neutral-900);
    border: none;
    font-weight: var(--font-bold);
    box-shadow: var(--shadow-gold);
}

.btn-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.btn-premium:hover::before {
    left: 100%;
}

.btn-premium:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-secondary-glow);
}

/* Decorative Line */
.premium-line {
    width: 60px;
    height: 4px;
    background: var(--gradient-gold);
    border-radius: var(--radius-full);
    margin-bottom: var(--space-4);
}

.premium-line-center {
    margin-inline: auto;
}

/* Premium Badge */
.badge-premium {
    background: var(--gradient-gold);
    color: var(--color-neutral-900);
    font-weight: var(--font-bold);
    box-shadow: var(--shadow-gold);
}

/* Hover Lift Effect */
.hover-lift {
    transition: transform var(--transition-default), box-shadow var(--transition-default);
}

.hover-lift:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
}

/* Staggered Animation for Lists */
.stagger-children>* {
    opacity: 0;
    animation: slideUp 0.5s ease-out forwards;
}

.stagger-children>*:nth-child(1) {
    animation-delay: 0.1s;
}

.stagger-children>*:nth-child(2) {
    animation-delay: 0.2s;
}

.stagger-children>*:nth-child(3) {
    animation-delay: 0.3s;
}

.stagger-children>*:nth-child(4) {
    animation-delay: 0.4s;
}

.stagger-children>*:nth-child(5) {
    animation-delay: 0.5s;
}

.stagger-children>*:nth-child(6) {
    animation-delay: 0.6s;
}

/* Number Counter Style */
.stat-premium .stat-value {
    font-size: var(--text-5xl);
    font-weight: var(--font-extrabold);
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Premium Section Backgrounds */
.section-premium {
    position: relative;
    background: var(--gradient-premium-hero);
    overflow: hidden;
}

.section-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-glow);
    pointer-events: none;
}

/* Interactive Icon */
.icon-hover {
    transition: transform var(--transition-default), color var(--transition-default);
}

.icon-hover:hover {
    transform: scale(1.1) rotate(5deg);
    color: var(--color-gold-500);
}

/* Premium Link Underline */
.link-premium {
    position: relative;
    text-decoration: none;
}

.link-premium::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-gold);
    transition: width var(--transition-default);
}

.link-premium:hover::after {
    width: 100%;
}

/* Skeleton Loading */
.skeleton {
    background: linear-gradient(90deg, var(--color-neutral-200) 25%, var(--color-neutral-100) 50%, var(--color-neutral-200) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: var(--radius-md);
}