/* HTML site map — /sitemap/ */
body.sitemap-page {
  background: #f4f6f9;
}

body.sitemap-page .sitemap-main {
  padding: 48px 0 72px;
}

body.sitemap-page .sitemap-intro {
  margin-bottom: 32px;
}

body.sitemap-page .sitemap-intro h1 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #071a2f;
  margin: 0 0 12px;
}

body.sitemap-page .sitemap-intro p {
  color: #5a6578;
  margin: 0;
  line-height: 1.6;
}

body.sitemap-page .sitemap-meta {
  font-size: 0.9rem;
  color: #8b95a5;
  margin-top: 8px;
}

body.sitemap-page .sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

body.sitemap-page .sitemap-section {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: 0 8px 24px rgba(7, 17, 31, 0.06);
}

body.sitemap-page .sitemap-section h2 {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #071a2f;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d71920;
}

body.sitemap-page .sitemap-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.sitemap-page .sitemap-list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eef1f5;
}

body.sitemap-page .sitemap-list li:last-child {
  border-bottom: none;
}

body.sitemap-page .sitemap-list a {
  display: block;
  padding: 10px 0;
  color: #064ea8 !important;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none !important;
  line-height: 1.4;
  word-break: break-word;
}

body.sitemap-page .sitemap-list a:hover {
  color: #d71920 !important;
}

@media (max-width: 575.98px) {
  body.sitemap-page .home-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  body.sitemap-page .sitemap-main {
    padding: 32px 0 48px;
  }

  body.sitemap-page .sitemap-grid {
    grid-template-columns: 1fr;
  }
}
