diff --git a/index.html b/index.html
index 9512651..7ede2fd 100644
--- a/index.html
+++ b/index.html
@@ -1209,8 +1209,8 @@ ${phases.filter(k => k !== '3xL7').map((k, i) => {
const p = HYBRIDS[k];
return `**Phase ${i+1}: ${p.label}**
Run for ${p.cycles} cycles (${p.months} months)
-Payout: $${p.payout.toFixed(2)}/cycle → you keep ~$${p.profit.toFixed(2)} each cycle
-Then you have enough profit to unlock the next level up`;
+Payout: $${p.payout.toFixed(2)}/cycle → you pocket ~$${p.profit.toFixed(2)} each cycle
+By the end of this phase, you'll have saved enough to unlock the next level — and you keep what you've already pocketed along the way`;
}).join('\n\n')}
**Phase ${phases.filter(k => k !== '3xL7').length+1}: 3× L7 Endgame** 🎯