/* =========================================
 * 基础：文本与链接
 * ======================================= */
.locations-page a {
  text-decoration: none;
}

.locations-page p {
  font-size: 14px;
  color: #443a3ae6;
  line-height: 1.5;
  margin-bottom: 8px;
}

.locations-page .locations-desc {
  max-width: 1000px;
  margin: 20px auto 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(0,0,0,0.06);
  text-align: center;
  font-size: clamp(13px, 2.6vw, 15px);
  line-height: 1.6;
  color: #767676;
}
/* =========================
   Locations SEO Directory (light + unobtrusive)
   Replace your current block with this
   ========================= */

.locations-page .locations-seo-directory{
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,.08);
}

.locations-page .locations-seo-title{
  font-size: 14px;
  margin-bottom: 8px;
  color: #6b7280;
  font-weight: 500;
}

.locations-page .locations-seo-intro{
  margin-bottom: 6px;
  font-size: clamp(13px, 2.6vw, 14px);
  color: #6b7280;
  opacity: .85;
}

.locations-page .locations-seo-states{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  gap: 0;
}

.locations-page .locations-seo-states li:not(:last-child)::after{
  content: " · ";
  color: #b0b0b0;
  margin: 0 6px;
}

.locations-page .locations-seo-states a{
  color: #6b7280;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  font-size: clamp(13px, 2.4vw, 14px);
}

.locations-page .locations-seo-states a:hover{
  text-decoration: underline;
  color: #374151;
}
/* =========================================
 * PID < 1 · 顶部标题 + 三大区域卡片
 * ======================================= */

/* 顶部标题 */
.locations-page .locations-header {
  text-align: center;
  margin-bottom: 18px;
}

.locations-page .locations-title {
  font-size: clamp(26px, 3.5vw, 32px);
  font-weight: 700;
  color: #222;
  margin:20px 0 12px;
}

.locations-page .locations-subtitle {
  font-size: clamp(22px, 3vw, 26px);
  font-weight: 600;
  color: #B90404;
  margin: 0;
}

/* 三列布局 */
.locations-page .locations-row {
  margin-top: 15px;
}

.locations-page .locations-col {
  margin-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px;
}

.locations-page .locations-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.locations-page .locations-card-body {
  padding: 14px 16px 16px;
  text-align: center;
  flex-grow: 1;
}

/* 区域标题（Greater NYC / Florida / New England） */
.locations-page .region-title {
  margin: 0 0 6px;
  font-size: clamp(20px, 2.8vw, 24px);
  font-weight: 700;
  color: #222;
}

/* 城市列表 */
.locations-page .locations-city-list {
  margin: 0;
  font-size: clamp(12px, 2.2vw, 14px);
  color: #555;
  max-width: 95%;
  margin-inline: auto;
}

.locations-page .locations-city-list a {
  color: #767676;
  text-decoration: none;
  border-bottom: 1px dashed rgba(0, 0, 0, .2);
}

.locations-page .locations-city-list a:hover {
  border-bottom-style: solid;
}

/* 区域电话 */
.locations-page .location-phone a {
  font-size: clamp(16px, 2.4vw, 18px);
  font-weight: 700;
  color: #3b6ca9ed;
  text-decoration: none;
}
.locations-page .location-phone{
  margin: 10px 0;
}
/* 三大区域卡片里的按钮（用全站 hw-btn 样式） */
.locations-page .image-button-wrapper {
  margin: 15px 0;
  font-weight: 600;
}

.locations-page .locations-image {
  position: relative;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  /* ✅ 不要任何 box-shadow */
}

.locations-page .locations-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
