/* ========================================
   PREMIUM DESIGN SYSTEM - GLOBAL ENHANCEMENTS
   ======================================== */

/* Vibrant Gradient Backgrounds */
.gradient-purple-pink {
    background: linear-gradient(135deg, #9333ea 0%, #ec4899 100%);
}

.gradient-pink-blue {
    background: linear-gradient(135deg, #ec4899 0%, #3b82f6 100%);
}

.gradient-blue-cyan {
    background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
}

.gradient-purple-blue {
    background: linear-gradient(135deg, #9333ea 0%, #3b82f6 100%);
}

/* Enhanced Stat Cards with Vibrant Gradients */
.stat-card-purple {
    background: linear-gradient(135deg, #9333ea 0%, #a855f7 100%);
    color: white;
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px -10px rgba(147, 51, 234, 0.3);
    transition: all 0.3s ease;
}

.stat-card-purple:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px -15px rgba(147, 51, 234, 0.4);
}

.stat-card-pink {
    background: linear-gradient(135deg, #ec4899 0%, #f472b6 100%);
    color: white;
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px -10px rgba(236, 72, 153, 0.3);
    transition: all 0.3s ease;
}

.stat-card-pink:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px -15px rgba(236, 72, 153, 0.4);
}

.stat-card-blue {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    color: white;
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px -10px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
}

.stat-card-blue:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px -15px rgba(59, 130, 246, 0.4);
}

.stat-card-cyan {
    background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%);
    color: white;
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px -10px rgba(6, 182, 212, 0.3);
    transition: all 0.3s ease;
}

.stat-card-cyan:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px -15px rgba(6, 182, 212, 0.4);
}

/* Keep existing green and orange for compatibility */
.stat-card-green {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    color: white;
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px -10px rgba(16, 185, 129, 0.3);
    transition: all 0.3s ease;
}

.stat-card-green:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px -15px rgba(16, 185, 129, 0.4);
}

.stat-card-orange {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    color: white;
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px -10px rgba(245, 158, 11, 0.3);
    transition: all 0.3s ease;
}

.stat-card-orange:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px -15px rgba(245, 158, 11, 0.4);
}

/* Premium Glass Panel */
.glass-panel-premium {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
    border-radius: 1.5rem;
    transition: all 0.3s ease;
}

.glass-panel-premium:hover {
    box-shadow: 0 30px 80px -15px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* Vibrant Buttons */
.btn-gradient-purple {
    background: linear-gradient(135deg, #9333ea 0%, #ec4899 100%);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 1rem;
    font-weight: 800;
    box-shadow: 0 10px 30px -5px rgba(147, 51, 234, 0.4);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-gradient-purple:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px -8px rgba(147, 51, 234, 0.5);
}

.btn-gradient-blue {
    background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 1rem;
    font-weight: 800;
    box-shadow: 0 10px 30px -5px rgba(59, 130, 246, 0.4);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-gradient-blue:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px -8px rgba(59, 130, 246, 0.5);
}

/* Animated Gradient Text */
.text-gradient-animated {
    background: linear-gradient(90deg, #9333ea, #ec4899, #3b82f6, #06b6d4);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-shift 8s ease infinite;
}

@keyframes gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Premium Card Hover Effects */
.card-hover-lift {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-hover-lift:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

/* Floating Animation */
@keyframes float-gentle {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.animate-float-gentle {
    animation: float-gentle 4s ease-in-out infinite;
}

/* Pulse Glow Effect */
@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 0 20px rgba(147, 51, 234, 0.4); }
    50% { box-shadow: 0 0 40px rgba(236, 72, 153, 0.6); }
}

.pulse-glow {
    animation: pulse-glow 2s ease-in-out infinite;
}

/* Badge Styles */
.badge-premium {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.badge-purple {
    background: linear-gradient(135deg, #9333ea 0%, #a855f7 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(147, 51, 234, 0.3);
}

.badge-pink {
    background: linear-gradient(135deg, #ec4899 0%, #f472b6 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(236, 72, 153, 0.3);
}

.badge-blue {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* Progress Bar Enhancements */
.progress-bar-gradient {
    height: 0.75rem;
    background: #e2e8f0;
    border-radius: 9999px;
    overflow: hidden;
}

.progress-bar-gradient .fill {
    height: 100%;
    background: linear-gradient(90deg, #9333ea, #ec4899, #3b82f6);
    border-radius: 9999px;
    transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Icon Containers */
.icon-container-purple {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #9333ea 0%, #a855f7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 10px 25px -5px rgba(147, 51, 234, 0.4);
    transition: all 0.3s ease;
}

.icon-container-purple:hover {
    transform: scale(1.1) rotate(5deg);
}

.icon-container-pink {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #ec4899 0%, #f472b6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 10px 25px -5px rgba(236, 72, 153, 0.4);
    transition: all 0.3s ease;
}

.icon-container-pink:hover {
    transform: scale(1.1) rotate(-5deg);
}

.icon-container-blue {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.4);
    transition: all 0.3s ease;
}

.icon-container-blue:hover {
    transform: scale(1.1) rotate(5deg);
}

/* Decorative Background Elements */
.bg-pattern-dots {
    background-image: radial-gradient(circle, rgba(147, 51, 234, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
}

.bg-pattern-grid {
    background-image: 
        linear-gradient(rgba(147, 51, 234, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(147, 51, 234, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
}

/* Shimmer Effect */
@keyframes shimmer {
    0% { background-position: -1000px 0; }
    100% { background-position: 1000px 0; }
}

.shimmer {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    background-size: 1000px 100%;
    animation: shimmer 2s infinite;
}

/* Page Transitions */
.page-fade-in {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .stat-card-purple,
    .stat-card-pink,
    .stat-card-blue,
    .stat-card-cyan,
    .stat-card-green,
    .stat-card-orange {
        padding: 1.5rem;
    }
    
    .btn-gradient-purple,
    .btn-gradient-blue {
        padding: 0.625rem 1.5rem;
        font-size: 0.875rem;
    }
}
