.seo-hub {
  position: relative;
  z-index: 20;
  padding: 2rem 1.5rem 3rem;
  text-align: center;
  background: linear-gradient(180deg, transparent, rgba(5, 8, 16, 0.95));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.seo-hub p {
  margin: 0 0 1rem;
  font-size: 0.8rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.seo-hub__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}
.seo-hub__links a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
}
.seo-hub__links a:hover { color: #22d3ee; }
