' ); const iframe = document.createElement('iframe'); iframe.title = 'Fleet Profitability Scorecard'; iframe.id = 'scorecard-frame'; iframe.setAttribute('allow', 'clipboard-write'); iframe.style.cssText = 'position:fixed;inset:0;width:100%;height:100%;border:0;z-index:9999;background:#0b1120;'; iframe.srcdoc = html; document.body.appendChild(iframe); document.documentElement.style.overflow = 'hidden'; document.body.style.overflow = 'hidden'; return true; } catch (e) { return false; } }; setTimeout(() => { if (startInPage(info)) return; const params = new URLSearchParams(); Object.entries(info).forEach(([k, v]) => { if (v) params.set(k, v); }); window.location.href = 'scorecard/index.html?' + params.toString(); }, 1400); }; if (submitted) { return (
$
Building your scorecard…
{LOADING_STEPS.map((label, i) => (
{i < loadStep ? '✓' : i === loadStep ?
: ''}
{label}
))}
); } return (
Free · 5 min
Step 1 of 3
Start your scorecard
Tell us about your fleet. Then 10 questions.
{!short && (
)}
{!short && (
)}
{!short && (
)}
Show Me the Leak →
Your information stays private. No spam. No list.
); } window.LeadForm = LeadForm;