<html lang="pt-BR">
<head>
    <meta charset="UTF-8">
    <title>Domínio Suspenso</title>
    <meta content="initial-scale=1, user-scalable=no, maximum-scale=1" name="viewport">
    <link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
    <style>
        * {
            margin: 0;
            padding: 0;
            font-family: 'Quicksand', Arial, sans-serif;
        }

        img {
            border: 0;
        }

        a {
            text-decoration: none;
        }

        body {
            padding: 2%;
            overflow: hidden; /* Evita barras de rolagem */
        }

        /* Fundo com gradiente animado mais agressivo */
        body::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, #B8860B, #FFD700, #FFA500, #FF4500);
            background-size: 600% 600%; /* Aumenta a área do gradiente */
            animation: gradientShift 4s ease infinite; /* Aumentada a velocidade */
            z-index: -1;
        }

        @keyframes gradientShift {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }

        .robo {
            max-width: 200px;
            width: 94%;
            margin: 0 auto;
            margin-top: 5%;
        }

        .status {
            max-width: 600px;
            width: 100%;
            position: relative;
            text-align: center;
        }

        .status h1 {
            color: #0a3751;
            margin-top: 20px;
            font-size: 22pt;
        }

        .status h2 {
            color: #0a3751;
            margin-top: 10px;
            font-size: 14pt;
        }

        .status h3 {
            color: #0a3751;
            margin-top: 20px;
            font-size: 10pt;
            font-weight: 500;
        }

        .empresa {
            max-width: 600px;
            width: 100%;
            position: relative;
            text-align: center;
            margin-top: 10px;
        }

        .empresa .linkimg {
            margin-top: 25px;
            display: block;
        }

        .empresa .linknome {
            color: #0a3751;
            margin-top: 10px;
            font-size: 14pt;
            display: block;
        }

        .meio {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
            max-width: 600px;
        }

        /* Botões */
        .button-container {
            text-align: center;
            margin-top: 20px;
        }

        .btn {
            padding: 10px 20px;
            font-size: 16px;
            margin: 0 10px;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            color: white;
            transition: transform 0.2s ease, background-color 0.3s ease, box-shadow 0.3s ease;
            display: inline-flex;
            align-items: center;
        }

        /* Efeitos ao passar o mouse */
        .btn:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
        }

        .btn:active {
            transform: scale(0.98);
        }

        /* Botão Área do Cliente */
        .btn-client-area {
            background-color: #B8860B;
        }

        .btn-client-area:hover {
            background-color: #DAA520;
        }

        /* Botão WhatsApp */
        .btn-whatsapp {
            background-color: #25D366;
        }

        .btn-whatsapp:hover {
            background-color: #128C7E;
        }

        /* Ícones */
        .btn svg {
            margin-right: 8px;
        }

        /* Efeitos sonoros */
        .btn:active {
            animation: click-sound 0.1s;
        }

        @keyframes click-sound {
            0% {
                transform: scale(0.95);
            }
            100% {
                transform: scale(1);
            }
        }
    </style>
</head>
<body>
    <div class="meio">
        <center>
            <img src="https://x2.network/static/suspenso.png" border="0" class="robo">
            <div class="status">
                <h1>Domínio Suspenso</h1>
                <h2>A página que você procura não pode ser acessada neste momento. Caso seja o administrador deste domínio, entre em contato com o representante deste servidor para maiores informações!</h2>
            </div>
            <div class="button-container">
                <!-- Botão Área do Cliente -->
                <a href="https://noc.wvhostbrasil.com.br/clientarea.php" target="_blank">
                    <button class="btn btn-client-area" onclick="playClickSound()">
                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check" viewBox="0 0 16 16">
                            <path d="M13.485 1.93a.75.75 0 0 0-1.06 0l-7.25 7.25-2.25-2.25a.75.75 0 1 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l8-8a.75.75 0 0 0 0-1.06z"/>
                        </svg>
                        Área do Cliente
                    </button>
                </a>

                <!-- Botão WhatsApp -->
                <a href="https://wa.me/5551993920336" target="_blank">
                    <button class="btn btn-whatsapp" onclick="playClickSound()">
                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-whatsapp" viewBox="0 0 16 16">
                            <path d="M13.603 2.397A7.464 7.464 0 0 0 8.102 0C4.557 0 1.57 2.986 1.57 6.534c0 1.147.29 2.279.837 3.286L0 16l6.255-2.394A7.462 7.462 0 0 0 8.1 13.069c3.545 0 6.53-2.987 6.53-6.535a7.44 7.44 0 0 0-1.027-3.137zm-6.53 11.663c-1.031-.001-2.037-.271-2.917-.784l-.208-.122-3.722 1.424.749-3.567-.131-.212a5.92 5.92 0 0 1-.801-3.006c0-3.276 2.664-5.941 5.939-5.941 1.589 0 3.084.619 4.205 1.742a5.905 5.905 0 0 1 1.736 4.199 5.923 5.923 0 0 1-5.85 5.94z"/>
                            <path d="M11.13 9.865c-.2-.1-1.172-.58-1.354-.646-.182-.065-.314-.1-.446.1-.13.2-.51.646-.623.777-.114.13-.23.15-.43.05-.2-.1-.841-.31-1.602-.99-.592-.526-.99-1.177-1.108-1.378-.114-.2-.012-.307.088-.406.09-.09.2-.23.303-.346.1-.12.13-.2.2-.326.065-.13.03-.242-.016-.342-.05-.1-.445-1.075-.611-1.476-.16-.4-.324-.35-.446-.357h-.382c-.128 0-.332.05-.505.242-.174.193-.662.646-.662 1.577 0 .93.678 1.827.773 1.953.1.13 1.324 2.02 3.21 2.742.45.156.8.25 1.075.322.45.143.86.122 1.184.074.36-.054 1.172-.48 1.34-.942.165-.463.165-.86.116-.942-.05-.08-.182-.13-.38-.23z"/>
                        </svg>
                        WhatsApp WV Host Brasil
                    </button>
                </a>
            </div>
        </center>
    </div>

    <!-- Função para tocar som ao clicar -->
    <script>
        function playClickSound() {
            const audio = new Audio('https://www.soundjay.com/button/sounds/button-29.mp3');
            audio.play();
        }
    </script>
</body>
</html>
