* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial Rounded MT Bold', 'Helvetica Neue', sans-serif;
        }
        body {
            background-color: #faf6ed;
            color: #2d2d2d;
            line-height: 1.9;
            padding-bottom: 100px;
            font-size: 16px;
        }
        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 25px;
        }
        .header {
            background: linear-gradient(135deg, #ff6b00, #ffc107);
            padding: 25px 0;
            position: sticky;
            top: 0;
            z-index: 9999;
            box-shadow: 0 6px 20px rgba(255, 107, 0, 0.3);
        }
        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo {
            font-size: 2.8rem;
            font-weight: 900;
            color: #ffffff;
            text-decoration: none;
            letter-spacing: 2px;
            text-shadow: 0 3px 6px rgba(0,0,0,0.2);
            text-transform: uppercase;
            display: flex;
            align-items: center;
        }
        .logo span {
            color: #000000;
            margin: 0 8px;
        }
        .nav-links {
            display: flex;
            gap: 35px;
        }
        .nav-links a {
            color: #ffffff;
            text-decoration: none;
            font-size: 1.15rem;
            font-weight: 700;
            transition: all 0.3s ease;
            padding: 10px 15px;
            border-radius: 8px;
            text-transform: capitalize;
        }
        .nav-links a:hover {
            color: #ff6b00;
            background-color: rgba(255,255,255,0.9);
            transform: translateY(-2px);
        }
        .mobile-nav-btn {
            display: none;
            background: none;
            border: none;
            color: #ffffff;
            font-size: 2.2rem;
            cursor: pointer;
            z-index: 10000;
        }
        .btn {
            display: inline-block;
            padding: 18px 40px;
            border-radius: 15px;
            font-size: 1.3rem;
            font-weight: 800;
            text-decoration: none;
            transition: all 0.4s ease;
            margin: 20px 12px;
            text-align: center;
            box-shadow: 0 8px 22px rgba(0,0,0,0.15);
            border: none;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .btn-download {
            background-color: #2196f3;
            color: white;
        }
        .btn-download:hover {
            background-color: #1976d2;
            transform: translateY(-5px);
            box-shadow: 0 12px 28px rgba(33, 150, 243, 0.4);
        }
        .btn-login {
            background-color: #4caf50;
            color: white;
        }
        .btn-login:hover {
            background-color: #388e3c;
            transform: translateY(-5px);
            box-shadow: 0 12px 28px rgba(76, 175, 80, 0.4);
        }
        h1 {
            font-size: 3.2rem;
            color: #ff6b00;
            margin: 60px 0 40px;
            text-align: center;
            font-weight: 900;
            text-shadow: 1px 1px 8px rgba(0,0,0,0.1);
            line-height: 1.5;
            padding-bottom: 25px;
            border-bottom: 5px solid #ffc107;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        h2 {
            font-size: 2.5rem;
            color: #2d2d2d;
            margin: 70px 0 35px;
            padding-bottom: 20px;
            border-bottom: 4px solid #ff6b00;
            font-weight: 800;
            text-transform: capitalize;
            display: flex;
            align-items: center;
        }
        h2::before {
            content: "⚽";
            margin-right: 15px;
            font-size: 2.8rem;
        }
        h3 {
            font-size: 2rem;
            color: #ff6b00;
            margin: 50px 0 30px;
            font-weight: 700;
            display: flex;
            align-items: center;
            text-transform: capitalize;
        }
        h3::before {
            content: "🏆";
            margin-right: 12px;
        }
        h4 {
            font-size: 1.6rem;
            color: #4a4a4a;
            margin: 40px 0 25px;
            font-weight: 600;
            text-transform: capitalize;
            display: flex;
            align-items: center;
        }
        h4::before {
            content: "🌟";
            margin-right: 10px;
        }
        p {
            margin-bottom: 30px;
            font-size: 1.2rem;
            text-align: justify;
            line-height: 1.9;
            padding: 0 5px;
        }
        .highlight {
            font-weight: 900;
            color: #ff6b00;
            font-size: 1.3rem;
            text-shadow: 0.5px 0.5px 2px rgba(0,0,0,0.05);
        }
        .desi-note {
            background-color: #fff3cd;
            border-left: 8px solid #ffc107;
            padding: 30px;
            margin: 40px 0;
            border-radius: 0 15px 15px 0;
            box-shadow: 0 6px 18px rgba(0,0,0,0.1);
        }
        .desi-note p {
            font-size: 1.3rem;
            margin-bottom: 0;
            font-weight: 700;
            color: #2d2d2d;
            text-align: left;
        }
        .desi-note p::before {
            content: "🎯 Desi Pro Tip: ";
            color: #ff6b00;
        }
        .game-img {
            max-width: 100%;
            height: auto;
            border-radius: 20px;
            margin: 40px 0;
            box-shadow: 0 12px 35px rgba(0,0,0,0.2);
            transition: transform 0.5s ease;
            border: 5px solid #ffc107;
        }
        .game-img:hover {
            transform: scale(1.04);
        }
        .img-container {
            text-align: center;
            margin: 60px 0;
        }
        .img-caption {
            font-size: 1.1rem;
            color: #666666;
            margin-top: -30px;
            font-style: italic;
            font-weight: 500;
        }
        ul, ol {
            margin: 35px 0 35px 50px;
            font-size: 1.2rem;
            line-height: 2.3;
        }
        ul {
            list-style-type: disc;
        }
        ol {
            list-style-type: decimal;
        }
        li {
            margin-bottom: 22px;
            padding-left: 15px;
        }
        li strong {
            color: #ff6b00;
            font-size: 1.25rem;
        }
        .stats-table {
            width: 100%;
            border-collapse: collapse;
            margin: 50px 0;
            font-size: 1.2rem;
            box-shadow: 0 6px 22px rgba(0,0,0,0.15);
            border-radius: 15px;
            overflow: hidden;
        }
        .stats-table th, .stats-table td {
            padding: 22px;
            text-align: left;
            border-bottom: 2px solid #f0f0f0;
        }
        .stats-table th {
            background: linear-gradient(135deg, #ff6b00, #ff8e3c);
            color: white;
            font-weight: 800;
            font-size: 1.3rem;
            text-transform: capitalize;
        }
        .stats-table tr:hover {
            background-color: #fff8e9;
            transform: scale(1.008);
            transition: transform 0.3s ease;
        }
        .stats-table tr:nth-child(even) {
            background-color: #fef5e7;
        }
        .tags-container {
            margin: 60px 0 70px;
            text-align: center;
        }
        .categories-container {
            margin: 70px 0 60px;
            text-align: center;
        }
        .category {
            display: inline-block;
            padding: 16px 32px;
            background: linear-gradient(135deg, #ff6b00, #ff8e3c);
            color: white;
            border-radius: 35px;
            margin: 12px 10px;
            text-decoration: none;
            font-size: 1.2rem;
            font-weight: 700;
            transition: all 0.3s ease;
            box-shadow: 0 6px 15px rgba(255, 107, 0, 0.2);
            text-transform: capitalize;
        }
        .category:hover {
            background: linear-gradient(135deg, #e05a00, #ff7a18);
            transform: translateY(-4px);
            box-shadow: 0 10px 22px rgba(255, 107, 0, 0.3);
        }
        .tag {
            display: inline-block;
            padding: 14px 28px;
            background-color: #ffc107;
            color: #2d2d2d;
            border-radius: 30px;
            margin: 10px 8px;
            text-decoration: none;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 5px 12px rgba(255, 193, 7, 0.2);
            font-weight: 600;
            text-transform: lowercase;
        }
        .tag:hover {
            background-color: #e0a800;
            transform: translateY(-4px);
            box-shadow: 0 8px 18px rgba(255, 193, 7, 0.3);
        }
        .footer {
            background-color: #2d2d2d;
            color: white;
            padding: 80px 0 50px;
            margin-top: 120px;
            border-top: 8px solid #ff6b00;
        }
        .footer-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 60px;
            margin-bottom: 60px;
        }
        .footer-section {
            flex: 1;
            min-width: 320px;
        }
        .footer-section h3 {
            color: #ffc107;
            margin-bottom: 35px;
            border-bottom: 4px solid #ffc107;
            padding-bottom: 20px;
            font-size: 1.9rem;
        }
        .footer-section p {
            color: #e0e0e0;
            text-align: left;
            font-size: 1.2rem;
        }
        .footer-section ul {
            list-style: none;
            margin-left: 0;
        }
        .footer-section ul li {
            margin-bottom: 22px;
        }
        .footer-section ul li a {
            color: #e0e0e0;
            text-decoration: none;
            font-size: 1.2rem;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
        }
        .footer-section ul li a::before {
            content: "⚽";
            margin-right: 10px;
        }
        .footer-section ul li a:hover {
            color: #ffc107;
            padding-left: 10px;
        }
        .recommendation {
            background-color: rgba(255,255,255,0.08);
            padding: 35px;
            border-radius: 15px;
            margin: 50px 0;
            text-align: center;
        }
        .recommendation p {
            font-size: 1.4rem;
            color: #ffc107;
            font-weight: 700;
            text-align: center;
            line-height: 2.2;
        }
        .copyright {
            text-align: center;
            padding-top: 50px;
            margin-top: 50px;
            border-top: 2px solid #4a4a4a;
            color: #a0a0a0;
            font-size: 1.15rem;
            line-height: 1.8;
        }
        @media (max-width: 1300px) {
            .nav-links {
                gap: 30px;
            }
            h1 {
                font-size: 3rem;
            }
            h2 {
                font-size: 2.3rem;
            }
            h3 {
                font-size: 1.9rem;
            }
            .btn {
                padding: 16px 36px;
                font-size: 1.25rem;
            }
        }
        @media (max-width: 1024px) {
            .nav-links {
                gap: 25px;
            }
            h1 {
                font-size: 2.8rem;
                margin: 50px 0 35px;
            }
            h2 {
                font-size: 2.1rem;
                margin: 60px 0 30px;
            }
            h3 {
                font-size: 1.8rem;
            }
            .btn {
                padding: 14px 32px;
                font-size: 1.2rem;
            }
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: linear-gradient(135deg, #ff6b00, #ffc107);
                padding: 40px 30px;
                gap: 30px;
                box-shadow: 0 15px 25px rgba(0,0,0,0.25);
            }
            .nav-links.active {
                display: flex;
            }
            .mobile-nav-btn {
                display: block;
            }
            h1 {
                font-size: 2.5rem;
                margin: 45px 0 30px;
                padding-bottom: 20px;
            }
            h2 {
                font-size: 2rem;
                margin: 55px 0 28px;
                padding-bottom: 18px;
            }
            h3 {
                font-size: 1.7rem;
                margin: 45px 0 25px;
            }
            .btn {
                width: 100%;
                margin: 15px 0;
            }
            .footer-container {
                flex-direction: column;
                gap: 50px;
            }
            .img-container {
                margin: 50px 0;
            }
            .stats-table th, .stats-table td {
                padding: 18px;
                font-size: 1.1rem;
            }
            ul, ol {
                margin-left: 40px;
            }
            .logo {
                font-size: 2.4rem;
            }
        }
        @media (max-width: 576px) {
            .logo {
                font-size: 2.1rem;
            }
            h1 {
                font-size: 2.2rem;
            }
            h2 {
                font-size: 1.8rem;
            }
            h3 {
                font-size: 1.6rem;
            }
            p {
                font-size: 1.15rem;
            }
            .desi-note {
                padding: 25px;
            }
            .footer {
                padding: 60px 0 40px;
            }
            .tag, .category {
                padding: 12px 22px;
                font-size: 1rem;
                margin: 8px 5px;
            }
            .stats-table th, .stats-table td {
                padding: 15px;
                font-size: 1rem;
            }
        }
