body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; background-color: #f5f0ff; }
        header { background-color: #6a0dad; color: white; padding: 15px; text-align: center; position: relative; }
        .logo { font-size: 28px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; }
        nav { display: flex; justify-content: center; gap: 20px; margin-top: 10px; }
        nav a { color: white; text-decoration: none; }
        .mobile-nav-toggle { display: none; position: absolute; top: 15px; right: 15px; background: none; border: none; color: white; font-size: 24px; cursor: pointer; }
        h1 { color: #6a0dad; margin-top: 30px; }
        h2 { color: #4b0082; border-bottom: 2px solid #e0d0ff; padding-bottom: 5px; }
        h3 { color: #800080; }
        .download-btn, .login-btn { display: inline-block; background-color: #ff6b35; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .stats-box { background-color: #e0d0ff; padding: 15px; border-radius: 8px; margin: 20px 0; }
        .strategy-section { background-color: #fff0f5; padding: 15px; border-radius: 8px; margin: 20px 0; }
        img { max-width: 100%; height: auto; border-radius: 8px; margin: 20px 0; }
        footer { background-color: #6a0dad; color: white; text-align: center; padding: 20px; margin-top: 40px; }
        @media (max-width: 768px) {
            .mobile-nav-toggle { display: block; }
            nav { display: none; flex-direction: column; align-items: center; }
            nav.active { display: flex; }
            body { padding: 10px; }
        }
