{
    "title": "Quarterly Report Q4 2025 — Revenue by Region",
    "headers": [
        "Region",
        "Q3 2025",
        "Q4 2025",
        "Growth (%)"
    ],
    "rows": [
        {
            "Region": "Northern Europe",
            "Q3 2025": "£ 1,240,000",
            "Q4 2025": "£ 1,385,000",
            "Growth (%)": "+11.7%"
        },
        {
            "Region": "Western Europe",
            "Q3 2025": "£ 2,890,000",
            "Q4 2025": "£ 3,120,000",
            "Growth (%)": "+8.0%"
        },
        {
            "Region": "Southern Europe",
            "Q3 2025": "£ 780,000",
            "Q4 2025": "£ 845,000",
            "Growth (%)": "+8.3%"
        },
        {
            "Region": "Eastern Europe",
            "Q3 2025": "£ 420,000",
            "Q4 2025": "£ 510,000",
            "Growth (%)": "+21.4%"
        }
    ],
    "totals": {
        "Region": "Total",
        "Q3 2025": "£ 5,330,000",
        "Q4 2025": "£ 5,860,000",
        "Growth (%)": "+9.9%"
    }
}