.static-page .container {
  max-width: 900px;
  padding: 2rem;
}

.static-page h1,
.static-page h2 {
  color: #0f172a;
}

.static-page h1 {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}

.static-page.about-page h1 {
  font-size: 2.5rem;
  margin-bottom: 0.67em;
}

.static-page h2 {
  margin-top: 2rem;
  font-size: 1.5rem;
}

.static-page.about-page h2 {
  margin-top: 2.5rem;
  font-size: 1.6rem;
}

.static-page p,
.static-page li {
  color: #334155;
}

.static-page p {
  margin-top: 1rem;
}

.static-page .card {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  margin-top: 1.5rem;
}

.static-page.about-page .card {
  margin-top: 2rem;
}

.static-page .muted {
  color: #64748b;
  font-size: 0.95rem;
}

.static-page a {
  color: #0f766e;
  text-decoration: none;
  font-weight: 600;
}

.static-page a:hover {
  text-decoration: underline;
}

.static-page .back-link {
  display: inline-block;
  margin-top: 2rem;
}
