Share your name + work email and we’ll flag the top leaks holding back conversions.

window.addEventListener('message', function (e) { if (!e || !e.data || e.data.type !== 'funnellab:readyForEmail') return; // accept "leadbox" or "#leadbox" var sel = e.data.target || '#leadbox'; if (sel[0] !== '#' && sel[0] !== '.') sel = '#' + sel; var t = document.querySelector(sel); if (t && t.scrollIntoView) t.scrollIntoView({ behavior: 'smooth', block: 'start' }); if (location.hash !== sel) location.hash = sel; // keep Carrd in sync }, false);