.home-refresh {
  background: #f6f0e7;
  color: #17314b;
  font-family: Montserrat, Roboto, Arial, sans-serif;
}

.home-wrap,
.home-grid {
  width: min(1120px, calc(100% - 34px));
  margin: 0 auto;
}

.home-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.home-hero {
  position: relative;
  padding: 136px 0 96px;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position: 72% center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-bottom: 4px solid #c19a4a;
}

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

.home-hero-carousel {
  position: relative;
  overflow: hidden;
  background:#0e3559;
}

.home-hero-track {
  position: relative;
  min-height: 640px;
}

.home-hero-slide {
  display: none;
}

.home-hero-slide.is-active {
  display: block;
}

.home-hero--surgery-banner {
  padding: 118px 0 84px;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.96) 0%, rgba(255, 250, 240, 0.9) 50%, rgba(255, 250, 240, 0.72) 100%),
    repeating-linear-gradient(0deg, rgba(14, 53, 89, 0.08) 0, rgba(14, 53, 89, 0.08) 1px, transparent 1px, transparent 56px),
    repeating-linear-gradient(90deg, rgba(14, 53, 89, 0.08) 0, rgba(14, 53, 89, 0.08) 1px, transparent 1px, transparent 56px);
  color: #0e3559;
}

.hero-banner-wrap {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  gap: 44px;
  align-items: center;
}

.hero-banner-doctor {
  align-self: end;
}

.hero-banner-photo {
  overflow: hidden;
  max-width: 390px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(14, 53, 89, 0.22);
}

.hero-banner-photo img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center top;
}

.hero-banner-content {
  max-width: 720px;
}

.hero-banner-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1f6b69, #2d8581);
  color: #d7b873;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-hero--surgery-banner h1 {
  max-width: 760px;
  color: #0e3559;
  font-size: 50px;
  line-height: 1.12;
}

.hero-banner-line {
  max-width: 760px !important;
  margin: 14px 0 0 !important;
  color: #263b4d !important;
  font-size: 26px !important;
  font-weight: 800;
  line-height: 1.35 !important;
}

.hero-banner-emphasis {
  margin: 8px 0 0 !important;
  color: #2d8b45 !important;
  font-size: 28px !important;
  font-weight: 900;
  line-height: 1.25 !important;
}

.hero-banner-actions {
  margin-top: 28px;
}

.hero-banner-actions a {
  min-height: 56px;
  padding: 0 26px;
  font-size: 17px;
  box-shadow: 0 14px 28px rgba(14, 53, 89, 0.16);
}

.hero-banner-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
  padding: 15px 18px;
  border-radius: 6px;
  background: #0e3559;
  color: #fff;
}

.hero-banner-metrics span {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.hero-banner-metrics i {
  color: #d7b873;
}

.hero-banner-metrics strong {
  color: #fff;
}

.hero-slider-controls {
  position: absolute;
  right: auto;
  left: max(28px, calc((100vw - 1120px) / 2));
  bottom: 30px;
  z-index: 4;
  display: flex;
  gap: 12px;
  align-items: center;
}

.hero-slider-arrow,
.hero-slider-dot {
  border: 0;
  cursor: pointer;
}

.hero-slider-arrow {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(14, 53, 89, 0.9);
  color: #fff;
  font-size: 22px;
}

.hero-slider-dots {
  display: flex;
  gap: 8px;
}

.hero-slider-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
}

.hero-slider-dot.is-active {
  width: 28px;
  border-radius: 999px;
  background: #d7b873;
}

.hero-quick-actions {
  position: absolute;
  top: 28px;
  right: max(28px, calc((100vw - 1120px) / 2));
  z-index: 3;
  display: flex;
  gap: 12px;
  align-items: center;
}

.hero-quick-actions a,
.hero-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.hero-phone {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 4px;
  background: rgba(7, 24, 44, 0.72);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
}

.hero-phone i {
  margin-right: 10px;
  color: #d7b873;
}

.hero-whatsapp,
.hero-book {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

.hero-whatsapp {
  background: #1faa43;
  min-width: 206px;
}

.hero-book {
  background: #e6581f;
}

.hero-whatsapp i,
.hero-book i {
  margin-right: 12px;
  font-size: 22px;
}

.hero-socials {
  position: absolute;
  right: max(28px, calc((100vw - 1120px) / 2));
  bottom: 30px;
  z-index: 3;
  display: flex;
  gap: 12px;
}

.hero-socials a {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: #fff;
  font-size: 23px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
}

.hero-socials .instagram {
  background: linear-gradient(135deg, #f9ce34, #ee2a7b 48%, #6228d7);
}

.hero-socials .facebook {
  background: #1877f2;
}

.hero-socials .youtube {
  background: #ff0000;
}

.home-hero .eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  color: #d7b873;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.home-hero h1,
.home-section h2 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.home-hero h1 {
  max-width: 640px;
  font-size: 48px;
  line-height: 1.15;
}

.home-hero .lead,
.home-section p {
  max-width: 620px;
  line-height: 1.8;
}

.home-hero .lead {
  margin: 0 0 24px;
  color: #edf4fb;
  font-size: 17px;
}

.hero-stats,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-stats {
  margin: 0 0 22px;
}

.hero-stats span {
  min-width: 170px;
  padding: 14px 16px;
  border: 1px solid rgba(215, 184, 115, 0.42);
  border-radius: 8px;
  background: rgba(7, 24, 44, 0.64);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
}

.hero-stats strong {
  display: block;
  color: #d7b873;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
}

.hero-note {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(7, 24, 44, 0.62);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.3px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
}

.hero-note span {
  padding-left: 12px;
  border-left: 1px solid rgba(215, 184, 115, 0.5);
  color: #d7b873;
}

.hero-actions {
  margin-top: 26px;
}

.hero-actions a,
.mobile-sticky-cta a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 4px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.hero-actions a:first-child,
.cta-band .hero-actions a:first-child,
.mobile-sticky-cta a:first-child {
  background: #0e3559;
}

.hero-actions a:nth-child(2),
.cta-band .hero-actions a:nth-child(2),
.mobile-sticky-cta a:nth-child(2) {
  background: #14903f;
}

.hero-actions a:last-child {
  background: #b4822b;
}

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

.home-section.soft {
  background: #fff8ed;
}

.home-section h2 {
  font-size: 34px;
}

.home-section p {
  margin: 0;
  color: #4f6276;
  font-size: 16px;
}

.home-section p a {
  color: #0e3559;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: #c39743;
}

.section-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  color: #1f6b69;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.doctor-feature {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 52px;
  align-items: center;
  width: min(1240px, calc(100% - 34px));
  margin: 0 auto;
  padding: 54px 44px;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 7% 56%, rgba(195, 151, 67, 0.16), transparent 2%),
    radial-gradient(circle at 96% 16%, rgba(195, 151, 67, 0.16), transparent 2%),
    linear-gradient(135deg, #fffaf0, #fbf1dc);
  box-shadow: none;
}

.doctor-feature .intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.doctor-feature .intro-copy h2 {
  position: relative;
  max-width: 720px;
  margin-bottom: 26px;
  color: #0d2541;
  font-size: 42px;
  line-height: 1.12;
}

.doctor-feature .intro-copy h2::after {
  display: block;
  width: 260px;
  height: 16px;
  margin: 12px auto 0 44%;
  content: "";
  background: linear-gradient(90deg, transparent, #c39743, transparent);
  clip-path: ellipse(50% 22% at 50% 50%);
}

.doctor-feature .intro-copy p {
  max-width: 690px;
  color: #17273a;
  font-size: 18px;
  line-height: 1.72;
}

.home-intro ul,
.compare-card ul {
  display: grid;
  gap: 14px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.home-intro li,
.compare-card li {
  position: relative;
  padding-left: 28px;
  color: #34475b;
}

.home-intro li::before,
.compare-card li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: #c39743;
  font-weight: 800;
}

.doctor-box,
.treatment-card,
.compare-card,
.credential-card,
.mipsi-card,
.faq-card,
.video-card,
.blog-card {
  overflow: hidden;
  border: 1px solid #e3d6bc;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 13px 28px rgba(32, 42, 54, 0.1);
}

.doctor-box {
  position: relative;
  border: 5px solid #124b4c;
  border-radius: 8px;
  background: #124b4c;
  box-shadow: 0 24px 56px rgba(10, 40, 54, 0.24);
}

.doctor-box img,
.treatment-card img,
.blog-card img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.doctor-box img {
  height: 300px;
  object-position: center top;
}

.doctor-box div {
  padding: 28px 24px 26px;
  background: linear-gradient(135deg, #062f3c, #093d42);
  color: #fff;
  text-align: center;
}

.doctor-box strong,
.doctor-box em,
.doctor-box span,
.doctor-box small {
  display: block;
}

.doctor-box em {
  margin-top: 10px;
  color: #fff;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1px;
}

.doctor-box span {
  color: #f2d28a;
  margin-top: 10px;
}

.doctor-box strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  letter-spacing: 0.4px;
}

.doctor-badge {
  display: none;
}

.care-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 30px;
}

.care-highlights article {
  display: grid;
  grid-template-columns: 74px 1fr 50px;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 30px rgba(14, 53, 89, 0.12);
}

.care-icon,
.care-check {
  display: grid !important;
  width: 54px;
  height: 54px;
  margin: 0 !important;
  place-items: center;
  border-radius: 50%;
}

.care-icon {
  border: 2px solid #c39743;
  background: #fff7e8;
  color: #1f6b69;
  font-size: 24px;
}

.care-check {
  justify-self: end;
  background: #0e3559;
  color: #d7b873;
  font-size: 20px;
}

.care-icon i,
.care-check i {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  line-height: 1;
}

.care-highlights article > strong {
  display: block;
}

.care-highlights article > strong {
  color: #0e3559;
  font-size: 18px;
  line-height: 1.45;
}

.doctor-profile-link {
  display: inline-flex;
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 4px;
  background: #c39743;
  color: #0e3559;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.doctor-profile-link:hover {
  color: #0e3559;
  text-decoration: none;
}

.center-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 28px !important;
  text-align: center;
}

.center-title::before,
.center-title::after {
  width: 160px;
  height: 1px;
  content: "";
  background: #c9b996;
}

.section-kicker {
  max-width: 720px !important;
  margin: -12px auto 28px !important;
  text-align: center;
}

.review-section-head,
.faq-section-head {
  max-width: 820px;
  margin: 0 auto 32px;
  text-align: center;
}

.review-section-head h2,
.faq-section-head h2 {
  margin-bottom: 14px;
  color: #0d2541;
  font-size: 38px;
}

.review-section-head p,
.faq-section-head p {
  margin: 0 auto;
}

.treatment-grid,
.credential-grid,
.video-grid,
.blog-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.faq-grid {
  grid-template-columns: repeat(2, 1fr);
}

.review-grid {
  gap: 22px;
}

.patient-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(290px, 0.7fr);
  gap: 22px;
  align-items: start;
}

.patient-story-groups {
  display: grid;
  gap: 22px;
}

.patient-story-group {
  padding: 22px;
  border: 1px solid #ded1b8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(14, 53, 89, 0.12);
}

.patient-story-head {
  margin-bottom: 16px;
}

.patient-story-head h3 {
  margin: 0 0 6px;
  color: #0d2541;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.patient-story-head p {
  margin: 0;
  color: #496174;
}

.patient-story-grid {
  display: grid;
  gap: 14px;
}

.story-grid-seven {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.story-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.story-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.patient-story-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 170px;
  aspect-ratio: 9 / 16;
  padding: 0;
  border: 1px solid #d7c8af;
  border-radius: 6px;
  background: #102f4f;
  box-shadow: 0 12px 28px rgba(14, 53, 89, 0.14);
}

.patient-story-card-link {
  text-decoration: none;
}

.patient-story-card img,
.patient-story-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.patient-story-card span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  font-size: 20px;
  z-index: 2;
}

.patient-story-card-link span {
  width: 54px;
  height: 54px;
  background: rgba(220, 61, 122, 0.88);
  font-size: 22px;
}

.patient-story-cta {
  padding: 30px 24px;
  border: 1px solid #26496f;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(8, 31, 56, 0.95), rgba(14, 53, 89, 0.92)), url("../images/neuro-slider.webp") center/cover;
  color: #fff;
  box-shadow: 0 18px 40px rgba(14, 53, 89, 0.18);
}

.patient-story-cta h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1.15;
}

.patient-story-cta p {
  margin: 0;
  color: #e7eef7;
}

.patient-story-actions {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.patient-story-actions .hero-phone,
.patient-story-actions .hero-whatsapp {
  justify-content: center;
  width: 100%;
}

.treatment-grid {
  grid-template-columns: repeat(6, 1fr);
}

.condition-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.condition-tile {
  overflow: hidden;
  position: relative;
  display: block;
  border: 1px solid #ded1b8;
  border-radius: 4px;
  background: #fff;
  color: #0e3559;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(14, 53, 89, 0.1);
}

.condition-tile img {
  display: block;
  width: 100%;
  height: 112px;
  object-fit: cover;
}

.condition-tile span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  margin-top: -15px;
  place-items: center;
  border-radius: 50%;
  background: #fff8ed;
  color: #1f6b69;
  box-shadow: 0 6px 16px rgba(14, 53, 89, 0.16);
}

.condition-tile h3 {
  margin: 0;
  min-height: 52px;
  padding: 6px 8px 12px;
  color: #0e3559;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.25;
}

.surgery-compare-strip {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.05fr;
  overflow: hidden;
  margin-top: 22px;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(14, 53, 89, 0.14);
}

.compare-label {
  display: table;
  margin: 0 auto 8px;
}

.compare-heading {
  display: block;
  max-width: 780px;
  margin: 0 auto 12px !important;
  color: #0e3559;
  text-align: center;
  font-size: 34px;
  line-height: 1.18;
}

.compare-heading::before,
.compare-heading::after {
  display: none;
}

.compare-intro {
  max-width: 720px;
  margin: 0 auto;
  color: #4f6276;
  text-align: center;
  font-size: 22px;
  line-height: 1.70;
}

.compare-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.compare-badge {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid #e6d8be;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(14, 53, 89, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.compare-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(14, 53, 89, 0.14);
}

.compare-badge-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #0e3559, #1f6b69);
  color: #f2d28a;
  font-size: 19px;
  box-shadow: inset 0 0 0 3px rgba(242, 210, 138, 0.18);
}

.compare-badge-copy strong {
  display: block;
  color: #0e3559;
  font-size: 15px;
  line-height: 1.32;
}

.compare-badge-copy {
  min-width: 0;
}

.surgery-panel {
  padding: 30px 26px;
  color: #fff;
}

.panel-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff8ed;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.surgery-panel h3 {
  margin: 0 0 14px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.2;
}

.surgery-panel ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.surgery-panel li {
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.45;
}

.surgery-panel li::before {
  margin-right: 10px;
  content: "✓";
  color: #d7b873;
}

.surgery-panel.traditional {
  background: linear-gradient(135deg, #0b2a47, #123c60);
}

.surgery-panel.advanced {
  background: #0e3559;
}

.surgery-media {
  position: relative;
  min-height: 230px;
  color: #fff;
  text-decoration: none;
}

.surgery-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.surgery-media span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  min-width: 126px;
  min-height: 46px;
  padding: 0 18px;
  transform: translate(-50%, -50%);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  background: rgba(8, 31, 56, 0.78);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 14px 28px rgba(8, 31, 56, 0.28);
}

.surgery-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(8, 31, 56, 0), rgba(8, 31, 56, 0.18));
}

.compare-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.compare-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 4px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(14, 53, 89, 0.16);
}

.compare-actions a{
  min-height:50px;
  padding: 0 24px;
  background: linear-gradient(135deg, #1f6b69, #2d8581);
  box-shadow: 0 14px 28px rgba(31, 107, 105, 0.22);
}

.compare-actions a+a{
  background: #0e3559;
}

@media (max-width: 900px) {
  .compare-heading {
    max-width: 100%;
    font-size: 30px;
  }

  .surgery-compare-strip {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .compare-badges {
    grid-template-columns: 1fr;
    margin-top: 14px;
  }

  .surgery-panel {
    padding: 28px 22px;
  }

  .compare-badge {
    min-height: auto;
  }

  .surgery-media {
    min-height: 240px;
  }

  .surgery-media img {
    min-height: 240px;
  }
}

@media (max-width: 560px) {
  .compare-badges {
    gap: 10px;
  }

  .compare-badge {
    grid-template-columns: 44px 1fr;
    padding: 11px 12px;
  }

  .compare-badge-icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .compare-actions {
    width: 100%;
  }

  .compare-actions a {
    width: 100%;
  }

  .compare-primary {
    min-height: 48px;
  }
}

.mipsi-technique-band {
  background: linear-gradient(180deg, #ffffff 0%, #f6efe2 100%);
}

.mipsi-technique-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr;
  gap: 26px;
  align-items: stretch;
}

.mipsi-technique-copy {
  padding: 34px;
  border-radius: 8px;
  background: linear-gradient(145deg, #0b2a47, #123c60);
  box-shadow: 0 18px 42px rgba(14, 53, 89, 0.16);
}

.mipsi-technique-copy .section-label {
  background: rgba(215, 184, 115, 0.16);
  color: #f7df9d;
}

.mipsi-technique-copy h2 {
  margin: 14px 0 16px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.14;
}

.mipsi-technique-copy p {
  margin: 0 0 18px;
  color: #dce8f2;
  font-size: 16px;
  line-height: 1.78;
}

.mipsi-technique-copy ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.mipsi-technique-copy li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #fff;
  font-weight: 800;
  line-height: 1.45;
}

.mipsi-technique-copy li::before {
  content: "✓";
  color: #d7b873;
}

.mipsi-technique-copy a {
  background: #d7b873;
  color: #0e3559;
  box-shadow: none;
}

.mipsi-condition-panel {
  padding: 30px;
  border: 1px solid rgba(14, 53, 89, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(14, 53, 89, 0.08);
}

.mipsi-condition-panel > span {
  display: block;
  margin-bottom: 18px;
  color: #1f6b69;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.mipsi-condition-panel > span::after {
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: #d7b873;
  content: "";
}

.mipsi-condition-panel p {
  color: #4f6276;
}

.mipsi-condition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mipsi-condition-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  min-height: 112px;
  align-content: center;
  padding: 16px;
  border: 1px solid rgba(14, 53, 89, 0.1);
  border-radius: 8px;
  background: #fbfcfd;
  color: #0e3559;
  text-decoration: none;
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mipsi-condition-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(14, 53, 89, 0.1);
}

.mipsi-condition-card i {
  display: grid;
  width: 44px;
  height: 44px;
  grid-row: span 2;
  margin: 0;
  place-items: center;
  border-radius: 50%;
  background: #0e3559;
  color: #d7b873;
  font-size: 19px;
}

.mipsi-condition-card strong {
  display: block;
  margin: 0;
  color: #0e3559;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.2;
}

.mipsi-condition-card small {
  display: block;
  color: #4f6276;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.mipsi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.mipsi-showcase {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 24px;
  align-items: stretch;
}

.mipsi-media {
  overflow: hidden;
  border-radius: 8px;
  background: #0e3559;
  box-shadow: 0 18px 44px rgba(14, 53, 89, 0.18);
}

.mipsi-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.mipsi-card {
  padding: 24px;
  background: linear-gradient(135deg, #fff, #fff7e8);
}

.mipsi-card span {
  display: block;
  margin-bottom: 12px;
  color: #0e3559;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
}

.mipsi-card i {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 50%;
  background: #0e3559;
  color: #d7b873;
  font-size: 20px;
}

.credential-grid {
  grid-template-columns: repeat(4, 1fr);
}

.credential-card {
  padding: 26px 20px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff, #fff8ed);
}

.credential-card i {
  display: grid;
  width: 50px;
  height: 50px;
  margin: 0 auto 16px;
  place-items: center;
  border-radius: 50%;
  background: #0e3559;
  color: #d7b873;
  font-size: 22px;
}

.credential-card span,
.credential-card small {
  display: block;
  color: #4f6276;
  font-size: 13px;
  font-weight: 800;
}

.credential-card strong {
  display: block;
  margin: 10px 0;
  color: #0e3559;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.2;
}

.credential-card small {
  color: #9b6f2d;
}

.faq-card {
  position: relative;
  padding: 28px 28px 28px 88px;
  background: linear-gradient(135deg, #fff, #fff8ed);
}

.faq-card h3 {
  margin: 0 0 12px;
  color: #0e3559;
  font-size: 20px;
  line-height: 1.35;
}

.faq-card > span {
  position: absolute;
  top: 28px;
  left: 24px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #0e3559;
  color: #d7b873;
  font-weight: 900;
}

.faq-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  padding: 18px 22px;
  max-width: 620px;
  border-radius: 8px;
  background: #0e3559;
  color: #fff;
}

.faq-cta a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 18px;
  border-radius: 4px;
  background: #14903f;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.local-seo {
  text-align: center;
}

.local-seo h2,
.local-seo p,
.local-seo .hero-actions {
  margin-right: auto;
  margin-left: auto;
}

.local-seo .hero-actions {
  justify-content: center;
}

.map-embed {
  overflow: hidden;
  margin: 26px auto 0;
  max-width: 880px;
  border: 1px solid #d8c49f;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(14, 53, 89, 0.12);
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
}

.treatment-card,
.blog-card {
  color: inherit;
  text-decoration: none;
}

.treatment-card img,
.blog-card img {
  height: 180px;
}

.treatment-card img {
  height: 120px;
}

.treatment-card h3,
.blog-card strong {
  display: block;
  min-height: 72px;
  margin: 0;
  padding: 16px;
  font-size: 16px;
  font-family: Montserrat, Roboto, Arial, sans-serif;
  font-weight: 900;
}

.treatment-card h3 {
  min-height: 88px;
  padding: 14px 10px;
  font-size: 14px;
  line-height: 1.35;
}

.compare-card {
  padding: 28px;
}

.compare-card.dark {
  background: #0e3559;
  color: #fff;
}

.compare-card.gold {
  background: linear-gradient(135deg, #8f6428, #c49a4d);
  color: #fff;
}

.compare-card.dark h2,
.compare-card.gold h2,
.compare-card.dark li,
.compare-card.gold li {
  color: #fff;
}

.video-card {
  padding: 0;
  cursor: pointer;
  color: #fff;
}

.review-thumb,
.video-card img,
.video-card iframe {
  display: block;
  width: 100%;
  height: 260px;
  border: 0;
  object-fit: cover;
}

.review-thumb {
  position: relative;
  overflow: hidden;
  background: #0e3559;
}

.review-thumb::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(14, 53, 89, 0), rgba(14, 53, 89, 0.45));
}

.video-card span {
  position: absolute;
  top: 96px;
  left: 50%;
  display: grid;
  width: 52px;
  height: 52px;
  transform: translateX(-50%);
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.58);
  font-size: 22px;
  z-index: 2;
}

.video-card {
  position: relative;
}

.review-card {
  border: 0;
  border-radius: 8px;
  background: #102f4f;
  box-shadow: 0 18px 40px rgba(14, 53, 89, 0.18);
  text-align: left;
}

.review-copy {
  min-height: 150px;
  padding: 18px;
  background: linear-gradient(135deg, #0b2a47, #0f3d4b);
}

.review-copy small,
.review-copy strong,
.review-copy em {
  display: block;
}

.review-copy small {
  color: #d7b873;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.review-copy strong {
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
}

.review-copy em {
  margin-top: 10px;
  color: #d9e7f2;
  font-size: 13px;
  font-style: normal;
}

.video-card strong {
  display: block;
  padding: 14px 14px 6px;
  background: #102f4f;
  font-size: 14px;
}

.video-card small {
  display: block;
  min-height: 52px;
  padding: 0 14px 14px;
  background: #102f4f;
  color: #d9e7f2;
  font-size: 12px;
  line-height: 1.5;
}

.cta-band {
  background: linear-gradient(90deg, rgba(8, 31, 56, 0.96), rgba(8, 31, 56, 0.84)), url("../images/neuro-slider.webp") center/cover;
  color: #fff;
}

.cta-band h2,
.cta-band p {
  color: #fff;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 900px) {
  .home-grid,
  .doctor-feature,
  .care-highlights,
  .patient-story-layout,
  .condition-strip,
  .surgery-compare-strip,
  .treatment-grid,
  .credential-grid,
  .mipsi-technique-layout,
  .mipsi-condition-grid,
  .mipsi-grid,
  .mipsi-showcase,
  .video-grid,
  .blog-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: 680px;
    padding: 190px 0 96px;
    background-position: 66% center;
    background-size: cover;
  }

  .home-hero-track {
    min-height: 680px;
  }

  .home-hero--surgery-banner {
    padding: 154px 0 96px;
  }

  .hero-banner-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-banner-photo {
    max-width: 280px;
  }

  .hero-banner-photo img {
    height: 300px;
  }

  .home-hero--surgery-banner h1 {
    font-size: 34px;
  }

  .hero-banner-line,
  .hero-banner-emphasis {
    font-size: 20px !important;
  }

  .hero-banner-actions,
  .hero-banner-metrics {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-slider-controls {
    right: auto;
    left: 17px;
    bottom: 18px;
  }

  .home-hero h1 {
    font-size: 36px;
  }

  .doctor-feature {
    padding: 36px 20px;
  }

  .doctor-feature .intro-copy h2 {
    font-size: 34px;
  }

  .care-highlights article {
    grid-template-columns: 58px 1fr 44px;
  }

  .care-icon,
  .care-check {
    width: 44px;
    height: 44px;
  }

  .mipsi-technique-copy,
  .mipsi-condition-panel {
    padding: 24px;
  }

  .mipsi-technique-copy h2 {
    font-size: 32px;
  }

  .mipsi-condition-card {
    grid-template-columns: 42px 1fr;
    min-height: auto;
  }

  .hero-quick-actions {
    top: 18px;
    right: 17px;
    left: 17px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-phone,
  .hero-whatsapp,
  .hero-book {
    width: 100%;
  }

  .hero-whatsapp,
  .hero-book {
    min-height: 48px;
    font-size: 17px;
  }

  .hero-socials {
    right: 17px;
    bottom: 20px;
  }

  .story-grid-seven,
  .story-grid-five,
  .story-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .home-refresh {
    padding-bottom: 88px;
  }

  .home-wrap,
  .home-grid {
    width: min(100% - 24px, 1120px);
  }

  .hero-actions,
  .hero-stats {
    display: grid;
  }

  .hero-actions a {
    width: 100%;
  }

  .hero-note {
    display: grid;
    gap: 8px;
    width: 100%;
  }

  .hero-note span {
    padding-left: 0;
    border-left: 0;
  }

  .center-title::before,
  .center-title::after {
    display: none;
  }

  .patient-story-group {
    padding: 18px;
  }

  .patient-story-head h3 {
    font-size: 24px;
  }

  .story-grid-seven,
  .story-grid-five,
  .story-grid-four,
  .story-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .patient-story-card {
    min-height: 220px;
  }

  .patient-story-cta {
    padding: 24px 18px;
  }

  .patient-story-cta h3 {
    font-size: 30px;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.22);
  }
}
