Verify user input against CAPTCHA
bool verifyCaptcha(String userInput) { return userInput == _captchaText; }