-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmustafa-portfolio (2).html
More file actions
699 lines (657 loc) · 65.5 KB
/
Copy pathmustafa-portfolio (2).html
File metadata and controls
699 lines (657 loc) · 65.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<title>Mustafa Islam — Portfolio</title>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&family=Syne:wght@400;600;700;800&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet"/>
<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
--bg:#0c0c0b;--bg2:#111110;--text:#f2ede6;--muted:#7a7570;
--accent:#c8f060;--border:rgba(242,237,230,0.08);
--font-lux:'Cormorant Garamond',serif;
--font-head:'Syne',sans-serif;
--font-body:'DM Sans',sans-serif;
}
html{scroll-behavior:smooth;cursor:none}
body{font-family:var(--font-body);background:var(--bg);color:var(--text);overflow-x:hidden;line-height:1.6}
a{color:inherit;text-decoration:none}
body::before{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
opacity:.35;mix-blend-mode:overlay}
#cursor{position:fixed;width:10px;height:10px;background:var(--accent);border-radius:50%;pointer-events:none;z-index:10000;transform:translate(-50%,-50%);transition:width .3s,height .3s;mix-blend-mode:difference}
#cursor-ring{position:fixed;width:36px;height:36px;border:1px solid rgba(200,240,96,.4);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:all .08s linear;mix-blend-mode:difference}
#cursor.hover{width:56px;height:56px;background:transparent;border:1px solid var(--accent)}
#cursor.hover~#cursor-ring{opacity:0}
#loader{position:fixed;inset:0;background:var(--bg);z-index:99999;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity .8s,visibility .8s}
#loader.out{opacity:0;visibility:hidden}
.loader-name{font-family:var(--font-lux);font-size:clamp(2rem,5vw,4rem);font-weight:300;color:var(--text);letter-spacing:6px;font-style:italic;margin-bottom:.5rem}
.loader-count{font-family:var(--font-head);font-size:clamp(3rem,8vw,6rem);font-weight:800;color:var(--accent);line-height:1;letter-spacing:-3px}
.loader-bar{width:180px;height:1px;background:var(--border);margin-top:1.5rem;overflow:hidden}
.loader-fill{height:100%;background:var(--accent);width:0%;transition:width .05s linear}
nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.8rem 3rem;display:flex;justify-content:space-between;align-items:center;mix-blend-mode:difference}
.nav-logo{font-family:var(--font-lux);font-size:17px;font-weight:400;letter-spacing:3px;color:var(--text);font-style:italic}
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);transition:color .3s;font-family:var(--font-head);font-weight:600}
.nav-links a:hover{color:var(--text)}
.nav-avail{display:flex;align-items:center;gap:7px;font-size:11px;letter-spacing:1px;color:var(--muted);font-family:var(--font-head)}
.nav-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:pd 2s infinite}
@keyframes pd{0%,100%{opacity:1}50%{opacity:.3}}
/* ══ HERO ══ */
.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;padding:0 3rem 5rem;position:relative;overflow:hidden}
.hero-bg-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:var(--font-lux);font-size:clamp(10rem,22vw,20rem);font-weight:600;font-style:italic;color:transparent;-webkit-text-stroke:1px rgba(242,237,230,0.03);white-space:nowrap;pointer-events:none;letter-spacing:-2px;z-index:0;user-select:none}
.hero-top{position:absolute;top:8rem;left:3rem;right:3rem;display:flex;justify-content:space-between;align-items:flex-start;z-index:1}
.hero-badge{display:inline-flex;align-items:center;gap:8px;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--accent);font-family:var(--font-head);font-weight:700}
.hero-tagline{font-size:12px;color:var(--muted);text-align:right;line-height:1.7;max-width:210px;font-family:var(--font-head)}
/* THE NAME */
.hero-name-wrap{position:relative;z-index:1;margin-bottom:2.5rem}
.name-eyebrow{font-family:var(--font-head);font-size:10px;letter-spacing:5px;text-transform:uppercase;color:var(--muted);margin-bottom:1rem;display:flex;align-items:center;gap:12px}
.name-eyebrow::before{content:"";display:block;width:30px;height:1px;background:var(--muted)}
.hero-name{font-family:var(--font-lux);font-weight:300;font-style:italic;line-height:1;letter-spacing:2px;font-size:clamp(4rem,9vw,8.5rem);display:flex;flex-direction:column;gap:.08em}
.name-first{color:var(--text);display:block}
.name-divider{display:flex;align-items:center;gap:16px;font-family:var(--font-head);font-size:10px;letter-spacing:4px;text-transform:uppercase;color:var(--accent);margin:.5rem 0;font-style:normal;font-weight:700}
.name-divider::after{content:"";flex:1;height:1px;background:linear-gradient(to right,var(--accent),transparent)}
.name-last{display:block;background:linear-gradient(100deg,#e8dcc8 0%,#c8f060 55%,#f2ede6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-sub-row{display:flex;justify-content:space-between;align-items:flex-end;padding-top:2rem;border-top:1px solid var(--border);position:relative;z-index:1}
.hero-desc{font-size:15px;color:var(--muted);max-width:360px;line-height:1.8;font-weight:300}
.hero-stats{display:flex;gap:3rem}
.hstat{text-align:right}
.hstat-num{font-family:var(--font-lux);font-size:3.2rem;font-weight:300;line-height:1;color:var(--text)}
.hstat-lbl{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-top:2px;font-family:var(--font-head)}
.hero-scroll{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;z-index:2}
.hero-scroll span{font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--muted);font-family:var(--font-head)}
.scroll-line{width:1px;height:50px;background:linear-gradient(to bottom,var(--muted),transparent);animation:sl 2s ease-in-out infinite}
@keyframes sl{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}
.marquee-wrap{overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:14px 0;background:var(--bg2)}
.marquee-inner{display:flex;white-space:nowrap;animation:mq 30s linear infinite}
.marquee-inner:hover{animation-play-state:paused}
.marquee-item{display:inline-flex;align-items:center;gap:1.5rem;padding:0 1.5rem;font-size:12px;letter-spacing:3px;text-transform:uppercase;color:var(--muted);font-family:var(--font-head);font-weight:600}
.marquee-item .dot{width:4px;height:4px;border-radius:50%;background:var(--accent);flex-shrink:0}
@keyframes mq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
section{padding:7rem 3rem}
.sec-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem}
.sec-label{font-size:10px;letter-spacing:4px;text-transform:uppercase;color:var(--accent);font-family:var(--font-head);font-weight:700}
.sec-title{font-family:var(--font-lux);font-size:clamp(2.5rem,6vw,5rem);font-weight:300;line-height:1;letter-spacing:1px;margin-top:.4rem;font-style:italic}
.sec-link{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);font-family:var(--font-head);display:flex;align-items:center;gap:6px;transition:color .3s}
.sec-link:hover{color:var(--text)}
.sec-link-arrow{transition:transform .3s;display:inline-block}
.sec-link:hover .sec-link-arrow{transform:translate(3px,-3px)}
/* ══ PROJECTS ══ */
.projects-list{border-top:1px solid var(--border)}
.proj-row{display:grid;grid-template-columns:3rem 1fr auto;align-items:center;gap:2rem;padding:2rem 0;border-bottom:1px solid var(--border);position:relative;overflow:hidden;cursor:none;text-decoration:none;transition:padding .4s cubic-bezier(.16,1,.3,1)}
.proj-row::before{content:"";position:absolute;inset:0;background:var(--bg2);transform:scaleY(0);transform-origin:bottom;transition:transform .4s cubic-bezier(.16,1,.3,1);z-index:0}
.proj-row:hover::before{transform:scaleY(1)}
.proj-row:hover{padding-left:1rem;padding-right:1rem}
.proj-row>*{position:relative;z-index:1}
.proj-num{font-family:var(--font-head);font-size:11px;color:var(--muted);letter-spacing:2px;font-weight:600}
.proj-main{display:flex;flex-direction:column;gap:5px}
.proj-row-title{font-family:var(--font-lux);font-size:clamp(1.6rem,3.5vw,2.8rem);font-weight:400;font-style:italic;letter-spacing:.5px;color:var(--text);transition:color .3s;line-height:1}
.proj-row:hover .proj-row-title{color:var(--accent)}
.proj-row-sub{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);font-family:var(--font-head)}
.proj-row-right{display:flex;align-items:center;gap:2rem}
.proj-row-year{font-family:var(--font-head);font-size:11px;color:var(--muted);letter-spacing:2px}
.proj-tags-row{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}
.proj-tag{font-size:9px;letter-spacing:1.5px;text-transform:uppercase;padding:4px 10px;border:1px solid var(--border);color:var(--muted);font-family:var(--font-head)}
.proj-arrow{width:38px;height:38px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:14px;transition:all .3s;flex-shrink:0}
.proj-row:hover .proj-arrow{background:var(--accent);border-color:var(--accent);color:#000;transform:rotate(-45deg)}
/* FLOATING PREVIEW */
.proj-preview{position:fixed;pointer-events:none;z-index:500;width:320px;height:210px;overflow:hidden;opacity:0;transform:scale(.9) rotate(-3deg);transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1);border-radius:3px;box-shadow:0 20px 60px rgba(0,0,0,.6)}
.proj-preview.show{opacity:1;transform:scale(1) rotate(-1deg)}
.proj-preview svg{width:100%;height:100%;display:block}
/* ABOUT */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}
.about-img{aspect-ratio:4/5;background:var(--bg2);position:relative;overflow:hidden}
.about-img label-bot{position:absolute;bottom:1.5rem;left:1.5rem;font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--muted);font-family:var(--font-head)}
.about-img-label{position:absolute;bottom:1.5rem;left:1.5rem;font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--muted);font-family:var(--font-head)}
.about-img-years{position:absolute;top:1.5rem;right:1.5rem;font-family:var(--font-lux);font-size:3.5rem;font-weight:300;font-style:italic;color:transparent;-webkit-text-stroke:1px rgba(200,240,96,.2)}
.about-content h3{font-family:var(--font-lux);font-size:clamp(2rem,4vw,3.5rem);font-weight:300;font-style:italic;line-height:1.1;margin-bottom:1.5rem}
.about-content p{font-size:15px;color:var(--muted);line-height:1.85;font-weight:300;margin-bottom:1.2rem}
.about-em{font-family:var(--font-lux);font-style:italic;font-size:20px;color:var(--text);margin:2rem 0;padding-left:1.5rem;border-left:2px solid var(--accent);font-weight:300}
.services-list{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.5rem}
.srv-pill{font-size:10px;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;border:1px solid var(--border);color:var(--muted);font-family:var(--font-head);transition:all .2s}
.srv-pill:hover{border-color:var(--accent);color:var(--accent)}
.skills-section{padding:5rem 0;background:var(--bg2);overflow:hidden}
.skills-section .sec-header{padding:0 3rem}
.skill-row{display:flex;padding:12px 0;border-bottom:1px solid var(--border)}
.skill-row:first-of-type{border-top:1px solid var(--border)}
.skill-row-inner{display:flex;gap:3rem;white-space:nowrap;animation:mq 22s linear infinite}
.skill-row:nth-child(even) .skill-row-inner{animation-direction:reverse}
.skill-item{display:inline-flex;align-items:center;gap:1rem;font-family:var(--font-head);font-size:12px;letter-spacing:3px;text-transform:uppercase;color:var(--muted);padding:0 1.5rem;flex-shrink:0}
.skill-item .si-dot{width:5px;height:5px;border-radius:50%;background:var(--border)}
.skill-item.ac{color:var(--accent)}.skill-item.ac .si-dot{background:var(--accent)}
.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border)}
.review-card{background:var(--bg2);padding:2.2rem;transition:background .3s}
.review-card:hover{background:var(--bg)}
.review-stars{color:var(--accent);font-size:13px;letter-spacing:2px;margin-bottom:1.2rem}
.review-text{font-family:var(--font-lux);font-style:italic;font-size:17px;color:var(--muted);line-height:1.7;margin-bottom:1.2rem;font-weight:300}
.review-author{font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--text);font-family:var(--font-head)}
.contact-section{background:var(--bg);padding:0}
.contact-giant{padding:7rem 3rem 5rem;text-align:center;border-bottom:1px solid var(--border)}
.contact-giant h2{font-family:var(--font-lux);font-size:clamp(3rem,10vw,9rem);font-weight:300;font-style:italic;line-height:.95;letter-spacing:1px;margin-bottom:2rem}
.contact-giant h2 .line2{color:transparent;-webkit-text-stroke:1px var(--text)}
.contact-giant h2 .accent-word{color:var(--accent);-webkit-text-fill-color:var(--accent)}
.contact-cta-row{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}
.btn-main{display:inline-flex;align-items:center;gap:10px;background:var(--accent);color:#000;padding:14px 32px;font-family:var(--font-head);font-size:11px;letter-spacing:2px;font-weight:700;text-transform:uppercase;transition:all .3s;cursor:none}
.btn-main:hover{background:var(--text)}
.btn-out{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--border);color:var(--text);padding:14px 32px;font-family:var(--font-head);font-size:11px;letter-spacing:2px;font-weight:700;text-transform:uppercase;transition:all .3s;cursor:none}
.btn-out:hover{border-color:var(--text)}
.contact-info-row{display:grid;grid-template-columns:repeat(3,1fr);background:var(--border);gap:1px}
.cinfo{background:var(--bg2);padding:2.5rem 3rem}
.cinfo-label{font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--accent);font-family:var(--font-head);margin-bottom:.7rem}
.cinfo-val{font-size:15px;color:var(--text)}
.cinfo-val a{color:var(--text);transition:color .2s}.cinfo-val a:hover{color:var(--accent)}
.contact-form-wrap{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border)}
.form-side{background:var(--bg);padding:4rem 3rem}
.form-side h3{font-family:var(--font-lux);font-size:2rem;font-weight:300;font-style:italic;margin-bottom:2rem}
.fg{margin-bottom:1.5rem}
.fg label{display:block;font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--muted);margin-bottom:8px;font-family:var(--font-head)}
.fg input,.fg textarea,.fg select{width:100%;background:transparent;border:none;border-bottom:1px solid var(--border);padding:10px 0;font-size:14px;color:var(--text);font-family:var(--font-body);outline:none;transition:border-color .3s}
.fg input:focus,.fg textarea:focus,.fg select:focus{border-color:var(--accent)}
.fg select option{background:#111}.fg textarea{min-height:100px;resize:none}
.submit-btn{background:var(--accent);color:#000;border:none;padding:13px 28px;font-family:var(--font-head);font-size:10px;letter-spacing:2px;cursor:none;font-weight:800;text-transform:uppercase;margin-top:.5rem;transition:all .3s;width:100%}
.submit-btn:hover{background:var(--text)}
.wa-btn{display:block;background:#1a2e1c;color:#25D366;border:1px solid rgba(37,211,102,.2);padding:13px;font-family:var(--font-head);font-size:10px;letter-spacing:2px;cursor:none;font-weight:700;text-transform:uppercase;margin-top:.7rem;text-align:center;transition:all .3s}
.wa-btn:hover{background:#25D366;color:#000}
.social-side{background:var(--bg2);padding:4rem 3rem;display:flex;flex-direction:column;justify-content:space-between}
.social-title{font-family:var(--font-head);font-size:1rem;font-weight:700;letter-spacing:1px;color:var(--muted);margin-bottom:2rem;text-transform:uppercase}
.social-item{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0;border-bottom:1px solid var(--border);transition:padding .3s;text-decoration:none}
.social-item:hover{padding-left:.5rem}
.social-name{font-family:var(--font-head);font-size:1.1rem;font-weight:800;color:var(--text);transition:color .3s}
.social-item:hover .social-name{color:var(--accent)}
.social-handle{font-size:11px;color:var(--muted);font-family:var(--font-head);letter-spacing:1px}
.social-arr{font-size:14px;color:var(--muted);transition:all .3s}
.social-item:hover .social-arr{color:var(--accent);transform:rotate(-45deg)}
footer{background:var(--bg2);border-top:1px solid var(--border);padding:2rem 3rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.footer-logo{font-family:var(--font-lux);font-size:17px;font-weight:300;font-style:italic;letter-spacing:2px;color:var(--text)}
footer p{font-size:11px;color:var(--muted);letter-spacing:1px;font-family:var(--font-head)}
.wa-float{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;z-index:200;text-decoration:none;transition:transform .3s;box-shadow:0 4px 20px rgba(37,211,102,.3);cursor:none}
.wa-float:hover{transform:scale(1.1)}
.reveal{opacity:0;transform:translateY(35px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}
.reveal.in{opacity:1;transform:translateY(0)}
.reveal-d1{transition-delay:.1s}.reveal-d2{transition-delay:.2s}
.split-char{display:inline-block;opacity:0;transform:translateY(50px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}
.split-char.in{opacity:1;transform:translateY(0)}
@media(max-width:900px){
section{padding:4rem 1.5rem}
.hero{padding:0 1.5rem 3.5rem}
.hero-top{left:1.5rem;right:1.5rem}
.hero-name{font-size:clamp(3rem,10vw,5rem)}
.hero-sub-row{flex-direction:column;gap:1.5rem}
nav{padding:1rem 1.5rem}.nav-links{display:none}
.about-grid{grid-template-columns:1fr;gap:3rem}
.reviews-grid{grid-template-columns:1fr 1fr}
.contact-info-row,.contact-form-wrap{grid-template-columns:1fr}
.proj-tags-row{display:none}
footer{padding:1.5rem}
html,body{cursor:auto}#cursor,#cursor-ring{display:none}
}
@media(max-width:600px){
.reviews-grid{grid-template-columns:1fr}
.hero-stats{flex-wrap:wrap;gap:1.5rem}
.sec-header{flex-direction:column;align-items:flex-start;gap:1rem}
}
</style>
</head>
<body>
<div id="loader">
<div class="loader-name">Mustafa Islam</div>
<div class="loader-count" id="lc">0</div>
<div class="loader-bar"><div class="loader-fill" id="lf"></div></div>
</div>
<div id="cursor"></div>
<div id="cursor-ring"></div>
<div class="proj-preview" id="pp"><svg id="ppSvg" viewBox="0 0 320 210" xmlns="http://www.w3.org/2000/svg"></svg></div>
<nav>
<div class="nav-logo">M. Islam</div>
<ul class="nav-links">
<li><a href="#work">Work</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="nav-avail"><span class="nav-dot"></span>Available</div>
</nav>
<section class="hero" id="home">
<div class="hero-bg-text">Islam</div>
<div class="hero-top">
<div class="hero-badge"><span class="nav-dot"></span>Egyptian-born · Working Worldwide</div>
<div class="hero-tagline">ML & Frontend Developer<br>crafting high-performance<br>digital experiences</div>
</div>
<div class="hero-name-wrap">
<div class="name-eyebrow">Portfolio 2026</div>
<div class="hero-name">
<span class="name-first split-word">Mustafa</span>
<div class="name-divider">developer & designer</div>
<span class="name-last split-word">Islam</span>
</div>
</div>
<div class="hero-sub-row">
<p class="hero-desc">Turning ideas into high-performance web apps. AI · Frontend · Branding · E-Commerce. Based in Egypt, operating globally.</p>
<div class="hero-stats">
<div class="hstat"><div class="hstat-num">45+</div><div class="hstat-lbl">Projects</div></div>
<div class="hstat"><div class="hstat-num">4+</div><div class="hstat-lbl">Years</div></div>
<div class="hstat"><div class="hstat-num">100%</div><div class="hstat-lbl">Client Sat.</div></div>
</div>
</div>
<div class="hero-scroll"><span>Scroll</span><div class="scroll-line"></div></div>
</section>
<div class="marquee-wrap"><div class="marquee-inner">
<span class="marquee-item"><span class="dot"></span>Web Development</span>
<span class="marquee-item"><span class="dot"></span>UI/UX Design</span>
<span class="marquee-item"><span class="dot"></span>ML Engineering</span>
<span class="marquee-item"><span class="dot"></span>Shopify Expert</span>
<span class="marquee-item"><span class="dot"></span>Brand Identity</span>
<span class="marquee-item"><span class="dot"></span>3D Configurator</span>
<span class="marquee-item"><span class="dot"></span>React · Next.js</span>
<span class="marquee-item"><span class="dot"></span>Based in Egypt</span>
<span class="marquee-item"><span class="dot"></span>Working Worldwide</span>
<span class="marquee-item"><span class="dot"></span>Web Development</span>
<span class="marquee-item"><span class="dot"></span>UI/UX Design</span>
<span class="marquee-item"><span class="dot"></span>ML Engineering</span>
<span class="marquee-item"><span class="dot"></span>Shopify Expert</span>
<span class="marquee-item"><span class="dot"></span>Brand Identity</span>
<span class="marquee-item"><span class="dot"></span>3D Configurator</span>
<span class="marquee-item"><span class="dot"></span>React · Next.js</span>
<span class="marquee-item"><span class="dot"></span>Based in Egypt</span>
<span class="marquee-item"><span class="dot"></span>Working Worldwide</span>
</div></div>
<section id="work">
<div class="sec-header reveal">
<div><div class="sec-label">Featured work</div><h2 class="sec-title">Projects</h2></div>
<a class="sec-link" href="#contact">All projects <span class="sec-link-arrow">↗</span></a>
</div>
<div class="projects-list">
<a class="proj-row reveal" href="https://neonwrld.netlify.app/" target="_blank" data-proj="neon">
<span class="proj-num">01</span>
<div class="proj-main"><span class="proj-row-title">Neon World Store</span><span class="proj-row-sub">E-Commerce · AI Chatbot · Multi-Payment · 62+ Products</span></div>
<div class="proj-row-right"><span class="proj-row-year">2025</span><div class="proj-tags-row"><span class="proj-tag">HTML/CSS/JS</span><span class="proj-tag">AI Bot</span><span class="proj-tag">Apple Pay</span></div><div class="proj-arrow">↗</div></div>
</a>
<a class="proj-row reveal reveal-d1" href="https://everygame.store/" target="_blank" data-proj="every">
<span class="proj-num">02</span>
<div class="proj-main"><span class="proj-row-title">EveryGame Store</span><span class="proj-row-sub">Gaming E-Commerce · Dark UI · Sleek Catalog · Seamless Flow</span></div>
<div class="proj-row-right"><span class="proj-row-year">2024</span><div class="proj-tags-row"><span class="proj-tag">Frontend</span><span class="proj-tag">E-Commerce</span><span class="proj-tag">Gaming</span></div><div class="proj-arrow">↗</div></div>
</a>
<a class="proj-row reveal reveal-d2" href="https://www.montecwear.com/uk/create/men?boots=skiing" target="_blank" data-proj="conf3d">
<span class="proj-num">03</span>
<div class="proj-main"><span class="proj-row-title">3D Product Configurator</span><span class="proj-row-sub">Shopify · Interactive 3D · Real-Time Customization · Live Conversion</span></div>
<div class="proj-row-right"><span class="proj-row-year">2024</span><div class="proj-tags-row"><span class="proj-tag">React</span><span class="proj-tag">Three.js</span><span class="proj-tag">Shopify</span></div><div class="proj-arrow">↗</div></div>
</a>
<a class="proj-row reveal" href="https://www.frankys-hats.com/" target="_blank" data-proj="franky">
<span class="proj-num">04</span>
<div class="proj-main"><span class="proj-row-title">Franky's Hats</span><span class="proj-row-sub">3D · AR E-Commerce · Real-Time Visualization · Custom Hat Design</span></div>
<div class="proj-row-right"><span class="proj-row-year">2024</span><div class="proj-tags-row"><span class="proj-tag">React</span><span class="proj-tag">AR</span><span class="proj-tag">3D</span></div><div class="proj-arrow">↗</div></div>
</a>
<a class="proj-row reveal reveal-d1" href="https://mustafaislamm.framer.website/" target="_blank" data-proj="task">
<span class="proj-num">05</span>
<div class="proj-main"><span class="proj-row-title">Task Manager App</span><span class="proj-row-sub">Mobile UI · Figma · Minimal UX · Progress Dashboard · Productivity</span></div>
<div class="proj-row-right"><span class="proj-row-year">2025</span><div class="proj-tags-row"><span class="proj-tag">Figma</span><span class="proj-tag">UI/UX</span><span class="proj-tag">Mobile</span></div><div class="proj-arrow">↗</div></div>
</a>
<a class="proj-row reveal reveal-d2" href="https://mustafaislamm.framer.website/" target="_blank" data-proj="bank">
<span class="proj-num">06</span>
<div class="proj-main"><span class="proj-row-title">Banking Dashboard UI</span><span class="proj-row-sub">FinTech Mobile · Card Management · Apple Pay · Credit Tracker</span></div>
<div class="proj-row-right"><span class="proj-row-year">2024</span><div class="proj-tags-row"><span class="proj-tag">Figma</span><span class="proj-tag">FinTech</span><span class="proj-tag">Mobile</span></div><div class="proj-arrow">↗</div></div>
</a>
<a class="proj-row reveal" href="https://mustafaislamm.framer.website/" target="_blank" data-proj="fitness">
<span class="proj-num">07</span>
<div class="proj-main"><span class="proj-row-title">Fitness Tracking App</span><span class="proj-row-sub">Health Mobile UI · Live Tracking · Heart Rate · Leaderboard</span></div>
<div class="proj-row-right"><span class="proj-row-year">2024</span><div class="proj-tags-row"><span class="proj-tag">Figma</span><span class="proj-tag">Health</span><span class="proj-tag">Mobile</span></div><div class="proj-arrow">↗</div></div>
</a>
<a class="proj-row reveal reveal-d1" href="https://fastintercontinentalmail.com/" target="_blank" data-proj="fast">
<span class="proj-num">08</span>
<div class="proj-main"><span class="proj-row-title">Fast Intercontinental Mail</span><span class="proj-row-sub">Enterprise Platform · Parcel Tracking · Multi-Region · Courier</span></div>
<div class="proj-row-right"><span class="proj-row-year">2023</span><div class="proj-tags-row"><span class="proj-tag">Frontend</span><span class="proj-tag">Enterprise</span><span class="proj-tag">Web App</span></div><div class="proj-arrow">↗</div></div>
</a>
<a class="proj-row reveal reveal-d2" href="https://mustafaislamm.framer.website/" target="_blank" data-proj="brand">
<span class="proj-num">09</span>
<div class="proj-main"><span class="proj-row-title">Brand Identity Suite</span><span class="proj-row-sub">Branding & Design · Logo · Packaging · Campaign Visuals · Identity</span></div>
<div class="proj-row-right"><span class="proj-row-year">2024</span><div class="proj-tags-row"><span class="proj-tag">Branding</span><span class="proj-tag">Logo</span><span class="proj-tag">Illustrator</span></div><div class="proj-arrow">↗</div></div>
</a>
</div>
</section>
<div class="skills-section">
<div class="sec-header reveal"><div><div class="sec-label">What I do</div><h2 class="sec-title">Skills</h2></div></div>
<div class="skill-row"><div class="skill-row-inner">
<span class="skill-item ac"><span class="si-dot"></span>React</span><span class="skill-item"><span class="si-dot"></span>Next.js</span><span class="skill-item"><span class="si-dot"></span>TypeScript</span><span class="skill-item ac"><span class="si-dot"></span>Tailwind CSS</span><span class="skill-item"><span class="si-dot"></span>JavaScript</span><span class="skill-item"><span class="si-dot"></span>HTML / CSS</span><span class="skill-item ac"><span class="si-dot"></span>Framer</span>
<span class="skill-item ac"><span class="si-dot"></span>React</span><span class="skill-item"><span class="si-dot"></span>Next.js</span><span class="skill-item"><span class="si-dot"></span>TypeScript</span><span class="skill-item ac"><span class="si-dot"></span>Tailwind CSS</span><span class="skill-item"><span class="si-dot"></span>JavaScript</span><span class="skill-item"><span class="si-dot"></span>HTML / CSS</span>
</div></div>
<div class="skill-row"><div class="skill-row-inner">
<span class="skill-item"><span class="si-dot"></span>Figma</span><span class="skill-item ac"><span class="si-dot"></span>UI/UX Design</span><span class="skill-item"><span class="si-dot"></span>Prototyping</span><span class="skill-item"><span class="si-dot"></span>Mobile UI</span><span class="skill-item ac"><span class="si-dot"></span>Design Systems</span><span class="skill-item"><span class="si-dot"></span>Shopify</span><span class="skill-item"><span class="si-dot"></span>WooCommerce</span><span class="skill-item ac"><span class="si-dot"></span>SEO</span>
<span class="skill-item"><span class="si-dot"></span>Figma</span><span class="skill-item ac"><span class="si-dot"></span>UI/UX Design</span><span class="skill-item"><span class="si-dot"></span>Prototyping</span><span class="skill-item"><span class="si-dot"></span>Mobile UI</span><span class="skill-item ac"><span class="si-dot"></span>Design Systems</span>
</div></div>
<div class="skill-row"><div class="skill-row-inner">
<span class="skill-item ac"><span class="si-dot"></span>Python</span><span class="skill-item"><span class="si-dot"></span>TensorFlow</span><span class="skill-item"><span class="si-dot"></span>AI Chatbots</span><span class="skill-item ac"><span class="si-dot"></span>LLM Integration</span><span class="skill-item"><span class="si-dot"></span>Node.js</span><span class="skill-item"><span class="si-dot"></span>REST APIs</span><span class="skill-item ac"><span class="si-dot"></span>Three.js</span><span class="skill-item"><span class="si-dot"></span>Git</span>
<span class="skill-item ac"><span class="si-dot"></span>Python</span><span class="skill-item"><span class="si-dot"></span>LLM Integration</span><span class="skill-item"><span class="si-dot"></span>Node.js</span><span class="skill-item"><span class="si-dot"></span>REST APIs</span><span class="skill-item ac"><span class="si-dot"></span>Three.js</span>
</div></div>
</div>
<section id="about" style="background:var(--bg2)">
<div class="sec-header reveal"><div><div class="sec-label">Who I am</div><h2 class="sec-title">About</h2></div></div>
<div class="about-grid">
<div class="about-img reveal">
<svg width="100%" height="100%" viewBox="0 0 400 500" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" style="display:block">
<defs>
<linearGradient id="abg" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="#0e0e0c"/><stop offset="100%" stop-color="#050505"/></linearGradient>
<linearGradient id="ag2" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="#c8f060" stop-opacity=".12"/><stop offset="100%" stop-color="#c8f060" stop-opacity="0"/></linearGradient>
</defs>
<rect width="400" height="500" fill="url(#abg)"/>
<line x1="0" y1="100" x2="400" y2="100" stroke="#f2ede6" stroke-width=".3" opacity=".04"/>
<line x1="0" y1="200" x2="400" y2="200" stroke="#f2ede6" stroke-width=".3" opacity=".04"/>
<line x1="0" y1="300" x2="400" y2="300" stroke="#f2ede6" stroke-width=".3" opacity=".04"/>
<line x1="0" y1="400" x2="400" y2="400" stroke="#f2ede6" stroke-width=".3" opacity=".04"/>
<line x1="100" y1="0" x2="100" y2="500" stroke="#f2ede6" stroke-width=".3" opacity=".04"/>
<line x1="200" y1="0" x2="200" y2="500" stroke="#f2ede6" stroke-width=".3" opacity=".04"/>
<line x1="300" y1="0" x2="300" y2="500" stroke="#f2ede6" stroke-width=".3" opacity=".04"/>
<rect width="400" height="250" fill="url(#ag2)"/>
<text x="200" y="300" font-family="Cormorant Garamond,Georgia,serif" font-size="220" font-weight="300" font-style="italic" fill="transparent" stroke="#c8f060" stroke-width="1" opacity=".1" text-anchor="middle">MI</text>
<text x="200" y="390" font-family="Syne,sans-serif" font-size="9" letter-spacing="6" fill="#7a7570" text-anchor="middle">MUSTAFA ISLAM</text>
<text x="200" y="408" font-family="Syne,sans-serif" font-size="7" letter-spacing="3" fill="#7a7570" text-anchor="middle" opacity=".4">DEVELOPER · DESIGNER · EGYPT</text>
<path d="M 20 20 L 20 52 M 20 20 L 52 20" stroke="#c8f060" stroke-width="1" opacity=".25" fill="none"/>
<path d="M 380 20 L 380 52 M 380 20 L 348 20" stroke="#c8f060" stroke-width="1" opacity=".25" fill="none"/>
<path d="M 20 480 L 20 448 M 20 480 L 52 480" stroke="#c8f060" stroke-width="1" opacity=".25" fill="none"/>
<path d="M 380 480 L 380 448 M 380 480 L 348 480" stroke="#c8f060" stroke-width="1" opacity=".25" fill="none"/>
</svg>
<div class="about-img-label">Egypt — Cairo</div>
<div class="about-img-years">4+</div>
</div>
<div class="about-content reveal reveal-d2">
<h3>Crafting<br>digital magic</h3>
<p>Egyptian-born ML & Frontend Developer with 4+ years of experience building high-performance web applications, interactive 3D experiences, and AI-powered products.</p>
<div class="about-em">"I turn complex ideas into clean, intuitive digital experiences that people actually want to use."</div>
<p>From e-commerce stores and 3D configurators to banking dashboards and fitness apps — I bring a meticulous eye for detail and a passion for performance to every project.</p>
<div class="services-list">
<span class="srv-pill">Frontend Dev</span><span class="srv-pill">UI/UX Design</span><span class="srv-pill">E-Commerce</span><span class="srv-pill">AI/ML</span><span class="srv-pill">Branding</span><span class="srv-pill">Shopify</span><span class="srv-pill">3D / AR</span>
</div>
</div>
</div>
</section>
<section style="background:var(--bg);padding:6rem 3rem">
<div class="sec-header reveal"><div><div class="sec-label">Kind words</div><h2 class="sec-title">Reviews</h2></div></div>
<div class="reviews-grid reveal">
<div class="review-card"><div class="review-stars">★★★★★</div><p class="review-text">"Working with Mustafa was a pleasure — he delivered above and beyond every expectation."</p><span class="review-author">Ahmed — Startup Founder</span></div>
<div class="review-card"><div class="review-stars">★★★★★</div><p class="review-text">"Professional, creative, and reliable. Highly recommend for any digital project."</p><span class="review-author">Sayed — Agency Owner</span></div>
<div class="review-card"><div class="review-stars">★★★★★</div><p class="review-text">"Our new website is stunning. The process was seamless from start to finish."</p><span class="review-author">Aser — E-Commerce Manager</span></div>
<div class="review-card"><div class="review-stars">★★★★★</div><p class="review-text">"Mustafa turned our vision into reality. Truly an exceptional experience."</p><span class="review-author">Youssef — SaaS Co-founder</span></div>
</div>
</section>
<section id="contact" class="contact-section">
<div class="contact-giant reveal">
<h2><span>Do you like</span><br><span class="line2">what you</span><br><span class="accent-word">see?</span></h2>
<p style="font-size:15px;color:var(--muted);max-width:400px;margin:0 auto 2rem;font-weight:300">Based in Egypt, working worldwide. Available for freelance, collaborations, and full-time roles.</p>
<div class="contact-cta-row">
<a class="btn-main" href="https://wa.me/201023879279" target="_blank">💬 WhatsApp</a>
<a class="btn-out" href="mailto:neonwrld2006@gmail.com">✉ Email Me</a>
</div>
</div>
<div class="contact-info-row">
<div class="cinfo reveal"><div class="cinfo-label">WhatsApp</div><div class="cinfo-val"><a href="https://wa.me/201023879279" target="_blank">+20 1023879279</a></div></div>
<div class="cinfo reveal reveal-d1"><div class="cinfo-label">Email</div><div class="cinfo-val"><a href="mailto:neonwrld2006@gmail.com">neonwrld2006@gmail.com</a></div></div>
<div class="cinfo reveal reveal-d2"><div class="cinfo-label">Location</div><div class="cinfo-val">Egypt — Working Worldwide</div></div>
</div>
<div class="contact-form-wrap">
<div class="form-side reveal">
<h3>Start a project</h3>
<div class="fg"><label>Name</label><input type="text" placeholder="Your name"/></div>
<div class="fg"><label>Email</label><input type="email" placeholder="you@email.com"/></div>
<div class="fg"><label>Service</label><select><option>Web Development</option><option>UI/UX Design</option><option>Shopify Store</option><option>Branding</option><option>AI/ML Integration</option><option>Other</option></select></div>
<div class="fg"><label>Budget</label><select><option>$500 – $1,000</option><option>$1,000 – $3,000</option><option>$3,000 – $5,000</option><option>$5,000+</option></select></div>
<div class="fg"><label>Message</label><textarea placeholder="Tell me about your project..."></textarea></div>
<button class="submit-btn" onclick="this.textContent='✓ Sent!'">Send Message</button>
<a class="wa-btn" href="https://wa.me/201023879279" target="_blank">💬 Or chat on WhatsApp</a>
</div>
<div class="social-side reveal reveal-d1">
<div>
<div class="social-title">Find me online</div>
<a class="social-item" href="https://www.linkedin.com/in/mustafa-islam-240338373" target="_blank"><div><div class="social-name">LinkedIn</div><div class="social-handle">Mustafa Islam</div></div><span class="social-arr">↗</span></a>
<a class="social-item" href="https://github.com/asapstone223" target="_blank"><div><div class="social-name">GitHub</div><div class="social-handle">asapstone223</div></div><span class="social-arr">↗</span></a>
<a class="social-item" href="https://mustafaislamm.framer.website/" target="_blank"><div><div class="social-name">Framer</div><div class="social-handle">Portfolio</div></div><span class="social-arr">↗</span></a>
<a class="social-item" href="https://linktr.ee/cyperpunk.gg" target="_blank"><div><div class="social-name">Linktree</div><div class="social-handle">cyperpunk.gg</div></div><span class="social-arr">↗</span></a>
</div>
<div style="margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)">
<div style="font-size:10px;letter-spacing:3px;text-transform:uppercase;color:var(--muted);font-family:var(--font-head);margin-bottom:1rem">Currently</div>
<div style="font-family:var(--font-lux);font-size:1.6rem;font-style:italic;color:var(--accent);font-weight:300">Open for work</div>
<div style="font-size:13px;color:var(--muted);margin-top:.5rem">Freelance · Remote · Part-time</div>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-logo">Mustafa Islam</div>
<p>Egyptian-born ML & Frontend Developer · Working Worldwide</p>
<p>© 2026 Mustafa Islam. All rights reserved.</p>
</footer>
<a class="wa-float" href="https://wa.me/201023879279" target="_blank">💬</a>
<script>
/* LOADER */
(()=>{const c=document.getElementById('lc'),f=document.getElementById('lf'),l=document.getElementById('loader');let n=0;const iv=setInterval(()=>{n+=Math.floor(Math.random()*5)+2;if(n>=100){n=100;clearInterval(iv);setTimeout(()=>l.classList.add('out'),400)}c.textContent=n;f.style.width=n+'%'},40)})();
/* CURSOR */
const cur=document.getElementById('cursor'),ring=document.getElementById('cursor-ring');
let mx=0,my=0,rx=0,ry=0;
document.addEventListener('mousemove',e=>{mx=e.clientX;my=e.clientY;cur.style.left=mx+'px';cur.style.top=my+'px'});
(function a(){rx+=(mx-rx)*.12;ry+=(my-ry)*.12;ring.style.left=rx+'px';ring.style.top=ry+'px';requestAnimationFrame(a)})();
document.querySelectorAll('a,button,.proj-row').forEach(el=>{el.addEventListener('mouseenter',()=>cur.classList.add('hover'));el.addEventListener('mouseleave',()=>cur.classList.remove('hover'))});
/* NAME SPLIT */
document.querySelectorAll('.split-word').forEach((el,wi)=>{const t=el.textContent;el.textContent='';t.split('').forEach((ch,i)=>{const s=document.createElement('span');s.className='split-char';s.style.transitionDelay=(wi*.28+i*.055)+'s';s.textContent=ch===' '?'\u00a0':ch;el.appendChild(s)});setTimeout(()=>el.querySelectorAll('.split-char').forEach(s=>s.classList.add('in')),900)});
/* SCROLL REVEAL */
const obs=new IntersectionObserver(es=>es.forEach(e=>{if(e.isIntersecting){e.target.classList.add('in');obs.unobserve(e.target)}}),{threshold:.08});
document.querySelectorAll('.reveal').forEach(el=>obs.observe(el));
/* RICH PROJECT SVG SCENES */
const S={
neon:`<defs><linearGradient id="ng" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="#040d06"/><stop offset="100%" stop-color="#061a08"/></linearGradient><filter id="nf"><feGaussianBlur stdDeviation="7"/></filter></defs>
<rect width="320" height="210" fill="url(#ng)"/>
<ellipse cx="160" cy="105" rx="90" ry="55" fill="#c8f060" opacity=".06" filter="url(#nf)"/>
<rect x="16" y="16" width="84" height="58" rx="3" fill="#0a1e0b" stroke="#c8f060" stroke-width=".8" opacity=".8"/>
<rect x="22" y="22" width="42" height="28" rx="2" fill="#c8f060" opacity=".09"/><rect x="22" y="55" width="56" height="5" rx="1" fill="#c8f060" opacity=".22"/><rect x="22" y="63" width="36" height="4" rx="1" fill="#7a7570" opacity=".4"/>
<rect x="110" y="16" width="84" height="58" rx="3" fill="#0a1e0b" stroke="#c8f060" stroke-width=".8" opacity=".55"/>
<rect x="116" y="22" width="42" height="28" rx="2" fill="#c8f060" opacity=".07"/><rect x="116" y="55" width="56" height="5" rx="1" fill="#c8f060" opacity=".16"/><rect x="116" y="63" width="36" height="4" rx="1" fill="#7a7570" opacity=".3"/>
<rect x="206" y="16" width="98" height="58" rx="3" fill="#0d240e" stroke="#c8f060" stroke-width="1.5" opacity=".95"/>
<rect x="212" y="22" width="52" height="28" rx="2" fill="#c8f060" opacity=".12"/><text x="238" y="42" font-family="Syne,sans-serif" font-size="13" font-weight="800" fill="#c8f060" text-anchor="middle" opacity=".5">AI</text>
<rect x="212" y="55" width="68" height="5" rx="1" fill="#c8f060" opacity=".32"/><rect x="212" y="63" width="48" height="4" rx="1" fill="#c8f060" opacity=".18"/>
<rect x="16" y="86" width="84" height="58" rx="3" fill="#0a1e0b" stroke="#c8f060" stroke-width=".8" opacity=".45"/>
<rect x="22" y="92" width="42" height="28" rx="2" fill="#c8f060" opacity=".05"/><rect x="22" y="125" width="56" height="5" rx="1" fill="#c8f060" opacity=".14"/>
<rect x="110" y="86" width="84" height="58" rx="3" fill="#0a1e0b" stroke="#c8f060" stroke-width=".8" opacity=".6"/>
<rect x="116" y="92" width="42" height="28" rx="2" fill="#c8f060" opacity=".08"/><rect x="116" y="125" width="56" height="5" rx="1" fill="#c8f060" opacity=".19"/>
<rect x="206" y="86" width="98" height="58" rx="3" fill="#0a1e0b" stroke="#c8f060" stroke-width=".8" opacity=".38"/>
<rect x="212" y="92" width="52" height="28" rx="2" fill="#c8f060" opacity=".04"/>
<rect x="0" y="176" width="320" height="34" fill="#050f06"/>
<rect x="16" y="186" width="64" height="14" rx="7" fill="#c8f060" opacity=".18"/>
<text x="48" y="197" font-family="Syne,sans-serif" font-size="7" fill="#c8f060" text-anchor="middle" letter-spacing="2">CART</text>
<text x="172" y="200" font-family="Syne,sans-serif" font-size="9" fill="#c8f060" text-anchor="middle" letter-spacing="4" opacity=".85">NEON WORLD</text>`,
every:`<defs><linearGradient id="eg" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="#02060e"/><stop offset="100%" stop-color="#030a18"/></linearGradient><filter id="ef"><feGaussianBlur stdDeviation="9"/></filter></defs>
<rect width="320" height="210" fill="url(#eg)"/>
<ellipse cx="160" cy="100" rx="110" ry="65" fill="#00ccff" opacity=".05" filter="url(#ef)"/>
<rect x="0" y="0" width="320" height="30" fill="#020912"/>
<text x="18" y="20" font-family="Syne,sans-serif" font-size="11" font-weight="800" fill="#00ccff" letter-spacing="2">EVERYGAME</text>
<rect x="235" y="8" width="42" height="14" rx="7" fill="#00ccff" opacity=".15"/>
<text x="256" y="19" font-family="Syne,sans-serif" font-size="7" fill="#00ccff" text-anchor="middle" letter-spacing="1">LOGIN</text>
<rect x="14" y="38" width="190" height="112" rx="4" fill="#040c1a" stroke="#00ccff" stroke-width=".8" opacity=".5"/>
<polygon points="109,66 109,114 152,90" fill="#00ccff" opacity=".28"/>
<circle cx="109" cy="90" r="24" fill="none" stroke="#00ccff" stroke-width="1" opacity=".4"/>
<text x="109" y="140" font-family="Syne,sans-serif" font-size="7" fill="#00ccff" text-anchor="middle" letter-spacing="2" opacity=".6">FEATURED GAME</text>
<rect x="212" y="38" width="94" height="32" rx="2" fill="#040c1a" stroke="#00ccff" stroke-width=".5" opacity=".65"/>
<rect x="218" y="44" width="22" height="20" rx="1" fill="#00ccff" opacity=".1"/><rect x="246" y="46" width="50" height="5" rx="1" fill="#f2ede6" opacity=".2"/><rect x="246" y="55" width="36" height="4" rx="1" fill="#00ccff" opacity=".2"/>
<rect x="212" y="76" width="94" height="32" rx="2" fill="#040c1a" stroke="#00ccff" stroke-width=".5" opacity=".5"/>
<rect x="218" y="82" width="22" height="20" rx="1" fill="#00ccff" opacity=".07"/><rect x="246" y="84" width="50" height="5" rx="1" fill="#f2ede6" opacity=".14"/><rect x="246" y="93" width="36" height="4" rx="1" fill="#00ccff" opacity=".14"/>
<rect x="212" y="114" width="94" height="32" rx="2" fill="#040c1a" stroke="#00ccff" stroke-width=".5" opacity=".38"/>
<rect x="218" y="120" width="22" height="20" rx="1" fill="#00ccff" opacity=".05"/>
<rect x="0" y="162" width="320" height="48" fill="#020912"/>
<rect x="14" y="172" width="80" height="28" rx="3" fill="#00ccff" opacity=".12" stroke="#00ccff" stroke-width=".5"/>
<text x="54" y="190" font-family="Syne,sans-serif" font-size="7" fill="#00ccff" text-anchor="middle" letter-spacing="2">ACTION</text>
<rect x="102" y="172" width="62" height="28" rx="3" fill="#00ccff" opacity=".05"/>
<text x="133" y="190" font-family="Syne,sans-serif" font-size="7" fill="#7a7570" text-anchor="middle" letter-spacing="2">RPG</text>
<rect x="172" y="172" width="62" height="28" rx="3" fill="#00ccff" opacity=".05"/>
<text x="203" y="190" font-family="Syne,sans-serif" font-size="7" fill="#7a7570" text-anchor="middle" letter-spacing="2">SPORTS</text>`,
conf3d:`<defs><linearGradient id="cg" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="#120500"/><stop offset="100%" stop-color="#1c0800"/></linearGradient><filter id="cf"><feGaussianBlur stdDeviation="11"/></filter></defs>
<rect width="320" height="210" fill="url(#cg)"/>
<ellipse cx="165" cy="105" rx="95" ry="60" fill="#ff6b35" opacity=".08" filter="url(#cf)"/>
<g transform="translate(168,103)">
<path d="M-52,62 L-52,-22 Q-52,-52 -22,-57 L0,-62 L22,-57 Q52,-52 52,-22 L52,62 Z" fill="#ff6b35" fill-opacity=".07" stroke="#ff6b35" stroke-width="1.2" opacity=".75"/>
<path d="M-52,-12 L-84,-7 L-84,52 L-52,52" fill="none" stroke="#ff6b35" stroke-width="1" opacity=".5"/>
<path d="M52,-12 L84,-7 L84,52 L52,52" fill="none" stroke="#ff6b35" stroke-width="1" opacity=".5"/>
<path d="M-22,-57 Q0,-68 22,-57" fill="none" stroke="#ff6b35" stroke-width="1.5" opacity=".85"/>
<line x1="0" y1="-57" x2="0" y2="62" stroke="#ff6b35" stroke-width=".8" stroke-dasharray="3 3" opacity=".4"/>
<line x1="-32" y1="-32" x2="-32" y2="62" stroke="#ff6b35" stroke-width=".5" opacity=".22"/>
<line x1="32" y1="-32" x2="32" y2="62" stroke="#ff6b35" stroke-width=".5" opacity=".22"/>
</g>
<rect x="14" y="14" width="52" height="136" rx="3" fill="#1c0800" stroke="#ff6b35" stroke-width=".5" opacity=".7"/>
<text x="40" y="28" font-family="Syne,sans-serif" font-size="7" fill="#ff6b35" text-anchor="middle" letter-spacing="1" opacity=".7">COLOR</text>
<circle cx="40" cy="47" r="11" fill="#ff6b35" opacity=".85" stroke="#fff" stroke-width="1.5" opacity=".5"/>
<circle cx="40" cy="72" r="11" fill="#111" stroke="#7a7570" stroke-width=".5"/>
<circle cx="40" cy="97" r="11" fill="#0a3a6e" stroke="#7a7570" stroke-width=".5"/>
<circle cx="40" cy="122" r="11" fill="#2d1a00" stroke="#7a7570" stroke-width=".5"/>
<rect x="14" y="160" width="292" height="36" rx="3" fill="#1c0800" stroke="#ff6b35" stroke-width=".5" opacity=".65"/>
<text x="90" y="182" font-family="Syne,sans-serif" font-size="7" fill="#ff6b35" text-anchor="middle" letter-spacing="2" opacity=".7">ROTATE</text>
<text x="160" y="182" font-family="Syne,sans-serif" font-size="7" fill="#ff6b35" text-anchor="middle" letter-spacing="2" opacity=".7">ZOOM</text>
<rect x="218" y="168" width="78" height="20" rx="2" fill="#ff6b35" opacity=".22"/>
<text x="257" y="182" font-family="Syne,sans-serif" font-size="7" fill="#ff6b35" text-anchor="middle" letter-spacing="1" opacity=".9">ADD TO CART</text>
<text x="180" y="12" font-family="Syne,sans-serif" font-size="8" fill="#ff6b35" text-anchor="middle" letter-spacing="3" opacity=".6">3D CONFIGURATOR</text>`,
franky:`<defs><linearGradient id="frg" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="#110010"/><stop offset="100%" stop-color="#1a0018"/></linearGradient><filter id="frf"><feGaussianBlur stdDeviation="13"/></filter></defs>
<rect width="320" height="210" fill="url(#frg)"/>
<ellipse cx="160" cy="92" rx="105" ry="70" fill="#ff00ff" opacity=".06" filter="url(#frf)"/>
<g transform="translate(160,103)">
<ellipse cx="0" cy="42" rx="88" ry="22" fill="#ff00ff" fill-opacity=".06" stroke="#ff00ff" stroke-width="1.5" opacity=".7"/>
<path d="M-58,42 Q-64,-22 -26,-64 Q0,-80 26,-64 Q64,-22 58,42" fill="#ff00ff" fill-opacity=".06" stroke="#ff00ff" stroke-width="1.5" opacity=".7"/>
<ellipse cx="0" cy="-64" rx="30" ry="12" fill="#ff00ff" fill-opacity=".1" stroke="#ff00ff" stroke-width="1" opacity=".5"/>
<path d="M-56,12 Q0,6 56,12" fill="none" stroke="#ff00ff" stroke-width="2" opacity=".55"/>
<circle cx="-32" cy="-22" r="3" fill="#ff00ff" opacity=".85"/>
<circle cx="32" cy="-22" r="3" fill="#ff00ff" opacity=".85"/>
<circle cx="0" cy="-44" r="3" fill="#ff00ff" opacity=".85"/>
<line x1="-32" y1="-22" x2="32" y2="-22" stroke="#ff00ff" stroke-width=".5" stroke-dasharray="3 3" opacity=".4"/>
<line x1="-32" y1="-22" x2="0" y2="-44" stroke="#ff00ff" stroke-width=".5" stroke-dasharray="3 3" opacity=".4"/>
<line x1="32" y1="-22" x2="0" y2="-44" stroke="#ff00ff" stroke-width=".5" stroke-dasharray="3 3" opacity=".4"/>
</g>
<path d="M38 34 L38 56 M38 34 L60 34" stroke="#ff00ff" stroke-width="1.5" opacity=".5" fill="none"/>
<path d="M282 34 L282 56 M282 34 L260 34" stroke="#ff00ff" stroke-width="1.5" opacity=".5" fill="none"/>
<path d="M38 176 L38 154 M38 176 L60 176" stroke="#ff00ff" stroke-width="1.5" opacity=".5" fill="none"/>
<path d="M282 176 L282 154 M282 176 L260 176" stroke="#ff00ff" stroke-width="1.5" opacity=".5" fill="none"/>
<rect x="14" y="162" width="292" height="34" fill="#1a0018" stroke="#ff00ff" stroke-width=".5" opacity=".6" rx="2"/>
<rect x="24" y="169" width="90" height="20" rx="2" fill="#ff00ff" opacity=".16"/>
<text x="69" y="183" font-family="Syne,sans-serif" font-size="7" fill="#ff00ff" text-anchor="middle" letter-spacing="2">TRY ON AR</text>
<text x="160" y="183" font-family="Syne,sans-serif" font-size="7" fill="#7a7570" text-anchor="middle" letter-spacing="2">CUSTOMIZE</text>
<text x="256" y="183" font-family="Syne,sans-serif" font-size="7" fill="#7a7570" text-anchor="middle" letter-spacing="2">CHECKOUT</text>
<text x="160" y="13" font-family="Syne,sans-serif" font-size="8" fill="#ff00ff" text-anchor="middle" letter-spacing="3" opacity=".7">FRANKY'S HATS · AR</text>`,
task:`<defs><linearGradient id="tg" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="#06040f"/><stop offset="100%" stop-color="#0c0820"/></linearGradient><filter id="tf"><feGaussianBlur stdDeviation="7"/></filter></defs>
<rect width="320" height="210" fill="url(#tg)"/>
<ellipse cx="160" cy="105" rx="65" ry="85" fill="#a78bfa" opacity=".06" filter="url(#tf)"/>
<rect x="108" y="8" width="104" height="194" rx="14" fill="#0a0718" stroke="#a78bfa" stroke-width="1" opacity=".65"/>
<rect x="118" y="16" width="84" height="7" rx="3.5" fill="#a78bfa" opacity=".1"/>
<circle cx="158" cy="19" r="3" fill="#0a0718"/>
<text x="160" y="40" font-family="Syne,sans-serif" font-size="9" font-weight="800" fill="#f2ede6" text-anchor="middle" letter-spacing="1" opacity=".8">My Tasks</text>
<text x="160" y="52" font-family="Syne,sans-serif" font-size="7" fill="#7a7570" text-anchor="middle">Tuesday, May 2026</text>
<circle cx="160" cy="88" r="24" fill="none" stroke="#1a1030" stroke-width="5"/>
<circle cx="160" cy="88" r="24" fill="none" stroke="#a78bfa" stroke-width="5" stroke-dasharray="106 44" stroke-dashoffset="-10" opacity=".85"/>
<text x="160" y="93" font-family="Syne,sans-serif" font-size="10" font-weight="800" fill="#a78bfa" text-anchor="middle">72%</text>
<rect x="118" y="122" width="84" height="15" rx="3" fill="#a78bfa" fill-opacity=".12" stroke="#a78bfa" stroke-width=".5" opacity=".7"/>
<circle cx="126" cy="129" r="3.5" fill="#a78bfa" opacity=".8"/>
<rect x="133" y="126" width="52" height="4" rx="1" fill="#f2ede6" opacity=".35"/>
<rect x="133" y="132" width="32" height="3" rx="1" fill="#7a7570" opacity=".35"/>
<rect x="118" y="142" width="84" height="15" rx="3" fill="#a78bfa" fill-opacity=".05"/>
<circle cx="126" cy="149" r="3.5" fill="none" stroke="#a78bfa" stroke-width=".8" opacity=".5"/>
<rect x="133" y="146" width="62" height="4" rx="1" fill="#f2ede6" opacity=".18"/>
<rect x="118" y="162" width="84" height="15" rx="3" fill="#a78bfa" fill-opacity=".04"/>
<circle cx="126" cy="169" r="3.5" fill="none" stroke="#a78bfa" stroke-width=".8" opacity=".4"/>
<rect x="133" y="166" width="46" height="4" rx="1" fill="#f2ede6" opacity=".12"/>
<rect x="144" y="194" width="32" height="3" rx="1.5" fill="#a78bfa" opacity=".3"/>`,
bank:`<defs><linearGradient id="bkg" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="#001015"/><stop offset="100%" stop-color="#001820"/></linearGradient><filter id="bkf"><feGaussianBlur stdDeviation="9"/></filter></defs>
<rect width="320" height="210" fill="url(#bkg)"/>
<ellipse cx="120" cy="80" rx="130" ry="60" fill="#00ccff" opacity=".05" filter="url(#bkf)"/>
<rect x="16" y="16" width="178" height="108" rx="9" fill="#031820" stroke="#00ccff" stroke-width="1" opacity=".65"/>
<rect x="16" y="16" width="178" height="36" rx="9" fill="#00ccff" fill-opacity=".08"/>
<rect x="30" y="52" width="30" height="24" rx="3" fill="#00ccff" opacity=".16" stroke="#00ccff" stroke-width=".8"/>
<line x1="30" y1="64" x2="60" y2="64" stroke="#00ccff" stroke-width=".5" opacity=".4"/>
<line x1="45" y1="52" x2="45" y2="76" stroke="#00ccff" stroke-width=".5" opacity=".4"/>
<text x="30" y="94" font-family="Syne,sans-serif" font-size="7" fill="#f2ede6" opacity=".45" letter-spacing="3">•••• •••• •••• 4829</text>
<text x="30" y="112" font-family="Syne,sans-serif" font-size="6" fill="#f2ede6" opacity=".38" letter-spacing="1">MUSTAFA ISLAM</text>
<text x="175" y="112" font-family="Syne,sans-serif" font-size="6" fill="#f2ede6" opacity=".38" text-anchor="end">12/28</text>
<text x="183" y="40" font-family="sans-serif" font-size="20" fill="#00ccff" opacity=".4" text-anchor="middle">(((</text>
<rect x="202" y="16" width="102" height="108" rx="7" fill="#001820" stroke="#00ccff" stroke-width=".5" opacity=".55"/>
<text x="253" y="38" font-family="Syne,sans-serif" font-size="7" fill="#7a7570" text-anchor="middle" letter-spacing="2">BALANCE</text>
<text x="253" y="60" font-family="Syne,sans-serif" font-size="15" font-weight="800" fill="#00ccff" text-anchor="middle" opacity=".92">$12,480</text>
<line x1="212" y1="70" x2="294" y2="70" stroke="#00ccff" stroke-width=".3" opacity=".3"/>
<text x="253" y="84" font-family="Syne,sans-serif" font-size="7" fill="#7a7570" text-anchor="middle" letter-spacing="1">SAVINGS</text>
<text x="253" y="104" font-family="Syne,sans-serif" font-size="13" font-weight="800" fill="#f2ede6" text-anchor="middle" opacity=".5">$3,210</text>
<rect x="16" y="134" width="288" height="58" rx="4" fill="#001820" stroke="#00ccff" stroke-width=".5" opacity=".4"/>
<polyline points="30,172 60,160 90,167 120,150 150,154 180,142 210,147 240,135 270,140 300,137" fill="none" stroke="#00ccff" stroke-width="2" opacity=".8"/>
<circle cx="300" cy="137" r="3.5" fill="#00ccff" opacity=".95"/>
<text x="40" y="148" font-family="Syne,sans-serif" font-size="6" fill="#7a7570" opacity=".5">JAN</text>
<text x="140" y="148" font-family="Syne,sans-serif" font-size="6" fill="#7a7570" opacity=".5">APR</text>
<text x="230" y="148" font-family="Syne,sans-serif" font-size="6" fill="#7a7570" opacity=".5">JUL</text>
<text x="285" y="148" font-family="Syne,sans-serif" font-size="6" fill="#00ccff" opacity=".75">NOW</text>`,
fitness:`<defs><linearGradient id="fitg" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="#001208"/><stop offset="100%" stop-color="#001c0c"/></linearGradient><filter id="fitf"><feGaussianBlur stdDeviation="9"/></filter></defs>
<rect width="320" height="210" fill="url(#fitg)"/>
<ellipse cx="160" cy="93" rx="85" ry="82" fill="#00ff88" opacity=".05" filter="url(#fitf)"/>
<circle cx="160" cy="90" r="66" fill="none" stroke="#0d2018" stroke-width="11"/>
<circle cx="160" cy="90" r="66" fill="none" stroke="#00ff88" stroke-width="11" stroke-dasharray="270 144" stroke-dashoffset="-32" opacity=".88" stroke-linecap="round"/>
<circle cx="160" cy="90" r="50" fill="none" stroke="#062010" stroke-width="6"/>
<circle cx="160" cy="90" r="50" fill="none" stroke="#00cc66" stroke-width="6" stroke-dasharray="190 124" stroke-dashoffset="-44" opacity=".5" stroke-linecap="round"/>
<text x="160" y="83" font-family="Syne,sans-serif" font-size="28" font-weight="800" fill="#00ff88" text-anchor="middle">142</text>
<text x="160" y="101" font-family="Syne,sans-serif" font-size="8" fill="#7a7570" text-anchor="middle" letter-spacing="3">BPM</text>
<rect x="14" y="162" width="292" height="36" rx="3" fill="#001208"/>
<polyline points="20,180 38,180 53,167 63,192 76,172 86,180 106,180 123,167 131,192 141,174 151,180 198,180 218,167 226,192 238,174 248,180 300,180" fill="none" stroke="#00ff88" stroke-width="1.5" opacity=".72"/>
<text x="16" y="156" font-family="Syne,sans-serif" font-size="7" fill="#7a7570" letter-spacing="2" opacity=".5">STEPS</text>
<text x="16" y="148" font-family="Syne,sans-serif" font-size="11" font-weight="800" fill="#f2ede6" opacity=".7">8,240</text>
<text x="120" y="156" font-family="Syne,sans-serif" font-size="7" fill="#7a7570" letter-spacing="2" opacity=".5">CALS</text>
<text x="120" y="148" font-family="Syne,sans-serif" font-size="11" font-weight="800" fill="#f2ede6" opacity=".7">640</text>
<text x="225" y="156" font-family="Syne,sans-serif" font-size="7" fill="#7a7570" letter-spacing="2" opacity=".5">KM</text>
<text x="225" y="148" font-family="Syne,sans-serif" font-size="11" font-weight="800" fill="#00ff88" opacity=".85">6.2</text>`,
fast:`<defs><linearGradient id="fasg" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="#0c0900"/><stop offset="100%" stop-color="#181200"/></linearGradient><filter id="fasf"><feGaussianBlur stdDeviation="9"/></filter></defs>
<rect width="320" height="210" fill="url(#fasg)"/>
<ellipse cx="160" cy="92" rx="135" ry="62" fill="#fbbf24" opacity=".05" filter="url(#fasf)"/>
<g opacity=".18" fill="#fbbf24"><circle cx="58" cy="78" r="1.5"/><circle cx="72" cy="73" r="1.5"/><circle cx="88" cy="82" r="1.5"/><circle cx="148" cy="68" r="1.5"/><circle cx="162" cy="63" r="1.5"/><circle cx="178" cy="70" r="1.5"/><circle cx="218" cy="66" r="1.5"/><circle cx="234" cy="72" r="1.5"/><circle cx="250" cy="67" r="1.5"/><circle cx="68" cy="108" r="1.5"/><circle cx="82" cy="103" r="1.5"/><circle cx="158" cy="98" r="1.5"/><circle cx="174" cy="93" r="1.5"/><circle cx="238" cy="92" r="1.5"/><circle cx="254" cy="98" r="1.5"/></g>
<line x1="62" y1="78" x2="152" y2="68" stroke="#fbbf24" stroke-width=".8" stroke-dasharray="4 3" opacity=".5"/>
<line x1="152" y1="68" x2="232" y2="68" stroke="#fbbf24" stroke-width=".8" stroke-dasharray="4 3" opacity=".5"/>
<line x1="152" y1="68" x2="162" y2="98" stroke="#fbbf24" stroke-width=".8" stroke-dasharray="4 3" opacity=".4"/>
<line x1="232" y1="68" x2="244" y2="96" stroke="#fbbf24" stroke-width=".8" stroke-dasharray="4 3" opacity=".4"/>
<circle cx="62" cy="78" r="7" fill="#fbbf24" fill-opacity=".15" stroke="#fbbf24" stroke-width="1.5" opacity=".92"/>
<text x="62" y="67" font-family="Syne,sans-serif" font-size="6" fill="#fbbf24" text-anchor="middle" letter-spacing="1">EGY</text>
<circle cx="152" cy="68" r="7" fill="#fbbf24" fill-opacity=".22" stroke="#fbbf24" stroke-width="2" opacity=".95"/>
<text x="152" y="57" font-family="Syne,sans-serif" font-size="6" fill="#fbbf24" text-anchor="middle" letter-spacing="1">UK</text>
<circle cx="232" cy="68" r="7" fill="#fbbf24" fill-opacity=".14" stroke="#fbbf24" stroke-width="1.5" opacity=".78"/>
<text x="232" y="57" font-family="Syne,sans-serif" font-size="6" fill="#fbbf24" text-anchor="middle" letter-spacing="1">USA</text>
<circle cx="162" cy="98" r="6" fill="#fbbf24" fill-opacity=".1" stroke="#fbbf24" stroke-width="1" opacity=".65"/>
<text x="162" y="112" font-family="Syne,sans-serif" font-size="6" fill="#fbbf24" text-anchor="middle" letter-spacing="1">UAE</text>
<circle cx="244" cy="96" r="6" fill="#fbbf24" fill-opacity=".1" stroke="#fbbf24" stroke-width="1" opacity=".55"/>
<text x="244" y="110" font-family="Syne,sans-serif" font-size="6" fill="#fbbf24" text-anchor="middle" letter-spacing="1">KSA</text>
<rect x="14" y="125" width="292" height="70" rx="4" fill="#181200" stroke="#fbbf24" stroke-width=".5" opacity=".65"/>
<text x="26" y="144" font-family="Syne,sans-serif" font-size="7" fill="#fbbf24" letter-spacing="2" opacity=".7">TRACKING ID</text>
<text x="26" y="160" font-family="Syne,sans-serif" font-size="10" font-weight="800" fill="#f2ede6" opacity=".72" letter-spacing="2">FIM-2026-EG847</text>
<rect x="26" y="168" width="268" height="7" rx="3.5" fill="#2a1e00"/>
<rect x="26" y="168" width="185" height="7" rx="3.5" fill="#fbbf24" opacity=".75"/>
<text x="175" y="164" font-family="Syne,sans-serif" font-size="6" fill="#fbbf24" text-anchor="middle" letter-spacing="1" opacity=".8">▶ IN TRANSIT</text>
<text x="160" y="11" font-family="Syne,sans-serif" font-size="8" fill="#fbbf24" text-anchor="middle" letter-spacing="4" opacity=".65">FAST INTERCONTINENTAL</text>`,
brand:`<defs><linearGradient id="brg" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="#100010"/><stop offset="100%" stop-color="#1a0020"/></linearGradient><linearGradient id="brg2" x1="0" y1="0" x2="1" y2="0"><stop offset="0%" stop-color="#f472b6"/><stop offset="100%" stop-color="#c084fc"/></linearGradient><filter id="brf"><feGaussianBlur stdDeviation="11"/></filter></defs>
<rect width="320" height="210" fill="url(#brg)"/>
<ellipse cx="160" cy="100" rx="95" ry="72" fill="#f472b6" opacity=".06" filter="url(#brf)"/>
<circle cx="160" cy="96" r="68" fill="none" stroke="#f472b6" stroke-width=".5" opacity=".14"/>
<circle cx="160" cy="96" r="50" fill="none" stroke="#f472b6" stroke-width=".5" opacity=".14"/>
<circle cx="160" cy="96" r="32" fill="none" stroke="#f472b6" stroke-width=".5" opacity=".14"/>
<line x1="78" y1="96" x2="242" y2="96" stroke="#f472b6" stroke-width=".3" opacity=".18"/>
<line x1="160" y1="22" x2="160" y2="172" stroke="#f472b6" stroke-width=".3" opacity=".18"/>
<polygon points="160,38 202,72 187,128 133,128 118,72" fill="url(#brg2)" fill-opacity=".12" stroke="url(#brg2)" stroke-width="1.8" opacity=".82"/>
<polygon points="160,56 190,78 180,114 140,114 130,78" fill="none" stroke="#f472b6" stroke-width=".9" opacity=".5"/>
<polygon points="160,74 176,86 171,108 149,108 144,86" fill="#f472b6" fill-opacity=".22" stroke="#f472b6" stroke-width="1.2"/>
<circle cx="160" cy="96" r="10" fill="#f472b6" fill-opacity=".15" stroke="#f472b6" stroke-width="1"/>
<path d="M160,96 Q160,46 212,46 Q262,46 262,96 Q262,148 160,148" fill="none" stroke="#f472b6" stroke-width=".8" stroke-dasharray="3 2" opacity=".28"/>
<rect x="14" y="162" width="292" height="36" rx="3" fill="#1a0020"/>
<rect x="22" y="170" width="36" height="20" rx="2" fill="#f472b6" opacity=".92"/>
<rect x="64" y="170" width="36" height="20" rx="2" fill="#c084fc" opacity=".92"/>
<rect x="106" y="170" width="36" height="20" rx="2" fill="#0c0c0b" stroke="#f472b6" stroke-width=".5"/>
<rect x="148" y="170" width="36" height="20" rx="2" fill="#f2ede6" opacity=".92"/>
<rect x="190" y="170" width="36" height="20" rx="2" fill="#1a0020" stroke="#f472b6" stroke-width=".5"/>
<text x="260" y="184" font-family="Syne,sans-serif" font-size="7" fill="#f472b6" text-anchor="middle" letter-spacing="2" opacity=".75">PALETTE</text>
<text x="160" y="13" font-family="Syne,sans-serif" font-size="8" fill="#f472b6" text-anchor="middle" letter-spacing="4" opacity=".75">BRAND IDENTITY SUITE</text>`
};
/* FLOATING PREVIEW */
const pp=document.getElementById('pp'),ppSvg=document.getElementById('ppSvg');
const BC={neon:'#c8f060',every:'#00ccff',conf3d:'#ff6b35',franky:'#ff00ff',task:'#a78bfa',bank:'#00ccff',fitness:'#00ff88',fast:'#fbbf24',brand:'#f472b6'};
let hx=0,hy=0,cx=0,cy=0,af;
function aP(){cx+=(hx-cx)*.1;cy+=(hy-cy)*.1;pp.style.left=(cx+30)+'px';pp.style.top=(cy-118)+'px';af=requestAnimationFrame(aP)}
document.querySelectorAll('.proj-row').forEach(row=>{
const k=row.dataset.proj;
row.addEventListener('mouseenter',()=>{ppSvg.innerHTML=S[k]||S.neon;pp.style.border='1.5px solid '+(BC[k]||'#c8f060')+'77';pp.classList.add('show');aP()});
row.addEventListener('mousemove',e=>{hx=e.clientX;hy=e.clientY});
row.addEventListener('mouseleave',()=>{pp.classList.remove('show');cancelAnimationFrame(af)});
});
/* PARALLAX */
window.addEventListener('scroll',()=>{const b=document.querySelector('.hero-bg-text');if(b)b.style.transform='translate(-50%,calc(-50% + '+scrollY*.25+'px))'});
</script>
</body>
</html>