body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #2c3e50; text-align: center; }
        h2 { color: #e67e22; border-bottom: 2px solid #e67e22; padding-bottom: 5px; }
        h3 { color: #3498db; }
        .logo { font-size: 28px; font-weight: bold; color: #e74c3c; text-shadow: 1px 1px 2px rgba(0,0,0,0.1); }
        .mobile-nav { display: none; background: #2c3e50; color: white; padding: 10px; text-align: center; cursor: pointer; }
        nav { background: #2c3e50; padding: 15px; margin-bottom: 20px; }
        nav a { color: white; margin: 0 15px; text-decoration: none; }
        .btn { display: inline-block; background: #2ecc71; color: white; padding: 10px 20px; margin: 10px 0; border-radius: 5px; text-decoration: none; }
        .download-btn { background: #e74c3c; }
        .login-btn { background: #3498db; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        footer { background: #2c3e50; color: white; padding: 20px; text-align: center; margin-top: 30px; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-nav { display: block; }
            .nav-content { display: none; }
            .nav-active { display: block; }
        }
