body {
  margin: 0;
  background: #ffffff;
  color: #111;
  font-family: 'Inter', sans-serif;
  line-height: 1.9;
}

.page {
  max-width: 820px;
  margin: 120px auto;
  padding: 0 28px;
}

.header {
  margin-bottom: 80px;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 600;
  margin: 0 0 12px 0;
  letter-spacing: -1px;
}

.subtitle {
  font-size: 18px;
  color: #666;
}

section {
  margin-bottom: 64px;
}

h2 {
  font-size: 28px;
  margin-bottom: 18px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  margin-top: 28px;
  margin-bottom: 12px;
  font-weight: 600;
}

p {
  font-size: 18px;
  margin-bottom: 18px;
}

ul, ol {
  padding-left: 22px;
  font-size: 18px;
}

li {
  margin-bottom: 10px;
}

footer {
  margin-top: 100px;
  font-size: 14px;
  color: #888;
}