.condition-hero {
  min-height: 690px;
}

:root {
  --condition-section-y: clamp(54px, 6vw, 76px);
}

.slip-disc-page .section {
  padding: var(--condition-section-y) 0;
  position: relative;
}

.slip-disc-page .section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1180px, calc(100vw - 40px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(13, 76, 136, 0.12), rgba(183, 216, 20, 0.22), transparent);
  pointer-events: none;
}

.condition-hero .inner-hero__overlay {
  background:
    linear-gradient(90deg, rgba(9, 21, 35, 0.98) 0%, rgba(9, 21, 35, 0.9) 38%, rgba(13, 36, 59, 0.64) 64%, rgba(9, 21, 35, 0.28) 100%),
    radial-gradient(circle at 16% 42%, rgba(13, 76, 136, 0.46), transparent 38%);
}

.condition-hero .inner-hero__content {
  width: var(--shell);
  max-width: var(--shell);
  margin-left: 0;
  padding-left: clamp(18px, 3vw, 42px);
}

.condition-hero .breadcrumb-list,
.condition-hero .section-kicker,
.condition-hero h1,
.condition-hero .lead,
.condition-hero__actions,
.condition-hero__trust {
  max-width: 760px;
}

.condition-hero .lead {
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.condition-hero h1,
.condition-hero .breadcrumb-list,
.condition-hero .section-kicker {
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.34);
}

.condition-hero .inner-hero__media img {
  object-position: center center;
}

.condition-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.condition-hero__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
  max-width: 680px;
}

.condition-hero__trust span {
  display: block;
  padding: 14px 16px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08)),
    radial-gradient(circle at right bottom, rgba(183, 216, 20, 0.12), transparent 42%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  line-height: 1.35;
  animation: soft-bounce 4.6s ease-in-out infinite;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}

.condition-hero__trust span:nth-child(2) {
  animation-delay: 0.18s;
}

.condition-hero__trust span:nth-child(3) {
  animation-delay: 0.36s;
}

.condition-hero__trust span:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.18);
}

.condition-hero .button--light,
.final-cta .button--light,
.premium-note .button--light {
  background: var(--white);
  color: var(--brand-blue-900);
  border-color: rgba(255, 255, 255, 0.9);
}

.condition-hero .button--light:hover,
.final-cta .button--light:hover,
.premium-note .button--light:hover {
  background:
    linear-gradient(135deg, rgba(14, 34, 56, 0.98) 0%, rgba(22, 57, 93, 0.98) 54%, rgba(13, 76, 136, 0.96) 100%);
  color: var(--white);
  border-color: transparent;
  box-shadow: 0 18px 46px rgba(14, 34, 56, 0.34);
}

.diagnosis-visual {
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.diagnosis-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  margin-bottom: 22px;
}

.joint-card {
  padding: 0;
  overflow: hidden;
}

.joint-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border-radius: 24px 24px 0 0;
  margin-bottom: 24px;
}

.joint-card__body {
  padding: 0 30px 30px;
  text-align: center;
}

.patient-trust-visual {
  min-height: 560px;
}

.patient-trust-visual::before {
  inset: 40px 7% 28px 0;
  border-radius: 58% 42% 56% 44% / 40% 54% 46% 60%;
}

.patient-trust-visual .disc-explainer-visual__frame {
  border-radius: 42% 58% 54% 46% / 56% 40% 60% 44%;
}

.choice-section .panel {
  display: grid;
  align-content: center;
}

.disc-explainer-visual {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
}

.disc-explainer-visual::before {
  content: "";
  position: absolute;
  inset: 34px 0 22px 18%;
  border-radius: 44% 56% 42% 58% / 38% 44% 56% 62%;
  background:
    radial-gradient(circle at 78% 16%, rgba(201, 234, 41, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(13, 76, 136, 0.14), rgba(223, 232, 239, 0.54));
  border: 1px solid rgba(13, 76, 136, 0.1);
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.38);
}

.disc-explainer-visual__frame {
  position: relative;
  margin: 0;
  width: min(560px, 100%);
  justify-self: center;
  overflow: hidden;
  border-radius: 52% 48% 42% 58% / 44% 38% 62% 56%;
  border: 10px solid rgba(255, 255, 255, 0.92);
  box-shadow:
    0 32px 90px rgba(14, 34, 56, 0.2),
    0 0 0 1px rgba(13, 76, 136, 0.08);
  background: var(--white);
  animation: gentle-float 5.8s ease-in-out infinite;
}

.disc-explainer-visual__frame img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  object-position: center;
}

.disc-explainer-visual__badge {
  position: absolute;
  left: 2%;
  bottom: 42px;
  max-width: 230px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 76, 136, 0.1);
  box-shadow: var(--shadow-soft);
  color: var(--navy-950);
  font-weight: 800;
}

.disc-explainer-visual--consult {
  min-height: 560px;
}

.disc-explainer-visual--consult::before {
  inset: 40px 7% 28px 0;
  border-radius: 58% 42% 56% 44% / 40% 54% 46% 60%;
}

.disc-explainer-visual--consult .disc-explainer-visual__frame {
  border-radius: 42% 58% 54% 46% / 56% 40% 60% 44%;
}

.doctor-intro-note {
  margin-top: 22px;
}

.red-flag-note {
  margin-top: 22px;
}

.pune-reach-note {
  margin-top: 22px;
}

.emergency-visual {
  min-height: 500px;
}

.emergency-visual::before {
  inset: 34px 5% 20px 0;
  border-radius: 44% 56% 48% 52% / 54% 38% 62% 46%;
  background:
    radial-gradient(circle at 80% 18%, rgba(201, 234, 41, 0.2), transparent 26%),
    linear-gradient(135deg, rgba(13, 76, 136, 0.12), rgba(255, 244, 244, 0.54));
}

.emergency-visual .disc-explainer-visual__frame {
  border-radius: 56% 44% 48% 52% / 40% 54% 46% 60%;
}

.pune-visual {
  min-height: 520px;
}

.pune-visual::before {
  inset: 36px 0 18px 8%;
  border-radius: 48% 52% 58% 42% / 42% 58% 42% 58%;
}

.pune-visual .disc-explainer-visual__frame {
  border-radius: 48% 52% 58% 42% / 42% 58% 42% 58%;
}

.premium-note {
  padding: 26px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(13, 76, 136, 0.96), rgba(28, 90, 150, 0.92)),
    radial-gradient(circle at right top, rgba(201, 234, 41, 0.26), transparent 28%);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 86px rgba(13, 76, 136, 0.24);
}

.premium-note h3,
.premium-note p {
  color: inherit;
}

.comparison-table {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(13, 76, 136, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 28px 80px rgba(14, 34, 56, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.comparison-table table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 20px 22px;
  vertical-align: top;
  border-bottom: 1px solid rgba(13, 76, 136, 0.09);
}

.comparison-table th {
  background: rgba(13, 76, 136, 0.08);
  color: var(--brand-blue-900);
  font-weight: 900;
}

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

.comparison-table td:first-child {
  width: 34%;
  font-weight: 900;
  color: var(--navy-950);
}

.red-flag-card {
  border-color: rgba(211, 61, 61, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 244, 244, 0.9)),
    radial-gradient(circle at right bottom, rgba(211, 61, 61, 0.1), transparent 34%);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  position: relative;
  align-items: stretch;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 36px;
  height: 2px;
  background: linear-gradient(90deg, rgba(13, 76, 136, 0.24), rgba(183, 216, 20, 0.48), rgba(13, 76, 136, 0.24));
}

.timeline__item {
  position: relative;
  padding-top: 84px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.76)),
    radial-gradient(circle at right bottom, rgba(183, 216, 20, 0.14), transparent 40%);
}

.timeline__step {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand-blue-900), var(--brand-blue-700));
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(13, 76, 136, 0.22);
  animation: centered-bounce 4.2s ease-in-out infinite;
}

.timeline__item:nth-child(2) .timeline__step {
  animation-delay: 0.15s;
}

.timeline__item:nth-child(3) .timeline__step {
  animation-delay: 0.3s;
}

.timeline__item:nth-child(4) .timeline__step {
  animation-delay: 0.45s;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.inline-cta {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.inline-cta .button {
  min-width: min(100%, 420px);
}

@keyframes soft-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes gentle-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes centered-bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
  }
}

.faq-item {
  padding: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(13, 76, 136, 0.08);
  box-shadow:
    0 22px 62px rgba(14, 34, 56, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 26px;
  border: 0;
  background: transparent;
  color: var(--navy-950);
  text-align: left;
  cursor: pointer;
}

.faq-question h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.1vw, 1.72rem);
}

.faq-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(13, 76, 136, 0.1), rgba(183, 216, 20, 0.18));
  color: var(--brand-blue-900);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
}

.faq-answer {
  display: none;
  padding: 0 26px 24px;
}

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

.faq-item.is-open .faq-icon {
  background: linear-gradient(135deg, var(--brand-blue-700), var(--brand-lime-700));
  color: var(--white);
}

.final-cta {
  border-radius: 32px;
  padding: clamp(30px, 5vw, 54px);
  background:
    linear-gradient(135deg, rgba(13, 76, 136, 0.96), rgba(14, 34, 56, 0.94)),
    radial-gradient(circle at right top, rgba(201, 234, 41, 0.26), transparent 30%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--white);
  box-shadow: var(--shadow-strong);
  position: relative;
  overflow: hidden;
}

.final-cta::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 234, 41, 0.18), transparent 68%);
  pointer-events: none;
}

.final-cta > * {
  position: relative;
  z-index: 1;
}

.final-cta h2,
.final-cta p {
  color: inherit;
}

@media (max-width: 980px) {
  .condition-hero__trust,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline::before {
    display: none;
  }

  .disc-explainer-visual {
    min-height: 520px;
  }
}

@media (max-width: 720px) {
  .condition-hero__actions,
  .condition-hero__trust,
  .timeline {
    grid-template-columns: 1fr;
  }

  .condition-hero__actions .button {
    width: 100%;
  }

  .comparison-table {
    overflow-x: auto;
  }

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

  .condition-hero .inner-hero__overlay {
    background:
      linear-gradient(180deg, rgba(9, 21, 35, 0.94) 0%, rgba(9, 21, 35, 0.82) 54%, rgba(9, 21, 35, 0.48) 100%),
      radial-gradient(circle at 18% 24%, rgba(13, 76, 136, 0.32), transparent 36%);
  }

  .slip-disc-page .section {
    padding: 52px 0;
  }

  .disc-explainer-visual {
    min-height: auto;
  }

  .disc-explainer-visual::before {
    inset: 24px 0 14px 10%;
  }

  .disc-explainer-visual__badge {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: -18px;
    max-width: none;
  }

  .faq-question {
    padding: 18px 20px;
  }

  .faq-answer {
    padding: 0 20px 20px;
  }

  .joint-card__body {
    padding: 0 22px 24px;
  }
}
