/* Service names vary in length; keep the compact card's proportions. */
.catalog-service-page .compact-product-info h1 {
  font-size: clamp(2.65rem, 3.85vw, 3.9rem);
  line-height: 1.02;
  white-space: normal;
  overflow-wrap: anywhere;
}

.catalog-service-page .product-title-line {
  display: block;
  margin-top: .12em;
  font-size: .78em;
  line-height: 1.16;
}

.catalog-service-page .product-title-line em { white-space: nowrap; }
.catalog-service-page .certificate-head .eyebrow { line-height: 1.6; }
.catalog-service-page .certificate-price-row { align-items: flex-start; gap: 16px; }
.catalog-service-page .certificate-price-row strong,
.catalog-service-page .success-summary strong { flex-shrink: 0; white-space: nowrap; }
.catalog-service-page .product-lightbox-title { max-width: 70%; line-height: 1.2; }
.catalog-service-page .mobile-buybar > div { min-width: 0; }
.catalog-service-page .mobile-buybar > div > span { display: block; max-width: 32ch; font-size: .63rem; line-height: 1.35; }
.catalog-service-page .mobile-buybar .btn { flex-shrink: 0; }

@media (max-width: 560px) {
  .catalog-service-page .compact-product-info h1 { font-size: clamp(2.25rem, 10.6vw, 3rem); }
  .catalog-service-page .mobile-buybar { gap: 12px; }
}
