/* Popular Products Enhanced Styles */
.popular-card {
    animation: slideInUp 0.6s ease-out forwards;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.popular-card:hover {
    transform: translateY(-8px) scale(1.02) !important;
    box-shadow: 0 20px 40px rgba(139, 92, 246, 0.15) !important;
}

.popular-card img {
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.popular-card:hover img {
    transform: scale(1.1) rotate(2deg);
}

.quick-action-btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.quick-action-btn:hover {
    transform: scale(1.1) !important;
    background: #ffffff !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.floating-rating {
    transition: all 0.5s ease;
}

.popular-card:hover .floating-rating {
    transform: translateY(0) !important;
}

.main-cta-btn {
    position: relative;
    overflow: hidden;
}

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

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

.counter-animate {
    font-variant-numeric: tabular-nums;
}

.success-ripple {
    position: relative;
    overflow: hidden;
}

.success-ripple::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.4);
    transform: translate(-50%, -50%);
    animation: rippleSuccess 0.6s ease-out;
}

@keyframes rippleSuccess {
    to {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

/* Enhanced animation delays */
.popular-card:nth-child(1) { animation-delay: 0ms; }
.popular-card:nth-child(2) { animation-delay: 150ms; }
.popular-card:nth-child(3) { animation-delay: 300ms; }
.popular-card:nth-child(4) { animation-delay: 450ms; }

/* Enhanced gradient text */
.text-gradient-animated {
    background: linear-gradient(45deg, #8b5cf6, #ec4899, #06b6d4, #10b981);
    background-size: 300% 300%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-text 3s ease infinite;
}

@keyframes gradient-text {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Product card glow effect */
.product-glow {
    position: relative;
}

.product-glow::before {
    content: '';
    position: absolute;
    inset: -4px;
    background: linear-gradient(45deg, #8b5cf6, #ec4899, #06b6d4, #8b5cf6);
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.7s ease;
    z-index: -1;
    filter: blur(20px);
    background-size: 400% 400%;
    animation: rainbow-glow 4s ease infinite;
}

.product-glow:hover::before {
    opacity: 0.7;
}

@keyframes rainbow-glow {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Floating elements */
.float-animation {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg); 
    }
    50% { 
        transform: translateY(-20px) rotate(3deg); 
    }
}

/* Enhanced badge animations */
.badge-float {
    animation: badge-float 3s ease-in-out infinite;
}

@keyframes badge-float {
    0%, 100% {
        transform: translateY(0px) rotate(-12deg);
    }
    50% {
        transform: translateY(-5px) rotate(-8deg);
    }
}

/* Counter animation enhancement */
.counter-up {
    animation: countUp 2s ease-out;
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced hover states */
.hover-lift:hover {
    transform: translateY(-4px);
    transition: transform 0.3s ease;
}

.hover-glow:hover {
    box-shadow: 0 0 30px rgba(139, 92, 246, 0.3);
    transition: box-shadow 0.3s ease;
}

/* Loading skeleton */
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

@keyframes skeleton-loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Button press effect */
.btn-press:active {
    transform: scale(0.95);
    transition: transform 0.1s ease;
}

/* Smooth transitions for all interactive elements */
.interactive {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Enhanced focus states */
.focus-ring:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.5);
}

/* Mobile optimizations */
@media (max-width: 768px) {
    .popular-card:hover {
        transform: translateY(-4px) scale(1.01) !important;
    }
    
    .quick-action-btn:hover {
        transform: scale(1.05) !important;
    }
}

/* Wave Animation Styles */
.waves {
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}

@keyframes wave-move {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

.waves > use {
    animation: wave-move 10s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.waves > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.waves > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.waves > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.waves > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

/* Lemon Theme Enhancements */
@keyframes lemon-glow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(250, 204, 21, 0.3);
    }
    50% {
        box-shadow: 0 0 30px rgba(250, 204, 21, 0.6);
    }
}

.lemon-glow {
    animation: lemon-glow 2s ease-in-out infinite;
}

@keyframes lime-pulse {
    0%, 100% {
        background-color: rgba(163, 230, 53, 0.1);
        transform: scale(1);
    }
    50% {
        background-color: rgba(163, 230, 53, 0.3);
        transform: scale(1.05);
    }
}

.lime-pulse {
    animation: lime-pulse 3s ease-in-out infinite;
}

/* Enhanced Float Animation for Hero Elements */
@keyframes enhanced-float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    33% {
        transform: translateY(-10px) rotate(1deg);
    }
    66% {
        transform: translateY(-5px) rotate(-1deg);
    }
}

.enhanced-float {
    animation: enhanced-float 6s ease-in-out infinite;
}

/* Wave Ripple Effect */
@keyframes wave-ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

.wave-ripple {
    animation: wave-ripple 3s linear infinite;
}

/* Gradient Text for Lemon Theme */
.lemon-gradient-text {
    background: linear-gradient(135deg, #fde047, #a3e635, #22c55e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Enhanced Splash Effects */
@keyframes splash-bounce {
    0%, 100% {
        transform: translateY(0px) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-15px) scale(1.1);
        opacity: 1;
    }
}

.splash-bounce {
    animation: splash-bounce 2s ease-in-out infinite;
}

/* Leaf Flutter Animation */
@keyframes leaf-flutter {
    0%, 100% {
        transform: rotate(0deg) translateY(0px);
    }
    25% {
        transform: rotate(5deg) translateY(-5px);
    }
    50% {
        transform: rotate(0deg) translateY(-3px);
    }
    75% {
        transform: rotate(-5deg) translateY(-8px);
    }
}

.leaf-flutter {
    animation: leaf-flutter 4s ease-in-out infinite;
}

/* Fruit Bounce Enhancement */
@keyframes fruit-bounce {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) scale(1);
    }
    25% {
        transform: translateY(-8px) rotate(2deg) scale(1.05);
    }
    50% {
        transform: translateY(-12px) rotate(0deg) scale(1.1);
    }
    75% {
        transform: translateY(-6px) rotate(-2deg) scale(1.05);
    }
}

.fruit-bounce {
    animation: fruit-bounce 3s ease-in-out infinite;
}

/* Bubble Float Effect */
@keyframes bubble-float {
    0% {
        transform: translateY(0px) scale(0);
        opacity: 0;
    }
    50% {
        transform: translateY(-100px) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateY(-200px) scale(0);
        opacity: 0;
    }
}

.bubble-float {
    animation: bubble-float 4s linear infinite;
}

/* CSS Variables for Theming */
:root {
    --primary-gradient: linear-gradient(135deg, #a855f7, #ec4899, #6366f1);
    --secondary-gradient: linear-gradient(135deg, #06b6d4, #3b82f6, #8b5cf6);
    --accent-gradient: linear-gradient(135deg, #f59e0b, #ef4444, #ec4899);
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --shadow-light: 0 8px 32px rgba(31, 38, 135, 0.15);
    --shadow-medium: 0 12px 40px rgba(31, 38, 135, 0.25);
    --shadow-heavy: 0 20px 60px rgba(31, 38, 135, 0.35);
}

/* Enhanced Popular Products Section */
.popular-products-enhanced {
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
    position: relative;
    overflow: hidden;
}

/* Floating Background Elements */
.floating-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.floating-shapes::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 70%, rgba(139, 92, 246, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 30%, rgba(236, 72, 153, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 40% 40%, rgba(99, 102, 241, 0.1) 0%, transparent 50%);
    animation: float-bg 20s ease-in-out infinite;
}

@keyframes float-bg {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
}

/* Sparkle Background Effects */
.sparkle-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
}

.sparkle {
    position: absolute;
    color: rgba(139, 92, 246, 0.6);
    font-size: 1.5rem;
    animation: sparkle-float 4s ease-in-out infinite;
}

.sparkle:nth-child(1) { top: 10%; left: 15%; animation-delay: 0s; }
.sparkle:nth-child(2) { top: 20%; right: 20%; animation-delay: 1s; }
.sparkle:nth-child(3) { bottom: 30%; left: 25%; animation-delay: 2s; }
.sparkle:nth-child(4) { bottom: 15%; right: 15%; animation-delay: 3s; }
.sparkle:nth-child(5) { top: 60%; left: 70%; animation-delay: 0.5s; }
.sparkle:nth-child(6) { top: 40%; right: 60%; animation-delay: 1.5s; }

@keyframes sparkle-float {
    0%, 100% { 
        transform: translateY(0px) scale(1) rotate(0deg); 
        opacity: 0.6; 
    }
    50% { 
        transform: translateY(-20px) scale(1.2) rotate(180deg); 
        opacity: 1; 
    }
}

/* Enhanced Section Header */
.section-header-enhanced {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-bottom: 4rem;
}

.trending-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 2rem;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.3);
    animation: trending-pulse 2s ease-in-out infinite;
    margin-bottom: 2rem;
}

@keyframes trending-pulse {
    0%, 100% { 
        transform: scale(1); 
        box-shadow: 0 10px 30px rgba(245, 158, 11, 0.3); 
    }
    50% { 
        transform: scale(1.05); 
        box-shadow: 0 15px 40px rgba(245, 158, 11, 0.5); 
    }
}

.fire-icon {
    margin: 0 0.5rem;
    animation: fire-flicker 1.5s ease-in-out infinite;
}

@keyframes fire-flicker {
    0%, 100% { transform: scale(1) rotate(-2deg); }
    50% { transform: scale(1.1) rotate(2deg); }
}

/* Giant Gradient Title */
.giant-title {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 900;
    line-height: 0.9;
    background: linear-gradient(135deg, #a855f7, #ec4899, #6366f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 2rem;
    position: relative;
    animation: gradient-shift 3s ease-in-out infinite;
}

@keyframes gradient-shift {
    0%, 100% { 
        background: linear-gradient(135deg, #a855f7, #ec4899, #6366f1); 
        -webkit-background-clip: text;
        background-clip: text;
    }
    50% { 
        background: linear-gradient(135deg, #6366f1, #a855f7, #ec4899); 
        -webkit-background-clip: text;
        background-clip: text;
    }
}

/* Statistics Row */
.stats-row {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 1.5rem 2rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
    animation: stat-float 3s ease-in-out infinite;
}

.stat-item:nth-child(2) { animation-delay: 0.5s; }
.stat-item:nth-child(3) { animation-delay: 1s; }

@keyframes stat-float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.stat-number {
    font-size: 2rem;
    font-weight: 900;
    background: linear-gradient(135deg, #a855f7, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    animation: counter-animation 2s ease-out;
}

.stat-label {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@keyframes counter-animation {
    from { 
        opacity: 0; 
        transform: translateY(20px) scale(0.8); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0px) scale(1); 
    }
}

/* Enhanced Product Cards */
.popular-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 10px 40px rgba(31, 38, 135, 0.1);
    animation: card-entrance 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(30px);
}

@keyframes card-entrance {
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.popular-card:hover {
    transform: translateY(-20px) rotateX(5deg) rotateY(5deg);
    box-shadow: 
        0 25px 80px rgba(31, 38, 135, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    border: 1px solid transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}

/* Rainbow Glow Effect */
.popular-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    border-radius: 2rem;
    opacity: 0;
    z-index: -1;
    animation: rainbow-rotate 3s linear infinite;
    transition: opacity 0.3s ease;
}

.popular-card:hover::before {
    opacity: 0.6;
}

@keyframes rainbow-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Premium Badge */
.premium-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 5px 20px rgba(245, 158, 11, 0.4);
    animation: badge-float 2s ease-in-out infinite;
    z-index: 5;
}

@keyframes badge-float {
    0%, 100% { transform: translateY(0px) rotate(-2deg); }
    50% { transform: translateY(-5px) rotate(2deg); }
}

/* Product Image Container */
.product-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    margin-bottom: 1.5rem;
    aspect-ratio: 1;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.popular-card:hover .product-image {
    transform: scale(1.1) rotate(3deg);
}

/* Floating Rating */
.floating-rating {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1f2937;
    border: 1px solid rgba(255, 255, 255, 0.3);
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.popular-card:hover .floating-rating {
    opacity: 1;
    transform: translateY(0px);
}

.rating-stars {
    color: #fbbf24;
}

/* Quick Action Overlay */
.quick-actions {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 1.5rem;
}

.popular-card:hover .quick-actions {
    opacity: 1;
}

.quick-action-btn {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.quick-action-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
}

/* Product Info Styling */
.product-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.popular-card:hover .product-title {
    background: linear-gradient(135deg, #a855f7, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.product-description {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

/* Pricing Section */
.pricing-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.current-price {
    font-size: 1.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #059669, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.original-price {
    font-size: 1rem;
    color: #9ca3af;
    text-decoration: line-through;
    margin-left: 0.5rem;
}

.discount-badge {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.savings-text {
    font-size: 0.9rem;
    color: #059669;
    font-weight: 600;
    margin-top: 0.25rem;
}

/* Action Buttons */
.button-group {
    display: flex;
    gap: 0.75rem;
}

.btn-primary {
    flex: 1;
    background: linear-gradient(135deg, #a855f7, #ec4899);
    color: white;
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 1rem;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

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

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

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(168, 85, 247, 0.4);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(168, 85, 247, 0.2);
    color: #a855f7;
    padding: 0.875rem;
    border-radius: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.btn-secondary:hover {
    background: rgba(168, 85, 247, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(168, 85, 247, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .stats-row {
        gap: 1.5rem;
    }
    
    .stat-item {
        padding: 1rem 1.5rem;
    }
    
    .giant-title {
        font-size: clamp(2rem, 6vw, 4rem);
    }
    
    .popular-card {
        padding: 1.5rem;
    }
    
    .button-group {
        flex-direction: column;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
    }
}

/* Advanced 3D Card Effect */
.card-3d-effect {
    perspective: 1000px;
}

.card-3d-effect .popular-card {
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card-3d-effect .popular-card:hover {
    transform: rotateY(10deg) rotateX(10deg) translateZ(20px);
}

/* Enhanced Hover Button */
.enhanced-hover-button {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #6366f1, #8b5cf6, #ec4899);
    background-size: 200% 200%;
    animation: gradient-animation 3s ease infinite;
}

@keyframes gradient-animation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.enhanced-hover-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    transition: all 0.5s ease;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.enhanced-hover-button:hover::after {
    width: 300px;
    height: 300px;
}

/* Glass Card Morphism */
.glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
}

/* Loading Skeleton Effect */
.loading-skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Scale Glow Effect */
.scale-glow:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(139, 92, 246, 0.5);
    transition: all 0.3s ease;
}

/* Morphing Background */
.morphing-bg {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient-morph 15s ease infinite;
}

@keyframes gradient-morph {
    0% { background-position: 0% 50%; }
    25% { background-position: 100% 50%; }
    50% { background-position: 100% 100%; }
    75% { background-position: 50% 100%; }
    100% { background-position: 0% 50%; }
}

/* Rotating Border */
.rotating-border {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.rotating-border::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #ffeaa7, #dda0dd, #ff6b6b);
    background-size: 400% 400%;
    border-radius: 1rem;
    z-index: -1;
    animation: rotating-gradient 4s linear infinite;
}

@keyframes rotating-gradient {
    0% { background-position: 0% 50%; }
    25% { background-position: 100% 50%; }
    50% { background-position: 100% 100%; }
    75% { background-position: 50% 100%; }
    100% { background-position: 0% 50%; }
}

/* Animated Gradient Text */
.animated-gradient-text {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #ff6b6b);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-text-animation 3s ease infinite;
}

@keyframes gradient-text-animation {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
} 