<!DOCTYPE html>
<html lang="pt-BR">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Contato - Aplicativo WEBGR</title>
    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
    <script src="https://cdn.tailwindcss.com"></script>

    <script>
        tailwind.config = {
            theme: {
                extend: {
                    colors: {
                        'raotes-lilas': '#8070B1',
                        'raotes-gray': '#848688',
                    },
                    fontFamily: {
                        'roboto': ['Roboto', 'sans-serif'],
                        'lato': ['Lato', 'sans-serif']
                    }
                }
            }
        }
    </script>
    <style>
        body { background-color: #f9fafb !important; }
        .top-hero-section {
            background-image: linear-gradient(to bottom, #8070B1, #5a4d85) !important;
        }
        html { scroll-behavior: smooth; }
    </style>
</head>
<body class="font-roboto bg-gray-50">

    <section class="relative py-24 text-white rounded-b-3xl top-hero-section">
        <div class="container mx-auto px-4 relative z-10">
            <div class="text-center mb-12">
                 <div class="flex justify-center items-center space-x-2 text-sm mb-4 opacity-80">
                    <a href="/" class="hover:underline cursor-pointer">Início</a>
                    <span>/</span>
                    <span class="font-semibold">Contato</span>
                </div>
                <h1 class="text-4xl md:text-5xl font-bold font-lato mb-4">Entre em contato</h1>
                <p class="text-xl max-w-2xl mx-auto opacity-90">
                    Preencha os dados corretamente, eles são importantes para que sua empresa tenha um atendimento ainda mais personalizado.
                </p>
            </div>
            
            <div class="grid md:grid-cols-2 gap-8 items-start max-w-6xl mx-auto">
                <div class="hidden md:block sticky top-24">
                    <img src="http://gruporaotes.com.br/wp-content/uploads/2026/03/aplicativowebgrcomputadorecelular-scaled.webp" alt="Sistemas de Gestão RAOTES" class="w-full h-auto rounded-lg shadow-xl">
                </div>

                <div class="bg-white p-4 md:p-6 rounded-lg shadow-2xl text-gray-800">
                    <iframe title="Formex Contato página de Contato site WEBGR " name="iframe_formex_lahar" width="100%" height="1200px" frameborder="0" style="background: none; border: none;" allowtransparency="true" src="https://forms.lahar.com.br/formularios-externos/acessa/contatopaginadecontatositewebg-zKwt4mSqaoZ7zie5GtW">Seu navegador não possui suporte para iframes.</iframe>
                </div>
            </div>
        </div>
    </section>

    <section class="py-16 bg-white">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl md:text-4xl font-bold font-lato text-gray-900 mb-8 text-center">
                 Canais de Atendimento
            </h2>
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8 text-center max-w-6xl mx-auto bg-gray-100 p-8 rounded-xl shadow-inner border-t-4 border-raotes-gray">
                
                <div class="flex flex-col items-center">
                    <h3 class="font-bold text-lg mb-1 text-raotes-lilas">E-mail</h3>
                    <p class="text-gray-700">[email protected]</p>
                </div>
                <div class="flex flex-col items-center">
                    <h3 class="font-bold text-lg mb-1 text-raotes-lilas">WhatsApp</h3>
                    <p class="text-gray-700">11 98853-9686</p>
                </div>
                <div class="flex flex-col items-center">
                    <h3 class="font-bold text-lg mb-1 text-raotes-lilas">Telefone</h3>
                    <p class="text-gray-700">11 4321-0252</p>
                </div>
                <div class="flex flex-col items-center">
                    <h3 class="font-bold text-lg mb-1 text-raotes-lilas">Escritório</h3>
                    <p class="text-gray-700 text-sm leading-relaxed">
                        Rua do Comércio, 69<br>
                        Água Morna - Embu das Artes/SP<br>
                        Km 280 da Rodovia Regis Bittencourt (Sentido Sul)<br>
                        Loja 17 - Andar Mezanino<br>
                        CEP: 06803-203
                    </p>
                </div>
            </div>
        </div>
    </section>

    <hr class="border-t border-gray-300 mx-auto max-w-5xl">

    <section class="py-16 bg-white">
        <div class="container mx-auto px-4">
            <div class="text-center mb-8">
                <h2 class="text-3xl md:text-4xl font-bold font-lato text-gray-900 mb-4">
                    Siga-nos nas Redes Sociais
                </h2>
            </div>
            
            <div class="grid grid-cols-2 md:grid-cols-4 gap-6 text-center max-w-5xl mx-auto">
                <a href="https://www.linkedin.com/showcase/aplicativo-webgr/?viewAsMember=true" target="_blank" class="block p-6 rounded-xl shadow-md hover:shadow-xl transition bg-white border border-gray-100 group">
                    <div class="w-12 h-12 mx-auto mb-3">
                        <img src="http://gruporaotes.com.br/wp-content/uploads/2025/10/icon-linkedIn.webp" alt="LinkedIn" class="w-full h-full object-contain group-hover:scale-110 transition">
                    </div>
                    <h3 class="font-bold text-raotes-lilas">LinkedIn</h3>
                </a>
                
                <a href="https://www.instagram.com/aplicativowebgr/" target="_blank" class="block p-6 rounded-xl shadow-md hover:shadow-xl transition bg-white border border-gray-100 group">
                    <div class="w-12 h-12 mx-auto mb-3">
                        <img src="http://gruporaotes.com.br/wp-content/uploads/2025/10/icon-instagram.webp" alt="Instagram" class="w-full h-full object-contain group-hover:scale-110 transition">
                    </div>
                    <h3 class="font-bold text-raotes-lilas">Instagram</h3>
                </a>

                <a href="https://www.facebook.com/aplicativowebgr" target="_blank" class="block p-6 rounded-xl shadow-md hover:shadow-xl transition bg-white border border-gray-100 group">
                    <div class="w-12 h-12 mx-auto mb-3">
                        <img src="http://gruporaotes.com.br/wp-content/uploads/2025/10/icon-facebook.webp" alt="Facebook" class="w-full h-full object-contain group-hover:scale-110 transition">
                    </div>
                    <h3 class="font-bold text-raotes-lilas">Facebook</h3>
                </a>
                
                <a href="https://www.youtube.com/@aplicativowebgr" target="_blank" class="block p-6 rounded-xl shadow-md hover:shadow-xl transition bg-white border border-gray-100 group">
                    <div class="w-12 h-12 mx-auto mb-3">
                        <img src="http://gruporaotes.com.br/wp-content/uploads/2025/10/icon-youtube.webp" alt="YouTube" class="w-full h-full object-contain group-hover:scale-110 transition">
                    </div>
                    <h3 class="font-bold text-raotes-lilas">YouTube</h3>
                </a>
            </div>
        </div>
    </section>

    <button id="whatsapp-btn" class="fixed bottom-6 right-6 z-50 bg-green-500 text-white rounded-full w-14 h-14 flex items-center justify-center shadow-lg transition-transform hover:scale-110 p-2">
        <img src="http://webgr.com.br/wp-content/uploads/2025/07/WhatsApp.svg.webp" alt="WhatsApp" class="w-full h-full object-contain">
    </button>

    <script>
        document.getElementById('whatsapp-btn').addEventListener('click', () => {
            const whatsappNumber = '5511988539686';
            const message = encodeURIComponent('Olá! Gostaria de mais informações sobre o Aplicativo WEBGR.');
            window.open(`https://api.whatsapp.com/send?phone=${whatsappNumber}&text=${message}`, '_blank');
        });
    </script>
</body>
</html>