.static-body {
  background: #171a22;
  color: #f6f7fb;
}

.static-body::before,
.static-body::after {
  display: none !important;
}

.static-main {
  min-height: 70vh;
}

.static-hero {
  padding: 58px 0 36px;
  background:
    linear-gradient(135deg, rgba(60, 130, 246, 0.24), rgba(13, 16, 24, 0.96)),
    #11141d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.static-kicker {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #ffda73;
  color: #171a22;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.static-hero h1 {
  margin: 16px 0 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
}

.static-content-wrap {
  padding-top: 30px;
  padding-bottom: 46px;
}

.static-content {
  max-width: 960px;
  padding: 30px;
  border-radius: 10px;
  background: #20242f;
  color: #d7dbe5;
  line-height: 1.8;
}

.static-content h2,
.static-content h3,
.static-content h4 {
  margin: 26px 0 10px;
  color: #fff;
  line-height: 1.25;
}

.static-content h2:first-child,
.static-content h3:first-child,
.static-content h4:first-child {
  margin-top: 0;
}

.static-content p {
  margin: 0 0 16px;
}

.static-content a {
  color: #ffda73;
  text-decoration: none;
  font-weight: 700;
}

.static-content ul,
.static-content ol {
  margin: 10px 0 18px 24px;
}

.static-content li {
  margin-bottom: 8px;
}

@media (max-width: 720px) {
  .static-hero {
    padding: 38px 0 24px;
  }

  .static-content {
    padding: 20px;
  }
}
