.tc-network-footer {
  padding: 64px 0 30px;
  color: #d1d5db;
  background: #1f2937;
}

.tc-network-footer,
.tc-network-footer * {
  box-sizing: border-box;
}

.tc-network-footer__inner {
  width: min(calc(100% - 36px), 1280px);
  margin: 0 auto;
}

.tc-network-footer__grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(170px, 0.85fr) minmax(250px, 1.25fr) minmax(170px, 0.8fr);
  gap: 42px;
  align-items: start;
}

.tc-network-footer__brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}

.tc-network-footer__brand-link img {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
}

.tc-network-footer__brand-link strong {
  color: #fff;
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1;
}

.tc-network-footer__brand > p {
  max-width: 320px;
  margin: 20px 0 0;
  color: #9ca3af;
  font-size: 14px;
  line-height: 1.65;
}

.tc-network-footer__email {
  display: inline-block;
  margin-top: 18px;
  color: #a8d67a;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.tc-network-footer__column h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.tc-network-footer__column ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tc-network-footer__column li {
  margin: 0;
  padding: 0;
}

.tc-network-footer__column a {
  color: #b8c0cc;
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
  transition: color 150ms ease;
}

.tc-network-footer__column a:hover,
.tc-network-footer__column a:focus-visible,
.tc-network-footer__email:hover,
.tc-network-footer__email:focus-visible {
  color: #b8e488;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tc-network-footer a:focus-visible {
  outline: 3px solid rgba(168, 214, 122, 0.42);
  outline-offset: 4px;
}

.tc-network-footer__disclosure {
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid #374151;
}

.tc-network-footer__disclosure p {
  max-width: 900px;
  margin: 0;
  color: #8f99a7;
  font-size: 12px;
  line-height: 1.65;
}

.tc-network-footer__bottom {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #374151;
  text-align: center;
}

.tc-network-footer__bottom p {
  margin: 0;
  color: #a7b0bd;
  font-size: 12px;
}

.tc-html-sitemap {
  color: #17212b;
  background: #f7f9fa;
}

.tc-html-sitemap__hero {
  padding: 42px 0 58px;
  color: #fff;
  background: radial-gradient(circle at 84% 20%, rgba(73, 174, 144, 0.3), transparent 28%), linear-gradient(135deg, #102d3b, #174b58 58%, #1b655b);
}

.tc-html-sitemap__inner {
  width: min(calc(100% - 36px), 1180px);
  margin: 0 auto;
}

.tc-html-sitemap .tc-breadcrumbs {
  margin: 0 0 30px;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
}

.tc-html-sitemap .tc-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tc-html-sitemap .tc-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.tc-html-sitemap .tc-breadcrumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.56);
}

.tc-html-sitemap .tc-breadcrumbs a,
.tc-html-sitemap .tc-breadcrumbs [aria-current="page"] {
  color: #fff;
}

.tc-html-sitemap__eyebrow {
  margin: 0 0 10px;
  color: #bce9d8;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tc-html-sitemap h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1;
}

.tc-html-sitemap__lede {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.6;
}

.tc-html-sitemap__content {
  padding: 58px 0 72px;
}

.tc-html-sitemap__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.tc-html-sitemap__card {
  min-width: 0;
  padding: 26px;
  border: 1px solid #dbe5e8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(26, 48, 58, 0.075);
}

.tc-html-sitemap__card h2 {
  margin: 0 0 19px;
  color: #143946;
  font-size: 23px;
  font-weight: 830;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.tc-html-sitemap__card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tc-html-sitemap__card li {
  margin: 0;
  padding: 0;
}

.tc-html-sitemap__card a {
  color: #0f6f5d;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.45;
  text-decoration: none;
}

.tc-html-sitemap__card a:hover,
.tc-html-sitemap__card a:focus-visible {
  color: #094f43;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 980px) {
  .tc-network-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tc-html-sitemap__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .tc-network-footer {
    padding-top: 48px;
  }

  .tc-network-footer__inner,
  .tc-html-sitemap__inner {
    width: min(calc(100% - 28px), 1180px);
  }

  .tc-network-footer__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tc-network-footer__column--reviews ul {
    grid-template-columns: 1fr;
  }

  .tc-html-sitemap__hero {
    padding: 94px 0 44px;
  }

  .tc-html-sitemap__content {
    padding: 42px 0 54px;
  }

  .tc-html-sitemap__card {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tc-network-footer__column a {
    transition: none;
  }
}
