{
  "brand": "Polaris",
  "interval": "Every 7,500 km or annually",
  "services": [
    {
      "id": "polaris-oil",
      "name": "Oil & Filter Change",
      "description": "Replace oil and filter with Polaris-approved lubricants.",
      "time": "0.9 hr",
      "price": "$150"
    },
    {
      "id": "polaris-7500",
      "name": "7,500 km Service",
      "description": "Oil, filter, brake inspection, CVT check, and safety inspection.",
      "time": "2.5 hr",
      "price": "$290"
    }
  ],
  "maintenance": [
    { "item": "Engine Oil", "value": "5W-50 or 10W-40 Polaris-approved" },
    { "item": "Coolant Type", "value": "Polaris long-life coolant" },
    { "item": "Spark Plug", "value": "NGK as per model spec" }
  ],
  "tires": {
    "front": "AT/UTV sizes vary by model",
    "rear": "AT/UTV sizes vary by model",
    "pressure_front": "8–14 psi (off-road)",
    "pressure_rear": "8–14 psi (off-road)"
  },
  "drive": {
    "type": "Shaft/CVT/Belt (model dependent)",
    "spec": "Drive belt and CVT system",
    "tension": "Belt tension per Polaris spec"
  },
  "torque": [
    { "component": "Wheel Nuts", "value": "90–120 Nm" }
  ],
  "recalls": [
    {
      "title": "Heat Shield Inspection",
      "description": "Inspection of exhaust heat shielding for potential melting or damage.",
      "date": "2019-10-03"
    }
  ],
  "bulletins": [
    {
      "title": "CVT Clutch Update",
      "description": "Updated clutch components for improved belt life.",
      "date": "2021-06-25"
    }
  ]
}