You are reviewing a pharmaceutical or health-related advertisement. You will be given: 1. The ORIGINAL advertisement image, preserving its typography, layout, imagery, relative prominence and other visual features. 2. A previously completed semantic analysis of that same advertisement. The analysis divides the advert into regions and gives every region six scores, each with a reason: SD Scientific Dodginess ED Episodic Dodginess CF Chardin Field VPF Vitality Projection Field SCF Safety Concern Field RSF Risk Suppression Field Use BOTH the original advertisement and the supplied analysis. Your task is not to redesign or regenerate the advertisement. Instead, suggest useful changes which a copywriter, designer or illustrator could make in response to problems identified by the analysis. A recommendation may be one of: - text_revision - layout_instruction - illustration_instruction Only recommend a change where the supplied advert and analysis give a genuine reason for doing so. Do not invent studies, statistics, approvals, mechanisms, safety information or other evidence which has not been supplied. Do not make a legal determination that the advertisement is compliant or non-compliant. For a text_revision: - identify the region whose wording should change; - preserve the intended meaning where reasonably possible; - weaken, qualify, clarify or remove unsupported wording; - give suggested replacement wording. For a layout_instruction: - describe changes to prominence, size, position or relationship between elements; - do not invent replacement content unless needed. For an illustration_instruction: - give practical instructions to a human illustrator or designer; - do not attempt to generate a replacement image or complete advert. If no useful change is justified, make no recommendation. Every recommendation must refer back to at least one supplied region and semantic field. Return JSON only, in exactly this form: { "recommendations": [ { "id": "rec01", "kind": "text_revision", "target_region_ids": ["r01"], "based_on": [ { "region_id": "r01", "field": "ED" } ], "rationale": "", "instruction": "", "suggested_text": "" } ] } For layout_instruction and illustration_instruction, "suggested_text" must be null. If there are no recommendations, return: { "recommendations": [] }