/**
 * HTML sitemap hub — /sitemap
 * Scoped to body.page-sitemap (this file is only loaded by sitemap.html).
 */

html {
  margin: 0;
  padding: 0;
}

body.page-sitemap * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.page-sitemap {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background: #f8fafc;
  color: #0f172a;
  overflow-x: hidden;
}

body.page-sitemap a {
  text-decoration: none;
  color: inherit;
}

body.page-sitemap .container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

body.page-sitemap .page-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.page-sitemap .header-embed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: block;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

body.page-sitemap .header-frame {
  width: 100%;
  height: 82px;
  border: 0;
  display: block;
  background: transparent;
}

body.page-sitemap .full-footer-embed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 0;
  margin-top: 40px;
}

body.page-sitemap .full-footer-frame {
  width: 100%;
  height: 286px;
  border: 0;
  display: block;
  background: transparent;
}

body.page-sitemap .float-icon {
  position: fixed;
  bottom: 12px;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.28);
  z-index: 9999;
}

body.page-sitemap .float-wa {
  left: 14px;
  background: #25d366;
  font-size: 36px;
}

body.page-sitemap .float-call {
  right: 14px;
  background: #1d4ed8;
  font-size: 24px;
}

/* Page title */
body.page-sitemap .page-title {
  padding: 16px 0 24px;
  text-align: center;
}

body.page-sitemap .page-title h1 {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

body.page-sitemap .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.82rem;
  color: #94a3b8;
  list-style: none;
}

body.page-sitemap .breadcrumb a {
  color: #2563eb;
  font-weight: 600;
  transition: color 0.2s;
}

body.page-sitemap .breadcrumb a:hover {
  color: #1d4ed8;
}

body.page-sitemap .breadcrumb li + li::before {
  content: "/";
  margin-right: 6px;
  opacity: 0.5;
}

/* Intro */
body.page-sitemap .sitemap-intro-section {
  padding-top: 28px;
  padding-bottom: 28px;
}

body.page-sitemap .sitemap-intro-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}

body.page-sitemap .sitemap-intro-title span {
  color: #2563eb;
}

body.page-sitemap .sitemap-intro {
  max-width: 52rem;
  color: #475569;
  font-size: 1.02rem;
  line-height: 1.65;
}

body.page-sitemap .sitemap-intro p {
  margin-bottom: 1rem;
}

body.page-sitemap .sitemap-intro p:last-child {
  margin-bottom: 0;
}

body.page-sitemap .sitemap-intro strong {
  color: #0f172a;
  font-weight: 600;
}

/* Sitemap sections */
body.page-sitemap .sitemap-body {
  flex: 1;
  padding-bottom: 60px;
}

body.page-sitemap .sitemap-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

body.page-sitemap .sm-section {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(15, 42, 100, 0.05);
  padding: 36px 40px;
  margin-bottom: 24px;
}

body.page-sitemap .sm-section-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

body.page-sitemap .sm-section-head .icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

body.page-sitemap .sm-section-head .icon i {
  color: #fff;
  font-size: 0.85rem;
}

body.page-sitemap .sm-section-head h2 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
}

body.page-sitemap .sm-section-head a {
  color: #0f172a;
  transition: color 0.2s;
}

body.page-sitemap .sm-section-head a:hover {
  color: #2563eb;
}

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

body.page-sitemap .sm-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #e8eef8;
  background: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  color: #334155;
  transition: all 0.18s;
  box-shadow: 0 1px 4px rgba(15, 42, 100, 0.04);
}

body.page-sitemap .sm-card:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.1);
}

body.page-sitemap .sm-card .ic {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: background 0.18s;
}

body.page-sitemap .sm-card:hover .ic {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
}

body.page-sitemap .sm-card .ic i {
  font-size: 0.78rem;
  color: #2563eb;
}

@media (max-width: 768px) {
  body.page-sitemap .sm-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }

  body.page-sitemap .sm-section {
    padding: 28px 20px;
  }

  body.page-sitemap .header-frame {
    height: 74px;
  }
}

@media (max-width: 700px) {
  body.page-sitemap .full-footer-frame {
    height: 330px;
  }

  body.page-sitemap .float-icon {
    width: 60px;
    height: 60px;
    bottom: 10px;
  }

  body.page-sitemap .float-wa {
    left: 10px;
    font-size: 31px;
  }

  body.page-sitemap .float-call {
    right: 10px;
    font-size: 22px;
  }
}
