body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        header { background: linear-gradient(135deg, #FFD700, #FF8C00); padding: 15px; border-radius: 10px; margin-bottom: 30px; }
        .logo { font-size: 28px; font-weight: bold; color: #B22222; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
        nav { display: flex; justify-content: space-between; align-items: center; }
        .mobile-toggle { display: none; cursor: pointer; }
        @media (max-width: 768px) {
            .mobile-toggle { display: block; }
            nav ul { display: none; }
            nav.active ul { display: flex; flex-direction: column; }
        }
        h1 { color: #8B0000; border-bottom: 3px solid #FFD700; padding-bottom: 10px; }
        h2 { color: #B22222; margin-top: 25px; }
        h3 { color: #CD853F; }
        .download-btn, .login-btn { display: inline-block; padding: 12px 25px; margin: 15px 5px; background: #4CAF50; color: white; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .login-btn { background: #2196F3; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .tag-cloud { margin: 30px 0; }
        .tag { display: inline-block; background: #f0f0f0; padding: 5px 10px; margin: 3px; border-radius: 15px; }
        footer { margin-top: 50px; padding-top: 20px; border-top: 1px solid #ddd; }
        <meta itemprop="name" content="Mustard Marauders Warrior">
        <meta itemprop="description" content="Indian action RPG with warrior combat and community events">
        <meta itemprop="genre" content="Action RPG">
        <meta itemprop="operatingSystem" content="Android, iOS">
