.seo-static-fallback {
  position: fixed;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: auto;
  padding: 64px max(24px, calc((100vw - 932px) / 2));
  color: #f7f1e8;
  background: #090d13;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.seo-static-fallback h1 {
  margin: 0 0 24px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.05;
}

.seo-static-fallback p {
  color: #d7dee8;
  font-size: 1.08rem;
}

.seo-static-fallback ul {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
