/* FRONTIERMIND HERO BLUE MATCH V1.4B.5
   Make the English copy background exactly match the sky-blue hero band. */

.fm-image-hero--english{
  background:#dfeefa !important;
}

.fm-image-hero--english .fm-image-hero__frame{
  background:#dfeefa !important;
}

/* Remove the lighter translucent panel behind the English copy */
.fm-hero-en-copy::before{
  background:#dfeefa !important;
  opacity:1 !important;
  box-shadow:none !important;
}

/* Keep the local residual-text cleanup in the same exact blue */
.fm-image-hero--english .fm-image-hero__frame::after{
  background:
    linear-gradient(
      90deg,
      #dfeefa 0%,
      #dfeefa 68%,
      rgba(223,238,250,.96) 78%,
      rgba(223,238,250,.72) 86%,
      rgba(223,238,250,.36) 93%,
      rgba(223,238,250,0) 100%
    ) !important;
}

@media(max-width:760px){
  .fm-hero-en-copy::before{
    background:#dfeefa !important;
    opacity:1 !important;
  }
}
