<?php
$page          = 'largest-recalls-in-history';
$pageTitle     = 'Top 5 Largest Vehicle Recalls in History | Do I Have a Recall?';
$pageDesc      = 'The five biggest automotive safety recalls ever issued, ranked by vehicles affected, deaths attributed, and industry consequences. See if your vehicle is still at risk.';
$pageCanonical = 'https://doihavearecall.com/largest-recalls-in-history';
$pageCss       = ['assets/css/largest-recalls-in-history.css'];

$_schema = [
    '@context'      => 'https://schema.org',
    '@type'         => 'Article',
    'headline'      => 'Top 5 Largest Vehicle Recalls in History',
    'description'   => 'The five biggest automotive safety recalls ever issued - ranked by vehicles affected, deaths attributed, and industry consequences.',
    'url'           => 'https://doihavearecall.com/largest-recalls-in-history',
    'datePublished' => '2025-01-01',
    'dateModified'  => '2025-01-01',
    'author'        => ['@type' => 'Organization', 'name' => 'doihavearecall.com', 'url' => 'https://doihavearecall.com'],
    'publisher'     => [
        '@type' => 'Organization',
        'name'  => 'doihavearecall.com',
        'url'   => 'https://doihavearecall.com',
        'logo'  => ['@type' => 'ImageObject', 'url' => 'https://doihavearecall.com/assets/img/doihavearecall_logo.svg'],
    ],
];
$pageJsonLd = json_encode($_schema, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE);

include 'includes/header.php';
?>

<!-- ============================================================
     HERO
     ============================================================ -->
<section class="lrh-hero">
  <div class="container lrh-hero__inner">

    <div class="lrh-hero__text">
      <span class="section-label lrh-hero__label reveal">Hall of Records</span>
      <h1 class="lrh-hero__title reveal reveal-delay-1">The 5 Largest<br><em>Recalls in History</em></h1>
      <p class="lrh-hero__sub reveal reveal-delay-2">
        Some safety campaigns define an era. These five recalls, spanning six decades of automotive history, collectively affected hundreds of millions of vehicles, reshaped federal safety law, and in some cases, are still open today.
      </p>
      <div class="lrh-hero__actions reveal reveal-delay-3">
        <a href="#rankings" class="btn btn--primary btn--lg">See the Rankings</a>
        <a href="<?= BASE_PATH ?>/" class="btn btn--ghost btn--lg">Check My Vehicle</a>
      </div>
    </div>

    <!-- Hero illustration: 5 podium bars -->
    <div class="lrh-hero__visual reveal reveal-delay-2" aria-hidden="true">
      <svg class="lrh-hero__svg" viewBox="0 0 280 220" fill="none" xmlns="http://www.w3.org/2000/svg">

        <!-- Bar 1 - Takata (tallest, red) -->
        <rect x="12"  y="18"  width="42" height="182" rx="8" fill="#FEE2E2"/>
        <rect x="12"  y="18"  width="42" height="30"  rx="8" fill="#DC2626"/>
        <rect x="12"  y="36"  width="42" height="12"  rx="0" fill="#DC2626"/>
        <text x="33"  y="33"  text-anchor="middle" dominant-baseline="middle" font-family="Inter,sans-serif" font-size="11" font-weight="800" fill="#fff">#1</text>
        <text x="33"  y="176" text-anchor="middle" dominant-baseline="middle" font-family="Inter,sans-serif" font-size="9"  font-weight="700" fill="#991B1B">Takata</text>
        <text x="33"  y="187" text-anchor="middle" dominant-baseline="middle" font-family="Inter,sans-serif" font-size="8"  font-weight="600" fill="#DC2626">37M+</text>

        <!-- Bar 2 - GM (amber) -->
        <rect x="62"  y="48"  width="42" height="152" rx="8" fill="#FEF3C7"/>
        <rect x="62"  y="48"  width="42" height="30"  rx="8" fill="#D97706"/>
        <rect x="62"  y="66"  width="42" height="12"  rx="0" fill="#D97706"/>
        <text x="83"  y="63"  text-anchor="middle" dominant-baseline="middle" font-family="Inter,sans-serif" font-size="11" font-weight="800" fill="#fff">#2</text>
        <text x="83"  y="176" text-anchor="middle" dominant-baseline="middle" font-family="Inter,sans-serif" font-size="9"  font-weight="700" fill="#92400E">GM</text>
        <text x="83"  y="187" text-anchor="middle" dominant-baseline="middle" font-family="Inter,sans-serif" font-size="8"  font-weight="600" fill="#B45309">30M</text>

        <!-- Bar 3 - Firestone (blue) -->
        <rect x="112" y="88"  width="42" height="112" rx="8" fill="#EFF6FF"/>
        <rect x="112" y="88"  width="42" height="30"  rx="8" fill="#2563EB"/>
        <rect x="112" y="106" width="42" height="12"  rx="0" fill="#2563EB"/>
        <text x="133" y="103" text-anchor="middle" dominant-baseline="middle" font-family="Inter,sans-serif" font-size="11" font-weight="800" fill="#fff">#3</text>
        <text x="133" y="176" text-anchor="middle" dominant-baseline="middle" font-family="Inter,sans-serif" font-size="8"  font-weight="700" fill="#1E40AF">Firestone</text>
        <text x="133" y="187" text-anchor="middle" dominant-baseline="middle" font-family="Inter,sans-serif" font-size="8"  font-weight="600" fill="#2563EB">~10M</text>

        <!-- Bar 4 - Toyota (orange) -->
        <rect x="162" y="110" width="42" height="90"  rx="8" fill="#FFF7ED"/>
        <rect x="162" y="110" width="42" height="30"  rx="8" fill="#EA580C"/>
        <rect x="162" y="128" width="42" height="12"  rx="0" fill="#EA580C"/>
        <text x="183" y="125" text-anchor="middle" dominant-baseline="middle" font-family="Inter,sans-serif" font-size="11" font-weight="800" fill="#fff">#4</text>
        <text x="183" y="176" text-anchor="middle" dominant-baseline="middle" font-family="Inter,sans-serif" font-size="9"  font-weight="700" fill="#9A3412">Toyota</text>
        <text x="183" y="187" text-anchor="middle" dominant-baseline="middle" font-family="Inter,sans-serif" font-size="8"  font-weight="600" fill="#C2410C">9.5M</text>

        <!-- Bar 5 - Ford (slate) -->
        <rect x="212" y="130" width="42" height="70"  rx="8" fill="#F1F5F9"/>
        <rect x="212" y="130" width="42" height="30"  rx="8" fill="#475569"/>
        <rect x="212" y="148" width="42" height="12"  rx="0" fill="#475569"/>
        <text x="233" y="145" text-anchor="middle" dominant-baseline="middle" font-family="Inter,sans-serif" font-size="11" font-weight="800" fill="#fff">#5</text>
        <text x="233" y="176" text-anchor="middle" dominant-baseline="middle" font-family="Inter,sans-serif" font-size="9"  font-weight="700" fill="#334155">Ford</text>
        <text x="233" y="187" text-anchor="middle" dominant-baseline="middle" font-family="Inter,sans-serif" font-size="8"  font-weight="600" fill="#475569">~5.8M</text>

        <!-- Baseline -->
        <rect x="6" y="200" width="268" height="2" rx="1" fill="#E2E8F0"/>

        <!-- "vehicles" label -->
        <text x="140" y="215" text-anchor="middle" font-family="Inter,sans-serif" font-size="9" font-weight="500" fill="#94A3B8" letter-spacing="0.05em">VEHICLES AFFECTED</text>

      </svg>
    </div>

  </div>
</section>


<!-- ============================================================
     PREAMBLE
     ============================================================ -->
<div class="lrh-preamble">
  <div class="container lrh-preamble__inner">
    <p class="lrh-preamble__text">
      A recall&rsquo;s size is measured by its reach, its toll, and its lasting impact on safety regulation. The five campaigns below each changed how the auto industry, and the federal government, approaches vehicle safety. Some are closed; one is still active.
    </p>
    <div class="lrh-preamble__stats">
      <div class="lrh-pstat">
        <span class="lrh-pstat__num">100M+</span>
        <span class="lrh-pstat__label">vehicles globally across all five recalls</span>
      </div>
      <div class="lrh-pstat">
        <span class="lrh-pstat__num">450+</span>
        <span class="lrh-pstat__label">confirmed U.S. deaths attributed</span>
      </div>
      <div class="lrh-pstat">
        <span class="lrh-pstat__num">$3.6B+</span>
        <span class="lrh-pstat__label">in criminal settlements and fines paid</span>
      </div>
    </div>
  </div>
</div>


<!-- ============================================================
     RANKINGS
     ============================================================ -->
<section class="lrh-rankings" id="rankings" aria-labelledby="rankings-heading">
  <div class="container">

    <div class="lrh-section-header reveal">
      <span class="section-label">The Rankings</span>
      <h2 class="section-title" id="rankings-heading">Five recalls that defined automotive safety</h2>
      <p class="section-subtitle">Ranked by scale: vehicles affected, deaths documented, and regulatory consequence.</p>
    </div>

    <!-- ── #1 Takata ───────────────────────────────────────────────── -->
    <article class="lrh-card lrh-card--1 reveal" aria-labelledby="recall-1-title">
      <div class="lrh-card__rank" aria-label="Rank 1">
        <span class="lrh-card__num">01</span>
        <span class="lrh-card__status lrh-card__status--open">Partially Open</span>
      </div>
      <div class="lrh-card__body">
        <div class="lrh-card__meta">
          <h3 class="lrh-card__title" id="recall-1-title">Takata Airbag Recall</h3>
          <span class="lrh-card__years">2013 &ndash; Present</span>
        </div>
        <p class="lrh-card__lead">
          The largest automotive safety recall in U.S. history, and it&rsquo;s still open. A defective ammonium nitrate propellant in Takata&rsquo;s airbag inflators degrades over time, particularly in heat and humidity, causing the inflator housing to rupture violently on deployment and send metal shrapnel into the vehicle cabin.
        </p>
        <p class="lrh-card__desc">
          What began as a Honda recall in 2004 escalated into a global crisis by 2013 as the scope became undeniable. NHTSA ordered a nationwide recall in 2015. Takata filed for bankruptcy in June 2017 (the largest in the automotive supply industry) and agreed to a $1 billion criminal settlement with the U.S. DOJ. The recall touched 19+ automakers including virtually every major brand. Millions of vehicles remain unrepaired.
        </p>
        <div class="lrh-card__stats">
          <div class="lrh-stat-pill lrh-stat-pill--red">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect x="1" y="3" width="15" height="13" rx="2"/><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"/><circle cx="5.5" cy="18.5" r="2.5"/><circle cx="18.5" cy="18.5" r="2.5"/></svg>
            <strong>37M+</strong> vehicles (US)
          </div>
          <div class="lrh-stat-pill lrh-stat-pill--red">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M10.29 3.86L1.82 18a2 2 0 001.71 3h16.94a2 2 0 001.71-3L13.71 3.86a2 2 0 00-3.42 0z"/><line x1="12" y1="9" x2="12" y2="13"/><line x1="12" y1="17" x2="12.01" y2="17"/></svg>
            <strong>19+</strong> confirmed U.S. deaths
          </div>
          <div class="lrh-stat-pill">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>
            67M+ inflators recalled
          </div>
          <div class="lrh-stat-pill">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><line x1="12" y1="1" x2="12" y2="23"/><path d="M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6"/></svg>
            $1B DOJ settlement
          </div>
        </div>
        <div class="lrh-card__brands">
          <span class="lrh-brands__label">Brands affected:</span>
          Honda, Acura, Toyota, Lexus, BMW, Ford, Nissan, Mazda, Subaru, Chrysler, GM, Mercedes-Benz, Volkswagen, Audi, and others
        </div>
        <div class="lrh-card__cta">
          <a href="<?= BASE_PATH ?>/takata-airbag-recall" class="btn btn--outline btn--sm">Full Takata Deep-Dive &rarr;</a>
          <a href="<?= BASE_PATH ?>/" class="btn btn--primary btn--sm">Check My VIN</a>
        </div>
      </div>
    </article>


    <!-- ── #2 GM Ignition Switch ──────────────────────────────────── -->
    <article class="lrh-card lrh-card--2 reveal" aria-labelledby="recall-2-title">
      <div class="lrh-card__rank" aria-label="Rank 2">
        <span class="lrh-card__num">02</span>
        <span class="lrh-card__status lrh-card__status--closed">Closed</span>
      </div>
      <div class="lrh-card__body">
        <div class="lrh-card__meta">
          <h3 class="lrh-card__title" id="recall-2-title">General Motors Ignition Switch</h3>
          <span class="lrh-card__years">2014</span>
        </div>
        <p class="lrh-card__lead">
          A faulty ignition switch could unexpectedly slip from &ldquo;Run&rdquo; to &ldquo;Accessory&rdquo;, cutting power to the airbags, power steering, and brakes with no warning, often triggered by a heavy keychain or a bump to the knee.
        </p>
        <p class="lrh-card__desc">
          What made this recall scandalous was what GM knew and when. Internal documents showed engineers had identified the defect more than a decade before the recall was issued, yet the company took no action, reportedly because the fix cost less than a dollar per vehicle. Congressional hearings in 2014 exposed systematic safety failures inside GM. The recall began with 2.6 million Chevrolet Cobalts and Saturn Ions in February 2014 and expanded to encompass roughly 30 million vehicles worldwide within months. GM agreed to a $900 million criminal settlement with the DOJ and established a $594 million victim compensation fund.
        </p>
        <div class="lrh-card__stats">
          <div class="lrh-stat-pill lrh-stat-pill--amber">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect x="1" y="3" width="15" height="13" rx="2"/><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"/><circle cx="5.5" cy="18.5" r="2.5"/><circle cx="18.5" cy="18.5" r="2.5"/></svg>
            <strong>~30M</strong> vehicles globally
          </div>
          <div class="lrh-stat-pill lrh-stat-pill--amber">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M10.29 3.86L1.82 18a2 2 0 001.71 3h16.94a2 2 0 001.71-3L13.71 3.86a2 2 0 00-3.42 0z"/><line x1="12" y1="9" x2="12" y2="13"/><line x1="12" y1="17" x2="12.01" y2="17"/></svg>
            <strong>124+</strong> confirmed deaths (GM count)
          </div>
          <div class="lrh-stat-pill">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><line x1="12" y1="1" x2="12" y2="23"/><path d="M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6"/></svg>
            $1.49B total penalties
          </div>
          <div class="lrh-stat-pill">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>
            Defect known 10+ years prior
          </div>
        </div>
        <div class="lrh-card__brands">
          <span class="lrh-brands__label">Models affected:</span>
          Chevrolet Cobalt, Malibu, HHR, Impala, Monte Carlo; Pontiac G5, G6, Solstice; Saturn Ion, Sky, Aura, Vue; and others across GM brands
        </div>
      </div>
    </article>


    <!-- ── #3 Firestone Tires ────────────────────────────────────── -->
    <article class="lrh-card lrh-card--3 reveal" aria-labelledby="recall-3-title">
      <div class="lrh-card__rank" aria-label="Rank 3">
        <span class="lrh-card__num">03</span>
        <span class="lrh-card__status lrh-card__status--closed">Closed</span>
      </div>
      <div class="lrh-card__body">
        <div class="lrh-card__meta">
          <h3 class="lrh-card__title" id="recall-3-title">Bridgestone&thinsp;/&thinsp;Firestone Tire Recall</h3>
          <span class="lrh-card__years">2000</span>
        </div>
        <p class="lrh-card__lead">
          Firestone Wilderness AT tires (most commonly installed on Ford Explorer SUVs) were prone to catastrophic tread separation at highway speeds, causing rollovers that killed hundreds of families across the country, particularly in hot-weather states.
        </p>
        <p class="lrh-card__desc">
          Bridgestone/Firestone recalled 14.4 million tires across roughly 10 million vehicles in August 2000 after a joint Ford-Firestone investigation (itself triggered by lawsuits and reporting by a Miami TV station) could no longer be contained. The defect was traced to tires manufactured at Firestone&rsquo;s Decatur, Illinois plant. Congressional hearings were held the same month. The recall permanently ended a 95-year business relationship between Ford and Firestone, led to the TREAD Act (the first major auto safety legislation since 1966), and fundamentally changed how manufacturers must report safety defects to NHTSA. Firestone agreed to approximately $240 million in settlements.
        </p>
        <div class="lrh-card__stats">
          <div class="lrh-stat-pill lrh-stat-pill--orange">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect x="1" y="3" width="15" height="13" rx="2"/><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"/><circle cx="5.5" cy="18.5" r="2.5"/><circle cx="18.5" cy="18.5" r="2.5"/></svg>
            <strong>~10M</strong> vehicles affected
          </div>
          <div class="lrh-stat-pill lrh-stat-pill--orange">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M10.29 3.86L1.82 18a2 2 0 001.71 3h16.94a2 2 0 001.71-3L13.71 3.86a2 2 0 00-3.42 0z"/><line x1="12" y1="9" x2="12" y2="13"/><line x1="12" y1="17" x2="12.01" y2="17"/></svg>
            <strong>~271</strong> deaths attributed (U.S.)
          </div>
          <div class="lrh-stat-pill">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="12" cy="12" r="10"/><line x1="2" y1="12" x2="22" y2="12"/><path d="M12 2a15.3 15.3 0 010 20M12 2a15.3 15.3 0 000 20"/></svg>
            14.4M tires recalled
          </div>
          <div class="lrh-stat-pill">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z"/><polyline points="14 2 14 8 20 8"/></svg>
            Led to the TREAD Act (2000)
          </div>
        </div>
        <div class="lrh-card__brands">
          <span class="lrh-brands__label">Vehicles affected:</span>
          Primarily Ford Explorer (1991&ndash;2001), Ford F-Series, Ford Ranger, and Mazda B-Series trucks equipped with Firestone Wilderness AT or ATX tires
        </div>
      </div>
    </article>


    <!-- ── #4 Toyota Unintended Acceleration ─────────────────────── -->
    <article class="lrh-card lrh-card--4 reveal" aria-labelledby="recall-4-title">
      <div class="lrh-card__rank" aria-label="Rank 4">
        <span class="lrh-card__num">04</span>
        <span class="lrh-card__status lrh-card__status--closed">Closed</span>
      </div>
      <div class="lrh-card__body">
        <div class="lrh-card__meta">
          <h3 class="lrh-card__title" id="recall-4-title">Toyota Unintended Acceleration</h3>
          <span class="lrh-card__years">2009 &ndash; 2011</span>
        </div>
        <p class="lrh-card__lead">
          Gas pedals could become trapped beneath floor mats or stick due to a flawed accelerator design, causing sudden, uncontrollable acceleration that drivers could not override, even with the brakes fully applied.
        </p>
        <p class="lrh-card__desc">
          A harrowing 911 call from a 2009 crash near San Diego (in which a family died when their loaner Lexus ES350 accelerated to over 120 mph) brought the issue into national focus. Toyota initially attributed the problem to improperly installed floor mats, then acknowledged a separate sticky accelerator defect. Congressional hearings in 2010 were contentious and widely televised. By the time the campaigns concluded, approximately 9.5 million vehicles had been recalled globally. In 2014, Toyota agreed to a $1.2 billion deferred prosecution agreement with the DOJ for concealing the defect from regulators.
        </p>
        <div class="lrh-card__stats">
          <div class="lrh-stat-pill lrh-stat-pill--blue">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect x="1" y="3" width="15" height="13" rx="2"/><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"/><circle cx="5.5" cy="18.5" r="2.5"/><circle cx="18.5" cy="18.5" r="2.5"/></svg>
            <strong>~9.5M</strong> vehicles globally
          </div>
          <div class="lrh-stat-pill lrh-stat-pill--blue">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M10.29 3.86L1.82 18a2 2 0 001.71 3h16.94a2 2 0 001.71-3L13.71 3.86a2 2 0 00-3.42 0z"/><line x1="12" y1="9" x2="12" y2="13"/><line x1="12" y1="17" x2="12.01" y2="17"/></svg>
            <strong>37+</strong> deaths attributed (U.S.)
          </div>
          <div class="lrh-stat-pill">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><line x1="12" y1="1" x2="12" y2="23"/><path d="M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6"/></svg>
            $1.2B DOJ settlement
          </div>
          <div class="lrh-stat-pill">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z"/><polyline points="14 2 14 8 20 8"/></svg>
            Led to new NHTSA oversight rules
          </div>
        </div>
        <div class="lrh-card__brands">
          <span class="lrh-brands__label">Models affected:</span>
          Toyota Camry, Corolla, Matrix, RAV4, Highlander, Sequoia, Tundra, Avalon, Prius (floor mat); Lexus ES350, IS250, IS350, and others
        </div>
      </div>
    </article>


    <!-- ── #5 Ford Speed Control ──────────────────────────────────── -->
    <article class="lrh-card lrh-card--5 reveal" aria-labelledby="recall-5-title">
      <div class="lrh-card__rank" aria-label="Rank 5">
        <span class="lrh-card__num">05</span>
        <span class="lrh-card__status lrh-card__status--closed">Closed</span>
      </div>
      <div class="lrh-card__body">
        <div class="lrh-card__meta">
          <h3 class="lrh-card__title" id="recall-5-title">Ford Speed Control Fire Risk</h3>
          <span class="lrh-card__years">2004 &ndash; 2007</span>
        </div>
        <p class="lrh-card__lead">
          A faulty speed control deactivation switch could overheat and ignite a fire under the hood, even when the vehicle was parked and the engine was off. Fires started in driveways, parking lots, and garages across the country with no driver present.
        </p>
        <p class="lrh-card__desc">
          Ford issued a series of recall campaigns between 2004 and 2007 covering approximately 5.8 million vehicles. The deactivation switch, which disengages cruise control when the brakes are applied, was prone to fluid leakage that could cause an electrical short and start a fire. Because the fires could occur without anyone in the vehicle, many owners had no warning before the blaze spread to surrounding property. The campaigns spanned some of Ford&rsquo;s most popular nameplates, making it one of the largest single-brand recall programs in U.S. history at the time.
        </p>
        <div class="lrh-card__stats">
          <div class="lrh-stat-pill lrh-stat-pill--slate">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect x="1" y="3" width="15" height="13" rx="2"/><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"/><circle cx="5.5" cy="18.5" r="2.5"/><circle cx="18.5" cy="18.5" r="2.5"/></svg>
            <strong>~5.8M</strong> vehicles
          </div>
          <div class="lrh-stat-pill lrh-stat-pill--slate">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 00-3-3.87"/><path d="M16 3.13a4 4 0 010 7.75"/></svg>
            Multiple campaigns, 2004&ndash;2007
          </div>
          <div class="lrh-stat-pill">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
            Fires w/ no occupant present
          </div>
          <div class="lrh-stat-pill">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="12" cy="12" r="10"/><line x1="12" y1="8" x2="12" y2="12"/><line x1="12" y1="16" x2="12.01" y2="16"/></svg>
            One of largest single-brand recalls
          </div>
        </div>
        <div class="lrh-card__brands">
          <span class="lrh-brands__label">Models affected:</span>
          Ford F-Series (F-150, F-250, F-350), Expedition, Mustang, Windstar, Crown Victoria; Lincoln Town Car, Navigator; Mercury Grand Marquis
        </div>
      </div>
    </article>

  </div>
</section>


<!-- ============================================================
     CONTEXT NOTE
     ============================================================ -->
<section class="lrh-note" aria-labelledby="lrh-note-heading">
  <div class="container lrh-note__inner">
    <svg class="lrh-note__icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
      <circle cx="12" cy="12" r="10"/>
      <line x1="12" y1="8" x2="12" y2="12"/>
      <line x1="12" y1="16" x2="12.01" y2="16"/>
    </svg>
    <div>
      <h2 class="lrh-note__heading" id="lrh-note-heading">Why older recalls still matter</h2>
      <p class="lrh-note__text">
        Recall repairs are tied to a specific VIN, not a model year, and many vehicles from past campaigns remain on the road unrepaired. A used car can carry an open recall for years without the current owner knowing. If you&rsquo;ve recently purchased a used vehicle, or haven&rsquo;t checked in a while, a quick VIN lookup takes under a minute and is always free.
      </p>
    </div>
  </div>
</section>


<!-- ============================================================
     CTA BANNER
     ============================================================ -->
<section class="lrh-cta-banner" aria-labelledby="lrh-cta-heading">
  <div class="container lrh-cta-banner__inner">
    <h2 class="lrh-cta-banner__title reveal" id="lrh-cta-heading">
      Is your vehicle on this list?
    </h2>
    <p class="lrh-cta-banner__sub reveal reveal-delay-1">
      Enter your VIN or license plate to check for open recalls, including Takata, which is still active on millions of vehicles.
    </p>
    <a href="<?= BASE_PATH ?>/" class="btn btn--light btn--lg reveal reveal-delay-2">
      Check for Open Recalls Now
    </a>
  </div>
</section>


<?php include 'includes/footer.php'; ?>
