-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtryll-assistant.html
More file actions
768 lines (685 loc) · 34 KB
/
tryll-assistant.html
File metadata and controls
768 lines (685 loc) · 34 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
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-K8MPGKVX');</script>
<!-- End Google Tag Manager -->
<!-- MailerLite Universal -->
<script>
(function(w,d,e,u,f,l,n){w[f]=w[f]||function(){(w[f].q=w[f].q||[])
.push(arguments);},l=d.createElement(e),l.async=1,l.src=u,
n=d.getElementsByTagName(e)[0],n.parentNode.insertBefore(l,n);})
(window,document,'script','https://assets.mailerlite.com/js/universal.js','ml');
ml('account', '2274886');
</script>
<!-- End MailerLite Universal -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tryll Assistant - AI Game Guide Overlay | Tryll Engine</title>
<!-- SEO Meta Tags -->
<meta name="description" content="Tryll Assistant is a free AI overlay that answers questions about any game using local AI. Works offline, private, and free for gamers.">
<meta name="keywords" content="Tryll Assistant, game assistant, AI game guide, game overlay, local AI, offline AI, gaming AI">
<meta name="author" content="Tryll Engine">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://tryllengine.com/tryll-assistant">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://tryllengine.com/tryll-assistant.html">
<meta property="og:title" content="Tryll Assistant - AI Game Guide Overlay">
<meta property="og:description" content="Free AI overlay that answers questions about any game. Works offline, private, and runs on your GPU.">
<meta property="og:image" content="https://tryllengine.com/assets/logo/logo-mark/blue.svg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://tryllengine.com/tryll-assistant.html">
<meta property="twitter:title" content="Tryll Assistant - AI Game Guide Overlay">
<meta property="twitter:description" content="Free AI overlay that answers questions about any game. Works offline, private, and runs on your GPU.">
<meta property="twitter:image" content="https://tryllengine.com/assets/logo/logo-mark/blue.svg">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
<!-- Schema.org Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Tryll Assistant",
"applicationCategory": "GameApplication",
"operatingSystem": "Windows",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"description": "AI-powered game overlay that answers questions about any game using local AI. Works offline, private, and free.",
"featureList": [
"AI game guide overlay",
"Offline functionality",
"Local AI processing",
"Privacy-first design",
"Free for gamers"
],
"creator": {
"@type": "Organization",
"name": "Tryll Engine",
"url": "https://tryllengine.com"
}
}
</script>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#232E41',
secondary: '#F6F0EB',
'primary-light': '#2a3750',
'primary-dark': '#1a232f',
'secondary-light': '#ffffff',
'secondary-dark': '#e8e2dd',
dark: {
900: '#0a0d12',
800: '#0f1419',
700: '#141a20',
600: '#1a2026',
500: '#1f262d',
}
},
animation: {
'float': 'float 6s ease-in-out infinite',
'pulse-slow': 'pulse 6s infinite',
'fade-in-up': 'fade-in-up 0.8s ease-out',
'fade-in-down': 'fade-in-down 0.8s ease-out',
'scale-in': 'scale-in 0.5s ease-out',
},
keyframes: {
'float': {
'0%, 100%': { transform: 'translateY(0)' },
'50%': { transform: 'translateY(-20px)' },
},
'fade-in-up': {
'0%': { opacity: '0', transform: 'translateY(30px)' },
'100%': { opacity: '1', transform: 'translateY(0)' }
},
'fade-in-down': {
'0%': { opacity: '0', transform: 'translateY(-30px)' },
'100%': { opacity: '1', transform: 'translateY(0)' }
},
'scale-in': {
'0%': { opacity: '0', transform: 'scale(0.9)' },
'100%': { opacity: '1', transform: 'scale(1)' }
}
}
}
}
}
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap');
:root {
--typo-label: 11px;
--typo-copy: 14px;
--typo-largecopy: 15px;
--typo-subtitle: 18px;
--typo-title: 36px;
--typo-hero: 42px;
}
@media (min-width: 768px) {
:root {
--typo-label: 13px;
--typo-copy: 16px;
--typo-largecopy: 18px;
--typo-subtitle: 24px;
--typo-title: 48px;
--typo-hero: 62px;
}
}
html {
scroll-behavior: smooth;
scroll-padding-top: 100px;
}
section[id] {
scroll-margin-top: 100px;
}
body {
font-family: 'Inter', BlinkMacSystemFont, -apple-system, 'SF Pro Display', 'SF Pro', sans-serif;
background-color: #000000;
background-image:
radial-gradient(ellipse 80% 50% at 50% -20%, rgba(59, 130, 246, 0.15), transparent),
radial-gradient(ellipse 80% 50% at 80% 80%, rgba(147, 51, 234, 0.1), transparent);
color: rgba(255, 255, 255, 0.85);
overflow-x: hidden;
line-height: 1.5em;
letter-spacing: -0.011em;
font-weight: 449;
font-size: var(--typo-copy);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
.heading-primary {
font-family: 'Inter', BlinkMacSystemFont, -apple-system, 'SF Pro Display', sans-serif;
font-weight: 650;
letter-spacing: -0.025em;
line-height: 1.1;
color: #ffffff;
}
.body-large {
font-size: var(--typo-largecopy);
line-height: 1.6;
font-weight: 449;
color: rgba(255, 255, 255, 0.75);
letter-spacing: -0.008em;
text-wrap: balance;
}
.btn-primary {
background-color: #3B82F6;
color: #ffffff;
border: none;
font-weight: 600;
transition: all 0.2s ease;
}
.btn-primary:hover {
background-color: #2563EB;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.btn-secondary {
background-color: transparent;
color: rgba(255, 255, 255, 0.9);
border: 2px solid rgba(255, 255, 255, 0.2);
font-weight: 600;
transition: all 0.2s ease;
}
.btn-secondary:hover {
background-color: rgba(255, 255, 255, 0.1);
border-color: rgba(255, 255, 255, 0.3);
color: #ffffff;
transform: translateY(-1px);
}
.glass-card {
background: rgba(35, 46, 65, 0.08);
border: 1px solid rgba(35, 46, 65, 0.15);
border-radius: 12px;
transition: all 0.3s ease;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.glass-card:hover {
border-color: rgba(35, 46, 65, 0.25);
background: rgba(35, 46, 65, 0.12);
box-shadow: 0 0 40px rgba(35, 46, 65, 0.1);
}
.nav-glass-card {
--shadow-offset: 0px;
--shadow-blur: 20px;
--shadow-spread: -5px;
--shadow-color: rgba(255, 255, 255, 0.25);
--tint-color: 255, 255, 255;
--tint-opacity: 0.02;
--frost-blur: 16px;
position: relative;
border-radius: 20px;
overflow: hidden;
transition: all 0.3s ease;
}
.nav-glass-card::before {
content: '';
position: absolute;
inset: 0;
background-color: rgba(var(--tint-color), var(--tint-opacity));
box-shadow: inset var(--shadow-offset) var(--shadow-offset)
var(--shadow-blur) var(--shadow-spread) var(--shadow-color);
border-radius: inherit;
pointer-events: none;
z-index: 1;
}
.nav-glass-card::after {
content: '';
position: absolute;
inset: 0;
backdrop-filter: blur(var(--frost-blur));
-webkit-backdrop-filter: blur(var(--frost-blur));
border-radius: inherit;
pointer-events: none;
z-index: 0;
}
.nav-glass-card > * {
position: relative;
z-index: 2;
}
.nav-glass-card {
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2),
0 1px 0 0 rgba(255, 255, 255, 0.05) inset;
}
.nav-glass-card:hover {
--tint-opacity: 0.04;
--shadow-color: rgba(255, 255, 255, 0.3);
border-color: rgba(255, 255, 255, 0.15);
}
.hero-gradient {
background: radial-gradient(ellipse at 50% 20%, rgba(35, 46, 65, 0.1) 0%, rgba(0, 0, 0, 0) 70%);
}
.fade-in {
opacity: 0;
transform: translateY(20px);
transition: all 0.6s ease;
}
.fade-in.visible {
opacity: 1;
transform: translateY(0);
}
.text-secondary {
color: rgba(255, 255, 255, 0.65);
font-weight: 449;
text-wrap: balance;
}
.feature-card {
background: rgba(35, 46, 65, 0.06);
border: 1px solid rgba(35, 46, 65, 0.12);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}
.feature-card:hover {
background: rgba(35, 46, 65, 0.1);
border-color: rgba(35, 46, 65, 0.2);
}
.form-input {
background-color: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.2);
color: rgba(255, 255, 255, 0.9);
transition: all 0.2s ease;
}
.form-input:focus {
outline: none;
border-color: rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}
.form-input::placeholder {
color: rgba(255, 255, 255, 0.5);
}
/* Radio button selector styling */
.peer:checked ~ div {
background: rgba(255, 255, 255, 0.95) !important;
color: #000000 !important;
border-color: rgba(255, 255, 255, 1) !important;
font-weight: 600;
box-shadow: 0 0 20px rgba(255, 255, 255, 0.4), inset 0 0 0 2px rgba(0, 0, 0, 0.1);
}
/* Dropdown styling */
select option {
background-color: #0f1419 !important;
color: rgba(255, 255, 255, 0.9) !important;
}
p {
font-weight: 449;
text-wrap: balance;
line-height: 1.5em;
color: rgba(255, 255, 255, 0.8);
}
.text-sm {
font-weight: 500;
letter-spacing: -0.004em;
}
button, [role="button"], a {
font-weight: 500;
}
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
</style>
</head>
<body class="bg-black text-white">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K8MPGKVX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Navigation -->
<nav class="fixed top-4 left-4 right-4 md:top-6 md:left-1/2 md:transform md:-translate-x-1/2 z-50 nav-glass-card px-4 md:px-8 py-3 md:py-4 w-auto md:w-full md:max-w-7xl">
<div class="flex items-center justify-between">
<div class="logo">
<a href="/" class="block">
<img src="./assets/logo/full-logo/light-text.svg" alt="Tryll Engine" class="h-8 md:h-12" />
</a>
</div>
<!-- Desktop Navigation -->
<div class="hidden md:flex items-center gap-8">
<ul class="nav-links flex gap-6 list-none">
<li><a href="#features" class="text-secondary hover:text-white transition-colors duration-200 font-medium text-sm">Features</a></li>
</ul>
<div class="flex items-center gap-3">
<a href="/" class="px-4 py-2 rounded-lg text-sm inline-flex items-center justify-center transition-all duration-300 font-medium bg-white/10 border border-white/20 hover:bg-white/20 text-white">
<i class="fas fa-code mr-2"></i>
For Developers
</a>
</div>
</div>
<!-- Mobile Navigation -->
<div class="md:hidden flex items-center gap-3">
<button id="mobile-menu-btn" class="text-white p-2 rounded-lg hover:bg-white/10 transition-colors duration-200">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
</svg>
</button>
</div>
</div>
<!-- Mobile Menu Overlay -->
<div id="mobile-menu" class="md:hidden fixed inset-0 bg-black/95 backdrop-blur-sm opacity-0 invisible transition-all duration-300 z-40">
<button id="mobile-menu-close" class="absolute top-6 right-6 text-white/60 hover:text-white transition-colors duration-200">
<svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
</button>
<div class="flex flex-col items-center justify-center h-full space-y-8 text-center px-6">
<a href="#features" class="mobile-menu-link text-white text-xl font-medium hover:text-primary-500 transition-colors duration-200">Features</a>
<a href="/" class="mobile-menu-link text-white text-xl font-medium hover:text-primary-500 transition-colors duration-200">For Developers</a>
</div>
</div>
</nav>
<!-- Hero Section with Form -->
<section class="hero-gradient min-h-screen flex items-center justify-center relative overflow-hidden" style="padding-top: 100px;">
<div class="container mx-auto px-4 md:px-6 py-12 md:py-16 relative z-10">
<div class="max-w-6xl mx-auto">
<div class="grid grid-cols-1 lg:grid-cols-2 gap-8 lg:gap-12 items-center">
<!-- Left: Hero Content -->
<div class="text-center lg:text-left fade-in">
<h1 class="text-3xl sm:text-4xl md:text-5xl lg:text-6xl font-bold mb-4 md:mb-6 heading-primary leading-tight text-white">
Smart Assistants for Published Games
</h1>
<p class="text-lg sm:text-xl md:text-2xl text-secondary mb-2 body-large leading-relaxed">
Minutes to add, zero to maintain.
</p>
<p class="text-base sm:text-lg md:text-xl text-secondary mb-6 body-large leading-relaxed opacity-80">
Add an intelligent assistant to your published game in minutes. No code, no cloud costs, no data leaving player devices. Start free, go deeper when ready.
</p>
<p class="text-sm text-white/40 mb-6 lg:mb-0">*Availability depends on anti-cheat compatibility</p>
</div>
<!-- Right: Form -->
<div class="fade-in">
<div class="glass-card p-6 md:p-8">
<h2 class="text-xl md:text-2xl font-bold text-white mb-4 text-center lg:text-left">Submit a Game</h2>
<form id="wishlist-form" class="space-y-4" action="https://formspree.io/f/xpwvlpdz" method="POST">
<!-- User Type -->
<div>
<label class="block text-white font-medium mb-2 text-sm">I am a...</label>
<div class="flex gap-3">
<label class="flex-1 cursor-pointer">
<input type="radio" name="user_type" value="gamer" class="peer sr-only" required>
<div class="p-3 rounded-lg border border-white/20 bg-white/5 text-center transition-all duration-200 hover:bg-white/10 peer-checked:bg-white peer-checked:text-black peer-checked:border-white">
<i class="fas fa-gamepad text-lg mb-1 block"></i>
<span class="font-medium text-sm">Gamer</span>
</div>
</label>
<label class="flex-1 cursor-pointer">
<input type="radio" name="user_type" value="developer" class="peer sr-only" required>
<div class="p-3 rounded-lg border border-white/20 bg-white/5 text-center transition-all duration-200 hover:bg-white/10 peer-checked:bg-white peer-checked:text-black peer-checked:border-white">
<i class="fas fa-code text-lg mb-1 block"></i>
<span class="font-medium text-sm">Developer</span>
</div>
</label>
</div>
</div>
<!-- Game Name -->
<div>
<label for="game_name" class="block text-white font-medium mb-2 text-sm">Game name or Steam link</label>
<input
type="text"
id="game_name"
name="game_name"
required
placeholder="e.g., Elden Ring or Steam URL..."
class="form-input w-full px-4 py-3 rounded-lg text-sm"
>
</div>
<!-- Email -->
<div>
<label for="email" class="block text-white font-medium mb-2 text-sm">Email for notification</label>
<input
type="email"
id="email"
name="email"
required
placeholder="[email protected]"
class="form-input w-full px-4 py-3 rounded-lg text-sm"
>
</div>
<!-- Submit Button -->
<button
type="submit"
class="btn-primary w-full px-6 py-3 rounded-lg text-base inline-flex items-center justify-center gap-2"
>
<i class="fas fa-paper-plane"></i>
Submit Request
</button>
<p class="text-white/40 text-xs text-center">We'll only email you when your game is available.</p>
<!-- Hidden fields for Formspree -->
<input type="hidden" name="_subject" value="New Tryll Assistant Game Request">
<input type="hidden" name="_next" value="https://tryllengine.com/tryll-assistant">
</form>
<!-- Success Message (hidden by default) -->
<div id="success-message" class="hidden text-center py-6">
<div class="text-green-500 mb-3">
<i class="fas fa-check-circle text-4xl"></i>
</div>
<h3 class="text-lg font-bold text-white mb-2">Request Submitted!</h3>
<p class="text-secondary text-sm">We'll notify you when Tryll Assistant is available for your game.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="py-16 md:py-24 relative overflow-hidden">
<div class="max-w-7xl mx-auto px-4 md:px-8">
<div class="text-center mb-12 md:mb-16 fade-in">
<h2 class="text-3xl sm:text-4xl md:text-5xl font-bold text-white mb-4 md:mb-6 heading-primary">
Why Tryll Assistant?
</h2>
<p class="text-lg md:text-xl text-secondary max-w-3xl mx-auto leading-relaxed">
Everything you need to master any game, right where you play.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 md:gap-8">
<!-- Feature 1: In-Game Help -->
<div class="glass-card p-6 md:p-8 fade-in">
<div class="text-blue-500 mb-4">
<i class="fas fa-book-open text-3xl"></i>
</div>
<h3 class="text-xl md:text-2xl font-bold text-white mb-3">Instant Answers, In-Game</h3>
<p class="text-secondary leading-relaxed">
Ask questions about game mechanics, quests, items, or strategies. Tryll Assistant uses game encyclopedias and guides to help you unstuck, onboard, and understand - all without alt-tabbing or leaving your game.
</p>
</div>
<!-- Feature 2: Free -->
<div class="glass-card p-6 md:p-8 fade-in">
<div class="text-green-500 mb-4">
<i class="fas fa-gift text-3xl"></i>
</div>
<h3 class="text-xl md:text-2xl font-bold text-white mb-3">Free for Gamers & Studios</h3>
<p class="text-secondary leading-relaxed">
Tryll Assistant is completely free. No subscriptions, no premium tiers, no hidden costs. Studios can integrate it for their games at no charge, and gamers can use it without paying a cent.
</p>
</div>
<!-- Feature 3: Offline -->
<div class="glass-card p-6 md:p-8 fade-in">
<div class="text-purple-500 mb-4">
<i class="fas fa-plug-circle-xmark text-3xl"></i>
</div>
<h3 class="text-xl md:text-2xl font-bold text-white mb-3">Works Offline</h3>
<p class="text-secondary leading-relaxed">
Tryll Assistant runs Large Language Models directly on your GPU. No internet connection required after setup. Play anywhere, anytime - even on flights or in areas with poor connectivity.
</p>
</div>
<!-- Feature 4: Privacy -->
<div class="glass-card p-6 md:p-8 fade-in">
<div class="text-red-500 mb-4">
<i class="fas fa-shield-alt text-3xl"></i>
</div>
<h3 class="text-xl md:text-2xl font-bold text-white mb-3">Private & Secure</h3>
<p class="text-secondary leading-relaxed">
Your questions and gameplay data never leave your device. No personal data collected, no chat logs sent to the cloud. Everything stays local - your gaming sessions are yours alone.
</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="pt-10 md:pt-12 pb-8 border-t border-white/20">
<div class="container mx-auto px-6">
<!-- Footer newsletter block -->
<div class="max-w-xl mx-auto mb-10 md:mb-12 text-center">
<span class="terminal-label" style="margin-bottom: 0.75rem;">STAY_UP_TO_DATE</span>
<p class="body-medium mb-4" style="color: rgba(255, 255, 255, 0.55);">
Subscribe for product news, roadmap updates, and studio-focused announcements.
</p>
<!-- MailerLite form: TY - Footer Updates Signup -->
<div class="ml-embedded" data-form="sTyOx9"></div>
</div>
<div class="pt-6 border-t border-white/[0.06] flex flex-col items-center gap-6 md:grid md:grid-cols-3 md:items-center">
<!-- Left: Copyright -->
<div class="text-secondary text-sm order-2 md:order-1 text-center md:text-left">
© 2026 Tryll Engine, Inc. All rights reserved.
</div>
<!-- Center: Social Links -->
<div class="flex gap-6 items-center justify-center order-1 md:order-2">
<a href="https://discord.gg/EujjpZTfz" class="text-secondary hover:text-white transition-colors duration-300 text-xl" title="Join our Discord">
<i class="fab fa-discord"></i>
</a>
<a href="https://www.youtube.com/@Tryll_Engine" class="text-secondary hover:text-white transition-colors duration-300 text-xl" title="Watch on YouTube">
<i class="fab fa-youtube"></i>
</a>
<a href="https://instagram.com/tryll_engine" class="text-secondary hover:text-white transition-colors duration-300 text-xl" title="Follow on Instagram">
<i class="fab fa-instagram"></i>
</a>
<a href="https://tiktok.com/@tryll_engine" class="text-secondary hover:text-white transition-colors duration-300 text-xl" title="Follow on TikTok">
<i class="fab fa-tiktok"></i>
</a>
<a href="https://www.linkedin.com/company/tryllengine/" class="text-secondary hover:text-white transition-colors duration-300 text-xl" title="Follow on LinkedIn">
<i class="fab fa-linkedin"></i>
</a>
</div>
<!-- Right: Privacy & Terms -->
<div class="flex gap-6 order-3 md:order-3 justify-center md:justify-end">
<a href="privacy-policy" class="text-secondary hover:text-white transition-colors duration-300 text-sm">Privacy Policy</a>
</div>
</div>
</div>
</footer>
<script>
// Google Analytics Event Tracking via GTM dataLayer
function trackEvent(category, action, label = null, value = null) {
if (typeof dataLayer !== 'undefined') {
dataLayer.push({
'event': 'custom_event',
'event_category': category,
'event_action': action,
'event_label': label,
'event_value': value
});
}
}
// Mobile Menu Toggle
const mobileMenuBtn = document.getElementById('mobile-menu-btn');
const mobileMenu = document.getElementById('mobile-menu');
const mobileMenuClose = document.getElementById('mobile-menu-close');
const mobileMenuLinks = document.querySelectorAll('.mobile-menu-link');
function openMobileMenu() {
mobileMenu.classList.remove('opacity-0', 'invisible');
mobileMenu.classList.add('opacity-100', 'visible');
document.body.style.overflow = 'hidden';
}
function closeMobileMenu() {
mobileMenu.classList.remove('opacity-100', 'visible');
mobileMenu.classList.add('opacity-0', 'invisible');
document.body.style.overflow = '';
}
mobileMenuBtn.addEventListener('click', openMobileMenu);
mobileMenuClose.addEventListener('click', closeMobileMenu);
mobileMenuLinks.forEach(link => {
link.addEventListener('click', closeMobileMenu);
});
// Fade-in animation on scroll
const observerOptions = {
root: null,
rootMargin: '0px',
threshold: 0.1
};
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('visible');
}
});
}, observerOptions);
document.querySelectorAll('.fade-in').forEach(el => {
observer.observe(el);
});
// Form submission handling
const wishlistForm = document.getElementById('wishlist-form');
const successMessage = document.getElementById('success-message');
wishlistForm.addEventListener('submit', async function(e) {
e.preventDefault();
const formData = new FormData(wishlistForm);
const data = {
user_type: formData.get('user_type'),
game_name: formData.get('game_name'),
email: formData.get('email')
};
// Track submission event
trackEvent('Form', 'submit', 'Wishlist - ' + data.game_name);
try {
// Submit to Formspree
const response = await fetch(wishlistForm.action, {
method: 'POST',
body: formData,
headers: {
'Accept': 'application/json'
}
});
if (response.ok) {
// Hide form and show success message
wishlistForm.classList.add('hidden');
successMessage.classList.remove('hidden');
} else {
alert('There was an error submitting your request. Please try again.');
}
} catch (error) {
console.error('Form submission error:', error);
alert('There was an error submitting your request. Please try again.');
}
});
// Track CTA clicks
document.addEventListener('DOMContentLoaded', function() {
document.querySelectorAll('a[href*="#wishlist"], button').forEach(element => {
element.addEventListener('click', function(e) {
const text = this.textContent.trim();
if (this.classList.contains('btn-primary')) {
trackEvent('CTA', 'click', 'Primary Button - ' + text);
}
});
});
// Track navigation clicks
document.querySelectorAll('nav a, .mobile-menu-link').forEach(link => {
link.addEventListener('click', function() {
const text = this.textContent.trim();
const isMobile = this.classList.contains('mobile-menu-link');
trackEvent('Navigation', 'click', (isMobile ? 'Mobile - ' : 'Desktop - ') + text);
});
});
});
</script>
</body>
</html>