dot-compliance order: add Emergency Temporary Authority ($499) + USDOT Reactivation ($149) cards

These were missing — the ETA button in email 188 linked to the order page
with services=emergency-temporary-authority but no matching checkbox existed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
justin 2026-05-31 17:12:20 -05:00
parent dcd9fb61d0
commit 659f257167

View file

@ -140,6 +140,34 @@ Sign out
</div>
</label>
<h3 class="text-xs font-bold text-red-600 uppercase tracking-wider mt-6 mb-2">Emergency / Urgent</h3>
<label class="svc-card block rounded-xl border-2 border-red-200 bg-red-50 p-4 cursor-pointer hover:border-red-400">
<div class="flex items-start gap-3">
<input type="checkbox" data-slug="emergency-temporary-authority" data-price="49900" class="mt-1 accent-red-600">
<div class="flex-1">
<div class="flex items-center justify-between">
<span class="font-semibold text-gray-900">Emergency Temporary Authority (ETA)</span>
<span class="text-sm font-bold text-red-600">$499</span>
</div>
<p class="text-xs text-gray-500 mt-1">Out of service or authority revoked? We file an Emergency Temporary Authority request with FMCSA to get you operating within 48 hours.</p>
</div>
</div>
</label>
<label class="svc-card block rounded-xl border-2 border-orange-200 bg-orange-50 p-4 cursor-pointer hover:border-orange-400">
<div class="flex items-start gap-3">
<input type="checkbox" data-slug="usdot-reactivation" data-price="14900" class="mt-1 accent-orange-500">
<div class="flex-1">
<div class="flex items-center justify-between">
<span class="font-semibold text-gray-900">USDOT Reactivation</span>
<span class="text-sm font-bold text-orange-600">$149</span>
</div>
<p class="text-xs text-gray-500 mt-1">USDOT number gone inactive? We handle the full reactivation with FMCSA — no Login.gov account needed.</p>
</div>
</div>
</label>
<h3 class="text-xs font-bold text-orange-600 uppercase tracking-wider mt-6 mb-2">New Authority</h3>
<label class="svc-card block rounded-xl border-2 border-gray-200 bg-white p-4 cursor-pointer hover:border-orange-300">