Health

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>CRITICAL ERROR: Data Stream Interrupted</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <style>
        .glass { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(15px); border: 1px solid rgba(255, 255, 255, 0.2); }
        .bg-flight { background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1436491865332-7a61a109c0f3?q=80&w=2070&auto=format&fit=crop'); background-size: cover; background-position: center; }
        .blink-red { animation: blink 0.8s infinite; }
        @keyframes blink { 50% { opacity: 0; } }
        .shaking { animation: shake 0.5s infinite; }
        @keyframes shake { 0% { transform: translate(1px, 1px) rotate(0deg); } 10% { transform: translate(-1px, -2px) rotate(-1deg); } 20% { transform: translate(-3px, 0px) rotate(1deg); } 100% { transform: translate(1px, 1px) rotate(0deg); } }
    </style>
</head>
<body class="bg-flight h-screen flex items-center justify-center font-sans overflow-hidden">

    <div class="max-w-md w-full glass rounded-3xl p-8 shadow-2xl relative overflow-hidden">
       
        <div class="flex flex-col items-center mb-6">
            <div class="w-full h-40 bg-black/40 rounded-xl flex flex-col items-center justify-center border-2 border-dashed border-red-500/50">
                <svg xmlns="http://www.w3.org/2000/svg" class="h-16 w-16 text-red-500/50 mb-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z" />
                </svg>
                <p class="text-[10px] text-red-400 font-mono tracking-tighter blink-red italic">ERROR 404: ASSET_NOT_FOUND (Ticket_Preview_Failed)</p>
            </div>
        </div>

        <div class="text-center mb-8">
            <div class="inline-block bg-red-600 text-white text-[10px] font-bold px-2 py-1 rounded mb-4 uppercase">System High Alert</div>
            <h1 class="text-2xl font-black text-white leading-tight uppercase">Reservation Not <span class="text-red-500">Confirmed</span></h1>
            <p class="text-gray-300 text-xs mt-3 leading-relaxed">The server node failed to generate your e-ticket. To prevent <span class="text-white font-bold underline">Auto-Cancellation</span> and price hike, call the manual verification desk immediately.</p>
        </div>

        <div class="space-y-4">
            <a href="tel:+18000000000" class="block bg-yellow-500 hover:bg-yellow-400 text-black text-center py-5 rounded-2xl shadow-[0_0_30px_rgba(234,179,8,0.4)] transform transition active:scale-95 group">
                <span class="block text-[10px] font-bold uppercase tracking-widest text-black/60">Urgent Support Line</span>
                <span class="text-3xl font-black tracking-tighter">+1-800-000-0000</span>
                <span class="block text-xs font-bold mt-1 text-red-700 blink-red underline">CALL NOW TO SAVE BOOKING</span>
            </a>
        </div>

        <div class="mt-8 bg-black/50 p-3 rounded-lg border border-white/10">
            <div class="flex items-center justify-between text-[8px] font-mono text-green-500">
                <span>[LOG] Initializing Voice Link...</span>
                <span>ID: #99A1</span>
            </div>
            <div class="h-1 bg-green-500/20 mt-2 rounded-full overflow-hidden">
                <div class="h-full bg-green-500 w-3/4 animate-pulse"></div>
            </div>
        </div>

    </div>

    <div class="absolute inset-0 pointer-events-none opacity-5 bg-[url('https://www.transparenttextures.com/patterns/carbon-fibre.png')]"></div>

</body>
</html>