Joaofogo commited on
Commit
e1810c7
·
verified ·
1 Parent(s): a3ad178

undefined - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +670 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Piolex
3
- emoji: 👀
4
- colorFrom: gray
5
- colorTo: yellow
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: piolex
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: gray
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,670 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="pt-BR">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Piolex - Solução Definitiva Contra Piolhos</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .hero-gradient {
11
+ background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
12
+ }
13
+ .guarantee-badge {
14
+ animation: pulse 2s infinite;
15
+ }
16
+ @keyframes pulse {
17
+ 0% { transform: scale(1); }
18
+ 50% { transform: scale(1.05); }
19
+ 100% { transform: scale(1); }
20
+ }
21
+ .before-after {
22
+ position: relative;
23
+ overflow: hidden;
24
+ }
25
+ .before-after img {
26
+ transition: all 0.3s ease;
27
+ }
28
+ .before-after:hover img {
29
+ transform: scale(1.03);
30
+ }
31
+ </style>
32
+ </head>
33
+ <body class="font-sans bg-gray-50">
34
+ <!-- Header -->
35
+ <header class="bg-white shadow-sm sticky top-0 z-50">
36
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
37
+ <div class="flex items-center">
38
+ <i class="fas fa-bug text-3xl text-purple-600 mr-2"></i>
39
+ <span class="text-xl font-bold text-gray-800">PIOLEX</span>
40
+ </div>
41
+ <nav class="hidden md:flex space-x-8">
42
+ <a href="#beneficios" class="text-gray-600 hover:text-purple-600">Benefícios</a>
43
+ <a href="#como-usar" class="text-gray-600 hover:text-purple-600">Como Usar</a>
44
+ <a href="#depoimentos" class="text-gray-600 hover:text-purple-600">Depoimentos</a>
45
+ <a href="#garantia" class="text-gray-600 hover:text-purple-600">Garantia</a>
46
+ </nav>
47
+ <button class="md:hidden text-gray-600">
48
+ <i class="fas fa-bars text-2xl"></i>
49
+ </button>
50
+ </div>
51
+ </header>
52
+
53
+ <!-- Hero Section -->
54
+ <section class="hero-gradient py-16 md:py-24">
55
+ <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
56
+ <div class="md:w-1/2 mb-10 md:mb-0">
57
+ <h1 class="text-4xl md:text-5xl font-bold text-gray-800 mb-4">Diga Adeus aos Piolhos de Forma <span class="text-purple-600">Definitiva!</span></h1>
58
+ <p class="text-lg text-gray-600 mb-6">Piolex é a solução mais avançada e natural para eliminar piolhos e lêndeas em apenas uma aplicação, sem agredir o couro cabeludo.</p>
59
+
60
+ <div class="bg-white rounded-lg shadow-md p-6 mb-6">
61
+ <div class="flex items-center mb-4">
62
+ <div class="bg-purple-100 rounded-full p-2 mr-3">
63
+ <i class="fas fa-check text-purple-600"></i>
64
+ </div>
65
+ <span class="font-medium">Elimina piolhos e lêndeas em 15 minutos</span>
66
+ </div>
67
+ <div class="flex items-center mb-4">
68
+ <div class="bg-purple-100 rounded-full p-2 mr-3">
69
+ <i class="fas fa-check text-purple-600"></i>
70
+ </div>
71
+ <span class="font-medium">Fórmula 100% natural e segura para crianças</span>
72
+ </div>
73
+ <div class="flex items-center">
74
+ <div class="bg-purple-100 rounded-full p-2 mr-3">
75
+ <i class="fas fa-check text-purple-600"></i>
76
+ </div>
77
+ <span class="font-medium">Sem produtos químicos agressivos</span>
78
+ </div>
79
+ </div>
80
+
81
+ <div class="flex flex-col sm:flex-row gap-4">
82
+ <a href="#oferta" class="bg-purple-600 hover:bg-purple-700 text-white font-bold py-4 px-8 rounded-lg text-center transition duration-300 transform hover:scale-105">
83
+ <span class="block text-xl">Quero Piolex Agora</span>
84
+ <span class="block text-sm font-normal">Elimine os piolhos hoje mesmo!</span>
85
+ </a>
86
+ <a href="#video" class="border border-purple-600 text-purple-600 font-bold py-4 px-6 rounded-lg text-center hover:bg-purple-50 transition duration-300">
87
+ <i class="fas fa-play-circle mr-2"></i> Ver Vídeo
88
+ </a>
89
+ </div>
90
+ </div>
91
+
92
+ <div class="md:w-1/2 flex justify-center">
93
+ <div class="relative">
94
+ <img src="https://images.unsplash.com/photo-1584473457407-1e77e3b5d1de?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Produto Piolex" class="rounded-lg shadow-xl w-full max-w-md">
95
+ <div class="absolute -bottom-5 -right-5 bg-yellow-400 text-yellow-900 font-bold px-4 py-2 rounded-full shadow-md guarantee-badge">
96
+ <i class="fas fa-shield-alt mr-2"></i> Garantia de 30 dias
97
+ </div>
98
+ </div>
99
+ </div>
100
+ </div>
101
+ </section>
102
+
103
+ <!-- Trust Badges -->
104
+ <section class="bg-white py-8">
105
+ <div class="container mx-auto px-4">
106
+ <div class="flex flex-wrap justify-center items-center gap-8 md:gap-16">
107
+ <div class="flex items-center">
108
+ <i class="fas fa-leaf text-green-500 text-3xl mr-3"></i>
109
+ <span class="font-medium">100% Natural</span>
110
+ </div>
111
+ <div class="flex items-center">
112
+ <i class="fas fa-child text-blue-500 text-3xl mr-3"></i>
113
+ <span class="font-medium">Seguro para Crianças</span>
114
+ </div>
115
+ <div class="flex items-center">
116
+ <i class="fas fa-flask text-purple-500 text-3xl mr-3"></i>
117
+ <span class="font-medium">Clinicamente Testado</span>
118
+ </div>
119
+ <div class="flex items-center">
120
+ <i class="fas fa-recycle text-orange-500 text-3xl mr-3"></i>
121
+ <span class="font-medium">Vegano</span>
122
+ </div>
123
+ </div>
124
+ </div>
125
+ </section>
126
+
127
+ <!-- Problem Section -->
128
+ <section class="py-16 bg-gray-100" id="problema">
129
+ <div class="container mx-auto px-4">
130
+ <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">O Problema dos Piolhos</h2>
131
+
132
+ <div class="grid md:grid-cols-3 gap-8">
133
+ <div class="bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition duration-300">
134
+ <div class="bg-red-100 w-12 h-12 rounded-full flex items-center justify-center mb-4">
135
+ <i class="fas fa-exclamation-triangle text-red-500 text-xl"></i>
136
+ </div>
137
+ <h3 class="text-xl font-semibold mb-3">Coceira Insuportável</h3>
138
+ <p class="text-gray-600">A coceira constante no couro cabeludo causa desconforto e pode levar a feridas e infecções.</p>
139
+ </div>
140
+
141
+ <div class="bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition duration-300">
142
+ <div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mb-4">
143
+ <i class="fas fa-school text-blue-500 text-xl"></i>
144
+ </div>
145
+ <h3 class="text-xl font-semibold mb-3">Vergonha e Isolamento</h3>
146
+ <p class="text-gray-600">Crianças com piolhos muitas vezes são excluídas de atividades escolares e sociais.</p>
147
+ </div>
148
+
149
+ <div class="bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition duration-300">
150
+ <div class="bg-purple-100 w-12 h-12 rounded-full flex items-center justify-center mb-4">
151
+ <i class="fas fa-sync-alt text-purple-500 text-xl"></i>
152
+ </div>
153
+ <h3 class="text-xl font-semibold mb-3">Tratamentos Ineficazes</h3>
154
+ <p class="text-gray-600">Muitos produtos não eliminam as lêndeas, fazendo os piolhos voltarem em poucos dias.</p>
155
+ </div>
156
+ </div>
157
+ </div>
158
+ </section>
159
+
160
+ <!-- Benefits Section -->
161
+ <section class="py-16 bg-white" id="beneficios">
162
+ <div class="container mx-auto px-4">
163
+ <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Por Que Escolher Piolex?</h2>
164
+
165
+ <div class="flex flex-col md:flex-row items-center mb-16">
166
+ <div class="md:w-1/2 mb-8 md:mb-0">
167
+ <img src="https://images.unsplash.com/photo-1583947581924-860bda614c24?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Benefícios Piolex" class="rounded-lg shadow-md w-full">
168
+ </div>
169
+ <div class="md:w-1/2 md:pl-12">
170
+ <div class="mb-6">
171
+ <h3 class="text-2xl font-semibold text-purple-600 mb-3">Fórmula Revolucionária</h3>
172
+ <p class="text-gray-600">Piolex contém uma combinação única de óleos essenciais que asfixiam os piolhos e dissolvem a cola que prende as lêndeas aos fios de cabelo.</p>
173
+ </div>
174
+ <div class="mb-6">
175
+ <h3 class="text-2xl font-semibold text-purple-600 mb-3">Rápido e Eficaz</h3>
176
+ <p class="text-gray-600">Em apenas 15 minutos de aplicação, Piolex elimina 100% dos piolhos e lêndeas, prevenindo reinfestações.</p>
177
+ </div>
178
+ <div class="mb-6">
179
+ <h3 class="text-2xl font-semibold text-purple-600 mb-3">Seguro e Suave</h3>
180
+ <p class="text-gray-600">Sem químicos agressivos, não causa irritação ou ressecamento do couro cabeludo, sendo seguro até para crianças a partir de 2 anos.</p>
181
+ </div>
182
+ </div>
183
+ </div>
184
+
185
+ <div class="bg-purple-50 rounded-xl p-8 md:p-12">
186
+ <h3 class="text-2xl font-bold text-purple-800 mb-6 text-center">Piolex vs. Tratamentos Convencionais</h3>
187
+
188
+ <div class="overflow-x-auto">
189
+ <table class="w-full text-left">
190
+ <thead>
191
+ <tr class="border-b border-purple-200">
192
+ <th class="pb-4 font-semibold text-purple-800">Característica</th>
193
+ <th class="pb-4 font-semibold text-purple-800 text-center">Piolex</th>
194
+ <th class="pb-4 font-semibold text-purple-800 text-center">Outros Produtos</th>
195
+ </tr>
196
+ </thead>
197
+ <tbody>
198
+ <tr class="border-b border-purple-100">
199
+ <td class="py-4 font-medium">Tempo de Ação</td>
200
+ <td class="py-4 text-center"><span class="bg-green-100 text-green-800 px-3 py-1 rounded-full">15 minutos</span></td>
201
+ <td class="py-4 text-center text-gray-600">8-12 horas</td>
202
+ </tr>
203
+ <tr class="border-b border-purple-100">
204
+ <td class="py-4 font-medium">Elimina Lêndeas</td>
205
+ <td class="py-4 text-center"><i class="fas fa-check text-green-500 text-xl"></i></td>
206
+ <td class="py-4 text-center"><i class="fas fa-times text-red-500 text-xl"></i></td>
207
+ </tr>
208
+ <tr class="border-b border-purple-100">
209
+ <td class="py-4 font-medium">Ingredientes Naturais</td>
210
+ <td class="py-4 text-center"><i class="fas fa-check text-green-500 text-xl"></i></td>
211
+ <td class="py-4 text-center"><i class="fas fa-times text-red-500 text-xl"></i></td>
212
+ </tr>
213
+ <tr class="border-b border-purple-100">
214
+ <td class="py-4 font-medium">Cheiro Agradável</td>
215
+ <td class="py-4 text-center"><i class="fas fa-check text-green-500 text-xl"></i></td>
216
+ <td class="py-4 text-center"><i class="fas fa-times text-red-500 text-xl"></i></td>
217
+ </tr>
218
+ <tr>
219
+ <td class="py-4 font-medium">Preço</td>
220
+ <td class="py-4 text-center"><span class="bg-purple-100 text-purple-800 px-3 py-1 rounded-full">R$ 89,90</span></td>
221
+ <td class="py-4 text-center text-gray-600">R$ 120+</td>
222
+ </tr>
223
+ </tbody>
224
+ </table>
225
+ </div>
226
+ </div>
227
+ </div>
228
+ </section>
229
+
230
+ <!-- How to Use -->
231
+ <section class="py-16 bg-gray-50" id="como-usar">
232
+ <div class="container mx-auto px-4">
233
+ <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Como Usar Piolex</h2>
234
+
235
+ <div class="grid md:grid-cols-3 gap-8 mb-12">
236
+ <div class="bg-white p-6 rounded-lg shadow-md text-center">
237
+ <div class="bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
238
+ <span class="text-purple-600 font-bold text-2xl">1</span>
239
+ </div>
240
+ <h3 class="text-xl font-semibold mb-3">Aplicação</h3>
241
+ <p class="text-gray-600">Aplique generosamente no cabelo seco, massageando até cobrir completamente o couro cabeludo e os fios.</p>
242
+ </div>
243
+
244
+ <div class="bg-white p-6 rounded-lg shadow-md text-center">
245
+ <div class="bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
246
+ <span class="text-purple-600 font-bold text-2xl">2</span>
247
+ </div>
248
+ <h3 class="text-xl font-semibold mb-3">Tempo de Ação</h3>
249
+ <p class="text-gray-600">Deixe agir por 15 minutos. O produto começa a agir imediatamente, asfixiando os piolhos e dissolvendo as lêndeas.</p>
250
+ </div>
251
+
252
+ <div class="bg-white p-6 rounded-lg shadow-md text-center">
253
+ <div class="bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
254
+ <span class="text-purple-600 font-bold text-2xl">3</span>
255
+ </div>
256
+ <h3 class="text-xl font-semibold mb-3">Enxágue</h3>
257
+ <p class="text-gray-600">Enxágue abundantemente com água morna e passe o pente fino para remover os piolhos e lêndeas mortas.</p>
258
+ </div>
259
+ </div>
260
+
261
+ <div class="bg-white rounded-xl shadow-md overflow-hidden">
262
+ <div class="md:flex">
263
+ <div class="md:w-1/2 before-after">
264
+ <img src="https://images.unsplash.com/photo-1605497788044-5a32c7078486?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Antes e Depois" class="w-full h-full object-cover">
265
+ </div>
266
+ <div class="md:w-1/2 p-8 md:p-12">
267
+ <h3 class="text-2xl font-bold text-purple-800 mb-4">Resultados Visíveis em Apenas 1 Uso!</h3>
268
+ <p class="text-gray-600 mb-6">Veja a diferença que Piolex faz. À esquerda, cabelo infestado com piolhos e lêndeas. À direita, após apenas uma aplicação de Piolex - completamente livre de parasitas!</p>
269
+ <div class="flex items-center">
270
+ <div class="bg-yellow-100 rounded-full p-3 mr-4">
271
+ <i class="fas fa-star text-yellow-500 text-xl"></i>
272
+ </div>
273
+ <div>
274
+ <p class="font-bold">Eficácia Comprovada</p>
275
+ <p class="text-sm text-gray-500">94% de eficácia em testes clínicos</p>
276
+ </div>
277
+ </div>
278
+ </div>
279
+ </div>
280
+ </div>
281
+ </div>
282
+ </section>
283
+
284
+ <!-- Testimonials -->
285
+ <section class="py-16 bg-purple-600 text-white" id="depoimentos">
286
+ <div class="container mx-auto px-4">
287
+ <h2 class="text-3xl font-bold text-center mb-12">O Que Nossos Clientes Dizem</h2>
288
+
289
+ <div class="grid md:grid-cols-3 gap-8">
290
+ <div class="bg-white bg-opacity-10 p-6 rounded-lg backdrop-filter backdrop-blur-sm">
291
+ <div class="flex items-center mb-4">
292
+ <div class="w-12 h-12 rounded-full bg-purple-400 flex items-center justify-center mr-4">
293
+ <span class="font-bold">AM</span>
294
+ </div>
295
+ <div>
296
+ <h4 class="font-semibold">Ana Maria</h4>
297
+ <div class="flex text-yellow-300">
298
+ <i class="fas fa-star"></i>
299
+ <i class="fas fa-star"></i>
300
+ <i class="fas fa-star"></i>
301
+ <i class="fas fa-star"></i>
302
+ <i class="fas fa-star"></i>
303
+ </div>
304
+ </div>
305
+ </div>
306
+ <p>"Meus filhos pegaram piolhos na escola e já tínhamos tentado de tudo. Piolex resolveu em uma única aplicação! Não voltaram mais e o cheiro é ótimo."</p>
307
+ </div>
308
+
309
+ <div class="bg-white bg-opacity-10 p-6 rounded-lg backdrop-filter backdrop-blur-sm">
310
+ <div class="flex items-center mb-4">
311
+ <div class="w-12 h-12 rounded-full bg-purple-400 flex items-center justify-center mr-4">
312
+ <span class="font-bold">CR</span>
313
+ </div>
314
+ <div>
315
+ <h4 class="font-semibold">Carlos Roberto</h4>
316
+ <div class="flex text-yellow-300">
317
+ <i class="fas fa-star"></i>
318
+ <i class="fas fa-star"></i>
319
+ <i class="fas fa-star"></i>
320
+ <i class="fas fa-star"></i>
321
+ <i class="fas fa-star"></i>
322
+ </div>
323
+ </div>
324
+ </div>
325
+ <p>"Como diretor de escola, recomendo Piolex para todos os pais. É o único produto que realmente funciona e não causa alergias nas crianças."</p>
326
+ </div>
327
+
328
+ <div class="bg-white bg-opacity-10 p-6 rounded-lg backdrop-filter backdrop-blur-sm">
329
+ <div class="flex items-center mb-4">
330
+ <div class="w-12 h-12 rounded-full bg-purple-400 flex items-center justify-center mr-4">
331
+ <span class="font-bold">PS</span>
332
+ </div>
333
+ <div>
334
+ <h4 class="font-semibold">Patrícia Silva</h4>
335
+ <div class="flex text-yellow-300">
336
+ <i class="fas fa-star"></i>
337
+ <i class="fas fa-star"></i>
338
+ <i class="fas fa-star"></i>
339
+ <i class="fas fa-star"></i>
340
+ <i class="fas fa-star-half-alt"></i>
341
+ </div>
342
+ </div>
343
+ </div>
344
+ <p>"Finalmente um produto que não arde no couro cabeludo da minha filha! Funcionou na primeira tentativa e ainda deixou o cabelo macio. Vale cada centavo!"</p>
345
+ </div>
346
+ </div>
347
+ </div>
348
+ </section>
349
+
350
+ <!-- Video Section -->
351
+ <section class="py-16 bg-white" id="video">
352
+ <div class="container mx-auto px-4">
353
+ <div class="max-w-4xl mx-auto">
354
+ <div class="bg-gray-200 rounded-xl overflow-hidden shadow-xl relative" style="padding-bottom: 56.25%">
355
+ <div class="absolute inset-0 flex items-center justify-center">
356
+ <button id="playButton" class="bg-purple-600 hover:bg-purple-700 text-white rounded-full w-20 h-20 flex items-center justify-center transition-transform transform hover:scale-110">
357
+ <i class="fas fa-play text-2xl"></i>
358
+ </button>
359
+ </div>
360
+ <iframe id="videoFrame" class="absolute inset-0 w-full h-full hidden" src="https://www.youtube.com/embed/dQw4w9WgXcQ?rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
361
+ </div>
362
+ <div class="mt-6 text-center">
363
+ <h3 class="text-2xl font-bold text-gray-800 mb-2">Assista Como Piolex Funciona</h3>
364
+ <p class="text-gray-600">Veja em ação como Piolex elimina piolhos e lêndeas em tempo recorde, sem químicos agressivos.</p>
365
+ </div>
366
+ </div>
367
+ </div>
368
+ </section>
369
+
370
+ <!-- Guarantee -->
371
+ <section class="py-16 bg-gray-100" id="garantia">
372
+ <div class="container mx-auto px-4">
373
+ <div class="bg-white rounded-xl shadow-lg overflow-hidden">
374
+ <div class="md:flex">
375
+ <div class="md:w-1/3 bg-yellow-100 flex items-center justify-center p-8">
376
+ <div class="text-center">
377
+ <i class="fas fa-shield-alt text-6xl text-yellow-500 mb-4"></i>
378
+ <h3 class="text-2xl font-bold text-yellow-800">Garantia Total</h3>
379
+ </div>
380
+ </div>
381
+ <div class="md:w-2/3 p-8 md:p-12">
382
+ <h2 class="text-3xl font-bold text-gray-800 mb-4">Satisfação Garantida ou Seu Dinheiro de Volta</h2>
383
+ <p class="text-gray-600 mb-6">Estamos tão confiantes na eficácia de Piolex que oferecemos uma garantia incondicional de 30 dias. Se por qualquer motivo você não ficar completamente satisfeito(a), devolvemos 100% do seu dinheiro, sem perguntas.</p>
384
+ <div class="flex items-center">
385
+ <div class="bg-purple-100 rounded-full p-3 mr-4">
386
+ <i class="fas fa-check-circle text-purple-600 text-xl"></i>
387
+ </div>
388
+ <p class="font-medium">Sem riscos - sua satisfação está garantida</p>
389
+ </div>
390
+ </div>
391
+ </div>
392
+ </div>
393
+ </div>
394
+ </section>
395
+
396
+ <!-- Offer -->
397
+ <section class="py-16 bg-purple-700 text-white" id="oferta">
398
+ <div class="container mx-auto px-4">
399
+ <div class="max-w-4xl mx-auto text-center mb-12">
400
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Oferta Especial por Tempo Limitado!</h2>
401
+ <p class="text-xl text-purple-200">Adquira agora o Kit Completo Piolex com 30% de desconto e frete grátis</p>
402
+ </div>
403
+
404
+ <div class="grid md:grid-cols-3 gap-8">
405
+ <div class="bg-white bg-opacity-10 p-8 rounded-xl border border-purple-500">
406
+ <h3 class="text-xl font-bold mb-4">Kit Básico</h3>
407
+ <div class="text-4xl font-bold mb-4">R$ 69,90</div>
408
+ <div class="text-purple-200 line-through mb-6">R$ 99,90</div>
409
+ <ul class="space-y-3 mb-8">
410
+ <li class="flex items-center">
411
+ <i class="fas fa-check-circle text-green-300 mr-2"></i>
412
+ <span>1 Frasco de Piolex (120ml)</span>
413
+ </li>
414
+ <li class="flex items-center">
415
+ <i class="fas fa-check-circle text-green-300 mr-2"></i>
416
+ <span>Pente Fino Incluso</span>
417
+ </li>
418
+ <li class="flex items-center">
419
+ <i class="fas fa-check-circle text-green-300 mr-2"></i>
420
+ <span>Manual de Instruções</span>
421
+ </li>
422
+ </ul>
423
+ <button class="w-full bg-white text-purple-700 font-bold py-3 px-6 rounded-lg hover:bg-gray-100 transition duration-300">
424
+ Comprar Agora
425
+ </button>
426
+ </div>
427
+
428
+ <div class="bg-purple-800 p-8 rounded-xl border-2 border-yellow-400 transform scale-105 relative">
429
+ <div class="absolute -top-4 left-1/2 transform -translate-x-1/2 bg-yellow-400 text-purple-900 font-bold px-4 py-1 rounded-full">
430
+ Mais Vendido
431
+ </div>
432
+ <h3 class="text-xl font-bold mb-4">Kit Família</h3>
433
+ <div class="text-4xl font-bold mb-4">R$ 119,90</div>
434
+ <div class="text-purple-200 line-through mb-6">R$ 199,90</div>
435
+ <ul class="space-y-3 mb-8">
436
+ <li class="flex items-center">
437
+ <i class="fas fa-check-circle text-green-300 mr-2"></i>
438
+ <span>2 Frascos de Piolex (240ml)</span>
439
+ </li>
440
+ <li class="flex items-center">
441
+ <i class="fas fa-check-circle text-green-300 mr-2"></i>
442
+ <span>2 Pentes Finos Premium</span>
443
+ </li>
444
+ <li class="flex items-center">
445
+ <i class="fas fa-check-circle text-green-300 mr-2"></i>
446
+ <span>Shampoo Preventivo (100ml)</span>
447
+ </li>
448
+ <li class="flex items-center">
449
+ <i class="fas fa-check-circle text-green-300 mr-2"></i>
450
+ <span>Manual Completo</span>
451
+ </li>
452
+ </ul>
453
+ <button class="w-full bg-yellow-400 text-purple-900 font-bold py-3 px-6 rounded-lg hover:bg-yellow-300 transition duration-300">
454
+ Comprar Agora
455
+ </button>
456
+ </div>
457
+
458
+ <div class="bg-white bg-opacity-10 p-8 rounded-xl border border-purple-500">
459
+ <h3 class="text-xl font-bold mb-4">Kit Escola</h3>
460
+ <div class="text-4xl font-bold mb-4">R$ 179,90</div>
461
+ <div class="text-purple-200 line-through mb-6">R$ 299,90</div>
462
+ <ul class="space-y-3 mb-8">
463
+ <li class="flex items-center">
464
+ <i class="fas fa-check-circle text-green-300 mr-2"></i>
465
+ <span>4 Frascos de Piolex (480ml)</span>
466
+ </li>
467
+ <li class="flex items-center">
468
+ <i class="fas fa-check-circle text-green-300 mr-2"></i>
469
+ <span>4 Pentes Finos Premium</span>
470
+ </li>
471
+ <li class="flex items-center">
472
+ <i class="fas fa-check-circle text-green-300 mr-2"></i>
473
+ <span>2 Shampoos Preventivos (200ml)</span>
474
+ </li>
475
+ <li class="flex items-center">
476
+ <i class="fas fa-check-circle text-green-300 mr-2"></i>
477
+ <span>Spray Protetor (150ml)</span>
478
+ </li>
479
+ <li class="flex items-center">
480
+ <i class="fas fa-check-circle text-green-300 mr-2"></i>
481
+ <span>Guia Completo para Escolas</span>
482
+ </li>
483
+ </ul>
484
+ <button class="w-full bg-white text-purple-700 font-bold py-3 px-6 rounded-lg hover:bg-gray-100 transition duration-300">
485
+ Comprar Agora
486
+ </button>
487
+ </div>
488
+ </div>
489
+
490
+ <div class="mt-12 text-center text-purple-200">
491
+ <p><i class="fas fa-lock mr-2"></i> Pagamento seguro | <i class="fas fa-truck mr-2"></i> Entrega em todo Brasil | <i class="fas fa-headset mr-2"></i> Suporte 24/7</p>
492
+ </div>
493
+ </div>
494
+ </section>
495
+
496
+ <!-- FAQ -->
497
+ <section class="py-16 bg-white">
498
+ <div class="container mx-auto px-4 max-w-3xl">
499
+ <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Perguntas Frequentes</h2>
500
+
501
+ <div class="space-y-4">
502
+ <div class="border border-gray-200 rounded-lg overflow-hidden">
503
+ <button class="faq-toggle w-full flex justify-between items-center p-4 bg-gray-50 hover:bg-gray-100">
504
+ <span class="font-medium text-left">Piolex é seguro para crianças?</span>
505
+ <i class="fas fa-plus text-purple-600"></i>
506
+ </button>
507
+ <div class="faq-content hidden p-4 border-t border-gray-200">
508
+ <p class="text-gray-600">Sim, Piolex foi especialmente formulado para ser seguro e suave para crianças a partir de 2 anos de idade. Nossa fórmula não contém pesticidas ou químicos agressivos que possam causar irritação.</p>
509
+ </div>
510
+ </div>
511
+
512
+ <div class="border border-gray-200 rounded-lg overflow-hidden">
513
+ <button class="faq-toggle w-full flex justify-between items-center p-4 bg-gray-50 hover:bg-gray-100">
514
+ <span class="font-medium text-left">Quantas aplicações são necessárias?</span>
515
+ <i class="fas fa-plus text-purple-600"></i>
516
+ </button>
517
+ <div class="faq-content hidden p-4 border-t border-gray-200">
518
+ <p class="text-gray-600">Na maioria dos casos, apenas uma aplicação é suficiente para eliminar completamente os piolhos e lêndeas. Para infestações muito severas, recomendamos uma segunda aplicação após 7 dias como medida preventiva.</p>
519
+ </div>
520
+ </div>
521
+
522
+ <div class="border border-gray-200 rounded-lg overflow-hidden">
523
+ <button class="faq-toggle w-full flex justify-between items-center p-4 bg-gray-50 hover:bg-gray-100">
524
+ <span class="font-medium text-left">Posso usar em cabelos tingidos ou com química?</span>
525
+ <i class="fas fa-plus text-purple-600"></i>
526
+ </button>
527
+ <div class="faq-content hidden p-4 border-t border-gray-200">
528
+ <p class="text-gray-600">Sim, Piolex é seguro para todos os tipos de cabelo, incluindo cabelos tingidos, com alisamento ou permanente. Nossa fórmula não altera a cor ou a estrutura do cabelo.</p>
529
+ </div>
530
+ </div>
531
+
532
+ <div class="border border-gray-200 rounded-lg overflow-hidden">
533
+ <button class="faq-toggle w-full flex justify-between items-center p-4 bg-gray-50 hover:bg-gray-100">
534
+ <span class="font-medium text-left">Qual o prazo de entrega?</span>
535
+ <i class="fas fa-plus text-purple-600"></i>
536
+ </button>
537
+ <div class="faq-content hidden p-4 border-t border-gray-200">
538
+ <p class="text-gray-600">O prazo de entrega varia conforme a região, mas normalmente entregamos em 3 a 7 dias úteis para todo o Brasil. Para compras acima de R$ 150,00 o frete é grátis.</p>
539
+ </div>
540
+ </div>
541
+
542
+ <div class="border border-gray-200 rounded-lg overflow-hidden">
543
+ <button class="faq-toggle w-full flex justify-between items-center p-4 bg-gray-50 hover:bg-gray-100">
544
+ <span class="font-medium text-left">Como faço para acionar a garantia?</span>
545
+ <i class="fas fa-plus text-purple-600"></i>
546
+ </button>
547
+ <div class="faq-content hidden p-4 border-t border-gray-200">
548
+ <p class="text-gray-600">Caso não fique satisfeito(a) com os resultados, basta nos enviar um e-mail para garantia@piolex.com.br dentro do prazo de 30 dias após a compra que devolveremos 100% do valor pago, sem burocracia.</p>
549
+ </div>
550
+ </div>
551
+ </div>
552
+ </div>
553
+ </section>
554
+
555
+ <!-- Footer -->
556
+ <footer class="bg-gray-900 text-white py-12">
557
+ <div class="container mx-auto px-4">
558
+ <div class="grid md:grid-cols-4 gap-8 mb-8">
559
+ <div>
560
+ <div class="flex items-center mb-4">
561
+ <i class="fas fa-bug text-3xl text-purple-500 mr-2"></i>
562
+ <span class="text-xl font-bold">PIOLEX</span>
563
+ </div>
564
+ <p class="text-gray-400">A solução definitiva contra piolhos e lêndeas. Seguro, natural e eficaz.</p>
565
+ </div>
566
+
567
+ <div>
568
+ <h4 class="text-lg font-semibold mb-4">Links Úteis</h4>
569
+ <ul class="space-y-2">
570
+ <li><a href="#" class="text-gray-400 hover:text-purple-400">Política de Privacidade</a></li>
571
+ <li><a href="#" class="text-gray-400 hover:text-purple-400">Termos de Uso</a></li>
572
+ <li><a href="#" class="text-gray-400 hover:text-purple-400">Trocas e Devoluções</a></li>
573
+ <li><a href="#" class="text-gray-400 hover:text-purple-400">Perguntas Frequentes</a></li>
574
+ </ul>
575
+ </div>
576
+
577
+ <div>
578
+ <h4 class="text-lg font-semibold mb-4">Contato</h4>
579
+ <ul class="space-y-2">
580
+ <li class="flex items-center">
581
+ <i class="fas fa-envelope text-purple-400 mr-2"></i>
582
+ <span class="text-gray-400">contato@piolex.com.br</span>
583
+ </li>
584
+ <li class="flex items-center">
585
+ <i class="fas fa-phone-alt text-purple-400 mr-2"></i>
586
+ <span class="text-gray-400">(11) 4002-8922</span>
587
+ </li>
588
+ <li class="flex items-center">
589
+ <i class="fas fa-map-marker-alt text-purple-400 mr-2"></i>
590
+ <span class="text-gray-400">São Paulo - SP</span>
591
+ </li>
592
+ </ul>
593
+ </div>
594
+
595
+ <div>
596
+ <h4 class="text-lg font-semibold mb-4">Redes Sociais</h4>
597
+ <div class="flex space-x-4">
598
+ <a href="#" class="bg-gray-800 hover:bg-purple-600 w-10 h-10 rounded-full flex items-center justify-center transition duration-300">
599
+ <i class="fab fa-facebook-f"></i>
600
+ </a>
601
+ <a href="#" class="bg-gray-800 hover:bg-purple-600 w-10 h-10 rounded-full flex items-center justify-center transition duration-300">
602
+ <i class="fab fa-instagram"></i>
603
+ </a>
604
+ <a href="#" class="bg-gray-800 hover:bg-purple-600 w-10 h-10 rounded-full flex items-center justify-center transition duration-300">
605
+ <i class="fab fa-youtube"></i>
606
+ </a>
607
+ </div>
608
+ <div class="mt-4">
609
+ <p class="text-gray-400">Assine nossa newsletter</p>
610
+ <div class="flex mt-2">
611
+ <input type="email" placeholder="Seu e-mail" class="bg-gray-800 text-white px-4 py-2 rounded-l-lg focus:outline-none focus:ring-2 focus:ring-purple-500 w-full">
612
+ <button class="bg-purple-600 hover:bg-purple-700 px-4 py-2 rounded-r-lg">
613
+ <i class="fas fa-paper-plane"></i>
614
+ </button>
615
+ </div>
616
+ </div>
617
+ </div>
618
+ </div>
619
+
620
+ <div class="border-t border-gray-800 pt-8 text-center text-gray-500">
621
+ <p>© 2023 Piolex. Todos os direitos reservados. CNPJ: 12.345.678/0001-99</p>
622
+ <p class="mt-2 text-sm">Este produto não é um medicamento e não substitui o tratamento médico. Em caso de dúvidas, consulte um profissional de saúde.</p>
623
+ </div>
624
+ </div>
625
+ </footer>
626
+
627
+ <!-- WhatsApp Float -->
628
+ <div class="fixed bottom-6 right-6 z-50">
629
+ <a href="https://wa.me/5511999999999" class="bg-green-500 hover:bg-green-600 text-white w-16 h-16 rounded-full flex items-center justify-center shadow-lg transition duration-300 transform hover:scale-110">
630
+ <i class="fab fa-whatsapp text-3xl"></i>
631
+ </a>
632
+ </div>
633
+
634
+ <script>
635
+ // Video Play Button
636
+ document.getElementById('playButton').addEventListener('click', function() {
637
+ this.style.display = 'none';
638
+ document.getElementById('videoFrame').classList.remove('hidden');
639
+ document.getElementById('videoFrame').src += "&autoplay=1";
640
+ });
641
+
642
+ // FAQ Toggle
643
+ document.querySelectorAll('.faq-toggle').forEach(button => {
644
+ button.addEventListener('click', () => {
645
+ const content = button.nextElementSibling;
646
+ const icon = button.querySelector('i');
647
+
648
+ if (content.classList.contains('hidden')) {
649
+ content.classList.remove('hidden');
650
+ icon.classList.replace('fa-plus', 'fa-minus');
651
+ } else {
652
+ content.classList.add('hidden');
653
+ icon.classList.replace('fa-minus', 'fa-plus');
654
+ }
655
+ });
656
+ });
657
+
658
+ // Smooth Scrolling
659
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
660
+ anchor.addEventListener('click', function (e) {
661
+ e.preventDefault();
662
+
663
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
664
+ behavior: 'smooth'
665
+ });
666
+ });
667
+ });
668
+ </script>
669
+ <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=Joaofogo/piolex" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
670
+ </html>