body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f7fb;
  color: #111827;
  line-height: 1.7;
}

.container {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 20px 72px;
}

.card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.eyebrow {
  color: #2563eb;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 12px;
}

h1 {
  font-size: 36px;
  line-height: 1.15;
  margin: 0 0 12px;
}

h2 {
  font-size: 22px;
  margin-top: 36px;
  margin-bottom: 12px;
}

p, li {
  font-size: 16px;
}

ul {
  padding-left: 22px;
}

.meta {
  color: #6b7280;
  margin-bottom: 24px;
}

.nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.nav a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
}

.nav a:hover {
  text-decoration: underline;
}

.footer {
  margin-top: 32px;
  color: #6b7280;
  font-size: 14px;
}
