<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>SEOBrain — Сервис закрыт</title>
    <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #e4e4e7;
        }
        .container {
            text-align: center;
            padding: 2rem;
            max-width: 500px;
        }
        h1 { font-size: 2rem; margin-bottom: 1rem; color: #fff; }
        .date { font-size: 1.1rem; color: #94a3b8; margin-bottom: 1.5rem; }
        p { color: #a1a1aa; line-height: 1.6; }
    </style>
</head>
<body>
    <div class="container">
        <h1>Сервис SEOBrain закрыт</h1>
        <p class="date">01.01.2026</p>
        <p>Спасибо, что были с нами.</p>
    </div>
</body>
</html>
