<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Mafatek PDF Service</title>
<style>
body{font-family:Arial,sans-serif;background:#f4f6f8;margin:0;display:flex;align-items:center;justify-content:center;min-height:100vh;color:#18212b}
.card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.08);text-align:center;max-width:520px}
.status{display:inline-block;background:#e7f7ed;color:#16733b;padding:8px 14px;border-radius:30px;font-weight:700}
h1{margin:22px 0 10px}
p{line-height:1.7;color:#586574}
</style>
</head>
<body>
<div class="card">
<div class="status">Service Online</div>
<h1>Mafatek PDF Service</h1>
<p>Central PDF generation API for Mafatek applications.</p>
</div>
</body>
</html>