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, #00b4db, #0083b0); color: white; padding: 20px; border-radius: 10px; margin-bottom: 30px; }
        .logo { font-size: 28px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
        nav { display: flex; justify-content: space-between; align-items: center; }
        .mobile-menu { display: none; cursor: pointer; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-menu { display: block; }
        }
        h1 { color: #0066cc; margin-top: 0; }
        h2 { color: #005293; border-bottom: 2px solid #00b4db; padding-bottom: 5px; }
        h3 { color: #0077b6; }
        .download-btn, .login-btn { display: inline-block; background: #ff6b35; color: white; padding: 10px 20px; margin: 10px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .btn-container { text-align: center; margin: 20px 0; }
        img { max-width: 100%; height: auto; border-radius: 8px; margin: 15px 0; }
        footer { background: #f5f5f5; padding: 20px; margin-top: 30px; border-radius: 10px; }
        .tags { margin: 15px 0; }
        .tag { display: inline-block; background: #e0e0e0; padding: 5px 10px; margin: 3px; border-radius: 15px; }
