:root {
            --primary-color: #ebcf74; /* New blue theme color instead of yellow */
            --dark-bg: #0a0a0a;
            --secondary-bg: #121212;
            --text-white: #ffffff;
            --text-light: #e0e0e0;
        }
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
         .header-section {
            background: var(--dark-bg);
            color: white;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            padding: 30px 20px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .profile-header {
            max-width: 600px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .profile-image-container {
            position: relative;
            flex-shrink: 0;
        }

        .profile-image {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: linear-gradient(45deg, #ebcf74, #ebcf74);
            padding: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .profile-image-inner {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #ebcf74;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .logo-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }

        .logo-placeholder {
            color: #ffd700;
            font-size: 16px;
            font-weight: bold;
        }

        .profile-info {
            flex: 1;
            min-width: 0;
        }

        .username {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 20px;
            letter-spacing: -0.5px;
        }

        .stats-container {
            display: flex;
            gap: 30px;
            margin-bottom: 15px;
        }

        .stat-item {
            text-align: left;
        }

        .stat-number {
            font-size: 22px;
            font-weight: 700;
            color: white;
            margin-bottom: 4px;
        }

        .stat-label {
            font-size: 16px;
            color: #888;
            font-weight: 400;
        }

        .bio {
            margin-top: 10px;
        }

        .bio-title {
            font-size: 16px;
            color: white;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .bio-subtitle {
            font-size: 15px;
            color: #ebcf74;
            font-weight: 500;
        }

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

        /* Mobile responsiveness */
        @media (max-width: 768px) {
            .header-section {
                padding: 15px;
            }
            
            .profile-header {
                gap: 15px;
            }

            .profile-image {
                width: 80px;
                height: 80px;
            }

            .username {
                font-size: 20px;
                margin-bottom: 12px;
            }

            .stats-container {
                gap: 20px;
            }

            .stat-number {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .header-section {
                padding: 12px;
            }

            .profile-header {
                gap: 14px;
            }

            .profile-image {
                width: 100px;
                height: 100px;
            }

            .username {
                font-size: 20px;
                margin-bottom: 10px;
            }

            .stats-container {
                gap: 14px;
            }

            .stat-number {
                font-size: 15px;
            }

            .stat-label {
                font-size: 13px;
            }

            .bio-title {
                font-size: 13px;
            }

            .bio-subtitle {
                font-size: 16px;
            }
        }
        body {
            background-color: var(--dark-bg);
            color: var(--text-white);
            line-height: 1.6;
        }
        
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        
        .hero {
            text-align: center;
            padding: 40px 0;
        }
        
        .headline {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 40px;
            line-height: 1.3;
        }
        
        .headline span {
            color: var(--primary-color);
        }
.button-container {
    display: flex;
    flex-direction: column;
    align-items: center; 
    gap: 20px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;       
}


        .golden-btn {
            position: relative;
            background: linear-gradient(135deg, rgba(235, 207, 116, 0.1), rgba(235, 207, 116, 0.05));
            border: 2px solid transparent;
            border-radius: 60px;
            padding: 20px 35px;
            font-size: 1.1rem;
            font-weight: 600;
            color: #ffffff;
            text-decoration: none;
            text-align: center;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            overflow: hidden;
            backdrop-filter: blur(10px);
            box-shadow: 
                0 8px 32px rgba(235, 207, 116, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            width: 100%;
            height: 70px;
            min-height: 70px;
        }

        .whatsapp-icon {
            font-size: 1.3rem;
            color: #25D366;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .golden-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 60px;
            padding: 2px;
            background: linear-gradient(135deg, #ebcf74, #f4dc8a, #e8c666, #d4b555);
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask-composite: xor;
            -webkit-mask-composite: xor;
        }

        .golden-btn::after {
            content: '';
            position: absolute;
            top: 50%;
            left: -100%;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
            transform: translateY(-50%);
            transition: left 0.8s ease;
        }

        .golden-btn:hover {
            transform: translateY(-3px);
            background: linear-gradient(135deg, rgba(235, 207, 116, 0.2), rgba(235, 207, 116, 0.1));
            box-shadow: 
                0 15px 45px rgba(235, 207, 116, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
            color: #ebcf74;
        }

        .golden-btn:hover::after {
            left: 100%;
        }

        .golden-btn:hover .whatsapp-icon {
            color: #20b358;
            transform: scale(1.1);
        }

        .golden-btn:active {
            transform: translateY(-1px);
            transition: transform 0.1s ease;
            background: linear-gradient(135deg, rgba(235, 207, 116, 0.25), rgba(235, 207, 116, 0.15));
            box-shadow: 
                0 0 30px rgba(186, 154, 58, 0.6),
                0 0 60px rgba(186, 154, 58, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
            color: #ebcf74;
        }

        .golden-btn:active::before {
            background: linear-gradient(135deg, #ba9a3a, #c4a648, #b5913b, #a6822e);
            filter: brightness(0.8);
        }

        /* Responsive design */
        @media (max-width: 480px) {
            .header-text {
                font-size: 1.5rem;
                margin-bottom: 30px;
            }

            .golden-btn {
                padding: 18px 30px;
                font-size: 1rem;
            }
            
            .button-container {
                gap: 15px;
            }

            .whatsapp-icon {
                font-size: 1.2rem;
            }
        }

        @media (max-width: 360px) {
            .header-text {
                font-size: 1.3rem;
            }

            .golden-btn {
                padding: 16px 25px;
                font-size: 0.9rem;
            }

            .whatsapp-icon {
                font-size: 1.1rem;
            }
        }
        .features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
            padding: 60px 0;
        }
        
        .feature-card {
            background-color: var(--secondary-bg);
            border-radius: 12px;
            padding: 30px 20px;
            text-align: center;
            transition: transform 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.05);
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        
        .feature-icon {
            font-size: 36px;
            color: var(--primary-color);
            margin-bottom: 15px;
        }
        
        .feature-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 10px;
        }
        
        .feature-text {
            font-size: 16px;
            color: var(--text-light);
        }
        
        .experience {
            text-align: center;
            padding: 50px 0;
            background-color: var(--secondary-bg);
            border-radius: 12px;
            margin: 20px 0;
        }
        
        .experience-title {
            font-size: 28px;
            margin-bottom: 20px;
            color: var(--primary-color);
        }
        
        .experience-text {
            max-width: 800px;
            margin: 0 auto;
            font-size: 18px;
            line-height: 1.7;
        }
        
        .bottom-cta {
            text-align: center;
            padding: 60px 0;
        }
        
        .footer {
            background-color: var(--secondary-bg);
            padding: 40px 0;
            text-align: center;
            margin-top: 40px;
        }
        
        .footer-content {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .social-icons {
            display: flex;
            gap: 20px;
            justify-content: center;
            margin: 20px 0;
        }
        
        .social-icons a {
            color: var(--text-white);
            font-size: 24px;
            transition: color 0.3s ease;
        }
        
        .social-icons a:hover {
            color: var(--primary-color);
        }
        
        .footer-links {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
        }
        
        .footer-links a {
            color: var(--text-light);
            text-decoration: none;
            font-size: 14px;
        }
        
        .footer-links a:hover {
            color: var(--primary-color);
        }
        
        .copyright {
            margin-top: 20px;
            color: var(--text-light);
            font-size: 14px;
        }
        
        /* Highlight Section */
        .highlights {
            background-color: rgba(30, 136, 229, 0.05); /* Updated to match blue theme */
            border-radius: 12px;
            padding: 40px 20px;
            margin: 40px 0;
            text-align: center;
        }
        
        .highlights-title {
            font-size: 24px;
            margin-bottom: 30px;
            color: var(--primary-color);
        }
        
        .games-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 20px;
        }
        
        .game-item {
            background-color: var(--secondary-bg);
            padding: 20px;
            border-radius: 8px;
            transition: all 0.3s ease;
        }
        
        .game-item:hover {
            transform: scale(1.05);
            background-color: rgba(30, 136, 229, 0.1); /* Updated to match blue theme */
        }
        
        .game-icon {
            font-size: 30px;
            margin-bottom: 10px;
            color: var(--primary-color);
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .brand-name {
                font-size: 32px;
            }
            
            .headline {
                font-size: 26px;
            }
            
            .features {
                grid-template-columns: 1fr;
            }
            
            .logo-container {
                width: 140px; 
                height: 140px; 
            }
            
            .slider-container {
                width: 80%;
                max-width: 450px;
                margin: 0 auto;
            }
        }
         @media (max-width: 480px) {
            .golden-btn {
                padding: 18px 30px;
                font-size: 1rem;
            }
            
        /* Pulse Animation for CTA */
        @keyframes pulse {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
            100% {
                transform: scale(1);
            }
        }
        
        .pulse {
            animation: pulse 2s infinite;
        }

        /* Watermark for slider images */
        .watermark {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(0, 0, 0, 0.5);
            color: white;
            padding: 10px 20px;
            border-radius: 5px;
            font-weight: bold;
            pointer-events: none;
        }
    .floating-whatsapp {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #25D366, #20B358);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
        z-index: 1000;
        cursor: pointer;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        text-decoration: none;
        border: none;
        outline: none;
        will-change: transform;
    }

    .floating-whatsapp:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    }

    .floating-whatsapp:active {
        transform: scale(0.95);
        transition: transform 0.1s ease;
    }

    .floating-whatsapp svg {
        width: 32px;
        height: 32px;
        fill: white;
    }

    /* Pulse animation */
    .floating-whatsapp::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        background: rgba(37, 211, 102, 0.3);
        animation: whatsappPulse 2s infinite;
        z-index: -1;
    }

    @keyframes whatsappPulse {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        100% {
            transform: scale(1.4);
            opacity: 0;
        }
    }

    /* Mobile optimizations */
    @media (max-width: 768px) {
        .floating-whatsapp {
            width: 56px;
            height: 56px;
            bottom: 16px;
            right: 16px;
        }
        
        .floating-whatsapp svg {
            width: 28px;
            height: 28px;
        }
    }

    @media (max-width: 480px) {
        .floating-whatsapp {
            width: 52px;
            height: 52px;
            bottom: 15px;
            right: 15px;
        }
        
        .floating-whatsapp svg {
            width: 26px;
            height: 26px;
        }
    }

    /* Prevent layout shift */
    .floating-whatsapp {
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none;
    }