.hero--page { margin-bottom: 0; }
.hero--page .hero__banner {
  border-radius: 20px;
  margin: 0 auto;
  max-width: 1200px;
}
.breadcrumbs {
  padding: 1rem 1.25rem 0;
  font-size: 0.9rem;
  opacity: 0.85;
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumbs a { color: inherit; text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.multipage-banner-gap { margin: 1.5rem auto 2rem; }
.hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.hub-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.25rem;
  border-radius: 14px;
  text-decoration: none;
  transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.hub-card:hover {
  transform: translateY(-2px);
}
.hub-card strong { font-size: 1.05rem; }
.hub-card span { font-size: 0.9rem; opacity: 0.85; }
