.page-service-detail {
  background: #fff;
  color: #23404a;
}

.service-breadcrumb {
  padding-top: 1rem;
}

.service-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  color: #5f6f73;
  font-size: 0.92rem;
  list-style: none;
}

.service-breadcrumb li + li::before {
  content: "/";
  margin-right: 0.45rem;
  color: #8c999c;
}

.service-detail-hero,
.service-detail-section {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.service-detail-hero {
  padding-top: clamp(2rem, 5vw, 4rem);
}

.service-detail-hero h1,
.service-detail-section h2 {
  color: #215f6d;
}

.service-detail-hero .lead {
  max-width: 42rem;
  color: #4f6267;
  line-height: 1.75;
}

.service-detail-eyebrow {
  margin-bottom: 0.65rem;
  color: #2a6d7c;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.service-detail-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 1.35rem;
  box-shadow: 0 22px 48px rgba(24, 72, 82, 0.18);
}

.service-detail-section--tint {
  background: #f4fafb;
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 2rem;
}

.service-price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 1rem;
}

.service-price-card,
.service-detail-card,
.service-safety {
  padding: 1.35rem;
  border: 1px solid rgba(42, 109, 124, 0.18);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 10px 26px rgba(24, 72, 82, 0.08);
}

.service-price-card h3 {
  margin-bottom: 0.25rem;
  font-size: 1.05rem;
}

.service-price {
  margin-bottom: 0.65rem;
  color: #153f49;
  font-family: "Playfair Display", serif;
  font-size: 1.7rem;
  font-weight: 700;
}

.service-price-note {
  margin-top: 1.25rem;
  color: #5f6f73;
}

.service-detail-list {
  display: grid;
  gap: 0.8rem;
  padding-left: 1.3rem;
  line-height: 1.7;
}

.service-safety {
  border-left: 4px solid #c79861;
  background: #fffaf4;
}

.service-faq-wrap {
  max-width: 850px;
}

.service-faq {
  border-bottom: 1px solid rgba(42, 109, 124, 0.2);
}

.service-faq summary {
  padding: 1rem 0;
  color: #23404a;
  font-weight: 650;
  cursor: pointer;
}

.service-faq summary:focus-visible {
  outline: 3px solid rgba(42, 109, 124, 0.35);
  outline-offset: 0.2rem;
}

.service-faq p {
  padding: 0 0 1rem;
  line-height: 1.7;
}

.service-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 1.25rem;
  background: #f7f2ea;
}

@media (max-width: 767.98px) {
  .service-next {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-service-detail *,
  .page-service-detail *::before,
  .page-service-detail *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
