body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        h1 { color: #FF4500; text-align: center; }
        h2 { color: #008080; border-bottom: 2px solid #FFD700; padding-bottom: 5px; }
        h3 { color: #8B4513; }
        .logo { font-size: 28px; font-weight: bold; color: #FF4500; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
        .nav { background: #FFF8DC; padding: 10px; display: flex; justify-content: space-between; align-items: center; }
        .mobile-nav { display: none; }
        .download-btn { background: #4CAF50; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 10px 0; }
        .login-btn { background: #2196F3; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 10px 0; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        .footer { background: #333; color: white; padding: 20px; text-align: center; margin-top: 30px; }
        @media (max-width: 768px) {
            .nav { flex-direction: column; }
            .mobile-nav { display: block; background: #FF4500; color: white; padding: 10px; text-align: center; cursor: pointer; }
            .desktop-nav { display: none; }
        }
