<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="robots" content="noindex, nofollow">
    <title>Soterys — Bient&ocirc;t disponible</title>
    <link rel="icon" type="image/svg+xml" href="/assets/images/favicon-RszUOyi.svg">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap">
    <style>
        *, *::before, *::after { box-sizing: border-box; }
        html, body { margin: 0; padding: 0; height: 100%; }
        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
            color: #0F172A;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }

        main {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem 1.5rem;
        }

        .card {
            max-width: 640px;
            width: 100%;
            text-align: center;
        }

        .brand {
            display: inline-flex;
            align-items: center;
            margin-bottom: 2.5rem;
        }
        .brand svg {
            display: block;
            height: 44px;
            width: auto;
        }

        h1 {
            font-size: clamp(2.25rem, 5vw, 3.5rem);
            font-weight: 800;
            letter-spacing: -0.03em;
            line-height: 1.05;
            margin: 0;
            color: #0F172A;
        }
        h1 .accent {
            color: #C8102E;
        }

        .meta {
            margin-top: 3rem;
            padding-top: 1.5rem;
            border-top: 1px solid #e2e8f0;
            font-size: 0.85rem;
            color: #64748b;
        }
        .meta a {
            color: #C8102E;
            text-decoration: none;
            font-weight: 500;
        }
        .meta a:hover {
            text-decoration: underline;
        }

        footer {
            text-align: center;
            padding: 1.5rem;
            font-size: 0.75rem;
            color: #94a3b8;
            border-top: 1px solid #e2e8f0;
        }
    </style>
</head>
<body>
    <main>
        <div class="card">
            <div class="brand">
                <svg width="190" height="44" viewBox="0 0 140 32" fill="none" aria-label="Soterys">
                    <path d="M16 4 L4 28 L12 28 L14 22 L18 22 L20 28 L28 28 L16 4 Z M15 18 L17 18 L16 15 L15 18 Z" fill="#C8102E"/>
                    <text x="36" y="22" font-family="Inter, sans-serif" font-size="18" font-weight="700" fill="#0F172A" letter-spacing="-0.5">Soterys</text>
                </svg>
            </div>

            <h1>
                Bient&ocirc;t<br>
                <span class="accent">disponible.</span>
            </h1>

            <div class="meta">
                Une question ? &Eacute;crivez-nous &agrave;
                <a href="mailto:support@soterys.com">support@soterys.com</a>
            </div>
        </div>
    </main>

    <footer>
        &copy; 2026 Soterys
    </footer>
</body>
</html>
