<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ARTIFEX Group</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
background:#0a0a0a;color:#fff;display:flex;align-items:center;justify-content:center;
min-height:100vh;text-align:center}
.container{padding:2rem}
h1{font-size:3rem;font-weight:700;letter-spacing:0.05em;margin-bottom:0.5rem}
p{font-size:1.2rem;color:#888;margin-top:0.5rem}
.line{width:60px;height:3px;background:linear-gradient(90deg,#c0392b,#e67e22);
margin:1.5rem auto;border-radius:2px}
</style>
</head>
<body>
<div class="container">
<h1>ARTIFEX GROUP</h1>
<div class="line"></div>
<p>Coming Soon</p>
</div>
</body>
</html>