.cms-static-page {
  padding: 48px 0 72px;
}
.cms-static-page .cms-static-hero h1 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 8px;
}
.cms-static-content {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 28px 32px;
}
.cms-static-content img {
  max-width: 100%;
  height: auto;
}
.cms-static-content h1,
.cms-static-content h2,
.cms-static-content h3 {
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}
.cms-static-empty {
  text-align: center;
  padding: 48px 24px;
  color: #6c757d;
}
