/* Individual service pages: retain the photography while giving every hero a reliable reading surface. */
.service-detail .detail-hero {
  position: relative;
  isolation: isolate;
}

.service-detail .detail-hero::after {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(170, 38, 95, .91) 0%, rgba(193, 55, 111, .81) 48%, rgba(193, 55, 111, .42) 100%);
}

.service-detail .detail-hero .outline-wrap { position: relative; z-index: 1; }
.service-detail .detail-hero h1,
.service-detail .detail-hero p { color: #fff; text-shadow: 0 1px 2px rgba(72, 18, 45, .2); }
.service-detail .detail-hero .outline-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  margin-bottom: .8rem;
  padding: .35rem .7rem;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #fff !important;
  font-size: .7rem !important;
  line-height: 1;
  text-shadow: none;
}
.service-detail .detail-hero .detail-review-meta { color: #fff2f7 !important; }
.service-detail .detail-hero .detail-review-meta span + span { border-left-color: rgba(255, 255, 255, .42); }
.service-detail .detail-hero .outline-btn { background: #fff; color: #bd2f6b !important; box-shadow: 0 10px 22px rgba(86, 14, 43, .24); }
.service-detail .detail-hero .outline-btn:hover { background: #234462; color: #fff !important; }

@media (max-width: 800px) {
  .service-detail .detail-hero::after { background: linear-gradient(100deg, rgba(170, 38, 95, .9) 0%, rgba(193, 55, 111, .76) 64%, rgba(193, 55, 111, .5) 100%); }
}
