function showResult() { const email = document.getElementById("userEmail").value; const topSeason = Object.entries(seasonMap).reduce((a, b) => b[1] > a[1] ? b : a)[0]; const result = { spring: { title: "SPRING — Courage & Momentum", desc: "You’re planting the seeds of wealth. Now is the time to commit to small habits, automate progress, and believe in the path forward." }, summer: { title: "SUMMER — Growth & Balance", desc: "You’re in the weeds—juggling income, family, taxes, and time. Smart structure, delegation, and proactive strategy will bring peace of mind." }, autumn: { title: "AUTUMN — Transition & Stewardship", desc: "You’ve built well. Now is the time to refine your income strategy, reduce risks, and prepare the handoff to the next chapter." }, winter: { title: "WINTER — Legacy & Simplicity", desc: "You’ve earned your wisdom. This is the season to simplify, protect, and pass down more than money. Pass on clarity, not confusion." } }; const r = result[topSeason]; content.innerHTML = `

${r.title}

${r.desc}

We’ve sent your personalized guide to ${email}.

Book Your Free Strategy Call

Your Seasons of Wealth Strategy Map

Seasons of Wealth Infographic
`; }