/* ==========================================================================
   外派帮扶（page_5_waipaibangfu.png）
   锚点 CSS：标题 272｜引导 398｜图库 484–2128｜感谢信 2514｜CTA 3100｜地图｜页脚 4034
   ========================================================================== */

.section--lead {
  padding-top: 4.8rem;
}

.lead--primary {
  margin-top: 3.2rem;
  font-size: var(--fs-h2-sm);
  line-height: var(--lh-tight);
  font-weight: 400;
  color: var(--c-primary);
  text-align: center;
}

.gallery--5 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.4rem 1.6rem;
  margin-top: 3rem;
}

.gallery--5 img,
.gallery--6 img {
  width: 100%;
  height: 17rem;
  object-fit: cover;
  display: block;
}

.gallery--5 + .prose {
  margin-top: 3.6rem;
}

.section--thanks {
  padding-top: 4.8rem;
}

.gallery--6 {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 3.6rem;
}

.gallery--6 img {
  height: 24.8rem;
  object-fit: cover;
}

.section--cover {
  padding-top: 4.8rem;
  padding-bottom: 8.8rem;
}

.cta-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.2rem;
  margin: 0 auto 4rem;
  padding: 0 4rem;
  max-width: 92rem;
  border-radius: var(--r-pill);
  background: var(--c-primary);
  color: var(--c-on-primary);
  font-size: var(--fs-body);
  font-weight: 700;
  text-align: center;
}

.cover-map {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1023px) {
  .gallery--5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery--6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery--5 img {
    height: 14rem;
  }

  .gallery--6 img {
    height: 22rem;
  }
}

@media (max-width: 767px) {
  .lead--primary {
    font-size: 3.2rem;
  }

  .gallery--5,
  .gallery--6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-pill {
    min-height: auto;
    padding: 1.6rem 2.4rem;
    font-size: 2rem;
  }
}
