wrap-up: reframe as done-for-you (we file everything; client only cancels insurance etc.)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
justin 2026-05-31 01:25:58 -05:00
parent 374db59ba7
commit ffe6f34bc8

View file

@ -288,27 +288,18 @@ Send reset link
var state = data.phy_state || "";
var orderUrl = "/order/dot-compliance?dot=" + data.dot_number + "&services=carrier-closeout&intent=closing";
var includes = [];
includes.push("File your <strong>final MCS-150 (Out of Business)</strong> to deactivate USDOT&nbsp;" + data.dot_number + " - stops biennial-update obligations and $1,000/day late penalties.");
includes.push("<strong>Revoke your operating authority (MC)</strong> with FMCSA so it isn&rsquo;t left active and billable.");
includes.push("<strong>Cancel your UCR registration</strong> and confirm you&rsquo;re marked inactive so next year&rsquo;s bill never comes.");
includes.push("<strong>Close your IFTA account</strong>, file the final quarterly return, and handle your decals.");
includes.push("<strong>Return your IRP plates</strong>" + (state ? " to your base state (" + state + ")" : "") + " and close the account.");
if (STATE_CLOSEOUT[state]) includes.push("<strong>Close your state account:</strong> " + STATE_CLOSEOUT[state]);
includes.push("We tell you <strong>exactly when to cancel your insurance</strong> so FMCSA doesn&rsquo;t flag a lapse.");
var h = '';
// Done-for-you trucking wrap-up service ($199)
h += '<div style="background:#f0fdf4;border:2px solid #16a34a;border-radius:12px;padding:24px;margin-top:8px">';
h += '<h3 style="font-size:19px;font-weight:800;color:#166534;margin:0 0 6px">Let us handle your entire trucking wrap-up</h3>';
h += '<p style="font-size:14px;color:#374151;margin:0 0 14px">Closing ' + data.legal_name + '? Don&rsquo;t leave loose ends that keep billing you after you&rsquo;re off the road. We do the whole shutdown for you - no Login.gov, no government portals:</p>';
h += '<ul style="margin:0 0 18px;padding:0;list-style:none">';
includes.forEach(function(s) {
h += '<li style="display:flex;gap:10px;padding:8px 0;border-bottom:1px solid #dcfce7;font-size:14px;color:#374151;line-height:1.6">';
h += '<span style="flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#16a34a;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:1px">&#10003;</span>';
h += '<span>' + s + '</span></li>';
});
h += '</ul>';
h += '<h3 style="font-size:19px;font-weight:800;color:#166534;margin:0 0 6px">Let us do all the shutdown paperwork</h3>';
h += '<p style="font-size:14px;color:#374151;margin:0 0 14px">Closing ' + data.legal_name + '? We file <strong>everything</strong> it takes to shut down properly: the final MCS-150, authority revocation, UCR, IFTA/IRP and your state account closures. No Login.gov, no portals, no forms for you to figure out. You sign once and we take it from there.</p>';
h += '<div style="background:#fff;border:1px solid #bbf7d0;border-radius:8px;padding:14px 16px;margin:0 0 18px">';
h += '<p style="font-size:13px;font-weight:700;color:#166534;margin:0 0 8px">The only things left for you:</p>';
h += '<ul style="margin:0;padding:0 0 0 18px;font-size:13px;color:#374151;line-height:1.7">';
h += '<li>Cancel your insurance once we give the go-ahead (after your authority is revoked, so FMCSA doesn&rsquo;t flag a lapse).</li>';
h += '<li>Turn in or destroy your plates and IFTA decals when your state asks.</li>';
h += '<li>Keep your DOT records on file for 3 years, just in case.</li>';
h += '</ul></div>';
h += '<div style="display:flex;align-items:center;gap:16px;flex-wrap:wrap">';
h += '<a href="' + orderUrl + '" style="display:inline-block;padding:14px 34px;background:#16a34a;color:#fff;font-weight:800;border-radius:8px;text-decoration:none;font-size:16px;box-shadow:0 4px 12px rgba(22,163,74,0.3)">Start My Wrap-Up - $199 &rarr;</a>';
h += '<span style="font-size:13px;color:#15803d;font-weight:600">Flat $199. We file everything for you.</span>';