File size: 25,265 Bytes
0a01151
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>MARCA MINI - Ferramentas Profissionais para Seu Negócio Local</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>
        .hero-gradient {
            background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
        }
        .pulse-animation {
            animation: pulse 2s infinite;
        }
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        .testimonial-card {
            transition: all 0.3s ease;
        }
        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        .whatsapp-btn {
            transition: all 0.3s ease;
        }
        .whatsapp-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
        }
    </style>
</head>
<body class="font-sans bg-gray-50">
    <!-- Header with WhatsApp Button -->
    <header class="bg-white shadow-sm sticky top-0 z-50">
        <div class="container mx-auto px-4 py-3 flex justify-between items-center">
            <div class="flex items-center">
                <i class="fas fa-store-alt text-blue-500 text-2xl mr-2"></i>
                <span class="text-xl font-bold text-blue-600">MARCA MINI</span>
            </div>
            <a href="https://wa.me/5551992053162?text=Olá%20MARCA%20MINI,%20gostaria%20de%20saber%20mais%20sobre%20o%20kit%20para%20meu%20negócio!" 
               class="bg-green-500 hover:bg-green-600 text-white font-medium py-2 px-4 rounded-full flex items-center whatsapp-btn">
                <i class="fab fa-whatsapp mr-2"></i> Fale Conosco
            </a>
        </div>
    </header>

    <!-- Hero Section with WhatsApp CTA -->
    <section class="hero-gradient text-white py-16 md:py-24">
        <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
            <div class="md:w-1/2 mb-10 md:mb-0">
                <div class="bg-yellow-400 text-blue-900 inline-block px-3 py-1 rounded-full text-sm font-bold mb-4">
                    <i class="fas fa-bolt mr-1"></i> OFERTA POR TEMPO LIMITADO
                </div>
                <h1 class="text-4xl md:text-5xl font-bold mb-6">Transforme Seu Negócio Local com Nosso <span class="underline decoration-yellow-300">Kit Profissional Completo</span></h1>
                <p class="text-xl mb-8">Deixe seu Instagram profissional, automatize seu WhatsApp e venda mais com nossas ferramentas prontas para usar!</p>
                
                <div class="bg-white text-gray-800 rounded-lg p-4 mb-8 border-l-4 border-blue-500">
                    <div class="flex items-start">
                        <i class="fas fa-check-circle text-green-500 text-2xl mr-3 mt-1"></i>
                        <div>
                            <p class="font-bold">Garantia de Resultados ou seu dinheiro de volta!</p>
                            <p class="text-sm">Se em 7 dias você não ver diferença no seu negócio, devolvemos 100% do seu investimento.</p>
                        </div>
                    </div>
                </div>
                
                <div class="flex flex-col sm:flex-row gap-4">
                    <a href="https://wa.me/5551992053162?text=Quero%20comprar%20o%20Kit%20MARCA%20MINI%20agora%20mesmo!" 
                       class="bg-yellow-400 hover:bg-yellow-300 text-blue-900 font-bold py-4 px-8 rounded-lg text-lg shadow-lg pulse-animation flex items-center justify-center">
                        <i class="fab fa-whatsapp mr-2"></i> COMPRAR AGORA
                    </a>
                    <a href="#video" class="bg-white hover:bg-gray-100 text-blue-600 font-medium py-4 px-8 rounded-lg text-lg flex items-center justify-center">
                        <i class="fas fa-play-circle mr-2"></i> VER VÍDEO
                    </a>
                </div>
            </div>
            <div class="md:w-1/2 flex justify-center">
                <div class="relative max-w-md">
                    <img src="https://images.unsplash.com/photo-1556740738-b6a63e27c4df?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" 
                         alt="Resultados com MARCA MINI" class="rounded-xl shadow-2xl border-4 border-white">
                </div>
            </div>
        </div>
    </section>

    <!-- Trust Badges -->
    <div class="bg-gray-100 py-6">
        <div class="container mx-auto px-4">
            <div class="flex flex-wrap justify-center items-center gap-8 md:gap-16">
                <div class="flex items-center">
                    <i class="fas fa-check-circle text-green-500 text-2xl mr-2"></i>
                    <span class="font-medium">+500 negócios transformados</span>
                </div>
                <div class="flex items-center">
                    <i class="fas fa-lock text-blue-500 text-2xl mr-2"></i>
                    <span class="font-medium">Pagamento 100% seguro</span>
                </div>
                <div class="flex items-center">
                    <i class="fas fa-headset text-purple-500 text-2xl mr-2"></i>
                    <span class="font-medium">Suporte personalizado</span>
                </div>
            </div>
        </div>
    </div>

    <!-- WhatsApp CTA Section -->
    <section class="py-12 bg-green-50">
        <div class="container mx-auto px-4 text-center">
            <h2 class="text-3xl font-bold mb-6 text-gray-800">Não perca tempo criando do zero!</h2>
            <p class="text-xl mb-8 max-w-2xl mx-auto">Fale agora mesmo com nosso especialista e descubra como o Kit MARCA MINI pode alavancar seu negócio local.</p>
            <a href="https://wa.me/5551992053162?text=Olá%20MARCA%20MINI,%20preciso%20de%20ajuda%20para%20escolher%20o%20melhor%20kit%20para%20meu%20negócio!" 
               class="inline-block bg-green-500 hover:bg-green-600 text-white font-bold py-4 px-12 rounded-lg text-lg shadow-lg whatsapp-btn">
                <i class="fab fa-whatsapp mr-2"></i> FALAR COM ESPECIALISTA
            </a>
        </div>
    </section>

    <!-- Benefits Section -->
    <section id="beneficios" class="py-16 bg-gray-50">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">O que você ganha com o MARCA MINI?</h2>
            
            <div class="grid md:grid-cols-3 gap-8">
                <div class="bg-white p-8 rounded-xl shadow-md hover:shadow-lg transition-all">
                    <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mb-6 mx-auto">
                        <i class="fas fa-palette text-blue-600 text-2xl"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-4 text-center text-gray-800">Templates Profissionais</h3>
                    <p class="text-gray-600">20 modelos editáveis para Instagram (posts, stories, capas) que você personaliza em minutos, mesmo sem saber design.</p>
                    <div class="mt-6 text-center">
                        <a href="https://wa.me/5551992053162?text=Quero%20ver%20exemplos%20dos%20templates%20do%20MARCA%20MINI" 
                           class="text-blue-500 hover:text-blue-700 font-medium inline-flex items-center">
                            Ver exemplos <i class="fas fa-arrow-right ml-2"></i>
                        </a>
                    </div>
                </div>
                
                <div class="bg-white p-8 rounded-xl shadow-md hover:shadow-lg transition-all">
                    <div class="bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mb-6 mx-auto">
                        <i class="fas fa-comment-dots text-purple-600 text-2xl"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-4 text-center text-gray-800">Scripts para WhatsApp</h3>
                    <p class="text-gray-600">10 modelos prontos de mensagens para atender clientes, fechar vendas e automatizar respostas no WhatsApp Business.</p>
                    <div class="mt-6 text-center">
                        <a href="https://wa.me/5551992053162?text=Gostaria%20de%20saber%20mais%20sobre%20os%20scripts%20para%20WhatsApp" 
                           class="text-purple-500 hover:text-purple-700 font-medium inline-flex items-center">
                            Saiba mais <i class="fas fa-arrow-right ml-2"></i>
                        </a>
                    </div>
                </div>
                
                <div class="bg-white p-8 rounded-xl shadow-md hover:shadow-lg transition-all">
                    <div class="bg-green-100 w-16 h-16 rounded-full flex items-center justify-center mb-6 mx-auto">
                        <i class="fas fa-bullseye text-green-600 text-2xl"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-4 text-center text-gray-800">Campanhas Prontas</h3>
                    <p class="text-gray-600">5 estratégias de tráfego pago testadas e aprovadas para Facebook e Instagram, com configurações de público ideal.</p>
                    <div class="mt-6 text-center">
                        <a href="https://wa.me/5551992053162?text=Quero%20entender%20como%20funcionam%20as%20campanhas%20prontas" 
                           class="text-green-500 hover:text-green-700 font-medium inline-flex items-center">
                            Detalhes <i class="fas fa-arrow-right ml-2"></i>
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- WhatsApp CTA Section 2 -->
    <section class="py-12 bg-blue-50">
        <div class="container mx-auto px-4">
            <div class="bg-white rounded-xl shadow-md overflow-hidden">
                <div class="md:flex">
                    <div class="md:w-2/3 p-8 md:p-12">
                        <h2 class="text-2xl font-bold mb-4 text-gray-800">Dúvidas sobre qual kit escolher?</h2>
                        <p class="text-gray-600 mb-6">Nosso time está pronto para analisar seu negócio e indicar exatamente o que você precisa para alavancar suas vendas.</p>
                        <a href="https://wa.me/5551992053162?text=Preciso%20de%20ajuda%20para%20escolher%20o%20melhor%20kit%20MARCA%20MINI%20para%20meu%20negócio" 
                           class="inline-block bg-green-500 hover:bg-green-600 text-white font-bold py-3 px-8 rounded-lg whatsapp-btn">
                            <i class="fab fa-whatsapp mr-2"></i> CONVERSE COM NOSSO TIME
                        </a>
                    </div>
                    <div class="md:w-1/3 bg-blue-600 text-white p-8 md:p-12 flex items-center justify-center">
                        <div class="text-center">
                            <i class="fas fa-headset text-5xl mb-4"></i>
                            <h3 class="font-bold text-xl mb-2">Suporte Personalizado</h3>
                            <p class="text-sm">De segunda a sexta, das 9h às 18h</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Pricing Section with WhatsApp Buttons -->
    <section id="preco" class="py-16 bg-white">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center mb-6 text-gray-800">Escolha o Kit Ideal para Seu Negócio</h2>
            <p class="text-xl text-center mb-12 max-w-2xl mx-auto text-gray-600">Investimento que se paga com os primeiros resultados</p>
            
            <div class="grid md:grid-cols-3 gap-8 max-w-5xl mx-auto">
                <!-- Basic Plan -->
                <div class="bg-white border border-gray-200 rounded-xl shadow-md overflow-hidden hover:shadow-lg transition-all">
                    <div class="bg-gray-100 px-6 py-4">
                        <h3 class="font-bold text-xl">Kit Iniciante</h3>
                        <p class="text-gray-600">Para quem está começando</p>
                    </div>
                    <div class="p-6">
                        <div class="mb-6">
                            <span class="text-4xl font-bold">R$ 29</span>
                            <span class="text-gray-500 line-through ml-2">R$ 97</span>
                        </div>
                        <ul class="space-y-3 mb-8">
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>10 templates para Instagram</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>5 scripts para WhatsApp</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>2 campanhas para tráfego pago</span>
                            </li>
                        </ul>
                        <a href="https://wa.me/5551992053162?text=Quero%20comprar%20o%20Kit%20Iniciante%20da%20MARCA%20MINI" 
                           class="block w-full bg-gray-100 hover:bg-gray-200 text-gray-800 font-bold py-3 px-4 rounded-lg text-center whatsapp-btn">
                            <i class="fab fa-whatsapp mr-2"></i> COMPRAR KIT INICIANTE
                        </a>
                    </div>
                </div>
                
                <!-- Recommended Plan -->
                <div class="bg-white border-2 border-blue-500 rounded-xl shadow-lg overflow-hidden transform scale-105 z-10">
                    <div class="bg-blue-500 text-white px-4 py-2 text-center text-sm font-bold">
                        MAIS VENDIDO
                    </div>
                    <div class="p-6">
                        <h3 class="font-bold text-xl mb-2">Kit Completo</h3>
                        <p class="text-gray-600 mb-4">Melhor custo-benefício</p>
                        <div class="mb-6">
                            <span class="text-4xl font-bold">R$ 47</span>
                            <span class="text-gray-500 line-through ml-2">R$ 197</span>
                        </div>
                        <ul class="space-y-3 mb-8">
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>20 templates para Instagram</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>10 scripts para WhatsApp</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>5 campanhas para tráfego pago</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>Treinamento em vídeo</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>Grupo exclusivo no WhatsApp</span>
                            </li>
                        </ul>
                        <a href="https://wa.me/5551992053162?text=Quero%20comprar%20o%20Kit%20Completo%20da%20MARCA%20MINI" 
                           class="block w-full bg-blue-500 hover:bg-blue-600 text-white font-bold py-3 px-4 rounded-lg text-center pulse-animation whatsapp-btn">
                            <i class="fab fa-whatsapp mr-2"></i> COMPRAR KIT COMPLETO
                        </a>
                    </div>
                </div>
                
                <!-- Premium Plan -->
                <div class="bg-white border border-gray-200 rounded-xl shadow-md overflow-hidden hover:shadow-lg transition-all">
                    <div class="bg-gray-100 px-6 py-4">
                        <h3 class="font-bold text-xl">Kit Premium</h3>
                        <p class="text-gray-600">Para quem quer tudo</p>
                    </div>
                    <div class="p-6">
                        <div class="mb-6">
                            <span class="text-4xl font-bold">R$ 97</span>
                            <span class="text-gray-500 line-through ml-2">R$ 297</span>
                        </div>
                        <ul class="space-y-3 mb-8">
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>Tudo do Kit Completo</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>+10 templates exclusivos</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>Mentoria individual (30min)</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mt-1 mr-2"></i>
                                <span>PLR de marketing local</span>
                            </li>
                        </ul>
                        <a href="https://wa.me/5551992053162?text=Quero%20comprar%20o%20Kit%20Premium%20da%20MARCA%20MINI" 
                           class="block w-full bg-gray-100 hover:bg-gray-200 text-gray-800 font-bold py-3 px-4 rounded-lg text-center whatsapp-btn">
                            <i class="fab fa-whatsapp mr-2"></i> COMPRAR KIT PREMIUM
                        </a>
                    </div>
                </div>
            </div>
            
            <div class="mt-12 bg-blue-50 rounded-xl p-8 max-w-4xl mx-auto">
                <div class="flex flex-col md:flex-row items-center">
                    <div class="md:w-3/4 mb-6 md:mb-0">
                        <h3 class="text-xl font-bold mb-2">Ainda em dúvida? Fale com a gente!</h3>
                        <p>Nosso time está pronto para te ajudar a escolher o melhor kit para suas necessidades.</p>
                    </div>
                    <div class="md:w-1/4">
                        <a href="https://wa.me/5551992053162?text=Estou%20em%20dúvida%20sobre%20qual%20kit%20comprar,%20podem%20me%20ajudar?" 
                           class="inline-block bg-green-500 hover:bg-green-600 text-white font-bold py-3 px-6 rounded-lg whatsapp-btn">
                            <i class="fab fa-whatsapp mr-2"></i> AJUDA
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Final WhatsApp CTA -->
    <section class="py-16 bg-gradient-to-r from-blue-600 to-purple-600 text-white">
        <div class="container mx-auto px-4 text-center">
            <h2 class="text-3xl md:text-4xl font-bold mb-6">Pronto para transformar seu negócio?</h2>
            <p class="text-xl mb-8 max-w-2xl mx-auto">Comece hoje mesmo a vender mais com nosso kit completo de ferramentas profissionais.</p>
            <a href="https://wa.me/5551992053162?text=Quero%20comprar%20o%20Kit%20MARCA%20MINI%20agora%20mesmo!" 
               class="inline-block bg-yellow-400 hover:bg-yellow-300 text-blue-900 font-bold py-4 px-12 rounded-lg text-lg shadow-lg pulse-animation whatsapp-btn">
                <i class="fab fa-whatsapp mr-2"></i> QUERO MEU KIT AGORA
            </a>
            <div class="mt-8 flex items-center justify-center">
                <i class="fas fa-lock mr-2"></i>
                <span>Pagamento 100% seguro via</span>
                <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Stripe_Logo%2C_revised_2016.svg/2560px-Stripe_Logo%2C_revised_2016.svg.png" alt="Stripe" class="h-6 ml-2">
            </div>
        </div>
    </section>

    <!-- Footer with Contact -->
    <footer class="bg-gray-900 text-gray-400 py-12">
        <div class="container mx-auto px-4">
            <div class="grid md:grid-cols-3 gap-8">
                <div>
                    <div class="flex items-center mb-4">
                        <i class="fas fa-store-alt text-blue-400 text-2xl mr-2"></i>
                        <span class="text-xl font-bold text-white">MARCA MINI</span>
                    </div>
                    <p class="mb-4">Ferramentas profissionais para pequenos negócios em Encantado/RS e todo Brasil.</p>
                    <div class="flex space-x-4">
                        <a href="#" class="text-gray-400 hover:text-white">
                            <i class="fab fa-facebook-f"></i>
                        </a>
                        <a href="#" class="text-gray-400 hover:text-white">
                            <i class="fab fa-instagram"></i>
                        </a>
                        <a href="https://wa.me/5551992053162" class="text-gray-400 hover:text-white">
                            <i class="fab fa-whatsapp"></i>
                        </a>
                    </div>
                </div>
                
                <div>
                    <h4 class="text-white font-bold mb-4">Contato</h4>
                    <ul class="space-y-2">
                        <li class="flex items-start">
                            <i class="fas fa-phone-alt mt-1 mr-2"></i>
                            <span>(51) 99205-3162</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-envelope mt-1 mr-2"></i>
                            <span>contato@marcamini.com</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-map-marker-alt mt-1 mr-2"></i>
                            <span>Encantado/RS</span>
                        </li>
                    </ul>
                </div>
                
                <div>
                    <h4 class="text-white font-bold mb-4">Links Rápidos</h4>
                    <ul class="space-y-2">
                        <li><a href="#beneficios" class="hover:text-white">Benefícios</a></li>
                        <li><a href="#preco" class="hover:text-white">Planos</a></li>
                        <li><a href="https://wa.me/5551992053162" class="hover:text-white">Suporte</a></li>
                    </ul>
                </div>
            </div>
            
            <div class="border-t border-gray-800 mt-8 pt-8 text-center">
                <p>&copy; 2023 MARCA MINI. Todos os direitos reservados.</p>
            </div>
        </div>
    </footer>

    <script>
        // WhatsApp button animation
        document.querySelectorAll('.whatsapp-btn').forEach(btn => {
            btn.addEventListener('mouseenter', () => {
                btn.querySelector('i').classList.add('fa-bounce');
            });
            btn.addEventListener('mouseleave', () => {
                btn.querySelector('i').classList.remove('fa-bounce');
            });
        });
        
        // Smooth scrolling for anchor links
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function (e) {
                e.preventDefault();
                
                document.querySelector(this.getAttribute('href')).scrollIntoView({
                    behavior: 'smooth'
                });
            });
        });
    </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=Wnaderley/mini" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>