body { font-family: 'Segoe UI', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .mobile-nav { display: none; background: #ff473e; color: white; padding: 10px; text-align: center; cursor: pointer; }
        @media (max-width: 768px) { .desktop-nav { display: none; } .mobile-nav { display: block; } }
        nav { background: #ff473e; padding: 15px; margin-bottom: 30px; }
        nav a { color: white; text-decoration: none; margin: 0 15px; font-weight: bold; }
        h1 { color: #ff473e; border-bottom: 3px solid #ff473e; padding-bottom: 10px; }
        h2 { color: #333; margin-top: 40px; }
        h3 { color: #666; }
        .download-btn { background: #ff473e; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 20px 0; }
        .login-btn { background: #00bfff; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 20px 10px; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .game-image { alt: "PUBG Mobile Survival Masters Gameplay"; title: "PUBG Mobile Survival Masters Gameplay in India"; }
        footer { margin-top: 50px; padding: 20px; background: #333; color: white; }
