.static-page-hero {
  padding: 44px 0 22px;
  background: linear-gradient(180deg, #163b73 0%, #0f2f5f 100%);
}

.static-page-hero-inner {
  max-width: 860px;
}

.static-page-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.static-page-hero h1 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.static-page-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.6;
}

.static-page-section {
  padding-top: 26px;
  padding-bottom: 56px;
}

.static-page-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 26px;
  box-shadow: var(--shadow-sm);
  padding: 28px;
}

.static-page-content {
  color: var(--text-soft);
  line-height: 1.85;
  font-size: 1rem;
  word-break: break-word;
}

@media (max-width: 767px) {
  .static-page-hero {
    padding: 34px 0 18px;
  }

  .static-page-card {
    padding: 20px;
    border-radius: 22px;
  }
}