-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinvestor-call-companion.html
More file actions
746 lines (651 loc) · 28.4 KB
/
investor-call-companion.html
File metadata and controls
746 lines (651 loc) · 28.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spark Call Companion | Price Tank Prep</title>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<style>
:root {
--space-black: #0a0a0f;
--sacred-gold: #d4af37;
--electric-purple: #8b5cf6;
--cyan-glow: #22d3ee;
--soft-white: #f0f0f5;
--card-bg: rgba(20, 20, 30, 0.9);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Space Mono', monospace;
background: var(--space-black);
color: var(--soft-white);
min-height: 100vh;
padding: 20px;
background-image:
radial-gradient(ellipse at top, rgba(139, 92, 246, 0.1) 0%, transparent 50%),
radial-gradient(ellipse at bottom, rgba(34, 211, 238, 0.05) 0%, transparent 50%);
}
.header {
text-align: center;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}
.header h1 {
font-family: 'Cormorant Garamond', serif;
font-size: 2.5rem;
color: var(--sacred-gold);
margin-bottom: 5px;
}
.header .subtitle {
color: var(--cyan-glow);
font-size: 0.85rem;
letter-spacing: 2px;
text-transform: uppercase;
}
.status-bar {
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 30px;
flex-wrap: wrap;
}
.status-pill {
background: var(--card-bg);
padding: 8px 16px;
border-radius: 20px;
font-size: 0.75rem;
border: 1px solid rgba(212, 175, 55, 0.3);
}
.status-pill.live {
border-color: #22c55e;
color: #22c55e;
animation: pulse 2s infinite;
}
@keyframes pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.6; }
}
.main-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
max-width: 1400px;
margin: 0 auto;
}
@media (max-width: 900px) {
.main-grid {
grid-template-columns: 1fr;
}
}
.card {
background: var(--card-bg);
border-radius: 12px;
padding: 20px;
border: 1px solid rgba(212, 175, 55, 0.2);
}
.card h2 {
font-family: 'Cormorant Garamond', serif;
color: var(--sacred-gold);
font-size: 1.3rem;
margin-bottom: 15px;
display: flex;
align-items: center;
gap: 10px;
}
.card h2 .icon {
font-size: 1.5rem;
}
/* FLOW SECTION */
.flow-step {
background: rgba(139, 92, 246, 0.1);
border-left: 3px solid var(--electric-purple);
padding: 12px 15px;
margin-bottom: 10px;
border-radius: 0 8px 8px 0;
cursor: pointer;
transition: all 0.3s ease;
}
.flow-step:hover {
background: rgba(139, 92, 246, 0.2);
transform: translateX(5px);
}
.flow-step.active {
background: rgba(34, 211, 238, 0.2);
border-color: var(--cyan-glow);
}
.flow-step .step-num {
color: var(--cyan-glow);
font-weight: bold;
font-size: 0.7rem;
letter-spacing: 1px;
}
.flow-step .step-title {
font-family: 'Cormorant Garamond', serif;
font-size: 1.1rem;
color: var(--soft-white);
margin: 5px 0;
}
.flow-step .step-script {
font-size: 0.8rem;
color: rgba(240, 240, 245, 0.7);
line-height: 1.5;
display: none;
}
.flow-step.active .step-script {
display: block;
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid rgba(255,255,255,0.1);
}
/* Q&A SECTION */
.qa-item {
margin-bottom: 15px;
}
.qa-question {
background: rgba(212, 175, 55, 0.1);
padding: 12px 15px;
border-radius: 8px;
cursor: pointer;
border: 1px solid rgba(212, 175, 55, 0.3);
transition: all 0.3s ease;
font-size: 0.9rem;
}
.qa-question:hover {
background: rgba(212, 175, 55, 0.2);
}
.qa-question::before {
content: "Q: ";
color: var(--sacred-gold);
font-weight: bold;
}
.qa-answer {
display: none;
background: rgba(34, 211, 238, 0.1);
padding: 15px;
margin-top: 5px;
border-radius: 8px;
font-size: 0.85rem;
line-height: 1.6;
border-left: 3px solid var(--cyan-glow);
}
.qa-answer.show {
display: block;
}
.qa-answer strong {
color: var(--cyan-glow);
}
/* NUMBERS CARD */
.number-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}
.number-box {
background: rgba(139, 92, 246, 0.1);
padding: 15px;
border-radius: 8px;
text-align: center;
}
.number-box .label {
font-size: 0.7rem;
color: rgba(240, 240, 245, 0.6);
text-transform: uppercase;
letter-spacing: 1px;
}
.number-box .value {
font-family: 'Cormorant Garamond', serif;
font-size: 1.8rem;
color: var(--sacred-gold);
margin-top: 5px;
}
/* PANIC BUTTON */
.panic-section {
grid-column: 1 / -1;
}
.panic-btn {
width: 100%;
padding: 20px;
background: linear-gradient(135deg, var(--electric-purple), #6d28d9);
border: none;
border-radius: 12px;
color: white;
font-family: 'Cormorant Garamond', serif;
font-size: 1.5rem;
cursor: pointer;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 3px;
}
.panic-btn:hover {
transform: scale(1.02);
box-shadow: 0 0 30px rgba(139, 92, 246, 0.5);
}
.quick-responses {
display: none;
margin-top: 15px;
padding: 20px;
background: var(--card-bg);
border-radius: 12px;
border: 2px solid var(--electric-purple);
}
.quick-responses.show {
display: block;
}
.quick-responses h3 {
color: var(--electric-purple);
margin-bottom: 15px;
font-family: 'Cormorant Garamond', serif;
}
.quick-btn {
display: block;
width: 100%;
padding: 12px;
margin-bottom: 10px;
background: rgba(139, 92, 246, 0.2);
border: 1px solid var(--electric-purple);
border-radius: 8px;
color: var(--soft-white);
font-family: 'Space Mono', monospace;
font-size: 0.85rem;
cursor: pointer;
text-align: left;
transition: all 0.2s ease;
}
.quick-btn:hover {
background: rgba(139, 92, 246, 0.4);
}
/* MANTRAS */
.mantra {
text-align: center;
padding: 15px;
background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(139, 92, 246, 0.1));
border-radius: 8px;
margin-top: 15px;
}
.mantra-text {
font-family: 'Cormorant Garamond', serif;
font-size: 1.2rem;
font-style: italic;
color: var(--sacred-gold);
}
/* LIVE CHAT SECTION */
.chat-section {
grid-column: 1 / -1;
}
.chat-box {
background: rgba(10, 10, 15, 0.8);
border: 1px solid var(--cyan-glow);
border-radius: 12px;
padding: 15px;
min-height: 150px;
margin-bottom: 15px;
}
.chat-input-row {
display: flex;
gap: 10px;
}
.chat-input {
flex: 1;
padding: 15px;
background: rgba(20, 20, 30, 0.9);
border: 1px solid rgba(34, 211, 238, 0.3);
border-radius: 8px;
color: var(--soft-white);
font-family: 'Space Mono', monospace;
font-size: 0.9rem;
}
.chat-input:focus {
outline: none;
border-color: var(--cyan-glow);
}
.chat-send {
padding: 15px 30px;
background: var(--cyan-glow);
border: none;
border-radius: 8px;
color: var(--space-black);
font-family: 'Space Mono', monospace;
font-weight: bold;
cursor: pointer;
transition: all 0.2s ease;
}
.chat-send:hover {
background: #06b6d4;
}
.chat-message {
padding: 10px 15px;
margin-bottom: 10px;
border-radius: 8px;
font-size: 0.85rem;
line-height: 1.5;
}
.chat-message.user {
background: rgba(34, 211, 238, 0.2);
border-left: 3px solid var(--cyan-glow);
}
.chat-message.assistant {
background: rgba(212, 175, 55, 0.2);
border-left: 3px solid var(--sacred-gold);
}
.chat-hint {
font-size: 0.75rem;
color: rgba(240, 240, 245, 0.5);
text-align: center;
margin-top: 10px;
}
/* COPY BUTTON */
.copy-btn {
font-size: 0.7rem;
padding: 4px 8px;
background: rgba(212, 175, 55, 0.2);
border: 1px solid var(--sacred-gold);
border-radius: 4px;
color: var(--sacred-gold);
cursor: pointer;
margin-top: 10px;
}
.copy-btn:hover {
background: rgba(212, 175, 55, 0.4);
}
/* TIMER */
.timer {
font-family: 'Space Mono', monospace;
font-size: 2rem;
color: var(--cyan-glow);
text-align: center;
padding: 20px;
}
.timer-label {
font-size: 0.7rem;
color: rgba(240, 240, 245, 0.5);
text-transform: uppercase;
letter-spacing: 2px;
}
</style>
</head>
<body>
<div class="header">
<h1>⚡ Spark Call Companion</h1>
<div class="subtitle">Price Tank / Alvin Ramdin Prep</div>
</div>
<div class="status-bar">
<div class="status-pill">SAFE: $200K @ $800K pre-money</div>
<div class="status-pill">Equity: 20%</div>
<div class="status-pill live">● DECK LIVE</div>
</div>
<div class="main-grid">
<!-- CALL FLOW -->
<div class="card">
<h2><span class="icon">🎯</span> Call Flow</h2>
<p style="font-size: 0.75rem; color: rgba(240,240,245,0.5); margin-bottom: 15px;">Click each step to expand script</p>
<div class="flow-step" onclick="toggleStep(this)">
<div class="step-num">STEP 1 · 30 SEC</div>
<div class="step-title">The Hook — Your Origin</div>
<div class="step-script">
<strong>Say this:</strong><br>
"In 2020, I was floating in my backyard pool and said out loud: 'This is a game.' That same week, I discovered the man who murdered my mother in 1991 had been living across the street from my family for 12 years. Everything I thought was random... wasn't. That's when I started building The First Spark."
<button class="copy-btn" onclick="copyText(this, event)">Copy</button>
</div>
</div>
<div class="flow-step" onclick="toggleStep(this)">
<div class="step-num">STEP 2 · 60 SEC</div>
<div class="step-title">What The First Spark IS</div>
<div class="step-script">
<strong>Say this:</strong><br>
"I build consciousness technology. Our flagship product is Soul Maps — personalized interactive HTML pages that decode someone's birth chart, numerology, and cosmic patterns into a digital experience they can explore forever. No calls. No scheduling. Just a custom URL that feels like looking in a mirror. We charge $111 for the full decode, $22 for the founding tier. Pure margin."
<button class="copy-btn" onclick="copyText(this, event)">Copy</button>
</div>
</div>
<div class="flow-step" onclick="toggleStep(this)">
<div class="step-num">STEP 3 · 30 SEC</div>
<div class="step-title">The Market Proof</div>
<div class="step-script">
<strong>Say this:</strong><br>
"Co-Star has 20 million users. The Pattern raised $20 million. Headspace sold for $3 billion. The self-discovery market is massive and growing. I'm not asking anyone to believe in astrology — I'm showing them that millions already do, and they'll pay for meaning."
<button class="copy-btn" onclick="copyText(this, event)">Copy</button>
</div>
</div>
<div class="flow-step" onclick="toggleStep(this)">
<div class="step-num">STEP 4 · 30 SEC</div>
<div class="step-title">The Differentiator</div>
<div class="step-script">
<strong>Say this:</strong><br>
"What makes me different? I built 50+ interactive tools from scratch with no engineering team. I ship daily. And my story — a solo mom in Akron who decoded her own trauma through pattern recognition — isn't something VCs can manufacture. This isn't a pitch deck founder. This is the real thing."
<button class="copy-btn" onclick="copyText(this, event)">Copy</button>
</div>
</div>
<div class="flow-step" onclick="toggleStep(this)">
<div class="step-num">STEP 5</div>
<div class="step-title">The Close</div>
<div class="step-script">
<strong>Say this:</strong><br>
"I'm raising $200K on a SAFE at $800K pre-money. 20% equity. That gives me 12 months of runway to hit 1,000 paid Soul Maps and launch the Sparkverse membership at scale. What would help you feel confident about this?"
<button class="copy-btn" onclick="copyText(this, event)">Copy</button>
</div>
</div>
<div class="mantra">
<div class="mantra-text">"Reality is programmable. Consciousness is the code."</div>
</div>
</div>
<!-- Q&A BANK -->
<div class="card">
<h2><span class="icon">💬</span> Investor Questions</h2>
<p style="font-size: 0.75rem; color: rgba(240,240,245,0.5); margin-bottom: 15px;">Tap question to reveal answer</p>
<div class="qa-item">
<div class="qa-question" onclick="toggleAnswer(this)">What's your revenue?</div>
<div class="qa-answer">
<strong>Honest answer:</strong> "We're pre-revenue at scale — I've done $500 in angel investment and a handful of Soul Maps. But the unit economics are proven: $111 product, zero marginal cost, 100% margin. I'm not optimizing for revenue yet — I'm optimizing for product-market fit."
</div>
</div>
<div class="qa-item">
<div class="qa-question" onclick="toggleAnswer(this)">What's your traction?</div>
<div class="qa-answer">
<strong>Traction story:</strong> "50+ tools built and shipped. Featured in Voyage Ohio's Hidden Gems (March 26, 2026). Active Sparkverse community on Whop. Three investor conversations in progress. And every Soul Map I deliver generates word-of-mouth — people share their URLs because they're proud of them."
</div>
</div>
<div class="qa-item">
<div class="qa-question" onclick="toggleAnswer(this)">How do you scale this?</div>
<div class="qa-answer">
<strong>Scale path:</strong> "Phase 1 is manual — I decode and build each Soul Map. Phase 2: I'm training an AI on my methodology to automate 80% of the decode. Phase 3: Sparkverse membership ($33/month) creates recurring revenue. Phase 4: Soul Map NFTs on Base for ownership and secondary sales."
</div>
</div>
<div class="qa-item">
<div class="qa-question" onclick="toggleAnswer(this)">Why you? Why now?</div>
<div class="qa-answer">
<strong>Founder-market fit:</strong> "I'm not cosplaying as a consciousness founder — I lived this. My mother's murder, the discovery, the pattern recognition that helped me survive... that's the product. And timing-wise: AI just made personalized content scalable. The tools I needed didn't exist 3 years ago."
</div>
</div>
<div class="qa-item">
<div class="qa-question" onclick="toggleAnswer(this)">What's your use of funds?</div>
<div class="qa-answer">
<strong>Allocation:</strong><br>
• 40% — Founder runway (12 months)<br>
• 25% — Product development (AI training, infrastructure)<br>
• 20% — Marketing/growth (content, ads, PR)<br>
• 15% — Operations (legal, accounting, tools)
</div>
</div>
<div class="qa-item">
<div class="qa-question" onclick="toggleAnswer(this)">What if this is just woo-woo?</div>
<div class="qa-answer">
<strong>The skeptic reframe:</strong> "I don't need you to believe in astrology. I need you to believe that 20 million Co-Star users do. This isn't about truth — it's about meaning. People pay for frameworks that help them understand themselves. I just built a better framework."
</div>
</div>
<div class="qa-item">
<div class="qa-question" onclick="toggleAnswer(this)">What are your risks?</div>
<div class="qa-answer">
<strong>Honest risks:</strong> "Single founder risk — I'm the bottleneck. That's what the raise solves. Market education — people don't know 'consciousness technology' is a category yet. Competition — bigger players could copy, but they can't copy my story or my 50-tool head start."
</div>
</div>
</div>
<!-- NUMBERS -->
<div class="card">
<h2><span class="icon">📊</span> Your Numbers</h2>
<div class="number-grid">
<div class="number-box">
<div class="label">Raising</div>
<div class="value">$200K</div>
</div>
<div class="number-box">
<div class="label">Pre-Money</div>
<div class="value">$800K</div>
</div>
<div class="number-box">
<div class="label">Equity</div>
<div class="value">20%</div>
</div>
<div class="number-box">
<div class="label">Runway</div>
<div class="value">12 mo</div>
</div>
<div class="number-box">
<div class="label">Soul Map Price</div>
<div class="value">$111</div>
</div>
<div class="number-box">
<div class="label">Founding Price</div>
<div class="value">$22</div>
</div>
<div class="number-box">
<div class="label">Membership</div>
<div class="value">$33/mo</div>
</div>
<div class="number-box">
<div class="label">Tools Built</div>
<div class="value">50+</div>
</div>
</div>
</div>
<!-- CALL TIMER -->
<div class="card">
<h2><span class="icon">⏱️</span> Call Timer</h2>
<div class="timer-label">Keep it under 30 min</div>
<div class="timer" id="timer">00:00</div>
<div style="display: flex; gap: 10px; justify-content: center;">
<button class="copy-btn" onclick="startTimer()" style="padding: 10px 20px;">Start</button>
<button class="copy-btn" onclick="pauseTimer()" style="padding: 10px 20px;">Pause</button>
<button class="copy-btn" onclick="resetTimer()" style="padding: 10px 20px;">Reset</button>
</div>
<div class="mantra" style="margin-top: 20px;">
<div style="font-size: 0.8rem; color: rgba(240,240,245,0.6); margin-bottom: 10px;">POWER MANTRA</div>
<div class="mantra-text">"I don't fit the founder archetype. That's probably why this works."</div>
</div>
</div>
<!-- PANIC BUTTON -->
<div class="card panic-section">
<button class="panic-btn" onclick="togglePanic()">🆘 STUCK? TAP FOR QUICK SAVES</button>
<div class="quick-responses" id="panicResponses">
<h3>Quick Recovery Lines:</h3>
<button class="quick-btn" onclick="copyQuick(this)">"That's a great question — let me think about how to frame this..."</button>
<button class="quick-btn" onclick="copyQuick(this)">"I want to be honest with you about that..."</button>
<button class="quick-btn" onclick="copyQuick(this)">"What would help you feel confident about that piece?"</button>
<button class="quick-btn" onclick="copyQuick(this)">"I'm still figuring that out — here's where my thinking is..."</button>
<button class="quick-btn" onclick="copyQuick(this)">"Can I follow up with more detail on that after the call?"</button>
<button class="quick-btn" onclick="copyQuick(this)">"The honest answer is I don't know yet, but here's my hypothesis..."</button>
</div>
</div>
<!-- LIVE CHAT -->
<div class="card chat-section">
<h2><span class="icon">🤖</span> Live Partner Support</h2>
<p style="font-size: 0.75rem; color: rgba(240,240,245,0.5); margin-bottom: 15px;">Type a question during the call — keep Claude.ai open in another tab</p>
<div class="chat-box" id="chatBox">
<div class="chat-message assistant">
Ready to support you live. If Alvin asks something that stumps you, type it here and I'll draft a response. Keep this tab + Claude.ai open side by side.
</div>
</div>
<div class="chat-input-row">
<input type="text" class="chat-input" id="chatInput" placeholder="Type your question or what Alvin just asked..." onkeypress="handleKeyPress(event)">
<button class="chat-send" onclick="sendToClipboard()">Copy to Claude</button>
</div>
<div class="chat-hint">This copies your question to clipboard — paste it in Claude.ai for real-time help</div>
</div>
</div>
<script>
// Timer functionality
let timerInterval;
let seconds = 0;
function startTimer() {
if (!timerInterval) {
timerInterval = setInterval(() => {
seconds++;
updateTimerDisplay();
}, 1000);
}
}
function pauseTimer() {
clearInterval(timerInterval);
timerInterval = null;
}
function resetTimer() {
pauseTimer();
seconds = 0;
updateTimerDisplay();
}
function updateTimerDisplay() {
const mins = Math.floor(seconds / 60).toString().padStart(2, '0');
const secs = (seconds % 60).toString().padStart(2, '0');
document.getElementById('timer').textContent = `${mins}:${secs}`;
// Warning colors
if (seconds > 1800) { // 30 min
document.getElementById('timer').style.color = '#ef4444';
} else if (seconds > 1500) { // 25 min
document.getElementById('timer').style.color = '#f59e0b';
}
}
// Toggle functions
function toggleStep(el) {
document.querySelectorAll('.flow-step').forEach(step => {
if (step !== el) step.classList.remove('active');
});
el.classList.toggle('active');
}
function toggleAnswer(el) {
const answer = el.nextElementSibling;
document.querySelectorAll('.qa-answer').forEach(a => {
if (a !== answer) a.classList.remove('show');
});
answer.classList.toggle('show');
}
function togglePanic() {
document.getElementById('panicResponses').classList.toggle('show');
}
// Copy functions
function copyText(btn, event) {
event.stopPropagation();
const script = btn.parentElement;
const text = script.innerHTML.replace(/<button.*<\/button>/g, '').replace(/<br>/g, '\n').replace(/<strong>.*?<\/strong>/g, '').trim();
navigator.clipboard.writeText(text);
btn.textContent = 'Copied!';
setTimeout(() => btn.textContent = 'Copy', 2000);
}
function copyQuick(btn) {
navigator.clipboard.writeText(btn.textContent);
btn.style.background = 'rgba(34, 211, 238, 0.3)';
setTimeout(() => btn.style.background = 'rgba(139, 92, 246, 0.2)', 1000);
}
// Chat functionality
function handleKeyPress(event) {
if (event.key === 'Enter') {
sendToClipboard();
}
}
function sendToClipboard() {
const input = document.getElementById('chatInput');
const question = input.value.trim();
if (!question) return;
const prompt = `[LIVE INVESTOR CALL SUPPORT]\n\nI'm on a call with Alvin Ramdin from Price Tank right now. He just asked:\n\n"${question}"\n\nGive me a quick, confident response I can say. Keep it under 30 seconds of speaking time.`;
navigator.clipboard.writeText(prompt);
// Add to chat display
const chatBox = document.getElementById('chatBox');
chatBox.innerHTML += `<div class="chat-message user">📋 Copied to clipboard: "${question}"<br><br>Paste in Claude.ai now for instant help!</div>`;
chatBox.scrollTop = chatBox.scrollHeight;
input.value = '';
}
</script>
</body>
</html>