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;
}

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;
}

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

.callout-label {
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 0.5rem;
}