# Ford Blue Advantage

:::raw
<div class="bf-ba" data-card-wrap="1">
<h2 class="bf-ba__h">Compare Gold and Blue Certified</h2>
<p class="bf-ba__intro">The primary differences between Gold and Blue Certified used vehicles are age and mileage. Gold vehicles are up to 6 years old with less than 80,000 miles. Blue vehicles are up to 10 years old with less than 120,000 miles and may be Non-Ford vehicles. As the charts show, the warranty coverages differ, but there are many similar ownership benefits.</p>

<details class="cms-acc">
<summary>READ MORE</summary>

<div class="bf-ba__tablewrap">
<table class="bf-ba__table">
<thead><tr>
<th class="bf-ba__th-benefit">BENEFIT</th>
<th class="bf-ba__th-gold">GOLD</th>
<th class="bf-ba__th-blue">BLUE</th>
</tr></thead>
<tbody>
<tr><td>Multi-Point Inspection Performed by Factory-Trained Technicians</td><td><a href="https://www.ford.com/used/about-certified/gold-certification/" target="_blank" rel="noopener">172-Point</a></td><td><a href="https://www.ford.com/used/about-certified/blue-certification/" target="_blank" rel="noopener">139-Point</a></td></tr>
<tr><td>12-month or 12,000-mile <a href="https://www.ford.com/used/about-certified/warranties/#comprehensive" target="_blank" rel="noopener">Comprehensive Limited Warranty Coverage</a><sup>1</sup></td><td>Yes</td><td>Available<sup>1</sup></td></tr>
<tr><td>7-year or 100,000-mile <a href="https://www.ford.com/used/about-certified/warranties/#powertrain" target="_blank" rel="noopener">Powertrain Limited Warranty Coverage</a><sup>1</sup></td><td>Yes</td><td>Available<sup>1</sup></td></tr>
<tr><td>90-Day or 4,000-Mile <a href="https://www.ford.com/used/about-certified/warranties/" target="_blank" rel="noopener">Comprehensive Limited Warranty Coverage</a><sup>1</sup></td><td>--</td><td>Yes</td></tr>
<tr><td>Complimentary <a href="https://www.ford.com/used/about-certified/roadside-assistance/" target="_blank" rel="noopener">24/7 Roadside Assistance</a><sup>2</sup></td><td>7 Years</td><td>90 Days</td></tr>
<tr><td>FordPass&trade; Rewards Points<sup>3</sup></td><td>22,000</td><td>11,000</td></tr>
<tr><td>CARFAX&reg; <a href="https://www.ford.com/used/about-certified/carfax-vehicle-history-report/" target="_blank" rel="noopener">Vehicle History Report</a></td><td>Yes</td><td>Yes</td></tr>
<tr><td>SiriusXM&reg; Satellite Radio All Access Trial Subscription<sup>5</sup></td><td>3 Months</td><td>3 Months</td></tr>
<tr><td>Reconditioning performed Using Manufacturer-Authorized Parts</td><td>Yes</td><td>Yes</td></tr>
<tr class="bf-ba__brochures"><td>View Ford Blue Advantage Certified Brochures:</td><td><a class="bf-ba__btn-gold" href="https://www.ford.com/cmslibs/content/dam/brand_ford/en_us/brand/cpo/pdf/Ford_Blue_Advantage_Gold_Certified_Brochure_v2.pdf" target="_blank" rel="noopener">Gold Brochure</a></td><td><a class="bf-ba__btn-blue" href="https://www.ford.com/cmslibs/content/dam/brand_ford/en_us/brand/cpo/pdf/Ford_Blue_Advantage_Blue_Certified_Brochure_v2.pdf" target="_blank" rel="noopener">Blue Brochure</a></td></tr>
</tbody>
</table>
</div>

<div class="bf-ba__notes">
<p><sup>1</sup> See your dealer for warranty coverage details.</p>
<p><sup>2</sup> Ford Roadside Assistance is included for certain owners and available to everyone for a per service fee. Ford reserves the right to change program details without obligations.</p>
<p><sup>3</sup> Buyers of Ford Blue Advantage vehicles will receive 22,000 Points (Gold Certified) or 11,000 Points (Blue Certified) after enrollment within 60 days of vehicle sale. Modem not required. Visit a participating dealer for details.</p>
<p><sup>5</sup> SiriusXM audio and data services each require a subscription sold separately, or as a package, by Sirius XM Radio Inc. If you decide to continue service after your trial, the subscription plan you choose will automatically renew thereafter and you will be charged according to your chosen payment method at then-current rates. Fees and taxes apply. To cancel, you must call SiriusXM at 1-866-635-2349. See SiriusXM Customer Agreement for complete terms at www.siriusxm.com. All fees and programming subject to change. Sirius, XM and all related marks and logos are trademarks of Sirius XM Radio Inc.</p>
</div>

</details>
</div>
<style>
.bf-ba{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm);padding:clamp(1.25rem,3.5vw,2.25rem);overflow:hidden;margin-bottom:1.5rem;color:#000}
/* 45px/700 centred, matching legacy. `.bf-ba h2.bf-ba__h` (0-2-1) because the platform's
   `.cms-body h2` (0-1-1) outranks a lone class and was forcing 24.8px in the theme blue. */
.bf-ba h2.bf-ba__h{font-size:clamp(30px,3.6vw,45px);font-weight:700;color:#000;text-align:center;line-height:1.15;margin:0 0 14px}
.bf-ba__intro{font-size:16px;line-height:1.7;color:#000;text-align:center;margin:0 0 18px}
/* READ MORE: 20px, legacy's rgb(6,120,188) == this tenant's Theme.LinkColor. */
.bf-ba details.cms-acc > summary{display:block;text-align:center;font-size:20px;font-weight:600;color:var(--link,#0678bc);cursor:pointer;list-style:none;padding:.35rem 0}
.bf-ba details.cms-acc > summary::-webkit-details-marker{display:none}
/* Chevron BESIDE the words, not pinned to the right edge. Overrides global.css:3033's
   position:absolute/right:1.25rem — correct for a full-width accordion row, wrong for a centred
   label. Extra .bf-ba raises specificity above the platform rule rather than relying on order. */
.bf-ba.bf-ba details.cms-acc > summary{padding-right:0}
.bf-ba.bf-ba details.cms-acc > summary::after{position:static;display:inline-block;margin:0 0 .15rem .55rem;width:.55rem;height:.55rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);vertical-align:middle}
.bf-ba.bf-ba details.cms-acc[open] > summary::after{transform:rotate(-135deg);margin-bottom:-.15rem}
.bf-ba__tablewrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:1rem}
.bf-ba__table{width:100%;border-collapse:collapse;min-width:560px;font-size:16px;color:#000}
.bf-ba__table th{font-weight:700;text-align:left;padding:.6rem .75rem}
.bf-ba__th-benefit{width:50%;border-bottom:2px solid #ddd}
.bf-ba__th-gold{min-width:150px;border-bottom:2px solid #ffd700}
.bf-ba__th-blue{min-width:150px;border-bottom:2px solid #00f}
.bf-ba__table td{padding:.7rem .75rem;vertical-align:top}
/* legacy bands EVERY row: gold under column 2, blue under column 3, grey under the benefit copy */
.bf-ba__table tbody td:nth-child(1){border-bottom:1px solid #ddd}
.bf-ba__table tbody td:nth-child(2){border-bottom:2px solid #ffd700}
.bf-ba__table tbody td:nth-child(3){border-bottom:2px solid #00f}
/* No underline on these links, hover included (user, 2026-08-31: "I do not want that underline on
   hover"). Declared on .bf-ba a — not just the table — so every link in the top content card
   behaves the same, and repeated on :hover/:focus because the browser default would otherwise
   re-apply it on interaction. The links stay distinguishable by colour + weight, which is what
   the platform's own `.cms-body a` rule provides. */
.bf-ba a,.bf-ba a:hover,.bf-ba a:focus{color:var(--link,#0678bc);text-decoration:none}
/* Brochure buttons — legacy: white on rgb(240,173,78) and white on rgb(6,120,188). */
.bf-ba__btn-gold,.bf-ba__btn-blue{display:block;text-align:center;color:#fff !important;font-weight:600;padding:.7rem 1rem;border-radius:6px;text-decoration:none}
.bf-ba__btn-gold{background:#f0ad4e}
.bf-ba__btn-blue{background:var(--link,#0678bc)}
.bf-ba__btn-gold:hover,.bf-ba__btn-blue:hover{filter:brightness(1.06)}
.bf-ba__brochures td{vertical-align:middle;border-bottom:none}
.bf-ba__notes{margin-top:1.25rem;font-size:.82rem;line-height:1.6;color:var(--ink-soft,#54606e)}
@media(max-width:767px){.bf-ba__table{font-size:15px}}
</style>
:::
