.category-hub-page .site-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid #dbe4f0;
  box-shadow: 0 8px 28px rgba(15, 23, 42, .06);
  backdrop-filter: blur(14px);
}

.category-hub-page .header-inner {
  min-height: 88px;
}

.category-hub-page .home-button {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}

.category-hub-page .home-button img {
  display: block;
  width: 138px;
  height: auto;
  transition: transform .18s ease, filter .18s ease;
}

.category-hub-page .home-button:hover img {
  transform: translateY(-1px);
  filter: drop-shadow(0 7px 10px rgba(15, 64, 137, .18));
}

.category-hub-page .home-button:focus-visible {
  outline: 3px solid #f59e0b;
  outline-offset: 4px;
}

.category-hub-page .seo-link-card,
.category-hub-page .panel,
.category-hub-page .service-card,
.category-hub-page .trust-card {
  border-radius: 16px;
}

.category-hub-page .seo-link-card {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.category-hub-page .footer {
  margin-top: 0;
  padding: 4rem 0 1.75rem;
  border-top: 0;
  background: #061630;
  color: #c6d4ea;
}

.category-hub-page .footer-grid {
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 2rem;
}

.category-hub-page .footer-brand img {
  width: 180px;
  height: auto;
  margin-bottom: .8rem;
  filter: brightness(0) invert(1);
}

.category-hub-page .footer-brand p {
  max-width: 330px;
  margin: .45rem 0;
  line-height: 1.55;
}

.category-hub-page .footer h2 {
  margin: 0 0 .9rem;
  color: #fff;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.category-hub-page .footer ul {
  display: grid;
  gap: .55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-hub-page .footer a {
  color: #c6d4ea;
  text-decoration: none;
}

.category-hub-page .footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.category-hub-page .footer-contact,
.category-hub-page .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.category-hub-page .footer-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2.4rem;
  padding-top: 1.8rem;
  font-size: .86rem;
  line-height: 1.6;
}

.category-hub-page .footer-contact a {
  color: #fff;
}

.category-hub-page .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.6rem;
  padding-top: 1.2rem;
  color: #9fb1cc;
  font-size: .8rem;
}

@media (max-width: 980px) {
  .category-hub-page .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .category-hub-page .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 800px) {
  .category-hub-page .header-inner {
    min-height: 74px;
  }

  .category-hub-page .home-button img {
    width: 112px;
  }

  .category-hub-page .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-hub-page .footer-contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .category-hub-page .logo {
    height: 48px;
    max-width: 154px;
    object-fit: contain;
  }

  .category-hub-page .home-button img {
    width: 102px;
  }

  .category-hub-page .footer-grid {
    grid-template-columns: 1fr;
  }

  .category-hub-page .footer-brand {
    grid-column: auto;
  }

  .category-hub-page .footer-bottom {
    flex-direction: column;
  }
}
