/* Remove the repeated assurance strip below international projects. */
.mvp-home-redesign .mhr-assurance { display: none !important; }
.mvp-home-redesign .mhr-cases { padding-bottom: 78px; }

/* Application cards: contextual LED display imagery with the existing icon system. */
.mvp-home-redesign .mhr-solution {
  min-height: 355px;
  overflow: hidden;
  padding: 176px 30px 28px;
}

.mvp-home-redesign .mhr-solution > * {
  position: relative;
  z-index: 2;
}

.mvp-home-redesign .mhr-solution::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 152px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .5s ease, filter .35s ease;
}

.mvp-home-redesign .mhr-solution:hover::after {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.mvp-home-redesign .mhr-solution::before {
  content: none;
  display: none;
}

.mvp-home-redesign .mhr-solution h3 {
  margin: 16px 0 10px;
}

.mvp-home-redesign .mhr-solution:nth-child(1)::after {
  background-image: linear-gradient(180deg, rgba(5,18,38,.02) 45%, #06162b 100%), url('/wp-content/uploads/mvp-ai-visuals/mvp-events-sports-v1.webp');
  background-position: left center;
  background-size: 200% 100%;
}
.mvp-home-redesign .mhr-solution:nth-child(2)::after {
  background-image: linear-gradient(180deg, rgba(5,18,38,.04) 45%, #06162b 100%), url('/wp-content/uploads/mvp-ai-visuals/mvp-events-sports-v1.webp');
  background-position: right center;
  background-size: 200% 100%;
}
.mvp-home-redesign .mhr-solution:nth-child(3)::after {
  background-image: linear-gradient(180deg, rgba(5,18,38,.03) 45%, #06162b 100%), url('/wp-content/uploads/mvp-ai-visuals/mvp-retail-museum-v1.webp');
  background-position: left center;
  background-size: 200% 100%;
}
.mvp-home-redesign .mhr-solution:nth-child(4)::after {
  background-image: linear-gradient(180deg, rgba(5,18,38,.03) 45%, #06162b 100%), url('/wp-content/uploads/mvp-ai-visuals/mvp-retail-museum-v1.webp');
  background-position: right center;
  background-size: 200% 100%;
}
.mvp-home-redesign .mhr-solution:nth-child(5)::after {
  background-image: linear-gradient(180deg, rgba(5,18,38,.03) 45%, #06162b 100%), url('/wp-content/uploads/mvp-ai-visuals/mvp-control-outdoor-v1.webp');
  background-position: left center;
  background-size: 200% 100%;
}
.mvp-home-redesign .mhr-solution:nth-child(6)::after {
  background-image: linear-gradient(180deg, rgba(5,18,38,.03) 45%, #06162b 100%), url('/wp-content/uploads/mvp-ai-visuals/mvp-control-outdoor-v1.webp');
  background-position: right center;
  background-size: 200% 100%;
}

/* Visual proof directly beneath the four delivery checkpoints. */
.mvp-home-redesign .mhr-process-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.mvp-home-redesign .mhr-process-gallery figure {
  position: relative;
  min-height: 235px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #07182e;
  box-shadow: 0 14px 36px rgba(5, 22, 45, .1);
}

.mvp-home-redesign .mhr-process-gallery img {
  display: block;
  width: 100%;
  height: 235px;
  object-fit: cover;
  transition: transform .5s ease;
}

.mvp-home-redesign .mhr-process-gallery figure:hover img { transform: scale(1.045); }

.mvp-home-redesign .mhr-process-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 42px 20px 18px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(3, 16, 33, .92));
  font-size: 14px;
  font-weight: 750;
}

/* Keep visual interest through the lower conversion path. */
.mvp-home-redesign .mhr-cta {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(100deg, rgba(4, 37, 95, .98) 0%, rgba(4, 89, 190, .9) 52%, rgba(3, 32, 78, .36) 100%), url('/wp-content/uploads/mvp-ai-visuals/mvp-immersive-cta-v1.webp');
  background-position: center;
  background-size: cover;
}

.mvp-home-redesign .mhr-cta-grid { position: relative; z-index: 1; }

.mvp-home-redesign .mhr-contact-visual {
  position: relative;
  min-height: 220px;
  margin: 28px 0 24px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(5, 22, 45, .12);
}

.mvp-home-redesign .mhr-contact-visual img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: 72% center;
}

.mvp-home-redesign .mhr-contact-visual span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 38px 18px 16px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(3, 16, 33, .86));
  font-size: 13px;
  font-weight: 750;
}

@media (max-width: 1024px) {
  .mvp-home-redesign .mhr-process-gallery { grid-template-columns: repeat(2, 1fr); }
  .mvp-home-redesign .mhr-process-gallery figure:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .mvp-home-redesign .mhr-cases { padding-bottom: 58px; }
  .mvp-home-redesign .mhr-solution { min-height: 335px; padding: 166px 24px 26px; }
  .mvp-home-redesign .mhr-solution::after { height: 145px; }
  .mvp-home-redesign .mhr-solution::before { top: 110px; right: 20px; }
  .mvp-home-redesign .mhr-process-gallery { grid-template-columns: 1fr; }
  .mvp-home-redesign .mhr-process-gallery figure:first-child { grid-column: auto; }
  .mvp-home-redesign .mhr-process-gallery figure,
  .mvp-home-redesign .mhr-process-gallery img { min-height: 220px; height: 220px; }
  .mvp-home-redesign .mhr-contact-visual,
  .mvp-home-redesign .mhr-contact-visual img { min-height: 200px; height: 200px; }
}
