/* V75: keep descriptive captions below images, never blocking the photo. */

.solution-page-showcase,
.guide-hero-visual,
.product-hero-visual {
  overflow: visible !important;
}

.solution-page-showcase,
.smart-campus-showcase {
  aspect-ratio: auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.solution-page-showcase img {
  aspect-ratio: 16 / 7;
  border: 1px solid rgba(7, 26, 61, 0.14);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(7, 26, 61, 0.12);
  display: block;
  height: auto !important;
  object-fit: cover;
  width: 100%;
}

.guide-hero-visual {
  align-self: center;
  border: 0 !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0 !important;
}

.guide-hero-visual::after {
  display: none !important;
}

.guide-hero-visual img {
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  display: block;
  height: auto !important;
  object-fit: cover;
  width: 100%;
}

.solution-page-showcase figcaption,
.smart-campus-showcase figcaption,
.guide-hero-visual figcaption,
.product-hero-visual figcaption {
  background: transparent !important;
  bottom: auto !important;
  color: #52637b !important;
  font-size: 0.78rem;
  left: auto !important;
  line-height: 1.6;
  margin: 12px 4px 0;
  max-width: none !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  text-shadow: none !important;
  z-index: auto !important;
}

.guide-hero .guide-hero-visual figcaption {
  color: rgba(255, 255, 255, 0.78) !important;
}

@media (max-width: 760px) {
  .solution-page-showcase img,
  .guide-hero-visual img {
    border-radius: 18px;
  }
}
