.bp-site-map {
  background: #f8f4ee;
}

.bp-site-map-hero {
  padding: 7rem 0 4rem;
  background:
    linear-gradient(135deg, rgba(8, 17, 80, 0.94), rgba(15, 32, 112, 0.76)),
    radial-gradient(circle at top right, rgba(210, 168, 80, 0.28), transparent 34%);
  color: #f4ead2;
}

.bp-site-map-hero__content {
  display: grid;
  gap: 1rem;
  max-width: 48rem;
}

.bp-site-map-hero h1 {
  color: #d9bb72;
}

.bp-site-map-section {
  padding: 3.5rem 0;
}

.bp-site-map-highlight {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: -4rem;
}

.bp-site-map-highlight__card,
.bp-site-map-card,
.bp-site-map-resource {
  border-radius: 1.5rem;
  box-shadow: 0 18px 40px rgba(17, 26, 78, 0.08);
}

.bp-site-map-highlight__card {
  display: grid;
  gap: 0.35rem;
  padding: 1.5rem;
  background: #fffdf8;
  text-decoration: none;
  color: #17204f;
}

.bp-site-map-highlight__card span {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9f7b29;
}

.bp-site-map-highlight__card strong {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  line-height: 1.1;
}

.bp-site-map-grid,
.bp-site-map-resources {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.bp-site-map-card,
.bp-site-map-resource {
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.94);
}

.bp-site-map-card h3,
.bp-site-map-resource h3 {
  margin: 0 0 1rem;
  font-size: 1.45rem;
}

.bp-site-map-card h3 a,
.bp-site-map-resource h3 a {
  color: #17204f;
  text-decoration: none;
}

.bp-site-map-card p,
.bp-site-map-resource p {
  margin: 0;
  color: #55607f;
}

.bp-site-map-card ul,
.bp-site-map-resource ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.bp-site-map-card li a,
.bp-site-map-resource li a {
  color: #24315f;
  text-decoration: none;
}

.bp-site-map-section--resources {
  background: linear-gradient(180deg, rgba(23, 32, 79, 0.04), rgba(23, 32, 79, 0));
}

@media (max-width: 1024px) {
  .bp-site-map-highlight,
  .bp-site-map-grid,
  .bp-site-map-resources {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bp-site-map-hero {
    padding: 6rem 0 3rem;
  }

  .bp-site-map-highlight {
    grid-template-columns: 1fr;
    margin-top: -2rem;
  }

  .bp-site-map-grid,
  .bp-site-map-resources {
    grid-template-columns: 1fr;
  }
}
