.html-sitemap-hero {
  margin-bottom: 1rem;
}

.html-sitemap-navigation {
  display: flex;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 1.25rem;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.html-sitemap-navigation a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(15, 95, 159, 0.2);
  border-radius: 999px;
  background: #fff;
  color: #075f9f;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(15, 66, 104, 0.05);
}

.html-sitemap-navigation a:hover {
  border-color: #075f9f;
  background: #eaf5fc;
}

.html-sitemap-navigation span {
  display: grid;
  min-width: 1.7rem;
  height: 1.7rem;
  place-items: center;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: #0f5f9f;
  color: #fff;
  font-size: 0.76rem;
}

.html-sitemap-group {
  width: min(1180px, calc(100% - 2rem));
  margin: 1.25rem auto;
  padding: clamp(1rem, 2.5vw, 1.65rem);
  border: 1px solid rgba(15, 95, 159, 0.14);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 66, 104, 0.06);
  scroll-margin-top: 7rem;
}

.html-sitemap-heading {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(280px, 1.25fr);
  gap: 1rem 2rem;
  align-items: end;
  margin-bottom: 1.1rem;
}

.html-sitemap-heading h2 {
  margin: 0;
  color: #0f4f84;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  letter-spacing: -0.035em;
}

.html-sitemap-heading p:last-child {
  margin: 0;
  color: #62748a;
  line-height: 1.65;
}

.html-sitemap-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.html-sitemap-list a {
  display: grid;
  min-height: 100%;
  gap: 0.4rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(15, 95, 159, 0.13);
  border-radius: 15px;
  background: #f8fbfd;
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.html-sitemap-list a:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 95, 159, 0.38);
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 66, 104, 0.08);
}

.html-sitemap-list strong {
  color: #075f9f;
  font-size: 1rem;
  line-height: 1.35;
}

.html-sitemap-list span {
  color: #62748a;
  font-size: 0.88rem;
  line-height: 1.5;
}

.html-sitemap-technical {
  width: min(1180px, calc(100% - 2rem));
  margin: 1.25rem auto 2rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(224, 168, 0, 0.28);
  border-radius: 18px;
  background: #fff8db;
}

.html-sitemap-technical p {
  margin: 0.45rem 0;
  line-height: 1.6;
}

.html-sitemap-technical a {
  color: #075f9f;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.html-sitemap-technical small {
  color: #62748a;
}

@media (max-width: 760px) {
  .html-sitemap-heading,
  .html-sitemap-list {
    grid-template-columns: 1fr;
  }

  .html-sitemap-navigation,
  .html-sitemap-group,
  .html-sitemap-technical {
    width: min(100% - 1rem, 1180px);
  }

  .html-sitemap-navigation a {
    flex: 1 1 220px;
    justify-content: space-between;
  }
}
