.health-page {
  background: var(--wr-cloud);
}

.health-hero,
.health-section,
.health-cta {
  padding: 70px 0;
}

.health-hero {
  background:
    linear-gradient(90deg, rgba(22, 50, 79, 0.94), rgba(22, 50, 79, 0.76), rgba(22, 50, 79, 0.32)),
    url("../images/clinic-waiting-lounge.jpg") center / cover;
  color: #fff;
  padding: 92px 0;
}

.health-container {
  max-width: 1180px;
}

.health-hero .wr-eyebrow {
  color: #a7f0ef;
}

.health-hero h1 {
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.24;
  margin: 16px 0 0;
  max-width: 820px;
}

.health-hero__subtitle {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: 900;
  line-height: 1.5;
  margin: 18px 0 0;
  max-width: 850px;
}

.health-lead,
.health-hero p:not(.wr-eyebrow):not(.health-hero__subtitle) {
  color: #4c5b66;
  font-size: 1.08rem;
  line-height: 1.85;
  margin: 18px 0 0;
  max-width: 850px;
}

.health-hero .health-lead {
  color: rgba(255, 255, 255, 0.86);
}

.health-section--soft,
.health-faq {
  background: #f7f9fb;
}

.health-section--services,
.health-section--links {
  background: #fff;
}

.health-section--compact {
  padding: 34px 0;
}

.health-section-heading {
  margin-bottom: 34px;
  max-width: 850px;
}

.health-section-title {
  color: var(--wr-navy);
  font-size: clamp(2rem, 4vw, 2.7rem);
  font-weight: 900;
  line-height: 1.25;
  margin: 14px 0 0;
}

.health-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.health-card,
.health-vaccine-card,
.health-disclaimer,
.health-checklist {
  background: #fff;
  border: 1px solid rgba(219, 228, 239, 0.86);
  border-radius: 8px;
  box-shadow: var(--wr-shadow);
}

.health-card {
  padding: 26px;
}

.health-card--service {
  border-top: 4px solid var(--wr-teal);
  min-height: 250px;
}

.health-card h3,
.health-vaccine-card h3,
.health-disclaimer h2 {
  color: var(--wr-navy);
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.45;
  margin: 0 0 12px;
}

.health-card p,
.health-vaccine-card p,
.health-vaccine-card span,
.health-disclaimer p {
  color: #4c5b66;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

.health-card__link {
  color: var(--wr-teal);
  display: inline-block;
  font-weight: 900;
  margin-top: 22px;
}

.health-card__link:hover,
.health-card__link:focus-visible {
  color: var(--wr-navy);
  outline: 0;
}

.health-grid--checks .health-card:nth-child(6),
.health-grid--checks .health-card:nth-child(7) {
  border-top: 4px solid var(--wr-gold);
}

.health-vaccine-list {
  display: grid;
  gap: 18px;
}

.health-vaccine-card {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.55fr);
  padding: 24px;
}

.health-vaccine-card__suitable {
  background: #f7f9fb;
  border-left: 3px solid var(--wr-gold);
  border-radius: 6px;
  padding: 16px;
}

.health-vaccine-card__suitable strong {
  color: var(--wr-navy);
  display: block;
  font-size: 0.92rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.health-note {
  background: rgba(212, 169, 78, 0.12);
  border: 1px solid rgba(212, 169, 78, 0.36);
  border-radius: 8px;
  color: #5f4614;
  line-height: 1.8;
  margin: 28px 0 0;
  padding: 18px 20px;
}

.health-checklist {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 8px 24px;
}

.health-checklist li {
  color: #4c5b66;
  line-height: 1.75;
  padding: 14px 0 14px 32px;
  position: relative;
}

.health-checklist li + li {
  border-top: 1px solid var(--wr-border);
}

.health-checklist li::before {
  color: var(--wr-teal);
  content: "\2713";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 14px;
}

.health-faq-list {
  background: #fff;
  border: 1px solid var(--wr-border);
  border-radius: 8px;
  box-shadow: var(--wr-shadow);
  overflow: hidden;
}

.health-faq-item + .health-faq-item {
  border-top: 1px solid var(--wr-border);
}

.health-faq-item h3 {
  margin: 0;
}

.health-faq-question {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--wr-navy);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 900;
  gap: 16px;
  justify-content: space-between;
  line-height: 1.55;
  padding: 22px 24px;
  text-align: left;
  width: 100%;
}

.health-faq-question:focus-visible {
  outline: 3px solid rgba(42, 166, 164, 0.35);
  outline-offset: -3px;
}

.health-faq-icon {
  align-items: center;
  background: rgba(42, 166, 164, 0.12);
  border-radius: 999px;
  color: var(--wr-teal);
  display: inline-flex;
  flex: 0 0 30px;
  height: 30px;
  justify-content: center;
}

.health-faq-question[aria-expanded="true"] .health-faq-icon {
  background: var(--wr-teal);
  color: #fff;
}

.health-faq-answer {
  color: #4c5b66;
  line-height: 1.85;
  padding: 0 24px 24px;
}

.health-faq-answer p {
  margin: 0;
}

.health-disclaimer {
  padding: 20px;
}

.health-disclaimer h2 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.health-disclaimer p {
  color: #65727d;
  font-size: 0.92rem;
}

.health-related-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.health-related-grid a {
  background: var(--wr-cloud);
  border: 1px solid var(--wr-border);
  border-radius: 8px;
  color: var(--wr-navy);
  font-weight: 900;
  line-height: 1.5;
  padding: 18px;
}

.health-related-grid a:hover,
.health-related-grid a:focus-visible {
  border-color: var(--wr-teal);
  color: var(--wr-teal);
  outline: 0;
}

.health-cta {
  background: linear-gradient(135deg, var(--wr-navy), #1f6f8b);
  color: #fff;
  text-align: center;
}

.health-cta .health-container {
  max-width: 920px;
}

.health-cta .wr-eyebrow,
.health-cta .health-section-title,
.health-cta p {
  color: #fff;
}

.health-cta p {
  font-size: 1.05rem;
  line-height: 1.85;
  margin: 18px auto 0;
}

.health-btn {
  background: #fff;
  border-radius: 6px;
  color: var(--wr-navy);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  margin-top: 26px;
  min-height: 48px;
  padding: 13px 22px;
}

.health-btn:hover,
.health-btn:focus-visible {
  color: var(--wr-navy);
  opacity: 0.92;
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 3px;
}

@media (max-width: 1020px) {
  .health-grid,
  .health-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .health-vaccine-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .health-hero,
  .health-section,
  .health-cta {
    padding: 52px 0;
  }

  .health-hero {
    padding: 64px 0;
  }

  .health-grid,
  .health-grid--two,
  .health-related-grid {
    grid-template-columns: 1fr;
  }

  .health-card--service {
    min-height: auto;
  }

  .health-faq-question {
    padding: 20px;
  }
}
