binho / index.html
mcbinho's picture
Add 2 files
3534f49 verified
<!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>