html:has(body.static-page),
body.static-page {
  background: #06080f;
  margin: 0;
}

body.static-page {
  padding-top: var(--site-header-height);
  color: #f1f5f9;
  font-family: var(--site-nav-font);
  overflow-x: clip;
  max-width: 100%;
}

.static-page-main {
  min-height: calc(100vh - var(--site-header-height) - 80px);
}

.static-page-hero {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px 8px;
  text-align: center;
}

.static-page-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #fff, #76b900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.static-page-hero p,
.static-page-hero__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  max-width: 640px;
  margin-inline: auto;
}

body.static-page .site-extra__inner {
  padding-top: 32px;
}

.site-blog__coming-soon {
  max-width: 520px;
  margin: 0 auto;
  padding: 48px 32px 64px;
  text-align: center;
  border: 1px solid rgba(118, 185, 0, 0.25);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.site-blog__coming-soon p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.0625rem;
  line-height: 1.6;
}

.site-blog__status {
  margin-bottom: 12px !important;
  font-size: 0.8125rem !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #76b900 !important;
}
