/* Keep tailored-solution photography clear while protecting text readability. */
.tailored-hero--education {
  background-image: url("../../../images/tailored/education-banner.webp") !important;
}

.tailored-hero--entrepreneur {
  background-image: url("../../../images/tailored/entrepreneur-banner.webp") !important;
}

.tailored-hero--hnw-family {
  background-image: url("../../../images/tailored/hnw-family-banner.webp") !important;
}

.tailored-hero--tech-talent {
  background-image: url("../../../images/tailored/tech-talent-banner.webp") !important;
}

.page-module__otB91a__heroOverlay {
  display: none !important;
  background: none !important;
}

.page-module__otB91a__heroContent {
  width: min(800px, calc(100% - 40px));
  padding: 28px 34px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 14px 36px rgba(10, 37, 64, 0.14);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.page-module__otB91a__title {
  color: #0a2540 !important;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.92) !important;
}

.page-module__otB91a__subtitle {
  color: #17324d !important;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.88) !important;
}

.page-module__otB91a__tag {
  box-shadow: 0 4px 14px rgba(10, 37, 64, 0.16);
}

@media (max-width: 768px) {
  .page-module__otB91a__hero {
    background-position: 68% center !important;
  }

  .page-module__otB91a__heroContent {
    width: calc(100% - 28px);
    padding: 22px 18px;
  }

  .page-module__otB91a__title {
    margin-bottom: 14px !important;
    font-size: clamp(1.7rem, 7.2vw, 2.2rem) !important;
    line-height: 1.18 !important;
  }

  .page-module__otB91a__subtitle {
    margin-bottom: 20px !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
}
