.mdh-operator-recovery {
  --mdh-or-navy: #013656;
  --mdh-or-deep: #102f49;
  --mdh-or-ink: #10263d;
  --mdh-or-muted: #4c6376;
  --mdh-or-blue: #83c8f3;
  --mdh-or-bg: #f3f8fc;
  --mdh-or-line: #d7e5ef;
  --mdh-or-white: #ffffff;
  --mdh-or-shadow: 0 14px 34px rgba(1, 54, 86, 0.14);
  --mdh-or-heading: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mdh-or-body-font: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--mdh-or-white);
  color: var(--mdh-or-ink);
  font-family: var(--mdh-or-body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.mdh-operator-recovery * {
  box-sizing: border-box;
}

.mdh-operator-recovery a {
  color: inherit;
}

.mdh-or-inner {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.mdh-or-section {
  padding: 72px 0;
  background: var(--mdh-or-white);
}

.mdh-or-section--navy {
  background: var(--mdh-or-deep);
  color: var(--mdh-or-white);
}

.mdh-or-section--soft {
  background: var(--mdh-or-bg);
}

.mdh-or-section--blue {
  background: #c6eaff;
  color: var(--mdh-or-ink);
}

.mdh-or-section--blue > .mdh-or-inner > .mdh-or-eyebrow {
  color: var(--mdh-or-navy) !important;
}

.mdh-or-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 23, 36, 0.96) 0%, rgba(7, 31, 49, 0.9) 38%, rgba(5, 25, 39, 0.58) 68%, rgba(5, 20, 32, 0.45) 100%),
    url("first-responder-hero.webp") center right / cover no-repeat;
}

.mdh-or-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 10px;
  background: var(--mdh-or-navy);
}

.mdh-or-hero__content {
  position: relative;
  z-index: 1;
  padding: 68px 0 78px;
  color: var(--mdh-or-white);
}

.mdh-or-eyebrow {
  margin: 0 0 14px;
  color: var(--mdh-or-blue) !important;
  font-family: var(--mdh-or-heading) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.09em !important;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.mdh-operator-recovery h1,
.mdh-operator-recovery h2,
.mdh-operator-recovery h3,
.mdh-operator-recovery p {
  margin-top: 0;
}

.mdh-operator-recovery h1,
.mdh-operator-recovery h2,
.mdh-operator-recovery h3 {
  color: var(--mdh-or-navy) !important;
  font-family: var(--mdh-or-heading) !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.mdh-operator-recovery h1 {
  max-width: 650px;
  margin-bottom: 22px;
  color: var(--mdh-or-white) !important;
  font-size: clamp(34px, 4.2vw, 46px) !important;
  line-height: 1.08 !important;
}

.mdh-operator-recovery h2 {
  margin-bottom: 22px;
  font-size: clamp(30px, 3.2vw, 38px) !important;
  line-height: 1.15 !important;
}

.mdh-operator-recovery h3 {
  margin-bottom: 14px;
  font-size: 23px !important;
  line-height: 1.15 !important;
}

.mdh-or-section--navy h2,
.mdh-or-section--navy h3,
.mdh-or-audience-card h3,
.mdh-or-card--dark h3 {
  color: var(--mdh-or-white) !important;
}

.mdh-or-hero__copy {
  max-width: 620px;
  margin-bottom: 28px;
  color: var(--mdh-or-white);
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 400;
  line-height: 1.7;
}

.mdh-or-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 28px 0 34px;
}

.mdh-or-button,
.mdh-operator-recovery .mdh-or-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  min-width: 210px;
  padding: 0 26px !important;
  border: 2px solid transparent !important;
  border-radius: 999px !important;
  font-family: var(--mdh-or-heading) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.mdh-or-button:hover {
  transform: translateY(-1px);
}

.mdh-or-button--blue,
.mdh-operator-recovery .mdh-or-button--blue {
  background: var(--mdh-or-blue) !important;
  color: var(--mdh-or-navy) !important;
}

.mdh-or-button--navy,
.mdh-operator-recovery .mdh-or-button--navy {
  background: var(--mdh-or-navy) !important;
  color: var(--mdh-or-white) !important;
}

.mdh-or-button--white,
.mdh-operator-recovery .mdh-or-button--white {
  background: var(--mdh-or-white) !important;
  color: var(--mdh-or-navy) !important;
}

.mdh-or-button--outline,
.mdh-operator-recovery .mdh-or-button--outline {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  color: var(--mdh-or-white) !important;
}

.mdh-or-audience-card .mdh-or-button {
  margin-top: 22px;
}

.mdh-or-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 540px;
  padding-top: 4px;
}

.mdh-or-lockup img:first-child {
  width: 150px;
}

.mdh-or-lockup img:last-child {
  width: 170px;
}

.mdh-or-lockup span {
  color: var(--mdh-or-blue);
  font-size: 28px;
  font-weight: 600;
}

.mdh-or-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
}

.mdh-or-copy,
.mdh-or-card p,
.mdh-or-audience-card p {
  font-size: 16px;
  line-height: 1.58;
}

.mdh-or-copy {
  color: rgba(255, 255, 255, 0.9);
}

.mdh-or-copy p {
  margin-bottom: 16px;
}

.mdh-or-stat {
  margin-top: 26px;
  padding: 24px 26px;
  border-left: 5px solid var(--mdh-or-blue);
  background: rgba(255, 255, 255, 0.08);
}

.mdh-or-stat p {
  margin-bottom: 16px;
  color: var(--mdh-or-white);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.38;
}

.mdh-or-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin-top: 14px;
  line-height: 1.15;
}

.mdh-or-source-links a {
  color: var(--mdh-or-blue) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mdh-or-card-grid {
  display: grid;
  gap: 24px;
}

.mdh-or-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mdh-or-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mdh-or-card,
.mdh-or-audience-card {
  border: 1px solid var(--mdh-or-line);
  border-radius: 8px;
  background: var(--mdh-or-white);
  color: var(--mdh-or-ink);
}

.mdh-or-card {
  padding: 28px;
}

.mdh-or-card--tall {
  min-height: 100%;
}

.mdh-or-card ul,
.mdh-or-audience-card ul {
  padding-left: 20px;
  margin: 0;
}

.mdh-or-card li,
.mdh-or-audience-card li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.55;
}

.mdh-or-card--dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(198, 234, 255, 0.22);
  color: var(--mdh-or-white);
}

.mdh-or-card--dark p {
  color: rgba(255, 255, 255, 0.86);
}

.mdh-or-tagline-card {
  margin-top: 28px;
  padding: 26px 30px;
  border-left: 5px solid var(--mdh-or-navy);
  border-radius: 8px;
  background: #f6fbff;
  box-shadow: 0 14px 34px rgba(1, 54, 86, 0.18);
}

.mdh-or-tagline-card p {
  margin: 0;
  color: var(--mdh-or-navy);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.mdh-or-glance-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
  align-items: start;
}

.mdh-operator-recovery h2:has(+ .mdh-or-glance-layout) {
  font-weight: 500 !important;
}

.mdh-or-glance-list {
  overflow: hidden;
  border: 1px solid var(--mdh-or-line);
  border-radius: 8px;
  background: var(--mdh-or-white);
  box-shadow: 0 18px 44px rgba(1, 54, 86, 0.08);
}

.mdh-or-glance-row {
  display: grid;
  grid-template-columns: 62px minmax(180px, 250px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 19px 20px;
  border-bottom: 1px solid var(--mdh-or-line);
}

.mdh-or-glance-row:last-child {
  border-bottom: 0;
}

.mdh-or-glance-row--featured {
  background: #f6fbff;
}

.mdh-or-glance-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #c6eaff;
  color: var(--mdh-or-navy);
}

.mdh-or-glance-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.mdh-or-glance-metric span {
  display: block;
  margin-bottom: 4px;
  color: var(--mdh-or-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.mdh-or-glance-metric strong {
  display: block;
  color: var(--mdh-or-navy);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.22;
}

.mdh-or-glance-row p {
  margin: 0;
  color: var(--mdh-or-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.mdh-or-glance-row--dense p {
  font-size: 15px;
  line-height: 1.5;
}

.mdh-or-card--dark .mdh-or-source-links {
  gap: 8px 16px;
}

.mdh-or-glance-summary {
  position: sticky;
  top: 92px;
  padding: 26px;
  border-radius: 8px;
  background: var(--mdh-or-navy);
  color: var(--mdh-or-white);
  box-shadow: 0 24px 64px rgba(1, 54, 86, 0.24);
}

.mdh-or-glance-summary > span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.mdh-or-glance-summary > strong {
  display: block;
  margin: 10px 0 14px;
  color: var(--mdh-or-white);
  font-family: var(--mdh-or-heading);
  font-size: clamp(28px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.12;
}

.mdh-or-glance-summary > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.mdh-or-summary-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.mdh-or-summary-pills > div {
  padding: 10px;
  border: 1px solid rgba(198, 234, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.mdh-or-summary-pills span {
  display: block;
  color: var(--mdh-or-blue);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.mdh-or-summary-pills strong {
  display: block;
  margin-top: 4px;
  color: var(--mdh-or-white);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.mdh-or-audience-card {
  padding: 32px;
  background: rgba(16, 47, 73, 0.96);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--mdh-or-white);
}

.mdh-or-audience-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
}

.mdh-or-audience-card ul {
  margin-bottom: 18px;
}

.mdh-or-section-note,
.mdh-or-disclaimer {
  display: block;
  margin: 0;
  padding-top: 28px;
  font-size: 14px;
  line-height: 1.55;
}

.mdh-or-card-grid + .mdh-or-disclaimer,
.mdh-or-card-grid + .mdh-or-section-note {
  margin-top: 0 !important;
  padding-top: 28px !important;
}

.mdh-or-role {
  color: var(--mdh-or-blue) !important;
  font-size: 15px;
  font-weight: 700;
}

.mdh-operator-recovery .mdh-or-faq-list {
  display: grid;
  gap: 0;
  max-width: 820px;
}

.mdh-operator-recovery .mdh-or-qa {
  border-top: 1px solid var(--mdh-or-line);
}

.mdh-operator-recovery .mdh-or-qa:last-child {
  border-bottom: 1px solid var(--mdh-or-line);
}

.mdh-operator-recovery .mdh-or-qa button {
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 4px;
  background: none;
  border: none;
  text-align: left;
  font-family: var(--mdh-or-heading);
  font-weight: 600;
  font-size: clamp(16px, 1.3vw, 18px);
  color: var(--mdh-or-ink);
}

.mdh-operator-recovery .mdh-or-qa button:focus {
  outline: none;
}

.mdh-operator-recovery .mdh-or-qa button:focus-visible {
  outline: 2px solid var(--mdh-or-blue);
  outline-offset: -2px;
}

.mdh-operator-recovery .mdh-or-qa button > span:first-child {
  flex: 1 1 auto;
}

.mdh-operator-recovery .mdh-or-qa__plus {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 6px;
  transition: transform 0.22s ease;
}

.mdh-operator-recovery .mdh-or-qa__plus::before,
.mdh-operator-recovery .mdh-or-qa__plus::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: var(--mdh-or-blue);
  border-radius: 1px;
}

.mdh-operator-recovery .mdh-or-qa__plus::before {
  width: 14px;
  height: 2px;
}

.mdh-operator-recovery .mdh-or-qa__plus::after {
  width: 2px;
  height: 14px;
}

.mdh-operator-recovery .mdh-or-qa.is-open .mdh-or-qa__plus {
  transform: rotate(45deg);
}

.mdh-operator-recovery .mdh-or-qa__ans {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}

@media (prefers-reduced-motion: reduce) {
  .mdh-operator-recovery .mdh-or-qa__ans {
    transition: none;
  }
}

.mdh-operator-recovery .mdh-or-qa__ans p {
  margin: 0 0 12px;
  padding: 4px 4px 0;
  color: var(--mdh-or-ink);
}

.mdh-operator-recovery .mdh-or-qa__ans > *:last-child {
  margin-bottom: 0;
  padding-bottom: 24px;
}

.mdh-or-legal {
  padding: 24px 0;
  background: var(--mdh-or-white);
  color: var(--mdh-or-ink);
  border-top: 1px solid var(--mdh-or-line);
}

.mdh-or-legal p {
  max-width: 980px;
  margin: 0;
  color: var(--mdh-or-ink);
  font-size: 15px;
  line-height: 1.55;
}

.mdh-or-legal a {
  color: var(--mdh-or-navy) !important;
  font-weight: 700;
}

.mdh-or-notice {
  padding: 16px 24px;
  font-weight: 700;
  text-align: center;
}

.mdh-or-notice--success {
  background: #dff5e7;
  color: #1d5c34;
}

.mdh-or-notice--error {
  background: #fff1f1;
  color: #8a1f1f;
}

.mdh-or-modal {
  width: min(660px, calc(100vw - 32px));
  max-height: calc(100vh - 56px);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: auto;
  box-shadow: var(--mdh-or-shadow);
}

.mdh-or-modal[open] {
  position: fixed;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.mdh-or-modal::backdrop {
  background: rgba(5, 20, 32, 0.72);
}

.mdh-or-modal__panel {
  position: relative;
  padding: 22px;
}

.mdh-or-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  display: grid !important;
  place-items: center;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50%;
  background: var(--mdh-or-navy) !important;
  color: var(--mdh-or-white) !important;
  font-size: 24px !important;
  line-height: 1 !important;
  cursor: pointer;
}

.mdh-or-modal__close span {
  display: block;
  color: var(--mdh-or-white) !important;
  line-height: 1;
  transform: translateY(-1px);
}

.mdh-or-modal__intro {
  padding: 14px 18px;
  margin-bottom: 16px;
  border-left: 5px solid var(--mdh-or-navy);
  background: #fff8e8;
}

.mdh-or-modal__intro h2 {
  margin-bottom: 8px;
  padding-right: 32px;
  font-size: 24px !important;
  line-height: 1.15 !important;
}

.mdh-or-modal__intro p:last-child {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.45;
}

.mdh-or-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin-bottom: 18px;
}

.mdh-or-form label {
  display: grid;
  gap: 7px;
  color: var(--mdh-or-navy);
  font-size: 14px;
  font-weight: 700;
}

.mdh-or-form input,
.mdh-or-form select {
  min-height: 40px;
  width: 100%;
  border: 1px solid var(--mdh-or-line);
  border-radius: 6px;
  padding: 0 12px;
  color: var(--mdh-or-ink);
  font: inherit;
  font-size: 15px;
}

.mdh-or-form__wide {
  grid-column: 1 / -1;
}

.mdh-or-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.mdh-or-button:focus-visible,
.mdh-or-modal__close:focus-visible,
.mdh-or-form input:focus-visible,
.mdh-or-form select:focus-visible {
  outline: 3px solid var(--mdh-or-blue);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .mdh-or-split,
  .mdh-or-card-grid--two,
  .mdh-or-card-grid--three,
  .mdh-or-glance-layout {
    grid-template-columns: 1fr;
  }

  .mdh-or-split {
    row-gap: 24px;
  }

  .mdh-or-glance-summary {
    position: static;
  }

  .mdh-or-hero {
    min-height: 560px;
  }
}

@media (max-width: 680px) {
  .mdh-or-inner {
    width: min(100% - 32px, 1160px);
  }

  .mdh-or-section {
    padding: 52px 0;
  }

  .mdh-or-hero {
    min-height: auto;
    background-position: 62% center;
  }

  .mdh-or-hero__content {
    padding: 56px 0 66px;
  }

  .mdh-or-hero__copy,
  .mdh-or-stat p,
  .mdh-or-tagline-card p {
    font-size: 18px;
  }

  .mdh-or-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .mdh-or-button,
  .mdh-operator-recovery .mdh-or-button {
    width: 100%;
  }

  .mdh-or-lockup {
    gap: 12px;
  }

  .mdh-or-lockup img:first-child {
    width: 128px;
  }

  .mdh-or-lockup img:last-child {
    width: 140px;
  }

  .mdh-or-card,
  .mdh-or-audience-card,
  .mdh-or-modal__panel {
    padding: 22px;
  }

  .mdh-or-glance-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }

  .mdh-or-glance-row p {
    grid-column: 2;
  }

  .mdh-or-form__grid {
    grid-template-columns: 1fr;
  }

}
