File size: 28,964 Bytes
4d9aa5d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>VSX Consulting - Prospecção Inteligente para Escalar Seus Negócios</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>
        .gradient-bg {
            background: linear-gradient(135deg, #000000 0%, #4b5563 100%);
        }
        .hover-scale {
            transition: transform 0.3s ease;
        }
        .hover-scale:hover {
            transform: scale(1.03);
        }
        .section-divider {
            height: 100px;
            background: linear-gradient(to bottom right, transparent 49%, white 50%), linear-gradient(to top right, white 49%, transparent 50%);
        }
        .floating {
            animation: floating 3s ease-in-out infinite;
        }
        @keyframes floating {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-15px); }
            100% { transform: translateY(0px); }
        }
    </style>
</head>
<body class="font-sans antialiased text-gray-800">
    <!-- Header/Navigation -->
    <header class="fixed w-full bg-white shadow-md z-50">
        <div class="container mx-auto px-6 py-4">
            <div class="flex justify-between items-center">
                <div class="flex items-center">
                    <a href="#" class="text-2xl font-bold text-gray-900">VSX<span class="text-gray-600">Consulting</span></a>
                </div>
                <nav class="hidden md:flex space-x-8">
                    <a href="#servicos" class="text-gray-900 hover:text-gray-600 font-medium">Serviços</a>
                    <a href="#diferenciais" class="text-gray-900 hover:text-gray-600 font-medium">Diferenciais</a>
                    <a href="#sobre" class="text-gray-900 hover:text-gray-600 font-medium">Sobre</a>
                    <a href="#contato" class="text-gray-900 hover:text-gray-600 font-medium">Contato</a>
                </nav>
                <div class="md:hidden">
                    <button id="menu-toggle" class="text-blue-900 focus:outline-none">
                        <i class="fas fa-bars text-2xl"></i>
                    </button>
                </div>
            </div>
            <!-- Mobile menu -->
            <div id="mobile-menu" class="hidden md:hidden mt-4 pb-4">
                <a href="#servicos" class="block py-2 text-gray-900 hover:text-gray-600">Serviços</a>
                <a href="#diferenciais" class="block py-2 text-gray-900 hover:text-gray-600">Diferenciais</a>
                <a href="#sobre" class="block py-2 text-gray-900 hover:text-gray-600">Sobre</a>
                <a href="#contato" class="block py-2 text-gray-900 hover:text-gray-600">Contato</a>
            </div>
        </div>
    </header>

    <!-- Hero Section -->
    <section class="gradient-bg text-white pt-32 pb-20">
        <div class="container mx-auto px-6 flex flex-col md:flex-row items-center">
            <div class="md:w-1/2 mb-12 md:mb-0">
                <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">
                    Receba reuniões com leads qualificados e destrave novas oportunidades de vendas com inteligência comercial e prospecção ativa.
                </h1>
                <p class="text-xl mb-8 text-blue-100">
                    A VSX Consulting combina estratégia, networking e mais de 15 anos de experiência internacional para entregar oportunidades reais de negócio e ajudar sua empresa a escalar com previsibilidade – sem depender de indicações, anúncios ou tentativas no escuro.
                </p>
                <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
                    <a href="#contato" class="bg-white text-gray-900 hover:bg-gray-100 font-bold py-4 px-8 rounded-lg text-center hover-scale transition duration-300">
                        Agende uma Reunião
                    </a>
                    <a href="#diferenciais" class="border-2 border-white text-white hover:bg-white hover:text-blue-900 font-bold py-4 px-8 rounded-lg text-center hover-scale transition duration-300">
                        Conheça Nossa Metodologia
                    </a>
                </div>
            </div>
            <div class="md:w-1/2 flex justify-center">
                <img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Business Growth" class="rounded-xl shadow-2xl max-w-md w-full floating">
            </div>
        </div>
    </section>

    <!-- Clients Logo Section -->
    <section class="bg-gray-50 py-12">
        <div class="container mx-auto px-6">
            <h3 class="text-center text-gray-500 text-sm font-semibold mb-8">TRABALHAMOS COM EMPRESAS DE TODOS OS TAMANHOS</h3>
            <div class="flex flex-wrap justify-center items-center gap-8 md:gap-16">
                <img src="https://via.placeholder.com/120x60?text=Client+1" alt="Client Logo" class="h-8 md:h-12 opacity-60 hover:opacity-100 transition">
                <img src="https://via.placeholder.com/120x60?text=Client+2" alt="Client Logo" class="h-8 md:h-12 opacity-60 hover:opacity-100 transition">
                <img src="https://via.placeholder.com/120x60?text=Client+3" alt="Client Logo" class="h-8 md:h-12 opacity-60 hover:opacity-100 transition">
                <img src="https://via.placeholder.com/120x60?text=Client+4" alt="Client Logo" class="h-8 md:h-12 opacity-60 hover:opacity-100 transition">
                <img src="https://via.placeholder.com/120x60?text=Client+5" alt="Client Logo" class="h-8 md:h-12 opacity-60 hover:opacity-100 transition">
            </div>
        </div>
    </section>

    <!-- Services Section -->
    <section id="servicos" class="py-20 bg-white">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Como Transformamos Sua Prospecção</h2>
                <div class="w-20 h-1 bg-gray-600 mx-auto"></div>
            </div>
            
            <div class="grid md:grid-cols-3 gap-10">
                <!-- Service 1 -->
                <div class="bg-gray-50 p-8 rounded-xl shadow-md hover:shadow-xl transition duration-300 hover-scale">
                    <div class="text-gray-600 mb-4">
                        <i class="fas fa-bullseye text-4xl"></i>
                    </div>
                    <h3 class="text-xl font-bold text-blue-900 mb-3">Prospecção Direcionada</h3>
                    <p class="text-gray-600">Identificamos e qualificamos os leads ideais para seu negócio, garantindo que cada contato tenha real potencial de conversão.</p>
                </div>
                
                <!-- Service 2 -->
                <div class="bg-gray-50 p-8 rounded-xl shadow-md hover:shadow-xl transition duration-300 hover-scale">
                    <div class="text-blue-600 mb-4">
                        <i class="fas fa-handshake text-4xl"></i>
                    </div>
                    <h3 class="text-xl font-bold text-blue-900 mb-3">Agendamento de Reuniões</h3>
                    <p class="text-gray-600">Não apenas geramos contatos - marcamos reuniões com tomadores de decisão, prontas para sua equipe de vendas.</p>
                </div>
                
                <!-- Service 3 -->
                <div class="bg-gray-50 p-8 rounded-xl shadow-md hover:shadow-xl transition duration-300 hover-scale">
                    <div class="text-blue-600 mb-4">
                        <i class="fas fa-chart-line text-4xl"></i>
                    </div>
                    <h3 class="text-xl font-bold text-blue-900 mb-3">Inteligência de Mercado</h3>
                    <p class="text-gray-600">Fornecemos insights valiosos sobre seu mercado-alvo, ajudando a refinar sua abordagem e aumentar as taxas de conversão.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Divider -->
    <div class="section-divider"></div>

    <!-- Differentiators Section -->
    <section id="diferenciais" class="py-20 bg-gray-50">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">Por Que Escolher a VSX Consulting</h2>
                <p class="text-xl text-gray-600 max-w-3xl mx-auto">Nossa abordagem única combina experiência internacional com conhecimento local para entregar resultados mensuráveis.</p>
            </div>
            
            <div class="grid md:grid-cols-2 gap-10 items-center">
                <div>
                    <div class="mb-8">
                        <div class="flex items-start mb-4">
                            <div class="bg-gray-100 p-2 rounded-full mr-4">
                                <i class="fas fa-globe text-gray-600"></i>
                            </div>
                            <div>
                                <h3 class="text-xl font-bold text-blue-900 mb-2">Experiência Internacional</h3>
                                <p class="text-gray-600">15+ anos atuando em mercados globais, trazendo as melhores práticas para seu negócio.</p>
                            </div>
                        </div>
                    </div>
                    
                    <div class="mb-8">
                        <div class="flex items-start mb-4">
                            <div class="bg-blue-100 p-2 rounded-full mr-4">
                                <i class="fas fa-network-wired text-blue-600"></i>
                            </div>
                            <div>
                                <h3 class="text-xl font-bold text-blue-900 mb-2">Rede Estratégica</h3>
                                <p class="text-gray-600">Acesso a uma rede qualificada de tomadores de decisão em diversos setores.</p>
                            </div>
                        </div>
                    </div>
                    
                    <div class="mb-8">
                        <div class="flex items-start mb-4">
                            <div class="bg-blue-100 p-2 rounded-full mr-4">
                                <i class="fas fa-chart-pie text-blue-600"></i>
                            </div>
                            <div>
                                <h3 class="text-xl font-bold text-blue-900 mb-2">Resultados Mensuráveis</h3>
                                <p class="text-gray-600">Foco em métricas claras: número de reuniões agendadas, qualidade dos leads e taxa de conversão.</p>
                            </div>
                        </div>
                    </div>
                </div>
                
                <div class="relative">
                    <img src="https://images.unsplash.com/photo-1579621970563-ebec7560ff3e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80" alt="Business Strategy" class="rounded-xl shadow-xl w-full">
                    <div class="absolute -bottom-6 -right-6 bg-white p-6 rounded-xl shadow-lg hidden md:block">
                        <div class="text-blue-600 text-4xl font-bold">+85%</div>
                        <div class="text-gray-600">Taxa de aceitação<br>de reuniões</div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Testimonials Section -->
    <section class="py-20 bg-gray-900 text-white">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold mb-4">O Que Nossos Clientes Dizem</h2>
                <div class="w-20 h-1 bg-blue-400 mx-auto"></div>
            </div>
            
            <div class="grid md:grid-cols-3 gap-8">
                <!-- Testimonial 1 -->
                <div class="bg-blue-800 p-8 rounded-xl">
                    <div class="flex items-center mb-4">
                        <div class="text-yellow-400 mr-2">
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                        </div>
                    </div>
                    <p class="italic mb-6">"A VSX transformou completamente nosso pipeline de vendas. Em 3 meses, tivemos mais reuniões qualificadas do que no ano anterior inteiro."</p>
                    <div class="flex items-center">
                        <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <h4 class="font-bold">Carlos Mendes</h4>
                            <p class="text-blue-200 text-sm">CEO, TechSolutions</p>
                        </div>
                    </div>
                </div>
                
                <!-- Testimonial 2 -->
                <div class="bg-blue-800 p-8 rounded-xl">
                    <div class="flex items-center mb-4">
                        <div class="text-yellow-400 mr-2">
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                        </div>
                    </div>
                    <p class="italic mb-6">"Finalmente encontrei uma consultoria que entrega o que promete. As reuniões agendadas pela VSX têm uma taxa de conversão impressionante."</p>
                    <div class="flex items-center">
                        <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <h4 class="font-bold">Ana Beatriz</h4>
                            <p class="text-blue-200 text-sm">Diretora Comercial, InovaCorp</p>
                        </div>
                    </div>
                </div>
                
                <!-- Testimonial 3 -->
                <div class="bg-blue-800 p-8 rounded-xl">
                    <div class="flex items-center mb-4">
                        <div class="text-yellow-400 mr-2">
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star-half-alt"></i>
                        </div>
                    </div>
                    <p class="italic mb-6">"A expertise internacional da equipe VSX trouxe insights que nunca teríamos acesso apenas com conhecimento local. Game changer para nosso negócio."</p>
                    <div class="flex items-center">
                        <img src="https://randomuser.me/api/portraits/men/75.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <h4 class="font-bold">Ricardo Almeida</h4>
                            <p class="text-blue-200 text-sm">Diretor, GlobalTech</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- CTA Section -->
    <section class="py-20 bg-white">
        <div class="container mx-auto px-6">
            <div class="bg-gradient-to-r from-gray-900 to-gray-700 rounded-2xl p-10 text-white shadow-xl">
                <div class="flex flex-col md:flex-row items-center">
                    <div class="md:w-2/3 mb-8 md:mb-0">
                        <h2 class="text-3xl font-bold mb-4">Pronto para transformar seu pipeline de vendas?</h2>
                        <p class="text-xl text-blue-100">Agende uma consultoria gratuita e descubra como podemos ajudar sua empresa a crescer com previsibilidade.</p>
                    </div>
                    <div class="md:w-1/3 flex justify-center md:justify-end">
                        <a href="#contato" class="bg-white text-blue-900 hover:bg-blue-100 font-bold py-4 px-8 rounded-lg text-center hover-scale transition duration-300 text-lg">
                            Agendar Reunião
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- About Section -->
    <section id="sobre" class="py-20 bg-gray-50">
        <div class="container mx-auto px-6">
            <div class="flex flex-col md:flex-row items-center">
                <div class="md:w-1/2 mb-12 md:mb-0 md:pr-12">
                    <h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-6">Nossa História</h2>
                    <p class="text-gray-600 mb-6">Fundada por especialistas com mais de 15 anos de experiência em mercados internacionais, a VSX Consulting nasceu da necessidade de trazer inteligência estratégica e eficiência para o processo de prospecção comercial.</p>
                    <p class="text-gray-600 mb-6">Acreditamos que o crescimento sustentável vem da combinação de dados, relacionamentos estratégicos e execução disciplinada - não de tentativas aleatórias ou indicações ocasionais.</p>
                    <div class="flex items-center">
                        <img src="https://randomuser.me/api/portraits/men/60.jpg" alt="Founder" class="w-16 h-16 rounded-full mr-4 border-4 border-blue-200">
                        <div>
                            <h4 class="font-bold text-blue-900">Victor Silva</h4>
                            <p class="text-gray-600">Fundador & CEO</p>
                        </div>
                    </div>
                </div>
                <div class="md:w-1/2">
                    <img src="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80" alt="VSX Team" class="rounded-xl shadow-xl w-full">
                </div>
            </div>
        </div>
    </section>

    <!-- Contact Form Section -->
    <section id="contato" class="py-20 bg-white">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">Vamos Conversar</h2>
                <p class="text-xl text-gray-600 max-w-2xl mx-auto">Preencha o formulário abaixo e nossa equipe entrará em contato para agendar uma reunião estratégica.</p>
            </div>
            
            <div class="max-w-3xl mx-auto bg-gray-50 rounded-xl shadow-md p-8 md:p-12">
                <form id="lead-form" class="space-y-6">
                    <div class="grid md:grid-cols-2 gap-6">
                        <div>
                            <label for="name" class="block text-gray-700 font-medium mb-2">Nome Completo*</label>
                            <input type="text" id="name" name="name" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition">
                        </div>
                        <div>
                            <label for="company" class="block text-gray-700 font-medium mb-2">Empresa*</label>
                            <input type="text" id="company" name="company" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition">
                        </div>
                    </div>
                    
                    <div class="grid md:grid-cols-2 gap-6">
                        <div>
                            <label for="email" class="block text-gray-700 font-medium mb-2">E-mail*</label>
                            <input type="email" id="email" name="email" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition">
                        </div>
                        <div>
                            <label for="phone" class="block text-gray-700 font-medium mb-2">Telefone*</label>
                            <input type="tel" id="phone" name="phone" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition">
                        </div>
                    </div>
                    
                    <div>
                        <label for="message" class="block text-gray-700 font-medium mb-2">Como podemos ajudar?*</label>
                        <textarea id="message" name="message" rows="4" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition"></textarea>
                    </div>
                    
                    <div class="flex items-center">
                        <input type="checkbox" id="consent" name="consent" required class="w-4 h-4 text-blue-600 border-gray-300 rounded focus:ring-blue-500">
                        <label for="consent" class="ml-2 text-gray-600">Concordo em receber comunicações da VSX Consulting</label>
                    </div>
                    
                    <button type="submit" class="w-full bg-gray-900 hover:bg-gray-800 text-white font-bold py-4 px-6 rounded-lg transition duration-300 hover-scale">
                        Agendar Minha Reunião
                    </button>
                </form>
            </div>
        </div>
    </section>

    <!-- Success Modal -->
    <div id="success-modal" class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50 hidden">
        <div class="bg-white rounded-xl p-8 max-w-md mx-4 text-center">
            <div class="text-green-500 text-6xl mb-4">
                <i class="fas fa-check-circle"></i>
            </div>
            <h3 class="text-2xl font-bold text-gray-800 mb-4">Obrigado pelo seu interesse!</h3>
            <p class="text-gray-600 mb-6">Nossa equipe entrará em contato em até 24 horas para agendar sua reunião estratégica.</p>
            <button id="close-modal" class="bg-blue-900 text-white px-6 py-2 rounded-lg hover:bg-blue-800 transition">
                Fechar
            </button>
        </div>
    </div>

    <!-- Footer -->
    <footer class="bg-gray-900 text-white py-12">
        <div class="container mx-auto px-6">
            <div class="grid md:grid-cols-4 gap-8">
                <div>
                    <h3 class="text-2xl font-bold mb-4">VSX<span class="text-blue-400">Consulting</span></h3>
                    <p class="text-blue-200">Inteligência comercial e prospecção ativa para escalar seu negócio com previsibilidade.</p>
                </div>
                
                <div>
                    <h4 class="font-bold text-lg mb-4">Serviços</h4>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-blue-200 hover:text-white transition">Prospecção Direcionada</a></li>
                        <li><a href="#" class="text-blue-200 hover:text-white transition">Agendamento de Reuniões</a></li>
                        <li><a href="#" class="text-blue-200 hover:text-white transition">Inteligência de Mercado</a></li>
                        <li><a href="#" class="text-blue-200 hover:text-white transition">Consultoria Estratégica</a></li>
                    </ul>
                </div>
                
                <div>
                    <h4 class="font-bold text-lg mb-4">Contato</h4>
                    <ul class="space-y-2">
                        <li class="flex items-center">
                            <i class="fas fa-envelope mr-2 text-blue-400"></i>
                            <span class="text-blue-200">contato@vsxconsulting.com</span>
                        </li>
                        <li class="flex items-center">
                            <i class="fas fa-phone-alt mr-2 text-blue-400"></i>
                            <span class="text-blue-200">+55 11 98765-4321</span>
                        </li>
                        <li class="flex items-center">
                            <i class="fas fa-map-marker-alt mr-2 text-blue-400"></i>
                            <span class="text-blue-200">São Paulo, Brasil</span>
                        </li>
                    </ul>
                </div>
                
                <div>
                    <h4 class="font-bold text-lg mb-4">Redes Sociais</h4>
                    <div class="flex space-x-4">
                        <a href="#" class="text-blue-200 hover:text-white text-2xl transition">
                            <i class="fab fa-linkedin"></i>
                        </a>
                        <a href="#" class="text-blue-200 hover:text-white text-2xl transition">
                            <i class="fab fa-instagram"></i>
                        </a>
                        <a href="#" class="text-blue-200 hover:text-white text-2xl transition">
                            <i class="fab fa-facebook"></i>
                        </a>
                        <a href="#" class="text-blue-200 hover:text-white text-2xl transition">
                            <i class="fab fa-twitter"></i>
                        </a>
                    </div>
                </div>
            </div>
            
            <div class="border-t border-blue-800 mt-12 pt-8 text-center text-blue-300">
                <p>&copy; 2023 VSX Consulting. Todos os direitos reservados.</p>
            </div>
        </div>
    </footer>

    <script>
        // Mobile menu toggle
        document.getElementById('menu-toggle').addEventListener('click', function() {
            document.getElementById('mobile-menu').classList.toggle('hidden');
        });

        // Form submission
        document.getElementById('lead-form').addEventListener('submit', function(e) {
            e.preventDefault();
            
            // Here you would typically send the form data to your backend
            // For demo purposes, we'll just show the success modal
            document.getElementById('success-modal').classList.remove('hidden');
            
            // Reset form
            this.reset();
        });

        // Close modal
        document.getElementById('close-modal').addEventListener('click', function() {
            document.getElementById('success-modal').classList.add('hidden');
        });

        // Smooth scrolling for anchor links
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function (e) {
                e.preventDefault();
                
                const targetId = this.getAttribute('href');
                if (targetId === '#') return;
                
                const targetElement = document.querySelector(targetId);
                if (targetElement) {
                    // Close mobile menu if open
                    document.getElementById('mobile-menu').classList.add('hidden');
                    
                    // Calculate position
                    const headerHeight = document.querySelector('header').offsetHeight;
                    const elementPosition = targetElement.getBoundingClientRect().top;
                    const offsetPosition = elementPosition + window.pageYOffset - headerHeight;
                    
                    window.scrollTo({
                        top: offsetPosition,
                        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=edsonassisvsx/vsxconsulting" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>