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

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

.fracture-treatment-page .premium-note,
.fracture-treatment-page .final-cta {
  text-align: center;
}

.fracture-treatment-page .premium-note .button,
.fracture-treatment-page .final-cta .cta-actions {
  justify-content: center;
}

: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;
}

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

.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: 28px;
  border: none;
  background: white;
  box-shadow:
    0 32px 96px rgba(13, 76, 136, 0.18),
    0 12px 32px rgba(13, 76, 136, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

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

.comparison-table th,
.comparison-table td {
  padding: 26px 28px;
  vertical-align: top;
  border-bottom: 1px solid rgba(13, 76, 136, 0.06);
  text-align: left;
}

.comparison-table th {
  background: linear-gradient(135deg, #0d4c88 0%, #1c5a96 50%, #16395d 100%);
  color: white;
  font-weight: 900;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
}

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

.comparison-table td:first-child {
  width: 32%;
  font-weight: 700;
  color: #0d4c88;
  font-size: 1.02rem;
}

.comparison-table td {
  color: #4a6480;
  font-size: 0.98rem;
  line-height: 1.7;
}

.comparison-table tbody tr:hover {
  background: rgba(183, 216, 20, 0.05);
}

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

/* Timeline card styling for step-by-step pathway */
.timeline-card {
  background: linear-gradient(135deg, #0d4c88 0%, #1c5a96 50%, #16395d 100%);
  color: white;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow:
    0 24px 72px rgba(13, 76, 136, 0.22),
    0 8px 24px rgba(13, 76, 136, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.timeline-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(183, 216, 20, 0.08), transparent 70%);
  pointer-events: none;
}

.timeline-card:hover {
  transform: translateY(-12px);
  box-shadow:
    0 32px 96px rgba(13, 76, 136, 0.28),
    0 12px 32px rgba(13, 76, 136, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.timeline-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  background: linear-gradient(135deg, #b7d814 0%, #a8c710 100%);
  color: #0d4c88;
  border-radius: 50%;
  font-weight: 800;
  font-size: 1.6rem;
  flex-shrink: 0;
  box-shadow:
    0 12px 32px rgba(183, 216, 20, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1;
}

.timeline-card h3 {
  font-size: 1.32rem;
  font-weight: 800;
  margin: 8px 0 0 0;
  color: white;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 1;
}

.timeline-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 1;
}

/* Table wrapper styling */
.table-wrapper {
  overflow-x: auto;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(13, 76, 136, 0.08);
}

/* Section heading enhancements */
.fracture-treatment-page .section-heading h2 {
  background: linear-gradient(135deg, #0d4c88, #b7d814);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.2;
}

.fracture-treatment-page .section-heading.centered h2 {
  text-align: center;
}

.fracture-treatment-page .section-kicker {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0d4c88;
  margin-bottom: 12px;
}

/* Service card enhancements */
.fracture-treatment-page .service-card {
  background: white;
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow:
    0 16px 48px rgba(13, 76, 136, 0.1),
    0 4px 12px rgba(13, 76, 136, 0.05);
  transition: all 0.4s ease;
  border-left: 6px solid #b7d814;
  position: relative;
  overflow: hidden;
}

.fracture-treatment-page .service-card::before {
  content: "";
  position: absolute;
  top: -100%;
  right: -100%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(183, 216, 20, 0.05), transparent 70%);
  transition: all 0.6s ease;
  pointer-events: none;
}

.fracture-treatment-page .service-card:hover {
  transform: translateY(-12px);
  box-shadow:
    0 28px 80px rgba(13, 76, 136, 0.16),
    0 8px 24px rgba(13, 76, 136, 0.1);
}

.fracture-treatment-page .service-card:hover::before {
  top: 0;
  right: 0;
}

.fracture-treatment-page .service-card h3 {
  color: #0d4c88;
  font-size: 1.28rem;
  margin-bottom: 12px;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.fracture-treatment-page .service-card p {
  color: #4a6480;
  font-size: 0.98rem;
  line-height: 1.7;
  margin: 0;
}

/* Premium note styling */
.fracture-treatment-page .premium-note {
  border-radius: 28px;
  padding: 42px 40px;
  background: linear-gradient(135deg, #0d4c88 0%, #1c5a96 50%, #16395d 100%);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow:
    0 32px 96px rgba(13, 76, 136, 0.24),
    0 12px 32px rgba(13, 76, 136, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.fracture-treatment-page .premium-note::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 216, 20, 0.15), transparent 70%);
  pointer-events: none;
}

.fracture-treatment-page .premium-note h2 {
  color: white;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.fracture-treatment-page .premium-note p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.05rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.fracture-treatment-page .premium-note .button {
  margin-top: 24px;
  position: relative;
  z-index: 1;
}

/* Final CTA styling */
.fracture-treatment-page .final-cta {
  border-radius: 32px;
  padding: clamp(40px, 6vw, 60px);
  background: linear-gradient(135deg, #0d4c88 0%, #1c5a96 50%, #16395d 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: white;
  box-shadow:
    0 40px 120px rgba(13, 76, 136, 0.3),
    0 16px 40px rgba(13, 76, 136, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.fracture-treatment-page .final-cta::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 216, 20, 0.2), transparent 70%);
  pointer-events: none;
}

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

.fracture-treatment-page .final-cta h2 {
  color: white;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.fracture-treatment-page .final-cta p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.08rem;
  line-height: 1.8;
}

@media (max-width: 720px) {
  .timeline-card {
    padding: 24px 22px;
  }

  .timeline-card span {
    width: 56px;
    height: 56px;
    font-size: 1.3rem;
  }

  .timeline-card h3 {
    font-size: 1.15rem;
  }

  .timeline-card p {
    font-size: 0.95rem;
  }

  .fracture-treatment-page .service-card {
    padding: 24px 22px;
  }

  .fracture-treatment-page .premium-note {
    padding: 32px 28px;
  }
}

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

.fracture-treatment-page .faq-item {
  padding: 0;
  border-radius: 18px;
  background: white;
  border: 1px solid rgba(13, 76, 136, 0.08);
  box-shadow:
    0 12px 40px rgba(13, 76, 136, 0.1),
    0 4px 12px rgba(13, 76, 136, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  overflow: hidden;
  transition: all 0.3s ease;
  border-left: 6px solid #b7d814;
}

.fracture-treatment-page .faq-item:hover {
  box-shadow:
    0 20px 60px rgba(13, 76, 136, 0.15),
    0 8px 20px rgba(13, 76, 136, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transform: translateY(-4px);
}

.fracture-treatment-page .faq-question {
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 28px;
  border: 0;
  background: transparent;
  color: #0d4c88;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fracture-treatment-page .faq-question:hover {
  background: rgba(183, 216, 20, 0.04);
}

.fracture-treatment-page .faq-question h3 {
  margin: 0;
  font-size: clamp(1.1rem, 2.2vw, 1.3rem);
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #0d4c88;
}

.fracture-treatment-page .faq-icon {
  width: 48px;
  height: 48px;
  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.08), rgba(183, 216, 20, 0.12));
  color: #0d4c88;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.fracture-treatment-page .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(183, 216, 20, 0.02);
}

.fracture-treatment-page .faq-item[data-expanded="true"] .faq-answer {
  max-height: 800px;
}

.fracture-treatment-page .faq-item[data-expanded="true"] .faq-icon {
  background: linear-gradient(135deg, #0d4c88, #b7d814);
  color: white;
  box-shadow: 0 8px 20px rgba(13, 76, 136, 0.3);
  transform: rotate(45deg);
}

.fracture-treatment-page .faq-answer p {
  color: #4a6480;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  padding: 0 28px 26px 28px;
}

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