-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
723 lines (680 loc) · 35.6 KB
/
index.html
File metadata and controls
723 lines (680 loc) · 35.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ZeroToAct — A Global Youth Execution Movement</title>
<meta name="description"
content="ZeroToAct helps smart people stop overthinking and start executing with clear, practical playbooks. Weekly Intelligence, Annual Summit, and a Live Community." />
<meta name="keywords"
content="ZeroToAct, execution, global intelligence, newsletter, summit, community, builders, productivity, africa" />
<link rel="canonical" href="https://zerotoact.com" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="apple-touch-icon" href="favicon.png" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zerotoact.com" />
<meta property="og:title" content="ZeroToAct — A Global Youth Execution Movement" />
<meta property="og:description"
content="Stop overthinking. Start executing. Join the movement for intelligence, summits, and community." />
<meta property="og:image" content="https://zerotoact.com/og-image.png" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://zerotoact.com" />
<meta name="twitter:title" content="ZeroToAct — A Global Youth Execution Movement" />
<meta name="twitter:description"
content="Stop overthinking. Start executing. Practical playbooks for the globally aware." />
<meta name="twitter:image" content="https://zerotoact.com/og-image.png" />
<!-- Robots -->
<meta name="robots" content="index, follow" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,700&family=Inter:wght@300;400;500;600&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/intl-tel-input@20.0.0/build/css/intlTelInput.css" />
<link rel="stylesheet" href="style.css" />
<script async src="https://subscribe-forms.beehiiv.com/embed.js"></script>
<!-- JSON-LD Structured Data Schema Markup -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://zerotoact.com/#organization",
"name": "ZeroToAct",
"url": "https://zerotoact.com",
"logo": {
"@type": "ImageObject",
"url": "https://zerotoact.com/favicon.png",
"caption": "ZeroToAct Logo"
},
"sameAs": [
"https://instagram.com/zerotoact",
"https://adetuyi.com"
]
},
{
"@type": "WebSite",
"@id": "https://zerotoact.com/#website",
"url": "https://zerotoact.com",
"name": "ZeroToAct",
"description": "ZeroToAct helps smart people stop overthinking and start executing with clear, practical playbooks. Weekly Intelligence, Annual Summit, and a Live Community.",
"publisher": {
"@id": "https://zerotoact.com/#organization"
}
},
{
"@type": "CreativeWorkSeries",
"@id": "https://zerotoact.com/#newsletter",
"name": "ZeroToAct Weekly Intelligence Brief",
"description": "Weekly economic, geopolitical, and tech breakdown translating complex shifts into execution roadmaps.",
"publisher": {
"@id": "https://zerotoact.com/#organization"
}
},
{
"@type": "Event",
"@id": "https://zerotoact.com/#event-2027",
"name": "ZeroToAct Annual Summit 2027",
"description": "A virtual summit gathering young global builders to assess global opportunities and develop personal 12-month execution plans.",
"startDate": "2027-01-01T09:00:00+00:00",
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
"eventStatus": "https://schema.org/EventScheduled",
"location": {
"@type": "VirtualLocation",
"url": "https://zerotoact.com/#summit-section"
},
"organizer": {
"@id": "https://zerotoact.com/#organization"
}
}
]
}
</script>
</head>
<body>
<!-- ═══════════════════════════════════════════
NAVIGATION
═══════════════════════════════════════════ -->
<nav id="nav" role="navigation" aria-label="Main navigation">
<div class="nav-inner">
<a href="#hero" class="nav-logo" aria-label="ZeroToAct Home">
<span class="logo-zero">Zero</span><span class="logo-to">To</span><span class="logo-act">Act</span>
</a>
<ul class="nav-links" role="list">
<li><a href="#content-section" class="nav-link">Intelligence</a></li>
<li><a href="#summit-section" class="nav-link">Summit</a></li>
<li><a href="#community-section" class="nav-link">Community</a></li>
<li><a href="https://adetuyi.com" target="_blank" rel="noopener noreferrer" class="nav-link">Convener</a></li>
</ul>
<button class="nav-cta join-cta-trigger" id="nav-subscribe-btn">Subscribe to the Brief</button>
<button class="nav-hamburger" id="hamburger" aria-label="Open menu" aria-expanded="false">
<span></span><span></span>
</button>
</div>
<div class="nav-mobile-menu" id="mobile-menu" aria-hidden="true">
<a href="#content-section" class="mobile-link">Intelligence</a>
<a href="#summit-section" class="mobile-link">Summit</a>
<a href="#community-section" class="mobile-link">Community</a>
<a href="https://adetuyi.com" class="mobile-link" target="_blank" rel="noopener noreferrer">Convener</a>
<button class="mobile-link mobile-link-cta join-cta-trigger">Subscribe to the Brief</button>
</div>
</nav>
<main>
<!-- ═══════════════════════════════════════════
HERO
═══════════════════════════════════════════ -->
<section id="hero" class="hero" aria-labelledby="hero-heading">
<div class="hero-inner">
<h1 id="hero-heading" class="hero-heading reveal">
Own the Intelligence.<br />
<em>Execute </em> the <em>Future</em><br />
This is ZeroToAct
</h1>
<p class="hero-sub reveal">
Every week, we break down what's shifting in the world economy, geopolitics, and technology and translate it
into clear, actionable intelligence for ambitious young people ready to move. Once a year, we gather. Every
day, we build together.</p>
<div class="hero-actions reveal">
<button class="btn-primary join-cta-trigger" id="hero-subscribe-btn">Join the Movement</button>
<button class="btn-ghost" id="play-video-btn">
<svg class="play-icon" viewBox="0 0 24 24">
<path d="M8 5v14l11-7z" />
</svg>
Watch the Intro
</button>
</div>
<div class="hero-stat-row reveal">
<div class="hero-stat">
<span class="stat-num">Weekly</span>
<span class="stat-label">Intelligence</span>
</div>
<div class="stat-divider" aria-hidden="true"></div>
<div class="hero-stat">
<span class="stat-num">Annual</span>
<span class="stat-label">Summit</span>
</div>
<div class="stat-divider" aria-hidden="true"></div>
<div class="hero-stat">
<span class="stat-num">Global</span>
<span class="stat-label">Community</span>
</div>
</div>
</div>
<div class="hero-scroll-indicator" aria-hidden="true">
<div class="scroll-line"></div>
<span class="scroll-text">Scroll</span>
</div>
</section>
<!-- ═══════════════════════════════════════════
THE THREE PILLARS
═══════════════════════════════════════════ -->
<section id="pillars" class="pillars-section" aria-labelledby="pillars-heading">
<div class="container">
<div class="section-header reveal">
<p class="section-eyebrow">The Three Expressions</p>
<h2 id="pillars-heading" class="section-heading">
From awareness<br />to execution.
</h2>
<p class="section-sub">
Three interconnected layers. Each one serves a distinct purpose.<br class="hide-mobile" />
Together they form a complete journey.
</p>
</div>
<div class="pillars-grid">
<article class="pillar-card reveal" id="pillar-content">
<div class="pillar-number">01</div>
<div class="pillar-tag">Active Prerequisite</div>
<h3 class="pillar-title">Weekly Intelligence</h3>
<p class="pillar-desc">
The continuous pipeline of global insight. Frame your perspective and build the foundation required to execute effectively when the summit arrives.
</p>
<ul class="pillar-list" aria-label="What Intelligence provides">
<li>Global shifts made actionable</li>
<li>Mandatory foundation-building</li>
<li>Active prerequisite for the 2027 Summit</li>
</ul>
<a href="#content-section" class="pillar-link">Secure the Prerequisite →</a>
</article>
<article class="pillar-card pillar-card--featured reveal" id="pillar-summit">
<div class="pillar-number">02</div>
<div class="pillar-tag">Summit</div>
<h3 class="pillar-title">Annual Event</h3>
<p class="pillar-desc">
Once a year, the movement gathers to assess the global outlook, map the opportunities, and produce a
personal 12-month execution plan.
</p>
<ul class="pillar-list" aria-label="What the Summit provides">
<li>Rigorous global opportunity outlook</li>
<li>Structured personal roadmap</li>
<li>Walk away as a builder, not a learner</li>
</ul>
<a href="#summit-section" class="pillar-link">Learn About the Summit →</a>
</article>
<article class="pillar-card reveal" id="pillar-community">
<div class="pillar-number">03</div>
<div class="pillar-tag">Community</div>
<h3 class="pillar-title">Ongoing Execution</h3>
<p class="pillar-desc">
Where the movement lives between summits and beyond newsletters. Accountability structures. Real
opportunities. Change agents actively building.
</p>
<ul class="pillar-list" aria-label="What the Community provides">
<li>Accountability around personal goals</li>
<li>Collaborations and opportunities</li>
<li>Builders, founders, and doers</li>
</ul>
<a href="#community-section" class="pillar-link">Join the Community →</a>
</article>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════
HOW THEY WORK TOGETHER
═══════════════════════════════════════════ -->
<section class="flow-section" aria-labelledby="flow-heading">
<div class="container">
<div class="flow-inner reveal">
<div class="flow-left">
<p class="section-eyebrow">The Flow</p>
<h2 id="flow-heading" class="flow-heading">
Enter curious.<br />
Exit equipped,<br />
committed, connected.
</h2>
</div>
<div class="flow-right">
<div class="flow-step">
<div class="flow-step-num">01</div>
<div class="flow-step-content">
<strong>Intelligence</strong> builds awareness and global intelligence week by week.
</div>
</div>
<div class="flow-connector" aria-hidden="true"></div>
<div class="flow-step">
<div class="flow-step-num">02</div>
<div class="flow-step-content">
<strong>Summit</strong> converts that intelligence into personal commitment once a year.
</div>
</div>
<div class="flow-connector" aria-hidden="true"></div>
<div class="flow-step">
<div class="flow-step-num">03</div>
<div class="flow-step-content">
<strong>Community</strong> turns that commitment into sustained execution over time.
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════
CONTENT / NEWSLETTER SECTION
═══════════════════════════════════════════ -->
<section id="content-section" class="newsletter-section" aria-labelledby="newsletter-heading">
<div class="container">
<div class="newsletter-inner">
<div class="newsletter-left reveal">
<p class="section-eyebrow">01 · Active Prerequisite</p>
<h2 id="newsletter-heading" class="section-heading">
Weekly intelligence<br />
for the globally aware.
</h2>
<p class="section-sub">
The foundational layer. The 2027 Summit requires high-velocity context. The Weekly Intelligence Brief is the active, mandatory preparation layer to get you up to speed.
</p>
<ul class="newsletter-features" aria-label="Newsletter features">
<li>
<span class="feature-icon" aria-hidden="true">→</span>
Global economic and geopolitical breakdowns
</li>
<li>
<span class="feature-icon" aria-hidden="true">→</span>
Complexity translated into clear, local relevance
</li>
<li>
<span class="feature-icon" aria-hidden="true">→</span>
Mandatory background building for the 2027 Summit
</li>
<li>
<span class="feature-icon" aria-hidden="true">→</span>
Weekly delivery. No fluff. Cancel anytime.
</li>
</ul>
</div>
<div id="subscribe-section" class="newsletter-right reveal">
<div class="subscribe-card">
<div class="subscribe-card-header">
<span class="subscribe-label">The Live Community</span>
<h3 class="subscribe-heading">Intelligence is just<br />the beginning.</h3>
<p class="subscribe-sub">The weekly intelligence brief sets the context. The community is where you act
on it, with builders who are moving, not just reading.</p>
</div>
<ul class="newsletter-features" aria-label="Community features" style="margin-bottom: 2rem;">
<li>
<span class="feature-icon" aria-hidden="true">→</span>
Accountability structures around real goals
</li>
<li>
<span class="feature-icon" aria-hidden="true">→</span>
Collaborations and real opportunities
</li>
<li>
<span class="feature-icon" aria-hidden="true">→</span>
Builders, founders, and doers. Every day.
</li>
</ul>
<button class="btn-whatsapp join-cta-trigger" id="intelligence-whatsapp-btn"
style="display:inline-flex; width: 100%; justify-content: center;">
Access the Brief
</button>
<p class="community-cta-disclaimer" style="text-align:center; margin-top: 0.75rem;">Open to active builders.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════
SUMMIT SECTION
═══════════════════════════════════════════ -->
<section id="summit-section" class="summit-section" aria-labelledby="summit-heading">
<div class="container">
<div class="summit-inner">
<div class="summit-content reveal">
<p class="section-eyebrow">02 · Summit</p>
<h2 id="summit-heading" class="section-heading section-heading--light">
One day.<br />
One year's worth<br />
of direction.
</h2>
<p class="section-sub section-sub--light">
The commitment layer. Once a year, the movement gathers to assess the global outlook, map the
opportunities, and produce a personal execution plan.
</p>
<div class="summit-details">
<div class="summit-detail-item">
<span class="summit-detail-label">Theme</span>
<span class="summit-detail-value">Global Eyes. African Stakes.</span>
</div>
<div class="summit-detail-item">
<span class="summit-detail-label">Next Event</span>
<span class="summit-detail-value">Coming 2027</span>
</div>
<div class="summit-detail-item">
<span class="summit-detail-label">Format</span>
<span class="summit-detail-value">One-Day Virtual Summit</span>
</div>
<div class="summit-detail-item">
<span class="summit-detail-label">Audience</span>
<span class="summit-detail-value">Global, Young Builders</span>
</div>
<div class="summit-detail-item">
<span class="summit-detail-label">Convener</span>
<span class="summit-detail-value"><a href="https://adetuyi.com" target="_blank"
rel="noopener noreferrer" class="convener-link">Tolu Adetuyi</a></span>
</div>
</div>
<div class="summit-outcomes">
<p class="outcomes-label">You will leave with:</p>
<div class="outcomes-grid">
<div class="outcome-item">
<div class="outcome-check" aria-hidden="true">✓</div>
<span>A 12-month personal action plan</span>
</div>
<div class="outcome-item">
<div class="outcome-check" aria-hidden="true">✓</div>
<span>Clear skills and sectors to pursue</span>
</div>
<div class="outcome-item">
<div class="outcome-check" aria-hidden="true">✓</div>
<span>A network of fellow builders</span>
</div>
<div class="outcome-item">
<div class="outcome-check" aria-hidden="true">✓</div>
<span>Commitment, not just inspiration</span>
</div>
</div>
</div>
<p class="summit-tagline">Understanding the World. Preparing Africa's Future.</p>
<p class="summit-prereq-note">
The 2027 Summit is where we synthesize the data. The Weekly Intelligence Brief is how we prepare for it. Start building your foundation today.
</p>
<button class="btn-primary btn-primary--outline join-cta-trigger" id="summit-notify-btn">
Register for the Summit
</button>
</div>
<div class="summit-visual reveal" aria-hidden="true">
<div class="summit-card-stack">
<div class="stack-card stack-card-3">
<div class="stack-card-inner">
<div class="card-top-meta">
<span class="card-access-id">Z2A-S27-OUTLOOK</span>
</div>
<div class="card-main-content">
<span class="stack-tag">01 / GLOBAL_OUTLOOK</span>
<h5 class="stack-heading" style="font-size: var(--fs-md); margin-top: 0.25rem;">Macro Assessment.</h5>
</div>
</div>
</div>
<div class="stack-card stack-card-2">
<div class="stack-card-inner">
<div class="card-top-meta">
<span class="card-access-id">Z2A-S27-ROADMAP</span>
</div>
<div class="card-main-content">
<span class="stack-tag">02 / PERSONAL_ROADMAP</span>
<h5 class="stack-heading" style="font-size: var(--fs-md); margin-top: 0.25rem;">12-Month Playbook.</h5>
</div>
</div>
</div>
<div class="stack-card stack-card-1">
<div class="stack-card-inner">
<div class="card-top-meta">
<span class="card-access-id"><span class="tech-prefix"></></span> Z2A-S27-EXEC</span>
<span class="card-status-dot-container">
<span class="card-status-pulse"></span>
<span class="card-status-dot"></span>
<span class="card-status-text">SYSTEM ACTIVE</span>
</span>
</div>
<div class="card-system-header">
<span class="sys-title">OPERATOR LEDGER v2.7</span>
<span class="sys-date">2027-05-24</span>
</div>
<div class="card-divider-tech"></div>
<div class="card-main-content">
<span class="card-eyebrow">ZERO_TO_ACT_SUMMIT</span>
<h4 class="stack-heading">Global Eyes.<br />African Stakes.</h4>
<p class="stack-sub">Synthesizing global shifts. Designing personal 12-month execution playbooks.</p>
</div>
<div class="card-divider-tech"></div>
<div class="card-technical-details">
<div class="tech-row">
<span class="tech-label">CORE_ENGINES</span>
<span class="tech-val">01_newsletter // 02_summit // 03_community</span>
</div>
<div class="tech-row">
<span class="tech-label">STATUS</span>
<span class="tech-val">prereq_active // weekly_intel_brief</span>
</div>
</div>
<div class="stack-label">
<span>Virtual // Annual // Global</span>
<span class="mono-hash">#0027A</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════
COMMUNITY SECTION
═══════════════════════════════════════════ -->
<section id="community-section" class="community-section" aria-labelledby="community-heading">
<div class="container">
<div class="community-inner">
<div class="community-top reveal">
<p class="section-eyebrow">03 · Community</p>
<h2 id="community-heading" class="section-heading">
Where the movement<br />lives between summits.
</h2>
<p class="section-sub">
The execution layer. Connect with builders who are actively moving, not just watching.
</p>
</div>
<div class="community-grid">
<div class="community-card reveal">
<div class="community-card-icon" aria-hidden="true">⬡</div>
<h3 class="community-card-title">Accountability Structures</h3>
<p class="community-card-desc">Commit to your goals in a community that checks in, follows up, and
celebrates your progress.</p>
</div>
<div class="community-card reveal">
<div class="community-card-icon" aria-hidden="true">⬡</div>
<h3 class="community-card-title">Real Opportunities</h3>
<p class="community-card-desc">Collaborations, resources, and connections that surface across the network.
Not curated, but earned.</p>
</div>
<div class="community-card reveal">
<div class="community-card-icon" aria-hidden="true">⬡</div>
<h3 class="community-card-title">Who Belongs</h3>
<p class="community-card-desc">Builders. Founders. Professionals. Young people in motion. If you've moved
past information consumption, this is for you.</p>
</div>
</div>
<div class="community-cta reveal">
<div class="community-cta-inner">
<div class="community-cta-text">
<h3 class="community-cta-heading">The community is live.</h3>
<p class="community-cta-sub">A private WhatsApp community for builders who are done consuming and ready
to move. Share progress, find accountability, and connect with people who are actively executing.</p>
</div>
<div class="community-cta-action">
<button class="btn-whatsapp join-cta-trigger" id="whatsapp-join-btn">
Access the Network
</button>
<p class="community-cta-disclaimer">Open to active builders.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════
BRAND PROMISE
═══════════════════════════════════════════ -->
<section class="promise-section" aria-labelledby="promise-heading">
<div class="container">
<div class="promise-inner reveal">
<div class="promise-rule" aria-hidden="true"></div>
<blockquote class="promise-quote" id="promise-heading">
"My commitment to you is that you will leave ZeroToAct with more than insight. You will leave with a plan, a commitment, and a community that holds you to it."
</blockquote>
<div class="promise-rule" aria-hidden="true"></div>
<div class="promise-founder-meta">
<img src="tolu.png" alt="Tolu Adetuyi" class="promise-avatar" />
<div class="promise-founder-details">
<span class="promise-author">Tolu Adetuyi</span>
<span class="promise-title">Convener, ZeroToAct</span>
</div>
</div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════════
FINAL CTA
═══════════════════════════════════════════ -->
<section class="final-cta-section" aria-labelledby="final-cta-heading">
<div class="container">
<div class="final-cta-inner reveal">
<h2 id="final-cta-heading" class="final-cta-heading">
Start where you are.<br />
Start now.
</h2>
<p class="final-cta-sub">
Join a live community of young builders actively executing. Access the network.
</p>
<button class="btn-primary btn-primary--large join-cta-trigger" id="final-subscribe-btn">
Access the Network
</button>
</div>
</div>
</section>
</main>
<!-- ═══════════════════════════════════════════
FOOTER
═══════════════════════════════════════════ -->
<footer class="footer" role="contentinfo">
<div class="container">
<div class="footer-inner">
<div class="footer-brand">
<a href="#hero" class="footer-logo" aria-label="ZeroToAct Home">ZeroToAct</a>
<p class="footer-tagline">
A global movement that takes young people<br />
from knowing to doing.
</p>
</div>
<nav class="footer-nav" aria-label="Footer navigation">
<div class="footer-nav-group">
<p class="footer-nav-label">Platform</p>
<a href="#content-section" class="footer-nav-link">Intelligence</a>
<a href="#summit-section" class="footer-nav-link">Summit</a>
<a href="#community-section" class="footer-nav-link">Community</a>
<a href="https://adetuyi.com" target="_blank" rel="noopener noreferrer" class="footer-nav-link">Convener</a>
</div>
</nav>
</div>
<div class="footer-bottom">
<p class="footer-copy">© 2026 ZeroToAct. All rights reserved. Convened by <a href="https://adetuyi.com"
target="_blank" rel="noopener noreferrer" class="footer-convener-link">Tolu Adetuyi</a>.</p>
<a href="https://instagram.com/zerotoact" class="footer-instagram" target="_blank" rel="noopener noreferrer"
aria-label="ZeroToAct on Instagram">
<svg class="footer-insta-icon" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
<path
d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z" />
</svg>
@zerotoact
</a>
</div>
</div>
</footer>
<!-- ═══════════════════════════════════════════
CINEMATIC VIDEO MODAL
═══════════════════════════════════════════ -->
<div id="video-modal" class="video-modal" aria-hidden="true" role="dialog" aria-label="Intro Video Player">
<div class="video-modal-overlay" id="video-modal-overlay"></div>
<div class="video-modal-container">
<button class="video-modal-close" id="video-modal-close" aria-label="Close video player">×</button>
<div class="video-modal-ratio">
<div id="video-player-container"></div>
</div>
</div>
</div>
<!-- ═══════════════════════════════════════════
APPLICATION FORM MODAL
═══════════════════════════════════════════ -->
<div id="join-modal" class="join-modal" aria-hidden="true" role="dialog" aria-label="Join the Movement Application">
<div class="join-modal-overlay" id="join-modal-overlay"></div>
<div class="join-modal-container">
<button class="join-modal-close" id="join-modal-close" aria-label="Close application form">×</button>
<!-- Form Panel -->
<div class="join-modal-content" id="join-modal-form-panel">
<h3 class="join-modal-title">Join the Movement</h3>
<p class="join-modal-desc">Fill in your details below to request access to the community</p>
<form id="join-application-form" novalidate>
<div class="form-group">
<label for="join-name" class="form-label">Full Name</label>
<input type="text" id="join-name" name="name" class="form-input" placeholder="Your full name" required />
<span class="form-error" id="error-name"></span>
</div>
<div class="form-group">
<label for="join-email" class="form-label">Email Address</label>
<input type="email" id="join-email" name="email" class="form-input" placeholder="Your email address"
required />
<span class="form-error" id="error-email"></span>
</div>
<div class="form-group">
<label for="join-phone" class="form-label">Phone Number</label>
<input type="tel" id="join-phone" name="phone" class="form-input" placeholder="Your phone number"
required />
<span class="phone-format-caption" id="phone-format-caption">Format +1 201 555 0123</span>
<span class="form-error" id="error-phone"></span>
</div>
<div class="form-group">
<label for="join-description" class="form-label">What do you do</label>
<textarea id="join-description" name="description" class="form-textarea"
placeholder="A brief description of what you do" required></textarea>
<span class="form-error" id="error-description"></span>
</div>
<button type="submit" class="btn-submit" id="join-submit-btn">
<span class="btn-text">Join Now</span>
<span class="btn-spinner"></span>
</button>
</form>
</div>
<!-- Success Panel -->
<div class="join-modal-content join-success-panel" id="join-modal-success-panel" style="display: none;">
<div class="success-icon-container">
<svg class="success-check-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<polyline points="20 6 9 17 4 12"></polyline>
</svg>
</div>
<h3 class="join-modal-title">Application Submitted</h3>
<p class="join-modal-desc">Thank you for applying. A welcome email detailing what we do is on the way. Use the
button below to join the community.</p>
<a href="https://chat.whatsapp.com/L6NcsuQXSAs0dpbKbhhsil" class="btn-whatsapp-success"
id="join-whatsapp-success-btn" target="_blank" rel="noopener noreferrer">
Join the Community
</a>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/intl-tel-input@20.0.0/build/js/intlTelInput.min.js"></script>
<script src="main.js"></script>
</body>
</html>