body#sitemap {
  --gm-sitemap-navy: #102a43;
  --gm-sitemap-navy-2: #173b5e;
  --gm-sitemap-blue: #1d5a86;
  --gm-sitemap-orange: #bf4b00;
  --gm-sitemap-ink: #172b3f;
  --gm-sitemap-muted: #607386;
  --gm-sitemap-border: #dce6ef;
  --gm-sitemap-soft: #eef5fb;
  --gm-sitemap-bg: #f7f9fc;
}

body#sitemap .breadcrumb-container {
  display: block !important;
}

body#sitemap .breadcrumb {
  display: flex !important;
}

body#sitemap #content-wrapper,
body#sitemap #main,
body#sitemap .page-content {
  min-width: 0;
}

body#sitemap .gm-sitemap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  color: var(--gm-sitemap-ink);
}

body#sitemap .gm-sitemap__hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 18%, rgba(238, 156, 56, 0.3), transparent 31%),
    linear-gradient(135deg, var(--gm-sitemap-navy) 0%, var(--gm-sitemap-navy-2) 58%, #215d86 100%);
  box-shadow: 0 20px 54px rgba(16, 42, 67, 0.16);
  color: #fff;
}

body#sitemap .gm-sitemap__hero::after {
  position: absolute;
  z-index: -1;
  right: -72px;
  bottom: -108px;
  width: 260px;
  height: 260px;
  border: 46px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
}

body#sitemap .gm-sitemap__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 12px;
  padding: 5px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body#sitemap .gm-sitemap__title {
  max-width: 760px;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.7rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.08;
}

body#sitemap .gm-sitemap__intro {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.94rem, 1.6vw, 1.08rem);
  line-height: 1.65;
}

body#sitemap .gm-sitemap__quick-nav {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  margin: 18px 0 22px;
  padding: 2px 2px 7px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

body#sitemap .gm-sitemap__quick-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid var(--gm-sitemap-border);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(16, 42, 67, 0.06);
  color: var(--gm-sitemap-navy);
  font-size: 0.85rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body#sitemap .gm-sitemap__quick-link:hover {
  border-color: #aac4d9;
  box-shadow: 0 8px 22px rgba(16, 42, 67, 0.1);
  color: var(--gm-sitemap-blue);
  text-decoration: none;
  transform: translateY(-1px);
}

body#sitemap .gm-sitemap__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

body#sitemap .gm-sitemap__card {
  grid-column: span 4;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--gm-sitemap-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 42, 67, 0.075);
}

body#sitemap .gm-sitemap__card--stays {
  grid-column: span 7;
}

body#sitemap .gm-sitemap__card--hosts {
  grid-column: span 5;
}

body#sitemap .gm-sitemap__card--real-estate {
  grid-column: span 5;
}

body#sitemap .gm-sitemap__card--help {
  grid-column: span 4;
}

body#sitemap .gm-sitemap__card--legal {
  grid-column: span 3;
}

body#sitemap .gm-sitemap__card-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 20px 20px 16px;
  border-bottom: 1px solid #eaf0f5;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

body#sitemap .gm-sitemap__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--gm-sitemap-soft);
  color: var(--gm-sitemap-blue);
  font-size: 1.32rem;
  font-weight: 800;
}

body#sitemap .gm-sitemap__card--hosts .gm-sitemap__icon {
  background: #fff2e8;
  color: var(--gm-sitemap-orange);
}

body#sitemap .gm-sitemap__card-title {
  margin: 0 0 5px;
  color: var(--gm-sitemap-navy);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
}

body#sitemap .gm-sitemap__card-description {
  margin: 0;
  color: var(--gm-sitemap-muted);
  font-size: 0.85rem;
  line-height: 1.5;
}

body#sitemap .gm-sitemap__links,
body#sitemap .gm-sitemap__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body#sitemap .gm-sitemap__links {
  padding: 9px 12px 13px;
}

body#sitemap .gm-sitemap__item + .gm-sitemap__item {
  border-top: 1px solid #eef3f7;
}

body#sitemap .gm-sitemap__link {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 10px 9px;
  border-radius: 11px;
  color: var(--gm-sitemap-ink);
  font-size: 0.91rem;
  font-weight: 680;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease, padding 150ms ease;
}

body#sitemap .gm-sitemap__link:hover {
  padding-right: 7px;
  padding-left: 11px;
  background: var(--gm-sitemap-soft);
  color: var(--gm-sitemap-blue);
  text-decoration: none;
}

body#sitemap .gm-sitemap__arrow {
  flex: 0 0 auto;
  color: #7890a6;
  font-size: 1rem;
}

body#sitemap .gm-sitemap__links--nested {
  margin: -2px 0 8px 10px;
  padding: 2px 0 2px 13px;
  border-left: 2px solid #dfeaf3;
}

body#sitemap .gm-sitemap__links--nested .gm-sitemap__link {
  min-height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #425a70;
  font-size: 0.83rem;
}

body#sitemap .gm-sitemap__empty {
  margin: 0;
  padding: 20px;
  color: var(--gm-sitemap-muted);
  font-size: 0.9rem;
}

body#sitemap .gm-sitemap__empty--page {
  margin-top: 18px;
  border: 1px solid var(--gm-sitemap-border);
  border-radius: 16px;
  background: #fff;
}

body#sitemap .gm-sitemap a:focus-visible {
  outline: 3px solid rgba(29, 90, 134, 0.28);
  outline-offset: 3px;
}

@media (max-width: 991.98px) {
  body#sitemap .gm-sitemap__card,
  body#sitemap .gm-sitemap__card--stays,
  body#sitemap .gm-sitemap__card--hosts,
  body#sitemap .gm-sitemap__card--real-estate,
  body#sitemap .gm-sitemap__card--help,
  body#sitemap .gm-sitemap__card--legal {
    grid-column: span 6;
  }
}

@media (max-width: 575.98px) {
  body#sitemap .gm-sitemap__hero {
    padding: 22px 18px;
    border-radius: 18px;
  }

  body#sitemap .gm-sitemap__quick-nav {
    margin-top: 13px;
  }

  body#sitemap .gm-sitemap__grid {
    gap: 13px;
  }

  body#sitemap .gm-sitemap__card,
  body#sitemap .gm-sitemap__card--stays,
  body#sitemap .gm-sitemap__card--hosts,
  body#sitemap .gm-sitemap__card--real-estate,
  body#sitemap .gm-sitemap__card--help,
  body#sitemap .gm-sitemap__card--legal {
    grid-column: 1 / -1;
    border-radius: 17px;
  }

  body#sitemap .gm-sitemap__card-head {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 11px;
    padding: 16px;
  }

  body#sitemap .gm-sitemap__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  body#sitemap .gm-sitemap__links {
    padding: 7px 9px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body#sitemap .gm-sitemap__quick-link,
  body#sitemap .gm-sitemap__link {
    transition: none;
  }
}
