File size: 26,994 Bytes
cdd6a82 f8c6020 cdd6a82 3534f49 cdd6a82 3534f49 cdd6a82 f8c6020 cdd6a82 f8c6020 cdd6a82 f8c6020 cdd6a82 f8c6020 cdd6a82 f8c6020 cdd6a82 f8c6020 cdd6a82 3534f49 cdd6a82 3534f49 cdd6a82 | 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 | <!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>iRemoval PRO Premium - Ativação para Todos Modelos de iPhone</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, #4f46e5 0%, #7c3aed 100%);
}
.device-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.pulse {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}
.ribbon {
position: absolute;
right: -5px; top: -5px;
z-index: 1;
overflow: hidden;
width: 75px; height: 75px;
text-align: right;
}
.ribbon span {
font-size: 10px;
font-weight: bold;
color: #FFF;
text-transform: uppercase;
text-align: center;
line-height: 20px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 100px;
display: block;
background: #FF0000;
position: absolute;
top: 19px; right: -21px;
}
.ios-badge {
background: linear-gradient(135deg, #0071e3 0%, #34a853 100%);
}
.whatsapp-btn {
background-color: #25D366;
}
.whatsapp-btn:hover {
background-color: #128C7E;
}
</style>
</head>
<body class="bg-gray-100 font-sans">
<!-- Header -->
<header class="gradient-bg text-white shadow-lg">
<div class="container mx-auto px-4 py-6">
<div class="flex justify-between items-center">
<div class="flex items-center space-x-2">
<i class="fab fa-apple text-3xl"></i>
<h1 class="text-2xl font-bold">iRemoval PRO Premium</h1>
</div>
<nav class="hidden md:flex space-x-6">
<a href="#servico" class="hover:text-gray-200 transition">Serviço</a>
<a href="#dispositivos" class="hover:text-gray-200 transition">Dispositivos</a>
<a href="#como-funciona" class="hover:text-gray-200 transition">Como Funciona</a>
<a href="#faq" class="hover:text-gray-200 transition">FAQ</a>
</nav>
<button class="md:hidden text-2xl" id="menu-toggle">
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</header>
<!-- Mobile Menu -->
<div class="md:hidden hidden bg-white shadow-lg" id="mobile-menu">
<div class="px-4 py-2 flex flex-col space-y-3">
<a href="#servico" class="block py-2 hover:bg-gray-100 px-2 rounded">Serviço</a>
<a href="#dispositivos" class="block py-2 hover:bg-gray-100 px-2 rounded">Dispositivos</a>
<a href="#como-funciona" class="block py-2 hover:bg-gray-100 px-2 rounded">Como Funciona</a>
<a href="#faq" class="block py-2 hover:bg-gray-100 px-2 rounded">FAQ</a>
</div>
</div>
<!-- Hero Section -->
<section class="gradient-bg text-white py-20">
<div class="container mx-auto px-4 text-center">
<h2 class="text-4xl md:text-5xl font-bold mb-6">Ativação Premium para iPhone</h2>
<p class="text-xl md:text-2xl mb-8">iRemoval PRO Premium - Bypass iCloud sem sinal para iOS 15.0 até 18.5</p>
<div class="flex justify-center space-x-4">
<a href="#dispositivos" class="bg-white text-indigo-600 hover:bg-gray-100 px-8 py-3 rounded-full font-bold text-lg transition shadow-lg pulse">
<i class="fas fa-mobile-alt mr-2"></i> Ver Dispositivos
</a>
<a href="https://wa.me/555481415632" class="border-2 border-white text-white hover:bg-white hover:text-indigo-600 px-8 py-3 rounded-full font-bold text-lg transition shadow-lg">
<i class="fab fa-whatsapp mr-2"></i> WhatsApp
</a>
</div>
</div>
</section>
<!-- Service Info -->
<section id="servico" 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-gray-800 mb-4">O Serviço iRemoval PRO Premium</h2>
<div class="w-24 h-1 bg-indigo-500 mx-auto mb-6"></div>
<p class="text-gray-600 max-w-3xl mx-auto text-lg">
Solução definitiva para bypass de iCloud sem sinal em iPhones bloqueados. Compatível com iOS 15.0 até 18.5 usando nossa ferramenta Windows exclusiva.
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-gray-50 p-6 rounded-lg shadow-md text-center">
<div class="text-indigo-500 text-4xl mb-4">
<i class="fas fa-lock-open"></i>
</div>
<h3 class="text-xl font-bold mb-3">Bypass Sem Sinal</h3>
<p class="text-gray-600">
Remoção completa da conta iCloud sem necessidade de sinal celular. Seu iPhone ficará totalmente utilizável.
</p>
</div>
<div class="bg-gray-50 p-6 rounded-lg shadow-md text-center">
<div class="text-indigo-500 text-4xl mb-4">
<i class="fas fa-window-restore"></i>
</div>
<h3 class="text-xl font-bold mb-3">Ferramenta Windows</h3>
<p class="text-gray-600">
Software exclusivo para Windows com interface simples e processo automatizado. Basta conectar o iPhone.
</p>
</div>
<div class="bg-gray-50 p-6 rounded-lg shadow-md text-center">
<div class="text-indigo-500 text-4xl mb-4">
<i class="fas fa-headset"></i>
</div>
<h3 class="text-xl font-bold mb-3">Suporte Especializado</h3>
<p class="text-gray-600">
Equipe técnica disponível para auxiliar em todas as etapas do processo de ativação.
</p>
</div>
</div>
</div>
</section>
<!-- Supported Devices -->
<section id="dispositivos" class="py-16 bg-gray-100">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Dispositivos Suportados</h2>
<div class="w-24 h-1 bg-indigo-500 mx-auto mb-6"></div>
<p class="text-gray-600 max-w-3xl mx-auto text-lg">
Confira abaixo todos os modelos de iPhone compatíveis com nosso serviço iRemoval PRO Premium, com preços e prazos específicos para cada dispositivo.
</p>
</div>
<div class="grid sm:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- iPhone 11 -->
<div class="device-card bg-white p-6 rounded-lg shadow-md transition duration-300 relative">
<div class="text-center mb-4">
<i class="fas fa-mobile-alt text-5xl text-gray-700"></i>
</div>
<h3 class="text-xl font-bold text-center mb-2">iPhone 11</h3>
<div class="ios-badge text-white text-sm font-bold py-1 px-2 rounded-full inline-block mb-3">
iOS 15.0 - 18.5
</div>
<div class="bg-gray-100 p-4 rounded-lg mb-3">
<p class="font-bold text-indigo-600 text-xl mb-1">R$ 384 BRL</p>
<p class="text-gray-600 text-sm">Prazo: 1-7 dias</p>
</div>
<p class="text-gray-600 text-sm mb-3"><i class="fas fa-check-circle text-green-500 mr-1"></i> Windows Tool</p>
<p class="text-gray-600 text-sm mb-3"><i class="fas fa-check-circle text-green-500 mr-1"></i> Bypass (No Signal)</p>
<a href="https://wa.me/555481415632?text=Olá,%20gostaria%20de%20comprar%20o%20serviço%20iRemoval%20PRO%20Premium%20para%20iPhone%2011" class="w-full whatsapp-btn text-white font-bold py-2 px-4 rounded transition flex items-center justify-center">
<i class="fab fa-whatsapp mr-2"></i> WhatsApp
</a>
</div>
<!-- iPhone 11 Pro -->
<div class="device-card bg-white p-6 rounded-lg shadow-md transition duration-300 relative">
<div class="text-center mb-4">
<i class="fas fa-mobile-alt text-5xl text-gray-700"></i>
</div>
<h3 class="text-xl font-bold text-center mb-2">iPhone 11 Pro</h3>
<div class="ios-badge text-white text-sm font-bold py-1 px-2 rounded-full inline-block mb-3">
iOS 15.0 - 18.5
</div>
<div class="bg-gray-100 p-4 rounded-lg mb-3">
<p class="font-bold text-indigo-600 text-xl mb-1">R$ 414 BRL</p>
<p class="text-gray-600 text-sm">Prazo: 1-7 dias</p>
</div>
<p class="text-gray-600 text-sm mb-3"><i class="fas fa-check-circle text-green-500 mr-1"></i> Windows Tool</p>
<p class="text-gray-600 text-sm mb-3"><i class="fas fa-check-circle text-green-500 mr-1"></i> Bypass (No Signal)</p>
<a href="https://wa.me/555481415632?text=Olá,%20gostaria%20de%20comprar%20o%20serviço%20iRemoval%20PRO%20Premium%20para%20iPhone%2011%20Pro" class="w-full whatsapp-btn text-white font-bold py-2 px-4 rounded transition flex items-center justify-center">
<i class="fab fa-whatsapp mr-2"></i> WhatsApp
</a>
</div>
<!-- iPhone 11 Pro Max -->
<div class="device-card bg-white p-6 rounded-lg shadow-md transition duration-300 relative">
<div class="text-center mb-4">
<i class="fas fa-mobile-alt text-5xl text-gray-700"></i>
</div>
<h3 class="text-xl font-bold text-center mb-2">iPhone 11 Pro Max</h3>
<div class="ios-badge text-white text-sm font-bold py-1 px-2 rounded-full inline-block mb-3">
iOS 15.0 - 18.5
</div>
<div class="bg-gray-100 p-4 rounded-lg mb-3">
<p class="font-bold text-indigo-600 text-xl mb-1">R$ 444 BRL</p>
<p class="text-gray-600 text-sm">Prazo: 1-7 dias</p>
</div>
<p class="text-gray-600 text-sm mb-3"><i class="fas fa-check-circle text-green-500 mr-1"></i> Windows Tool</p>
<p class="text-gray-600 text-sm mb-3"><i class="fas fa-check-circle text-green-500 mr-1"></i> Bypass (No Signal)</p>
<a href="https://wa.me/555481415632?text=Olá,%20gostaria%20de%20comprar%20o%20serviço%20iRemoval%20PRO%20Premium%20para%20iPhone%2011%20Pro%20Max" class="w-full whatsapp-btn text-white font-bold py-2 px-4 rounded transition flex items-center justify-center">
<i class="fab fa-whatsapp mr-2"></i> WhatsApp
</a>
</div>
<!-- iPhone 12 -->
<div class="device-card bg-white p-6 rounded-lg shadow-md transition duration-300 relative">
<div class="text-center mb-4">
<i class="fas fa-mobile-alt text-5xl text-gray-700"></i>
</div>
<h3 class="text-xl font-bold text-center mb-2">iPhone 12</h3>
<div class="ios-badge text-white text-sm font-bold py-1 px-2 rounded-full inline-block mb-3">
iOS 15.0 - 18.5
</div>
<div class="bg-gray-100 p-4 rounded-lg mb-3">
<p class="font-bold text-indigo-600 text-xl mb-1">R$ 414 BRL</p>
<p class="text-gray-600 text-sm">Prazo: 1-7 dias</p>
</div>
<p class="text-gray-600 text-sm mb-3"><i class="fas fa-check-circle text-green-500 mr-1"></i> Windows Tool</p>
<p class="text-gray-600 text-sm mb-3"><i class="fas fa-check-circle text-green-500 mr-1"></i> Bypass (No Signal)</p>
<a href="https://wa.me/555481415632?text=Olá,%20gostaria%20de%20comprar%20o%20serviço%20iRemoval%20PRO%20Premium%20para%20iPhone%2012" class="w-full whatsapp-btn text-white font-bold py-2 px-4 rounded transition flex items-center justify-center">
<i class="fab fa-whatsapp mr-2"></i> WhatsApp
</a>
</div>
<!-- iPhone 12 Mini -->
<div class="device-card bg-white p-6 rounded-lg shadow-md transition duration-300 relative">
<div class="text-center mb-4">
<i class="fas fa-mobile-alt text-5xl text-gray-700"></i>
</div>
<h3 class="text-xl font-bold text-center mb-2">iPhone 12 Mini</h3>
<div class="ios-badge text-white text-sm font-bold py-1 px-2 rounded-full inline-block mb-3">
iOS 15.0 - 18.5
</div>
<div class="bg-gray-100 p-4 rounded-lg mb-3">
<p class="font-bold text-indigo-600 text-xl mb-1">R$ 384 BRL</p>
<p class="text-gray-600 text-sm">Prazo: 1-7 dias</p>
</div>
<p class="text-gray-600 text-sm mb-3"><i class="fas fa-check-circle text-green-500 mr-1"></i> Windows Tool</p>
<p class="text-gray-600 text-sm mb-3"><i class="fas fa-check-circle text-green-500 mr-1"></i> Bypass (No Signal)</p>
<a href="https://wa.me/555481415632?text=Olá,%20gostaria%20de%20comprar%20o%20serviço%20iRemoval%20PRO%20Premium%20para%20iPhone%2012%20Mini" class="w-full whatsapp-btn text-white font-bold py-2 px-4 rounded transition flex items-center justify-center">
<i class="fab fa-whatsapp mr-2"></i> WhatsApp
</a>
</div>
<!-- iPhone 12 Pro -->
<div class="device-card bg-white p-6 rounded-lg shadow-md transition duration-300 relative">
<div class="text-center mb-4">
<i class="fas fa-mobile-alt text-5xl text-gray-700"></i>
</div>
<h3 class="text-xl font-bold text-center mb-2">iPhone 12 Pro</h3>
<div class="ios-badge text-white text-sm font-bold py-1 px-2 rounded-full inline-block mb-3">
iOS 15.0 - 18.5
</div>
<div class="bg-gray-100 p-4 rounded-lg mb-3">
<p class="font-bold text-indigo-600 text-xl mb-1">R$ 444 BRL</p>
<p class="text-gray-600 text-sm">Prazo: 1-7 dias</p>
</div>
<p class="text-gray-600 text-sm mb-3"><i class="fas fa-check-circle text-green-500 mr-1"></i> Windows Tool</p>
<p class="text-gray-600 text-sm mb-3"><i class="fas fa-check-circle text-green-500 mr-1"></i> Bypass (No Signal)</p>
<a href="https://wa.me/555481415632?text=Olá,%20gostaria%20de%20comprar%20o%20serviço%20iRemoval%20PRO%20Premium%20para%20iPhone%2012%20Pro" class="w-full whatsapp-btn text-white font-bold py-2 px-4 rounded transition flex items-center justify-center">
<i class="fab fa-whatsapp mr-2"></i> WhatsApp
</a>
</div>
</div>
</div>
</section>
<!-- How It Works -->
<section id="como-funciona" 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-gray-800 mb-4">Como Funciona</h2>
<div class="w-24 h-1 bg-indigo-500 mx-auto mb-6"></div>
<p class="text-gray-600 max-w-3xl mx-auto text-lg">
Veja o passo a passo simples para desbloquear seu iPhone com nosso serviço iRemoval PRO Premium
</p>
</div>
<div class="grid md:grid-cols-4 gap-8">
<div class="text-center">
<div class="bg-indigo-100 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-4">
<span class="text-indigo-600 text-3xl font-bold">1</span>
</div>
<h3 class="text-xl font-bold mb-2">Escolha Seu Modelo</h3>
<p class="text-gray-600">Selecione o modelo do seu iPhone na lista acima</p>
</div>
<div class="text-center">
<div class="bg-indigo-100 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-4">
<span class="text-indigo-600 text-3xl font-bold">2</span>
</div>
<h3 class="text-xl font-bold mb-2">Entre em Contato</h3>
<p class="text-gray-600">Clique no botão WhatsApp para falar conosco</p>
</div>
<div class="text-center">
<div class="bg-indigo-100 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-4">
<span class="text-indigo-600 text-3xl font-bold">3</span>
</div>
<h3 class="text-xl font-bold mb-2">Receba o Software</h3>
<p class="text-gray-600">Após pagamento, você receberá nossa ferramenta exclusiva</p>
</div>
<div class="text-center">
<div class="bg-indigo-100 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-4">
<span class="text-indigo-600 text-3xl font-bold">4</span>
</div>
<h3 class="text-xl font-bold mb-2">Ative Seu iPhone</h3>
<p class="text-gray-600">Siga as instruções para remover o bloqueio iCloud</p>
</div>
</div>
<div class="text-center mt-12">
<a href="https://wa.me/555481415632" class="whatsapp-btn text-white font-bold py-3 px-8 rounded-full text-lg inline-flex items-center">
<i class="fab fa-whatsapp mr-2 text-xl"></i> Fale Conosco no WhatsApp
</a>
</div>
</div>
</section>
<!-- FAQ -->
<section id="faq" class="py-16 bg-gray-100">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Perguntas Frequentes</h2>
<div class="w-24 h-1 bg-indigo-500 mx-auto mb-6"></div>
<p class="text-gray-600 max-w-3xl mx-auto text-lg">
Tire suas dúvidas sobre nosso serviço de desbloqueio iCloud
</p>
</div>
<div class="max-w-3xl mx-auto">
<div class="bg-white p-6 rounded-lg shadow-md mb-4">
<h3 class="text-xl font-bold mb-2 flex justify-between items-center">
<span>O iPhone ficará 100% funcional após o bypass?</span>
<i class="fas fa-chevron-down text-indigo-500"></i>
</h3>
<p class="text-gray-600 hidden pt-2">
Sim! Nosso serviço iRemoval PRO Premium garante que seu iPhone terá todas as funcionalidades após o bypass, incluindo chamadas, mensagens, internet e instalação de aplicativos.
</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md mb-4">
<h3 class="text-xl font-bold mb-2 flex justify-between items-center">
<span>Preciso ter conhecimento técnico para usar a ferramenta?</span>
<i class="fas fa-chevron-down text-indigo-500"></i>
</h3>
<p class="text-gray-600 hidden pt-2">
Não! Nossa ferramenta foi desenvolvida para ser extremamente simples de usar. Além disso, fornecemos suporte completo durante todo o processo.
</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md mb-4">
<h3 class="text-xl font-bold mb-2 flex justify-between items-center">
<span>O serviço funciona em iPhones roubados?</span>
<i class="fas fa-chevron-down text-indigo-500"></i>
</h3>
<p class="text-gray-600 hidden pt-2">
Não trabalhamos com dispositivos roubados. Nosso serviço é destinado apenas para proprietários legítimos que possuam comprovante de compra ou que tenham esquecido suas credenciais iCloud.
</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md mb-4">
<h3 class="text-xl font-bold mb-2 flex justify-between items-center">
<span>Posso atualizar o iOS após o bypass?</span>
<i class="fas fa-chevron-down text-indigo-500"></i>
</h3>
<p class="text-gray-600 hidden pt-2">
Recomendamos manter a versão atual do iOS após o bypass. Atualizações podem reativar o bloqueio iCloud em alguns casos.
</p>
</div>
</div>
<div class="text-center mt-12">
<p class="text-gray-600 mb-6">Ainda tem dúvidas? Entre em contato conosco!</p>
<a href="https://wa.me/555481415632" class="whatsapp-btn text-white font-bold py-3 px-8 rounded-full text-lg inline-flex items-center">
<i class="fab fa-whatsapp mr-2 text-xl"></i> WhatsApp +55 54 8141-5632
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-800 text-white py-12">
<div class="container mx-auto px-4">
<div class="grid md:grid-cols-3 gap-8">
<div>
<h3 class="text-xl font-bold mb-4">iRemoval PRO Premium</h3>
<p class="text-gray-400">
Solução definitiva para bypass de iCloud sem sinal em iPhones bloqueados.
</p>
</div>
<div>
<h3 class="text-xl font-bold mb-4">Links Rápidos</h3>
<ul class="space-y-2">
<li><a href="#servico" class="text-gray-400 hover:text-white transition">Serviço</a></li>
<li><a href="#dispositivos" class="text-gray-400 hover:text-white transition">Dispositivos</a></li>
<li><a href="#como-funciona" class="text-gray-400 hover:text-white transition">Como Funciona</a></li>
<li><a href="#faq" class="text-gray-400 hover:text-white transition">FAQ</a></li>
</ul>
</div>
<div>
<h3 class="text-xl font-bold mb-4">Contato</h3>
<div class="flex items-center mb-2">
<i class="fab fa-whatsapp mr-2 text-green-400"></i>
<a href="https://wa.me/555481415632" class="text-gray-400 hover:text-white transition">+55 54 8141-5632</a>
</div>
<div class="flex items-center">
<i class="fas fa-envelope mr-2 text-indigo-400"></i>
<span class="text-gray-400">suporte@iremovalpro.com</span>
</div>
</div>
</div>
<div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400">
<p>© 2023 iRemoval PRO Premium. Todos os direitos reservados.</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.getElementById('menu-toggle').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// FAQ accordion
const faqItems = document.querySelectorAll('#faq h3');
faqItems.forEach(item => {
item.addEventListener('click', function() {
const answer = this.nextElementSibling;
answer.classList.toggle('hidden');
const icon = this.querySelector('i');
if (answer.classList.contains('hidden')) {
icon.classList.remove('fa-chevron-up');
icon.classList.add('fa-chevron-down');
} else {
icon.classList.remove('fa-chevron-down');
icon.classList.add('fa-chevron-up');
}
});
});
</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=mcbinho/binho" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |