/* Scoped styles for Accreditations page */
.accreditations-page .hero-section.no-aspect-ratio {
  aspect-ratio: auto;
  min-height: 0;
}

.specialty-hero-section {
  position: relative;
  overflow: hidden;
  min-height: clamp(260px, 32vw, 620px);
}

.specialty-hero-section .container {
  position: relative;
  z-index: 1;
  min-height: inherit;
}
.specialty-hero-section .container .row {
  min-height: inherit;
}
.specialty-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.specialty-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.accreditations-page .hero-content {
  position: relative;
  z-index: 2;
}

.accreditations-page .acc-richtext p:last-child {
  margin-bottom: 0;
}
.accreditations-page .acc-rounded-img {
  border-radius: 12px;
  display: block;
}

.accreditations-page .acc-hero-media {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 706 / 500;
  background: rgba(255, 255, 255, 0.08);
}

.accreditations-page .acc-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accreditations-page .acc-icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 150, 215, 0.1);
  border: 1px solid rgba(0, 150, 215, 0.18);
  flex-shrink: 0;
}

.accreditations-page .acc-icon-circle img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.accreditations-page .acc-highlight-item {
  background: #fff;
  border: 1px solid rgba(9, 36, 60, 0.08);
  border-radius: 14px;
  padding: 18px 16px;
  height: 100%;
  box-shadow: 0 8px 20px rgba(9, 36, 60, 0.04);
}

.accreditations-page .acc-jci-feature {
  background: #09243c;
  border-radius: 18px;
  padding: 36px 32px;
}

.accreditations-page .acc-jci-seal {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.accreditations-page .acc-jci-logo {
  max-width: 140px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.accreditations-page .acc-jci-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.accreditations-page .acc-jci-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.accreditations-page .acc-benchmarks-sec {
  background: #f5f8fb;
  border-radius: 20px;
}

.accreditations-page .acc-bench-card {
  background: #fff;
  border: 1px solid rgba(9, 36, 60, 0.1);
  border-radius: 16px;
  padding: 24px 22px 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 24px rgba(9, 36, 60, 0.05);
}

.accreditations-page .acc-bench-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.accreditations-page .acc-bench-logos {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.accreditations-page .acc-bench-logos img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

.accreditations-page .acc-logo-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 36px;
  padding: 0 10px;
  border-radius: 8px;
  background: #eef6fb;
  color: #0a5f8c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.accreditations-page .acc-status {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.accreditations-page .acc-status--pursuing {
  background: #e8f4fc;
  color: #0a5f8c;
}

.accreditations-page .acc-status--progress {
  background: #e8f8ef;
  color: #1b7a45;
}

.accreditations-page .acc-status--designated {
  background: #f1e9fb;
  color: #6b3fa0;
}


.accreditations-page .acc-bench-card__footer {
  margin-top: auto;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-inline: -22px;
  margin-bottom: 0;
  padding: 14px 22px;
  border-top: 1px solid rgba(9, 36, 60, 0.08);
  background: #f8fafc;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  color: #5b6b7c;
  font-size: 13px;
  line-height: 1.45;
  
}

.accreditations-page .acc-bench-card__footer i {
  color: var(--color-primary);
  margin-top: 2px;
}

.accreditations-page .acc-other-sec {
  background: #fff;
}

.accreditations-page .acc-other-copy {
  max-width: 920px;
}

.accreditations-page .acc-other-copy p {
  color: #405060;
  line-height: 1.7;
}

.accreditations-page .acc-why-sec {
  background: #f5f8fb;
  border-radius: 20px;
}

.accreditations-page .acc-why-card {
  background: #fff;
  border: 1px solid rgba(0, 150, 215, 0.18);
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: 0 10px 24px rgba(9, 36, 60, 0.04);
}

.accreditations-page .acc-cta-sec {
  background: #09243c;
  border-radius: 20px;
  padding: 56px 24px;
  margin: 24px 0 48px;
}

.accreditations-page .acc-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.accreditations-page .acc-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--color-primary);
  color: #fff !important;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.accreditations-page .acc-cta-btn:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .accreditations-page .acc-jci-feature {
    padding: 28px 20px;
    text-align: center;
  }

  .accreditations-page .acc-jci-pills {
    justify-content: center;
  }

  .accreditations-page .acc-jci-logo {
    margin-top: 8px;
  }
}

@media (max-width: 575.98px) {
  .accreditations-page .acc-cta-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ========== Patient Safety page ========== */
.patient-safety-page .hero-content {
  position: relative;
  z-index: 2;
}

.patient-safety-page .ps-richtext p:last-child {
  margin-bottom: 0;
}

.patient-safety-page .ps-feature {
  background: #09243c;
  border-radius: 18px;
  padding: 36px 32px;
}

.patient-safety-page .acc-jci-seal {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.patient-safety-page .ps-ipsg-intro {
  max-width: 900px;
}

.patient-safety-page .ps-framework-sec {
  background: #f5f8fb;
  border-radius: 20px;
}

.patient-safety-page .ps-goal-list {
  max-width: 980px;
  margin-inline: auto;
}

.patient-safety-page .ps-goal-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px 28px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid rgba(9, 36, 60, 0.12);
}

.patient-safety-page .ps-goal-item:first-child {
  padding-top: 0;
}

.patient-safety-page .ps-goal-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.patient-safety-page .ps-goal-num {
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #0096d7;
  min-width: 2.5ch;
  padding-top: 0.15em;
}

.patient-safety-page .ps-goal-body h4 {
  margin-top: 0;
}



.patient-safety-page .ps-point-item {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(9, 36, 60, 0.1);
}

.patient-safety-page .ps-point-item:first-child {
  padding-top: 0;
}

.patient-safety-page .ps-point-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.patient-safety-page .ps-point-mark {
  width: 10px;
  height: 10px;
  margin-top: 0.55em;
  border-radius: 50%;
  background: #0096d7;
  flex-shrink: 0;
}

.patient-safety-page .ps-prose-block {
  max-width: 980px;
}

.patient-safety-page .ps-accent-block {
  position: relative;
  padding-inline-start: 28px;
  max-width: 980px;
}

.patient-safety-page .ps-accent-block::before {
  content: '';
  position: absolute;
  inset-block: 0.2em 0.2em;
  inset-inline-start: 0;
  width: 4px;
  border-radius: 4px;
  background: #0096d7;
}

.patient-safety-page .ps-speak-sec {
  margin-top: 0;
}

.patient-safety-page .ps-speak-panel {
  background: #09243c;
  padding: clamp(48px, 8vw, 88px) 0;
  border-radius: 20px;
}


.patient-safety-page .ps-speak-panel .ps-richtext,
.patient-safety-page .ps-speak-panel .ps-richtext p {
  color: #fff;
}

.patient-safety-page .ps-speak-panel .ps-richtext a {
  color: #ffc20e;
  text-decoration: underline;
}

.patient-safety-page .ps-speak-panel .btn-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0096d7;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  padding: 12px 28px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.patient-safety-page .ps-speak-panel .btn-yellow:hover,
.patient-safety-page .ps-speak-panel .btn-yellow:focus {
  background: #fff;
  color: #09243c;
}

@media (max-width: 767.98px) {
  .patient-safety-page .ps-feature {
    padding: 24px 20px;
  }

  .patient-safety-page .ps-accent-block {
    padding-inline-start: 20px;
  }
}

@media (max-width: 575.98px) {
  .patient-safety-page .ps-goal-item {
    gap: 12px 16px;
    padding: 22px 0;
  }
}
