.seo-fallback {
  box-sizing: border-box;
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 48px 20px;
  color: #e8f1ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.seo-fallback h1 {
  max-width: 760px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(32px, 6vw, 58px);
  line-height: 1.05;
  font-weight: 800;
}

.seo-fallback p {
  max-width: 760px;
  margin: 0;
  color: rgba(232, 241, 255, 0.82);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.seo-fallback nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.seo-fallback a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.seo-fallback a:first-child {
  border-color: transparent;
  background: linear-gradient(135deg, #6366f1, #14b8a6);
}
