document.addEventListener("DOMContentLoaded", function() {
// Only run on homepage
if (window.location.pathname !== "/") return;
// Show only once per session
if (sessionStorage.getItem("homepagePopupShown")) return;
// Create popup
document.body.insertAdjacentHTML("beforeend", `