/* Unified detail-guide spacing refinement. */
@import url("./detail-guide-layout-v3.css");
.detail-guide-page .hero {
  padding-top: clamp(38px, 4vw, 52px);
  padding-bottom: 6px;
}
.detail-guide-page .hero-copy {
  max-width: 760px;
  transform: translateY(-10px);
}
.detail-guide-page .hero-trustbar {
  margin-bottom: 0;
  transform: translateY(2px);
}
.detail-guide-page .hero-image-card {
  margin-bottom: 6px;
}
@media (max-width: 900px) {
  .detail-guide-page .hero-copy { transform: none; }
  .detail-guide-page .hero { padding-bottom: 10px; }
}
