File size: 25,910 Bytes
fab888e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>小升初教育金规划 - 平安人寿</title>
    <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">
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');
        
        body {
            font-family: 'Noto Sans SC', sans-serif;
            background-color: #f8fafc;
        }
        
        .gradient-bg {
            background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
        }
        
        .timeline-item:not(:last-child)::after {
            content: '';
            position: absolute;
            left: 16px;
            top: 36px;
            height: calc(100% - 36px);
            width: 2px;
            background-color: #3b82f6;
        }
        
        .card-hover:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        
        .floating {
            animation: floating 3s ease-in-out infinite;
        }
        
        @keyframes floating {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
            100% { transform: translateY(0px); }
        }
    </style>
</head>
<body>
    <!-- Header -->
    <header class="gradient-bg text-white py-12 px-4 md:px-8">
        <div class="container mx-auto max-w-6xl">
            <div class="flex flex-col md:flex-row items-center">
                <div class="md:w-1/2 mb-8 md:mb-0">
                    <h1 class="text-3xl md:text-4xl font-bold mb-4">为孩子的初中教育<br>筑梦未来</h1>
                    <p class="text-lg opacity-90 mb-6">小升初是孩子成长的重要转折点,提前规划教育金,让升学之路更从容</p>
                    <button class="bg-white text-blue-800 font-semibold px-6 py-3 rounded-full hover:bg-blue-50 transition duration-300">
                        立即咨询规划方案
                    </button>
                </div>
                <div class="md:w-1/2 flex justify-center">
                    <img src="https://img.icons8.com/fluency/300/000000/school.png" alt="Education" class="w-64 h-64 floating">
                </div>
            </div>
        </div>
    </header>

    <!-- Story Section -->
    <section class="py-16 px-4 md:px-8 bg-white">
        <div class="container mx-auto max-w-4xl">
            <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">张先生一家的教育金准备故事</h2>
            
            <div class="relative">
                <!-- Timeline Item 1 -->
                <div class="timeline-item relative pl-12 mb-12">
                    <div class="absolute left-0 top-0 w-8 h-8 rounded-full bg-blue-500 flex items-center justify-center text-white">
                        <span class="text-lg font-bold">1</span>
                    </div>
                    <div class="bg-gray-50 p-6 rounded-xl shadow-sm">
                        <h3 class="text-xl font-semibold mb-3 text-gray-800">小升初的惊喜与压力</h3>
                        <p class="text-gray-600 mb-4">张先生的女儿小雨今年12岁,即将从小学升入初中。当收到重点中学录取通知书的那一刻,全家既兴奋又感到压力。重点中学的学费、课外辅导、兴趣班等费用比普通学校高出不少。</p>
                        <div class="bg-blue-50 p-4 rounded-lg border-l-4 border-blue-500">
                            <p class="text-blue-800 font-medium">"我们算了一下,初中三年预计需要15万左右的教育费用,这还不包括可能的国际交流项目。"</p>
                        </div>
                    </div>
                </div>
                
                <!-- Timeline Item 2 -->
                <div class="timeline-item relative pl-12 mb-12">
                    <div class="absolute left-0 top-0 w-8 h-8 rounded-full bg-blue-500 flex items-center justify-center text-white">
                        <span class="text-lg font-bold">2</span>
                    </div>
                    <div class="bg-gray-50 p-6 rounded-xl shadow-sm">
                        <h3 class="text-xl font-semibold mb-3 text-gray-800">寻找解决方案</h3>
                        <p class="text-gray-600 mb-4">通过朋友介绍,张先生认识了平安人寿的保险代理人李经理。李经理详细了解了张先生家庭的财务状况和教育需求,为他们量身定制了一套教育金储备方案。</p>
                        <div class="flex flex-wrap gap-4 mt-4">
                            <div class="flex items-center bg-blue-100 px-3 py-1 rounded-full">
                                <i class="fas fa-piggy-bank text-blue-600 mr-2"></i>
                                <span class="text-sm font-medium text-blue-800">教育金储蓄</span>
                            </div>
                            <div class="flex items-center bg-blue-100 px-3 py-1 rounded-full">
                                <i class="fas fa-shield-alt text-blue-600 mr-2"></i>
                                <span class="text-sm font-medium text-blue-800">风险保障</span>
                            </div>
                            <div class="flex items-center bg-blue-100 px-3 py-1 rounded-full">
                                <i class="fas fa-chart-line text-blue-600 mr-2"></i>
                                <span class="text-sm font-medium text-blue-800">稳健增值</span>
                            </div>
                        </div>
                    </div>
                </div>
                
                <!-- Timeline Item 3 -->
                <div class="timeline-item relative pl-12 mb-12">
                    <div class="absolute left-0 top-0 w-8 h-8 rounded-full bg-blue-500 flex items-center justify-center text-white">
                        <span class="text-lg font-bold">3</span>
                    </div>
                    <div class="bg-gray-50 p-6 rounded-xl shadow-sm">
                        <h3 class="text-xl font-semibold mb-3 text-gray-800">三年后的收获</h3>
                        <p class="text-gray-600 mb-4">通过3年的坚持,张先生不仅为女儿储备了充足的教育金,还获得了额外的收益。当初中开学时,他们已经准备好了全部费用,甚至还有余力支持小雨参加学校的国际交流项目。</p>
                        <div class="bg-green-50 p-4 rounded-lg border-l-4 border-green-500">
                            <p class="text-green-800 font-medium">"现在小雨已经顺利升入初中,我们不再为教育费用发愁,可以全心支持她的学习和成长。"</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Plan Introduction -->
    <section class="py-16 px-4 md:px-8 bg-gray-50">
        <div class="container mx-auto max-w-6xl">
            <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">平安人寿小升初教育金保障方案</h2>
            
            <div class="grid md:grid-cols-3 gap-8">
                <!-- Plan 1 -->
                <div class="bg-white p-6 rounded-xl shadow-md transition duration-300 card-hover">
                    <div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mb-4">
                        <i class="fas fa-graduation-cap text-blue-600 text-xl"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-3 text-gray-800">教育金储蓄计划</h3>
                    <p class="text-gray-600 mb-4">专为小升初阶段设计,3-5年缴费期,初中阶段开始领取,确保教育费用无忧。</p>
                    <ul class="space-y-2 mb-6">
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
                            <span class="text-gray-700">初中三年每年领取固定金额</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
                            <span class="text-gray-700">高中/大学阶段可继续领取</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
                            <span class="text-gray-700">期满返还全部保费</span>
                        </li>
                    </ul>
                    <div class="bg-blue-50 p-3 rounded-lg">
                        <p class="text-sm text-blue-800">示例:年缴3万,缴3年,初中阶段每年可领2万,高中每年可领3万,大学一次性领取10万。</p>
                    </div>
                </div>
                
                <!-- Plan 2 -->
                <div class="bg-white p-6 rounded-xl shadow-md transition duration-300 card-hover">
                    <div class="bg-purple-100 w-12 h-12 rounded-full flex items-center justify-center mb-4">
                        <i class="fas fa-shield-alt text-purple-600 text-xl"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-3 text-gray-800">家庭保障计划</h3>
                    <p class="text-gray-600 mb-4">为家庭经济支柱提供高额保障,确保即使发生意外,孩子的教育计划不受影响。</p>
                    <ul class="space-y-2 mb-6">
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
                            <span class="text-gray-700">投保人豁免保费保障</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
                            <span class="text-gray-700">高额意外伤害保障</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
                            <span class="text-gray-700">重大疾病保障</span>
                        </li>
                    </ul>
                    <div class="bg-purple-50 p-3 rounded-lg">
                        <p class="text-sm text-purple-800">示例:100万意外保障+50万重疾保障,如投保人发生风险,后续保费豁免,教育金领取不受影响。</p>
                    </div>
                </div>
                
                <!-- Plan 3 -->
                <div class="bg-white p-6 rounded-xl shadow-md transition duration-300 card-hover">
                    <div class="bg-green-100 w-12 h-12 rounded-full flex items-center justify-center mb-4">
                        <i class="fas fa-hand-holding-usd text-green-600 text-xl"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-3 text-gray-800">灵活增值计划</h3>
                    <p class="text-gray-600 mb-4">结合万能账户,教育金可二次增值,灵活支取,满足不同阶段的教育需求。</p>
                    <ul class="space-y-2 mb-6">
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
                            <span class="text-gray-700">保底收益+浮动收益</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
                            <span class="text-gray-700">资金灵活支取</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
                            <span class="text-gray-700">终身增值账户</span>
                        </li>
                    </ul>
                    <div class="bg-green-50 p-3 rounded-lg">
                        <p class="text-sm text-green-800">示例:未领取的教育金可进入万能账户,享受年化3%-5%的收益,随用随取。</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Comparison Section -->
    <section class="py-16 px-4 md:px-8 bg-white">
        <div class="container mx-auto max-w-4xl">
            <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">教育金准备方式对比</h2>
            
            <div class="overflow-x-auto">
                <table class="w-full border-collapse">
                    <thead>
                        <tr class="bg-gray-100">
                            <th class="p-4 text-left font-semibold text-gray-700 border-b">准备方式</th>
                            <th class="p-4 text-center font-semibold text-gray-700 border-b">安全性</th>
                            <th class="p-4 text-center font-semibold text-gray-700 border-b">收益性</th>
                            <th class="p-4 text-center font-semibold text-gray-700 border-b">灵活性</th>
                            <th class="p-4 text-center font-semibold text-gray-700 border-b">保障功能</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr class="border-b hover:bg-gray-50">
                            <td class="p-4 font-medium text-blue-600">银行储蓄</td>
                            <td class="p-4 text-center text-gray-600">
                                <i class="fas fa-check-circle text-green-500"></i></td>
                            <td class="p-4 text-center text-gray-600">
                                <i class="fas fa-times-circle text-red-500"></i></td>
                            <td class="p-4 text-center text-gray-600">
                                <i class="fas fa-check-circle text-green-500"></i></td>
                            <td class="p-4 text-center text-gray-600">
                                <i class="fas fa-times-circle text-red-500"></i></td>
                        </tr>
                        <tr class="border-b hover:bg-gray-50">
                            <td class="p-4 font-medium text-blue-600">基金投资</td>
                            <td class="p-4 text-center text-gray-600">
                                <i class="fas fa-exclamation-circle text-yellow-500"></i></td>
                            <td class="p-4 text-center text-gray-600">
                                <i class="fas fa-check-circle text-green-500"></i></td>
                            <td class="p-4 text-center text-gray-600">
                                <i class="fas fa-check-circle text-green-500"></i></td>
                            <td class="p-4 text-center text-gray-600">
                                <i class="fas fa-times-circle text-red-500"></i></td>
                        </tr>
                        <tr class="border-b hover:bg-gray-50 bg-blue-50">
                            <td class="p-4 font-medium text-blue-800">平安教育金保险</td>
                            <td class="p-4 text-center text-gray-700">
                                <i class="fas fa-check-circle text-green-500"></i></td>
                            <td class="p-4 text-center text-gray-700">
                                <i class="fas fa-check-circle text-green-500"></i> 中高
                            </td>
                            <td class="p-4 text-center text-gray-700">
                                <i class="fas fa-check-circle text-green-500"></i></td>
                            <td class="p-4 text-center text-gray-700">
                                <i class="fas fa-check-circle text-green-500"></i></td>
                        </tr>
                    </tbody>
                </table>
            </div>
            
            <div class="mt-12 bg-blue-50 p-6 rounded-xl">
                <h3 class="text-xl font-semibold mb-4 text-blue-800">为什么选择平安教育金保险?</h3>
                <div class="grid md:grid-cols-2 gap-6">
                    <div class="flex items-start">
                        <div class="bg-blue-100 p-2 rounded-full mr-4">
                            <i class="fas fa-lock text-blue-600"></i>
                        </div>
                        <div>
                            <h4 class="font-medium text-gray-800 mb-1">强制储蓄</h4>
                            <p class="text-gray-600 text-sm">避免资金被随意挪用,确保教育专款专用</p>
                        </div>
                    </div>
                    <div class="flex items-start">
                        <div class="bg-blue-100 p-2 rounded-full mr-4">
                            <i class="fas fa-umbrella text-blue-600"></i>
                        </div>
                        <div>
                            <h4 class="font-medium text-gray-800 mb-1">风险保障</h4>
                            <p class="text-gray-600 text-sm">投保人豁免保障,即使家长发生风险,教育金计划不受影响</p>
                        </div>
                    </div>
                    <div class="flex items-start">
                        <div class="bg-blue-100 p-2 rounded-full mr-4">
                            <i class="fas fa-chart-line text-blue-600"></i>
                        </div>
                        <div>
                            <h4 class="font-medium text-gray-800 mb-1">稳健增值</h4>
                            <p class="text-gray-600 text-sm">保底收益+浮动收益,抵御通货膨胀</p>
                        </div>
                    </div>
                    <div class="flex items-start">
                        <div class="bg-blue-100 p-2 rounded-full mr-4">
                            <i class="fas fa-gift text-blue-600"></i>
                        </div>
                        <div>
                            <h4 class="font-medium text-gray-800 mb-1">额外权益</h4>
                            <p class="text-gray-600 text-sm">享受平安好医生、教育咨询等增值服务</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- CTA Section -->
    <section class="gradient-bg text-white py-16 px-4 md:px-8">
        <div class="container mx-auto max-w-4xl text-center">
            <h2 class="text-3xl font-bold mb-6">为孩子的初中教育做好准备</h2>
            <p class="text-xl opacity-90 mb-8">现在规划,让孩子的升学之路更加从容无忧</p>
            
            <div class="flex flex-col sm:flex-row justify-center gap-4">
                <button class="bg-white text-blue-800 font-semibold px-8 py-4 rounded-full hover:bg-blue-50 transition duration-300 flex items-center justify-center">
                    <i class="fas fa-phone-alt mr-2"></i> 预约专业咨询
                </button>
                <button class="bg-transparent border-2 border-white text-white font-semibold px-8 py-4 rounded-full hover:bg-white hover:text-blue-800 transition duration-300 flex items-center justify-center">
                    <i class="fas fa-calculator mr-2"></i> 教育金测算工具
                </button>
            </div>
            
            <div class="mt-12 bg-white bg-opacity-10 p-6 rounded-xl inline-block">
                <div class="flex items-center justify-center">
                    <img src="https://img.icons8.com/ios-filled/50/FFFFFF/qr-code.png" alt="QR Code" class="w-16 h-16 mr-4">
                    <div class="text-left">
                        <p class="font-medium mb-1">扫描二维码了解更多</p>
                        <p class="text-sm opacity-80">关注"平安人寿"官方公众号</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-900 text-white py-12 px-4 md:px-8">
        <div class="container mx-auto max-w-6xl">
            <div class="grid md:grid-cols-4 gap-8">
                <div>
                    <h3 class="text-lg font-semibold mb-4">平安人寿</h3>
                    <p class="text-gray-400 text-sm">中国平安人寿保险股份有限公司成立于2002年,是中国平安保险(集团)股份有限公司旗下的重要成员。</p>
                </div>
                <div>
                    <h3 class="text-lg font-semibold mb-4">快速链接</h3>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white transition">产品中心</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white transition">服务大厅</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white transition">理赔服务</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white transition">关于我们</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-lg font-semibold mb-4">联系我们</h3>
                    <ul class="space-y-2 text-gray-400">
                        <li class="flex items-start">
                            <i class="fas fa-phone-alt mt-1 mr-2 text-sm"></i>
                            <span>95511</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-map-marker-alt mt-1 mr-2"></i>
                            <span>中国广东省深圳市</span>
                        </li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-lg font-semibold mb-4">关注我们</h3>
                    <div class="flex space-x-4">
                        <a href="#" class="w-10 h-10 rounded-full bg-gray-700 flex items-center justify-center hover:bg-blue-600 transition">
                            <i class="fab fa-weixin"></i>
                        </a>
                        <a href="#" class="w-10 h-10 rounded-full bg-gray-700 flex items-center justify-center hover:bg-red-600 transition">
                            <i class="fab fa-weibo"></i>
                        </a>
                        <a href="#" class="w-10 h-10 rounded-full bg-gray-700 flex items-center justify-center hover:bg-blue-400 transition">
                            <i class="fab fa-linkedin-in"></i>
                        </a>
                    </div>
                </div>
            </div>
            <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-500 text-sm">
                <p>© 2023 中国平安人寿保险股份有限公司 版权所有</p>
                <p class="mt-2">备案号:粤ICP备12345678号</p>
            </div>
        </div>
    </footer>

    <script>
        // Simple animation for timeline items when they come into view
        document.addEventListener('DOMContentLoaded', function() {
            const timelineItems = document.querySelectorAll('.timeline-item');
            
            const observer = new IntersectionObserver((entries) => {
                entries.forEach(entry => {
                    if (entry.isIntersecting) {
                        entry.target.style.opacity = '1';
                        entry.target.style.transform = 'translateY(0)';
                    }
                });
            }, { threshold: 0.1 });
            
            timelineItems.forEach(item => {
                item.style.opacity = '0';
                item.style.transform = 'translateY(20px)';
                item.style.transition = 'all 0.6s ease-out';
                observer.observe(item);
            });
            
            // Add hover effect to cards
            const cards = document.querySelectorAll('.card-hover');
            cards.forEach(card => {
                card.addEventListener('mouseenter', function() {
                    this.style.transform = 'translateY(-5px)';
                });
                card.addEventListener('mouseleave', function() {
                    this.style.transform = 'translateY(0)';
                });
            });
        });
    </script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=toughhou/pa-life" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>