.seo-breadcrumb {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #aeb9c6;
  background: rgba(3, 5, 7, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 0.78rem;
  line-height: 1.45;
}

.seo-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
  padding: 12px 0;
  list-style: none;
}

.seo-breadcrumb li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.seo-breadcrumb li + li::before {
  margin: 0 9px;
  color: #6d7884;
  content: "/";
}

.seo-breadcrumb a {
  color: #d8e1e9;
  text-decoration: none;
}

.seo-breadcrumb a:hover {
  color: #a7e000;
}

.seo-breadcrumb [aria-current="page"] {
  color: #87939f;
}

.related-pages-v5 {
  width: min(100% - 40px, 1120px);
  margin: 26px auto;
  padding: 22px;
  color: #eaf2f8;
  background: #090e14;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.related-pages-v5 h2 {
  margin: 0 0 13px;
  color: #f7fbff;
  font-size: 1.18rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.related-pages-v5 nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
}

.related-pages-v5 a {
  color: #b8c5d0;
  font-size: 0.86rem;
  text-decoration-color: rgba(9, 151, 255, 0.7);
  text-underline-offset: 3px;
}

.related-pages-v5 a:hover {
  color: #a7e000;
}

/* Keep legacy SEO pages readable when automated contrast tools cannot
   resolve the page-level gradient behind the FAQ and footer. */
.faq {
  background: #0a1020;
}

body > footer:not(.site-footer) {
  color: #c0cad5;
  background: #0a1020;
}

body > footer:not(.site-footer) a {
  color: inherit;
}

@media (max-width: 620px) {
  .seo-breadcrumb ol,
  .related-pages-v5 {
    width: min(100% - 28px, 1120px);
  }

  .seo-breadcrumb {
    font-size: 0.72rem;
  }

  .seo-breadcrumb ol {
    padding-block: 10px;
  }

  .related-pages-v5 {
    padding: 18px;
  }

  .related-pages-v5 nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }
}
