Current version vs. approved Variant C, with copy-paste strings and markup.
Scope: five text replacements plus one new list item. No layout changes, no style changes, no dimension changes, no flow-logic changes. The modal grows about 22 px taller from the added bullet — nothing else moves.
Text being replaced is marked in red.
Why should I get pre-qualified?
Start now, or you can come back and finish later if you need to
New text in green; the added bullet is flagged.
Why should I get pre-qualified?
Start now, or come back and finish later.
<li>.Each row is one replacement. Use the Copy button to grab the new string exactly as written — note the em dash in bullet 1 and the closing periods on the heading and footer.
Structure of the content block with Variant C copy in place. Class names are placeholders — keep whatever the component already uses. Changed lines are highlighted.
<!-- Get Pre-Qualified · intro modal --> <div class="prequal-intro"> <div class="modal-titlebar"> <span class="modal-title">Get Pre-Qualified</span> <button class="modal-close" aria-label="Close">×</button> </div> <h2 class="prequal-heading">See your real buying power in just a few minutes.</h2> <button class="btn-primary prequal-start">Start Here</button> <p class="prequal-why">Why should I get pre-qualified?</p> <ul class="prequal-benefits"> <li>See exactly what you can afford — and the homes you actually qualify for</li> <li>Find loan programs and buying assistance you may be eligible for</li> <li>Unlock SearchPro and OfferPro to search and write offers with a real approval</li> <!-- NEW --> </ul> <p class="prequal-footnote">Start now, or come back and finish later.</p> </div>