<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ferdousi</title>
<style>
  :root { color-scheme: light dark; }
  * { box-sizing: border-box; }
  body {
    margin: 0; min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
    padding: 24px;
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans Arabic", sans-serif;
    background: #f6f7f5; color: #1b2a1f;
  }
  main { text-align: center; max-width: 34rem; }
  .mark {
    width: 64px; height: 64px; margin: 0 auto 28px;
    border-radius: 50%; background: #2f6b46;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 30px; font-weight: 600;
  }
  h1 { margin: 0 0 12px; font-size: clamp(1.75rem, 5vw, 2.5rem); font-weight: 600; letter-spacing: -0.02em; }
  .ar { margin: 0 0 20px; font-size: clamp(1.1rem, 3.5vw, 1.35rem); color: #3d5546; }
  p  { margin: 0; font-size: 1rem; line-height: 1.6; color: #5b6b5f; }
  @media (prefers-color-scheme: dark) {
    body { background: #12160f; color: #e8ece6; }
    .ar { color: #b6c4b8; } p { color: #9aa89d; }
    .mark { background: #4e9a6a; }
  }
</style>
</head>
<body>
  <main>
    <div class="mark">F</div>
    <h1>Ferdousi</h1>
    <p class="ar" dir="rtl" lang="ar">فردوسي</p>
    <p>This domain is registered and configured. A site will be published here soon.</p>
  </main>
</body>
</html>
