/* 房产市场洞察与投资分析系统 — 在 services-bigdata 版式上补充房产/地图视觉 */

.prop-illust-wrap {
  position: relative;
  padding-bottom: 0.5rem;
}

/* 图块下方轻量发光与渐变底板，突出「数据 + 地产」感 */
.prop-illust-wrap::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -0.15rem;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.35) 20%, #0ea5e9, rgba(34, 211, 238, 0.35) 80%, transparent);
  opacity: 0.7;
  filter: blur(1.5px);
  pointer-events: none;
  z-index: 1;
}

.prop-illust-wrap .bd-illust {
  box-shadow:
    0 0 0 1px rgba(14, 165, 233, 0.12) inset,
    0 12px 40px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(8, 145, 178, 0.06);
}

/* 3 个核心价值时单列在窄屏也舒适 */
.pr-highlights {
  max-width: 100%;
}

.pr-highlights.bd-grid {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 960px) {
  .pr-highlights.bd-grid {
    grid-template-columns: 1fr;
  }
}
