body {
  background: #1f2227;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
}

.page {
  max-width: 800px;
  margin: 40px auto;
  padding: 32px;
  background: #020617;
  border-radius: 22px;
}

h1 {
  color: #38bdf8;
  margin-bottom: 8px;
}

.subtitle {
  color: #94a3b8;
  margin-bottom: 28px;
}

section {
  margin-bottom: 26px;
}

h2 {
  margin-bottom: 10px;
}

ul {
  margin-left: 20px;
}

ul li {
  margin-bottom: 8px;
  color: #cbd5f5;
}

.note {
  margin-top: 30px;
  padding: 16px;
  border-left: 4px solid #38bdf8;
  color: #e5e7eb;
}
