/* SEO landing stub — visible, compact, matches site tone */
.bb-seo-stub,
.bb-seo-stub--inapp {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 1.25rem 0.35rem;
  color: #e2e8f0;
  font-family: Inter, system-ui, sans-serif;
}
.bb-seo-stub h1,
.bb-seo-stub--inapp h1 {
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 0.4rem;
  color: #fff;
}
.bb-seo-stub p,
.bb-seo-stub--inapp p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0.82;
  max-width: 52rem;
}
.bb-seo-stub[hidden] {
  display: none !important;
}

/* SEO links glued to copyright line — same paragraph, same style */
footer p .bb-seo-footer-inline,
.bb-seo-footer-inline {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  color: inherit;
}
.bb-seo-footer-inline a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.bb-seo-footer-inline a:hover {
  color: #00d4aa;
}
.bb-seo-footer-inline > span {
  margin: 0 0.35em;
  opacity: 0.55;
}
.bb-seo-footer-sep {
  margin-left: 0.45em;
}
