.ecp-hero {
  background: linear-gradient(125deg, #0e1d33, #1b3e6e);
  background-size: cover;
  background-position: center;
  padding: 90px 0 68px;
  color: #f6f8ff;
}

.ecp-eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  font-family: 'Public Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9cc2ff;
}

.ecp-hero h1 {
  margin: 0 0 14px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.16;
}

.ecp-hero__subtitle {
  margin: 0;
  max-width: 760px;
  color: rgba(246, 248, 255, 0.9);
  font-size: 1rem;
  line-height: 1.7;
}

.ecp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 0.88rem;
}

.ecp-breadcrumb a {
  color: #d4e2ff;
  text-decoration: none;
}

.ecp-breadcrumb a:hover {
  color: #ffffff;
}

.ecp-metrics {
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

.ecp-metrics__grid {
  border: 1px solid #dbe6f5;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(21, 45, 88, 0.12);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.ecp-metric {
  padding: 20px 22px;
  border-right: 1px solid #eaf0fa;
}

.ecp-metric:last-child {
  border-right: 0;
}

.ecp-metric__value {
  margin: 0 0 6px;
  font-family: 'Sora', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #10233d;
}

.ecp-metric__label {
  margin: 0;
  font-size: 0.86rem;
  color: #5d6f89;
}

.ecp-intro {
  padding: 32px 0 0;
}

.ecp-intro__card {
  border: 1px solid #dbe7f6;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 33, 57, 0.08);
  padding: 24px;
  color: #132847;
}

.ecp-cards {
  padding: 52px 0 68px;
}

.ecp-cards__head {
  margin-bottom: 26px;
}

.ecp-cards__head h2 {
  margin: 0 0 8px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #0f2138;
}

.ecp-cards__head p {
  margin: 0;
  max-width: 760px;
  color: #5f728d;
  line-height: 1.65;
}

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

.ecp-doctor-spotlight {
  border: 1px solid #dbe7f6;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 33, 57, 0.1);
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
}

.ecp-doctor-spotlight__media {
  background: linear-gradient(135deg, #edf4ff, #e2ecfb);
  min-height: 100%;
}

.ecp-doctor-spotlight__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ecp-doctor-spotlight__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ecp-doctor-spotlight__content h3 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  color: #11253f;
}

.ecp-doctor-spotlight__designation {
  margin: 0;
  color: #2c62b1;
  font-weight: 600;
}

.ecp-doctor-spotlight__content p {
  margin: 0;
  color: #4f6280;
  line-height: 1.7;
}

.ecp-doctor-spotlight__quick {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 2px;
}

.ecp-doctor-spotlight__quick div {
  border: 1px solid #dbe7f6;
  border-radius: 10px;
  padding: 10px;
  background: #f8fbff;
}

.ecp-doctor-spotlight__quick .label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #60728d;
  margin-bottom: 4px;
}

.ecp-doctor-spotlight__quick .value,
.ecp-doctor-spotlight__quick .value a {
  display: block;
  color: #12345d;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.4;
}

.ecp-doctor-spotlight__actions {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ecp-card {
  border: 1px solid #dbe7f6;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 33, 57, 0.08);
  display: flex;
  flex-direction: column;
}

.ecp-card--primary {
  border-color: #b9d0ef;
  box-shadow: 0 14px 30px rgba(17, 44, 84, 0.14);
}

.ecp-card__media {
  aspect-ratio: 16 / 10;
  background: #f2f6fb;
  overflow: hidden;
}

.ecp-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ecp-card__body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.ecp-card__meta {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2f68bf;
  font-weight: 700;
}

.ecp-card h3 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: 1.04rem;
  color: #132847;
}

.ecp-card p {
  margin: 0;
  color: #5e708b;
  line-height: 1.62;
  font-size: 0.92rem;
}

.ecp-card__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f4ba1;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.ecp-card__cta:hover {
  color: #072f68;
}

.ecp-cta {
  padding: 0 0 64px;
}

.ecp-cta__inner {
  background: linear-gradient(135deg, #173156, #244f8a);
  border-radius: 18px;
  padding: 28px;
  color: #f6f8ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ecp-eyebrow--light {
  color: #bed4ff;
}

.ecp-cta__inner h3 {
  margin: 0;
  max-width: 660px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.08rem, 2.6vw, 1.45rem);
  line-height: 1.45;
}

.ecp-cta__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ecpd-hero {
  background: linear-gradient(125deg, #0e1d33, #1b3e6e);
  background-size: cover;
  background-position: center;
  padding: 90px 0 62px;
  color: #f6f8ff;
}

.ecpd-hero h1 {
  margin: 0 0 10px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.9rem, 3.8vw, 2.8rem);
  font-weight: 700;
  line-height: 1.18;
}

.ecpd-hero__subtitle {
  margin: 0;
  max-width: 760px;
  color: rgba(246, 248, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.65;
}

.ecpd-shell {
  padding: 52px 0 54px;
}

.ecpd-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 26px;
  align-items: start;
}

.ecpd-main__card {
  border: 1px solid #dbe7f6;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(17, 33, 57, 0.08);
}

.ecpd-main__media {
  max-height: 460px;
  overflow: hidden;
  background: #eef4fd;
}

.ecpd-main__media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.ecpd-main__content {
  padding: 24px;
}

.ecpd-main__eyebrow {
  margin: 0 0 8px;
  color: #2f68bf;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
}

.ecpd-main__content h2 {
  margin: 0 0 10px;
  color: #10233d;
  font-size: clamp(1.4rem, 3vw, 1.95rem);
  font-family: 'Sora', sans-serif;
}

.ecpd-main__lead {
  margin: 0 0 18px;
  color: #4e6483;
  line-height: 1.7;
}

.ecpd-main__body {
  color: #142947;
}

.ecpd-main__body p,
.ecpd-main__body li,
.ecpd-main__body span {
  font-size: 1rem;
  line-height: 1.8;
}

.ecpd-main__body h3,
.ecpd-main__body h4 {
  margin-top: 1.4rem;
  margin-bottom: 0.8rem;
  font-family: 'Sora', sans-serif;
  color: #10233d;
}

.ecpd-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 88px;
}

.ecpd-panel {
  border: 1px solid #dbe7f6;
  border-radius: 14px;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(17, 33, 57, 0.06);
}

.ecpd-panel h3 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  color: #11253f;
  font-size: 1.08rem;
}

.ecpd-panel p {
  margin: 8px 0 0;
  color: #60728c;
  line-height: 1.6;
  font-size: 0.9rem;
}

.ecpd-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
  max-height: 360px;
  overflow: auto;
}

.ecpd-list a {
  display: block;
  padding: 10px 12px;
  border-radius: 9px;
  text-decoration: none;
  background: #f5f8fe;
  border: 1px solid #e3ecfa;
  color: #204066;
  font-size: 0.92rem;
  line-height: 1.4;
}

.ecpd-list a:hover {
  border-color: #bfd4f5;
  background: #edf4ff;
}

.ecpd-list a.active {
  background: linear-gradient(135deg, #1a3760, #24528d);
  border-color: #1e4375;
  color: #ffffff;
}

.ecpd-panel--cta {
  background: linear-gradient(135deg, #18315a, #25548e);
  border-color: transparent;
  color: #f5f8ff;
}

.ecpd-panel--cta h4 {
  margin: 8px 0 0;
  font-family: 'Sora', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}

.ecpd-panel--cta p {
  color: rgba(245, 248, 255, 0.86);
}

.ecpd-actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ecpd-faq-wrap {
  padding: 0 0 64px;
}

.ecpd-faq-head h4 {
  font-family: 'Sora', sans-serif;
  color: #10233d;
}

.ecpd-faq {
  margin-top: 20px;
}

.ecpd-faq__item {
  border: 1px solid #dbe7f6;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
}

.ecpd-faq__button {
  font-family: 'Public Sans', sans-serif;
  font-size: 1rem;
}

.ecpd-faq__body {
  color: #273f60;
  line-height: 1.75;
}

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

  .ecp-doctor-spotlight {
    grid-template-columns: 320px minmax(0, 1fr);
  }
}

@media (max-width: 991px) {
  .ecp-hero {
    padding: 82px 0 60px;
  }

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

  .ecp-metric {
    border-right: 0;
    border-bottom: 1px solid #eaf0fa;
  }

  .ecp-metric:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .ecp-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ecp-doctor-spotlight {
    grid-template-columns: 1fr;
  }

  .ecp-doctor-spotlight__media {
    max-height: 360px;
  }

  .ecp-doctor-spotlight__quick {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecpd-hero {
    padding: 82px 0 58px;
  }

  .ecpd-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ecpd-side {
    position: static;
  }

  .ecpd-list {
    max-height: 260px;
  }
}

@media (max-width: 640px) {
  .ecp-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ecp-doctor-spotlight__content {
    padding: 18px;
  }

  .ecp-doctor-spotlight__quick {
    grid-template-columns: 1fr;
  }

  .ecp-cards {
    padding: 40px 0 54px;
  }

  .ecp-metrics {
    margin-top: -16px;
  }

  .ecp-metrics__grid {
    border-radius: 12px;
  }

  .ecp-metric {
    padding: 16px;
  }

  .ecp-cta {
    padding-bottom: 48px;
  }

  .ecp-cta__inner {
    border-radius: 14px;
    padding: 20px;
  }

  .ecpd-shell {
    padding: 36px 0 46px;
  }

  .ecpd-main__content {
    padding: 18px;
  }

  .ecpd-panel {
    padding: 14px;
  }
}
