openseo-template 0.1.18 → 0.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,911 @@
1
+ .template12 {
2
+ min-height: 100vh;
3
+ background: #0a0a0a;
4
+ color: #e5e5e5;
5
+ font-family: 'Orbitron', 'Segoe UI', 'Roboto', sans-serif;
6
+ font-style: italic;
7
+ }
8
+
9
+ /* Hero */
10
+ .template12-hero {
11
+ position: relative;
12
+ padding: 5rem 1.5rem 4rem;
13
+ overflow: hidden;
14
+ background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%);
15
+ }
16
+
17
+ .template12-hero-bg {
18
+ position: absolute;
19
+ inset: 0;
20
+ pointer-events: none;
21
+ overflow: hidden;
22
+ }
23
+
24
+ .template12-speed-line {
25
+ position: absolute;
26
+ width: 200%;
27
+ height: 2px;
28
+ background: linear-gradient(90deg, transparent, #FF2D55, transparent);
29
+ animation: template12-speed 3s linear infinite;
30
+ opacity: 0.2;
31
+ }
32
+
33
+ .template12-speed-1 {
34
+ top: 20%;
35
+ animation-delay: 0s;
36
+ }
37
+
38
+ .template12-speed-2 {
39
+ top: 40%;
40
+ animation-delay: 0.5s;
41
+ background: linear-gradient(90deg, transparent, #00F0FF, transparent);
42
+ }
43
+
44
+ .template12-speed-3 {
45
+ top: 60%;
46
+ animation-delay: 1s;
47
+ background: linear-gradient(90deg, transparent, #FF6B00, transparent);
48
+ }
49
+
50
+ @keyframes template12-speed {
51
+ 0% {
52
+ transform: translateX(-50%);
53
+ }
54
+
55
+ 100% {
56
+ transform: translateX(0);
57
+ }
58
+ }
59
+
60
+ .template12-grid-overlay {
61
+ position: absolute;
62
+ inset: -50%;
63
+ background-image:
64
+ linear-gradient(rgba(0, 240, 255, 0.03) 1px, transparent 1px),
65
+ linear-gradient(90deg, rgba(0, 240, 255, 0.03) 1px, transparent 1px);
66
+ background-size: 50px 50px;
67
+ transform: perspective(500px) rotateX(60deg);
68
+ animation: template12-grid-move 20s linear infinite;
69
+ }
70
+
71
+ @keyframes template12-grid-move {
72
+ 0% {
73
+ transform: perspective(500px) rotateX(60deg) translateY(0);
74
+ }
75
+
76
+ 100% {
77
+ transform: perspective(500px) rotateX(60deg) translateY(50px);
78
+ }
79
+ }
80
+
81
+ .template12-glitch {
82
+ position: absolute;
83
+ inset: 0;
84
+ background: repeating-linear-gradient(
85
+ 0deg,
86
+ transparent,
87
+ transparent 2px,
88
+ rgba(0, 240, 255, 0.03) 2px,
89
+ rgba(0, 240, 255, 0.03) 4px
90
+ );
91
+ animation: template12-glitch-flicker 0.1s infinite;
92
+ }
93
+
94
+ .template12-glitch-1 {
95
+ animation-delay: 0.05s;
96
+ opacity: 0.5;
97
+ }
98
+
99
+ .template12-glitch-2 {
100
+ animation-delay: 0.1s;
101
+ opacity: 0.3;
102
+ }
103
+
104
+ @keyframes template12-glitch-flicker {
105
+ 0%, 100% {
106
+ opacity: 0.5;
107
+ }
108
+
109
+ 50% {
110
+ opacity: 0.8;
111
+ }
112
+ }
113
+
114
+ .template12-hero-container {
115
+ position: relative;
116
+ max-width: 72rem;
117
+ margin: 0 auto;
118
+ }
119
+
120
+ .template12-breadcrumb {
121
+ margin-bottom: 1.5rem;
122
+ }
123
+
124
+ .template12-breadcrumb .hero-breadcrumb-link {
125
+ color: #FF2D55;
126
+ font-weight: 700;
127
+ text-transform: uppercase;
128
+ letter-spacing: 0.1em;
129
+ }
130
+
131
+ .template12-breadcrumb .hero-breadcrumb-link:hover {
132
+ color: #00F0FF;
133
+ text-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
134
+ }
135
+
136
+ .template12-breadcrumb .hero-breadcrumb-separator {
137
+ color: #FF6B00;
138
+ }
139
+
140
+ .template12-breadcrumb .hero-breadcrumb-current {
141
+ color: #00F0FF;
142
+ font-weight: 800;
143
+ }
144
+
145
+ .template12-hero-content {
146
+ text-align: center;
147
+ }
148
+
149
+ .template12-badge {
150
+ display: inline-flex;
151
+ align-items: center;
152
+ gap: 1rem;
153
+ margin-bottom: 1.5rem;
154
+ }
155
+
156
+ .template12-badge-line {
157
+ width: 60px;
158
+ height: 2px;
159
+ background: linear-gradient(90deg, transparent, #FF2D55);
160
+ }
161
+
162
+ .template12-badge-line:last-child {
163
+ background: linear-gradient(90deg, #FF2D55, transparent);
164
+ }
165
+
166
+ .template12-badge-text {
167
+ color: #FF2D55;
168
+ font-weight: 800;
169
+ font-size: 0.9rem;
170
+ letter-spacing: 0.2em;
171
+ text-transform: uppercase;
172
+ }
173
+
174
+ .template12-title {
175
+ font-size: 2.8rem;
176
+ line-height: 1.05;
177
+ font-weight: 950;
178
+ margin: 0 0 1.25rem 0;
179
+ letter-spacing: -0.03em;
180
+ text-transform: uppercase;
181
+ color: #fff;
182
+ text-shadow:
183
+ 0 0 10px rgba(255, 45, 85, 0.5),
184
+ 0 0 20px rgba(255, 45, 85, 0.3),
185
+ 2px 2px 0 #FF2D55,
186
+ -2px -2px 0 #00F0FF;
187
+ }
188
+
189
+ .template12-intro {
190
+ font-size: 1.1rem;
191
+ line-height: 1.7;
192
+ color: #999;
193
+ max-width: 52rem;
194
+ margin: 0 auto 2rem;
195
+ font-style: normal;
196
+ }
197
+
198
+ .template12-stats {
199
+ display: flex;
200
+ justify-content: center;
201
+ gap: 2rem;
202
+ flex-wrap: wrap;
203
+ }
204
+
205
+ .template12-stat {
206
+ display: flex;
207
+ flex-direction: column;
208
+ align-items: center;
209
+ padding: 1rem 1.5rem;
210
+ background: rgba(255, 45, 85, 0.1);
211
+ border: 1px solid rgba(255, 45, 85, 0.3);
212
+ border-left: 4px solid #FF2D55;
213
+ }
214
+
215
+ .template12-stat-value {
216
+ font-size: 1.5rem;
217
+ font-weight: 900;
218
+ color: #FF2D55;
219
+ letter-spacing: 0.1em;
220
+ }
221
+
222
+ .template12-stat-label {
223
+ font-size: 0.7rem;
224
+ color: #666;
225
+ letter-spacing: 0.15em;
226
+ text-transform: uppercase;
227
+ }
228
+
229
+ /* Tips */
230
+ .template12-tips {
231
+ padding: 3rem 1.5rem;
232
+ background: linear-gradient(180deg, #0a0a0a, #151515);
233
+ }
234
+
235
+ .template12-tips-container {
236
+ max-width: 56rem;
237
+ margin: 0 auto;
238
+ }
239
+
240
+ .template12-tips-card {
241
+ position: relative;
242
+ padding: 2rem;
243
+ background:
244
+ linear-gradient(135deg, rgba(255, 45, 85, 0.1), transparent),
245
+ linear-gradient(135deg, rgba(0, 240, 255, 0.05), transparent);
246
+ border: 1px solid rgba(255, 45, 85, 0.3);
247
+ border-left: 4px solid #FF2D55;
248
+ overflow: hidden;
249
+ }
250
+
251
+ .template12-tips-card::before {
252
+ content: '';
253
+ position: absolute;
254
+ inset: 0;
255
+ background: linear-gradient(90deg, rgba(255, 45, 85, 0.1), transparent);
256
+ animation: template12-scan 3s linear infinite;
257
+ }
258
+
259
+ @keyframes template12-scan {
260
+ 0% {
261
+ transform: translateX(-100%);
262
+ }
263
+
264
+ 100% {
265
+ transform: translateX(100%);
266
+ }
267
+ }
268
+
269
+ .template12-tips-header {
270
+ display: flex;
271
+ align-items: center;
272
+ gap: 0.75rem;
273
+ margin-bottom: 1rem;
274
+ position: relative;
275
+ z-index: 1;
276
+ }
277
+
278
+ .template12-tips-icon {
279
+ font-size: 1.5rem;
280
+ color: #FF6B00;
281
+ animation: template12-pulse 1s ease-in-out infinite;
282
+ }
283
+
284
+ @keyframes template12-pulse {
285
+ 0%, 100% {
286
+ opacity: 1;
287
+ transform: scale(1);
288
+ }
289
+
290
+ 50% {
291
+ opacity: 0.7;
292
+ transform: scale(1.1);
293
+ }
294
+ }
295
+
296
+ .template12-tips-title {
297
+ margin: 0;
298
+ font-size: 1.25rem;
299
+ font-weight: 900;
300
+ color: #FF6B00;
301
+ text-transform: uppercase;
302
+ letter-spacing: 0.1em;
303
+ position: relative;
304
+ z-index: 1;
305
+ }
306
+
307
+ .template12-tips-text {
308
+ margin: 0;
309
+ color: #ccc;
310
+ line-height: 1.7;
311
+ font-style: normal;
312
+ position: relative;
313
+ z-index: 1;
314
+ }
315
+
316
+ .template12-tips-decoration {
317
+ position: absolute;
318
+ right: 1rem;
319
+ bottom: 1rem;
320
+ width: 60px;
321
+ height: 2px;
322
+ background: linear-gradient(90deg, #FF6B00, transparent);
323
+ }
324
+
325
+ /* Image */
326
+ .template12-image-section {
327
+ padding: 3rem 1.5rem;
328
+ }
329
+
330
+ .template12-image-container {
331
+ max-width: 72rem;
332
+ margin: 0 auto;
333
+ }
334
+
335
+ .template12-image-frame {
336
+ position: relative;
337
+ border: 2px solid rgba(0, 240, 255, 0.3);
338
+ background: #111;
339
+ overflow: hidden;
340
+ }
341
+
342
+ .template12-image-frame::before {
343
+ content: '';
344
+ position: absolute;
345
+ inset: 0;
346
+ border: 1px solid rgba(0, 240, 255, 0.2);
347
+ margin: 4px;
348
+ z-index: 1;
349
+ pointer-events: none;
350
+ }
351
+
352
+ .template12-main-image {
353
+ width: 100%;
354
+ height: auto;
355
+ display: block;
356
+ filter: contrast(1.1) saturate(1.1);
357
+ }
358
+
359
+ .template12-image-scanline {
360
+ position: absolute;
361
+ inset: 0;
362
+ background: repeating-linear-gradient(
363
+ 0deg,
364
+ transparent,
365
+ transparent 2px,
366
+ rgba(0, 0, 0, 0.1) 2px,
367
+ rgba(0, 0, 0, 0.1) 4px
368
+ );
369
+ pointer-events: none;
370
+ }
371
+
372
+ /* Sections */
373
+ .template12-section-header {
374
+ text-align: center;
375
+ margin-bottom: 3rem;
376
+ }
377
+
378
+ .template12-section-header-left {
379
+ text-align: left;
380
+ }
381
+
382
+ .template12-section-title {
383
+ font-size: 2rem;
384
+ font-weight: 900;
385
+ margin: 0 0 0.5rem 0;
386
+ letter-spacing: -0.02em;
387
+ }
388
+
389
+ .template12-title-accent {
390
+ color: #00F0FF;
391
+ text-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
392
+ }
393
+
394
+ .template12-section-lead {
395
+ margin: 0;
396
+ color: #666;
397
+ font-size: 0.85rem;
398
+ letter-spacing: 0.2em;
399
+ text-transform: uppercase;
400
+ }
401
+
402
+ /* Products */
403
+ .template12-products {
404
+ padding: 4rem 1.5rem;
405
+ background: linear-gradient(180deg, #151515, #0a0a0a);
406
+ }
407
+
408
+ .template12-products-container {
409
+ max-width: 72rem;
410
+ margin: 0 auto;
411
+ }
412
+
413
+ .template12-products-list {
414
+ display: flex;
415
+ flex-direction: column;
416
+ gap: 1.5rem;
417
+ }
418
+
419
+ .template12-products-grid {
420
+ display: grid;
421
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
422
+ gap: 1.5rem;
423
+ }
424
+
425
+ .template12-product-card {
426
+ position: relative;
427
+ padding: 1.75rem;
428
+ background: linear-gradient(135deg, #1a1a1a, #0a0a0a);
429
+ border: 1px solid #333;
430
+ border-left: 3px solid #333;
431
+ transition: all 0.3s ease;
432
+ }
433
+
434
+ .template12-product-card:hover {
435
+ border-left-color: var(--accent-color, #FF2D55);
436
+ box-shadow:
437
+ 0 0 20px rgba(var(--accent-rgb, 255, 45, 85), 0.2),
438
+ inset 0 0 20px rgba(var(--accent-rgb, 255, 45, 85), 0.05);
439
+ }
440
+
441
+ .template12-card-header {
442
+ display: flex;
443
+ gap: 1rem;
444
+ align-items: flex-start;
445
+ margin-bottom: 1rem;
446
+ }
447
+
448
+ .template12-product-number {
449
+ font-size: 2.5rem;
450
+ font-weight: 950;
451
+ letter-spacing: 0.1em;
452
+ color: #333;
453
+ flex-shrink: 0;
454
+ line-height: 1;
455
+ font-family: 'Orbitron', sans-serif;
456
+ }
457
+
458
+ .template12-product-card:hover .template12-product-number {
459
+ color: var(--accent-color, #FF2D55);
460
+ }
461
+
462
+ .template12-product-icon {
463
+ font-size: 2rem;
464
+ flex-shrink: 0;
465
+ line-height: 1;
466
+ }
467
+
468
+ .template12-product-meta {
469
+ min-width: 0;
470
+ flex: 1;
471
+ }
472
+
473
+ .template12-product-name {
474
+ font-size: 1.2rem;
475
+ font-weight: 900;
476
+ margin: 0 0 0.5rem 0;
477
+ color: #fff;
478
+ text-transform: uppercase;
479
+ letter-spacing: 0.02em;
480
+ }
481
+
482
+ .template12-product-tag {
483
+ display: inline-block;
484
+ padding: 0.3rem 0.75rem;
485
+ font-weight: 700;
486
+ font-size: 0.75rem;
487
+ letter-spacing: 0.1em;
488
+ text-transform: uppercase;
489
+ border: 1px solid;
490
+ background: rgba(0, 0, 0, 0.3);
491
+ }
492
+
493
+ .template12-product-desc {
494
+ color: #888;
495
+ line-height: 1.7;
496
+ margin-bottom: 1.25rem;
497
+ font-style: normal;
498
+ }
499
+
500
+ .template12-product-desc-paragraph {
501
+ margin: 0 0 0.75rem 0;
502
+ }
503
+
504
+ .template12-product-desc-paragraph:last-child {
505
+ margin-bottom: 0;
506
+ }
507
+
508
+ .template12-features {
509
+ border-top: 1px solid #333;
510
+ padding-top: 1rem;
511
+ }
512
+
513
+ .template12-features-title {
514
+ margin: 0 0 0.75rem 0;
515
+ font-size: 0.75rem;
516
+ letter-spacing: 0.15em;
517
+ text-transform: uppercase;
518
+ color: #666;
519
+ font-weight: 700;
520
+ }
521
+
522
+ .template12-features-list {
523
+ list-style: none;
524
+ margin: 0;
525
+ padding: 0;
526
+ display: flex;
527
+ flex-direction: column;
528
+ gap: 0.5rem;
529
+ }
530
+
531
+ .template12-feature-item {
532
+ display: flex;
533
+ gap: 0.5rem;
534
+ align-items: flex-start;
535
+ }
536
+
537
+ .template12-feature-bullet {
538
+ font-size: 0.6rem;
539
+ flex-shrink: 0;
540
+ margin-top: 0.2rem;
541
+ }
542
+
543
+ .template12-feature-text {
544
+ color: #aaa;
545
+ line-height: 1.5;
546
+ font-style: normal;
547
+ }
548
+
549
+ .template12-card-corner {
550
+ position: absolute;
551
+ top: 0;
552
+ right: 0;
553
+ width: 30px;
554
+ height: 30px;
555
+ clip-path: polygon(100% 0, 0 0, 100% 30%);
556
+ opacity: 0.5;
557
+ }
558
+
559
+ /* Comparison */
560
+ .template12-comparison {
561
+ padding: 4rem 1.5rem;
562
+ background: #0a0a0a;
563
+ }
564
+
565
+ .template12-comparison-alt {
566
+ background: linear-gradient(180deg, #0a0a0a, #151515);
567
+ }
568
+
569
+ .template12-comparison-container {
570
+ max-width: 72rem;
571
+ margin: 0 auto;
572
+ }
573
+
574
+ .template12-table-wrapper {
575
+ overflow-x: auto;
576
+ -webkit-overflow-scrolling: touch;
577
+ border: 1px solid #333;
578
+ background: #111;
579
+ }
580
+
581
+ .template12-table {
582
+ width: 100%;
583
+ min-width: 600px;
584
+ border-collapse: collapse;
585
+ }
586
+
587
+ .template12-table thead {
588
+ background: linear-gradient(90deg, rgba(0, 240, 255, 0.1), transparent);
589
+ }
590
+
591
+ .template12-table th {
592
+ padding: 1rem 1.25rem;
593
+ text-align: left;
594
+ font-weight: 800;
595
+ color: #00F0FF;
596
+ white-space: nowrap;
597
+ letter-spacing: 0.05em;
598
+ text-transform: uppercase;
599
+ font-size: 0.85rem;
600
+ border-bottom: 1px solid #333;
601
+ }
602
+
603
+ .template12-table td {
604
+ padding: 1rem 1.25rem;
605
+ color: #bbb;
606
+ white-space: nowrap;
607
+ border-bottom: 1px solid #222;
608
+ font-style: normal;
609
+ }
610
+
611
+ .template12-table tbody tr:hover {
612
+ background: rgba(255, 45, 85, 0.05);
613
+ }
614
+
615
+ .template12-table tbody tr:last-child td {
616
+ border-bottom: none;
617
+ }
618
+
619
+ /* Guide */
620
+ .template12-guide {
621
+ padding: 4rem 1.5rem;
622
+ background: linear-gradient(180deg, #151515, #0a0a0a);
623
+ }
624
+
625
+ .template12-guide-container {
626
+ max-width: 56rem;
627
+ margin: 0 auto;
628
+ }
629
+
630
+ .template12-guide-card {
631
+ padding: 2.5rem 2rem;
632
+ background: linear-gradient(135deg, #1a1a1a, #111);
633
+ border: 1px solid #333;
634
+ border-top: 3px solid #A855F7;
635
+ }
636
+
637
+ .template12-guide-header {
638
+ display: flex;
639
+ align-items: center;
640
+ gap: 1rem;
641
+ margin-bottom: 1.5rem;
642
+ }
643
+
644
+ .template12-guide-icon {
645
+ font-size: 1.5rem;
646
+ color: #A855F7;
647
+ animation: template12-spin 4s linear infinite;
648
+ }
649
+
650
+ @keyframes template12-spin {
651
+ from {
652
+ transform: rotate(0deg);
653
+ }
654
+
655
+ to {
656
+ transform: rotate(360deg);
657
+ }
658
+ }
659
+
660
+ .template12-guide-title {
661
+ margin: 0;
662
+ font-size: 1.5rem;
663
+ font-weight: 900;
664
+ color: #fff;
665
+ text-transform: uppercase;
666
+ letter-spacing: 0.02em;
667
+ }
668
+
669
+ .template12-guide-block {
670
+ padding: 1.25rem;
671
+ background: rgba(0, 0, 0, 0.3);
672
+ border: 1px solid #333;
673
+ margin-bottom: 1rem;
674
+ }
675
+
676
+ .template12-guide-block:last-child {
677
+ margin-bottom: 0;
678
+ }
679
+
680
+ .template12-guide-subhead {
681
+ margin: 0 0 0.5rem 0;
682
+ font-size: 1rem;
683
+ font-weight: 800;
684
+ color: #A855F7;
685
+ text-transform: uppercase;
686
+ letter-spacing: 0.05em;
687
+ }
688
+
689
+ .template12-guide-text {
690
+ margin: 0;
691
+ color: #999;
692
+ line-height: 1.7;
693
+ font-style: normal;
694
+ }
695
+
696
+ /* FAQ */
697
+ .template12-faq {
698
+ padding: 4rem 1.5rem;
699
+ background: #0a0a0a;
700
+ }
701
+
702
+ .template12-faq-container {
703
+ max-width: 56rem;
704
+ margin: 0 auto;
705
+ }
706
+
707
+ .template12-faq-list {
708
+ display: flex;
709
+ flex-direction: column;
710
+ gap: 0.75rem;
711
+ }
712
+
713
+ .template12-faq-item {
714
+ border: 1px solid #333;
715
+ background: #111;
716
+ overflow: hidden;
717
+ }
718
+
719
+ .template12-faq-question {
720
+ cursor: pointer;
721
+ list-style: none;
722
+ display: flex;
723
+ gap: 1rem;
724
+ align-items: center;
725
+ padding: 1.25rem;
726
+ font-weight: 700;
727
+ color: #fff;
728
+ text-transform: uppercase;
729
+ letter-spacing: 0.02em;
730
+ }
731
+
732
+ .template12-faq-question::-webkit-details-marker {
733
+ display: none;
734
+ }
735
+
736
+ .template12-faq-q {
737
+ padding: 0.4rem 0.75rem;
738
+ background: rgba(255, 45, 85, 0.2);
739
+ border: 1px solid rgba(255, 45, 85, 0.4);
740
+ color: #FF2D55;
741
+ font-size: 0.8rem;
742
+ font-weight: 900;
743
+ flex-shrink: 0;
744
+ }
745
+
746
+ .template12-faq-question-text {
747
+ flex: 1;
748
+ min-width: 0;
749
+ }
750
+
751
+ .template12-faq-toggle {
752
+ width: 10px;
753
+ height: 10px;
754
+ border-right: 2px solid #666;
755
+ border-bottom: 2px solid #666;
756
+ transform: rotate(45deg);
757
+ transition: transform 0.25s ease;
758
+ flex-shrink: 0;
759
+ }
760
+
761
+ .template12-faq-item[open] .template12-faq-toggle {
762
+ transform: rotate(-135deg);
763
+ }
764
+
765
+ .template12-faq-answer {
766
+ padding: 0 1.25rem 1.25rem 5.25rem;
767
+ color: #999;
768
+ line-height: 1.75;
769
+ font-style: normal;
770
+ }
771
+
772
+ .template12-faq-answer p {
773
+ margin: 0;
774
+ }
775
+
776
+ /* Conclusion */
777
+ .template12-conclusion {
778
+ padding: 4rem 1.5rem 5rem;
779
+ background: linear-gradient(180deg, #151515, #0a0a0a);
780
+ }
781
+
782
+ .template12-conclusion-container {
783
+ max-width: 56rem;
784
+ margin: 0 auto;
785
+ }
786
+
787
+ .template12-conclusion-card {
788
+ padding: 3rem 2rem;
789
+ background:
790
+ linear-gradient(135deg, rgba(255, 45, 85, 0.05), transparent),
791
+ linear-gradient(135deg, rgba(0, 240, 255, 0.05), transparent);
792
+ border: 1px solid rgba(255, 45, 85, 0.2);
793
+ border-top: 3px solid #FF2D55;
794
+ text-align: center;
795
+ }
796
+
797
+ .template12-conclusion-title {
798
+ margin: 0 0 1.5rem 0;
799
+ font-size: 2rem;
800
+ font-weight: 950;
801
+ color: #fff;
802
+ text-transform: uppercase;
803
+ letter-spacing: 0.1em;
804
+ text-shadow: 0 0 20px rgba(255, 45, 85, 0.5);
805
+ }
806
+
807
+ .template12-conclusion-content {
808
+ text-align: left;
809
+ }
810
+
811
+ .template12-conclusion-paragraph {
812
+ margin: 0 0 1rem 0;
813
+ color: #bbb;
814
+ line-height: 1.8;
815
+ font-style: normal;
816
+ position: relative;
817
+ padding-left: 1.5rem;
818
+ }
819
+
820
+ .template12-conclusion-paragraph::before {
821
+ content: '▶';
822
+ position: absolute;
823
+ left: 0;
824
+ top: 0;
825
+ color: #FF2D55;
826
+ font-size: 0.7rem;
827
+ }
828
+
829
+ .template12-conclusion-paragraph:last-child {
830
+ margin-bottom: 0;
831
+ }
832
+
833
+ .template12-conclusion-decoration {
834
+ display: flex;
835
+ justify-content: center;
836
+ gap: 1.5rem;
837
+ margin-top: 2rem;
838
+ font-size: 1.25rem;
839
+ color: #FF2D55;
840
+ }
841
+
842
+ /* Responsive */
843
+ @media (min-width: 640px) {
844
+ .template12-hero {
845
+ padding-left: 2.5rem;
846
+ padding-right: 2.5rem;
847
+ padding-top: 6rem;
848
+ }
849
+
850
+ .template12-tips,
851
+ .template12-image-section,
852
+ .template12-products,
853
+ .template12-comparison,
854
+ .template12-guide,
855
+ .template12-faq,
856
+ .template12-conclusion {
857
+ padding-left: 2.5rem;
858
+ padding-right: 2.5rem;
859
+ }
860
+
861
+ .template12-title {
862
+ font-size: 3.5rem;
863
+ }
864
+
865
+ .template12-stat-value {
866
+ font-size: 2rem;
867
+ }
868
+ }
869
+
870
+ @media (min-width: 1024px) {
871
+ .template12-hero {
872
+ padding-left: 4rem;
873
+ padding-right: 4rem;
874
+ padding-top: 7rem;
875
+ }
876
+
877
+ .template12-tips,
878
+ .template12-image-section,
879
+ .template12-products,
880
+ .template12-comparison,
881
+ .template12-guide,
882
+ .template12-faq,
883
+ .template12-conclusion {
884
+ padding-left: 4rem;
885
+ padding-right: 4rem;
886
+ }
887
+
888
+ .template12-title {
889
+ font-size: 4rem;
890
+ }
891
+
892
+ .template12-section-title {
893
+ font-size: 2.25rem;
894
+ }
895
+
896
+ .template12-conclusion-title {
897
+ font-size: 2.5rem;
898
+ }
899
+ }
900
+
901
+ @media (prefers-reduced-motion: reduce) {
902
+
903
+ .template12-speed-line,
904
+ .template12-grid-overlay,
905
+ .template12-glitch,
906
+ .template12-tips-card::before,
907
+ .template12-tips-icon,
908
+ .template12-guide-icon {
909
+ animation: none;
910
+ }
911
+ }