{
  "tiers": [
    {
      "id": "basic",
      "name": "Basic",
      "summary": "Essential visibility",
      "priceMonthlyUsd": 499,
      "highlights": ["Tracking portal", "Monthly report"]
    },
    {
      "id": "professional",
      "name": "Professional",
      "summary": "Operational control",
      "priceMonthlyUsd": 1499,
      "highlights": ["SLA milestones", "Exception queue", "Quarterly reviews"]
    },
    {
      "id": "enterprise",
      "name": "Enterprise",
      "summary": "Institutional governance",
      "priceMonthlyUsd": null,
      "highlights": ["Dedicated team", "Control mapping", "Integration patterns"]
    }
  ],
  "capabilities": [
    { "key": "trackingMilestones", "label": "Tracking milestones", "basic": true, "professional": true, "enterprise": true },
    { "key": "customsWorkflow", "label": "Customs coordination (workflow)", "basic": "Limited", "professional": true, "enterprise": true },
    { "key": "custodyReporting", "label": "Custody reporting patterns", "basic": "Monthly", "professional": "Monthly + quarterly", "enterprise": "Configurable" },
    { "key": "serviceGovernance", "label": "Dedicated service governance", "basic": false, "professional": "Shared", "enterprise": true },
    { "key": "integrationExamples", "label": "Integration API examples", "basic": false, "professional": "Optional", "enterprise": true },
    { "key": "controlMapping", "label": "Risk & control mapping", "basic": false, "professional": "Optional", "enterprise": true }
  ]
}
