Fix Google consent wall breaking all searches.
Google started enforcing EU consent redirects that the hardcoded SOCS/CONSENT cookies no longer bypass. All queries were failing with exit code 6.
Replace static cookie approach with dynamic consent handling: follow redirect chains, detect consent forms, submit acceptance, and resume the flights request.