.jprc-landing {
  background: #f5efe5;
  color: #19324c;
  font-family: Montserrat, Roboto, Arial, sans-serif;
}

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

.jprc-hero {
  min-height: 520px;
  padding: 95px 0 70px;
  background-color: #092340;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-bottom: 4px solid #c19a4a;
}

.hero-content {
  max-width: 780px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px;
  color: #d7b873;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after {
  width: 74px;
  height: 1px;
  content: "";
  background: rgba(215, 184, 115, 0.6);
}

.eyebrow.dark {
  color: #b9872e;
}

.eyebrow.dark::before,
.eyebrow.dark::after {
  display: none;
}

.jprc-hero h1 {
  margin: 0 0 16px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 47px;
  line-height: 1.15;
  font-weight: 700;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.36);
}

.hero-text {
  max-width: 690px;
  margin: 0 0 26px;
  color: #eef6ff;
  font-size: 17px;
  line-height: 1.7;
}

.hero-points,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.hero-points span {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.hero-points span::before {
  content: "✓";
  display: inline-grid;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  place-items: center;
  border-radius: 50%;
  background: #d1a955;
  color: #14304d;
  font-size: 13px;
}

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

.btn-call,
.btn-whatsapp,
.btn-book {
  display: inline-flex;
  min-height: 44px;
  min-width: 150px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 3px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}

.btn-call {
  border: 1px solid #d1a955;
  background: rgba(5, 25, 47, 0.72);
}

.btn-whatsapp {
  background: linear-gradient(#35b35b, #14903f);
}

.btn-book {
  background: linear-gradient(#d0a451, #a97922);
}

.why-panel,
.jprc-section {
  padding: 64px 0;
}

.why-panel {
  background:
    linear-gradient(rgba(255, 250, 241, 0.94), rgba(247, 239, 226, 0.94)),
    url("../images/abt-bg.webp") center/cover;
  border-bottom: 1px solid #decfac;
}

.why-intro-grid,
.split-card,
.cta-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.split-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.why-intro-grid > img,
.split-card img {
  width: 100%;
  min-height: 300px;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  object-position: center center;
  border: 8px solid #fff;
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(32, 42, 54, 0.18);
}

.split-card img.contain-media {
  object-fit: contain;
  background: #fffaf1;
  padding: 12px;
}

.doctor-card {
  overflow: hidden;
  border: 8px solid #fff;
  background: #fff;
  box-shadow: 0 16px 34px rgba(32, 42, 54, 0.18);
}

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

.doctor-card div {
  padding: 18px 20px;
  background: #0e3559;
  color: #fff;
}

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

.doctor-card strong {
  font-size: 22px;
}

.doctor-card span {
  margin-top: 5px;
  color: #f2d28a;
  font-weight: 700;
}

.doctor-card small {
  margin-top: 5px;
  color: #e9eef5;
}

.jprc-section h2,
.why-panel h2,
.jprc-cta h2 {
  margin: 0 0 10px;
  color: #17314b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 700;
}

.section-subtitle {
  margin: 0 0 26px;
  color: #8d806b;
  font-size: 17px;
}

.gold-checks,
.three-grid ul,
.compare-strip ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gold-checks li,
.three-grid li,
.compare-strip li {
  position: relative;
  padding-left: 30px;
  color: #36485c;
  font-size: 16px;
  line-height: 1.55;
}

.gold-checks li::before,
.three-grid li::before,
.compare-strip li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: #c39743;
  font-weight: 800;
}

.jprc-section p {
  margin: 0;
  color: #4e6175;
  font-size: 16px;
  line-height: 1.82;
}

.split-card {
  padding: 28px;
  border: 1px solid #e1d4b9;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(32, 42, 54, 0.12);
}

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

.jprc-section.compact {
  padding: 48px 0;
}

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

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

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

.condition-card {
  overflow: hidden;
  border: 1px solid #e2d3b9;
  border-radius: 4px;
  background: #fff;
  color: #17314b;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 9px 20px rgba(32, 42, 54, 0.12);
}

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

.condition-card strong {
  display: block;
  min-height: 48px;
  padding: 14px 8px;
  color: #17314b;
  font-size: 14px;
}

.compare-strip {
  display: grid;
  grid-template-columns: 1fr 1.05fr 1fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #d7c7a7;
  border-radius: 4px;
  box-shadow: 0 15px 30px rgba(32, 42, 54, 0.13);
}

.dark-box,
.gold-box {
  padding: 30px;
}

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

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

.compare-strip h3 {
  margin: 0 0 22px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.compare-strip li {
  color: #fff;
}

.compare-image {
  position: relative;
  min-height: 220px;
  padding: 0;
  border: 0;
  background: #000;
  cursor: pointer;
}

.compare-image img,
.compare-image iframe {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.split-card .compare-image.split-video {
  min-height: 300px;
  height: 100%;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(32, 42, 54, 0.18);
}

.split-card .compare-image.split-video img,
.split-card .compare-image.split-video iframe {
  min-height: 300px;
}

.compare-image iframe {
  display: block;
  border: 0;
}

.compare-image span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 62px;
  height: 62px;
  transform: translate(-50%, -50%);
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  font-size: 24px;
}

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

.three-grid article,
.faq-grid article {
  padding: 28px;
  border: 1px solid #e3d6bc;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 13px 28px rgba(32, 42, 54, 0.1);
}

.three-grid h2 {
  font-family: Montserrat, Roboto, Arial, sans-serif;
  font-size: 23px;
}

.faq-section {
  background: #fff;
}

.faq-grid article h3 {
  margin: 0 0 12px;
  color: #17314b;
  font-size: 18px;
  line-height: 1.45;
}

.faq-grid article p {
  font-size: 15px;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

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

.detail-card,
.note-card {
  padding: 28px;
  border: 1px solid #e3d6bc;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 13px 28px rgba(32, 42, 54, 0.1);
}

.detail-card h3,
.note-card h2 {
  margin: 0 0 14px;
  color: #17314b;
  font-family: Georgia, "Times New Roman", serif;
}

.detail-card h3 {
  font-size: 25px;
  line-height: 1.25;
}

.note-card h2 {
  font-size: 31px;
  line-height: 1.22;
}

.detail-card p,
.note-card p {
  margin: 0;
  color: #4e6175;
  font-size: 16px;
  line-height: 1.82;
}

.table-shell {
  overflow-x: auto;
  border: 1px solid #e3d6bc;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 13px 28px rgba(32, 42, 54, 0.1);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.comparison-table thead th {
  padding: 18px 16px;
  background: #0e3559;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  vertical-align: top;
}

.comparison-table tbody td {
  padding: 18px 16px;
  border-top: 1px solid #eadcc3;
  color: #36485c;
  font-size: 15px;
  line-height: 1.7;
  vertical-align: top;
}

.comparison-table tbody tr:nth-child(even) td {
  background: #fffaf1;
}

.comparison-note {
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 4px solid #c39743;
  border-radius: 6px;
  background: #fffdf7;
  box-shadow: 0 8px 20px rgba(32, 42, 54, 0.06);
}

.comparison-note strong {
  display: block;
  margin-bottom: 8px;
  color: #17314b;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.comparison-note p {
  margin: 0;
}

.media-placeholder {
  display: flex;
  min-height: 320px;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border: 2px dashed #d7c7a7;
  border-radius: 6px;
  background: linear-gradient(135deg, #fffdf8, #f4ebdc);
  color: #8d806b;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.media-placeholder span {
  max-width: 280px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.doctor-profile {
  background: #fff;
}

.doctor-profile .split-card {
  grid-template-columns: 0.75fr 1.25fr;
}

.doctor-profile a {
  color: #0e5c97;
  font-weight: 800;
}

.video-section {
  border-top: 1px solid #e2d3b9;
}

.shorts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.short-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 0;
  border: 1px solid #e2d3b9;
  border-radius: 6px;
  background: #102f4f;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 13px 28px rgba(32, 42, 54, 0.12);
}

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

.short-card span {
  position: absolute;
  top: 96px;
  left: 50%;
  display: grid;
  width: 54px;
  height: 54px;
  transform: translateX(-50%);
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  font-size: 22px;
}

.short-card strong {
  display: block;
  padding: 14px;
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
}

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

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

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

.jprc-cta p {
  margin: 0;
  color: #f3f7fb;
}

.cta-grid {
  grid-template-columns: 1fr auto;
}

@media (max-width: 980px) {
  .condition-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .center-title::before,
  .center-title::after {
    width: 70px;
  }

}

@media (max-width: 820px) {
  .jprc-hero {
    min-height: auto;
    padding: 70px 0;
  }

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

  .why-intro-grid,
  .split-card,
  .doctor-profile .split-card,
  .compare-strip,
  .detail-grid,
  .three-grid,
  .faq-grid,
  .shorts-grid,
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .cta-grid {
    gap: 16px;
  }
}

@media (max-width: 560px) {
  .jprc-container {
    width: min(100% - 24px, 1120px);
  }

  .jprc-hero {
    padding: 54px 0;
  }

  .jprc-hero h1 {
    font-size: 30px;
  }

  .eyebrow {
    gap: 8px;
    letter-spacing: 3px;
  }

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

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

  .btn-call,
  .btn-whatsapp,
  .btn-book {
    width: 100%;
  }

  .why-panel,
  .jprc-section {
    padding: 42px 0;
  }

  .condition-grid {
    grid-template-columns: 1fr;
  }

  .media-placeholder {
    min-height: 220px;
    padding: 22px;
  }

  .comparison-table {
    min-width: 620px;
  }

  .shorts-grid {
    grid-template-columns: 1fr;
  }

  .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);
  }

  .mobile-sticky-cta a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
  }

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

  .mobile-sticky-cta a:last-child {
    background: #14903f;
  }
}
