The component read item.logo[0].url, a shape the current API never sends, so
every insurer rendered the same placeholder. It now reads logo_url and runs it
through imageUrl(), since the API returns a path relative to its own host. The
old shape is still accepted for records that carry it.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>