.elementor-widget-fhi_patient_journey { width: 100%; }
.fhi-journey {
  --fhi-journey-background: #1d213f;
  --fhi-journey-brand: #aa0a28;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--fhi-journey-background);
  color: #fff;
  padding: 62px 40px 64px;
  font-family: Raleway, sans-serif;
}
.fhi-journey *, .fhi-journey *::before, .fhi-journey *::after { box-sizing: border-box; }
.fhi-journey .fhi-journey__background { position: absolute; z-index: -1; inset: 0; display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; border: 0; border-radius: 0; pointer-events: none; }
.fhi-journey__inner { max-width: 1320px; margin: 0 auto; }
.fhi-journey .fhi-journey__heading { margin: 0 0 38px; color: #fff; font-family: inherit; font-size: 40px; font-weight: 700; line-height: 1.2; letter-spacing: -.9px; }
.fhi-journey .fhi-journey__steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; margin: 0; padding: 0; list-style: none; }
.fhi-journey .fhi-journey__step { min-width: 0; margin: 0; padding: 0; list-style: none; }
.fhi-journey .fhi-journey__step-title { margin: 0 0 18px; color: #fff; font-family: inherit; font-size: 22px; font-weight: 700; line-height: 1.3; letter-spacing: -.3px; }
.fhi-journey .fhi-journey__points { margin: 0; padding: 0; list-style: none; }
.fhi-journey .fhi-journey__points li { position: relative; margin: 0 0 14px; padding: 0 0 0 23px; color: #fff; font-size: 18px; font-weight: 450; line-height: 1.5; list-style: none; }
.fhi-journey .fhi-journey__points li:last-child { margin-bottom: 0; }
.fhi-journey__points li::before { content: ""; position: absolute; top: .62em; left: 1px; width: 5px; height: 5px; border-radius: 50%; background: #fff; }
.fhi-journey__footer { margin-top: 44px; }
.fhi-journey .fhi-journey__note { margin: 0 0 20px; font-size: 18px; line-height: 1.6; color: #fff; }
.fhi-journey .fhi-journey__cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 58px; max-width: 100%; margin: 0; padding: 17px 24px; border: 1px solid #ffffff15; border-radius: 12px 12px 12px 0; background: var(--fhi-journey-brand); color: #fff; font-family: inherit; font-size: 18px; font-weight: 650; line-height: 1.5; text-decoration: none; transition: background-color .18s ease; }
.fhi-journey .fhi-journey__cta svg { flex-shrink: 0; fill: none; stroke: currentColor; transition: transform .18s ease; }
.fhi-journey .fhi-journey__cta:hover { color: #fff; background: #8f0822; }
.fhi-journey__cta:hover svg { transform: translateX(3px); }
.fhi-journey .fhi-journey__cta:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }
@media (max-width: 1199px) {
  .fhi-journey { padding: 52px 28px 56px; }
  .fhi-journey .fhi-journey__heading { font-size: 36px; }
  .fhi-journey .fhi-journey__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 44px; }
}
@media (max-width: 767px) {
  .fhi-journey { padding: 44px 22px 48px; }
  .fhi-journey .fhi-journey__heading { font-size: 30px; line-height: 1.25; letter-spacing: -.65px; margin-bottom: 30px; }
  .fhi-journey .fhi-journey__steps { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .fhi-journey .fhi-journey__step-title { font-size: 22px; margin-bottom: 15px; }
  .fhi-journey .fhi-journey__points li { font-size: 17px; line-height: 1.6; margin-bottom: 11px; }
  .fhi-journey__footer { margin-top: 34px; }
  .fhi-journey .fhi-journey__cta { width: 100%; font-size: 17px; padding: 17px 20px; gap: 18px; }
}
@media (prefers-reduced-motion: reduce) { .fhi-journey * { transition: none !important; } }
