@namespace sm url('http://www.sitemaps.org/schemas/sitemap/0.9');
@namespace xhtml url('http://www.w3.org/1999/xhtml');
@namespace image url('http://www.google.com/schemas/sitemap-image/1.1');

:root {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 16px;
  color: #183e38;
  background: #f3f7f5;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
sm|urlset {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 28px;
  counter-reset: sitemap-url;
}
sm|urlset::before {
  content: 'DATERS STUDIO · XML SITEMAP\A\AКарта сторінок для пошукових систем\AЗручна карта з посиланнями: daters.studio/sitemap/';
  display: block;
  white-space: pre-wrap;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.8;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 2px solid #168878;
}
sm|url {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr) 185px;
  align-items: start;
  gap: 16px;
  counter-increment: sitemap-url;
  padding: 20px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #d8e3df;
  border-radius: 10px;
}
sm|url::before {
  content: counter(sitemap-url, decimal-leading-zero);
  color: #608178;
  font-size: 13px;
  line-height: 1.8;
  font-variant-numeric: tabular-nums;
}
sm|url > sm|loc {
  display: block;
  color: #086b60;
  font-size: 15px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
sm|lastmod {
  display: block;
  color: #5a716a;
  font-size: 13px;
  line-height: 1.9;
  font-variant-numeric: tabular-nums;
}
sm|lastmod::before {
  content: 'Оновлено: ';
}
xhtml|link,
image|image {
  display: none;
}
sm|urlset::after {
  content: 'Усього публічних URL: ' counter(sitemap-url)
    ' · Мовні версії та зображення збережені у вихідному XML.\AДля Search Console адреса залишається незмінною: /sitemap.xml';
  display: block;
  white-space: pre-wrap;
  line-height: 1.8;
  margin-top: 25px;
  color: #5a716a;
  font-size: 13px;
}
.sitemap-page {
  margin: 0;
}
.map-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.map-header {
  min-height: 94px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #d8e3df;
}
a {
  color: #086b60;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
a:focus-visible {
  outline: 3px solid #168878;
  outline-offset: 4px;
}
.icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.map-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.04em;
}
.map-brand .icon {
  width: 30px;
  height: 30px;
}
.map-header nav {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
}
.map-header nav a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 7px;
}
.map-header [aria-current] {
  background: #dfeae4;
}
.map-header .map-xml {
  background: #183e38;
  color: #fff;
  margin-left: 14px;
}
.map-intro {
  padding-top: 50px;
  max-width: 780px;
}
.map-eyebrow {
  color: #087f72;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 750;
}
h1 {
  margin: 14px 0;
  font-size: clamp(32px, 5vw, 50px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.2;
}
.map-intro > p:last-child {
  color: #5a716a;
  line-height: 1.8;
}
.map-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 0;
}
.map-stats > div {
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid #d8e3df;
  border-radius: 10px;
  background: #fff;
  padding: 22px;
}
.map-stats strong {
  font-size: 32px;
  font-weight: 650;
}
.map-stats span {
  font-size: 13px;
  line-height: 1.6;
  color: #5a716a;
}
.map-note {
  background: #e4eee7;
  border-left: 3px solid #168878;
  padding: 18px 22px;
  font-size: 14px;
  line-height: 1.8;
}
.map-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
  font-size: 14px;
}
.map-sections a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #ccddd3;
  border-radius: 30px;
  padding: 10px 16px;
}
.map-sections span,
h2 span {
  color: #5a716a;
  font-size: 12px;
  font-weight: 400;
}
section {
  margin: 38px 0;
  scroll-margin-top: 24px;
}
h2 {
  font-size: 21px;
  letter-spacing: -0.02em;
  display: flex;
  gap: 14px;
  align-items: center;
}
.map-table {
  border: 1px solid #d8e3df;
  border-radius: 10px;
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
  font-size: 14px;
}
th {
  padding: 14px 20px;
  text-align: left;
  background: #e9f0eb;
  color: #5a716a;
  font-size: 12px;
  font-weight: 600;
}
td {
  padding: 19px 20px;
  border-top: 1px solid #e4ebe7;
  line-height: 1.65;
}
td:first-child {
  width: 100%;
  min-width: 230px;
}
td:first-child a {
  font-weight: 600;
}
td small {
  display: block;
  font-size: 11px;
  color: #5a716a;
  overflow-wrap: anywhere;
  margin-top: 4px;
}
td:last-child {
  white-space: nowrap;
  color: #5a716a;
  font-size: 12px;
}
.map-type {
  font-size: 11px;
  padding: 5px 9px;
  border-radius: 5px;
  background: #eef4ef;
  white-space: nowrap;
}
.map-footer {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 28px;
  padding: 0 0 35px;
  font-size: 13px;
  color: #5a716a;
  line-height: 1.8;
}
.map-footer p {
  max-width: 700px;
  margin: 0;
}
.map-footer a {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 700px) {
  sm|urlset {
    padding: 24px 16px;
  }
  sm|urlset::before {
    font-size: 16px;
  }
  sm|url {
    grid-template-columns: 1.5rem minmax(0, 1fr);
    padding: 14px;
    gap: 8px;
  }
  sm|lastmod {
    grid-column: 2;
  }
  sm|url > sm|loc {
    font-size: 13px;
  }
  .map-header {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .map-intro {
    padding-top: 30px;
  }
  .map-stats {
    gap: 8px;
  }
  .map-stats > div {
    flex-direction: column;
    align-items: start;
    gap: 8px;
    padding: 14px;
  }
  .map-stats strong {
    font-size: 26px;
  }
  .map-stats span {
    font-size: 11px;
  }
  th,
  td {
    padding: 12px;
  }
  .map-footer {
    flex-direction: column;
  }
}
