{
    "version": "2.0",
    "elements": [
        {
            "id": "title",
            "type": "text",
            "x": 400,
            "y": 30,
            "w": 450,
            "h": 40,
            "text": "🏢 Enterprise IT Department",
            "fontSize": 28,
            "fontWeight": "bold",
            "align": "center",
            "options": {
                "stroke": "#1e293b"
            }
        },
        {
            "id": "subtitle",
            "type": "text",
            "x": 400,
            "y": 70,
            "w": 400,
            "h": 20,
            "text": "Global Technology Organization Structure",
            "fontSize": 14,
            "fontStyle": "italic",
            "align": "center",
            "options": {
                "stroke": "#64748b"
            }
        },
        {
            "id": "cio",
            "type": "rectangle",
            "x": 500,
            "y": 110,
            "w": 200,
            "h": 80,
            "borderRadius": 15,
            "options": {
                "stroke": "#6366f1",
                "strokeWidth": 3,
                "fill": "#4f46e5",
                "fillStyle": "solid"
            }
        },
        {
            "id": "cio-icon",
            "type": "text",
            "x": 500,
            "y": 125,
            "w": 200,
            "h": 25,
            "text": "👔",
            "fontSize": 22,
            "align": "center"
        },
        {
            "id": "cio-name",
            "type": "text",
            "x": 500,
            "y": 150,
            "w": 200,
            "h": 20,
            "text": "David Chen",
            "fontSize": 16,
            "fontWeight": "bold",
            "align": "center",
            "options": {
                "stroke": "#ffffff"
            }
        },
        {
            "id": "cio-title",
            "type": "text",
            "x": 500,
            "y": 170,
            "w": 200,
            "h": 16,
            "text": "Chief Information Officer",
            "fontSize": 11,
            "align": "center",
            "options": {
                "stroke": "#c7d2fe"
            }
        },
        {
            "id": "line-main",
            "type": "line",
            "x": 600,
            "y": 190,
            "w": 1,
            "h": 50,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "line-h1",
            "type": "line",
            "x": 150,
            "y": 240,
            "w": 900,
            "h": 1,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "line-v1",
            "type": "line",
            "x": 150,
            "y": 240,
            "w": 1,
            "h": 40,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "line-v2",
            "type": "line",
            "x": 450,
            "y": 240,
            "w": 1,
            "h": 40,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "line-v3",
            "type": "line",
            "x": 750,
            "y": 240,
            "w": 1,
            "h": 40,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "line-v4",
            "type": "line",
            "x": 1050,
            "y": 240,
            "w": 1,
            "h": 40,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "vp1",
            "type": "rectangle",
            "x": 60,
            "y": 280,
            "w": 180,
            "h": 70,
            "borderRadius": 12,
            "options": {
                "stroke": "#22c55e",
                "strokeWidth": 2,
                "fill": "#dcfce7",
                "fillStyle": "solid"
            }
        },
        {
            "id": "vp1-name",
            "type": "text",
            "x": 60,
            "y": 300,
            "w": 180,
            "h": 18,
            "text": "Sarah Martinez",
            "fontSize": 14,
            "fontWeight": "bold",
            "align": "center",
            "options": {
                "stroke": "#166534"
            }
        },
        {
            "id": "vp1-title",
            "type": "text",
            "x": 60,
            "y": 322,
            "w": 180,
            "h": 14,
            "text": "VP Engineering",
            "fontSize": 11,
            "align": "center",
            "options": {
                "stroke": "#22c55e"
            }
        },
        {
            "id": "vp2",
            "type": "rectangle",
            "x": 360,
            "y": 280,
            "w": 180,
            "h": 70,
            "borderRadius": 12,
            "options": {
                "stroke": "#3b82f6",
                "strokeWidth": 2,
                "fill": "#dbeafe",
                "fillStyle": "solid"
            }
        },
        {
            "id": "vp2-name",
            "type": "text",
            "x": 360,
            "y": 300,
            "w": 180,
            "h": 18,
            "text": "Michael Johnson",
            "fontSize": 14,
            "fontWeight": "bold",
            "align": "center",
            "options": {
                "stroke": "#1e40af"
            }
        },
        {
            "id": "vp2-title",
            "type": "text",
            "x": 360,
            "y": 322,
            "w": 180,
            "h": 14,
            "text": "VP Infrastructure",
            "fontSize": 11,
            "align": "center",
            "options": {
                "stroke": "#3b82f6"
            }
        },
        {
            "id": "vp3",
            "type": "rectangle",
            "x": 660,
            "y": 280,
            "w": 180,
            "h": 70,
            "borderRadius": 12,
            "options": {
                "stroke": "#f59e0b",
                "strokeWidth": 2,
                "fill": "#fef3c7",
                "fillStyle": "solid"
            }
        },
        {
            "id": "vp3-name",
            "type": "text",
            "x": 660,
            "y": 300,
            "w": 180,
            "h": 18,
            "text": "Emily Roberts",
            "fontSize": 14,
            "fontWeight": "bold",
            "align": "center",
            "options": {
                "stroke": "#92400e"
            }
        },
        {
            "id": "vp3-title",
            "type": "text",
            "x": 660,
            "y": 322,
            "w": 180,
            "h": 14,
            "text": "VP Data & Analytics",
            "fontSize": 11,
            "align": "center",
            "options": {
                "stroke": "#f59e0b"
            }
        },
        {
            "id": "vp4",
            "type": "rectangle",
            "x": 960,
            "y": 280,
            "w": 180,
            "h": 70,
            "borderRadius": 12,
            "options": {
                "stroke": "#ef4444",
                "strokeWidth": 2,
                "fill": "#fee2e2",
                "fillStyle": "solid"
            }
        },
        {
            "id": "vp4-name",
            "type": "text",
            "x": 960,
            "y": 300,
            "w": 180,
            "h": 18,
            "text": "James Wilson",
            "fontSize": 14,
            "fontWeight": "bold",
            "align": "center",
            "options": {
                "stroke": "#b91c1c"
            }
        },
        {
            "id": "vp4-title",
            "type": "text",
            "x": 960,
            "y": 322,
            "w": 180,
            "h": 14,
            "text": "VP Security (CISO)",
            "fontSize": 11,
            "align": "center",
            "options": {
                "stroke": "#ef4444"
            }
        },
        {
            "id": "line-eng",
            "type": "line",
            "x": 150,
            "y": 350,
            "w": 1,
            "h": 30,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "line-eng-h",
            "type": "line",
            "x": 90,
            "y": 380,
            "w": 120,
            "h": 1,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "line-eng-v1",
            "type": "line",
            "x": 90,
            "y": 380,
            "w": 1,
            "h": 30,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "line-eng-v2",
            "type": "line",
            "x": 210,
            "y": 380,
            "w": 1,
            "h": 30,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "team1-1",
            "type": "rectangle",
            "x": 40,
            "y": 410,
            "w": 100,
            "h": 90,
            "borderRadius": 10,
            "options": {
                "stroke": "#22c55e",
                "strokeWidth": 2,
                "fill": "#f0fdf4",
                "fillStyle": "solid"
            }
        },
        {
            "id": "team1-1-icon",
            "type": "text",
            "x": 40,
            "y": 425,
            "w": 100,
            "h": 25,
            "text": "⚛️",
            "fontSize": 20,
            "align": "center"
        },
        {
            "id": "team1-1-name",
            "type": "text",
            "x": 40,
            "y": 455,
            "w": 100,
            "h": 14,
            "text": "Frontend",
            "fontSize": 12,
            "fontWeight": "bold",
            "align": "center",
            "options": {
                "stroke": "#166534"
            }
        },
        {
            "id": "team1-1-count",
            "type": "text",
            "x": 40,
            "y": 475,
            "w": 100,
            "h": 12,
            "text": "12 engineers",
            "fontSize": 10,
            "align": "center",
            "options": {
                "stroke": "#22c55e"
            }
        },
        {
            "id": "team1-2",
            "type": "rectangle",
            "x": 160,
            "y": 410,
            "w": 100,
            "h": 90,
            "borderRadius": 10,
            "options": {
                "stroke": "#22c55e",
                "strokeWidth": 2,
                "fill": "#f0fdf4",
                "fillStyle": "solid"
            }
        },
        {
            "id": "team1-2-icon",
            "type": "text",
            "x": 160,
            "y": 425,
            "w": 100,
            "h": 25,
            "text": "⚙️",
            "fontSize": 20,
            "align": "center"
        },
        {
            "id": "team1-2-name",
            "type": "text",
            "x": 160,
            "y": 455,
            "w": 100,
            "h": 14,
            "text": "Backend",
            "fontSize": 12,
            "fontWeight": "bold",
            "align": "center",
            "options": {
                "stroke": "#166534"
            }
        },
        {
            "id": "team1-2-count",
            "type": "text",
            "x": 160,
            "y": 475,
            "w": 100,
            "h": 12,
            "text": "15 engineers",
            "fontSize": 10,
            "align": "center",
            "options": {
                "stroke": "#22c55e"
            }
        },
        {
            "id": "line-inf",
            "type": "line",
            "x": 450,
            "y": 350,
            "w": 1,
            "h": 30,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "line-inf-h",
            "type": "line",
            "x": 340,
            "y": 380,
            "w": 220,
            "h": 1,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "line-inf-v1",
            "type": "line",
            "x": 340,
            "y": 380,
            "w": 1,
            "h": 30,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "line-inf-v2",
            "type": "line",
            "x": 450,
            "y": 380,
            "w": 1,
            "h": 30,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "line-inf-v3",
            "type": "line",
            "x": 560,
            "y": 380,
            "w": 1,
            "h": 30,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "team2-1",
            "type": "rectangle",
            "x": 290,
            "y": 410,
            "w": 100,
            "h": 90,
            "borderRadius": 10,
            "options": {
                "stroke": "#3b82f6",
                "strokeWidth": 2,
                "fill": "#eff6ff",
                "fillStyle": "solid"
            }
        },
        {
            "id": "team2-1-icon",
            "type": "text",
            "x": 290,
            "y": 425,
            "w": 100,
            "h": 25,
            "text": "☁️",
            "fontSize": 20,
            "align": "center"
        },
        {
            "id": "team2-1-name",
            "type": "text",
            "x": 290,
            "y": 455,
            "w": 100,
            "h": 14,
            "text": "Cloud Ops",
            "fontSize": 12,
            "fontWeight": "bold",
            "align": "center",
            "options": {
                "stroke": "#1e40af"
            }
        },
        {
            "id": "team2-1-count",
            "type": "text",
            "x": 290,
            "y": 475,
            "w": 100,
            "h": 12,
            "text": "8 engineers",
            "fontSize": 10,
            "align": "center",
            "options": {
                "stroke": "#3b82f6"
            }
        },
        {
            "id": "team2-2",
            "type": "rectangle",
            "x": 400,
            "y": 410,
            "w": 100,
            "h": 90,
            "borderRadius": 10,
            "options": {
                "stroke": "#3b82f6",
                "strokeWidth": 2,
                "fill": "#eff6ff",
                "fillStyle": "solid"
            }
        },
        {
            "id": "team2-2-icon",
            "type": "text",
            "x": 400,
            "y": 425,
            "w": 100,
            "h": 25,
            "text": "�",
            "fontSize": 20,
            "align": "center"
        },
        {
            "id": "team2-2-name",
            "type": "text",
            "x": 400,
            "y": 455,
            "w": 100,
            "h": 14,
            "text": "DevOps",
            "fontSize": 12,
            "fontWeight": "bold",
            "align": "center",
            "options": {
                "stroke": "#1e40af"
            }
        },
        {
            "id": "team2-2-count",
            "type": "text",
            "x": 400,
            "y": 475,
            "w": 100,
            "h": 12,
            "text": "6 engineers",
            "fontSize": 10,
            "align": "center",
            "options": {
                "stroke": "#3b82f6"
            }
        },
        {
            "id": "team2-3",
            "type": "rectangle",
            "x": 510,
            "y": 410,
            "w": 100,
            "h": 90,
            "borderRadius": 10,
            "options": {
                "stroke": "#3b82f6",
                "strokeWidth": 2,
                "fill": "#eff6ff",
                "fillStyle": "solid"
            }
        },
        {
            "id": "team2-3-icon",
            "type": "text",
            "x": 510,
            "y": 425,
            "w": 100,
            "h": 25,
            "text": "🖥️",
            "fontSize": 20,
            "align": "center"
        },
        {
            "id": "team2-3-name",
            "type": "text",
            "x": 510,
            "y": 455,
            "w": 100,
            "h": 14,
            "text": "IT Support",
            "fontSize": 12,
            "fontWeight": "bold",
            "align": "center",
            "options": {
                "stroke": "#1e40af"
            }
        },
        {
            "id": "team2-3-count",
            "type": "text",
            "x": 510,
            "y": 475,
            "w": 100,
            "h": 12,
            "text": "10 staff",
            "fontSize": 10,
            "align": "center",
            "options": {
                "stroke": "#3b82f6"
            }
        },
        {
            "id": "line-data",
            "type": "line",
            "x": 750,
            "y": 350,
            "w": 1,
            "h": 30,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "line-data-h",
            "type": "line",
            "x": 680,
            "y": 380,
            "w": 140,
            "h": 1,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "line-data-v1",
            "type": "line",
            "x": 680,
            "y": 380,
            "w": 1,
            "h": 30,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "line-data-v2",
            "type": "line",
            "x": 820,
            "y": 380,
            "w": 1,
            "h": 30,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "team3-1",
            "type": "rectangle",
            "x": 630,
            "y": 410,
            "w": 100,
            "h": 90,
            "borderRadius": 10,
            "options": {
                "stroke": "#f59e0b",
                "strokeWidth": 2,
                "fill": "#fffbeb",
                "fillStyle": "solid"
            }
        },
        {
            "id": "team3-1-icon",
            "type": "text",
            "x": 630,
            "y": 425,
            "w": 100,
            "h": 25,
            "text": "🤖",
            "fontSize": 20,
            "align": "center"
        },
        {
            "id": "team3-1-name",
            "type": "text",
            "x": 630,
            "y": 455,
            "w": 100,
            "h": 14,
            "text": "AI/ML",
            "fontSize": 12,
            "fontWeight": "bold",
            "align": "center",
            "options": {
                "stroke": "#92400e"
            }
        },
        {
            "id": "team3-1-count",
            "type": "text",
            "x": 630,
            "y": 475,
            "w": 100,
            "h": 12,
            "text": "5 scientists",
            "fontSize": 10,
            "align": "center",
            "options": {
                "stroke": "#f59e0b"
            }
        },
        {
            "id": "team3-2",
            "type": "rectangle",
            "x": 770,
            "y": 410,
            "w": 100,
            "h": 90,
            "borderRadius": 10,
            "options": {
                "stroke": "#f59e0b",
                "strokeWidth": 2,
                "fill": "#fffbeb",
                "fillStyle": "solid"
            }
        },
        {
            "id": "team3-2-icon",
            "type": "text",
            "x": 770,
            "y": 425,
            "w": 100,
            "h": 25,
            "text": "📊",
            "fontSize": 20,
            "align": "center"
        },
        {
            "id": "team3-2-name",
            "type": "text",
            "x": 770,
            "y": 455,
            "w": 100,
            "h": 14,
            "text": "Analytics",
            "fontSize": 12,
            "fontWeight": "bold",
            "align": "center",
            "options": {
                "stroke": "#92400e"
            }
        },
        {
            "id": "team3-2-count",
            "type": "text",
            "x": 770,
            "y": 475,
            "w": 100,
            "h": 12,
            "text": "7 analysts",
            "fontSize": 10,
            "align": "center",
            "options": {
                "stroke": "#f59e0b"
            }
        },
        {
            "id": "line-sec",
            "type": "line",
            "x": 1050,
            "y": 350,
            "w": 1,
            "h": 30,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "line-sec-h",
            "type": "line",
            "x": 980,
            "y": 380,
            "w": 140,
            "h": 1,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "line-sec-v1",
            "type": "line",
            "x": 980,
            "y": 380,
            "w": 1,
            "h": 30,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "line-sec-v2",
            "type": "line",
            "x": 1120,
            "y": 380,
            "w": 1,
            "h": 30,
            "options": {
                "stroke": "#94a3b8",
                "strokeWidth": 2,
                "roughness": 0,
                "bowing": 0
            }
        },
        {
            "id": "team4-1",
            "type": "rectangle",
            "x": 930,
            "y": 410,
            "w": 100,
            "h": 90,
            "borderRadius": 10,
            "options": {
                "stroke": "#ef4444",
                "strokeWidth": 2,
                "fill": "#fef2f2",
                "fillStyle": "solid"
            }
        },
        {
            "id": "team4-1-icon",
            "type": "text",
            "x": 930,
            "y": 425,
            "w": 100,
            "h": 25,
            "text": "🔒",
            "fontSize": 20,
            "align": "center"
        },
        {
            "id": "team4-1-name",
            "type": "text",
            "x": 930,
            "y": 455,
            "w": 100,
            "h": 14,
            "text": "SecOps",
            "fontSize": 12,
            "fontWeight": "bold",
            "align": "center",
            "options": {
                "stroke": "#b91c1c"
            }
        },
        {
            "id": "team4-1-count",
            "type": "text",
            "x": 930,
            "y": 475,
            "w": 100,
            "h": 12,
            "text": "4 analysts",
            "fontSize": 10,
            "align": "center",
            "options": {
                "stroke": "#ef4444"
            }
        },
        {
            "id": "team4-2",
            "type": "rectangle",
            "x": 1070,
            "y": 410,
            "w": 100,
            "h": 90,
            "borderRadius": 10,
            "options": {
                "stroke": "#ef4444",
                "strokeWidth": 2,
                "fill": "#fef2f2",
                "fillStyle": "solid"
            }
        },
        {
            "id": "team4-2-icon",
            "type": "text",
            "x": 1070,
            "y": 425,
            "w": 100,
            "h": 25,
            "text": "✅",
            "fontSize": 20,
            "align": "center"
        },
        {
            "id": "team4-2-name",
            "type": "text",
            "x": 1070,
            "y": 455,
            "w": 100,
            "h": 14,
            "text": "Compliance",
            "fontSize": 12,
            "fontWeight": "bold",
            "align": "center",
            "options": {
                "stroke": "#b91c1c"
            }
        },
        {
            "id": "team4-2-count",
            "type": "text",
            "x": 1070,
            "y": 475,
            "w": 100,
            "h": 12,
            "text": "3 staff",
            "fontSize": 10,
            "align": "center",
            "options": {
                "stroke": "#ef4444"
            }
        },
        {
            "id": "legend",
            "type": "rectangle",
            "x": 40,
            "y": 540,
            "w": 350,
            "h": 140,
            "borderRadius": 12,
            "options": {
                "stroke": "#cbd5e1",
                "strokeWidth": 2,
                "fill": "#f1f5f9",
                "fillStyle": "solid"
            }
        },
        {
            "id": "legend-t",
            "type": "text",
            "x": 50,
            "y": 555,
            "w": 330,
            "h": 22,
            "text": "📋 Department Overview",
            "fontSize": 14,
            "fontWeight": "bold",
            "options": {
                "stroke": "#1e293b"
            }
        },
        {
            "id": "legend-1",
            "type": "text",
            "x": 50,
            "y": 585,
            "w": 160,
            "h": 16,
            "text": "🟢 Engineering: 27",
            "fontSize": 12,
            "options": {
                "stroke": "#22c55e"
            }
        },
        {
            "id": "legend-2",
            "type": "text",
            "x": 210,
            "y": 585,
            "w": 160,
            "h": 16,
            "text": "🔵 Infra: 24",
            "fontSize": 12,
            "options": {
                "stroke": "#3b82f6"
            }
        },
        {
            "id": "legend-3",
            "type": "text",
            "x": 50,
            "y": 610,
            "w": 160,
            "h": 16,
            "text": "🟡 Data: 12",
            "fontSize": 12,
            "options": {
                "stroke": "#f59e0b"
            }
        },
        {
            "id": "legend-4",
            "type": "text",
            "x": 210,
            "y": 610,
            "w": 160,
            "h": 16,
            "text": "🔴 Security: 7",
            "fontSize": 12,
            "options": {
                "stroke": "#ef4444"
            }
        },
        {
            "id": "legend-total",
            "type": "text",
            "x": 50,
            "y": 640,
            "w": 330,
            "h": 22,
            "text": "Total Headcount: 70 employees",
            "fontSize": 14,
            "fontWeight": "bold",
            "options": {
                "stroke": "#0f172a"
            }
        },
        {
            "id": "budget",
            "type": "rectangle",
            "x": 420,
            "y": 540,
            "w": 350,
            "h": 140,
            "borderRadius": 12,
            "options": {
                "stroke": "#cbd5e1",
                "strokeWidth": 2,
                "fill": "#f1f5f9",
                "fillStyle": "solid"
            }
        },
        {
            "id": "budget-t",
            "type": "text",
            "x": 430,
            "y": 555,
            "w": 330,
            "h": 22,
            "text": "💰 Annual Budget",
            "fontSize": 14,
            "fontWeight": "bold",
            "options": {
                "stroke": "#1e293b"
            }
        },
        {
            "id": "budget-1",
            "type": "text",
            "x": 430,
            "y": 585,
            "w": 160,
            "h": 16,
            "text": "Salaries: $8.2M",
            "fontSize": 12,
            "options": {
                "stroke": "#475569"
            }
        },
        {
            "id": "budget-2",
            "type": "text",
            "x": 590,
            "y": 585,
            "w": 160,
            "h": 16,
            "text": "Cloud: $2.1M",
            "fontSize": 12,
            "options": {
                "stroke": "#475569"
            }
        },
        {
            "id": "budget-3",
            "type": "text",
            "x": 430,
            "y": 610,
            "w": 160,
            "h": 16,
            "text": "Tools: $800K",
            "fontSize": 12,
            "options": {
                "stroke": "#475569"
            }
        },
        {
            "id": "budget-4",
            "type": "text",
            "x": 590,
            "y": 610,
            "w": 160,
            "h": 16,
            "text": "Training: $300K",
            "fontSize": 12,
            "options": {
                "stroke": "#475569"
            }
        },
        {
            "id": "budget-total",
            "type": "text",
            "x": 430,
            "y": 640,
            "w": 330,
            "h": 22,
            "text": "Total: $11.4M/year",
            "fontSize": 14,
            "fontWeight": "bold",
            "options": {
                "stroke": "#0f172a"
            }
        },
        {
            "id": "locations",
            "type": "rectangle",
            "x": 800,
            "y": 540,
            "w": 360,
            "h": 140,
            "borderRadius": 12,
            "options": {
                "stroke": "#cbd5e1",
                "strokeWidth": 2,
                "fill": "#f1f5f9",
                "fillStyle": "solid"
            }
        },
        {
            "id": "locations-t",
            "type": "text",
            "x": 810,
            "y": 555,
            "w": 340,
            "h": 22,
            "text": "🌍 Global Offices",
            "fontSize": 14,
            "fontWeight": "bold",
            "options": {
                "stroke": "#1e293b"
            }
        },
        {
            "id": "loc-1",
            "type": "text",
            "x": 810,
            "y": 585,
            "w": 170,
            "h": 16,
            "text": "🇺🇸 San Francisco (HQ)",
            "fontSize": 12,
            "options": {
                "stroke": "#475569"
            }
        },
        {
            "id": "loc-2",
            "type": "text",
            "x": 980,
            "y": 585,
            "w": 170,
            "h": 16,
            "text": "🇬🇧 London",
            "fontSize": 12,
            "options": {
                "stroke": "#475569"
            }
        },
        {
            "id": "loc-3",
            "type": "text",
            "x": 810,
            "y": 610,
            "w": 170,
            "h": 16,
            "text": "🇮🇳 Bangalore",
            "fontSize": 12,
            "options": {
                "stroke": "#475569"
            }
        },
        {
            "id": "loc-4",
            "type": "text",
            "x": 980,
            "y": 610,
            "w": 170,
            "h": 16,
            "text": "🇸🇬 Singapore",
            "fontSize": 12,
            "options": {
                "stroke": "#475569"
            }
        },
        {
            "id": "loc-5",
            "type": "text",
            "x": 810,
            "y": 635,
            "w": 340,
            "h": 16,
            "text": "Remote-first: 40% distributed workforce",
            "fontSize": 11,
            "fontStyle": "italic",
            "options": {
                "stroke": "#6366f1"
            }
        },
        {
            "id": "footer",
            "type": "text",
            "x": 400,
            "y": 700,
            "w": 400,
            "h": 18,
            "text": "✨ Created with Privacy Sketch",
            "fontSize": 12,
            "fontStyle": "italic",
            "align": "center",
            "options": {
                "stroke": "#94a3b8"
            }
        }
    ],
    "appState": {
        "zoom": 0.85,
        "panX": 20,
        "panY": 20
    },
    "theme": {
        "roughness": 1.5,
        "bowing": 1,
        "fillStyle": "solid"
    }
}