<?php
$page          = 'takata-airbag-recall';
$pageTitle     = 'Takata Airbag Recall: Is Your Vehicle Affected? | Do I Have a Recall?';
$pageDesc      = 'The Takata airbag recall is the largest automotive safety recall in U.S. history: 67 million inflators recalled across virtually every major brand. Find out if your vehicle is still affected.';
$pageCanonical = 'https://doihavearecall.com/takata-airbag-recall';
$pageCss       = ['assets/css/takata-airbag-recall.css'];

$_schema = [
    '@context'      => 'https://schema.org',
    '@type'         => 'Article',
    'headline'      => 'Takata Airbag Recall: Is Your Vehicle Affected?',
    'description'   => 'The Takata airbag recall is the largest automotive safety recall in U.S. history: 67 million inflators recalled across virtually every major brand.',
    'url'           => 'https://doihavearecall.com/takata-airbag-recall',
    '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="takata-hero">
  <div class="container takata-hero__inner">

    <div class="takata-hero__text">
      <span class="section-label takata-hero__label reveal">High-Priority Recall</span>
      <h1 class="takata-hero__title reveal reveal-delay-1">The Takata<br><em>Airbag Recall</em></h1>
      <p class="takata-hero__sub reveal reveal-delay-2">
        The largest automotive safety recall in U.S. history. A defective inflator propellant can rupture and send metal fragments into the cabin, killing or injuring occupants. Millions of vehicles remain unrepaired.
      </p>
      <div class="takata-hero__actions reveal reveal-delay-3">
        <a href="<?= BASE_PATH ?>/" class="btn btn--danger btn--lg">Check My Vehicle Now</a>
        <a href="#what-happened" class="btn btn--ghost btn--lg">Learn What Happened</a>
      </div>
    </div>

    <!-- Hero illustration -->
    <div class="takata-hero__visual reveal reveal-delay-2" aria-hidden="true">
      <svg class="takata-hero__svg" viewBox="0 0 300 260" fill="none" xmlns="http://www.w3.org/2000/svg">

        <!-- Steering wheel outer ring -->
        <circle cx="150" cy="148" r="90" stroke="#CBD5E1" stroke-width="16" fill="none"/>

        <!-- Spokes -->
        <line x1="150" y1="58" x2="150" y2="110" stroke="#CBD5E1" stroke-width="14" stroke-linecap="round"/>
        <line x1="71" y1="193" x2="107" y2="168" stroke="#CBD5E1" stroke-width="14" stroke-linecap="round"/>
        <line x1="229" y1="193" x2="193" y2="168" stroke="#CBD5E1" stroke-width="14" stroke-linecap="round"/>

        <!-- Steering column + base -->
        <rect x="143" y="232" width="14" height="24" rx="4" fill="#CBD5E1"/>
        <rect x="122" y="250" width="56" height="9" rx="4.5" fill="#E2E8F0"/>

        <!-- Center hub -->
        <circle cx="150" cy="148" r="30" fill="#F1F5F9" stroke="#CBD5E1" stroke-width="2.5"/>

        <!-- Deployed airbag balloon -->
        <ellipse cx="150" cy="122" rx="64" ry="56" fill="#FEE2E2" stroke="#FECACA" stroke-width="2"/>

        <!-- Inflator canister (center of hub) -->
        <rect x="138" y="113" width="24" height="18" rx="5" fill="#FCA5A5" stroke="#F87171" stroke-width="1.5"/>

        <!-- Rupture/shrapnel burst lines -->
        <line x1="150" y1="113" x2="148" y2="94"  stroke="#DC2626" stroke-width="2.5" stroke-linecap="round"/>
        <line x1="150" y1="113" x2="164" y2="97"  stroke="#DC2626" stroke-width="2"   stroke-linecap="round"/>
        <line x1="150" y1="113" x2="168" y2="111" stroke="#DC2626" stroke-width="2"   stroke-linecap="round"/>
        <line x1="150" y1="113" x2="136" y2="97"  stroke="#DC2626" stroke-width="2"   stroke-linecap="round"/>
        <line x1="150" y1="113" x2="132" y2="110" stroke="#DC2626" stroke-width="2"   stroke-linecap="round"/>

        <!-- Shrapnel dots -->
        <circle cx="148" cy="90"  r="3.5" fill="#DC2626" opacity="0.75"/>
        <circle cx="166" cy="93"  r="2.5" fill="#DC2626" opacity="0.65"/>
        <circle cx="172" cy="109" r="2"   fill="#DC2626" opacity="0.55"/>
        <circle cx="132" cy="93"  r="2.5" fill="#DC2626" opacity="0.65"/>
        <circle cx="128" cy="108" r="2"   fill="#DC2626" opacity="0.55"/>

        <!-- Warning badge (top-right) -->
        <rect x="192" y="6" width="104" height="68" rx="10" fill="white" stroke="#FECACA" stroke-width="2" filter="drop-shadow(0 3px 10px rgba(220,38,38,0.15))"/>
        <!-- Badge header band -->
        <rect x="192" y="6" width="104" height="28" rx="10" fill="#FEE2E2"/>
        <rect x="192" y="22" width="104" height="12" fill="#FEE2E2"/>
        <!-- Warning triangle icon -->
        <path d="M207 20 L214 8 L221 20 Z" fill="#DC2626"/>
        <rect x="213" y="11" width="2.5" height="5.5" rx="1.25" fill="white"/>
        <circle cx="214.25" cy="18.5" r="1.5" fill="white"/>
        <!-- Badge header text -->
        <text x="242" y="20" text-anchor="middle" font-family="Inter,sans-serif" font-size="8" font-weight="700" fill="#991B1B" letter-spacing="0.8">URGENT RECALL</text>
        <!-- Badge body lines -->
        <rect x="202" y="42" width="28" height="3" rx="1.5" fill="#FECACA"/>
        <rect x="234" y="42" width="52" height="3" rx="1.5" fill="#E2E8F0"/>
        <rect x="202" y="50" width="28" height="3" rx="1.5" fill="#FECACA"/>
        <rect x="234" y="50" width="40" height="3" rx="1.5" fill="#E2E8F0"/>
        <rect x="202" y="58" width="28" height="3" rx="1.5" fill="#FECACA"/>
        <rect x="234" y="58" width="46" height="3" rx="1.5" fill="#E2E8F0"/>

      </svg>
    </div>

  </div>
</section>


<!-- ============================================================
     URGENT ALERT BANNER
     ============================================================ -->
<div class="takata-alert" role="alert">
  <div class="container takata-alert__inner">
    <svg class="takata-alert__icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" 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>
    <p>
      <strong>Do not wait for a recall notice in the mail.</strong>
      Takata inflators can rupture with no warning. If your vehicle falls in an affected model year range, check your VIN today. The repair is free and takes a few hours at any authorized dealer.
    </p>
  </div>
</div>


<!-- ============================================================
     WHAT WENT WRONG
     ============================================================ -->
<section class="takata-defect" id="what-happened" aria-labelledby="defect-heading">
  <div class="container">

    <div class="takata-section-header reveal">
      <span class="section-label">The Defect</span>
      <h2 class="section-title" id="defect-heading">What went wrong, and why it&rsquo;s deadly</h2>
      <p class="section-subtitle">
        Takata supplied airbag inflators to virtually every major automaker starting in the late 1990s. The defect isn&rsquo;t in the airbag itself; it&rsquo;s in the chemical propellant used to inflate it.
      </p>
    </div>

    <div class="takata-defect__grid">

      <div class="takata-defect-card reveal">
        <div class="takata-defect-card__icon takata-defect-card__icon--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="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/>
          </svg>
        </div>
        <h3 class="takata-defect-card__title">The Propellant</h3>
        <p class="takata-defect-card__body">
          Takata used <strong>ammonium nitrate</strong> as the propellant in their inflators, a cheaper alternative to other compounds. Under normal conditions, it ignites rapidly on crash impact to inflate the airbag in milliseconds.
        </p>
      </div>

      <div class="takata-defect-card reveal reveal-delay-1">
        <div class="takata-defect-card__icon takata-defect-card__icon--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="M2.5 2v6h6M2.66 15.57a10 10 0 1 0 .57-8.38"/>
          </svg>
        </div>
        <h3 class="takata-defect-card__title">The Problem</h3>
        <p class="takata-defect-card__body">
          Ammonium nitrate is highly sensitive to <strong>heat and humidity</strong>. Over years of cycling between hot and cold, the propellant degrades, becoming overly volatile and unpredictable, especially in warm, humid climates.
        </p>
      </div>

      <div class="takata-defect-card reveal reveal-delay-2">
        <div class="takata-defect-card__icon takata-defect-card__icon--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>
        </div>
        <h3 class="takata-defect-card__title">The Result</h3>
        <p class="takata-defect-card__body">
          When the airbag deploys, the degraded propellant ignites with too much force, <strong>rupturing the metal inflator housing</strong> and sending shrapnel through the airbag into the driver or passenger at high velocity.
        </p>
      </div>

    </div><!-- /.takata-defect__grid -->

    <div class="takata-defect__note reveal">
      <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>
      <p>
        NHTSA designated the oldest and most humidity-exposed inflators as <strong>&ldquo;alpha&rdquo; inflators</strong> (the highest-risk category) and urged owners of those vehicles to stop driving them until repaired. Even non-alpha inflators remain a serious hazard and should be replaced promptly.
      </p>
    </div>

  </div>
</section>


<!-- ============================================================
     BY THE NUMBERS
     ============================================================ -->
<section class="takata-stats" aria-labelledby="stats-heading">
  <div class="container">
    <h2 class="sr-only" id="stats-heading">Takata recall by the numbers</h2>
    <div class="takata-stats__grid">

      <div class="takata-stat reveal">
        <div class="takata-stat__icon" aria-hidden="true">
          <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
            <path d="M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z"/>
            <polyline points="9 22 9 12 15 12 15 22"/>
          </svg>
        </div>
        <p class="takata-stat__number">67M+</p>
        <p class="takata-stat__label">Airbag inflators subject to recall in the United States</p>
      </div>

      <div class="takata-stat reveal reveal-delay-1">
        <div class="takata-stat__icon" aria-hidden="true">
          <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
            <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>
        </div>
        <p class="takata-stat__number">37M+</p>
        <p class="takata-stat__label">Vehicles affected across more than a dozen major brands</p>
      </div>

      <div class="takata-stat reveal reveal-delay-2">
        <div class="takata-stat__icon takata-stat__icon--danger" aria-hidden="true">
          <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
            <path d="M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z"/>
          </svg>
        </div>
        <p class="takata-stat__number">19+</p>
        <p class="takata-stat__label">Deaths confirmed in the United States due to inflator ruptures</p>
      </div>

      <div class="takata-stat reveal reveal-delay-3">
        <div class="takata-stat__icon" aria-hidden="true">
          <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
            <circle cx="12" cy="12" r="10"/>
            <polyline points="12 6 12 12 16 14"/>
          </svg>
        </div>
        <p class="takata-stat__number">20+ years</p>
        <p class="takata-stat__label">Since the first known rupture injuries. The recall is still open today.</p>
      </div>

    </div>
  </div>
</section>


<!-- ============================================================
     AFFECTED VEHICLES
     ============================================================ -->
<section class="takata-brands" aria-labelledby="brands-heading">
  <div class="container">

    <div class="takata-section-header reveal">
      <span class="section-label">Affected Vehicles</span>
      <h2 class="section-title" id="brands-heading">Which brands and models are involved?</h2>
      <p class="section-subtitle">
        The Takata recall spans more than two dozen brands across every segment of the market, from economy sedans to supercars. Honda and Acura account for the largest share, but virtually every major automaker was affected, including Ferrari, Tesla, McLaren, and discontinued brands like Saab and Saturn.
      </p>
    </div>

    <div class="takata-brands__grid">

      <div class="takata-brand-card reveal">
        <div class="takata-brand-card__name">Honda</div>
        <div class="takata-brand-card__years">2001 &ndash; 2015</div>
        <p class="takata-brand-card__models">Accord, Civic, Civic Hybrid, Civic NGV, CR-V, CR-Z, Crosstour, Element, FCX Clarity, Fit, Fit EV, Insight, Odyssey, Pilot, Ridgeline</p>
        <span class="takata-brand-card__badge takata-brand-card__badge--critical">Largest Share</span>
      </div>

      <div class="takata-brand-card reveal reveal-delay-1">
        <div class="takata-brand-card__name">Acura</div>
        <div class="takata-brand-card__years">2002 &ndash; 2016</div>
        <p class="takata-brand-card__models">3.2CL, 3.2TL, ILX, ILX Hybrid, MDX, RDX, RL, TL, TSX, ZDX</p>
        <span class="takata-brand-card__badge takata-brand-card__badge--critical">Largest Share</span>
      </div>

      <div class="takata-brand-card reveal reveal-delay-2">
        <div class="takata-brand-card__name">Toyota&thinsp;/&thinsp;Scion</div>
        <div class="takata-brand-card__years">2002 &ndash; 2016</div>
        <p class="takata-brand-card__models">4Runner, Corolla, Corolla Matrix, RAV4, Sequoia, Sienna, Tundra, Yaris Hatchback/Sedan; Scion xB (2008&ndash;2015)</p>
      </div>

      <div class="takata-brand-card reveal reveal-delay-3">
        <div class="takata-brand-card__name">Lexus</div>
        <div class="takata-brand-card__years">2002 &ndash; 2017</div>
        <p class="takata-brand-card__models">ES350, GX460, IS250/350, IS250C/350C, IS F, LFA, SC430</p>
      </div>

      <div class="takata-brand-card reveal">
        <div class="takata-brand-card__name">BMW</div>
        <div class="takata-brand-card__years">2000 &ndash; 2015</div>
        <p class="takata-brand-card__models">1 Series, 3 Series, 5 Series, X1, X3, X5, X6, X6 Hybrid</p>
      </div>

      <div class="takata-brand-card reveal reveal-delay-1">
        <div class="takata-brand-card__name">Nissan</div>
        <div class="takata-brand-card__years">2001 &ndash; 2012</div>
        <p class="takata-brand-card__models">Maxima, Pathfinder, Sentra, Versa</p>
      </div>

      <div class="takata-brand-card reveal reveal-delay-2">
        <div class="takata-brand-card__name">Infiniti</div>
        <div class="takata-brand-card__years">2001 &ndash; 2010</div>
        <p class="takata-brand-card__models">FX, I30, I35, M, QX4</p>
      </div>

      <div class="takata-brand-card reveal reveal-delay-3">
        <div class="takata-brand-card__name">Ford&thinsp;/&thinsp;Lincoln&thinsp;/&thinsp;Mercury</div>
        <div class="takata-brand-card__years">2004 &ndash; 2014</div>
        <p class="takata-brand-card__models">Ford Edge, Fusion, GT, Mustang, Ranger; Lincoln MKX, Zephyr/MKZ; Mercury Milan</p>
      </div>

      <div class="takata-brand-card reveal">
        <div class="takata-brand-card__name">Mazda</div>
        <div class="takata-brand-card__years">2003 &ndash; 2015</div>
        <p class="takata-brand-card__models">B-Series, CX-7, CX-9, Mazda6, Mazdaspeed6, MPV, RX-8</p>
      </div>

      <div class="takata-brand-card reveal reveal-delay-1">
        <div class="takata-brand-card__name">Subaru</div>
        <div class="takata-brand-card__years">2003 &ndash; 2014</div>
        <p class="takata-brand-card__models">Baja, Forester, Impreza (incl. WRX/STI 2004&ndash;2011), Legacy, Outback, Tribeca, WRX/STI (2012&ndash;2014)</p>
      </div>

      <div class="takata-brand-card reveal reveal-delay-2">
        <div class="takata-brand-card__name">Mercedes&#8209;Benz</div>
        <div class="takata-brand-card__years">2005 &ndash; 2017</div>
        <p class="takata-brand-card__models">C-Class, E-Class, E-Class Coupe/Cabrio, GL-Class, GLK-Class, ML-Class, R-Class, SLK-Class, SLS-Class</p>
      </div>

      <div class="takata-brand-card reveal reveal-delay-3">
        <div class="takata-brand-card__name">Chrysler&thinsp;/&thinsp;Dodge&thinsp;/&thinsp;Jeep</div>
        <div class="takata-brand-card__years">2003 &ndash; 2016</div>
        <p class="takata-brand-card__models">Chrysler 300, Aspen, Crossfire; Dodge Challenger, Charger, Dakota, Durango, Magnum, Ram 1500&ndash;5500; Jeep Wrangler</p>
      </div>

      <div class="takata-brand-card reveal">
        <div class="takata-brand-card__name">Cadillac&thinsp;/&thinsp;Chevrolet&thinsp;/&thinsp;GMC</div>
        <div class="takata-brand-card__years">2007 &ndash; 2014</div>
        <p class="takata-brand-card__models">Cadillac Escalade/ESV/EXT; Chevy Avalanche, Silverado HD/LD, Suburban, Tahoe; GMC Sierra HD/LD, Yukon, Yukon XL</p>
      </div>

      <div class="takata-brand-card reveal reveal-delay-1">
        <div class="takata-brand-card__name">Pontiac&thinsp;/&thinsp;Saab&thinsp;/&thinsp;Saturn</div>
        <div class="takata-brand-card__years">2003 &ndash; 2011</div>
        <p class="takata-brand-card__models">Pontiac Vibe; Saab 9-2x, 9-3, 9-5; Saturn Astra</p>
      </div>

      <div class="takata-brand-card reveal reveal-delay-2">
        <div class="takata-brand-card__name">Audi</div>
        <div class="takata-brand-card__years">2005 &ndash; 2017</div>
        <p class="takata-brand-card__models">A3, A4 Avant/Sedan/Cabriolet, A5 Cabriolet, A6 Avant/Sedan, Q5, R8, RS4, S4, S5 Cabriolet, S6, TT</p>
      </div>

      <div class="takata-brand-card reveal reveal-delay-3">
        <div class="takata-brand-card__name">Volkswagen</div>
        <div class="takata-brand-card__years">2006 &ndash; 2018</div>
        <p class="takata-brand-card__models">CC, Eos, Golf, Golf R, GTI, Passat, Passat Wagon, Tiguan</p>
      </div>

      <div class="takata-brand-card reveal">
        <div class="takata-brand-card__name">Mitsubishi</div>
        <div class="takata-brand-card__years">2004 &ndash; 2017</div>
        <p class="takata-brand-card__models">i-MiEV (2012, 2014, 2016&ndash;2017), Lancer, Lancer Evolution, Lancer Sportback, Raider</p>
      </div>

      <div class="takata-brand-card reveal reveal-delay-1">
        <div class="takata-brand-card__name">Ferrari</div>
        <div class="takata-brand-card__years">2009 &ndash; 2017</div>
        <p class="takata-brand-card__models">458 Italia/Speciale/Spider, 488 GTB/Spider, California, California T, F12, F12 tdf, F60, FF, GTC4Lusso</p>
      </div>

      <div class="takata-brand-card reveal reveal-delay-2">
        <div class="takata-brand-card__name">Jaguar&thinsp;/&thinsp;Land Rover</div>
        <div class="takata-brand-card__years">2007 &ndash; 2015</div>
        <p class="takata-brand-card__models">Jaguar XF; Land Rover Range Rover</p>
      </div>

      <div class="takata-brand-card reveal reveal-delay-3">
        <div class="takata-brand-card__name">Tesla</div>
        <div class="takata-brand-card__years">2012 &ndash; 2016</div>
        <p class="takata-brand-card__models">Model S</p>
      </div>

      <div class="takata-brand-card reveal">
        <div class="takata-brand-card__name">McLaren</div>
        <div class="takata-brand-card__years">2011 &ndash; 2017</div>
        <p class="takata-brand-card__models">570, 650S, 675LT, MP4-12C, P1</p>
      </div>

      <div class="takata-brand-card reveal reveal-delay-1">
        <div class="takata-brand-card__name">Fisker</div>
        <div class="takata-brand-card__years">2012</div>
        <p class="takata-brand-card__models">Karma</p>
      </div>

      <div class="takata-brand-card reveal reveal-delay-2">
        <div class="takata-brand-card__name">Sprinter&thinsp;/&thinsp;Commercial</div>
        <div class="takata-brand-card__years">2007 &ndash; 2017</div>
        <p class="takata-brand-card__models">Dodge Sprinter (2007&ndash;2009), Freightliner Sprinter (2007&ndash;2017), Mercedes-Benz Sprinter (2010&ndash;2017), Sterling Bullet (2008&ndash;2009)</p>
      </div>

    </div><!-- /.takata-brands__grid -->

    <div class="takata-brands__disclaimer reveal">
      <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>
      <p>
        This list is a general guide, not an exhaustive record. Not every vehicle in these year ranges is affected; recall status depends on the specific production date, VIN, and inflator batch. <strong>The only reliable way to know is to check your VIN.</strong> Two vehicles of the same make, model, and year can have different recall status.
      </p>
    </div>

  </div>
</section>


<!-- ============================================================
     TIMELINE
     ============================================================ -->
<section class="takata-timeline" aria-labelledby="timeline-heading">
  <div class="container">

    <div class="takata-section-header reveal">
      <span class="section-label">How We Got Here</span>
      <h2 class="section-title" id="timeline-heading">A two-decade safety failure</h2>
      <p class="section-subtitle">
        The Takata recall unfolded slowly, delayed by manufacturer secrecy, regulatory hesitancy, and the staggering scale of parts already installed on the road.
      </p>
    </div>

    <div class="takata-timeline__track" role="list">

      <div class="takata-event reveal" role="listitem">
        <div class="takata-event__year">2004</div>
        <div class="takata-event__body">
          <h3 class="takata-event__title">First recalls, limited scope</h3>
          <p class="takata-event__desc">Honda issues the first known Takata recalls, a small campaign initially attributed to manufacturing defects in specific lots. The underlying propellant instability goes unacknowledged.</p>
        </div>
      </div>

      <div class="takata-event reveal reveal-delay-1" role="listitem">
        <div class="takata-event__year">2008</div>
        <div class="takata-event__body">
          <h3 class="takata-event__title">First U.S. death; NHTSA begins inquiry</h3>
          <p class="takata-event__desc">A Honda driver in Alabama dies when her airbag inflator ruptures, the first confirmed U.S. death. NHTSA opens an initial inquiry but its scope remains narrow and the systemic nature of the defect is not yet public.</p>
        </div>
      </div>

      <div class="takata-event reveal reveal-delay-2" role="listitem">
        <div class="takata-event__year">2013&ndash;14</div>
        <div class="takata-event__body">
          <h3 class="takata-event__title">Pattern emerges; Congress steps in</h3>
          <p class="takata-event__desc">NHTSA expands its investigation to multiple automakers as the death and injury toll mounts. Senate hearings in late 2014 reveal that both Takata and automakers had internal data pointing to the defect years earlier. Three U.S. deaths are confirmed by year-end.</p>
        </div>
      </div>

      <div class="takata-event reveal" role="listitem">
        <div class="takata-event__year">2015</div>
        <div class="takata-event__body">
          <h3 class="takata-event__title">Largest recall in U.S. history ordered</h3>
          <p class="takata-event__desc">NHTSA orders a nationwide recall and compels Takata to officially declare the ammonium nitrate propellant defective, a first for any company of its size. Initially covering roughly 34 million vehicles, the campaign would grow significantly in subsequent expansions.</p>
        </div>
      </div>

      <div class="takata-event reveal reveal-delay-1" role="listitem">
        <div class="takata-event__year">2016&ndash;17</div>
        <div class="takata-event__body">
          <h3 class="takata-event__title">Recall expands; Takata collapses</h3>
          <p class="takata-event__desc">The recall grows to over 67 million inflators as additional vehicle models are added. In June 2017, Takata files for bankruptcy in the U.S. and Japan (the largest ever in the automotive supply industry) and agrees to a $1 billion criminal settlement with the U.S. Department of Justice. Key Safety Systems (now Joyson Safety Systems) acquires most of Takata&rsquo;s operations.</p>
        </div>
      </div>

      <div class="takata-event reveal reveal-delay-2" role="listitem">
        <div class="takata-event__year">Today</div>
        <div class="takata-event__body takata-event__body--active">
          <h3 class="takata-event__title">Millions still unrepaired</h3>
          <p class="takata-event__desc">The recall remains one of the largest open safety campaigns in automotive history. While most of the highest-risk &ldquo;alpha&rdquo; inflators have been replaced, millions of vehicles with Takata inflators remain on American roads without a completed repair. The free replacement program is still active at authorized dealerships.</p>
        </div>
      </div>

    </div><!-- /.takata-timeline__track -->

  </div>
</section>


<!-- ============================================================
     WHAT TO DO
     ============================================================ -->
<section class="takata-action" aria-labelledby="action-heading">
  <div class="container">
    <div class="takata-action__layout">

      <div class="takata-action__header reveal">
        <span class="section-label">What To Do</span>
        <h2 class="section-title" id="action-heading">Four steps to protect yourself, starting now</h2>
        <p class="section-subtitle">
          Getting your Takata recall repaired is straightforward and free. Don&rsquo;t wait for a letter. By the time it arrives, your inflator may have been degrading for years.
        </p>
        <div class="takata-action__badge">
          <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
            <polyline points="20 6 9 17 4 12"/>
          </svg>
          Repair is always $0: parts, labor, and diagnostics covered
        </div>
      </div>

      <ol class="takata-steps" aria-label="Steps to get your Takata recall repaired">

        <li class="takata-step reveal">
          <div class="takata-step__marker">
            <span class="takata-step__num">1</span>
          </div>
          <div class="takata-step__content">
            <div class="takata-step__icon" aria-hidden="true">
              <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                <circle cx="11" cy="11" r="8"/>
                <line x1="21" y1="21" x2="16.65" y2="16.65"/>
              </svg>
            </div>
            <h3 class="takata-step__title">Check your VIN right now</h3>
            <p class="takata-step__body">
              Enter your 17-character VIN or license plate on our homepage. Recall status is determined by your specific VIN; two identical vehicles from the same model year can have different status based on production date and inflator batch.
            </p>
            <a href="<?= BASE_PATH ?>/" class="takata-step__cta btn btn--outline">Check My VIN &rarr;</a>
          </div>
        </li>

        <li class="takata-step reveal reveal-delay-1">
          <div class="takata-step__marker">
            <span class="takata-step__num">2</span>
          </div>
          <div class="takata-step__content">
            <div class="takata-step__icon" aria-hidden="true">
              <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                <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>
            </div>
            <h3 class="takata-step__title">Understand your urgency level</h3>
            <p class="takata-step__body">
              If your recall results flag a Takata inflator, note whether it&rsquo;s designated a high-priority or &ldquo;alpha&rdquo; inflator: these are the oldest and most degraded and NHTSA has urged owners to park the vehicle until repaired. All Takata inflators should be treated as urgent regardless of category.
            </p>
          </div>
        </li>

        <li class="takata-step reveal reveal-delay-2">
          <div class="takata-step__marker">
            <span class="takata-step__num">3</span>
          </div>
          <div class="takata-step__content">
            <div class="takata-step__icon" aria-hidden="true">
              <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                <rect x="3" y="4" width="18" height="18" rx="2" ry="2"/>
                <line x1="16" y1="2" x2="16" y2="6"/>
                <line x1="8" y1="2" x2="8" y2="6"/>
                <line x1="3" y1="10" x2="21" y2="10"/>
              </svg>
            </div>
            <h3 class="takata-step__title">Schedule at any authorized dealer</h3>
            <p class="takata-step__body">
              Any franchised dealership for your vehicle&rsquo;s brand can perform the Takata inflator replacement. You don&rsquo;t have to go where you bought the car. Call ahead to confirm they have replacement parts in stock, as high-demand periods can occasionally cause short delays.
            </p>
          </div>
        </li>

        <li class="takata-step reveal reveal-delay-3">
          <div class="takata-step__marker takata-step__marker--done">
            <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
              <polyline points="20 6 9 17 4 12"/>
            </svg>
          </div>
          <div class="takata-step__content takata-step__content--done">
            <div class="takata-step__icon takata-step__icon--done" aria-hidden="true">
              <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                <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"/>
                <line x1="16" y1="13" x2="8" y2="13"/>
                <line x1="16" y1="17" x2="8" y2="17"/>
              </svg>
            </div>
            <h3 class="takata-step__title">Keep your repair documentation</h3>
            <p class="takata-step__body">
              Request a copy of the completed repair order. This closes the recall on your VIN and is important documentation for vehicle resale, insurance, and your own records. The repair takes a few hours and involves replacing the entire inflator with a new, approved unit.
            </p>
          </div>
        </li>

      </ol>

    </div>
  </div>
</section>


<!-- ============================================================
     CTA BANNER
     ============================================================ -->
<section class="cta-banner" aria-labelledby="takata-cta-heading">
  <div class="container cta-banner__inner">
    <h2 class="cta-banner__title reveal" id="takata-cta-heading">
      Is your airbag safe?
    </h2>
    <p class="cta-banner__sub reveal reveal-delay-1">
      Enter your VIN or license plate to find out instantly. Free, takes under a minute.
    </p>
    <a href="<?= BASE_PATH ?>/" class="btn btn--light btn--lg reveal reveal-delay-2">
      Check for Takata Recall Now
    </a>
  </div>
</section>


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