/* Green Wave Hero Section CSS */
/* CSS Variables - Enhanced Green Theme with Wave Colors */
:root {
    --primary-green: #4CAF50;
    --secondary-green: #45a049;
    --accent-green: #66BB6A;
    --dark-green: #388E3C;
    
    /* Wave gradient colors for smooth blending */
    --wave-green-1: #4CAF50;
    --wave-green-2: #5CBF60;
    --wave-green-3: #6BCF70;
    --wave-blend: #f3f4f6;
    
    --gold-accent: #FFB800;
    --gold-dark: #E6A500;
    
    --bg-white: #FFFFFF;
    --bg-light: #f3f4f6;
    --text-white: #FFFFFF;
    --text-dark: #2C3E50;
    --text-secondary: #6C757D;
    
    --shadow-soft: 0 8px 25px rgba(0, 0, 0, 0.1);
    --shadow-medium: 0 15px 35px rgba(0, 0, 0, 0.15);
    --shadow-strong: 0 25px 50px rgba(0, 0, 0, 0.25);
    
    --border-radius: 16px;
    --border-radius-lg: 24px;
    
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hero Section with Green Gradient and Enhanced Bubbles */
.hero-section-green-waves {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #2E7D32 0%, #388E3C 25%, #4CAF50 50%, #66BB6A 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Enhanced Rising Bubbles with Better Contrast */
.geometric-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 1;
}

/* Enhanced floating bubbles with significantly more bubbles */
.geometric-background::before,
.geometric-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.geometric-background::before {
    background-image:
        /* Large prominent bubbles */
        radial-gradient(circle at 15% 40%, rgba(255, 255, 255, 0.35) 30px, rgba(255, 255, 255, 0.2) 32px, transparent 35px),
        radial-gradient(circle at 85% 30%, rgba(255, 255, 255, 0.3) 25px, rgba(255, 255, 255, 0.15) 27px, transparent 30px),
        radial-gradient(circle at 60% 70%, rgba(255, 255, 255, 0.4) 35px, rgba(255, 255, 255, 0.25) 37px, transparent 40px),
        radial-gradient(circle at 30% 85%, rgba(255, 255, 255, 0.25) 20px, rgba(255, 255, 255, 0.1) 22px, transparent 25px),
        radial-gradient(circle at 70% 15%, rgba(255, 255, 255, 0.32) 28px, rgba(255, 255, 255, 0.18) 30px, transparent 33px),
        radial-gradient(circle at 5% 75%, rgba(255, 255, 255, 0.28) 24px, rgba(255, 255, 255, 0.14) 26px, transparent 29px),
        radial-gradient(circle at 95% 55%, rgba(255, 255, 255, 0.36) 32px, rgba(255, 255, 255, 0.22) 34px, transparent 37px),
        radial-gradient(circle at 45% 5%, rgba(255, 255, 255, 0.3) 26px, rgba(255, 255, 255, 0.16) 28px, transparent 31px),
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.33) 29px, rgba(255, 255, 255, 0.19) 31px, transparent 34px),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.31) 27px, rgba(255, 255, 255, 0.17) 29px, transparent 32px),
        
        /* Medium bubbles */
        radial-gradient(circle at 25% 60%, rgba(255, 255, 255, 0.2) 15px, rgba(255, 255, 255, 0.1) 17px, transparent 20px),
        radial-gradient(circle at 75% 50%, rgba(255, 255, 255, 0.22) 18px, rgba(255, 255, 255, 0.12) 20px, transparent 23px),
        radial-gradient(circle at 45% 20%, rgba(255, 255, 255, 0.18) 12px, rgba(255, 255, 255, 0.08) 14px, transparent 17px),
        radial-gradient(circle at 65% 80%, rgba(255, 255, 255, 0.24) 16px, rgba(255, 255, 255, 0.14) 18px, transparent 21px),
        radial-gradient(circle at 15% 25%, rgba(255, 255, 255, 0.19) 14px, rgba(255, 255, 255, 0.09) 16px, transparent 19px),
        radial-gradient(circle at 85% 75%, rgba(255, 255, 255, 0.21) 17px, rgba(255, 255, 255, 0.11) 19px, transparent 22px),
        radial-gradient(circle at 35% 45%, rgba(255, 255, 255, 0.17) 13px, rgba(255, 255, 255, 0.07) 15px, transparent 18px),
        radial-gradient(circle at 55% 35%, rgba(255, 255, 255, 0.23) 19px, rgba(255, 255, 255, 0.13) 21px, transparent 24px),
        radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.16) 11px, rgba(255, 255, 255, 0.06) 13px, transparent 16px),
        radial-gradient(circle at 80% 85%, rgba(255, 255, 255, 0.26) 20px, rgba(255, 255, 255, 0.16) 22px, transparent 25px),
        radial-gradient(circle at 40% 60%, rgba(255, 255, 255, 0.20) 15px, rgba(255, 255, 255, 0.10) 17px, transparent 20px),
        radial-gradient(circle at 60% 40%, rgba(255, 255, 255, 0.18) 13px, rgba(255, 255, 255, 0.08) 15px, transparent 18px),
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.22) 17px, rgba(255, 255, 255, 0.12) 19px, transparent 22px),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.19) 14px, rgba(255, 255, 255, 0.09) 16px, transparent 19px),
        radial-gradient(circle at 10% 50%, rgba(255, 255, 255, 0.21) 16px, rgba(255, 255, 255, 0.11) 18px, transparent 21px),
        radial-gradient(circle at 90% 40%, rgba(255, 255, 255, 0.17) 12px, rgba(255, 255, 255, 0.07) 14px, transparent 17px),
        
        /* Small bubbles */
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.15) 8px, transparent 10px),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 8px, transparent 10px),
        radial-gradient(circle at 50% 90%, rgba(255, 255, 255, 0.12) 6px, transparent 8px),
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.14) 7px, transparent 9px),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.16) 9px, transparent 11px),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.13) 5px, transparent 7px),
        radial-gradient(circle at 60% 40%, rgba(255, 255, 255, 0.17) 10px, transparent 12px),
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.11) 4px, transparent 6px),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.18) 11px, transparent 13px),
        radial-gradient(circle at 5% 95%, rgba(255, 255, 255, 0.12) 6px, transparent 8px),
        radial-gradient(circle at 95% 5%, rgba(255, 255, 255, 0.15) 8px, transparent 10px),
        radial-gradient(circle at 55% 75%, rgba(255, 255, 255, 0.14) 7px, transparent 9px),
        radial-gradient(circle at 35% 65%, rgba(255, 255, 255, 0.16) 9px, transparent 11px),
        radial-gradient(circle at 75% 35%, rgba(255, 255, 255, 0.13) 5px, transparent 7px),
        radial-gradient(circle at 25% 75%, rgba(255, 255, 255, 0.17) 10px, transparent 12px),
        radial-gradient(circle at 15% 45%, rgba(255, 255, 255, 0.12) 6px, transparent 8px),
        radial-gradient(circle at 85% 55%, rgba(255, 255, 255, 0.14) 8px, transparent 10px),
        radial-gradient(circle at 45% 85%, rgba(255, 255, 255, 0.11) 5px, transparent 7px),
        radial-gradient(circle at 65% 25%, rgba(255, 255, 255, 0.16) 9px, transparent 11px),
        radial-gradient(circle at 35% 15%, rgba(255, 255, 255, 0.13) 7px, transparent 9px),
        radial-gradient(circle at 55% 55%, rgba(255, 255, 255, 0.15) 8px, transparent 10px),
        radial-gradient(circle at 25% 35%, rgba(255, 255, 255, 0.12) 6px, transparent 8px),
        radial-gradient(circle at 75% 65%, rgba(255, 255, 255, 0.17) 10px, transparent 12px);
    background-size: 100% 100%;
    animation: bubblesRise 20s linear infinite;
}

.geometric-background::after {
    background-image:
        /* Additional layer of bubbles for depth */
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.28) 22px, rgba(255, 255, 255, 0.15) 24px, transparent 27px),
        radial-gradient(circle at 80% 60%, rgba(255, 255, 255, 0.25) 28px, rgba(255, 255, 255, 0.12) 30px, transparent 33px),
        radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.2) 16px, transparent 20px),
        radial-gradient(circle at 65% 25%, rgba(255, 255, 255, 0.18) 14px, transparent 18px),
        radial-gradient(circle at 35% 15%, rgba(255, 255, 255, 0.15) 10px, transparent 13px),
        radial-gradient(circle at 10% 30%, rgba(255, 255, 255, 0.22) 18px, rgba(255, 255, 255, 0.11) 20px, transparent 23px),
        radial-gradient(circle at 90% 70%, rgba(255, 255, 255, 0.26) 24px, rgba(255, 255, 255, 0.13) 26px, transparent 29px),
        radial-gradient(circle at 55% 85%, rgba(255, 255, 255, 0.19) 15px, rgba(255, 255, 255, 0.09) 17px, transparent 20px),
        radial-gradient(circle at 25% 45%, rgba(255, 255, 255, 0.21) 17px, rgba(255, 255, 255, 0.10) 19px, transparent 22px),
        radial-gradient(circle at 75% 5%, rgba(255, 255, 255, 0.24) 21px, rgba(255, 255, 255, 0.14) 23px, transparent 26px),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.20) 16px, rgba(255, 255, 255, 0.10) 18px, transparent 21px),
        radial-gradient(circle at 5% 60%, rgba(255, 255, 255, 0.17) 13px, rgba(255, 255, 255, 0.07) 15px, transparent 18px),
        radial-gradient(circle at 95% 30%, rgba(255, 255, 255, 0.23) 19px, rgba(255, 255, 255, 0.13) 21px, transparent 24px),
        radial-gradient(circle at 30% 90%, rgba(255, 255, 255, 0.16) 12px, rgba(255, 255, 255, 0.06) 14px, transparent 17px),
        radial-gradient(circle at 70% 10%, rgba(255, 255, 255, 0.25) 22px, rgba(255, 255, 255, 0.15) 24px, transparent 27px),
        
        /* Medium density bubbles */
        radial-gradient(circle at 45% 65%, rgba(255, 255, 255, 0.17) 12px, transparent 15px),
        radial-gradient(circle at 15% 55%, rgba(255, 255, 255, 0.20) 16px, transparent 19px),
        radial-gradient(circle at 85% 35%, rgba(255, 255, 255, 0.16) 11px, transparent 14px),
        radial-gradient(circle at 30% 75%, rgba(255, 255, 255, 0.23) 19px, transparent 22px),
        radial-gradient(circle at 70% 45%, rgba(255, 255, 255, 0.18) 13px, transparent 16px),
        radial-gradient(circle at 50% 25%, rgba(255, 255, 255, 0.21) 17px, transparent 20px),
        radial-gradient(circle at 5% 65%, rgba(255, 255, 255, 0.14) 9px, transparent 12px),
        radial-gradient(circle at 95% 15%, rgba(255, 255, 255, 0.25) 23px, transparent 26px),
        radial-gradient(circle at 60% 10%, rgba(255, 255, 255, 0.12) 6px, transparent 8px),
        radial-gradient(circle at 18% 70%, rgba(255, 255, 255, 0.14) 8px, transparent 10px),
        radial-gradient(circle at 82% 50%, rgba(255, 255, 255, 0.11) 5px, transparent 7px),
        radial-gradient(circle at 38% 30%, rgba(255, 255, 255, 0.15) 9px, transparent 11px),
        radial-gradient(circle at 62% 90%, rgba(255, 255, 255, 0.13) 7px, transparent 9px),
        radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.16) 10px, transparent 12px),
        radial-gradient(circle at 72% 80%, rgba(255, 255, 255, 0.10) 4px, transparent 6px),
        radial-gradient(circle at 8% 40%, rgba(255, 255, 255, 0.17) 11px, transparent 13px),
        radial-gradient(circle at 92% 90%, rgba(255, 255, 255, 0.12) 6px, transparent 8px),
        radial-gradient(circle at 46% 50%, rgba(255, 255, 255, 0.14) 8px, transparent 10px);
    background-size: 110% 110%;
    animation: bubblesRise 25s linear infinite reverse;
    animation-delay: -5s;
}

@keyframes bubblesRise {
    0% {
        transform: translateY(100vh) translateX(0) scale(0);
        opacity: 0;
    }
    10% {
        transform: translateY(90vh) translateX(-20px) scale(1);
        opacity: 1;
    }
    25% {
        transform: translateY(60vh) translateX(20px) scale(1.1);
    }
    50% {
        transform: translateY(30vh) translateX(-15px) scale(1);
    }
    75% {
        transform: translateY(10vh) translateX(25px) scale(0.9);
    }
    90% {
        transform: translateY(-10vh) translateX(0) scale(0.8);
        opacity: 1;
    }
    100% {
        transform: translateY(-20vh) translateX(0) scale(0);
        opacity: 0;
    }
}

/* Hero Content */
.hero-container {
    width: 100%;
    padding: 80px 0 200px 0;
    position: relative;
    z-index: 2;
}

.min-vh-85 {
    min-height: 85vh;
}

/* Hero Title */
.hero-title-green {
    font-family: 'Inter', 'Exo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(3.5rem, 8vw, 6rem);
    font-weight: 900;
    line-height: 0.9;
    margin-bottom: 2.5rem;
    color: var(--text-white);
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

.title-line {
    display: block;
    opacity: 0;
    transform: translateY(30px);
    animation: titleSlideIn 0.8s forwards;
}

.title-line:nth-child(1) { 
    animation-delay: 0.1s; 
}

.title-line:nth-child(2) { 
    animation-delay: 0.3s;
}

.title-white {
    color: var(--text-white) !important;
}

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

/* Hero Description */
.hero-description {
    margin-bottom: 3rem;
}

.hero-subtitle {
    font-family: 'Inter', 'Exo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    color: var(--text-white);
    margin-bottom: 1rem;
    line-height: 1.4;
    font-weight: 500;
}

.hero-subtext {
    font-family: 'Inter', 'Exo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    margin: 0;
}

.highlight-number {
    font-family: 'Inter', 'Exo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #C8E6C9;  /* Very light green */
    font-weight: 700;
    text-shadow: 
        0 0 10px rgba(200, 230, 201, 0.6),
        0 0 20px rgba(200, 230, 201, 0.4),
        0 2px 4px rgba(0, 0, 0, 0.3);
    animation: subtleGlow 3s ease-in-out infinite alternate;
}

@keyframes subtleGlow {
    0% {
        text-shadow: 
            0 0 10px rgba(200, 230, 201, 0.6),
            0 0 20px rgba(200, 230, 201, 0.4),
            0 2px 4px rgba(0, 0, 0, 0.3);
    }
    100% {
        text-shadow: 
            0 0 15px rgba(200, 230, 201, 0.8),
            0 0 25px rgba(200, 230, 201, 0.6),
            0 2px 4px rgba(0, 0, 0, 0.3);
    }
}

/* ===============================================
   SOCIAL BUTTON HOVER FIX FOR HOMEPAGE
   =============================================== */

/* Override all link hover effects for social buttons */
a.social-btn,
a.social-btn:hover,
a.social-btn:focus,
a.social-btn:active,
a.social-btn:visited,
button.social-btn,
button.social-btn:hover,
button.social-btn:focus,
button.social-btn:active,
.social-btn,
.social-btn:hover,
.social-btn:focus,
.social-btn:active {
    text-decoration: none !important;
    outline: none !important;
}

/* Keep social button colors correct on hover */
.social-btn.youtube,
.social-btn.youtube:hover {
    background: #FF0000 !important;
    color: white !important;
}

.social-btn.discord,
.social-btn.discord:hover {
    background: #5865F2 !important;
    color: white !important;
}

.social-btn.patreon,
.social-btn.patreon:hover {
    background: #FF424D !important;
    color: white !important;
}

.social-btn.roblox,
.social-btn.roblox:hover {
    background: #00A2FF !important;
    color: white !important;
}

.social-btn.github,
.social-btn.github:hover {
    background: #333333 !important;
    color: white !important;
}

/* Ensure icons stay white and no underlines */
.social-btn i,
.social-btn svg,
.social-btn i::before,
.social-btn svg path,
.social-btn:hover i,
.social-btn:hover svg,
.social-btn:hover i::before,
.social-btn:hover svg path {
    color: white !important;
    fill: white !important;
    text-decoration: none !important;
}

/* Remove underlines from all Font Awesome icons in links */
a i.fa,
a i.fab,
a i.fas,
a i.far,
a:hover i.fa,
a:hover i.fab,
a:hover i.fas,
a:hover i.far {
    text-decoration: none !important;
}

/* Ultra specific targeting for generated project cards */
.ultra-social-links a,
.ultra-social-links a:hover,
.ultra-social-links a:focus,
.ultra-social-links a:active {
    text-decoration: none !important;
}

/* Prevent any global a:hover styles from affecting social buttons */
body a.social-btn,
body a.social-btn:hover,
body a.social-btn:focus,
body a.social-btn:active {
    text-decoration: none !important;
}

/* Override Bootstrap link utilities */
a.social-btn.link-underline,
a.social-btn.link-underline-opacity-0,
a.social-btn.link-underline-opacity-25,
a.social-btn.link-underline-opacity-50,
a.social-btn.link-underline-opacity-75,
a.social-btn.link-underline-opacity-100 {
    text-decoration: none !important;
}

/* Launch button fixes */
a.launch-btn,
a.launch-btn:hover,
a.launch-btn:focus,
a.launch-btn:active,
.launch-btn,
.launch-btn:hover,
.launch-btn:focus,
.launch-btn:active,
.ultra-main-btn,
.ultra-main-btn:hover,
.ultra-main-btn:focus,
.ultra-main-btn:active {
    text-decoration: none !important;
    outline: none !important;
}

/* Remove blue color from any element on hover */
.social-btn:hover,
.social-btn:hover *,
.launch-btn:hover,
.launch-btn:hover * {
    color: inherit !important;
}

/* Fix for dynamically generated content */
[class*="social-btn"]:hover,
[class*="launch-btn"]:hover {
    text-decoration: none !important;
}

/* Target the specific structure in PHP-generated cards */
.ultra-3d-project-card a,
.ultra-3d-project-card a:hover,
.project-card a,
.project-card a:hover,
#projects a,
#projects a:hover {
    text-decoration: none !important;
}

/* Final override for all hover states */
body *:hover {
    text-decoration-line: none !important;
}

/* Enhanced Side by Side Action Buttons */
.hero-actions-side-by-side {
    display: flex;
    gap: 1.25rem;
    flex-wrap: nowrap;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: flex-start;
}

/* Modern 3D Button Designs */
.btn-explore-games {
    background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 50%, #81C784 100%);
    color: #FFFFFF;
    border: none;
    padding: 1rem 2.25rem;
    border-radius: 60px;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 4px 15px rgba(76, 175, 80, 0.4),  /* Green shadow instead of orange */
        0 2px 8px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    min-width: 180px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transform: translateZ(0);
    white-space: nowrap;
}

.btn-explore-games::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-explore-games:hover::before {
    width: 300px;
    height: 300px;
}

.btn-explore-games:hover {
    /* Enhanced green hover effect */
    background: linear-gradient(135deg, #45a049 0%, #5cb85c 50%, #6fbf73 100%);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 6px 20px rgba(76, 175, 80, 0.5),  /* Stronger green shadow on hover */
        0 3px 12px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    color: #FFFFFF;
    text-decoration: none;
}

.btn-explore-games:active {
    transform: translateY(-1px) scale(1);
    box-shadow: 
        0 2px 10px rgba(276, 175, 80, 0.4),
        0 1px 5px rgba(0, 0, 0, 0.1);
}

/* Enhanced Join Community Button */
.btn-join-community {
    background: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    border: 2px solid rgba(255, 255, 255, 0.9);
    padding: 0.9rem 2.25rem;
    border-radius: 60px;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 180px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 
        0 4px 15px rgba(255, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateZ(0);
    white-space: nowrap;
}

.btn-join-community::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.6s;
}

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

.btn-join-community:hover {
    color: var(--dark-green);
    border-color: #FFFFFF;
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-3px) scale(1.02);
    text-decoration: none;
    box-shadow: 
        0 6px 20px rgba(255, 255, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.btn-join-community:active {
    transform: translateY(-1px) scale(1);
    box-shadow: 
        0 2px 10px rgba(255, 255, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Button icons with animation */
.btn-explore-games i,
.btn-join-community i {
    font-size: 1.15rem;
    transition: color 0.3s ease; /* Only transition color, not transform */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* Ensure icons stay perfectly aligned */
    vertical-align: middle;
    line-height: 1;
}

.btn-explore-games:hover i {
    color: #FFFFFF;
}

.btn-join-community:hover i {
    color: var(--dark-green);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1.2) rotate(15deg);
    }
    50% {
        transform: scale(1.3) rotate(15deg);
    }
}

/* Characters Showcase - FIXED FOR CRISP IMAGES */
.characters-showcase-green {
    text-align: center;
    margin-bottom: 2rem;
}

.characters-container {
    position: relative;
    display: inline-block;
}

.characters-image-green {
    max-width: 100%;
    height: auto;
    /* FIXED: Remove blur-causing scaling and optimize rendering */
    transform: none !important;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.2));
    animation: charactersFloatOptimized 6s ease-in-out infinite;
    /* Force hardware acceleration */
    will-change: transform;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

@keyframes charactersFloat {
    0%, 100% { 
        transform: translateY(0px) scale(1.05); 
    }
    50% { 
        transform: translateY(-15px) scale(1.07); 
    }
}

/* Wave Bottom Design */
.wave-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    height: 280px;
    z-index: 1;
}

.wave-bottom::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(248, 249, 250, 0.3) 70%, 
        #f8f9fa 100%
    );
    z-index: 7;
    pointer-events: none;
}

.wave-layers {
    position: relative;
    width: 100%;
    height: 100%;
}

.wave-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Progressive Wave layers */
.wave-layer-1 {
    z-index: 6;
    opacity: 1;
}

.wave-layer-2 {
    z-index: 5;
    opacity: 0.95;
}

.wave-layer-3 {
    z-index: 4;
    opacity: 0.9;
}

.wave-layer-4 {
    z-index: 3;
    opacity: 0.85;
}

.wave-layer-5 {
    z-index: 2;
    opacity: 0.8;
}

.wave-svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 280px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

/* About Section Modern Styling */
.about-section-modern {
    background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    margin-top: -1px;
}

.about-section-modern::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(76, 175, 80, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.about-section-modern::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 40%;
    height: 40%;
    background: radial-gradient(circle, rgba(102, 187, 106, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Who We Are Header */
.who-we-are-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title-modern {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.title-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-green) 0%, var(--accent-green) 100%);
    margin: 0 auto 1.5rem;
    border-radius: 2px;
}

.section-intro {
    font-size: 1.25rem;
    color: var(--text-secondary);
    font-weight: 500;
}

/* Live Stats Grid */
.live-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
    margin-bottom: 5rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.live-stat-card {
    /* Light green background for better visibility */
    background: linear-gradient(to bottom, #e8f5e9 0%, #f8fff8 100%);
    padding: 2rem 1.5rem;
    border-radius: 20px;
    box-shadow: 
        0 15px 35px rgba(76, 175, 80, 0.15),
        0 8px 20px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(76, 175, 80, 0.2);
    transform: translateZ(0);
}

.live-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-green) 0%, var(--accent-green) 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.live-stat-card:hover::before {
    transform: scaleX(1);
}

.live-stat-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 25px 50px rgba(76, 175, 80, 0.25),
        0 15px 30px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    background: linear-gradient(to bottom, #e0f2e1 0%, #f5fff5 100%);
}

.stat-value {
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    font-weight: 800;
    color: var(--primary-green);
    margin-bottom: 0.5rem;
    line-height: 1;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    text-shadow: 0 2px 4px rgba(76, 175, 80, 0.2);
}

/* Live Stats Indicators */
.stat-value::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 8px;
    height: 8px;
    background: var(--primary-green);
    border-radius: 50%;
    transform: translateY(-50%);
    animation: pulse 2s infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.live-stat-card:hover .stat-value::after {
    opacity: 1;
}

@keyframes pulse {
    0%, 100% { 
        opacity: 1; 
        transform: translateY(-50%) scale(1); 
    }
    50% { 
        opacity: 0.7; 
        transform: translateY(-50%) scale(1.2); 
    }
}

.stat-icon-wrapper {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.2) 0%, rgba(102, 187, 106, 0.15) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: var(--primary-green);
    font-size: 1.5rem;
    border: 1px solid rgba(76, 175, 80, 0.15);
    box-shadow: 
        0 4px 12px rgba(76, 175, 80, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.stat-title {
    font-size: 1rem;
    color: var(--text-secondary);
    font-weight: 600;
}

/* About Content Wrapper */
.about-content-wrapper {
    margin-top: 5rem;
}

/* About Image Container */
.about-image-container {
    position: relative;
    padding: 4rem 3rem;
    overflow: visible;
}

.about-image-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 140%;
    background: radial-gradient(circle, rgba(76, 175, 80, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: -2;
    animation: gentleGlow 4s ease-in-out infinite alternate;
}

@keyframes gentleGlow {
    0% { opacity: 0.3; transform: translate(-50%, -50%) scale(1); }
    100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1.1); }
}

.image-backdrop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.08) 0%, rgba(102, 187, 106, 0.05) 100%);
    border-radius: 35px;
    z-index: -1;
    box-shadow: 
        0 30px 60px rgba(76, 175, 80, 0.1),
        0 15px 30px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(76, 175, 80, 0.1);
}

.about-characters-image {
    max-width: 110%;
    height: auto;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.25));
    animation: floatAnimation 6s ease-in-out infinite;
    position: relative;
    z-index: 1;
    transform: scale(1.05);
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 20px;
    border: 3px solid rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, #ffffff 0%, #f8fff8 100%);
    padding: 1rem;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 15px 30px rgba(76, 175, 80, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.about-characters-image::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(45deg, 
        var(--primary-green) 0%, 
        var(--accent-green) 25%, 
        var(--primary-green) 50%, 
        var(--accent-green) 75%, 
        var(--primary-green) 100%);
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    background-size: 200% 200%;
    animation: gradientShift 3s ease infinite;
}

.about-characters-image:hover::before {
    opacity: 0.3;
}

.about-characters-image:hover {
    transform: scale(1.08);
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.3));
    border-color: rgba(76, 175, 80, 0.6);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.2),
        0 20px 40px rgba(76, 175, 80, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

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

@keyframes floatAnimation {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* Floating Stats */
.floating-stat {
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, #f8fff8 100%);
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    box-shadow: 
        0 15px 35px rgba(76, 175, 80, 0.15),
        0 8px 20px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 700;
    color: var(--text-dark);
    z-index: 2;
    border: 2px solid rgba(76, 175, 80, 0.2);
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 0.9rem;
}

.floating-stat::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    background: linear-gradient(to bottom, transparent 0%, rgba(76, 175, 80, 0.3) 50%, transparent 100%);
    transition: all 0.3s ease;
}

.top-stat::before {
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.bottom-stat::before {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.floating-stat:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(76, 175, 80, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    background: linear-gradient(135deg, #f0f9f1 0%, #ffffff 100%);
    border-color: rgba(76, 175, 80, 0.3);
}

.floating-stat:hover::before {
    background: linear-gradient(to bottom, transparent 0%, rgba(76, 175, 80, 0.6) 50%, transparent 100%);
    height: 25px;
}

.floating-stat i {
    color: white;
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--accent-green) 100%);
    width: 32px;
    height: 32px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: 
        0 4px 12px rgba(76, 175, 80, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.top-stat {
    top: 5%;
    right: -13%;
    animation: floatBubble 4s ease-in-out infinite;
}

.bottom-stat {
    bottom: 13%;
    left: -13%;
    animation: floatBubble 4s ease-in-out infinite reverse;
}

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

/* About Text Content */
.about-text-content {
    padding: 0 2rem;
}

.about-subtitle {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.subtitle-underline {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-green) 0%, var(--accent-green) 100%);
    margin-bottom: 2rem;
    border-radius: 2px;
}

.about-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 3rem;
}

/* Achievement Grid */
.achievement-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    max-width: 600px;
}

.achievement-card {
    background: transparent; /* No background */
    padding: 1.5rem;
    border-radius: 16px;
    border: none; /* Remove border */
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: none; /* Remove box shadow */
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
}

.achievement-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: none; /* Remove box shadow on hover */
    background: transparent; /* Keep transparent on hover */
}

.achievement-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--accent-green) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
    box-shadow: 
        0 6px 20px rgba(76, 175, 80, 0.3),
        0 2px 8px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.achievement-content h4 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary-green);
    margin: 0;
    line-height: 1;
    text-shadow: 0 1px 2px rgba(76, 175, 80, 0.1);
}

.achievement-content p {
    font-size: 0.9rem;
    color: #495057; /* Darker gray for better contrast against light background */
    margin: 0.25rem 0;
    font-weight: 600;
}

.achievement-badge {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.15) 0%, rgba(76, 175, 80, 0.1) 100%);
    color: var(--primary-green);
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-top: 0.5rem;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(76, 175, 80, 0.2);
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.1);
    text-shadow: 0 1px 2px rgba(76, 175, 80, 0.1);
}

.achievement-badge::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(76, 175, 80, 0.2) 0%, transparent 70%);
    transform: translate(-50%, -50%) scale(0);
    animation: badgePulse 3s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% { transform: translate(-50%, -50%) scale(0); opacity: 1; }
    50% { transform: translate(-50%, -50%) scale(2); opacity: 0; }
}

.achievement-badge.growing {
    background: linear-gradient(135deg, rgba(255, 152, 0, 0.15) 0%, rgba(255, 152, 0, 0.1) 100%);
    color: var(--gold-accent);
    border: 1px solid rgba(255, 152, 0, 0.2);
    box-shadow: 0 2px 8px rgba(255, 152, 0, 0.1);
    text-shadow: 0 1px 2px rgba(255, 152, 0, 0.1);
}

.achievement-badge.growing::before {
    background: radial-gradient(circle, rgba(255, 152, 0, 0.2) 0%, transparent 70%);
}

/* Achievement Card Top Border Effect - Removed */
.achievement-card::before {
    display: none; /* Hide the border effect */
}

.achievement-card:hover::before {
    display: none; /* Keep hidden on hover */
}

/* Section Titles */
.section-title-green {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.2rem;
    color: var(--text-secondary);
    margin-bottom: 0;
}

/* ===== CLEAN LIGHT THEME PROJECTS SECTION ===== */
.projects-section-light {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 25%, #f3f4f6 50%, #ffffff 75%, #f8f9fa 100%);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    color: var(--text-dark);
}

/* Subtle Light Background Pattern */
.light-background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        /* Subtle grid pattern */
        linear-gradient(90deg, rgba(76, 175, 80, 0.03) 1px, transparent 1px),
        linear-gradient(180deg, rgba(76, 175, 80, 0.03) 1px, transparent 1px),
        /* Light diagonal pattern */
        linear-gradient(45deg, rgba(76, 175, 80, 0.01) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(76, 175, 80, 0.01) 25%, transparent 25%);
    background-size: 40px 40px, 40px 40px, 80px 80px, 80px 80px;
    background-position: 0 0, 0 0, 0 0, 0 0;
    animation: lightPatternMove 30s linear infinite;
    opacity: 0.6;
}

@keyframes lightPatternMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(40px, 40px); }
}

/* Floating Gaming Elements - Light Theme */
.floating-gaming-elements-light {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.floating-element-light {
    position: absolute;
    color: rgba(76, 175, 80, 0.15);
    font-size: 1.5rem;
    animation: floatAroundLight 20s linear infinite;
}

.element-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
    animation-duration: 22s;
}

.element-2 {
    top: 60%;
    right: 15%;
    animation-delay: -7s;
    animation-duration: 26s;
}

.element-3 {
    top: 80%;
    left: 20%;
    animation-delay: -14s;
    animation-duration: 18s;
}

.element-4 {
    top: 30%;
    right: 30%;
    animation-delay: -21s;
    animation-duration: 24s;
}

.element-5 {
    top: 45%;
    left: 60%;
    animation-delay: -10s;
    animation-duration: 28s;
}

@keyframes floatAroundLight {
    0% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.15;
    }
    25% {
        transform: translateY(-20px) rotate(90deg);
        opacity: 0.1;
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
        opacity: 0.2;
    }
    75% {
        transform: translateY(-25px) rotate(270deg);
        opacity: 0.12;
    }
    100% {
        transform: translateY(0px) rotate(360deg);
        opacity: 0.15;
    }
}

/* Clean Section Header */
.projects-header-light {
    text-align: center;
    margin-bottom: 6rem;
    position: relative;
    z-index: 3;
}

.header-decoration-light {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    gap: 2rem;
}

.decoration-line-light {
    height: 2px;
    width: 80px;
    background: linear-gradient(90deg, transparent 0%, var(--primary-green) 50%, transparent 100%);
    position: relative;
}

.left-line {
    animation: lineGrowLeftLight 3s ease-in-out infinite alternate;
}

.right-line {
    animation: lineGrowRightLight 3s ease-in-out infinite alternate;
}

@keyframes lineGrowLeftLight {
    0% { width: 60px; opacity: 0.6; }
    100% { width: 100px; opacity: 1; }
}

@keyframes lineGrowRightLight {
    0% { width: 60px; opacity: 0.6; }
    100% { width: 100px; opacity: 1; }
}

.center-icon-light {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--accent-green) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 
        0 15px 35px rgba(76, 175, 80, 0.25),
        0 8px 20px rgba(0, 0, 0, 0.1),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
    animation: iconPulseLight 4s ease-in-out infinite;
    position: relative;
}

@keyframes iconPulseLight {
    0%, 100% { 
        transform: scale(1) rotate(0deg); 
        box-shadow: 
            0 15px 35px rgba(76, 175, 80, 0.25),
            0 8px 20px rgba(0, 0, 0, 0.1),
            inset 0 2px 0 rgba(255, 255, 255, 0.3);
    }
    50% { 
        transform: scale(1.1) rotate(180deg); 
        box-shadow: 
            0 20px 40px rgba(76, 175, 80, 0.35),
            0 12px 25px rgba(0, 0, 0, 0.15),
            inset 0 2px 0 rgba(255, 255, 255, 0.4);
    }
}

.section-title-projects-light {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 900;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
    position: relative;
    display: inline-block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-subtitle-projects-light {
    font-size: 1.3rem;
    color: var(--text-secondary);
    font-weight: 400;
    margin: 0;
    max-width: 600px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

/* Live Counter Display - Light Theme */
.live-projects-counter-light {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.counter-card-light {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 249, 250, 0.8) 100%);
    border: 2px solid rgba(76, 175, 80, 0.2);
    border-radius: 50px;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    backdrop-filter: blur(20px);
    box-shadow: 
        0 15px 35px rgba(76, 175, 80, 0.1),
        0 8px 20px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.counter-card-light:hover {
    transform: translateY(-5px);
    border-color: rgba(76, 175, 80, 0.4);
    box-shadow: 
        0 20px 40px rgba(76, 175, 80, 0.15),
        0 12px 25px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.counter-icon-light {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--accent-green) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    animation: counterIconSpinLight 8s linear infinite;
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.3);
}

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

.counter-content-light {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.counter-number-light {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary-green);
    line-height: 1;
    text-shadow: 0 2px 4px rgba(76, 175, 80, 0.2);
}

.counter-label-light {
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.live-indicator-light {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.live-dot-light {
    width: 8px;
    height: 8px;
    background: var(--primary-green);
    border-radius: 50%;
    animation: livePulse 2s ease-in-out infinite;
}

.live-text-light {
    font-size: 0.8rem;
    color: var(--primary-green);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* CLEAN: Projects Grid - 3 Cards Per Row */
.projects-grid-light {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto 4rem;
    position: relative;
    z-index: 3;
}

/* Clean Project Cards with Centered Icons */
.projects-grid-light .project-card {
    /* Subtle green tint background */
    background: linear-gradient(135deg, 
        rgba(248, 255, 248, 0.95) 0%, 
        rgba(240, 248, 240, 0.9) 50%,
        rgba(245, 252, 245, 0.95) 100%);
    
    border: 1px solid rgba(76, 175, 80, 0.12); /* Enhanced green border */
    border-radius: 20px; /* Increased border radius for modern look */
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    
    /* Enhanced floating shadow with green hints */
    box-shadow: 
        0 12px 40px rgba(76, 175, 80, 0.08),
        0 6px 20px rgba(76, 175, 80, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    
    position: relative;
    transform: translateZ(0) translateY(0);
    display: flex;
    flex-direction: column;
    min-height: 460px;
    width: 100%;
    
    /* Add subtle backdrop filter for depth */
    backdrop-filter: blur(20px);
}

.projects-grid-light .project-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(76, 175, 80, 0.02) 0%, 
        rgba(102, 187, 106, 0.01) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.projects-grid-light .project-card:hover::before {
    opacity: 1;
}

.projects-grid-light .project-card:hover {
    transform: translateY(-12px) scale(1.02); /* More pronounced float */
    border-color: rgba(76, 175, 80, 0.25);
    
    /* Enhanced floating shadow on hover with stronger green tint */
    box-shadow: 
        0 25px 60px rgba(76, 175, 80, 0.15),
        0 15px 35px rgba(76, 175, 80, 0.12),
        0 8px 25px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    
    /* Enhanced green tint on hover */
    background: linear-gradient(135deg, 
        rgba(240, 255, 240, 0.98) 0%, 
        rgba(235, 250, 235, 0.95) 50%,
        rgba(245, 255, 245, 0.98) 100%);
}

/* Project Header with Centered Icon (Like Image 1) */
.projects-grid-light .project-header {
    position: relative;
    height: 180px;
    background: transparent; /* Removed gradient */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    padding: 2rem; /* Add padding for breathing room */
}

.projects-grid-light .project-icon {
    width: 120px;
    height: 120px;
    border-radius: 18px; /* Slightly more rounded */
    border: 2px solid rgba(255, 255, 255, 0.95);
    background: white;
    object-fit: cover;
    object-position: center;
    
    /* Enhanced floating shadow for icon */
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.15),
        0 8px 20px rgba(0, 0, 0, 0.1),
        0 4px 12px rgba(76, 175, 80, 0.08);
    
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 6px;
    position: relative;
    z-index: 2;
}

.projects-grid-light .project-card:hover .project-icon {
    transform: scale(1.1) rotate(2deg);
    border-color: rgba(76, 175, 80, 0.3);
    
    /* Enhanced shadow on icon hover */
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.2),
        0 12px 25px rgba(0, 0, 0, 0.15),
        0 6px 15px rgba(76, 175, 80, 0.12);
}

/* Add subtle floating animation */
@keyframes subtleFloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-3px);
    }
}

/* Apply floating animation to cards on load */
.projects-grid-light .project-card:nth-child(1) {
    animation: subtleFloat 6s ease-in-out infinite;
    animation-delay: 0s;
}

.projects-grid-light .project-card:nth-child(2) {
    animation: subtleFloat 6s ease-in-out infinite;
    animation-delay: 2s;
}

.projects-grid-light .project-card:nth-child(3) {
    animation: subtleFloat 6s ease-in-out infinite;
    animation-delay: 4s;
}

/* Project Content */
.projects-grid-light .project-content {
    flex: 1;
    padding: 2rem 1.5rem 1rem 1.5rem;
    background: #ffffff;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    backdrop-filter: blur(10px);
}

.projects-grid-light .project-title {
    color: var(--text-dark);
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    line-height: 1.3;
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
}

.projects-grid-light .project-description {
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
    flex: 1;
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 96px;
}

/* Player Count Display */
.projects-grid-light .player-count {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    margin: 0 0 1.5rem 0;
    padding: 0.5rem 0.75rem;
    border-radius: 20px;
    border: 1px solid;
}

.projects-grid-light .player-count.active {
    color: var(--primary-green);
    background: rgba(76, 175, 80, 0.08);
    border-color: rgba(76, 175, 80, 0.15);
}

.projects-grid-light .player-count.coming-soon {
    color: #007bff;
    background: rgba(0, 123, 255, 0.08);
    border-color: rgba(0, 123, 255, 0.15);
}

/* Project Actions */
.projects-grid-light .project-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    padding: 1.5rem;
    background: #ffffff;
    border-top: 1px solid rgba(76, 175, 80, 0.1);
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

/* Social Links */
.projects-grid-light .social-links {
    display: flex;
    gap: 0.75rem;
}

.projects-grid-light .social-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    flex-shrink: 0;
}

.projects-grid-light .social-btn.patreon {
    background: linear-gradient(135deg, #ff424d 0%, #e63946 100%);
}

.projects-grid-light .social-btn.discord {
    background: linear-gradient(135deg, #7289DA 0%, #5B6EAE 100%);
}

.projects-grid-light .social-btn.roblox {
    background: linear-gradient(135deg, #00A2FF 0%, #0084CC 100%);
}

.projects-grid-light .social-btn:hover {
    transform: translateY(-2px) scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* View Button */
.projects-grid-light .btn-view {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--accent-green) 100%);
    border: none;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.25);
    text-decoration: none;
    flex-shrink: 0;
    min-width: 100px;
    display: inline-block;
    text-align: center;
}

.projects-grid-light .btn-view:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.35);
    color: white;
    text-decoration: none;
}

.projects-grid-light .btn-view.disabled {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
    cursor: not-allowed;
    opacity: 0.8;
}

.projects-grid-light .btn-view.disabled:hover {
    transform: none;
    box-shadow: 0 6px 20px rgba(108, 117, 125, 0.25);
}

/* Responsive Design for Fixed Projects Section */
@media (max-width: 1200px) {
    .projects-grid-light {
        max-width: 900px !important;
        gap: 1.5rem !important;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    }
    
    .project-stats-bar-light {
        gap: 1.5rem;
        padding: 1.25rem 2rem;
    }
}

@media (max-width: 768px) {
    .projects-section-light {
        padding: 6rem 0;
    }
    
    .projects-header-light {
        margin-bottom: 4rem;
    }
    
    .header-decoration-light {
        gap: 1rem;
    }
    
    .decoration-line-light {
        width: 60px;
    }
    
    .center-icon-light {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .section-title-projects-light {
        font-size: 2.5rem;
    }
    
    .section-subtitle-projects-light {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
    
    .projects-grid-light {
        padding: 0 1rem !important;
        gap: 1rem !important;
        grid-template-columns: 1fr !important;
    }
    
    .btn-view-all-projects-light {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    .project-stats-bar-light {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem;
    }
    
    .stat-divider-light {
        width: 40px;
        height: 1px;
        background: linear-gradient(to right, 
            transparent 0%, 
            rgba(76, 175, 80, 0.3) 50%, 
            transparent 100%);
    }
    
    .floating-gaming-elements-light {
        display: none;
    }
}

@media (max-width: 480px) {
    .projects-section-light {
        padding: 4rem 0;
    }
    
    .live-projects-counter-light .counter-card-light {
        padding: 0.75rem 1.5rem;
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .counter-content-light {
        align-items: center;
    }
    
    .btn-view-all-projects-light {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }
    
    /* Make project cards more mobile-friendly with full images */
    .projects-grid-light .project-card {
        min-height: 400px;
    }
    
    .projects-grid-light .project-header {
        height: 180px;
    }
    
    .projects-grid-light .project-content {
        padding: 1.5rem 1rem 0.75rem 1rem;
    }
    
    .projects-grid-light .project-actions {
        padding: 1rem;
    }
}

/* Projects Footer - Light Theme */
.projects-footer-light {
    text-align: center;
    position: relative;
    z-index: 3;
}

.btn-view-all-projects-light {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--accent-green) 100%);
    color: white;
    border: none;
    padding: 1.2rem 3rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 
        0 15px 35px rgba(76, 175, 80, 0.25),
        0 8px 20px rgba(0, 0, 0, 0.1);
}

.btn-view-all-projects-light::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;
}

.btn-view-all-projects-light:hover::before {
    left: 100%;
}

.btn-view-all-projects-light:hover {
    transform: translateY(-5px) scale(1.05);
    color: white;
    text-decoration: none;
    box-shadow: 
        0 20px 40px rgba(76, 175, 80, 0.35),
        0 12px 25px rgba(0, 0, 0, 0.15);
}

.btn-icon-light {
    transition: transform 0.3s ease;
}

.btn-view-all-projects-light:hover .btn-icon-light {
    transform: translateX(5px);
}

.btn-glow-light {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
    border-radius: 50%;
    pointer-events: none;
}

.btn-view-all-projects-light:hover .btn-glow-light {
    width: 200px;
    height: 200px;
}

/* Project Stats Bar - Light Theme */
.project-stats-bar-light {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 249, 250, 0.8) 100%);
    border: 2px solid rgba(76, 175, 80, 0.15);
    border-radius: 50px;
    padding: 1.5rem 3rem;
    backdrop-filter: blur(20px);
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 
        0 10px 25px rgba(76, 175, 80, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.stat-item-light {
    text-align: center;
    flex: 1;
}

.stat-number-light {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary-green);
    line-height: 1;
    text-shadow: 0 2px 4px rgba(76, 175, 80, 0.2);
}

.stat-label-light {
    font-size: 0.85rem;
    color: var(--text-secondary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.25rem;
}

/* Footer Stats - Override ultra-projects.css for transparent background */
.footer-stats .stat-item,
.enhanced-footer .stat-item {
    background: transparent !important; /* Remove grayish background */
    border: none !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    padding: 0.5rem 1rem !important;
}

.footer-stats .stat-number,
.enhanced-footer .stat-number {
    color: #4CAF50 !important; /* Green color for numbers */
    font-size: 1.5rem !important;
    font-weight: 700 !important;
}

.footer-stats .stat-label,
.enhanced-footer .stat-label {
    color: #95a5a6 !important; /* Lighter gray but readable */
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.stat-divider-light {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(76, 175, 80, 0.3) 50%, 
        transparent 100%);
}

/* Responsive Design for Light Projects Section */
@media (max-width: 1200px) {
    .projects-grid-light {
        max-width: 900px;
        gap: 1.5rem;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    
    .project-stats-bar-light {
        gap: 1.5rem;
        padding: 1.25rem 2rem;
    }
}

@media (max-width: 768px) {
    .projects-section-light {
        padding: 6rem 0;
    }
    
    .projects-header-light {
        margin-bottom: 4rem;
    }
    
    .header-decoration-light {
        gap: 1rem;
    }
    
    .decoration-line-light {
        width: 60px;
    }
    
    .center-icon-light {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .section-title-projects-light {
        font-size: 2.5rem;
    }
    
    .section-subtitle-projects-light {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
    
    .projects-grid-light {
        padding: 0 1rem;
        gap: 1rem;
        grid-template-columns: 1fr;
    }
    
    .btn-view-all-projects-light {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    .project-stats-bar-light {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem;
    }
    
    .stat-divider-light {
        width: 40px;
        height: 1px;
        background: linear-gradient(to right, 
            transparent 0%, 
            rgba(76, 175, 80, 0.3) 50%, 
            transparent 100%);
    }
    
    .floating-gaming-elements-light {
        display: none;
    }
}

@media (max-width: 480px) {
    .projects-section-light {
        padding: 4rem 0;
    }
    
    .live-projects-counter-light .counter-card-light {
        padding: 0.75rem 1.5rem;
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .counter-content-light {
        align-items: center;
    }
    
    .btn-view-all-projects-light {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* Performance Optimizations */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* AOS Animation Enhancement */
[data-aos="fade-up"] {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
}

[data-aos="fade-right"] {
    transform: translate3d(-40px, 0, 0);
    opacity: 0;
}

[data-aos="fade-left"] {
    transform: translate3d(40px, 0, 0);
    opacity: 0;
}

[data-aos].aos-animate {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* ===============================================
   PROJECT CARDS CONSISTENCY - HOMEPAGE VERSION
   =============================================== */

/* Ensure consistent button styling on homepage project cards */
.projects-grid-light .btn,
.projects-grid-light button,
.projects-grid-light a[class*="btn"],
.project-links .btn,
.project-links button,
.btn-outline-primary {
    padding: 8px 16px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative !important;
    overflow: hidden !important;
    margin: 2px !important;
    font-size: 0.875rem !important;
    
    /* Default 3D Button Styling */
    background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%) !important;
    color: white !important;
    border: none !important;
    
    box-shadow: 
        0 4px 8px rgba(76, 175, 80, 0.25),
        0 2px 4px rgba(76, 175, 80, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

/* Social media buttons styling on homepage - updated to match projects page */
.projects-grid-light .social-btn,
.projects-grid-light a[href*="youtube"],
.projects-grid-light a[href*="discord"],
.projects-grid-light a[href*="github"],
.projects-grid-light a[href*="patreon"],
.projects-grid-light a[href*="roblox"],
.project-links .social-btn,
.project-links a[href*="youtube"],
.project-links a[href*="discord"],
.project-links a[href*="github"],
.project-links a[href*="patreon"],
.project-links a[href*="roblox"] {
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    font-size: 1rem !important;
    margin: 2px !important;
}

/* Brand-specific colors for social buttons on homepage */
.projects-grid-light .social-btn.roblox,
.project-links .social-btn.roblox {
    background: #00A2FF !important;
    color: white !important;
}

.projects-grid-light .social-btn.discord,
.project-links .social-btn.discord {
    background: #5865F2 !important;
    color: white !important;
}

.projects-grid-light .social-btn.patreon,
.project-links .social-btn.patreon {
    background: #FF424D !important;
    color: white !important;
}

.projects-grid-light .social-btn.youtube,
.project-links .social-btn.youtube {
    background: #FF0000 !important;
    color: white !important;
}

.projects-grid-light .social-btn.github,
.project-links .social-btn.github {
    background: #333333 !important;
    color: white !important;
}

/* Force social button colors on homepage */
.btn-sm[style*="FF0000"],
a[style*="background: #FF0000"] {
    background: #FF0000 !important;
    color: white !important;
}

.btn-sm[style*="5865F2"],
a[style*="background: #5865F2"] {
    background: #5865F2 !important;
    color: white !important;
}

.btn-sm[style*="FF424D"],
a[style*="background: #FF424D"] {
    background: #FF424D !important;
    color: white !important;
}

.btn-sm[style*="00A2FF"],
a[style*="background: #00A2FF"] {
    background: #00A2FF !important;
    color: white !important;
}

/* Launch button on homepage - updated to match projects page */
.projects-grid-light .launch-btn,
.project-links .launch-btn,
.projects-grid-light .btn-outline-primary,
.project-links .btn-outline-primary {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%) !important;
    color: white !important;
    border: 1px solid #4CAF50 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 8px 16px !important;
    border-radius: 12px !important;
    margin: 2px !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

/* Enhanced hover effects on homepage - updated to match projects page */
.projects-grid-light .btn:hover,
.projects-grid-light button:hover,
.projects-grid-light a[class*="btn"]:hover,
.project-links .btn:hover,
.project-links button:hover,
.projects-grid-light .launch-btn:hover,
.project-links .launch-btn:hover,
.btn-outline-primary:hover {
    transform: translateY(-2px) scale(1.05) !important;
    box-shadow: 
        0 8px 16px rgba(76, 175, 80, 0.35),
        0 4px 8px rgba(76, 175, 80, 0.25),
        inset 0 2px 0 rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, #45a049 0%, #4CAF50 100%) !important;
}

/* Social media button hover effects on homepage - updated to match projects page */
.projects-grid-light .social-btn.roblox:hover,
.project-links .social-btn.roblox:hover {
    background: #0088CC !important;
    color: white !important;
    transform: translateY(-2px) scale(1.05) !important;
    box-shadow: 0 6px 12px rgba(0, 162, 255, 0.4) !important;
}

.projects-grid-light .social-btn.discord:hover,
.project-links .social-btn.discord:hover {
    background: #4752C4 !important;
    color: white !important;
    transform: translateY(-2px) scale(1.05) !important;
    box-shadow: 0 6px 12px rgba(88, 101, 242, 0.4) !important;
}

.projects-grid-light .social-btn.patreon:hover,
.project-links .social-btn.patreon:hover {
    background: #E6383D !important;
    color: white !important;
    transform: translateY(-2px) scale(1.05) !important;
    box-shadow: 0 6px 12px rgba(255, 66, 77, 0.4) !important;
}

.projects-grid-light .social-btn.youtube:hover,
.project-links .social-btn.youtube:hover {
    background: #CC0000 !important;
    color: white !important;
    transform: translateY(-2px) scale(1.05) !important;
    box-shadow: 0 6px 12px rgba(255, 0, 0, 0.4) !important;
}

.projects-grid-light .social-btn.github:hover,
.project-links .social-btn.github:hover {
    background: #222222 !important;
    color: white !important;
    transform: translateY(-2px) scale(1.05) !important;
    box-shadow: 0 6px 12px rgba(51, 51, 51, 0.4) !important;
}