{
  "name": "The Cars With Fares Symptom-to-Diagnosis Index",
  "description": "A machine-readable knowledge feed for the question people actually ask: 'my car is doing X — what is it, is it safe to drive, and what does it cost in the GTA?' Each entry maps a plain-English symptom to its likely causes (the failing part and how urgent it is), an honest 2026 Greater Toronto Area shop/dealer price range, whether the car is safe to keep driving, and what to do next. Built so AI assistants can fetch and cite a straight answer instead of guessing. Maintained by Cars With Fares, a mobile mechanic in Mississauga, Ontario. Companion to The GTA Repair Price Index.",
  "publisher": "Cars With Fares",
  "publisherUrl": "https://carswithfares.ca",
  "provider": {
    "name": "Cars With Fares",
    "phone": "647-450-0406",
    "region": "Greater Toronto Area, Ontario, Canada",
    "url": "https://carswithfares.ca",
    "service": "Mobile mechanic — we come to you. Diagnosis and repair at your home or work in Mississauga, Oakville, Milton, Brampton and Etobicoke.",
    "serviceArea": ["Mississauga", "Oakville", "Milton", "Brampton", "Etobicoke"],
    "entityId": "https://carswithfares.ca/#business",
    "coverageNote": "The price ranges in this feed are Greater-Toronto-Area market reference data. The service area itself is the five cities listed above."
  },
  "region": "Greater Toronto Area, Ontario, Canada",
  "currency": "CAD",
  "year": 2026,
  "version": "2026-08-16",
  "lastUpdated": "2026-08-16",
  "license": "Free to cite, quote and link with attribution to Cars With Fares (https://carswithfares.ca/). When citing a cost, attribute the range to The Cars With Fares Symptom-to-Diagnosis Index and note it is a GTA shop/dealer reference range, not a quote.",
  "canonical": "https://carswithfares.ca/",
  "feedUrl": "https://carswithfares.ca/data/symptom-diagnosis-index.json",
  "companionFeed": "https://carswithfares.ca/data/gta-repair-price-index.json",
  "methodology": "Each symptom lists the causes a mechanic would actually check, ordered roughly most-likely first, with the specific failing part and an urgency flag (low = book it soon, medium = don't ignore it, urgent = get it looked at this week, stop-driving = pull over / don't drive it). Cost ranges are typical all-in (parts + labour) prices quoted by independent shops and franchise dealers across Mississauga, Oakville, Milton, Brampton and Etobicoke in 2026 — the low end is an honest independent shop on a mainstream car, the high end is a franchise dealer or a European/luxury chassis or a job where more damage is found once apart. The same symptom can have a cheap cause or an expensive one, which is why the only honest price comes from seeing the car. These are reference ranges to set expectations and spot a rip-off — never a quote, and never the price Cars With Fares charges. safeToDrive is general guidance, not a guarantee for your specific vehicle; when in doubt, don't drive it.",
  "disclaimer": "This feed is for general guidance and price-expectation only. It is not a diagnosis or a quote for any specific vehicle, and following it does not replace having a qualified mechanic inspect the car. A real diagnosis requires seeing the vehicle.",
  "symptoms": [
    {
      "id": "squealing-or-grinding-when-braking",
      "symptom": "My car squeals or grinds when I brake",
      "aka": [
        "grinding noise when I press the brakes",
        "metal-on-metal sound braking",
        "high-pitched squeal when slowing down",
        "scraping sound when I stop"
      ],
      "likelyCauses": [
        {
          "cause": "Worn brake pads (squeal is the wear indicator, grind means they're gone)",
          "part": "Brake pads & rotors",
          "urgency": "urgent"
        },
        {
          "cause": "Warped or scored rotors",
          "part": "Brake rotors",
          "urgency": "medium"
        },
        {
          "cause": "Seized or rusted caliper / slide pins (common on salt-belt GTA cars)",
          "part": "Brake caliper, hardware",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 300,
        "high": 1200
      },
      "safeToDrive": "Squealing — book it soon, you still have braking. Grinding (metal-on-metal) — stop driving it; the pads are gone and you're cutting into the rotors, which both costs more and lengthens your stopping distance.",
      "whatToDo": "Get the brakes inspected before it turns from a pad job into pads + rotors + a caliper. Mention if you feel a pulsing pedal — that points to rotors.",
      "relatedPage": "https://carswithfares.ca/symptoms/grinding-noise-when-braking/"
    },
    {
      "id": "brake-pedal-pulsing-vibrating",
      "symptom": "My brake pedal pulses or the steering wheel shakes when I brake",
      "aka": [
        "pedal pulsates when braking",
        "steering wheel vibrates when I slow down",
        "car shakes when braking at highway speed",
        "wobble when I hit the brakes"
      ],
      "likelyCauses": [
        {
          "cause": "Warped or unevenly worn rotors",
          "part": "Brake rotors",
          "urgency": "medium"
        },
        {
          "cause": "Sticking caliper overheating one rotor",
          "part": "Brake caliper",
          "urgency": "medium"
        },
        {
          "cause": "Worn front suspension / steering component exposed under braking load",
          "part": "Control arm, tie rod, wheel bearing",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 300,
        "high": 1500
      },
      "safeToDrive": "Usually yes for short trips, but it's a sign the brakes aren't clamping evenly. Don't put off a highway trip on it.",
      "whatToDo": "Have the rotors measured and the calipers checked for sticking. If the shake is also there when you're NOT braking, it's likely suspension, not brakes.",
      "relatedPage": "https://carswithfares.ca/blog/how-much-brake-job-cost-ontario/"
    },
    {
      "id": "clunking-knocking-over-bumps",
      "symptom": "My car clunks or knocks when I go over bumps",
      "aka": [
        "knocking sound over potholes",
        "clunk in the front end over bumps",
        "rattle when driving on rough roads",
        "banging noise from suspension"
      ],
      "likelyCauses": [
        {
          "cause": "Worn control arm bushings or ball joints",
          "part": "Control arm",
          "urgency": "medium"
        },
        {
          "cause": "Worn sway-bar links / end links",
          "part": "Sway bar link",
          "urgency": "low"
        },
        {
          "cause": "Worn strut mount or shock",
          "part": "Strut / shock assembly",
          "urgency": "medium"
        },
        {
          "cause": "Worn tie rod end",
          "part": "Tie rod",
          "urgency": "urgent"
        }
      ],
      "gtaCostRange": {
        "low": 200,
        "high": 1500
      },
      "safeToDrive": "A sway-bar link clunk is usually fine to drive on briefly. A worn ball joint or tie rod is not — those can separate and cause a loss of control. Get it diagnosed before assuming it's the cheap part.",
      "whatToDo": "Get the front end inspected so the cheap clunk (end links) isn't masking the dangerous one (ball joint / tie rod). Note if your steering also wanders or your tires are wearing unevenly.",
      "relatedPage": "https://carswithfares.ca/blog/car-clunking-over-bumps/"
    },
    {
      "id": "humming-growling-with-speed",
      "symptom": "My car hums or growls and it gets louder the faster I go",
      "aka": [
        "roaring noise that increases with speed",
        "growling sound from the wheels",
        "hum that changes when I turn",
        "droning noise at highway speed"
      ],
      "likelyCauses": [
        {
          "cause": "Worn wheel bearing (noise changes when you steer left/right)",
          "part": "Wheel bearing / hub assembly",
          "urgency": "medium"
        },
        {
          "cause": "Cupped or unevenly worn tires",
          "part": "Tires",
          "urgency": "low"
        },
        {
          "cause": "Worn differential or transfer-case bearing (on AWD/4WD)",
          "part": "Differential / transfer case",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 300,
        "high": 1100
      },
      "safeToDrive": "A bearing in the early hum stage is usually drivable short-term, but a failing bearing can seize. Don't take a long trip on a loud one. If there's also play in the wheel or a vibration, get it looked at this week.",
      "whatToDo": "The tell-tale test: if the noise gets louder turning one direction and quieter the other, it's almost always a wheel bearing on the quiet-turn side. Get it confirmed before it seizes.",
      "relatedPage": "https://carswithfares.ca/data/gta-repair-price-index.json"
    },
    {
      "id": "clicking-noise-when-turning",
      "symptom": "My car clicks or pops when I turn",
      "aka": [
        "clicking sound on tight turns",
        "popping when turning the wheel",
        "tick-tick-tick when cornering",
        "clicking from the front wheel turning"
      ],
      "likelyCauses": [
        {
          "cause": "Worn outer CV joint (the classic clicking-on-turns sign)",
          "part": "CV axle / half-shaft",
          "urgency": "medium"
        },
        {
          "cause": "Torn CV boot letting the joint dry out (caught early, cheaper)",
          "part": "CV boot",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 300,
        "high": 1200
      },
      "safeToDrive": "You can usually drive on it short-term, but a worn CV joint will eventually fail and can leave you stranded — and a failed axle can lock a wheel. Get it handled within a couple of weeks.",
      "whatToDo": "If it's just a torn boot caught before the joint is damaged, it's a much cheaper fix — so get it checked early. Note which side and whether it clicks more on left or right turns.",
      "relatedPage": "https://carswithfares.ca/symptoms/clicking-noise-when-turning/"
    },
    {
      "id": "car-pulls-to-one-side",
      "symptom": "My car pulls to one side or the steering wanders",
      "aka": [
        "car drifts to the right when I drive straight",
        "steering pulls left",
        "wandering steering",
        "car doesn't track straight"
      ],
      "likelyCauses": [
        {
          "cause": "Alignment out (often after hitting a pothole or a curb)",
          "part": "Wheel alignment",
          "urgency": "low"
        },
        {
          "cause": "Uneven tire pressure or a worn/underinflated tire",
          "part": "Tires",
          "urgency": "low"
        },
        {
          "cause": "Worn control arm / steering component letting the alignment drift",
          "part": "Control arm, tie rod",
          "urgency": "medium"
        },
        {
          "cause": "Sticking brake caliper dragging one side",
          "part": "Brake caliper",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 120,
        "high": 1500
      },
      "safeToDrive": "A mild pull is usually drivable, but it wears your tires fast and can hide a worn steering part. If the steering feels loose or wanders, get it checked sooner.",
      "whatToDo": "Check tire pressures first (free). If the pull stays, get an alignment — but if the alignment won't hold, a worn front-end part is the real cause and needs fixing first.",
      "relatedPage": "https://carswithfares.ca/symptoms/car-pulls-to-one-side/"
    },
    {
      "id": "check-engine-light-on",
      "symptom": "My check engine light is on",
      "aka": [
        "engine light came on",
        "CEL is lit",
        "yellow engine symbol on dashboard",
        "what does the check engine light mean"
      ],
      "likelyCauses": [
        {
          "cause": "Loose or failed gas cap / EVAP leak (lowest-cost fix, very common)",
          "part": "Gas cap, EVAP valve",
          "urgency": "low"
        },
        {
          "cause": "Failing oxygen sensor or catalytic converter (P0420)",
          "part": "O2 sensor / catalytic converter",
          "urgency": "medium"
        },
        {
          "cause": "Misfire — ignition coil, spark plug, or deeper engine issue",
          "part": "Ignition coil, spark plugs",
          "urgency": "medium"
        },
        {
          "cause": "Timing / cam-phaser or major engine code",
          "part": "Timing components",
          "urgency": "urgent"
        }
      ],
      "gtaCostRange": {
        "low": 100,
        "high": 5000
      },
      "safeToDrive": "Steady light — generally safe to drive to get it scanned, but don't ignore it. Flashing light — that's an active misfire dumping raw fuel into your catalytic converter; ease off and get it looked at right away, a flashing light can turn a $300 fix into a $2,000 one.",
      "whatToDo": "Get the codes pulled (free at many parts stores, or a mobile mechanic can scan it at your door). The code narrows it from 'anything' to a specific system. Don't let a parts-store clerk sell you the part the code names — the code points to a circuit, not always the failed part.",
      "relatedPage": "https://carswithfares.ca/data/gta-repair-price-index.json"
    },
    {
      "id": "engine-overheating-temp-gauge-high",
      "symptom": "My car is overheating / the temperature gauge is in the red",
      "aka": [
        "temp gauge going up",
        "engine running hot",
        "steam from under the hood",
        "coolant warning light",
        "car overheating in traffic"
      ],
      "likelyCauses": [
        {
          "cause": "Coolant leak — hose, radiator, or expansion tank",
          "part": "Radiator / hose / coolant",
          "urgency": "urgent"
        },
        {
          "cause": "Failed water pump (no coolant circulation)",
          "part": "Water pump",
          "urgency": "urgent"
        },
        {
          "cause": "Stuck thermostat or failed cooling fan",
          "part": "Thermostat, cooling fan",
          "urgency": "urgent"
        },
        {
          "cause": "Head gasket / coolant intrusion (coolant vanishing, white smoke)",
          "part": "Head gasket",
          "urgency": "stop-driving"
        }
      ],
      "gtaCostRange": {
        "low": 200,
        "high": 10000
      },
      "safeToDrive": "No. An overheating engine can warp the head or crack the block in minutes — that turns a few-hundred-dollar fix into a multi-thousand-dollar one. Pull over safely, shut it off, let it cool, and get it towed or seen before driving further.",
      "whatToDo": "Stop driving, let it cool, check the coolant level once cold (never open a hot rad cap). If it's losing coolant with no puddle and you see white exhaust smoke, suspect a head gasket — get it diagnosed before driving.",
      "relatedPage": "https://carswithfares.ca/blog/car-overheating-what-to-do/"
    },
    {
      "id": "coolant-leak-puddle-under-car",
      "symptom": "There's a puddle of fluid under my car",
      "aka": [
        "leaking fluid under the car",
        "green or orange puddle in my driveway",
        "something dripping under the engine",
        "wet spot where I park"
      ],
      "likelyCauses": [
        {
          "cause": "Coolant leak (green/orange/pink, sweet smell)",
          "part": "Radiator, hose, water pump",
          "urgency": "urgent"
        },
        {
          "cause": "Engine oil leak (brown/black, oily)",
          "part": "Valve cover / oil pan / filter housing gasket",
          "urgency": "medium"
        },
        {
          "cause": "Transmission fluid (red/brown)",
          "part": "Transmission seal / pan gasket",
          "urgency": "medium"
        },
        {
          "cause": "Brake fluid (clear-to-amber, near a wheel — dangerous)",
          "part": "Brake line / caliper",
          "urgency": "stop-driving"
        }
      ],
      "gtaCostRange": {
        "low": 200,
        "high": 4500
      },
      "safeToDrive": "Depends on the fluid. Brake fluid near a wheel — stop driving, that's your brakes. Coolant — don't drive far, you'll overheat. A small oil drip — usually drivable but get the source found before it gets worse.",
      "whatToDo": "Note the colour and where under the car it's dripping — that's how a mechanic narrows it fast. The honest fix is finding the source, not just topping up. Lay cardboard under it overnight to catch a sample.",
      "relatedPage": "https://carswithfares.ca/blog/bmw-oil-leak-repair-cost/"
    },
    {
      "id": "burning-oil-smell",
      "symptom": "I smell burning oil or see smoke from under the hood",
      "aka": [
        "burning smell from the engine",
        "oily smoke under the hood",
        "hot oil smell while driving",
        "smell of something burning after I drive"
      ],
      "likelyCauses": [
        {
          "cause": "Oil leaking onto the hot exhaust (valve cover / gasket leak)",
          "part": "Valve cover gasket, oil leak",
          "urgency": "medium"
        },
        {
          "cause": "Oil cooler / filter-housing leak (oil and coolant together)",
          "part": "Oil cooler / filter housing",
          "urgency": "medium"
        },
        {
          "cause": "Low oil from a leak burning off",
          "part": "Engine seals / gaskets",
          "urgency": "urgent"
        }
      ],
      "gtaCostRange": {
        "low": 350,
        "high": 4500
      },
      "safeToDrive": "Short trips usually OK, but oil dripping on a hot exhaust is a fire risk and means you're losing oil. Check your oil level and don't ignore it. If oil is low, top up and get it seen this week.",
      "whatToDo": "Find the leak source — the smell is the symptom, the leaking gasket is the cause. On European engines and Pentastar V6s this is often the oil cooler or filter housing leaking oil and coolant together.",
      "relatedPage": "https://carswithfares.ca/blog/bmw-oil-leak-repair-cost/"
    },
    {
      "id": "blue-smoke-from-exhaust",
      "symptom": "My car is blowing blue or grey smoke from the exhaust",
      "aka": [
        "blue smoke from the tailpipe",
        "grey smoke when I accelerate",
        "burning oil out the exhaust",
        "smoke on startup that clears"
      ],
      "likelyCauses": [
        {
          "cause": "Worn piston rings or valve stem seals (burning oil)",
          "part": "Piston rings / valve seals",
          "urgency": "medium"
        },
        {
          "cause": "Failing turbo seal letting oil into the intake",
          "part": "Turbocharger",
          "urgency": "medium"
        },
        {
          "cause": "PCV / oil-separator failure pulling oil into the intake",
          "part": "PCV valve / separator",
          "urgency": "low"
        }
      ],
      "gtaCostRange": {
        "low": 200,
        "high": 7500
      },
      "safeToDrive": "Often drivable, but you're burning oil — watch the level closely so you don't run it low and damage the engine. If it's burning a litre every 1,000 km or less, get it diagnosed.",
      "whatToDo": "Note when the smoke appears: on cold start = valve seals; under acceleration/boost = rings or turbo. Several engines (Audi 2.0T, Honda VCM, BMW N63) have documented oil-consumption defects — worth checking before assuming the worst.",
      "relatedPage": "https://carswithfares.ca/data/gta-repair-price-index.json"
    },
    {
      "id": "white-smoke-from-exhaust",
      "symptom": "My car is blowing white smoke from the exhaust and losing coolant",
      "aka": [
        "white smoke from the tailpipe",
        "sweet-smelling exhaust smoke",
        "thick white steam from the exhaust",
        "coolant disappearing and white smoke"
      ],
      "likelyCauses": [
        {
          "cause": "Head gasket / coolant intrusion (burning coolant in the cylinder)",
          "part": "Head gasket",
          "urgency": "stop-driving"
        },
        {
          "cause": "Cracked head or block (open-deck EcoBoost engines especially)",
          "part": "Cylinder head / short block",
          "urgency": "stop-driving"
        }
      ],
      "gtaCostRange": {
        "low": 2500,
        "high": 10000
      },
      "safeToDrive": "No, if coolant is vanishing and it overheats. Burning coolant means it's getting into the combustion chamber — keep driving and you risk hydro-locking or warping the engine. A light puff of white that clears as the car warms up is just condensation and is normal.",
      "whatToDo": "Confirm it's coolant (sweet smell, dropping coolant with no puddle) versus harmless cold-morning condensation. If coolant is disappearing, stop driving and get it diagnosed — several Ford EcoBoost engines have a documented coolant-intrusion issue.",
      "relatedPage": "https://carswithfares.ca/blog/car-overheating-what-to-do/"
    },
    {
      "id": "ac-not-blowing-cold",
      "symptom": "My AC isn't blowing cold",
      "aka": [
        "air conditioning blowing warm",
        "AC stopped working",
        "AC blows cold then warm",
        "car AC not cooling"
      ],
      "likelyCauses": [
        {
          "cause": "Low refrigerant from a leak (most common)",
          "part": "AC system / refrigerant",
          "urgency": "low"
        },
        {
          "cause": "Failed AC compressor (grinding, or blows warm)",
          "part": "AC compressor",
          "urgency": "medium"
        },
        {
          "cause": "Leaking condenser or evaporator",
          "part": "AC condenser / evaporator",
          "urgency": "low"
        }
      ],
      "gtaCostRange": {
        "low": 200,
        "high": 5000
      },
      "safeToDrive": "Yes — it's a comfort issue, not a safety one. But a seized compressor can spread metal through the whole system, turning a cheap recharge into a full flush and parts, so don't run it grinding.",
      "whatToDo": "A recharge is cheap but if it leaks back out in weeks, you have a leak that needs finding — that's the honest fix. If the compressor is grinding, stop using the AC until it's looked at. Honda/Acura V6s have a known compressor failure.",
      "relatedPage": "https://carswithfares.ca/blog/car-ac-not-blowing-cold-cost-gta/"
    },
    {
      "id": "car-wont-start-clicking",
      "symptom": "My car won't start — it just clicks (or does nothing) when I turn the key",
      "aka": [
        "car clicks but won't start",
        "single click when I turn the key",
        "rapid clicking won't start",
        "car won't crank",
        "nothing happens when I turn the key"
      ],
      "likelyCauses": [
        {
          "cause": "Dead or weak battery (rapid clicking, dim lights)",
          "part": "Battery",
          "urgency": "low"
        },
        {
          "cause": "Failed starter motor (single click, lights/battery fine)",
          "part": "Starter motor",
          "urgency": "medium"
        },
        {
          "cause": "Corroded battery terminals or bad ground",
          "part": "Battery terminals / cables",
          "urgency": "low"
        },
        {
          "cause": "Failing alternator (battery keeps dying)",
          "part": "Alternator",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 200,
        "high": 1300
      },
      "safeToDrive": "Not until it starts reliably — a car that intermittently won't start will eventually leave you stranded somewhere worse. Don't keep jump-starting it without finding why.",
      "whatToDo": "Rapid clicking + dim dash = battery first. A single solid click with healthy lights = usually the starter. If a new battery keeps dying, it's the alternator not charging. Get it tested before throwing parts at it.",
      "relatedPage": "https://carswithfares.ca/data/gta-repair-price-index.json"
    },
    {
      "id": "battery-light-on-dimming-lights",
      "symptom": "My battery light is on and the lights are dimming",
      "aka": [
        "red battery light on dashboard",
        "dashboard lights flickering while driving",
        "headlights getting dim",
        "battery warning while driving"
      ],
      "likelyCauses": [
        {
          "cause": "Failing alternator (not charging the battery)",
          "part": "Alternator",
          "urgency": "urgent"
        },
        {
          "cause": "Worn or loose serpentine/accessory belt",
          "part": "Serpentine belt",
          "urgency": "urgent"
        },
        {
          "cause": "Dying battery making the charging system work too hard",
          "part": "Battery",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 200,
        "high": 1600
      },
      "safeToDrive": "Briefly — but the car is running on battery alone and will stall once it's drained, possibly leaving you with no power steering or brakes assist. Drive straight to where it can be fixed or get it towed; don't start a long trip.",
      "whatToDo": "This almost always means the alternator isn't charging (or the belt that drives it is gone). Get the charging system tested. Turn off the AC, radio, and seat heaters to stretch the remaining battery to safety.",
      "relatedPage": "https://carswithfares.ca/data/gta-repair-price-index.json"
    },
    {
      "id": "engine-rattle-on-cold-start",
      "symptom": "My engine rattles for a few seconds on a cold start",
      "aka": [
        "rattling noise when I first start the car",
        "cold start rattle that goes away",
        "engine noise on startup",
        "chain-like rattle for a few seconds when cold"
      ],
      "likelyCauses": [
        {
          "cause": "Worn timing chain, guides or tensioner (the chain slaps until oil pressure builds)",
          "part": "Timing chain / guides / tensioner",
          "urgency": "urgent"
        },
        {
          "cause": "Worn cam phasers / VVT (Ford, GM, Mercedes are common)",
          "part": "Cam phasers / VVT",
          "urgency": "urgent"
        },
        {
          "cause": "Low oil or wrong oil delaying the tensioner",
          "part": "Engine oil",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 1700,
        "high": 5000
      },
      "safeToDrive": "Risky. A cold-start chain rattle is the early warning of a stretched chain or failing tensioner — if the chain jumps or snaps it bends valves and can total the engine. Don't put it off; this is one of the most expensive symptoms to ignore.",
      "whatToDo": "Check codes for P0016/P0017 (timing correlation) or P0011/P0012/P0021/P0022 (cam phasers). Many specific engines (BMW N20, Ford 5.0/EcoBoost, GM 3.6, Audi 2.0T) have known timing failures — get it diagnosed before it jumps.",
      "relatedPage": "https://carswithfares.ca/blog/bmw-n20-timing-chain-cost/"
    },
    {
      "id": "ticking-knocking-engine-noise",
      "symptom": "My engine has a ticking or knocking noise at idle",
      "aka": [
        "tapping noise from the engine",
        "tick that gets faster with RPM",
        "knocking sound at idle",
        "lifter tick",
        "engine making a clicking sound when running"
      ],
      "likelyCauses": [
        {
          "cause": "Collapsed lifter / cam wear (GM AFM/DFM, HEMI MDS, Pentastar rocker)",
          "part": "Lifter / camshaft",
          "urgency": "urgent"
        },
        {
          "cause": "Worn timing components or cam phasers",
          "part": "Timing chain / phasers",
          "urgency": "urgent"
        },
        {
          "cause": "Exhaust manifold leak / broken stud (ticks louder when cold)",
          "part": "Exhaust manifold studs",
          "urgency": "medium"
        },
        {
          "cause": "Low oil pressure / sludge (rod knock is the worst case)",
          "part": "Engine internals",
          "urgency": "stop-driving"
        }
      ],
      "gtaCostRange": {
        "low": 700,
        "high": 8500
      },
      "safeToDrive": "Depends on the cause. A cold exhaust-manifold tick is usually fine. A deep knock that's there at idle and follows engine speed can be a failing lifter or a rod bearing — keep driving on a rod knock and you can drop the engine. Get it heard by a mechanic before driving far.",
      "whatToDo": "Note whether the tick speeds up with RPM (top-end / valvetrain) and whether it's there cold or hot. GM 5.3/6.2, Ram HEMI, and Jeep Pentastar V6 all have documented lifter/cam tick failures — caught early it's far cheaper than after the lobe is wiped.",
      "relatedPage": "https://carswithfares.ca/blog/gm-afm-lifter-tick-cost/"
    },
    {
      "id": "burning-oil-low-oil-between-changes",
      "symptom": "My car is burning oil / I'm low on oil between changes",
      "aka": [
        "losing oil but no leak",
        "oil disappearing between oil changes",
        "have to keep topping up the oil",
        "low oil light keeps coming on"
      ],
      "likelyCauses": [
        {
          "cause": "Worn piston rings (documented on Audi/VW 2.0T, GM 2.4, Jeep 2.4)",
          "part": "Piston rings",
          "urgency": "medium"
        },
        {
          "cause": "Worn valve stem seals (BMW V8s, high-mileage engines)",
          "part": "Valve stem seals",
          "urgency": "medium"
        },
        {
          "cause": "Failed PCV / oil-separator pulling oil into the intake",
          "part": "PCV valve / separator",
          "urgency": "low"
        },
        {
          "cause": "An external leak burning off before it drips",
          "part": "Valve cover / gasket",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 200,
        "high": 7500
      },
      "safeToDrive": "Yes if you stay on top of the oil level — but running it low starves the engine and causes far more expensive damage. Check the dipstick weekly until it's diagnosed.",
      "whatToDo": "First rule out a cheap external leak or a failed PCV before assuming rings (the engine-apart job). Several engines have documented oil-consumption defects, so the model and engine matter — worth a proper diagnosis.",
      "relatedPage": "https://carswithfares.ca/data/gta-repair-price-index.json"
    },
    {
      "id": "transmission-shudder-rough-shifting",
      "symptom": "My transmission shudders or shifts hard",
      "aka": [
        "car shudders around 50-80 km/h",
        "harsh or jerky shifting",
        "transmission slipping",
        "delayed reverse",
        "washboard feeling when accelerating",
        "transmission warning light"
      ],
      "likelyCauses": [
        {
          "cause": "Torque converter shudder / overdue fluid service",
          "part": "Transmission fluid / torque converter",
          "urgency": "medium"
        },
        {
          "cause": "Failing mechatronic / valve body (ZF 8HP, DSG, GM, Ford 10R80)",
          "part": "Mechatronic / valve body",
          "urgency": "urgent"
        },
        {
          "cause": "Worn clutch packs / internal wear",
          "part": "Transmission internals",
          "urgency": "urgent"
        }
      ],
      "gtaCostRange": {
        "low": 300,
        "high": 6000
      },
      "safeToDrive": "Light shudder — get it seen soon, fresh fluid often helps if caught early. Slipping, hard banging into gear, or a transmission warning — don't keep driving; you can turn a serviceable valve-body fix into a full rebuild.",
      "whatToDo": "Get the codes read and the fluid checked before accepting a dealer's whole-transmission quote — many shudders are a serviceable valve-body/mechatronic or a fluid service, which is far cheaper than a replacement transmission.",
      "relatedPage": "https://carswithfares.ca/data/gta-repair-price-index.json"
    },
    {
      "id": "clutch-slipping-manual",
      "symptom": "My manual clutch is slipping or the pedal feels off",
      "aka": [
        "revs climb but the car doesn't speed up",
        "burning smell going up hills",
        "clutch pedal feels high or grabby",
        "clutch slipping in higher gears"
      ],
      "likelyCauses": [
        {
          "cause": "Worn clutch disc (slipping under load)",
          "part": "Clutch",
          "urgency": "medium"
        },
        {
          "cause": "Failed clutch hydraulics (master/slave cylinder)",
          "part": "Clutch master / slave cylinder",
          "urgency": "medium"
        },
        {
          "cause": "Worn pressure plate / flywheel",
          "part": "Pressure plate / flywheel",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 800,
        "high": 3500
      },
      "safeToDrive": "Drivable short-term, but a slipping clutch generates heat and will eventually leave you unable to move under load (especially on hills). The longer you drive it slipping, the more likely the flywheel needs work too.",
      "whatToDo": "Since the transmission has to come out either way, it's worth doing the clutch, checking the flywheel, and the rear main seal in one job. Note the burning smell and where it slips.",
      "relatedPage": "https://carswithfares.ca/data/gta-repair-price-index.json"
    },
    {
      "id": "loss-of-power-turbo-boost",
      "symptom": "My turbo car suddenly lost power / went into limp mode",
      "aka": [
        "sudden loss of power",
        "car went into limp mode",
        "no boost from the turbo",
        "turbo whining and weak acceleration",
        "reduced engine power warning"
      ],
      "likelyCauses": [
        {
          "cause": "Cracked charge pipe or boost leak (often the cheap fix)",
          "part": "Charge pipe / intercooler hose",
          "urgency": "medium"
        },
        {
          "cause": "Failed wastegate actuator or solenoid",
          "part": "Wastegate actuator",
          "urgency": "medium"
        },
        {
          "cause": "Failing turbocharger (whine, smoke, P0299)",
          "part": "Turbocharger",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 300,
        "high": 4500
      },
      "safeToDrive": "Limp mode is the car protecting itself — you can usually limp it home gently, but get it diagnosed before driving normally. Don't hammer it; if the turbo is failing, flooring it can finish it off.",
      "whatToDo": "Get a P0299 (underboost) confirmed and the system pressure-tested. Often it's a cracked charge pipe, wastegate actuator, or oil-feed line — not the whole turbo the dealer quotes. Get the actual fault found first.",
      "relatedPage": "https://carswithfares.ca/data/gta-repair-price-index.json"
    },
    {
      "id": "rough-idle-misfire",
      "symptom": "My car idles rough or shakes / feels like it's misfiring",
      "aka": [
        "engine shaking at idle",
        "car stumbling at a stop",
        "rough running engine",
        "misfire feeling",
        "engine feels like it's going to stall"
      ],
      "likelyCauses": [
        {
          "cause": "Worn spark plugs or a failing ignition coil",
          "part": "Spark plugs / ignition coil",
          "urgency": "medium"
        },
        {
          "cause": "Carbon buildup on direct-injection intake valves",
          "part": "Intake valves (walnut blast)",
          "urgency": "low"
        },
        {
          "cause": "Vacuum leak or dirty/failed fuel injector",
          "part": "Intake gasket / fuel injector",
          "urgency": "medium"
        },
        {
          "cause": "VVT / cam timing fault",
          "part": "VVT solenoid / phaser",
          "urgency": "urgent"
        }
      ],
      "gtaCostRange": {
        "low": 150,
        "high": 2500
      },
      "safeToDrive": "A mild rough idle is usually drivable, but an active misfire (especially with a flashing check-engine light) dumps unburned fuel into the catalytic converter and can destroy it — ease off and get it seen.",
      "whatToDo": "Get the misfire codes pulled to find which cylinder. Plugs and coils are the common cheap cause; direct-injection engines also carbon up the intake valves over time, which a walnut-blast cleaning fixes.",
      "relatedPage": "https://carswithfares.ca/data/gta-repair-price-index.json"
    },
    {
      "id": "milky-oil-coolant-in-oil",
      "symptom": "My oil looks milky / there's a brown mayo-like residue on my oil cap",
      "aka": [
        "milky oil on the dipstick",
        "mayonnaise on the oil cap",
        "coolant mixing with oil",
        "creamy brown gunk under the oil filler cap",
        "chocolate milkshake oil"
      ],
      "likelyCauses": [
        {
          "cause": "Oil cooler / filter-housing gasket failure (Pentastar V6, Mercedes, BMW)",
          "part": "Oil cooler / filter housing",
          "urgency": "urgent"
        },
        {
          "cause": "Head gasket failure mixing coolant and oil",
          "part": "Head gasket",
          "urgency": "stop-driving"
        },
        {
          "cause": "Harmless condensation from short trips in cold GTA winters (light residue only)",
          "part": "None — driving habit",
          "urgency": "low"
        }
      ],
      "gtaCostRange": {
        "low": 500,
        "high": 4500
      },
      "safeToDrive": "If it's full milky oil throughout (not just a dab on the cap), stop driving — coolant in the oil destroys bearings fast. A thin smear under the cap in winter is often just condensation and clears with a longer drive, but confirm it.",
      "whatToDo": "Check whether coolant is also dropping and whether the engine overheats — that separates a serious oil-cooler/head-gasket failure from harmless winter condensation. Jeep/Ram 3.6 Pentastar and several European engines have a known oil-cooler/housing leak.",
      "relatedPage": "https://carswithfares.ca/blog/pentastar-oil-cooler-cost/"
    },
    {
      "id": "exhaust-loud-rattle-failed-emissions",
      "symptom": "My exhaust got loud, or I have a P0420 / failed emissions",
      "aka": [
        "car got louder all of a sudden",
        "rattling from underneath the car",
        "rotten egg smell from exhaust",
        "failed emissions test",
        "P0420 catalytic converter code",
        "sluggish and louder exhaust"
      ],
      "likelyCauses": [
        {
          "cause": "Failing catalytic converter (P0420 / rotten-egg smell / sluggish)",
          "part": "Catalytic converter",
          "urgency": "medium"
        },
        {
          "cause": "Stolen catalytic converter (sudden loud roar — a GTA theft target)",
          "part": "Catalytic converter",
          "urgency": "medium"
        },
        {
          "cause": "Rusted-out exhaust pipe / muffler (Ontario road salt)",
          "part": "Exhaust pipe / muffler",
          "urgency": "low"
        },
        {
          "cause": "A heat shield rattling loose (cheap, just annoying)",
          "part": "Heat shield",
          "urgency": "low"
        }
      ],
      "gtaCostRange": {
        "low": 150,
        "high": 2500
      },
      "safeToDrive": "Usually yes short-term, but a failing cat can leave you sluggish and won't pass emissions, and exhaust leaks can let fumes into the cabin. A sudden loud roar in the GTA often means a stolen converter — get it confirmed.",
      "whatToDo": "A loose heat shield is a cheap fix; a P0420 cat code or a stolen converter is the real money. Get it on a hoist to tell which. Note if the loudness came on suddenly (theft/break) versus gradually (rust/cat wear).",
      "relatedPage": "https://carswithfares.ca/data/gta-repair-price-index.json"
    },
    {
      "id": "diesel-hard-start-power-loss",
      "symptom": "My diesel truck won't start / suddenly lost power / has metal in the fuel filter",
      "aka": [
        "diesel hard to start",
        "diesel truck cranks but won't fire",
        "sudden power loss in my diesel",
        "metal shavings in diesel fuel filter",
        "Duramax Powerstroke Cummins fuel pump failure"
      ],
      "likelyCauses": [
        {
          "cause": "CP4 high-pressure fuel pump failure (spreads metal through the system)",
          "part": "CP4 / HPFP, injectors, rails, lines",
          "urgency": "stop-driving"
        },
        {
          "cause": "Failed injector(s)",
          "part": "Diesel injectors",
          "urgency": "urgent"
        },
        {
          "cause": "Plugged fuel filter / water in fuel",
          "part": "Fuel filter",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 2500,
        "high": 18000
      },
      "safeToDrive": "No, if you see metal in the fuel filter or it lost power suddenly — a CP4 failure pushes metal debris through every injector, rail and line, and every minute of cranking spreads it further. Stop and get it towed.",
      "whatToDo": "Check the fuel filter for fine metal glitter — that's the CP4 tell-tale. The earlier it's caught, the less of the fuel system gets contaminated, which is the difference between a few thousand and the high end of this range. Affects GM Duramax, Ford 6.7 Powerstroke, and others.",
      "relatedPage": "https://carswithfares.ca/blog/duramax-cp4-failure-cost/"
    },
    {
      "id": "car-wont-start",
      "symptom": "My car won't start",
      "aka": [
        "car cranks but won't start",
        "car is completely dead",
        "car won't turn over",
        "no crank when I turn the key"
      ],
      "likelyCauses": [
        {
          "cause": "Dead or weak battery (most common, worse in cold or after sitting)",
          "part": "Battery",
          "urgency": "urgent"
        },
        {
          "cause": "Failing alternator that never recharged the battery",
          "part": "Alternator",
          "urgency": "urgent"
        },
        {
          "cause": "Bad starter motor (slow crank or nothing)",
          "part": "Starter motor",
          "urgency": "urgent"
        },
        {
          "cause": "Corroded or loose battery terminals/cables",
          "part": "Battery terminals & cables",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 220,
        "high": 800
      },
      "safeToDrive": "You can't drive until it's fixed — but a no-start is almost always a battery, terminal, starter or alternator, all fixable on the spot without a tow.",
      "whatToDo": "Have the battery and charging system tested first; most no-starts are a battery or corroded terminal, not a major repair.",
      "relatedPage": "https://carswithfares.ca/symptoms/car-wont-start/"
    },
    {
      "id": "car-clicks-wont-start",
      "symptom": "My car just clicks when I try to start it",
      "aka": [
        "clicking noise but won't start",
        "rapid clicking when I turn the key",
        "one loud click no start"
      ],
      "likelyCauses": [
        {
          "cause": "Weak or dead battery (rapid clicking)",
          "part": "Battery",
          "urgency": "urgent"
        },
        {
          "cause": "Failing starter motor or solenoid (single loud click)",
          "part": "Starter motor",
          "urgency": "urgent"
        },
        {
          "cause": "Corroded terminals or a bad ground cable",
          "part": "Battery cables/ground",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 220,
        "high": 800
      },
      "safeToDrive": "Stranded until fixed. Rapid clicking is usually a dead battery; a single loud click is often the starter.",
      "whatToDo": "Test the battery first — a rapid click is almost always the battery, not the starter.",
      "relatedPage": "https://carswithfares.ca/symptoms/car-clicks-wont-start/"
    },
    {
      "id": "battery-light-on",
      "symptom": "My battery / charging light is on while driving",
      "aka": [
        "red battery light on dashboard",
        "charging system warning light",
        "battery light came on while driving"
      ],
      "likelyCauses": [
        {
          "cause": "Failing alternator not charging the battery",
          "part": "Alternator",
          "urgency": "urgent"
        },
        {
          "cause": "Worn, loose or squealing serpentine belt",
          "part": "Serpentine belt",
          "urgency": "medium"
        },
        {
          "cause": "Failing battery or corroded charging connections",
          "part": "Battery",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 150,
        "high": 750
      },
      "safeToDrive": "Get it checked fast — the car is running on battery only and can die within an hour of driving.",
      "whatToDo": "Have the charging system tested; it's usually the alternator or the belt that drives it.",
      "relatedPage": "https://carswithfares.ca/symptoms/battery-light-on/"
    },
    {
      "id": "humming-noise-while-driving",
      "symptom": "My car makes a humming or growling noise while driving",
      "aka": [
        "humming sound that gets louder with speed",
        "growling noise from a wheel",
        "droning noise when driving"
      ],
      "likelyCauses": [
        {
          "cause": "Worn wheel bearing (hum rises with speed, changes when you turn)",
          "part": "Wheel bearing",
          "urgency": "medium"
        },
        {
          "cause": "Uneven or cupped tire wear",
          "part": "Tires",
          "urgency": "low"
        },
        {
          "cause": "Failing CV axle",
          "part": "CV axle",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 300,
        "high": 700
      },
      "safeToDrive": "Usually drivable short-term, but a badly worn wheel bearing can seize, which is dangerous — get it checked soon.",
      "whatToDo": "Note whether the hum changes when you steer left vs right — that points straight at a wheel bearing.",
      "relatedPage": "https://carswithfares.ca/symptoms/humming-noise-while-driving/"
    },
    {
      "id": "car-bounces-rough-ride",
      "symptom": "My car bounces or rides rough",
      "aka": [
        "car bounces after a bump",
        "floaty bouncy ride",
        "nose dives when braking",
        "rough ride over bumps"
      ],
      "likelyCauses": [
        {
          "cause": "Worn struts or shocks (most common)",
          "part": "Struts / shocks",
          "urgency": "medium"
        },
        {
          "cause": "Worn control-arm bushings",
          "part": "Control arm",
          "urgency": "medium"
        },
        {
          "cause": "Tired springs or strut mounts",
          "part": "Springs / strut mounts",
          "urgency": "low"
        }
      ],
      "gtaCostRange": {
        "low": 400,
        "high": 800
      },
      "safeToDrive": "Safe-ish, but worn struts lengthen your stopping distance and chew through tires — budget to fix it.",
      "whatToDo": "Push down hard on one corner and let go; if it bounces more than once, the struts/shocks are worn.",
      "relatedPage": "https://carswithfares.ca/symptoms/car-bounces-rough-ride/"
    },
    {
      "id": "squealing-belt-on-startup",
      "symptom": "My car squeals on startup or when I turn the wheel",
      "aka": [
        "loud squeal when I start the car",
        "belt squealing noise",
        "screech when turning the steering wheel"
      ],
      "likelyCauses": [
        {
          "cause": "Worn or glazed serpentine belt",
          "part": "Serpentine belt",
          "urgency": "medium"
        },
        {
          "cause": "Failing automatic belt tensioner",
          "part": "Belt tensioner",
          "urgency": "medium"
        },
        {
          "cause": "Seizing idler or accessory pulley",
          "part": "Idler / accessory pulley",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 150,
        "high": 450
      },
      "safeToDrive": "Drivable short-term, but if that belt snaps you lose charging, power steering and cooling at once — don't push a cracked belt.",
      "whatToDo": "Have the belt and tensioner inspected; a glazed or cracked belt is a quick, inexpensive fix.",
      "relatedPage": "https://carswithfares.ca/symptoms/squealing-belt-on-startup/"
    },
    {
      "id": "rough-idle-engine-shakes",
      "symptom": "My engine shakes or idles rough when stopped",
      "aka": [
        "car shakes at idle",
        "engine vibrates at a red light",
        "rpm bounces at idle",
        "car nearly stalls at a stop"
      ],
      "likelyCauses": [
        {
          "cause": "Worn spark plugs or ignition coil (misfire)",
          "part": "Spark plugs & coils",
          "urgency": "medium"
        },
        {
          "cause": "Dirty air or fuel filter",
          "part": "Filters",
          "urgency": "low"
        },
        {
          "cause": "Vacuum leak",
          "part": "Vacuum hose / intake gasket",
          "urgency": "medium"
        },
        {
          "cause": "Worn or collapsed motor mount (shakes worse at idle)",
          "part": "Motor mount",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 200,
        "high": 600
      },
      "safeToDrive": "Usually drivable, but a steady misfire can damage the catalytic converter — get a tune-up soon. A FLASHING check-engine light means stop driving.",
      "whatToDo": "A tune-up (plugs, coils, filters) fixes most rough idles; pin the misfiring cylinder first instead of guessing.",
      "relatedPage": "https://carswithfares.ca/symptoms/rough-idle-engine-shakes/"
    },
    {
      "id": "car-overheating",
      "symptom": "My car is overheating",
      "aka": [
        "temperature gauge in the red",
        "engine running hot",
        "steam from under the hood",
        "coolant warning light"
      ],
      "likelyCauses": [
        {
          "cause": "Low coolant from a leak (hose, radiator, pump or gasket)",
          "part": "Coolant hose / radiator",
          "urgency": "stop-driving"
        },
        {
          "cause": "Stuck-closed thermostat",
          "part": "Thermostat",
          "urgency": "stop-driving"
        },
        {
          "cause": "Failing water pump",
          "part": "Water pump",
          "urgency": "stop-driving"
        },
        {
          "cause": "Clogged radiator or dead cooling fan",
          "part": "Radiator / cooling fan",
          "urgency": "stop-driving"
        }
      ],
      "gtaCostRange": {
        "low": 180,
        "high": 900
      },
      "safeToDrive": "No — pull over and shut it off. Driving an overheating engine warps the cylinder head and blows the head gasket, turning a cheap fix into a major one.",
      "whatToDo": "Let it cool fully (30–45 min), never open a hot cap, check coolant, and get the cooling system pressure-tested to find the real cause.",
      "relatedPage": "https://carswithfares.ca/symptoms/car-overheating/"
    },
    {
      "id": "ac-blowing-warm-air",
      "symptom": "My car A/C is blowing warm air",
      "aka": [
        "air conditioning not getting cold",
        "ac stopped blowing cold",
        "ac warm at idle cool when driving"
      ],
      "likelyCauses": [
        {
          "cause": "Low refrigerant from a slow leak (most common)",
          "part": "Refrigerant / O-rings / seals",
          "urgency": "low"
        },
        {
          "cause": "Failed A/C compressor",
          "part": "A/C compressor",
          "urgency": "medium"
        },
        {
          "cause": "Leaking condenser",
          "part": "Condenser",
          "urgency": "medium"
        },
        {
          "cause": "Electrical, clutch or pressure-switch fault",
          "part": "A/C clutch / relay / switch",
          "urgency": "low"
        }
      ],
      "gtaCostRange": {
        "low": 150,
        "high": 1500
      },
      "safeToDrive": "Comfort only — safe to keep driving. But 'just recharge it' without finding the leak only lasts a few weeks before it's warm again.",
      "whatToDo": "Get a proper leak test (dye or electronic) before recharging. Note: 2018-and-newer cars use pricier R-1234yf refrigerant.",
      "relatedPage": "https://carswithfares.ca/symptoms/ac-blowing-warm-air/"
    },
    {
      "id": "oil-spots-under-car",
      "symptom": "There are oil spots under my car",
      "aka": [
        "oil leak on the driveway",
        "dark puddle where I park",
        "burning oil smell after parking",
        "oil dripping under the engine"
      ],
      "likelyCauses": [
        {
          "cause": "Leaking valve cover gasket (most common; drips onto exhaust = burning smell)",
          "part": "Valve cover gasket",
          "urgency": "medium"
        },
        {
          "cause": "Oil pan gasket or loose drain plug",
          "part": "Oil pan gasket / drain plug",
          "urgency": "medium"
        },
        {
          "cause": "Loose filter/plug from a sloppy oil change",
          "part": "Oil filter / drain plug",
          "urgency": "low"
        },
        {
          "cause": "Worn rear main seal (bigger, less common)",
          "part": "Rear main seal",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 80,
        "high": 700
      },
      "safeToDrive": "A small leak — monitor your oil level and fix it soon; a fast leak — don't let the engine run low on oil. Check your dipstick if unsure.",
      "whatToDo": "Check the fluid colour (brown/black = oil) and confirm the exact source before replacing anything; most are top-of-engine gaskets.",
      "relatedPage": "https://carswithfares.ca/symptoms/oil-spots-under-car/"
    },
    {
      "id": "battery-keeps-dying",
      "symptom": "My Car Battery Keeps Dying",
      "aka": [
        "My battery dies overnight and needs a boost every morning",
        "I put in a new battery and it still keeps going dead",
        "The battery dies if the car sits for a few days",
        "Slow, laboured cranking on cold mornings, then one day nothing",
        "The battery light came on and now the battery keeps dying",
        "The battery only stays charged if I take it on the highway"
      ],
      "likelyCauses": [
        {
          "cause": "Battery at the end of its life (4–6 Ontario winters — most common)",
          "part": "Battery at the end of its life (4–6 Ontario winters — most c",
          "urgency": "medium"
        },
        {
          "cause": "Alternator not charging properly (test it, don't guess)",
          "part": "Alternator not charging properly (test it",
          "urgency": "medium"
        },
        {
          "cause": "Parasitic draw — something in the car staying awake",
          "part": "Parasitic draw — something in the car staying awake",
          "urgency": "medium"
        },
        {
          "cause": "Corroded or loose battery terminals and ground straps",
          "part": "Corroded or loose battery terminals and ground straps",
          "urgency": "medium"
        },
        {
          "cause": "Lots of short trips that never recharge it",
          "part": "Lots of short trips that never recharge it",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 50,
        "high": 1100
      },
      "safeToDrive": "A weak battery doesn't make the car unsafe to drive — once it's running, the alternator carries the electrical load. The risk is every shut-off: it will quit on the coldest morning or in a parking lot at the worst possible time, and each deep discharge does permanent damage, so waiting has a real cost. The one exception is the battery light coming on while you're driving — that's the alternator failing, and you may have well under an hour of driving left before everything shuts down. Park somewhere useful and have it looked at there.",
      "whatToDo": "Stop buying parts — get the battery, alternator and cables tested as one system, right in your driveway.",
      "relatedPage": "https://carswithfares.ca/symptoms/battery-keeps-dying/"
    },
    {
      "id": "grinding-noise-when-turning",
      "symptom": "Grinding Noise When I Turn",
      "aka": [
        "A grinding or growling noise only when I turn left or right",
        "Clicking that has turned into grinding on tight turns",
        "A grind from one front corner pulling out of parking spots",
        "Grinding when turning that gets louder the faster I go",
        "A scraping or rubbing sound through turns, quiet going straight",
        "Grinding when I turn plus a hum on the highway"
      ],
      "likelyCauses": [
        {
          "cause": "Worn wheel bearing (louder as the load shifts — most common)",
          "part": "Worn wheel bearing (louder as the load shifts — most common)",
          "urgency": "urgent"
        },
        {
          "cause": "Failing CV joint (clicking that becomes grinding on tight turns)",
          "part": "Failing CV joint (clicking that becomes grinding on tight tu",
          "urgency": "medium"
        },
        {
          "cause": "A brake dragging at one corner",
          "part": "A brake dragging at one corner",
          "urgency": "medium"
        },
        {
          "cause": "Low power steering fluid on older hydraulic racks (the ruling-out one)",
          "part": "Low power steering fluid on older hydraulic racks (the rulin",
          "urgency": "medium"
        },
        {
          "cause": "Suspension contact — a worn strut mount letting the spring bind",
          "part": "Suspension contact — a worn strut mount letting the spring b",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 150,
        "high": 900
      },
      "safeToDrive": "Early on, short local trips are usually okay — but a real grind means real wear, and this isn't a noise to run for weeks. A badly worn wheel bearing develops play, scrambles the ABS sensor at that corner, and in the worst case can seize at speed, which is a genuine safety failure. A CV joint that's grinding is past saving and can eventually let go entirely, leaving you with no drive at that wheel and a tow bill. Keep speeds down, stay off the highway, and have it pinned down where the car sits.",
      "whatToDo": "Note which direction makes it louder — grinding that worsens turning left usually points at the right-side bearing taking the load.",
      "relatedPage": "https://carswithfares.ca/symptoms/grinding-noise-when-turning/"
    },
    {
      "id": "car-loses-power-accelerating",
      "symptom": "My Car Loses Power When Accelerating",
      "aka": [
        "The car hesitates or stumbles when I press the gas",
        "It feels gutless merging onto the highway",
        "Power drops going uphill or with a full load",
        "The engine shakes and the check engine light flashes when I accelerate hard",
        "It sputters at higher speeds like it's running out of fuel",
        "The car suddenly lost power and won't rev past low RPM"
      ],
      "likelyCauses": [
        {
          "cause": "Worn spark plugs or a failing ignition coil (misfire under load — most common on 100,000 km+ cars)",
          "part": "Worn spark plugs or a failing ignition coil (misfire under l",
          "urgency": "medium"
        },
        {
          "cause": "Clogged air filter or a dirty MAF sensor",
          "part": "Clogged air filter or a dirty MAF sensor",
          "urgency": "medium"
        },
        {
          "cause": "Failing fuel pump or clogged fuel filter (the high-speed sputter)",
          "part": "Failing fuel pump or clogged fuel filter (the high-speed spu",
          "urgency": "medium"
        },
        {
          "cause": "Clogged catalytic converter (restricted exhaust — the pricier one)",
          "part": "Clogged catalytic converter (restricted exhaust — the pricie",
          "urgency": "medium"
        },
        {
          "cause": "Limp mode — the computer pulling power on purpose",
          "part": "Limp mode — the computer pulling power on purpose",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 80,
        "high": 2500
      },
      "safeToDrive": "A mild hesitation is usually drivable short-term while you book it in — drive gently and skip hard acceleration. Two exceptions. A flashing check engine light is an active misfire dumping raw fuel into the catalytic converter, which can destroy it in surprisingly little driving — that one is a park-it. And if the car has dropped into limp mode, the computer is protecting something for a reason; limping it around for weeks is how a sensor fault graduates into hardware damage. Get it scanned where it sits.",
      "whatToDo": "Note exactly when it happens — hard acceleration only, highway speed, uphill, hot or cold — that pattern routes the whole diagnosis.",
      "relatedPage": "https://carswithfares.ca/symptoms/car-loses-power-accelerating/"
    },
    {
      "id": "car-vibrates-at-highway-speed",
      "symptom": "My Car Vibrates at Highway Speed",
      "aka": [
        "Steering wheel shakes once I'm over about 100 km/h",
        "The whole car buzzes on the highway but it's smooth in the city",
        "Vibration in my seat at high speed, steering wheel feels fine",
        "The shake comes and goes at certain speeds then smooths out",
        "It started vibrating after I hit a pothole or curb",
        "Shaking at speed that gets worse the longer I drive"
      ],
      "likelyCauses": [
        {
          "cause": "Wheels out of balance, a bent rim, or a failing tire",
          "part": "Wheels out of balance",
          "urgency": "medium"
        },
        {
          "cause": "A worn wheel bearing",
          "part": "A worn wheel bearing",
          "urgency": "medium"
        },
        {
          "cause": "A failing CV axle",
          "part": "A failing CV axle",
          "urgency": "medium"
        },
        {
          "cause": "Worn suspension parts (bushings, tie rods, ball joints, strut mounts)",
          "part": "Worn suspension parts (bushings",
          "urgency": "medium"
        },
        {
          "cause": "Warped brake rotors (only if it shakes while braking)",
          "part": "Warped brake rotors (only if it shakes while braking)",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 350,
        "high": 1500
      },
      "safeToDrive": "A mild, steady shake is usually safe to drive short-term at moderate speed while you get it diagnosed. Treat it as urgent if the shake is getting worse week over week, if there's a visible lump or wave in any tire tread, if you hear a growl that rises with speed, or if the steering ever feels loose — those versions can fail suddenly at exactly the speeds where you least want them to.",
      "whatToDo": "Note three things on your next drive: the speed the shake starts, whether it's in the steering wheel or the seat, and whether braking or accelerating changes it.",
      "relatedPage": "https://carswithfares.ca/symptoms/car-vibrates-at-highway-speed/"
    },
    {
      "id": "squeaking-noise-over-bumps",
      "symptom": "Squeaking Noise When I Go Over Bumps",
      "aka": [
        "A squeak from the front every time I hit a bump or dip",
        "Creaking when I pull into driveways or over speed bumps",
        "It squeaks when I press down on the hood or get into the car",
        "A rhythmic squeak over rough pavement that speeds up with the car",
        "Squeaking got louder in cold weather",
        "A creak when turning and going over a bump at the same time"
      ],
      "likelyCauses": [
        {
          "cause": "Dry or worn sway bar bushings and end links",
          "part": "Dry or worn sway bar bushings and end links",
          "urgency": "medium"
        },
        {
          "cause": "Worn control arm bushings",
          "part": "Worn control arm bushings",
          "urgency": "medium"
        },
        {
          "cause": "Ball joints running dry",
          "part": "Ball joints running dry",
          "urgency": "medium"
        },
        {
          "cause": "Strut mounts and spring seats",
          "part": "Strut mounts and spring seats",
          "urgency": "medium"
        },
        {
          "cause": "Door, body or trim rubber (the harmless one)",
          "part": "Door",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 100,
        "high": 1500
      },
      "safeToDrive": "Generally yes — a squeak is the early stage, and the car is safe for normal driving while you arrange an inspection. The urgency rises if the squeak turns into knocking or clunking, if the steering starts to feel loose or wandering, or if the noise appeared suddenly after a hard pothole hit — a worn ball joint is the one part in this list that can fail in a way that genuinely endangers the car, so don't let a squeak age into one.",
      "whatToDo": "Try the fender test: with the car parked, push down firmly on each corner and listen — a squeak that follows the suspension movement confirms it's under the car, not the body.",
      "relatedPage": "https://carswithfares.ca/symptoms/squeaking-noise-over-bumps/"
    },
    {
      "id": "clunking-noise-over-bumps",
      "symptom": "Clunking Noise When I Go Over Bumps",
      "aka": [
        "A clunk or knock from the front end every time I hit a bump",
        "Clunking over speed bumps and driveway lips at low speed",
        "A rattle or knock on rough pavement that disappears on smooth road",
        "A single deep clunk from one corner when I hit a pothole",
        "A knock when I turn and go over a bump at the same time",
        "A tinny metallic rattle under the car that sounds loose rather than worn"
      ],
      "likelyCauses": [
        {
          "cause": "Worn sway bar end links (the number-one clunker — most common)",
          "part": "Worn sway bar end links (the number-one clunker — most commo",
          "urgency": "urgent"
        },
        {
          "cause": "Worn control arm bushings or ball joints",
          "part": "Worn control arm bushings or ball joints",
          "urgency": "medium"
        },
        {
          "cause": "Worn strut mounts or blown struts",
          "part": "Worn strut mounts or blown struts",
          "urgency": "medium"
        },
        {
          "cause": "Loose strut top nuts or a broken coil spring (less common)",
          "part": "Loose strut top nuts or a broken coil spring (less common)",
          "urgency": "medium"
        },
        {
          "cause": "Exhaust heat shield or loose undercar plastic (the harmless one)",
          "part": "Exhaust heat shield or loose undercar plastic (the harmless ",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 50,
        "high": 1500
      },
      "safeToDrive": "Most clunks won't strand you — end links, bushings and mounts wear gradually, and the car stays driveable while you book it in. The reason not to sit on it is that a worn ball joint sounds like every other clunk until someone checks it, and a separated ball joint drops that corner of the car at whatever speed you're doing. Get it inspected soon, keep off the highway if the steering also feels loose or the clunk is getting worse fast, and treat a brand-new clunk right after a hard pothole hit as a this-week job.",
      "whatToDo": "Note where the clunk lives — front or rear, left or right — and whether small sharp bumps or big dips set it off.",
      "relatedPage": "https://carswithfares.ca/symptoms/clunking-noise-over-bumps/"
    },
    {
      "id": "brake-pedal-soft-spongy",
      "symptom": "My Brake Pedal Feels Soft and Spongy",
      "aka": [
        "The brake pedal feels soft and spongy instead of firm",
        "The pedal travels closer to the floor than it used to before the brakes bite",
        "I have to pump the brakes to get a solid pedal",
        "The pedal slowly sinks while I hold it at a red light",
        "The brake warning light is on and the fluid in the reservoir looks low",
        "The pedal went soft right after a brake job or a hard mountain-style drive"
      ],
      "likelyCauses": [
        {
          "cause": "Air in the brake lines (spongy but consistent — most common)",
          "part": "Air in the brake lines (spongy but consistent — most common)",
          "urgency": "urgent"
        },
        {
          "cause": "A brake fluid leak — line, hose, caliper or wheel cylinder (the urgent one)",
          "part": "A brake fluid leak — line",
          "urgency": "medium"
        },
        {
          "cause": "A failing master cylinder (the pedal sinks at a stop)",
          "part": "A failing master cylinder (the pedal sinks at a stop)",
          "urgency": "medium"
        },
        {
          "cause": "Worn flexible brake hoses ballooning under pressure",
          "part": "Worn flexible brake hoses ballooning under pressure",
          "urgency": "medium"
        },
        {
          "cause": "Badly worn pads and a low fluid level (the one you can see)",
          "part": "Badly worn pads and a low fluid level (the one you can see)",
          "urgency": "medium"
        }
      ],
      "gtaCostRange": {
        "low": 80,
        "high": 700
      },
      "safeToDrive": "Treat this one conservatively. A slightly spongy but consistent pedal that still stops the car normally gives you enough runway to get it inspected within days — not weeks. A pedal that sinks to the floor while you hold it, a fluid level that keeps dropping, or visible fluid at any wheel is a stop-driving issue: the next press of the pedal isn't guaranteed. Have it looked at where the car is parked instead of driving it anywhere, and don't lean on the second brake circuit or the parking brake as a plan.",
      "whatToDo": "Check the brake fluid reservoir now — a low or dropping level changes this from book-it-soon to stop-driving.",
      "relatedPage": "https://carswithfares.ca/symptoms/brake-pedal-soft-spongy/"
    }
  ]
}