const CHAPTERS = [ { num: '01', name: 'Quick Setup', desc: 'Three Steps From Blank Chart to Live Indicator.' }, { num: '02', name: 'The Confluence Playbook', desc: 'The Five-Step Loop. The Stack. The Checklist. The Auto-Veto.' }, { num: '03', name: 'Module Reference', desc: 'Chop Zones, Supply / Demand, Reversal Signals, Ghost Signals.' }, { num: '04', name: 'Display Toggles', desc: 'What Shows on the Chart. None of These Change Signal Logic.' }, { num: '05', name: 'The Dashboard', desc: 'Four Cells. Tutorial Mode. The Priority Ladder. Chart Legend.' }, { num: '06', name: 'Trading Floor — Simulator', desc: 'Six Drills, Eighteen Scenarios — Including Lockout Windows. Read the Chart. Make the Call.' }, { num: '07', name: 'Limits & Troubleshooting', desc: 'Honest Limitations and Plain-English Fixes for Common Confusion.' }, ]; function Course() { const courseUrl = 'Ghost Learning Edition.html'; return ( <>