/* VSM repair layer: mobile hero, stable buttons, treatment lists and contact clarity */

@media (max-width: 768px) {
  .hero {
    min-height: 100svh;
  }

  .hero-actions {
    align-items: stretch;
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-ghost {
    min-height: 52px;
    white-space: nowrap;
  }

  .hero-actions .btn-primary {
    justify-content: center;
    min-width: min(100%, 260px);
  }

  .hero-actions .btn-ghost {
    align-items: center;
  }

  .hero-slide picture,
  .hero-slide img {
    width: 100%;
    height: 100%;
  }

  .hero-slide img {
    object-fit: cover;
    object-position: var(--hero-mobile-position, center center);
  }
}

.treatment-card .treatment-details-inner li {
  cursor: default;
}

.treatment-card.expanded .treatment-details-inner li {
  pointer-events: auto;
}

.vsm-video-unavailable {
  padding: clamp(24px, 5vw, 42px);
  color: #fff;
  text-align: center;
}

.vsm-video-unavailable h3 {
  margin: 0 0 12px;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
}

.vsm-video-unavailable p {
  max-width: 56ch;
  margin: 0 auto 20px;
  color: rgba(255,255,255,0.78);
  line-height: 1.65;
}

.vsm-video-unavailable a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--primary, #1F989B);
  color: white;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.location-card .vsm-location-phone {
  display: inline-block;
  margin-top: 4px;
  color: var(--primary, #1F989B);
  font-weight: 400;
}

.faq-answer strong,
.faq-item strong {
  color: var(--dark, #1A2E2F);
  font-weight: 500;
}
