🧠 QUERO COMEÇAR AGORA — Acesso Imediato
// gtag('config', 'G-SEUID');
// ---------------------------------------------------------------------------
// Dispara um evento de clique no CTA para o pixel/GA quando estiverem configurados.
document.querySelectorAll('[data-cta]').forEach(function (el) {
el.addEventListener('click', function () {
if (window.fbq) fbq('track', 'InitiateCheckout');
if (window.gtag) gtag('event', 'begin_checkout');
});
});