/* ============================================================
   /sitemap - Site Index page
   Visual language: bold, modern, Inter-only, no serif, no large radii
   White/grey base + brand accents matching the rest of the site.
   ============================================================ */

:root {
  --sm-ink: #0d0f12;
  --sm-ink-2: #2a2d33;
  --sm-muted: #6a6f78;
  --sm-line: #e6e8ec;
  --sm-card: #ffffff;
  --sm-bg: #f5f6f8;
  --sm-bg-2: #eef0f4;
  --sm-accent: #ff6b00;
  --sm-accent-2: #1a73e8;
}

/* Scope everything to the sitemap sections so we never bleed globally. */
.tg-smap-hero,
.tg-smap,
.tg-smap-blog,
.tg-smap-foot {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  color: var(--sm-ink);
}

/* ============================================================
   1. HERO
   ============================================================ */
.tg-smap-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f0f3f7 100%);
  border-bottom: 1px solid var(--sm-line);
  padding: 88px 0 56px;
  position: relative;
  overflow: hidden;
}
.tg-smap-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(700px 360px at 88% 8%, rgba(255, 107, 0, 0.08), transparent 60%),
    radial-gradient(520px 280px at 6% 92%, rgba(26, 115, 232, 0.06), transparent 60%);
  pointer-events: none;
}
.tg-smap-hero .container {
  position: relative;
}
.tg-smap-hero__eyebrow {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(255, 107, 0, 0.10);
  color: var(--sm-accent);
  border: 1px solid rgba(255, 107, 0, 0.25);
  border-radius: 6px;
  font: 700 0.78rem/1 'Inter', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.tg-smap-hero__title {
  font: 800 clamp(2rem, 4.2vw, 3.4rem)/1.05 'Inter', sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: var(--sm-ink);
}
.tg-smap-hero__lede {
  font: 400 1.05rem/1.6 'Inter', sans-serif;
  color: var(--sm-ink-2);
  margin: 0 0 28px;
  max-width: 760px;
}
.tg-smap-hero__link {
  color: var(--sm-accent-2);
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid rgba(26, 115, 232, 0.35);
}
.tg-smap-hero__link:hover { border-bottom-color: var(--sm-accent-2); }

.tg-smap-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}
.tg-smap-hero__stat {
  display: flex;
  flex-direction: column;
  padding: 16px 22px;
  background: #fff;
  border: 1px solid var(--sm-line);
  border-radius: 8px;
  min-width: 140px;
  box-shadow: 0 1px 0 rgba(13, 15, 18, 0.02);
}
.tg-smap-hero__num {
  font: 800 1.9rem/1 'Inter', sans-serif;
  color: var(--sm-ink);
  letter-spacing: -0.02em;
}
.tg-smap-hero__lbl {
  font: 600 0.78rem/1 'Inter', sans-serif;
  color: var(--sm-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 6px;
}

/* ============================================================
   2. GROUPS GRID
   ============================================================ */
.tg-smap {
  background: var(--sm-bg);
  padding: 72px 0;
  border-bottom: 1px solid var(--sm-line);
}
.tg-smap__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}
.tg-smap__group {
  grid-column: span 6;
  background: var(--sm-card);
  border: 1px solid var(--sm-line);
  border-radius: 10px;
  padding: 22px 24px 8px;
  box-shadow: 0 1px 0 rgba(13, 15, 18, 0.02);
  display: flex;
  flex-direction: column;
}
.tg-smap__group--wide { grid-column: span 12; }

.tg-smap__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--sm-line);
}
.tg-smap__icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 107, 0, 0.10);
  color: var(--sm-accent);
  border-radius: 8px;
  flex: 0 0 auto;
}
.tg-smap__icon svg { width: 20px; height: 20px; }

.tg-smap__title {
  font: 700 1.1rem/1.2 'Inter', sans-serif;
  letter-spacing: -0.01em;
  color: var(--sm-ink);
  margin: 0;
  flex: 1 1 auto;
}
.tg-smap__count {
  font: 700 0.72rem/1 'Inter', sans-serif;
  color: var(--sm-muted);
  background: var(--sm-bg-2);
  border: 1px solid var(--sm-line);
  padding: 5px 9px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}

.tg-smap__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tg-smap__group--wide .tg-smap__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
}
.tg-smap__list li {
  margin: 0;
  border-bottom: 1px dashed var(--sm-line);
}
.tg-smap__list li:last-child { border-bottom: 0; }
.tg-smap__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 4px;
  color: var(--sm-ink-2);
  text-decoration: none;
  font: 500 0.96rem/1.4 'Inter', sans-serif;
  transition: color 0.15s ease, transform 0.15s ease;
}
.tg-smap__list a:hover {
  color: var(--sm-accent);
}
.tg-smap__list a:hover .tg-smap__arr {
  transform: translateX(4px);
  color: var(--sm-accent);
}
.tg-smap__txt { flex: 1 1 auto; }
.tg-smap__arr {
  flex: 0 0 auto;
  color: var(--sm-muted);
  display: inline-flex;
  transition: transform 0.15s ease, color 0.15s ease;
}
.tg-smap__arr svg { width: 16px; height: 16px; }

/* ============================================================
   3. BLOG BAND
   ============================================================ */
.tg-smap-blog {
  background: #fff;
  padding: 72px 0;
  border-bottom: 1px solid var(--sm-line);
}
.tg-smap-blog__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.tg-smap-blog__eyebrow {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(26, 115, 232, 0.10);
  color: var(--sm-accent-2);
  border: 1px solid rgba(26, 115, 232, 0.25);
  border-radius: 6px;
  font: 700 0.78rem/1 'Inter', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.tg-smap-blog__title {
  font: 800 clamp(1.5rem, 2.6vw, 2.1rem)/1.15 'Inter', sans-serif;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--sm-ink);
}
.tg-smap-blog__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sm-ink);
  text-decoration: none;
  font: 700 0.95rem/1 'Inter', sans-serif;
  padding: 12px 18px;
  border: 1px solid var(--sm-ink);
  border-radius: 6px;
  background: #fff;
  transition: background 0.15s ease, color 0.15s ease;
}
.tg-smap-blog__all:hover {
  background: var(--sm-ink);
  color: #fff;
}
.tg-smap-blog__all svg { width: 16px; height: 16px; }

.tg-smap-blog__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}
.tg-smap-blog__list li {
  border-bottom: 1px dashed var(--sm-line);
}
.tg-smap-blog__list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 4px;
  color: var(--sm-ink-2);
  text-decoration: none;
  font: 500 0.95rem/1.45 'Inter', sans-serif;
  transition: color 0.15s ease;
}
.tg-smap-blog__list a:hover { color: var(--sm-accent); }
.tg-smap-blog__bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sm-accent);
  flex: 0 0 auto;
  display: inline-block;
}
.tg-smap-blog__txt { flex: 1 1 auto; }

/* ============================================================
   4. FOOT
   ============================================================ */
.tg-smap-foot {
  text-align: center;
  font: 500 0.85rem/1.5 'Inter', sans-serif;
  color: var(--sm-muted);
  padding: 28px 16px 56px;
  background: var(--sm-bg);
  margin: 0;
}

/* ============================================================
   5. RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .tg-smap-hero { padding: 64px 0 40px; }
  .tg-smap, .tg-smap-blog { padding: 56px 0; }
  .tg-smap__group, .tg-smap__group--wide { grid-column: span 12; }
  .tg-smap__group--wide .tg-smap__list { grid-template-columns: 1fr; }
  .tg-smap-blog__list { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .tg-smap-hero { padding: 48px 0 32px; }
  .tg-smap-hero__stats { gap: 10px; }
  .tg-smap-hero__stat { flex: 1 1 calc(50% - 10px); min-width: 0; padding: 12px 14px; }
  .tg-smap-hero__num { font-size: 1.5rem; }
  .tg-smap { padding: 40px 0; }
  .tg-smap-blog { padding: 40px 0; }
  .tg-smap__group { padding: 18px 18px 4px; }
}
