:root {
  --brand: #7a2148;
  --brand-dark: #5f1837;
  --brand-soft: #f8eef3;
  --cta: #e95d24;
  --cta-hover: #d14f1a;
  --accent: #d96a4b;
  --accent-soft: #fdeee8;
  --text-main: #2b2b2b;
  --text-muted: #6b6b6b;
  --border: #e5e5e5;
  --bg-soft: #f7f7f7;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Calibri, "Segoe UI", Arial, sans-serif;
  color: var(--text-main);
  background: var(--white);
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* Reusable text helpers */
.text-brand {
  color: var(--brand) !important;
}

.text-muted-custom {
  color: var(--text-muted) !important;
}

.fw-semibold-custom {
  font-weight: 600;
}

.fw-bold-custom {
  font-weight: 700;
}

/* Reusable buttons */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 28px;
  border: 0;
  border-radius: 6px;
  background: var(--cta);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.btn-cta:hover,
.btn-cta:focus {
  background: var(--cta-hover);
  color: var(--white);
}

.btn-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 40px;
  padding: 8px 18px;
  border: 0;
  border-radius: 999px;
  background: var(--brand);
  color: var(--white);
  font-size: 14px !important;
  font-weight: 600;
  white-space: nowrap;
}

.btn-brand:hover,
.btn-brand:focus {
  background: var(--brand-dark);
  color: var(--white);
}

.btn-outline-soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--white);
  color: #555;
  font-size: 14px !important;
  font-weight: 500;
  min-width: auto;
  white-space: nowrap;
}

.btn-outline-soft:hover,
.btn-outline-soft:focus {
  background: var(--bg-soft);
  color: var(--text-main);
  border-color: #d8d8d8;
}

/* Reusable form controls */
.form-control-soft {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--bg-soft);
  color: var(--text-main);
  font-size: 14px;
  box-shadow: none;
}

.form-control-soft:focus {
  background: #f1f1f1;
  box-shadow: none;
  outline: 0;
}

.form-control-soft::placeholder {
  color: #9a9a9a;
}

/* Reusable layout helpers */
.section-pad {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-narrow {
  max-width: 1240px;
}

.container-award {
  max-width: 950px;
}

/* Reusable section label */
.section-label {
  margin: 0 0 14px;
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Reusable specialty / filter chips */
.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 14px;
  border: 1px solid #e8d6cc;
  border-radius: 4px;
  background: #fff8f4;
  color: #b86a4a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.chip:hover,
.chip:focus {
  background: #fff1ea;
  color: #9d5438;
}

.chip.is-active {
  border-color: #d88a9a;
  background: #fdf2f4;
  color: #9c334d;
}

.chip.is-active:hover,
.chip.is-active:focus {
  background: #fae8ec;
  color: #7a2148;
}

/* Reusable doctor card */
.doctor-card {
  display: block;
  overflow: hidden;
  background: #e9ecf1;
  color: inherit;
  height: 100%;
}

.doctor-card:hover {
  color: inherit;
}

.doctor-card__media {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #dfe5ec;
}

.doctor-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.doctor-card__body {
  padding: 14px 14px 16px;
}

.doctor-card__name {
  margin: 0 0 4px;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.doctor-card__specialty {
  margin: 0;
  color: #9c334d;
  font-size: 12px !important;
  line-height: 1.35;
}

/* Reusable section title */
.section-title {
  margin: 0 0 24px;
  color: var(--brand);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

/* Reusable white panel */
.panel-card {
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(50, 30, 45, 0.08);
}

/* Reusable gradient/photo hero — height follows content (no forced min-height) */
.hero-gradient {
  position: relative;
  overflow: hidden;
  min-height: 0;
  height: auto;
  padding: 28px 0 32px;
  background: linear-gradient(135deg, #8d2954 0%, #bf1c63 55%, #e54e23 100%);
  box-sizing: border-box;
}

.hero-gradient__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}

.hero-gradient__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    100deg,
    rgba(141, 41, 84, 0.88) 0%,
    rgba(191, 28, 99, 0.78) 48%,
    rgba(229, 78, 35, 0.62) 100%
  );
}

.hero-gradient__inner {
  position: relative;
  z-index: 2;
}

/* Reusable image hero banner (content over photo) */
.hero-image-banner {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.hero-image-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero-image-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.94) 40%,
    rgba(255, 255, 255, 0.72) 62%,
    rgba(255, 255, 255, 0.2) 100%
  );
}

.hero-image-banner__inner {
  position: relative;
  z-index: 2;
}

/* Reusable soft breadcrumb */
.breadcrumb-soft {
  margin: 0 0 14px;
  color: #888;
  font-size: 13px;
  line-height: 1.4;
}

.breadcrumb-soft a {
  color: #888;
  text-decoration: none;
}

.breadcrumb-soft a:hover,
.breadcrumb-soft a:focus {
  color: var(--brand);
}

/* Reusable mini stat cards */
.mini-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 102px;
  height: 100%;
  padding: 14px 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(40, 30, 35, 0.08);
  text-align: center;
}

.mini-stat-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: rgba(191, 28, 99, 0.08);
  color: var(--brand);
  font-size: 18px;
  line-height: 1;
}

.mini-stat-card__icon i {
  color: inherit;
  font-size: inherit;
  line-height: 1;
}

.mini-stat-card__icon--img {
  background: rgba(191, 28, 99, 0.08);
  padding: 8px;
}

.mini-stat-card__icon--img img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.mini-stat-card__icon--accent {
  color: #f5a623;
  background: rgba(245, 166, 35, 0.12);
}

.mini-stat-card__value {
  margin: 0 0 4px;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.mini-stat-card__value--brand {
  color: var(--brand);
}

.mini-stat-card__label {
  margin: 0;
  color: #888;
  font-size: 11px;
  line-height: 1.3;
}

/* Reusable location map panel */
.location-map-panel {
  padding: 28px;
  border: 1px solid #efefef;
  border-radius: 12px;
  background: #f7f7f7;
  box-shadow: none;
}

.location-map-panel__title {
  margin: 0 0 10px;
  color: #222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.location-map-panel__desc {
  margin: 0 0 18px;
  color: #777;
  font-size: 14px !important;
  line-height: 1.5;
  letter-spacing: 0 !important;
}

.location-map-panel__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.location-map-panel__link:hover,
.location-map-panel__link:focus {
  color: var(--brand-dark);
}

.map-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #eef1f4;
  min-height: 280px;
}

.map-card--gmap {
  min-height: 320px;
}

.map-card__img {
  display: block;
  width: 100%;
  min-height: 280px;
  object-fit: cover;
}

.map-card__gmap {
  display: block;
  width: 100%;
  height: 360px;
  min-height: 280px;
  border: 0;
  border-radius: 10px;
}

.map-pin {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(40, 30, 35, 0.12);
  color: #222;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.map-pin__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.map-nav {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 10px rgba(40, 30, 35, 0.12);
  color: #888;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
}

.map-nav:hover,
.map-nav:focus {
  background: #fff;
  color: var(--brand);
}

/* Reusable hospital location card */
.section-heading-left {
  margin: 0 0 20px;
  color: #222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.hospital-loc-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(40, 30, 35, 0.08);
}

.hospital-loc-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.hospital-loc-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hospital-loc-card__badge {
  position: absolute;
  left: 14px;
  bottom: -18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 3px solid;
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
  line-height: 1;
}

.hospital-loc-card__badge--pink {
  border-color: #e85d8a;
  color: #e85d8a;
}

.hospital-loc-card__badge--orange {
  border-color: #f0a050;
  color: #f0a050;
}

.hospital-loc-card__badge--green {
  border-color: #5cb85c;
  color: #5cb85c;
}

.hospital-loc-card__badge--purple {
  border-color: #9b6dd7;
  color: #9b6dd7;
}

.hospital-loc-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 28px 16px 16px;
}

.hospital-loc-card__head {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.hospital-loc-card__pin {
  flex: 0 0 auto;
  margin-top: 2px;
  font-size: 16px;
  line-height: 1;
}

.hospital-loc-card__pin--pink {
  color: #e85d8a;
}

.hospital-loc-card__pin--orange {
  color: #f0a050;
}

.hospital-loc-card__pin--green {
  color: #5cb85c;
}

.hospital-loc-card__pin--purple {
  color: #9b6dd7;
}

.hospital-loc-card__name {
  margin: 0;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.hospital-loc-card__address {
  margin: 0;
  color: #888;
  font-size: 12px !important;
  line-height: 1.35;
  letter-spacing: 0 !important;
}

.hospital-loc-card__rating {
  margin: 0 0 12px;
  color: #666;
  font-size: 12px !important;
  line-height: 1.4;
  letter-spacing: 0 !important;
}

.hospital-loc-card__rating-star {
  color: #f5a623;
}

.hospital-loc-card__label {
  margin: 0 0 8px;
  color: #333;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0 !important;
}

.tag-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 4px;
  background: #f3f3f3;
  color: #555;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.tag-pill-more {
  display: inline-flex;
  align-items: center;
  padding: 4px 0;
  color: #888;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.hospital-loc-card__actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.btn-outline-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 38px;
  padding: 6px 10px;
  border: 1.5px solid var(--brand);
  border-radius: 6px;
  background: #fff;
  color: var(--brand);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  background: var(--brand-soft);
  color: var(--brand-dark);
}

.btn-brand-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 38px;
  padding: 6px 10px;
  border: 0;
  border-radius: 6px;
  background: var(--brand);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.btn-brand-sm:hover,
.btn-brand-sm:focus {
  background: var(--brand-dark);
  color: #fff;
}

.hero-badge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 440px;
}

.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand) 0%, var(--cta) 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.hero-badge-pill__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 1;
}

.consult-card__note {
  margin: 10px 0 0;
  color: #999;
  font-size: 11px;
  font-style: italic;
  line-height: 1.4;
  text-align: center;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-kicker__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cta);
  flex: 0 0 auto;
}

.hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.hero-trust-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--cta);
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.consult-card {
  padding: 28px 24px;
}

.consult-card__title {
  margin: 0 0 20px;
  color: var(--brand);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.form-field {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: #f3f3f3;
  box-shadow: none;
}

.form-field:focus {
  background: #ececec;
  box-shadow: none;
}

.form-field::placeholder {
  color: #9a9a9a;
}

.captcha-dummy {
  min-height: 74px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background: #fafafa;
}

.captcha-dummy__box {
  width: 24px;
  height: 24px;
  border: 2px solid #c5c5c5;
  border-radius: 2px;
  background: #fff;
}

.captcha-dummy__logo {
  width: 46px;
  height: 46px;
  border-radius: 4px;
  background: #eef2f8;
  color: #6b7c93;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

/* Reusable feature / why-choose item */
.feature-item {
  text-align: center;
  padding: 8px 10px;
}

.feature-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  color: var(--brand);
  font-size: 28px;
  line-height: 1;
}

.feature-item__icon--img {
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.feature-item__icon--img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-item__title {
  margin: 0 0 4px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.feature-item__text {
  margin: 0;
  color: #6a5a63;
  font-size: 12px !important;
  line-height: 1.35;
  letter-spacing: 0 !important;
}

/* Reusable why choose section */
.why-choose {
  background: #fafafa;
}

.why-choose__panel {
  padding: 28px 12px;
}

.why-choose__item {
  position: relative;
  height: 100%;
  padding: 12px 16px;
}

@media (min-width: 1200px) {
  .why-choose__item {
    padding: 8px 18px;
  }

  .why-choose .col:not(:last-child) .why-choose__item::after {
    content: "";
    position: absolute;
    top: 12%;
    right: 0;
    width: 1px;
    height: 76%;
    background: #ece6e9;
  }
}

@media (max-width: 1199.98px) {
  .why-choose__panel {
    padding: 20px 10px;
  }
}

/* Reusable dark why choose bar */
.why-choose-bar {
  overflow: hidden;
  padding: 24px 12px;
  border-radius: 10px;
  background: var(--brand);
}

.why-choose-bar__item {
  height: 100%;
  padding: 10px 12px;
  text-align: center;
}

.why-choose-bar__icon {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.why-choose-bar__icon img {
  display: block;
  margin: 0 auto;
}

.why-choose-bar__text {
  margin: 0;
  color: #fff;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0 !important;
}

@media (min-width: 1200px) {
  .why-choose-bar__item {
    position: relative;
    padding: 8px 14px;
  }

  .why-choose-bar .col:not(:last-child) .why-choose-bar__item::after {
    content: "";
    position: absolute;
    top: 12%;
    right: 0;
    width: 1px;
    height: 76%;
    background: rgba(255, 255, 255, 0.22);
  }
}

/* Reusable institutes of excellence section */
.excellence-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.excellence-section__map {
  position: absolute;
  inset: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 90% auto;
  opacity: 0.07;
  pointer-events: none;
}

.excellence-section__inner {
  position: relative;
}

.excellence-section__title {
  margin: 0 0 12px;
  color: #222;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.excellence-section__desc {
  max-width: 720px;
  margin: 0 auto 28px;
  color: #666;
  font-size: 14px !important;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0 !important;
}

.specialty-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  height: 100%;
  padding: 16px 10px;
  border-radius: 10px;
  background: #f8f8f8;
  text-align: center;
}

.specialty-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #d32f2f 0%, #f57c00 100%);
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.specialty-card__label {
  margin: 0;
  color: #444;
  font-size: 13px !important;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0 !important;
}

/* Reusable FAQ section block */
.faq-section {
  background: #f7f5f6;
}

.faq-section__heading {
  margin-bottom: 24px;
}

.faq-section__more {
  margin-top: 28px;
}

/* Reusable badge */
.badge-soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 6px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Reusable accent helpers */
.text-accent {
  color: var(--accent) !important;
}

.font-display {
  font-family: "Playfair Display", Georgia, serif;
}

.btn-outline-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 28px;
  border: 1.5px solid var(--accent);
  border-radius: 6px;
  background: var(--white);
  color: var(--accent);
  font-size: 15px;
  font-weight: 600;
}

.btn-outline-cta:hover,
.btn-outline-cta:focus {
  background: var(--accent-soft);
  color: var(--accent);
  border-color: var(--accent);
}

/* Reusable case study card */
.case-card {
  display: block;
  height: 100%;
  color: inherit;
}

.case-card:hover {
  color: inherit;
}

.case-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #e9eef3;
  /* aspect-ratio: 16 / 11; */
}

.case-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.case-card__overlay {
  position: absolute;
  left: 14px;
  bottom: 14px;
  right: 14px;
  max-width: 78%;
}

.case-card__tag {
  display: inline-block;
  margin-bottom: 6px;
  padding: 6px 10px;
  background: var(--brand);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.case-card__caption {
  margin: 0;
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.7);
}

.case-card__body {
  padding-top: 14px;
}

.case-card__title {
  margin: 0 0 8px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.case-card__link {
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
}

.case-card__link:hover {
  color: var(--cta-hover);
}

/* Reusable section description */
.section-desc {
  color: #8a8a8a;
  font-size: 14px !important;
  line-height: 1.5;
}

/* Reusable filter group active state */
.filter-group .btn.is-active,
.filter-group .btn-brand {
  background: var(--brand);
  color: #fff;
  min-width: auto;
}

.filter-group .btn-outline-soft.is-active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

/* Reusable feedback card */
.feedback-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px 18px 16px;
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #fff;
}

.feedback-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.feedback-card__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.feedback-card__name {
  margin: 0 0 2px;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.feedback-card__date {
  margin: 0;
  color: #9a9a9a;
  font-size: 12px;
  line-height: 1.2;
}

.feedback-card__text {
  flex: 1 1 auto;
  margin: 0 0 16px;
  color: #444;
  font-size: 14px;
  line-height: 1.55;
}

.feedback-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.feedback-card__stars {
  color: #f5b301;
  font-size: 14px;
  letter-spacing: 1px;
}

.feedback-card__source {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  color: #4285f4;
  font-size: 13px;
  font-weight: 700;
}

/* Reusable carousel nav */
.carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #bdbdbd;
  font-size: 22px;
  transform: translateY(-50%);
}

.carousel-nav:hover,
.carousel-nav:focus {
  color: #888;
  background: transparent;
}

.carousel-nav--prev {
  left: -8px;
}

.carousel-nav--next {
  right: -8px;
}

/* Reusable info content panel */
.info-panel {
  padding: 28px 28px 24px;
  border: 1px solid #ececec;
  box-shadow: 0 6px 24px rgba(40, 30, 35, 0.06);
}

.info-panel h2 {
  margin: 0 0 16px;
  color: #222;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
}

.info-panel p {
  margin: 0 0 14px;
  color: #666;
  font-size: 14px !important;
  line-height: 1.65;
}

.info-panel__text:last-of-type {
  margin-bottom: 22px;
}

.info-panel h3 {
  margin: 0 0 12px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.info-panel ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.info-panel ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  color: #666;
  font-size: 14px;
  line-height: 1.55;
}

.info-panel ul li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cta);
}

/* Cost stats — 5 separate white cards (design match) */
.stat-bar {
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.stat-bar__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
}

.stat-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 22px 14px 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: none;
}

.stat-bar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: #bf1c63;
  font-size: 28px;
  line-height: 1;
}

.stat-bar__icon i {
  color: inherit;
  font-size: inherit;
}

.stat-bar__icon--img img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.stat-bar__grid--dynamic {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.stat-bar__value {
  margin: 0 0 6px;
  color: #2a2a2a;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.stat-bar__label {
  margin: 0;
  color: #9a9a9a;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0 !important;
}

@media (max-width: 1199.98px) {
  .stat-bar__value {
    font-size: 18px;
  }

  .stat-bar__label {
    font-size: 13px !important;
  }
}

@media (max-width: 991.98px) {
  .stat-bar__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .stat-bar__item {
    min-height: 128px;
    padding: 18px 12px;
  }

  .stat-bar__value {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .stat-bar__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .stat-bar__item {
    min-height: 120px;
    padding: 16px 10px;
  }

  .stat-bar__icon {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .stat-bar__value {
    font-size: 16px;
  }

  .stat-bar__label {
    font-size: 12px !important;
  }
}

/* Reusable maroon content block */
.content-block__title {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.content-block__text {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 14px;
  line-height: 1.65;
}

/* Reusable info text block (grey body) */
.info-block h2 {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.info-block h3 {
  margin: 20px 0 14px;
  color: var(--brand);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.info-block p {
  margin: 0 0 14px;
  color: #555;
  font-size: 16px !important;
  line-height: 1.65;
  letter-spacing: 0 !important;
}

.info-block__text:last-child {
  margin-bottom: 0;
}

.star-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.star-list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  color: var(--brand);
  font-size: 14px;
  line-height: 1.5;
}

.star-list li::before {
  content: "*";
  position: absolute;
  left: 0;
  font-weight: 700;
}

.star-list li:last-child {
  margin-bottom: 0;
}

/* Reusable benefit icon items */
.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.benefit-item__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #f3eaf2;
  color: var(--brand);
  font-size: 30px;
  line-height: 1;
  overflow: hidden;
}

.benefit-item__icon-img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.benefit-item__text {
  margin: 0;
  color: var(--brand);
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.35;
}

/* Reusable candidate CTA banner */
.candidate-banner {
  background: #fff;
}

.candidate-banner__inner {
  padding: 28px 24px;
  border-radius: 10px;
  background: var(--brand);
}

.candidate-banner__title {
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
}

.candidate-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.candidate-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.candidate-checklist li:last-child {
  margin-bottom: 0;
}

/* Font Awesome 4 check in light rounded square (design match) */
.candidate-checklist__tick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 3px;
  background: #fff;
  color: #bf1c63;
  line-height: 1;
}

.candidate-checklist__tick .fa {
  font-family: FontAwesome;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #bf1c63;
}

/* Reusable cost data table */
.cost-table__title {
  margin: 0 0 16px;
  color: var(--brand);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.cost-table {
  margin-bottom: 32px;
  border-collapse: separate;
  border-spacing: 1;
  overflow: hidden;
}

.cost-table:last-child {
  margin-bottom: 0;
}

.cost-table thead th {
  padding: 14px 16px;
  border: 0;
  background: var(--brand);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.cost-table tbody td {
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid #f0e4ea;
  background: #fff5f5;
  color: var(--brand);
  font-size: 14px;
  line-height: 1.4;
  vertical-align: middle;
}

.cost-table tbody tr:last-child td {
  border-bottom: 0;
}

.cost-table tbody td:not(:first-child) {
  text-align: center;
  white-space: nowrap;
}

.cost-table thead th:not(:first-child) {
  text-align: center;
}

/* Reusable factor / reason cards */
.factor-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  height: 100%;
  padding: 18px 16px;
  border-radius: 8px;
  background: #fef2e8;
}

.factor-card__icon {
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  font-size: 32px;
  line-height: 1;
}

.factor-card__icon--img {
  width: 42px;
  height: 42px;
}

.factor-card__icon-img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.factor-card__icon i {
  color: inherit;
}

.factor-card__title {
  margin: 0 0 4px;
  color: var(--brand);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.factor-card__text {
  margin: 0;
  color: var(--brand);
  font-size: 14px !important;
  line-height: 1.45;
  letter-spacing: 0 !important;
}

/* Reusable extended doctor card */
.doctor-card--panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(40, 30, 35, 0.06);
  color: inherit;
}

.doctor-card--panel:hover {
  color: inherit;
}

.doctor-card--panel .doctor-card__name {
  color: var(--brand);
}

.doctor-card__role,
.doctor-card__exp {
  margin: 0 0 2px;
  color: #666;
  font-size: 12px !important;
  line-height: 1.35;
  letter-spacing: 0 !important;
  font-weight: 500;
}

.doctor-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  color: #444;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.doctor-card__rating-score {
  color: #444;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
}

.doctor-card__stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  line-height: 1;
}

.doctor-card__star {
  font-size: 12px;
  line-height: 1;
}

.doctor-card__star--full {
  color: #f5a623;
}

.doctor-card__star--empty {
  color: #f5a623;
}

.doctor-card__footer {
  margin-top: auto;
}

.doctor-card__btn {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-top: 1px solid #f0e8ec;
  background: #fdf2f4;
  color: var(--brand);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.doctor-card__btn:hover,
.doctor-card__btn:focus {
  background: #fae8ec;
  color: var(--brand-dark);
}

.section-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.section-header-row__title {
  margin: 0;
  color: var(--brand);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.section-header-row__link {
  color: var(--brand);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.section-header-row__link:hover,
.section-header-row__link:focus {
  color: var(--brand-dark);
}

/* Reusable CTA banner */
.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 18px 24px;
  background: var(--brand);
}
.cta-section{
  padding: 30px 0 20px 0;
}
.cta-banner--compact {
  margin-top: 0;
  padding: 25px 80px;
  border-radius: 0 !important;
}

.cta-banner__text {
  margin: 0;
  color: #fff;
  font-size: 28px !important;
  font-weight: 700;
  letter-spacing: 0.02em !important;
  text-transform: uppercase;
}

.btn-call-inverse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 28px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--brand);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.btn-call-inverse--sm {
  min-height: 34px;
  padding: 6px 22px;
  border-radius: 4px;
  font-size: 15px !important;
  font-weight: 600;
  letter-spacing: 0 !important;
}

.btn-call-inverse:hover,
.btn-call-inverse:focus {
  background: #fff;
  color: var(--brand-dark);
}

@media (max-width: 767.98px) {
  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-banner .btn-call-inverse {
    width: 100%;
  }
}

/* Reusable cost tag pills */
.cost-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.cost-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 14px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #f8f8f8 0%, #ececec 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  color: #444;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.cost-tag:hover,
.cost-tag:focus {
  background: linear-gradient(180deg, #f2f2f2 0%, #e4e4e4 100%);
  color: #222;
}

.cost-section-title {
  margin: 0;
  color: var(--brand);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.cost-section-subtitle {
  margin: 0;
  color: var(--brand);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.form-select-soft {
  min-height: 44px;
  min-width: 180px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background-color: #fff;
  color: #444;
  font-size: 14px;
  box-shadow: none;
}

.form-select-soft:focus {
  border-color: #ccc;
  box-shadow: none;
}

.form-select-pill {
  width: auto;
  min-width: 200px;
  height: 34px;
  min-height: 34px;
  padding: 2px 28px 2px 12px;
  border: 1px solid #d6d6d6;
  border-radius: 999px;
  background-color: #fff;
  color: #aaa;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  flex: 0 0 auto;
  box-shadow: none;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 10px center;
  background-size: 10px 8px;
}

.form-select-pill:focus {
  border-color: #ccc;
  box-shadow: none;
  color: #888;
}

/* Reusable centered section heading */
.section-heading {
  margin: 0 0 8px;
  color: #222;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

.section-heading-wrap {
  margin-bottom: 28px;
  text-align: center;
}

.section-heading-wrap .section-desc {
  max-width: 720px;
  margin: 0 auto;
  letter-spacing: 0 !important;
}

/* Reusable award card */
.award-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(40, 30, 35, 0.08);
  text-align: center;
}

.award-card__emblem {
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 34px;
  line-height: 1;
}

.award-card__emblem--purple {
  color: #7b3f98;
  background: #f6effa;
}

.award-card__emblem--orange {
  color: #d96a4b;
  background: #fff3ee;
}

.award-card__emblem--blue {
  color: #2f6fad;
  background: #eef4fb;
  font-size: 22px;
  font-weight: 800;
}

.award-card__emblem--pink {
  color: #c43d67;
  background: #fdf0f4;
  font-size: 18px;
  font-weight: 800;
}

.award-card__emblem--image {
  height: auto;
  border-radius: 8px;
  background: transparent;
  padding: 4px;
}

.award-card__emblem--image img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.award-card__text {
  margin: 0;
  color: #555;
  font-size: 11px !important;
  line-height: 1.45;
  letter-spacing: 0 !important;
}

.award-card__text strong {
  display: block;
  margin-bottom: 4px;
  color: #333;
  font-size: 12px;
}

/* Reusable awards section background */
.awards-section {
  background: #f7f5f6;
}

/* Reusable FAQ accordion */
.faq-item {
  border: 1px solid #e8e0e6;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 12px 16px;
  border: 0;
  background: #fff;
  color: #2f2a34;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
}

.faq-chevron {
  position: relative;
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
}

.faq-chevron::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--brand);
  border-bottom: 2px solid var(--brand);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.faq-item.open .faq-chevron::before {
  top: 5px;
  transform: rotate(225deg);
}

.faq-answer {
  display: none;
  padding: 0 16px 14px;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-answer p {
  margin: 0;
  color: #655c6b;
  font-size: 12px !important;
  line-height: 1.6;
  letter-spacing: 0 !important;
}

/* Reusable plain FAQ list */
.faq-list--plain .faq-item {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
  margin: 0;
  background: transparent;
}

.faq-list--plain .faq-question {
  min-height: 52px;
  padding: 14px 0;
  background: transparent;
  font-size: 14px;
}

.faq-list--plain .faq-answer {
  padding: 0 0 14px;
}

.faq-list--plain .faq-chevron::before {
  border-color: #888;
}
