File size: 38,554 Bytes
ef47341
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
<!DOCTYPE html>
<html lang="pt-BR">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>NexaFiber - Internet de alta velocidade</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">
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    <style>
        body {
            font-family: 'Poppins', sans-serif;
            scroll-behavior: smooth;
        }
        .carousel-item {
            display: none;
            transition: opacity 1s ease;
        }
        .carousel-item.active {
            display: block;
            opacity: 1;
        }
        .contact-popup {
            display: none;
            animation: fadeIn 0.3s;
        }
        @keyframes fadeIn {
            from {opacity: 0;}
            to {opacity: 1;}
        }
    </style>
</head>
<body class="bg-gray-50">
    <!-- Header/Navigation -->
    <header class="bg-blue-900 text-white sticky top-0 z-50 shadow-lg">
        <div class="container mx-auto px-4 py-3 flex justify-between items-center">
            <!-- Logo -->
            <div class="flex items-center">
                <div class="w-12 h-12 bg-white rounded-full flex items-center justify-center mr-3">
                    <span class="text-blue-900 font-bold text-xl">NF</span>
                </div>
                <h1 class="text-xl font-bold">Nexa<span class="text-green-400">Fiber</span></h1>
            </div>

            <!-- Desktop Navigation -->
            <nav class="hidden md:flex items-center space-x-8">
                <a href="#home" class="hover:text-green-400 transition">Início</a>
                <a href="#plans" class="hover:text-green-400 transition">Planos</a>
                <a href="#" class="hover:text-green-400 transition">2ª via de boleto</a>
                <a href="#" class="hover:text-green-400 transition">Central do Assinante</a>
                
                <div class="flex items-center space-x-6">
                    <button id="contactBtn" class="flex items-center text-sm hover:text-green-400 transition">
                        <i class="fas fa-envelope mr-2"></i> Fale Conosco
                    </button>
                    
                    <div class="flex items-center">
                        <i class="fas fa-phone-alt mr-2"></i>
                        <span>(99) 9999-9999</span>
                    </div>
                    
                    <div class="flex items-center space-x-3">
                        <span class="text-sm hidden lg:inline">Siga a NexaFiber</span>
                        <a href="#" class="hover:text-green-400 transition"><i class="fab fa-facebook-f"></i></a>
                        <a href="#" class="hover:text-green-400 transition"><i class="fab fa-instagram"></i></a>
                        <a href="#" class="hover:text-green-400 transition"><i class="fab fa-whatsapp"></i></a>
                    </div>
                </div>
            </nav>

            <!-- Mobile Menu Button -->
            <button id="mobileMenuBtn" class="md:hidden focus:outline-none">
                <i class="fas fa-bars text-2xl"></i>
            </button>
        </div>

        <!-- Mobile Navigation -->
        <div id="mobileMenu" class="md:hidden hidden bg-blue-800 pb-4">
            <div class="container mx-auto px-4 flex flex-col space-y-3">
                <a href="#home" class="py-2 hover:text-green-400 transition">Início</a>
                <a href="#plans" class="py-2 hover:text-green-400 transition">Planos</a>
                <a href="#" class="py-2 hover:text-green-400 transition">2ª via de boleto</a>
                <a href="#" class="py-2 hover:text-green-400 transition">Central do Assinante</a>
                <button id="contactBtnMobile" class="py-2 flex items-center hover:text-green-400 transition">
                    <i class="fas fa-envelope mr-2"></i> Fale Conosco
                </button>
                <div class="py-2 flex items-center">
                    <i class="fas fa-phone-alt mr-2"></i>
                    <span>(99) 9999-9999</span>
                </div>
                <div class="py-2 flex items-center space-x-4">
                    <span>Siga a NexaFiber</span>
                    <a href="#" class="hover:text-green-400 transition"><i class="fab fa-facebook-f"></i></a>
                    <a href="#" class="hover:text-green-400 transition"><i class="fab fa-instagram"></i></a>
                    <a href="#" class="hover:text-green-400 transition"><i class="fab fa-whatsapp"></i></a>
                </div>
            </div>
        </div>
    </header>

    <!-- Hero Carousel -->
    <section id="home" class="relative overflow-hidden">
        <div class="carousel">
            <!-- Slide 1 -->
            <div class="carousel-item active relative">
                <div class="h-96 md:h-screen max-h-[700px] bg-gradient-to-r from-blue-900 to-blue-700 flex items-center justify-center">
                    <div class="absolute inset-0 bg-black opacity-30"></div>
                    <div class="container mx-auto px-4 relative z-10 text-center text-white">
                        <h2 class="text-3xl md:text-5xl font-bold mb-4">Conectando o seu mundo com velocidade e confiança</h2>
                        <p class="text-xl mb-8">Internet de altíssima velocidade com a tecnologia mais avançada</p>
                        <a href="#plans" class="bg-green-500 hover:bg-green-600 text-white font-bold py-3 px-8 rounded-full transition duration-300 inline-block">
                            Assine Agora
                        </a>
                    </div>
                </div>
            </div>

            <!-- Slide 2 -->
            <div class="carousel-item relative">
                <div class="h-96 md:h-screen max-h-[700px] bg-gradient-to-r from-blue-800 to-blue-600 flex items-center justify-center">
                    <div class="absolute inset-0 bg-black opacity-30"></div>
                    <div class="container mx-auto px-4 relative z-10 text-center text-white">
                        <h2 class="text-3xl md:text-5xl font-bold mb-4">Combo Internet + TV por assinatura</h2>
                        <p class="text-xl mb-8">Todos os canais que sua família adora + Internet ultrarrápida</p>
                        <a href="#plans" class="bg-green-500 hover:bg-green-600 text-white font-bold py-3 px-8 rounded-full transition duration-300 inline-block">
                            Conheça os planos
                        </a>
                    </div>
                </div>
            </div>

            <!-- Slide 3 -->
            <div class="carousel-item relative">
                <div class="h-96 md:h-screen max-h-[700px] bg-gradient-to-r from-blue-900 to-blue-700 flex items-center justify-center">
                    <div class="absolute inset-0 bg-black opacity-30"></div>
                    <div class="container mx-auto px-4 relative z-10 text-center text-white">
                        <h2 class="text-3xl md:text-5xl font-bold mb-4">Instalação grátis e Wi-Fi incluído</h2>
                        <p class="text-xl mb-8">Leve a NexaFiber para sua casa sem custo adicional</p>
                        <a href="#plans" class="bg-green-500 hover:bg-green-600 text-white font-bold py-3 px-8 rounded-full transition duration-300 inline-block">
                            Saiba mais
                        </a>
                    </div>
                </div>
            </div>

            <!-- Slide 4 -->
            <div class="carousel-item relative">
                <div class="h-96 md:h-screen max-h-[700px] bg-gradient-to-r from-blue-800 to-blue-600 flex items-center justify-center">
                    <div class="absolute inset-0 bg-black opacity-30"></div>
                    <div class="container mx-auto px-4 relative z-10 text-center text-white">
                        <h2 class="text-3xl md:text-5xl font-bold mb-4">Planos empresariais com suporte dedicado</h2>
                        <p class="text-xl mb-8">Garanta a melhor conexão para seu negócio</p>
                        <a href="#plans" class="bg-green-500 hover:bg-green-600 text-white font-bold py-3 px-8 rounded-full transition duration-300 inline-block">
                            Para empresas
                        </a>
                    </div>
                </div>
            </div>
        </div>

        <!-- Carousel Controls -->
        <button id="prevBtn" class="absolute left-4 top-1/2 transform -translate-y-1/2 bg-white bg-opacity-30 text-white rounded-full p-2 z-10 hover:bg-opacity-50 transition">
            <i class="fas fa-chevron-left"></i>
        </button>
        <button id="nextBtn" class="absolute right-4 top-1/2 transform -translate-y-1/2 bg-white bg-opacity-30 text-white rounded-full p-2 z-10 hover:bg-opacity-50 transition">
            <i class="fas fa-chevron-right"></i>
        </button>

        <!-- Carousel Indicators -->
        <div class="absolute bottom-4 left-0 right-0 flex justify-center space-x-2 z-10">
            <button class="carousel-indicator w-3 h-3 rounded-full bg-white bg-opacity-50 hover:bg-opacity-100 transition" data-index="0"></button>
            <button class="carousel-indicator w-3 h-3 rounded-full bg-white bg-opacity-50 hover:bg-opacity-100 transition" data-index="1"></button>
            <button class="carousel-indicator w-3 h-3 rounded-full bg-white bg-opacity-50 hover:bg-opacity-100 transition" data-index="2"></button>
            <button class="carousel-indicator w-3 h-3 rounded-full bg-white bg-opacity-50 hover:bg-opacity-100 transition" data-index="3"></button>
        </div>
    </section>

    <!-- Features Section -->
    <section class="py-16 bg-white">
        <div class="container mx-auto px-4">
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
                <!-- Feature 1 -->
                <div class="text-center px-4">
                    <div class="bg-blue-100 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-4">
                        <i class="fas fa-bolt text-blue-700 text-2xl"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-2">Velocidade garantida</h3>
                    <p class="text-gray-600">Internet de alta velocidade sem lentidão mesmo nos horários de pico.</p>
                </div>

                <!-- Feature 2 -->
                <div class="text-center px-4">
                    <div class="bg-blue-100 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-4">
                        <i class="fas fa-headset text-blue-700 text-2xl"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-2">Suporte 24/7</h3>
                    <p class="text-gray-600">Atendimento especializado a qualquer hora do dia ou noite.</p>
                </div>

                <!-- Feature 3 -->
                <div class="text-center px-4">
                    <div class="bg-blue-100 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-4">
                        <i class="fas fa-wifi text-blue-700 text-2xl"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-2">Wi-Fi grátis</h3>
                    <p class="text-gray-600">Roteador de alta qualidade incluso para melhor cobertura em sua casa.</p>
                </div>

                <!-- Feature 4 -->
                <div class="text-center px-4">
                    <div class="bg-blue-100 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-4">
                        <i class="fas fa-tools text-blue-700 text-2xl"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-2">Instalação rápida</h3>
                    <p class="text-gray-600">Agende sua instalação e nossa equipe estará no local no horário marcado.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Plans Section -->
    <section id="plans" class="py-16 bg-gray-50">
        <div class="container mx-auto px-4">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold text-blue-900 mb-4">Nossos Planos</h2>
                <p class="text-xl text-gray-600 max-w-3xl mx-auto">Escolha o plano perfeito para sua casa ou empresa com a melhor relação custo-benefício do mercado</p>
            </div>

            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 max-w-5xl mx-auto">
                <!-- Plan 1 -->
                <div class="bg-white rounded-lg shadow-lg overflow-hidden transition-transform hover:scale-105">
                    <div class="bg-blue-900 text-white py-4 px-6">
                        <h3 class="text-xl font-bold">Fibra 200MB</h3>
                        <p class="text-blue-200">Ideal para famílias</p>
                    </div>
                    <div class="p-6">
                        <div class="text-4xl font-bold text-blue-900 mb-4">R$ 99<span class="text-lg">,90/mês</span></div>
                        <ul class="space-y-3 mb-6">
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
                                <span>200 Megabits de velocidade</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
                                <span>Wi-Fi grátis</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
                                <span>Instalação sem custo</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
                                <span>Suporte 24 horas</span>
                            </li>
                        </ul>
                        <button class="w-full bg-green-500 hover:bg-green-600 text-white font-bold py-3 px-4 rounded transition duration-300">
                            Assinar agora
                        </button>
                    </div>
                </div>

                <!-- Plan 2 (Featured) -->
                <div class="bg-white rounded-lg shadow-xl overflow-hidden transform scale-105 relative">
                    <div class="absolute top-0 right-0 bg-green-500 text-white px-3 py-1 transform rotate-45 translate-x-6 -translate-y-2 text-xs font-bold">
                        MAIS POPULAR
                    </div>
                    <div class="bg-blue-700 text-white py-4 px-6">
                        <h3 class="text-xl font-bold">Combo Família</h3>
                        <p class="text-blue-200">Internet + TV + Telefone</p>
                    </div>
                    <div class="p-6">
                        <div class="text-4xl font-bold text-blue-900 mb-4">R$ 149<span class="text-lg">,90/mês</span></div>
                        <ul class="space-y-3 mb-6">
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
                                <span>300 Megabits de velocidade</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
                                <span>120 canais HD</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
                                <span>Wi-Fi grátis + roteador premium</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
                                <span>Ligações ilimitadas</span>
                            </li>
                        </ul>
                        <button class="w-full bg-green-500 hover:bg-green-600 text-white font-bold py-3 px-4 rounded transition duration-300">
                            Assinar agora
                        </button>
                    </div>
                </div>

                <!-- Plan 3 -->
                <div class="bg-white rounded-lg shadow-lg overflow-hidden transition-transform hover:scale-105">
                    <div class="bg-blue-900 text-white py-4 px-6">
                        <h3 class="text-xl font-bold">Fibra 1GB</h3>
                        <p class="text-blue-200">Para gamers e power users</p>
                    </div>
                    <div class="p-6">
                        <div class="text-4xl font-bold text-blue-900 mb-4">R$ 299<span class="text-lg">,90/mês</span></div>
                        <ul class="space-y-3 mb-6">
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
                                <span>1 Gigabit de velocidade</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
                                <span>Wi-Fi 6 grátis</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
                                <span>Prioridade no suporte</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
                                <span>Equipamento premium</span>
                            </li>
                        </ul>
                        <button class="w-full bg-green-500 hover:bg-green-600 text-white font-bold py-3 px-4 rounded transition duration-300">
                            Assinar agora
                        </button>
                    </div>
                </div>
            </div>

            <!-- Business Plan -->
            <div class="mt-16 max-w-4xl mx-auto bg-white rounded-xl shadow-lg overflow-hidden">
                <div class="md:flex">
                    <div class="md:w-2/3 p—6 md:p-8">
                        <h3 class="text-2xl font-bold text-blue-900 mb-2">Planos Empresariais</h3>
                        <p class="text-gray-600 mb-4">Soluções personalizadas para empresas de todos os tamanhos com conexão dedicada e SLA garantido.</p>
                        <ul class="space-y-2 mb-6">
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
                                <span>Link dedicado de 100Mbps a 10Gbps</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
                                <span>Suporte técnico prioritário</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
                                <span>IP Fixo incluso</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
                                <span>99.9% de disponibilidade garantida</span>
                            </li>
                        </ul>
                        <button class="bg-blue-700 hover:bg-blue-800 text-white font-bold py-3 px-8 rounded-full transition duration-300 inline-flex items-center">
                            Falar com consultor <i class="fas fa-arrow-right ml-2"></i>
                        </button>
                    </div>
                    <div class="hidden md:block md:w-1/3 bg-gradient-to-b from-blue-800 to-blue-600"></div>
                </div>
            </div>
        </div>
    </section>

    <!-- Testimonials Section -->
    <section class="py-16 bg-blue-900 text-white">
        <div class="container mx-auto px-4">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold mb-4">O que dizem nossos clientes</h2>
                <p class="text-xl text-blue-200 max-w-3xl mx-auto">Milhares de clientes satisfeitos em todo o país</p>
            </div>

            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <!-- Testimonial 1 -->
                <div class="bg-blue-800 rounded-lg p-6 shadow-lg">
                    <div class="flex items-center mb-4">
                        <div class="w-12 h-12 rounded-full bg-blue-700 flex items-center justify-center text-xl font-bold mr-4">AJ</div>
                        <div>
                            <h4 class="font-bold">Ana Júlia</h4>
                            <div class="flex text-yellow-400">
                                <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>
                    </div>
                    <p class="text-blue-100">"Depois de anos com Internet lenta, finalmente resolvi contratar a NexaFiber. A diferença é absurda! Consigo trabalhar em casa sem preocupações e meus filhos podem assistir streaming sem travar."</p>
                </div>

                <!-- Testimonial 2 -->
                <div class="bg-blue-800 rounded-lg p-6 shadow-lg">
                    <div class="flex items-center mb-4">
                        <div class="w-12 h-12 rounded-full bg-blue-700 flex items-center justify-center text-xl font-bold mr-4">CM</div>
                        <div>
                            <h4 class="font-bold">Carlos Martins</h4>
                            <div class="flex text-yellow-400">
                                <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>
                    </div>
                    <p class="text-blue-100">"O suporte da NexaFiber é incrível! Quando tive um problema, eles resolveram rapidamente e ainda me explicaram como evitar no futuro. A velocidade é consistente e nunca tenho quedas."</p>
                </div>

                <!-- Testimonial 3 -->
                <div class="bg-blue-800 rounded-lg p-6 shadow-lg">
                    <div class="flex items-center mb-4">
                        <div class="w-12 h-12 rounded-full bg-blue-700 flex items-center justify-center text-xl font-bold mr-4">LS</div>
                        <div>
                            <h4 class="font-bold">Lívia Souza</h4>
                            <div class="flex text-yellow-400">
                                <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>
                    </div>
                    <p class="text-blue-100">"Contratei o combo família e estou adorando. Tenho internet rápida, TV com ótima programação e ainda economizei pelo pacote. A instalação foi super profissional e rápida."</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Coverage Section -->
    <section class="py-16 bg-white">
        <div class="container mx-auto px-4">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold text-blue-900 mb-4">Nossa Cobertura</h2>
                <p class="text-xl text-gray-600 max-w-3xl mx-auto">Verifique se atendemos na sua região</p>
            </div>

            <div class="max-w-4xl mx-auto bg-gray-100 rounded-xl p-8">
                <div class="md:flex items-center">
                    <div class="md:w-1/2 mb-6 md:mb-0">
                        <h3 class="text-xl font-bold text-blue-900 mb-2">Quer NexaFiber na sua casa?</h3>
                        <p class="text-gray-600 mb-4">Nosso serviço está disponível em diversas cidades e bairros. Consulte a disponibilidade na sua região:</p>
                        
                        <form class="space-y-4">
                            <div>
                                <select class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500">
                                    <option>Selecione sua cidade</option>
                                    <option>São Paulo - SP</option>
                                    <option>Rio de Janeiro - RJ</option>
                                    <option>Belo Horizonte - MG</option>
                                    <option>Curitiba - PR</option>
                                </select>
                            </div>
                            <div>
                                <input type="text" placeholder="Digite seu endereço" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500">
                            </div>
                            <button class="w-full bg-green-500 hover:bg-green-600 text-white font-bold py-3 px-4 rounded transition duration-300">
                                Verificar disponibilidade
                            </button>
                        </form>
                    </div>
                    <div class="md:w-1/2 md:pl-8">
                        <div class="bg-gray-200 h-64 rounded-lg flex items-center justify-center text-gray-400">
                            [Mapa de Cobertura]
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Contact Popup -->
    <div id="contactPopup" class="contact-popup fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50 p-4">
        <div class="bg-white rounded-lg shadow-xl max-w-md w-full p-6 relative">
            <button id="closePopup" class="absolute top-4 right-4 text-gray-500 hover:text-gray-700">
                <i class="fas fa-times"></i>
            </button>
            
            <h3 class="text-2xl font-bold text-blue-900 mb-4">Fale Conosco</h3>
            <p class="text-gray-600 mb-6">Preencha o formulário abaixo e nossa equipe entrará em contato em breve.</p>
            
            <form id="contactForm" class="space-y-4">
                <div>
                    <label for="name" class="block text-gray-700 mb-2">Seu nome</label>
                    <input type="text" id="name" class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500" required>
                </div>
                <div>
                    <label for="email" class="block text-gray-700 mb-2">E-mail</label>
                    <input type="email" id="email" class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500" required>
                </div>
                <div>
                    <label for="phone" class="block text-gray-700 mb-2">Telefone</label>
                    <input type="tel" id="phone" class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500" required>
                </div>
                <div>
                    <label for="message" class="block text-gray-700 mb-2">Mensagem</label>
                    <textarea id="message" rows="4" class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500" required></textarea>
                </div>
                <button type="submit" class="w-full bg-green-500 hover:bg-green-600 text-white font-bold py-3 px-4 rounded transition duration-300">
                    Enviar mensagem
                </button>
            </form>
        </div>
    </div>

    <!-- Footer -->
    <footer class="bg-blue-900 text-white pt-16 pb-8">
        <div class="container mx-auto px-4">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
                <!-- Logo & About -->
                <div>
                    <div class="flex items-center mb-4">
                        <div class="w-10 h-10 bg-white rounded-full flex items-center justify-center mr-3">
                            <span class="text-blue-900 font-bold">NF</span>
                        </div>
                        <h3 class="text-xl font-bold">Nexa<span class="text-green-400">Fiber</span></h3>
                    </div>
                    <p class="text-blue-200 mb-4">A melhor internet em fibra óptica do Brasil, levando conexão de alta qualidade para sua casa e empresa.</p>
                    <div class="flex space-x-4">
                        <a href="#" class="hover:text-green-400 transition"><i class="fab fa-facebook-f"></i></a>
                        <a href="#" class="hover:text-green-400 transition"><i class="fab fa-instagram"></i></a>
                        <a href="#" class="hover:text-green-400 transition"><i class="fab fa-whatsapp"></i></a>
                    </div>
                </div>

                <!-- Links -->
                <div>
                    <h4 class="text-lg font-bold mb-4">Links Úteis</h4>
                    <ul class="space-y-2">
                        <li><a href="#home" class="hover:text-green-400 transition">Início</a></li>
                        <li><a href="#plans" class="hover:text-green-400 transition">Planos</a></li>
                        <li><a href="#" class="hover:text-green-400 transition">2ª Via de Boleto</a></li>
                        <li><a href="#" class="hover:text-green-400 transition">Central do Assinante</a></li>
                        <li><a href="#" class="hover:text-green-400 transition">Área de Cobertura</a></li>
                    </ul>
                </div>

                <!-- Support -->
                <div>
                    <h4 class="text-lg font-bold mb-4">Suporte</h4>
                    <ul class="space-y-2">
                        <li><a href="#" class="hover:text-green-400 transition">Perguntas Frequentes</a></li>
                        <li><a href="#" class="hover:text-green-400 transition">Tutoriais</a></li>
                        <li><a href="#" class="hover:text-green-400 transition">Status da Rede</a></li>
                        <li><a href="#" class="hover:text-green-400 transition">Abertura de Chamado</a></li>
                    </ul>
                </div>

                <!-- Contact -->
                <div>
                    <h4 class="text-lg font-bold mb-4">Contato</h4>
                    <ul class="space-y-3">
                        <li class="flex items-start">
                            <i class="fas fa-phone-alt text-green-400 mr-2 mt-1"></i>
                            <span>(99) 9999-9999</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-envelope text-green-400 mr-2 mt-1"></i>
                            <span>contato@nexafiber.com.br</span>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-map-marker-alt text-green-400 mr-2 mt-1"></i>
                            <span>Av. Paulista, 1000<br>São Paulo - SP</span>
                        </li>
                    </ul>
                </div>
            </div>

            <!-- Copyright -->
            <div class="border-t border-blue-800 mt-12 pt-6 text-center text-blue-200">
                <p>Todos os direitos reservados © NexaFiber <span id="year"></span>. Proibida reprodução total ou parcial sem autorização.</p>
            </div>
        </div>
    </footer>

    <script>
        // Mobile Menu Toggle
        const mobileMenuBtn = document.getElementById('mobileMenuBtn');
        const mobileMenu = document.getElementById('mobileMenu');
        
        mobileMenuBtn.addEventListener('click', () => {
            mobileMenu.classList.toggle('hidden');
        });

        // Contact Popup
        const contactBtn = document.getElementById('contactBtn');
        const contactBtnMobile = document.getElementById('contactBtnMobile');
        const contactPopup = document.getElementById('contactPopup');
        const closePopup = document.getElementById('closePopup');
        
        function togglePopup() {
            contactPopup.classList.toggle('hidden');
            document.body.style.overflow = contactPopup.classList.contains('hidden') ? 'auto' : 'hidden';
        }
        
        contactBtn.addEventListener('click', togglePopup);
        contactBtnMobile.addEventListener('click', togglePopup);
        closePopup.addEventListener('click', togglePopup);
        contactPopup.addEventListener('click', (e) => {
            if (e.target === contactPopup) {
                togglePopup();
            }
        });

        // Contact Form Submission
        const contactForm = document.getElementById('contactForm');
        contactForm.addEventListener('submit', (e) => {
            e.preventDefault();
            alert('Mensagem enviada com sucesso! Em breve nossa equipe entrará em contato.');
            contactForm.reset();
            togglePopup();
        });

        // Carousel functionality
        const carouselItems = document.querySelectorAll('.carousel-item');
        const indicators = document.querySelectorAll('.carousel-indicator');
        const prevBtn = document.getElementById('prevBtn');
        const nextBtn = document.getElementById('nextBtn');
        let currentIndex = 0;
        let intervalId;

        function showSlide(index) {
            // Hide all slides
            carouselItems.forEach(item => item.classList.remove('active'));
            indicators.forEach(indicator => indicator.classList.remove('bg-opacity-100'));
            
            // Show current slide
            carouselItems[index].classList.add('active');
            indicators[index].classList.add('bg-opacity-100');
            
            currentIndex = index;
        }

        function nextSlide() {
            let nextIndex = (currentIndex + 1) % carouselItems.length;
            showSlide(nextIndex);
        }

        function prevSlide() {
            let prevIndex = (currentIndex - 1 + carouselItems.length) % carouselItems.length;
            showSlide(prevIndex);
        }

        // Initialize carousel
        showSlide(0);

        // Auto-rotate slides every 5 seconds
        function startCarousel() {
            intervalId = setInterval(nextSlide, 5000);
        }

        startCarousel();

        // Pause carousel when hovered
        const carousel = document.querySelector('.carousel');
        carousel.addEventListener('mouseenter', () => {
            clearInterval(intervalId);
        });

        carousel.addEventListener('mouseleave', startCarousel);

        // Navigation controls
        nextBtn.addEventListener('click', () => {
            nextSlide();
            clearInterval(intervalId);
            startCarousel();
        });

        prevBtn.addEventListener('click', () => {
            prevSlide();
            clearInterval(intervalId);
            startCarousel();
        });

        // Indicator controls
        indicators.forEach((indicator, index) => {
            indicator.addEventListener('click', () => {
                showSlide(index);
                clearInterval(intervalId);
                startCarousel();
            });
        });

        // Set current year in footer
        document.getElementById('year').textContent = new Date().getFullYear();

        // 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) {
                    targetElement.scrollIntoView({
                        behavior: 'smooth'
                    });
                    
                    // Close mobile menu if open
                    if (!mobileMenu.classList.contains('hidden')) {
                        mobileMenu.classList.add('hidden');
                    }
                }
            });
        });
    </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=LIMATEC/nexafiber" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>