/* Performance-focused page styles extracted from Blade templates */
.lp-treatment-wrapper {
  display: grid;
  gap: 40px;
}

.lp-treatment-hero {
  background: linear-gradient(135deg, #f4f8ff 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 40px 32px;
  border: 1px solid #e4ebf7;
}

.lp-treatment-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lp-value-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.lp-value-item {
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 12px;
  padding: 14px 16px;
}

.lp-panel {
  border: 1px solid #e8edf5;
  border-radius: 16px;
  padding: 24px;
  background-color: #fff;
}

.lp-video-grid,
.lp-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lp-video-card iframe {
  width: 100%;
  min-height: 200px;
  border: 0;
  border-radius: 12px;
}

.lp-plan-card h3,
.lp-video-card h3,
.lp-faq-block h3 {
  margin-bottom: 10px;
}

.lp-plan-card p {
  margin-bottom: 14px;
}

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

.lp-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.about-featured-image {
  max-height: 500px;
  object-fit: contain;
  width: 100%;
  border-radius: 20px;
}

.about-cta-spacer {
  margin-top: 40px;
}

.homepage-about-icon {
  width: 70px;
  height: 70px;
}

.homepage-slider-knee-icon {
  width: 20%;
  height: 20%;
}

.homepage-service-image {
  max-height: 450px;
}

.homepage-slider-prosthesis-image {
  height: 300px;
  width: 200px;
}

@media (max-width: 991px) {
  .lp-treatment-grid,
  .lp-video-grid,
  .lp-plan-grid {
    grid-template-columns: 1fr;
  }

  .lp-treatment-hero {
    padding: 28px 22px;
  }
}
