body {
  font-family: Arial, sans-serif;
  max-width: 760px;
  margin: 60px auto;
  padding: 0 20px;
  line-height: 1.7;
  color: #222;
  background: #fff;
}

main {
  padding-bottom: 40px;
}

h1 {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
}

h3 {
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
}

p {
  margin: 0 0 1rem 0;
}

a {
  color: #0b57d0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.eyebrow {
  font-size: 0.95rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #666;
  margin-bottom: 0.5rem;
}

.lead {
  font-size: 1.15rem;
  color: #444;
}

.level {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}

.callout {
  margin: 1.5rem 0 2rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid #222;
  background: #f7f7f7;
}