        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial', sans-serif;
            line-height: 1.7; 
        }
        body {
            background-color: #f5f5f5;
            color: #2d2d2d;
            padding-bottom: 60px;
            letter-spacing: 0.2px; 
        }
        header {
            background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
            color: white;
            padding: 18px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 15px rgba(0,0,0,0.2);
        }
        .container {
            width: 92%;
            max-width: 1280px;
            margin: 0 auto;
        }
        .logo {
            font-size: 2rem;
            font-weight: 800;
            color: #ffdd00;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        .logo span {
            color: #ffffff;
            font-style: italic;
        }
        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }
        .main-nav {
            display: flex;
            gap: 28px;
            align-items: center;
        }
        .main-nav a {
            color: white;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.05rem;
            transition: all 0.3s ease;
            padding: 5px 8px;
            border-radius: 4px;
        }
        .main-nav a:hover {
            color: #ffdd00;
            background-color: rgba(255,255,255,0.1);
            transform: translateY(-2px);
        }
        .btn {
            padding: 10px 24px;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-weight: 700;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            font-size: 1rem;
            box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        }
        .btn-download {
            background-color: #28a745;
            color: white;
            margin-right: 12px;
        }
        .btn-login {
            background-color: #007bff;
            color: white;
        }
        .btn:hover {
            opacity: 0.92;
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.2);
        }
        .btn:active {
            transform: translateY(1px);
        }
        .hamburger {
            display: none;
            font-size: 2rem;
            cursor: pointer;
            color: #ffdd00;
            padding: 5px 10px;
        }
        .hero {
            background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('https://host.com/images/pull-shot-legend-india-hero.jpg');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            color: white;
            padding: 100px 0;
            text-align: center;
            margin-bottom: 50px;
            border-bottom: 5px solid #ffdd00;
        }
        .hero h1 {
            font-size: 3.2rem;
            margin-bottom: 25px;
            color: #ffdd00;
            text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
            line-height: 1.3;
        }
        .hero p {
            font-size: 1.3rem;
            max-width: 850px;
            margin: 0 auto 35px;
            color: #f8f9fa;
        }
        .content-section {
            background-color: white;
            padding: 35px;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            margin-bottom: 40px;
            border-left: 5px solid #ffdd00;
        }
        h1 {
            font-size: 2.4rem;
            color: #1a2a6c;
            margin-bottom: 25px;
            border-bottom: 3px solid #ffdd00;
            padding-bottom: 12px;
            font-weight: 800;
        }
        h2 {
            font-size: 2rem;
            color: #b21f1f;
            margin: 35px 0 20px;
            font-weight: 700;
            padding-left: 10px;
            border-left: 4px solid #b21f1f;
        }
        h3 {
            font-size: 1.5rem;
            color: #007bff;
            margin: 25px 0 15px;
            font-weight: 700;
        }
        h4 {
            font-size: 1.25rem;
            color: #28a745;
            margin: 20px 0 12px;
            font-weight: 600;
        }
        p {
            margin-bottom: 20px;
            font-size: 1.1rem;
            text-align: justify;
            color: #333;
            line-height: 1.8;
        }
        ul, ol {
            margin: 20px 0 20px 40px;
        }
        li {
            margin-bottom: 12px;
            font-size: 1.05rem;
        }
        .highlight {
            background-color: #fff8e1;
            padding: 20px;
            border-left: 5px solid #ffc107;
            margin: 25px 0;
            border-radius: 0 8px 8px 0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        .highlight strong {
            color: #856404;
            font-size: 1.1rem;
        }
        .emoji {
            font-size: 1.3rem;
            margin: 0 8px;
        }
        .separator {
            border: none;
            border-top: 2px dashed #ddd;
            margin: 40px 0;
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin: 35px 0;
        }
        .stat-card {
            background: linear-gradient(145deg, #e8f4fd, #f0f8ff);
            padding: 25px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.07);
            border-top: 4px solid #007bff;
            transition: transform 0.3s ease;
        }
        .stat-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        }
        .stat-card h4 {
            color: #1a2a6c;
            font-size: 1.3rem;
            margin-bottom: 15px;
            font-weight: 700;
        }
        .stat-card .value {
            font-size: 2.5rem;
            font-weight: 800;
            color: #b21f1f;
            margin: 10px 0;
        }
        .stat-card .unit {
            font-size: 1rem;
            color: #666;
            font-weight: 500;
        }
        .game-categories {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin: 30px 0;
        }
        .game-categories a {
            background-color: #007bff;
            color: white;
            padding: 8px 20px;
            border-radius: 25px;
            text-decoration: none;
            font-size: 1rem;
            transition: all 0.3s ease;
        }
        .game-categories a:hover {
            background-color: #0056b3;
            transform: translateY(-2px);
        }
        .tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 30px 0;
        }
        .tags a {
            background-color: #6c757d;
            color: white;
            padding: 6px 18px;
            border-radius: 20px;
            text-decoration: none;
            font-size: 0.95rem;
            transition: all 0.3s ease;
        }
        .tags a:hover {
            background-color: #545b62;
            transform: translateY(-2px);
        }
        .recommendation {
            background: linear-gradient(145deg, #d4edda, #e2f0e6);
            padding: 25px;
            border-radius: 10px;
            margin: 35px 0;
            border: 1px solid #c3e6cb;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        }
        .recommendation h3 {
            color: #155724;
            margin-top: 0;
            font-size: 1.6rem;
        }
        footer {
            background: linear-gradient(135deg, #2c3e50, #1a2a6c);
            color: white;
            padding: 40px 0 20px;
            margin-top: 60px;
        }
        .footer-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 40px;
            margin-bottom: 30px;
        }
        .footer-section {
            flex: 1;
            min-width: 280px;
        }
        .footer-section h4 {
            font-size: 1.4rem;
            margin-bottom: 20px;
            color: #ffdd00;
            padding-bottom: 8px;
            border-bottom: 2px solid #ffdd00;
            display: inline-block;
        }
        .footer-section p {
            color: #e0e0e0;
            font-size: 1rem;
            margin-bottom: 15px;
        }
        .footer-section a {
            color: #d0d0d0;
            text-decoration: none;
            display: block;
            margin-bottom: 10px;
            transition: all 0.3s ease;
            font-size: 1.05rem;
        }
        .footer-section a:hover {
            color: #ffdd00;
            padding-left: 5px;
        }
        .copyright {
            text-align: center;
            padding-top: 25px;
            margin-top: 25px;
            border-top: 1px solid #444;
            font-size: 1rem;
            color: #ccc;
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .main-nav {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 85px;
                left: 0;
                right: 0;
                background: linear-gradient(135deg, #1a2a6c, #b21f1f);
                padding: 25px;
                gap: 20px;
                box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            }
            .main-nav.active {
                display: flex;
            }
            .hero h1 {
                font-size: 2.2rem;
            }
            .hero p {
                font-size: 1.1rem;
                padding: 0 15px;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.7rem;
            }
            h3 {
                font-size: 1.35rem;
            }
            .stats-grid {
                grid-template-columns: 1fr;
            }
            .content-section {
                padding: 20px;
            }
            .hero {
                padding: 70px 0;
                background-attachment: scroll;
            }
            .btn {
                display: block;
                width: 90%;
                margin: 10px auto;
                text-align: center;
            }
            .btn-download {
                margin-right: auto;
            }
        }
        img {
            max-width: 100%;
            height: auto;
            loading: lazy;
            border-radius: 8px;
            transition: opacity 0.5s ease;
        }
        img:hover {
            opacity: 0.95;
        }
        .content-section > * {
            margin-top: 12px;
            margin-bottom: 12px;
        }
        .content-section > h2 {
            margin-top: 35px;
            margin-bottom: 18px;
        }
        .content-section > h3 {
            margin-top: 25px;
            margin-bottom: 12px;
        }
        @media (prefers-reduced-motion: reduce) {
            * {
                transition: none !important;
            }
        }
        @media print {
            header, footer, .btn, .hamburger {
                display: none;
            }
            .content-section {
                box-shadow: none;
                border: none;
                padding: 0;
            }
            body {
                background: white;
            }
            a {
                color: black;
                text-decoration: underline;
            }
        }
