From ffe6f34bc802b503dbde81c81276d06503a98240 Mon Sep 17 00:00:00 2001 From: justin Date: Sun, 31 May 2026 01:25:58 -0500 Subject: [PATCH] wrap-up: reframe as done-for-you (we file everything; client only cancels insurance etc.) Co-Authored-By: Claude Opus 4.8 (1M context) --- .../tools/dot-compliance-check/index.html | 27 +++++++------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/site/public/tools/dot-compliance-check/index.html b/site/public/tools/dot-compliance-check/index.html index 4058eaf..990b7c2 100644 --- a/site/public/tools/dot-compliance-check/index.html +++ b/site/public/tools/dot-compliance-check/index.html @@ -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 final MCS-150 (Out of Business) to deactivate USDOT " + data.dot_number + " - stops biennial-update obligations and $1,000/day late penalties."); - includes.push("Revoke your operating authority (MC) with FMCSA so it isn’t left active and billable."); - includes.push("Cancel your UCR registration and confirm you’re marked inactive so next year’s bill never comes."); - includes.push("Close your IFTA account, file the final quarterly return, and handle your decals."); - includes.push("Return your IRP plates" + (state ? " to your base state (" + state + ")" : "") + " and close the account."); - if (STATE_CLOSEOUT[state]) includes.push("Close your state account: " + STATE_CLOSEOUT[state]); - includes.push("We tell you exactly when to cancel your insurance so FMCSA doesn’t flag a lapse."); - var h = ''; // Done-for-you trucking wrap-up service ($199) h += '
'; - h += '

Let us handle your entire trucking wrap-up

'; - h += '

Closing ' + data.legal_name + '? Don’t leave loose ends that keep billing you after you’re off the road. We do the whole shutdown for you - no Login.gov, no government portals:

'; - h += '
    '; - includes.forEach(function(s) { - h += '
  • '; - h += ''; - h += '' + s + '
  • '; - }); - h += '
'; + h += '

Let us do all the shutdown paperwork

'; + h += '

Closing ' + data.legal_name + '? We file everything 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.

'; + h += '
'; + h += '

The only things left for you:

'; + h += '
    '; + h += '
  • Cancel your insurance once we give the go-ahead (after your authority is revoked, so FMCSA doesn’t flag a lapse).
  • '; + h += '
  • Turn in or destroy your plates and IFTA decals when your state asks.
  • '; + h += '
  • Keep your DOT records on file for 3 years, just in case.
  • '; + h += '
'; h += '
'; h += 'Start My Wrap-Up - $199 →'; h += 'Flat $199. We file everything for you.';