#healthcare-hero {
  min-height: 100svh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 40px 20px;
  position: relative;
}

#healthcare-hero .container {
  width: 100%;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#healthcare-hero h1 {
  margin-bottom: 20px;
}

#healthcare-hero p {
  max-width: 600px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #healthcare-hero {
    min-height: 100svh;
    min-height: 100vh;
    padding: 60px 20px;
  }

  #healthcare-hero h1 {
    font-size: clamp(32px, 5vw, 48px);
    margin-bottom: 16px;
  }

  #healthcare-hero p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}

@media (max-width: 520px) {
  #healthcare-hero {
    padding: 40px 16px;
  }

  #healthcare-hero h1 {
    font-size: clamp(28px, 4vw, 40px);
    margin-bottom: 12px;
  }

  #healthcare-hero p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .btn {
    width: 100%;
  }
}

.section-spacer {
  height: 56px;
}

#about .healthcare-about-title {
  color: #ff7a1a;
}

/* Slightly stronger bottom shading for healthcare project labels */
#healthcare-projects .campaign-card::after {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.45) 48%,
    rgba(0, 0, 0, 0.14) 100%
  );
}

#healthcare-projects .campaign-card--text,
#sporting-venues-projects .campaign-card--text {
  background: #ffffff;
  color: #0e141b;
  border-color: rgba(0, 0, 0, 0.12);
  cursor: default;
}

#healthcare-projects .campaign-card--text::after,
#sporting-venues-projects .campaign-card--text::after {
  opacity: 0;
}

#healthcare-projects .campaign-copy,
#sporting-venues-projects .campaign-copy {
  position: relative;
  z-index: 2;
  width: min(86%, 340px);
  display: grid;
  place-items: center;
  gap: 10px;
  margin: 0 auto;
  text-align: center;
}

#healthcare-projects .campaign-note,
#sporting-venues-projects .campaign-note {
  color: #071b75;
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.45;
}

#healthcare-projects .campaign-card--text .campaign-label,
#sporting-venues-projects .campaign-card--text .campaign-label {
  color: #0e141b;
}

@media (max-width: 768px) {
  .section-spacer {
    height: 36px;
  }
}

