diff --git a/index.html b/index.html
index 1657f7c..bf95fd3 100644
--- a/index.html
+++ b/index.html
@@ -1340,7 +1340,7 @@
⚖️ All Scenarios Side by Side (per person)
- | Scenario | Their Upfront | Your Cost |
+ Scenario | Sponsor Covers | Your Cost |
Time to 3× L7 | Year 1 Earnings |
Total to Endgame | Monthly at 3× L7 |
@@ -1681,12 +1681,12 @@ function updateAll() {
const summaryHtml = `
-
Your Cost
+
Sponsor Covers
$${giftCost.toLocaleString()}
${numPeople > 1 ? `× ${numPeople} = $${(giftCost * numPeople).toLocaleString()}` : ''}
-
Their Cost
+
Your Cost
$${selfCost.toLocaleString()}
per person