.home-page {
  background:
    radial-gradient(circle at 10% 0%, rgba(30, 112, 86, 0.08), transparent 35%),
    radial-gradient(circle at 90% 12%, rgba(225, 36, 84, 0.08), transparent 40%),
    #f8fafc;
}

.home-page p {
  font-size: 1rem;
  line-height: 1.7;
}

.home-page .section {
  padding: 56px 0;
}

.home-page .section-title {
  margin-bottom: 32px;
}

.home-page .section-title h2,
.home-page .home-block-heading {
  margin: 0;
  color: #223a66;
  font-size: clamp(1.45rem, 1.05rem + 1.1vw, 2rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.home-page .section-title p {
  color: #607286;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.home-page .home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.62rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-page .home-btn:hover {
  transform: translateY(-2px);
}

.home-page .home-btn-outline {
  color: #223a66;
  border-color: rgba(34, 58, 102, 0.28);
  background: #fff;
}

.home-page .home-btn-outline:hover {
  color: #fff;
  border-color: #223a66;
  background: #223a66;
  box-shadow: 0 10px 22px rgba(34, 58, 102, 0.24);
}

.home-page .home-btn-minimal {
  color: #1e7056;
  border: none;
  padding: 0;
  border-radius: 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.92rem;
  font-weight: 600;
  background: transparent;
}

.home-page .home-btn-minimal:hover {
  color: #223a66;
  transform: none;
  box-shadow: none;
}

.home-page .home-btn-sm {
  padding: 0.52rem 1rem;
  font-size: 0.72rem;
}

.home-page .reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

.home-page .reveal-on-scroll.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-page .reveal-delay-1 {
  transition-delay: 0.08s;
}

.home-page .reveal-delay-2 {
  transition-delay: 0.16s;
}

.home-page .reveal-delay-3 {
  transition-delay: 0.24s;
}

.home-page .reveal-delay-4 {
  transition-delay: 0.32s;
}

.home-page .banner {
  min-height: auto;
  padding-bottom: 8px;
}

.home-page .features {
  margin-top: -36px;
  padding-bottom: 8px;
}

.home-page .quick-links {
  position: relative;
  z-index: 2;
  margin-top: -18px;
  padding-bottom: 18px;
}

.home-page .quick-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-page .quick-link-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(34, 58, 102, 0.09);
  box-shadow: 0 18px 35px rgba(34, 58, 102, 0.1);
}

.home-page .quick-link-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(34, 58, 102, 0.14);
}

.home-page .quick-link-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #223a66, #1e7056);
  color: #fff;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.home-page .quick-link-content h3 {
  margin-bottom: 4px;
  font-size: 1rem;
  color: #223a66;
}

.home-page .quick-link-content p {
  margin-bottom: 0;
  color: #607286;
  font-size: 0.92rem;
  line-height: 1.45;
}

.home-page .feature-block {
  gap: 1rem;
  flex-wrap: wrap;
}

.home-page .feature-item {
  margin: 0;
  padding: 22px 18px;
  border: 1px solid rgba(34, 58, 102, 0.08);
}

.home-page .leadership-card {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 350px;
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.94));
  border: 1px solid rgba(34, 58, 102, 0.1);
  box-shadow: 0 16px 36px rgba(34, 58, 102, 0.14);
}

.home-page .leadership-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 38px rgba(34, 58, 102, 0.2);
}

.home-page .leadership-photo-wrap {
  width: 96px;
  min-width: 96px;
  height: 96px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(30, 112, 86, 0.15);
  background: #eef3f7;
}

.home-page .leadership-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .leadership-meta {
  text-align: left;
}

.home-page .leadership-meta .leadership-name {
  margin: 0;
  color: #223a66;
  font-size: 1rem;
  line-height: 1.35;
}

.home-page .leadership-meta .leadership-role {
  margin: 4px 0 0;
  color: #607286;
  font-size: 0.9rem;
  line-height: 1.45;
}

.home-page .news-section,
.home-page .technology-initiatives {
  border-top: 1px solid rgba(34, 58, 102, 0.08);
}

.home-page .news-section .card,
.home-page .awards .card {
  height: 100%;
  border-radius: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-page .news-section .card:hover,
.home-page .awards .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(34, 58, 102, 0.16);
}

.home-page .hospital-card-unified {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 180px;
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.94));
  border: 1px solid rgba(34, 58, 102, 0.1);
  box-shadow: 0 16px 36px rgba(34, 58, 102, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-page .hospital-card-unified:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 38px rgba(34, 58, 102, 0.2);
}

.home-page .hospital-media-wrap {
  width: 110px;
  min-width: 110px;
  height: 110px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(30, 112, 86, 0.15);
  background: #eef3f7;
}

.home-page .hospital-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .hospital-content-wrap {
  text-align: left;
}

.home-page .hospital-name {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.35;
}

.home-page .hospital-name a {
  color: #223a66;
  font-weight: 700;
}

.home-page .hospital-name a:hover {
  color: #1e7056;
}

.home-page .hospital-description {
  margin: 6px 0 10px;
  color: #607286;
  font-size: 0.92rem;
  line-height: 1.5;
}

.home-page .hospital-visit-link {
  color: #1e7056;
}

.home-page .hospital-visit-link:hover {
  color: #223a66;
}

.home-facebook-embed iframe {
  width: 100%;
  max-width: 100%;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(34, 58, 102, 0.14);
}

.home-page .initiative-list {
  max-height: 360px;
}

@keyframes waveFloat {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-14px);
  }
}

.wave-card {
  animation: waveFloat 4s ease-in-out infinite;
}

.wave-delay-1 {
  animation-delay: 0s;
}

.wave-delay-2 {
  animation-delay: 0.15s;
}

.wave-delay-3 {
  animation-delay: 0.3s;
}

.wave-delay-4 {
  animation-delay: 0.45s;
}

.wave-delay-5 {
  animation-delay: 0.6s;
}

@media (max-width: 991.98px) {
  .home-page .section {
    padding: 44px 0;
  }

  .home-page .quick-links {
    margin-top: 0;
  }

  .home-page .quick-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .features {
    margin-top: 0;
    padding-top: 12px;
  }

  .home-page .leadership-card {
    max-width: 100%;
  }

  .home-page .hospital-card-unified {
    min-height: unset;
  }
}

@media (max-width: 575.98px) {
  .home-page .section {
    padding: 34px 0;
  }

  .home-page .quick-links-grid {
    grid-template-columns: 1fr;
  }

  .home-page .feature-item {
    padding: 18px 14px;
  }

  .home-page .leadership-card {
    flex-direction: column;
    text-align: center;
    padding: 16px;
  }

  .home-page .leadership-meta {
    text-align: center;
  }

  .home-page .hospital-card-unified {
    flex-direction: column;
    text-align: center;
    padding: 16px;
  }

  .home-page .hospital-content-wrap {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .reveal-on-scroll,
  .home-page .reveal-delay-1,
  .home-page .reveal-delay-2,
  .home-page .reveal-delay-3,
  .home-page .reveal-delay-4,
  .home-page .news-section .card,
  .home-page .awards .card,
  .home-page .quick-link-card,
  .home-page .leadership-card,
  .home-page .hospital-card-unified,
  .wave-card {
    animation: none !important;
    opacity: 1;
    transform: none;
    transition: none !important;
  }
}
