-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
479 lines (474 loc) · 29.6 KB
/
Copy pathindex.html
File metadata and controls
479 lines (474 loc) · 29.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
<!DOCTYPE html>
<html class="dark" lang="en"><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>APARA | Emergency Response System</title>
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
"colors": {
"on-secondary-container": "#603100",
"surface-bright": "#272a2e",
"surface-main": "#101417",
"inverse-primary": "#00696f",
"surface-container-lowest": "#080f10",
"tertiary-fixed-dim": "#c4c6ce",
"tertiary-silver": "#f5f7ff",
"secondary": "#ffb77d",
"on-tertiary": "#2d3137",
"surface-dim": "#0d1515",
"primary-container": "#00dbe7",
"on-secondary-fixed-variant": "#6e3900",
"surface-container-low": "#161d1d",
"on-secondary": "#4d2600",
"tertiary": "#e0e2ea",
"outline-muted": "#3a494b",
"error": "#ffb4ab",
"outline": "#849495",
"surface-container-high": "#242b2c",
"on-primary-fixed": "#002022",
"on-error-container": "#ffdad6",
"on-tertiary-container": "#4f5259",
"secondary-fixed-dim": "#ffb77d",
"on-surface-variant": "#bac9cb",
"inverse-surface": "#dce4e4",
"surface-container": "#1a2121",
"secondary-fixed": "#ffdcc3",
"on-primary-container": "#005c61",
"on-error": "#690005",
"on-tertiary-fixed": "#181c21",
"surface-variant": "#2f3637",
"primary": "#72f5ff",
"primary-fixed-dim": "#03dbe7",
"on-secondary-fixed": "#2f1500",
"on-background": "#dce4e4",
"outline-variant": "#3b494a",
"surface": "#0d1515",
"on-primary": "#00363a",
"tertiary-container": "#c3c6ce",
"surface-tint": "#03dbe7",
"primary-fixed": "#75f5ff",
"on-surface": "#dce4e4",
"secondary-container": "#fd8b00",
"background": "#0d1515",
"error-container": "#93000a",
"inverse-on-surface": "#2a3232",
"error-red": "#ffb4ab",
"on-primary-fixed-variant": "#004f54",
"tertiary-fixed": "#e0e2ea",
"on-tertiary-fixed-variant": "#43474d",
"surface-container-highest": "#2f3637"
},
"borderRadius": {
"DEFAULT": "0.25rem",
"lg": "0.5rem",
"xl": "0.75rem",
"full": "9999px"
},
"spacing": {
"margin-desktop": "40px",
"base": "8px",
"stack-gap": "24px",
"margin-mobile": "16px",
"input-padding": "16px",
"gutter": "16px",
"container-padding": "40px"
},
"fontFamily": {
"headline-lg-mobile": ["Space Grotesk"],
"headline-lg": ["Space Grotesk"],
"label-sm": ["Space Grotesk"],
"headline-xl": ["Space Grotesk"],
"body-md": ["Inter"],
"label-md": ["Space Grotesk"]
},
"fontSize": {
"headline-lg-mobile": ["28px", {"lineHeight": "1.2", "fontWeight": "600"}],
"headline-lg": ["32px", {"lineHeight": "1.2", "fontWeight": "600"}],
"label-sm": ["10px", {"lineHeight": "1.0", "letterSpacing": "0.05em", "fontWeight": "700"}],
"headline-xl": ["48px", {"lineHeight": "1.1", "fontWeight": "700"}],
"body-md": ["16px", {"lineHeight": "1.5", "fontWeight": "400"}],
"label-md": ["12px", {"lineHeight": "1.0", "letterSpacing": "0.1em", "fontWeight": "700"}]
}
}
}
}
</script>
<style>
.material-symbols-outlined {
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.glass-panel {
background: rgba(16, 20, 23, 0.6);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(132, 148, 149, 0.2);
}
.cyan-glow {
box-shadow: 0 0 20px rgba(0, 219, 231, 0.2);
}
.orange-glow {
box-shadow: 0 0 25px rgba(253, 139, 0, 0.3);
}
details > summary {
list-style: none;
}
details > summary::-webkit-details-marker {
display: none;
}
</style>
</head>
<body class="bg-surface-main text-on-surface font-body-md overflow-x-hidden">
<!-- Top Navigation Bar -->
<nav class="fixed top-0 w-full z-50 bg-surface-main/80 backdrop-blur-[20px] border-b border-outline-variant/30 shadow-[0_4px_20px_0px_rgba(0,219,231,0.1)]">
<div class="flex justify-between items-center h-20 px-margin-desktop max-w-full mx-auto">
<div class="font-headline-lg text-headline-lg font-bold text-primary tracking-tighter">APARA</div>
<div class="hidden md:flex items-center gap-stack-gap">
<a class="font-label-md text-label-md text-primary border-b-2 border-primary pb-1" href="#">Solutions</a>
<a class="font-label-md text-label-md text-on-surface-variant hover:text-primary transition-colors duration-300" href="#">Technology</a>
<a class="font-label-md text-label-md text-on-surface-variant hover:text-primary transition-colors duration-300" href="#">Neural Link</a>
<a class="font-label-md text-label-md text-on-surface-variant hover:text-primary transition-colors duration-300" href="#">Status</a>
</div>
<div class="flex items-center gap-gutter">
<button class="font-label-md text-label-md text-on-surface-variant hover:scale-105 hover:bg-surface-container-high/50 transition-all duration-300 px-4 py-2 rounded-lg">Login</button>
<button class="font-label-md text-label-md bg-primary-container text-on-primary-container px-6 py-2.5 rounded-lg font-bold shadow-[0_0_15px_rgba(0,219,231,0.4)] active:scale-95 transition-all duration-200">Deploy Now</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<header class="relative pt-32 pb-20 md:pt-48 md:pb-32 px-margin-mobile md:px-margin-desktop overflow-hidden">
<!-- Ambient Background Glows -->
<div class="absolute top-[-10%] right-[-10%] w-[500px] h-[500px] bg-primary/10 rounded-full blur-[120px]"></div>
<div class="absolute bottom-[-10%] left-[-10%] w-[400px] h-[400px] bg-secondary-container/10 rounded-full blur-[100px]"></div>
<div class="max-w-7xl mx-auto grid md:grid-cols-2 gap-stack-gap items-center relative z-10">
<div>
<span class="font-label-md text-label-md text-secondary border border-secondary/30 px-3 py-1 rounded-full bg-secondary/5 mb-6 inline-block">MISSION CRITICAL SYSTEMS</span>
<h1 class="font-headline-xl text-headline-xl mb-6 text-on-surface leading-tight">When Signals Fail, <br/><span class="text-primary">We Don't.</span></h1>
<p class="font-body-md text-body-md text-on-surface-variant max-w-lg mb-10 leading-relaxed">
Ultra-reliable GPS emergency response platform designed for the most critical missions. APARA bridges the gap between chaos and coordination using decentralized neural mesh networking.
</p>
<div class="flex flex-col sm:flex-row gap-gutter">
<a class="flex items-center justify-center gap-2 bg-secondary-container text-on-secondary-fixed font-bold font-label-md text-label-md px-8 py-4 rounded-lg orange-glow hover:scale-105 transition-all active:scale-95" href="pages/driver.html">
<span class="material-symbols-outlined" data-icon="download">download</span>
DOWNLOAD APP
</a>
<a class="flex items-center justify-center gap-2 border border-primary/50 text-primary font-bold font-label-md text-label-md px-8 py-4 rounded-lg hover:bg-primary/5 transition-all active:scale-95" href="pages/provider.html">
<span class="material-symbols-outlined" data-icon="person_add">person_add</span>
REGISTER AS PROVIDER
</a>
</div>
</div>
<div class="hidden md:flex justify-center relative">
<div class="w-full h-[500px] glass-panel rounded-3xl p-8 cyan-glow flex items-center justify-center relative overflow-hidden group">
<div class="absolute inset-0 bg-gradient-to-br from-primary/5 to-transparent"></div>
<div class="relative z-10 flex flex-col items-center">
<div class="w-64 h-64 rounded-full border-[1px] border-primary/20 flex items-center justify-center animate-pulse">
<div class="w-48 h-48 rounded-full border-[1px] border-primary/40 flex items-center justify-center">
<span class="material-symbols-outlined text-[120px] text-primary drop-shadow-[0_0_30px_rgba(0,219,231,0.6)]" data-icon="public">public</span>
</div>
</div>
<div class="mt-8 text-center">
<div class="font-headline-lg text-headline-lg text-primary font-bold">DRISHYTOX 2.0</div>
<div class="font-label-md text-label-md text-on-surface-variant tracking-[0.3em] mt-2">NEURAL MESH ACTIVE</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Live Dashboard Counter -->
<section class="py-20 px-margin-mobile md:px-margin-desktop bg-surface-container-lowest">
<div class="max-w-7xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-3 gap-stack-gap">
<div class="glass-panel p-container-padding rounded-2xl border-l-4 border-secondary transition-all hover:scale-[1.02]">
<div class="font-label-md text-label-md text-secondary-fixed mb-2 flex items-center gap-2">
<span class="material-symbols-outlined text-[16px]" data-icon="emergency">emergency</span>
CRITICAL OPS
</div>
<div id="ctrSOS" class="font-headline-xl text-headline-xl text-on-surface">0</div>
<div class="font-body-md text-body-md text-on-surface-variant mt-2">SOS Events Managed Today</div>
</div>
<div class="glass-panel p-container-padding rounded-2xl border-l-4 border-primary transition-all hover:scale-[1.02]">
<div class="font-label-md text-label-md text-primary mb-2 flex items-center gap-2">
<span class="material-symbols-outlined text-[16px]" data-icon="route">route</span>
ACTIVE NETWORK
</div>
<div id="ctrCorr" class="font-headline-xl text-headline-xl text-on-surface">0</div>
<div class="font-body-md text-body-md text-on-surface-variant mt-2">Active Strategic Corridors</div>
</div>
<div class="glass-panel p-container-padding rounded-2xl border-l-4 border-primary/50 transition-all hover:scale-[1.02]">
<div class="font-label-md text-label-md text-on-surface-variant mb-2 flex items-center gap-2">
<span class="material-symbols-outlined text-[16px]" data-icon="radar">radar</span>
GLOBAL TRAFFIC
</div>
<div id="ctrCross" class="font-headline-xl text-headline-xl text-on-surface">0</div>
<div class="font-body-md text-body-md text-on-surface-variant mt-2">V2V Mesh Crossings</div>
</div>
</div>
</div>
</section>
<!-- Impact Features (Bento Grid) -->
<section class="py-stack-gap px-margin-mobile md:px-margin-desktop bg-surface-main relative">
<div class="max-w-7xl mx-auto">
<div class="mb-16 text-center">
<h2 class="font-headline-lg text-headline-lg mb-4">Eliminating Critical Failure Points</h2>
<p class="font-body-md text-body-md text-on-surface-variant max-w-2xl mx-auto">Our DRISHYTOX technology identifies and resolves system-wide latencies that cost lives.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-12 gap-gutter">
<!-- Feature 1 -->
<div class="md:col-span-8 glass-panel p-8 rounded-3xl hover:scale-[1.01] transition-transform group relative overflow-hidden">
<img alt="Circuitry Detail" class="absolute inset-0 w-full h-full object-cover opacity-20 group-hover:opacity-30 transition-opacity" data-alt="A macro photograph of high-tech glowing electronic circuitry with intense electric cyan light trails representing data flow. The aesthetic is extremely futuristic and clean, with sharp focus on the metallic components and deep shadows in the background. The overall mood is high-performance and sophisticated, matching a premium dark UI theme." src="https://lh3.googleusercontent.com/aida-public/AB6AXuBGpEv8JoacMwRZlBjByMCOgCv8TY9kq5NvIbBFvyFFg5YOLyCvA8t-ljypMz1Hsrhr-XIg9Hp4UrmSyElTQ8S__P595PnW-HOg3BOrlyFV-JK_Kz0rLGiMrvssE2zfIh8qEVMa7iL7hUesNmm2hiffpoXrS93VxhSv8KCUQ5sWTsfQ_fIdpyLUAk_s8X7r4aVV8ije0vzOMsGS1J0GFYdKIJ5xRhik5a0Yxt5Ne3ZgTtUAZ-1AYY07g2UgDBrJ-rqY-Jy97PjI7dm0"/>
<div class="relative z-10">
<div class="w-12 h-12 bg-primary/20 rounded-xl flex items-center justify-center mb-6 border border-primary/30">
<span class="material-symbols-outlined text-primary" data-icon="signal_cellular_off">signal_cellular_off</span>
</div>
<h3 class="font-headline-lg text-headline-lg mb-4 text-primary">Highway Dead Zones</h3>
<p class="font-body-md text-body-md text-on-surface-variant mb-6 max-w-md">Our edge-processing mesh network ensures zero signal drop even in the most remote geographical basins where traditional satellites fail.</p>
<details class="group/details">
<summary class="font-label-md text-label-md text-primary cursor-pointer flex items-center gap-2 hover:gap-4 transition-all">
VIEW DETAILS <span class="material-symbols-outlined text-sm" data-icon="arrow_forward">arrow_forward</span>
</summary>
<div class="mt-4 p-4 rounded-xl bg-surface-container-high/50 border border-outline-variant/30 text-body-md text-on-surface-variant">
Utilizing the APARA Neural Link protocol, we establish temporary mesh nodes between active vehicles to maintain 100% uptime in non-serviced cellular zones.
</div>
</details>
</div>
</div>
<!-- Feature 2 -->
<div class="md:col-span-4 glass-panel p-8 rounded-3xl hover:scale-[1.01] transition-transform group">
<div class="w-12 h-12 bg-secondary-container/20 rounded-xl flex items-center justify-center mb-6 border border-secondary-container/30">
<span class="material-symbols-outlined text-secondary" data-icon="timer_off">timer_off</span>
</div>
<h3 class="font-headline-lg text-headline-lg mb-4 text-secondary">Response Delays</h3>
<p class="font-body-md text-body-md text-on-surface-variant mb-6">Cutting response times by 40% through predictive provider deployment.</p>
<details class="group/details">
<summary class="font-label-md text-label-md text-secondary cursor-pointer flex items-center gap-2 hover:gap-4 transition-all">
VIEW DETAILS <span class="material-symbols-outlined text-sm" data-icon="arrow_forward">arrow_forward</span>
</summary>
<div class="mt-4 p-4 rounded-xl bg-surface-container-high/50 border border-outline-variant/30 text-body-md text-on-surface-variant">
AI-driven forecasting models deploy first responders to high-risk areas before incidents are even reported.
</div>
</details>
</div>
<!-- Feature 3 -->
<div class="md:col-span-4 glass-panel p-8 rounded-3xl hover:scale-[1.01] transition-transform group">
<div class="w-12 h-12 bg-outline-muted/20 rounded-xl flex items-center justify-center mb-6 border border-outline-muted/50">
<span class="material-symbols-outlined text-on-surface-variant" data-icon="data_loss_prevention">data_loss_prevention</span>
</div>
<h3 class="font-headline-lg text-headline-lg mb-4 text-on-surface">Data Packet Loss</h3>
<p class="font-body-md text-body-md text-on-surface-variant mb-6">Quantum-resistant encryption layers ensure telemetry arrives intact.</p>
<details class="group/details">
<summary class="font-label-md text-label-md text-on-surface-variant cursor-pointer flex items-center gap-2 hover:gap-4 transition-all">
VIEW DETAILS <span class="material-symbols-outlined text-sm" data-icon="arrow_forward">arrow_forward</span>
</summary>
<div class="mt-4 p-4 rounded-xl bg-surface-container-high/50 border border-outline-variant/30 text-body-md text-on-surface-variant">
Redundant sub-packet broadcasting ensures that even with 90% interference, the core SOS signature is reconstructed at the edge.
</div>
</details>
</div>
<!-- Feature 4 -->
<div class="md:col-span-8 glass-panel p-8 rounded-3xl hover:scale-[1.01] transition-transform group relative overflow-hidden">
<div class="relative z-10">
<div class="w-12 h-12 bg-primary/20 rounded-xl flex items-center justify-center mb-6 border border-primary/30">
<span class="material-symbols-outlined text-primary" data-icon="satellite_alt">satellite_alt</span>
</div>
<h3 class="font-headline-lg text-headline-lg mb-4 text-primary">Satellite Drift</h3>
<p class="font-body-md text-body-md text-on-surface-variant mb-6 max-w-md">Correcting orbital positioning errors in real-time with sub-meter accuracy using V2V triangulation.</p>
<details class="group/details">
<summary class="font-label-md text-label-md text-primary cursor-pointer flex items-center gap-2 hover:gap-4 transition-all">
VIEW DETAILS <span class="material-symbols-outlined text-sm" data-icon="arrow_forward">arrow_forward</span>
</summary>
<div class="mt-4 p-4 rounded-xl bg-surface-container-high/50 border border-outline-variant/30 text-body-md text-on-surface-variant">
By cross-referencing terrestrial landmarks with local vehicle mesh data, we bypass traditional GPS satellite jitter during atmospheric disturbances.
</div>
</details>
</div>
</div>
</div>
</div>
</section>
<!-- How It Works Pipeline -->
<section class="py-24 px-margin-mobile md:px-margin-desktop bg-surface-container-low overflow-hidden">
<div class="max-w-7xl mx-auto">
<div class="mb-20">
<h2 class="font-headline-lg text-headline-lg text-primary">The Response Pipeline</h2>
<div class="w-24 h-1 bg-primary mt-4 rounded-full"></div>
</div>
<div class="relative">
<!-- Connecting Line Desktop -->
<div class="hidden md:block absolute top-1/2 left-0 w-full h-[1px] bg-gradient-to-r from-primary via-secondary to-primary/20 z-0"></div>
<div class="grid grid-cols-1 md:grid-cols-6 gap-stack-gap relative z-10">
<!-- Step 1 -->
<div class="flex flex-col items-center text-center">
<div class="w-16 h-16 rounded-full glass-panel flex items-center justify-center border-2 border-primary cyan-glow mb-6 bg-surface-main">
<span class="material-symbols-outlined text-primary" data-icon="radar">radar</span>
</div>
<div class="font-label-md text-label-md text-primary mb-2">SIGNAL DETECTION</div>
<p class="text-[12px] text-on-surface-variant">Triggered by impact or biometrics.</p>
</div>
<!-- Step 2 -->
<div class="flex flex-col items-center text-center">
<div class="w-16 h-16 rounded-full glass-panel flex items-center justify-center border-2 border-primary/50 mb-6 bg-surface-main">
<span class="material-symbols-outlined text-primary" data-icon="lock">lock</span>
</div>
<div class="font-label-md text-label-md text-primary mb-2">ENCRYPTION</div>
<p class="text-[12px] text-on-surface-variant">Quantum-secure packet wrapping.</p>
</div>
<!-- Step 3 -->
<div class="flex flex-col items-center text-center">
<div class="w-16 h-16 rounded-full glass-panel flex items-center justify-center border-2 border-primary/30 mb-6 bg-surface-main">
<span class="material-symbols-outlined text-primary" data-icon="memory">memory</span>
</div>
<div class="font-label-md text-label-md text-primary mb-2">EDGE PROCESSING</div>
<p class="text-[12px] text-on-surface-variant">Immediate local priority sorting.</p>
</div>
<!-- Step 4 -->
<div class="flex flex-col items-center text-center">
<div class="w-16 h-16 rounded-full glass-panel flex items-center justify-center border-2 border-secondary/50 mb-6 bg-surface-main">
<span class="material-symbols-outlined text-secondary" data-icon="hub">hub</span>
</div>
<div class="font-label-md text-label-md text-secondary mb-2">V2V MESH</div>
<p class="text-[12px] text-on-surface-variant">Relayed via nearby active nodes.</p>
</div>
<!-- Step 5 -->
<div class="flex flex-col items-center text-center">
<div class="w-16 h-16 rounded-full glass-panel flex items-center justify-center border-2 border-secondary orange-glow mb-6 bg-surface-main">
<span class="material-symbols-outlined text-secondary" data-icon="settings_input_antenna">settings_input_antenna</span>
</div>
<div class="font-label-md text-label-md text-secondary mb-2">SATELLITE RELAY</div>
<p class="text-[12px] text-on-surface-variant">Global system coordination.</p>
</div>
<!-- Step 6 -->
<div class="flex flex-col items-center text-center">
<div class="w-16 h-16 rounded-full glass-panel flex items-center justify-center border-2 border-secondary cyan-glow mb-6 bg-surface-main">
<span class="material-symbols-outlined text-secondary" data-icon="emergency_share">emergency_share</span>
</div>
<div class="font-label-md text-label-md text-secondary mb-2">PROVIDER DEPLOY</div>
<p class="text-[12px] text-on-surface-variant">Precision target confirmation.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-24 px-margin-mobile md:px-margin-desktop bg-surface-main">
<div class="max-w-7xl mx-auto">
<h2 class="font-headline-lg text-headline-lg text-center mb-16">Trusted by the Frontline</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-stack-gap">
<!-- Testimonial 1 -->
<div class="glass-panel p-10 rounded-3xl relative">
<span class="material-symbols-outlined text-[48px] text-primary/20 absolute top-8 right-8" data-icon="format_quote">format_quote</span>
<div class="flex items-center gap-4 mb-8">
<div class="w-14 h-14 rounded-full bg-surface-container-high border border-outline-variant/50 overflow-hidden">
<img alt="Official" class="w-full h-full object-cover" data-alt="Professional portrait of a male emergency response coordinator in a clean, high-tech control room setting. He is wearing a dark navy tactical uniform, looking confident and composed. The lighting is soft but focuses on his facial features, with out-of-focus digital displays and glowing screens in the background. High-quality corporate aesthetic." src="https://lh3.googleusercontent.com/aida-public/AB6AXuBaCFWIcnw7yAn6SQwHXB5Qcpkkg0FiqNPdaVGupDkEjQ8nhj5aMEBn45DcAXvPsUrgHrm82IzYhx4_E-CtUOKn4CF9CpDMCsKJuwW66rDkTJa3o2lveej8PlrrkzFjbU14VlXhEyTRp1O5objAbU2AzU5Kt_Kw8UR9x5oXccpR4_MYm2eVci39oXP5dYVTQioiwrDJWd5mzVC79Lpgh8yfs3tqU5UYxDbBqd7uwGCcgoVLak8291yah3wahOumprMcWBhx67gS5Fld"/>
</div>
<div>
<div class="font-label-md text-label-md text-on-surface font-bold">Commander Elias Thorne</div>
<div class="font-label-sm text-label-sm text-primary uppercase">Global Transit Authority</div>
</div>
</div>
<p class="font-body-md text-body-md text-on-surface-variant italic leading-relaxed">
"APARA's DRISHYTOX mesh network has fundamentally changed how we handle blackout zones. Before APARA, we were blind in the mountain passes. Now, every vehicle is a sensor."
</p>
</div>
<!-- Testimonial 2 -->
<div class="glass-panel p-10 rounded-3xl relative">
<span class="material-symbols-outlined text-[48px] text-secondary/20 absolute top-8 right-8" data-icon="format_quote">format_quote</span>
<div class="flex items-center gap-4 mb-8">
<div class="w-14 h-14 rounded-full bg-surface-container-high border border-outline-variant/50 overflow-hidden">
<img alt="Officer" class="w-full h-full object-cover" data-alt="A portrait of a female emergency operations officer in her late 30s. She is wearing a modern uniform with a communication headset. The background shows a sophisticated command center with blue and orange ambient glows. The image style is sharp, clean, and highly professional, reflecting an atmosphere of technical expertise and readiness." src="https://lh3.googleusercontent.com/aida-public/AB6AXuAi6dPoqw60umIAmGLdZ_BIZa5K_QHiFuFMy_KMx8swt1ZGMGsYRjhbtewL3EVMW3Y8hLYdKjqVkn3Ur9a2GgVHESN6twW9_AOmbVzangCDwSJ65jsmBFNhiUhupwKNDysGseuINVwmNJ_DIqDgCb41YPHaC4JSK5b0U8bDuw5TBqN6U4Wgg1lyHlfbQYAP3hXLOA3XPWITXIQ7j5RcKiM0NBmVWZpC9BbKRMWcKXkfLVKEzndZDGpywpJfipnQnst5TyqVAl_lyiak"/>
</div>
<div>
<div class="font-label-md text-label-md text-on-surface font-bold">Dr. Sarah Jenkins</div>
<div class="font-label-sm text-label-sm text-secondary uppercase">Emergency Responder Network</div>
</div>
</div>
<p class="font-body-md text-body-md text-on-surface-variant italic leading-relaxed">
"The sub-meter accuracy we get even during heavy solar storms is unprecedented. In our world, a few meters and a few seconds are the difference between success and failure."
</p>
</div>
</div>
</div>
</section>
<!-- Modern CTA -->
<section class="py-24 px-margin-mobile md:px-margin-desktop relative">
<div class="max-w-4xl mx-auto glass-panel p-12 md:p-20 rounded-[40px] text-center border-2 border-primary/20 cyan-glow relative overflow-hidden group">
<div class="absolute inset-0 bg-gradient-to-br from-primary/10 to-transparent"></div>
<div class="relative z-10">
<h2 class="font-headline-xl text-headline-xl mb-6">Secure Your Network</h2>
<p class="font-body-md text-body-md text-on-surface-variant mb-12 max-w-xl mx-auto">Join the decentralized revolution in emergency response. Partner with APARA to integrate DRISHYTOX into your fleet or regional infrastructure.</p>
<div class="flex flex-col sm:flex-row justify-center gap-gutter">
<button class="bg-primary text-on-primary font-bold font-label-md text-label-md px-10 py-5 rounded-xl cyan-glow hover:scale-105 transition-all">PARTNER WITH US</button>
<button class="border border-outline-variant text-on-surface font-bold font-label-md text-label-md px-10 py-5 rounded-xl hover:bg-surface-container-high transition-all">TECHNICAL WHITE PAPER</button>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-surface-container-lowest w-full py-stack-gap border-t border-outline-variant/20 relative z-10">
<div class="flex flex-col md:flex-row justify-between items-center px-margin-desktop gap-gutter max-w-full mx-auto">
<div class="flex flex-col items-center md:items-start">
<div class="font-headline-lg text-headline-lg text-primary font-bold tracking-tighter mb-2">APARA</div>
<p class="font-label-md text-label-md text-on-surface-variant/60 tracking-widest uppercase">Emergency Neural Response</p>
</div>
<div class="flex flex-wrap justify-center gap-stack-gap my-8 md:my-0">
<a class="font-body-md text-body-md text-on-surface-variant hover:text-secondary transition-colors" href="#">Neural Link API</a>
<a class="font-body-md text-body-md text-on-surface-variant hover:text-secondary transition-colors" href="#">System Status</a>
<a class="font-body-md text-body-md text-on-surface-variant hover:text-secondary transition-colors" href="#">Privacy Protocol</a>
<a class="font-body-md text-body-md text-on-surface-variant hover:text-secondary transition-colors" href="#">Security Terminal</a>
</div>
<div class="text-right">
<div class="font-body-md text-body-md text-on-surface-variant mb-2">© 2024 APARA DRISHYTOX. Neural intelligence secured.</div>
<div class="flex justify-center md:justify-end gap-gutter">
<span class="material-symbols-outlined text-primary cursor-pointer hover:scale-110 transition-transform" data-icon="shield">shield</span>
<span class="material-symbols-outlined text-primary cursor-pointer hover:scale-110 transition-transform" data-icon="terminal">terminal</span>
<span class="material-symbols-outlined text-primary cursor-pointer hover:scale-110 transition-transform" data-icon="monitoring">monitoring</span>
</div>
</div>
</div>
</footer>
<script src="js/data.js"></script>
<script>
// LIVE COUNTER ANIMATION
function animateCounters() {
animateCounter('ctrSOS', 1429);
animateCounter('ctrCorr', 842);
animateCounter('ctrCross', 51022);
}
function animateCounter(id, target) {
const el = document.getElementById(id);
if(!el) return;
let current = 0;
const step = Math.ceil(target / 60);
const interval = setInterval(() => {
current = Math.min(current + step, target);
el.textContent = current.toLocaleString();
if (current >= target) clearInterval(interval);
}, 30);
}
// INIT
setTimeout(animateCounters, 500);
// REVEAL ON SCROLL ANIMATIONS
document.addEventListener('DOMContentLoaded', () => {
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('opacity-100', 'translate-y-0');
entry.target.classList.remove('opacity-0', 'translate-y-10');
}
});
}, { threshold: 0.1 });
const revealElements = document.querySelectorAll('.group');
revealElements.forEach(el => {
el.classList.add('transition-all', 'duration-700', 'opacity-0', 'translate-y-10');
observer.observe(el);
});
});
</script>
</body></html>