<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Coming Soon</title>
<style>
body {
margin: 0;
padding: 0;
background: #0b0d0f;
color: #ffffff;
font-family: "Inter", Arial, sans-serif;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
text-align: center;
}
.wrapper {
max-width: 650px;
padding: 0 20px;
}
h1 {
font-size: 3.2rem;
letter-spacing: 0.04em;
font-weight: 700;
margin-bottom: 1rem;
}
p {
font-size: 1.2rem;
line-height: 1.6;
opacity: 0.8;
}
</style>
</head>
<body>
<div class="wrapper">
<h1>We’re Fortifying the Future</h1>
<p>Our new site is on its way.
Stronger, faster, locked-in tight — just the way protection should feel.</p>
</div>
</body>
</html>