.mss-sitemap {
  background:
    radial-gradient(circle at top left, rgba(0, 168, 107, 0.08), transparent 28%),
    linear-gradient(180deg, #f9fcfa 0%, #f4f8f6 100%);
}

.mss-sitemap-hero {
  padding: 56px 0 24px;
}

.mss-sitemap-hero__inner {
  display: grid;
  gap: 14px;
}

.mss-sitemap-hero__badge {
  align-items: center;
  background: rgba(0, 168, 107, 0.1);
  border-radius: 999px;
  color: #008f5b;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 7px 12px;
  text-transform: uppercase;
  width: fit-content;
}

.mss-sitemap-hero__title {
  color: #17332b;
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0;
}

.mss-sitemap-hero__lead {
  color: #587065;
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0;
  max-width: 760px;
}

.mss-sitemap-body {
  padding: 12px 0 64px;
}

.mss-sitemap-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mss-sitemap-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e2ece7;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(14, 31, 26, 0.05);
  overflow: hidden;
}

.mss-sitemap-card__head {
  align-items: center;
  border-bottom: 1px solid #edf3f0;
  display: flex;
  gap: 12px;
  padding: 22px 24px 18px;
}

.mss-sitemap-card__head h2 {
  color: #17332b;
  font-size: 1.2rem;
  font-weight: 900;
  margin: 0;
}

.mss-sitemap-card__icon {
  align-items: center;
  background: #edf8f2;
  border-radius: 12px;
  color: #00a86b;
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.mss-sitemap-card__icon svg {
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}

.mss-sitemap-card__body {
  padding: 12px 24px 24px;
}

.mss-sitemap-tree {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mss-sitemap-tree.is-collapsed {
  margin-top: 12px;
}

.mss-sitemap-tree-wrap {
  display: grid;
  gap: 0;
}

.mss-sitemap-tree--level-2,
.mss-sitemap-tree--level-3 {
  border-left: 1px solid #e8efeb;
  margin-left: 12px;
  margin-top: 10px;
  padding-left: 16px;
}

.mss-sitemap-tree__item {
  display: grid;
  gap: 2px;
}

.mss-sitemap-tree__row {
  align-items: baseline;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.mss-sitemap-tree__link,
.mss-sitemap-tree__text {
  color: #18352d;
  font-size: 0.98rem;
  line-height: 1.4;
}

.mss-sitemap-tree__link {
  text-decoration: none;
}

.mss-sitemap-tree__link:hover {
  color: #00a86b;
  text-decoration: underline;
}

.mss-sitemap-tree__meta {
  color: #90a197;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 700;
}

.mss-sitemap-more {
  align-items: center;
  background: #f3faf6;
  border: 1px solid #d9ebe2;
  border-radius: 999px;
  color: #0f7a50;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  margin: 14px 0 0 0;
  padding: 10px 14px;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
  width: fit-content;
}

.mss-sitemap-more:hover {
  background: #eaf7f0;
  border-color: #c7e3d4;
  transform: translateY(-1px);
}

.mss-sitemap-more span {
  font-size: 13px;
  font-weight: 800;
}

.mss-sitemap-more small {
  background: rgba(15, 122, 80, 0.12);
  border-radius: 999px;
  color: inherit;
  font-size: 11px;
  font-weight: 800;
  min-width: 28px;
  padding: 3px 7px;
  text-align: center;
}

.mss-sitemap-tree--level-2 > .mss-sitemap-tree__item > .mss-sitemap-tree__row > .mss-sitemap-tree__link,
.mss-sitemap-tree--level-2 > .mss-sitemap-tree__item > .mss-sitemap-tree__row > .mss-sitemap-tree__text {
  color: #315649;
  font-size: 0.92rem;
  font-weight: 800;
}

.mss-sitemap-tree--level-3 > .mss-sitemap-tree__item > .mss-sitemap-tree__row > .mss-sitemap-tree__link,
.mss-sitemap-tree--level-3 > .mss-sitemap-tree__item > .mss-sitemap-tree__row > .mss-sitemap-tree__text {
  color: #60786d;
  font-size: 0.9rem;
  font-weight: 600;
}

@media (max-width: 980px) {
  .mss-sitemap-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mss-sitemap-hero {
    padding-top: 42px;
  }

  .mss-sitemap-card__head,
  .mss-sitemap-card__body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mss-sitemap-tree__row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .mss-sitemap-tree--level-2,
  .mss-sitemap-tree--level-3 {
    margin-left: 8px;
    padding-left: 12px;
  }
}
