/* ==========================================================
   Aroma laser service final cleanup
   One shared override file for the main laser service pages.
   Keep this file small, section-based, and loaded after each
   page's original launch bundle.
   ========================================================== */

:root {
  --laser-blue: #214f65;
  --laser-green: #1f7a4d;
  --laser-green-dark: #28543c;
  --laser-mint: #edf8f3;
  --laser-soft: #f6fbfa;
  --laser-border: rgba(36, 83, 101, 0.14);
  --laser-shadow: 0 14px 38px rgba(24, 62, 74, 0.08);
}

/* Utilities */
.laser-seo-hidden-links {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.laser-seo-hidden-links a {
  color: inherit;
  text-decoration: none;
}

/* Shared hero hardening */
body.theme-laser .hero-service-clean,
body.laser-service-clean-v18 .hero-service-clean {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
  min-height: 0 !important;
  background: linear-gradient(180deg, #f5fbfa 0%, #eef8f5 100%) !important;
}
body.theme-laser .hero-service-clean .hero-inner,
body.laser-service-clean-v18 .hero-service-clean .hero-inner {
  max-width: 1180px !important;
  align-items: center !important;
  gap: 28px !important;
}
body.theme-laser .hero-service-clean h1,
body.laser-service-clean-v18 .hero-service-clean h1 {
  font-size: clamp(2.35rem, 4.9vw, 4.6rem) !important;
  line-height: 0.98 !important;
  color: var(--laser-blue) !important;
}
body.theme-laser .hero-service-clean h1 .accent,
body.theme-laser .hero-service-clean h1 .green,
body.theme-laser .hero-service-clean h1 em,
body.laser-service-clean-v18 .hero-service-clean h1 .accent,
body.laser-service-clean-v18 .hero-service-clean h1 .green,
body.laser-service-clean-v18 .hero-service-clean h1 em {
  color: var(--laser-green) !important;
  font-style: normal !important;
}
body.page-back-laser .hero-service-clean,
body.page-back-laser .hero,
body.page-back-laser .hero-section {
  background: linear-gradient(180deg, #f5fbfa 0%, #eef8f5 100%) !important;
}
body.page-back-laser .hero-service-clean h1,
body.page-back-laser .hero h1,
body.page-back-laser .hero-section h1 {
  color: var(--laser-blue) !important;
  font-size: clamp(2.35rem, 4.9vw, 4.6rem) !important;
}
body.page-back-laser .hero-service-clean h1 span,
body.page-back-laser .hero h1 span,
body.page-back-laser .hero-section h1 span {
  color: var(--laser-green) !important;
}

/* Hero fact cards */
.laser-service-facts {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 20px 0 20px !important;
  max-width: 980px !important;
}
.laser-service-fact {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid var(--laser-border) !important;
  border-radius: 18px !important;
  padding: 13px 15px !important;
  box-shadow: 0 10px 26px rgba(24, 62, 74, 0.06) !important;
  min-width: 0 !important;
}
.laser-service-fact span {
  display: block !important;
  margin: 0 0 5px !important;
  color: #637578 !important;
  font-size: 0.76rem !important;
  line-height: 1.1 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}
.laser-service-fact strong {
  display: block !important;
  color: var(--laser-blue) !important;
  font-size: 0.94rem !important;
  line-height: 1.18 !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}
.laser-service-fact strong:has(+ *) {
  white-space: normal !important;
}

/* Shared images on service pages */
body.page-brazilian-laser main img,
body.page-bikini-laser main img,
body.page-underarm-laser main img,
body.page-arm-laser main img,
body.page-back-laser main img,
body.page-chest-stomach-laser main img,
body.page-face-laser main img,
body.page-leg-laser main img,
body.page-full-body-laser main img,
body.page-buttocks-laser main img,
body.page-beard-sculpting-laser main img,
body.page-mens-laser main img {
  max-width: 100%;
  height: auto;
}
.bikini-photo-card .inline-photo,
body.page-brazilian-laser .inline-photo,
body.page-bikini-laser .inline-photo,
body.page-arm-laser .inline-photo,
body.page-back-laser .inline-photo,
body.page-chest-stomach-laser .inline-photo,
body.page-leg-laser .inline-photo,
body.page-full-body-laser .inline-photo,
body.page-buttocks-laser .inline-photo {
  max-width: 440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 26px !important;
  overflow: hidden !important;
}
.bikini-photo-card img,
body.page-brazilian-laser .inline-photo img,
body.page-bikini-laser .inline-photo img,
body.page-arm-laser .inline-photo img,
body.page-back-laser .inline-photo img,
body.page-chest-stomach-laser .inline-photo img,
body.page-leg-laser .inline-photo img,
body.page-full-body-laser .inline-photo img,
body.page-buttocks-laser .inline-photo img {
  width: 100% !important;
  height: auto !important;
  max-height: 560px !important;
  object-fit: cover !important;
}

/* Price card system */
.laser-price-grid,
.pricing-grid,
body.page-mens-laser .mens-service-price-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  max-width: 1160px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.laser-price-card,
.price-card,
.face-price-card,
.service-detail-card.face-price-card {
  background: #fff !important;
  border: 1px solid rgba(31, 122, 77, 0.18) !important;
  border-radius: 24px !important;
  box-shadow: var(--laser-shadow) !important;
  padding: 24px !important;
  color: #264650 !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
.laser-price-card small,
.price-card small,
.face-card-tag {
  display: inline-flex !important;
  width: max-content !important;
  max-width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  padding: 7px 12px !important;
  background: #eaf7ef !important;
  color: var(--laser-green) !important;
  font-size: 0.74rem !important;
  line-height: 1 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  font-weight: 850 !important;
}
.laser-price-card h3,
.price-card h3,
.face-price-card h3 {
  margin: 0 !important;
  color: #1f4f65 !important;
  font-size: 1.3rem !important;
  line-height: 1.14 !important;
  font-weight: 850 !important;
}
.laser-price-card .price,
.price-card .price-amount,
.face-card-price span {
  color: var(--laser-green) !important;
  font-size: clamp(1.7rem, 2.6vw, 2.15rem) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
}
.price-card .price-note,
.face-card-price small {
  display: block !important;
  margin-top: 2px !important;
  color: #6a7c7e !important;
  font-size: 0.88rem !important;
}
.laser-price-card p,
.price-card p,
.face-price-card p,
.laser-price-card li,
.price-card li,
.face-price-card li {
  color: #566b70 !important;
  font-size: 0.96rem !important;
  line-height: 1.48 !important;
}
.laser-price-card ul,
.price-card ul,
.face-price-card ul {
  margin: 2px 0 0 !important;
  padding-left: 18px !important;
}
.laser-price-card a,
.price-card .book-link,
.face-price-card .service-click {
  margin-top: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  max-width: 100% !important;
  border-radius: 999px !important;
  padding: 10px 15px !important;
  background: #18a84a !important;
  color: #fff !important;
  border: 1px solid #18a84a !important;
  text-decoration: none !important;
  font-weight: 850 !important;
  box-shadow: 0 10px 24px rgba(24, 168, 74, 0.18) !important;
}
.laser-price-card a:hover,
.price-card .book-link:hover,
.face-price-card .service-click:hover {
  background: #13823f !important;
  border-color: #13823f !important;
}
.price-card.featured,
.laser-price-card.featured,
.featured-service-card {
  border-color: rgba(31, 122, 77, 0.32) !important;
  box-shadow: 0 18px 45px rgba(31, 122, 77, 0.12) !important;
}
.featured-flag {
  align-self: flex-start !important;
  border-radius: 999px !important;
  padding: 7px 12px !important;
  background: #fff3c7 !important;
  color: #8a5a00 !important;
  font-size: 0.74rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
}

/* Face page, exact visible grid */
body.page-face-laser section.face-detail-hub div.service-detail-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  max-width: 1180px !important;
  margin: 30px auto 0 !important;
  align-items: stretch !important;
}
body.page-face-laser section.face-detail-hub div.service-detail-grid > article {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  grid-column: auto !important;
}
body.page-face-laser .service-detail-top {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 12px !important;
}
body.page-face-laser .face-card-price {
  margin-top: 8px !important;
}

/* Men's page */
body.page-mens-laser .hero-service-clean .hero-media,
body.page-mens-laser .hero-service-clean .hero-visual,
body.page-mens-laser .hero-service-clean figure {
  display: none !important;
}
body.page-mens-laser .hero-service-clean .hero-inner {
  grid-template-columns: 1fr !important;
  text-align: center !important;
  max-width: 980px !important;
}
body.page-mens-laser .hero-service-clean .laser-service-facts {
  margin-left: auto !important;
  margin-right: auto !important;
}
body.page-mens-laser .mens-container {
  max-width: 1160px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
body.page-mens-laser .mens-split {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 34px !important;
  align-items: start !important;
}
body.page-mens-laser .mens-photo-card {
  margin: 0 !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  box-shadow: var(--laser-shadow) !important;
}
body.page-mens-laser .mens-photo-card img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4/5 !important;
  object-fit: cover !important;
  object-position: center top !important;
}
body.page-mens-laser .mens-note-card {
  margin-top: 18px !important;
  background: #fff !important;
  border: 1px solid var(--laser-border) !important;
  border-radius: 22px !important;
  padding: 20px !important;
  box-shadow: 0 12px 28px rgba(24, 62, 74, 0.06) !important;
}
body.page-mens-laser .mens-pricing-section {
  background: var(--laser-soft) !important;
  padding: 70px 0 !important;
}
body.page-mens-laser .mens-service-price-grid .price-card {
  padding: 23px !important;
}
body.page-mens-laser .mens-service-price-grid .price-card .price-amount {
  font-size: 1.85rem !important;
}
body.page-mens-laser .mens-booking-final {
  background: linear-gradient(135deg, #24543a 0%, #1f7a4d 100%) !important;
  color: #fff !important;
  padding: 62px 20px !important;
  text-align: center !important;
}
body.page-mens-laser .mens-booking-inner {
  max-width: 880px !important;
  margin: 0 auto !important;
  background: transparent !important;
  color: #fff !important;
}
body.page-mens-laser .mens-booking-final h2,
body.page-mens-laser .mens-booking-final p {
  color: #fff !important;
  text-shadow: none !important;
}
body.page-mens-laser .mens-booking-final h2 {
  font-size: clamp(2rem, 4vw, 3rem) !important;
  line-height: 1.08 !important;
  margin: 0 0 12px !important;
}
body.page-mens-laser .mens-booking-final p {
  max-width: 680px !important;
  margin: 0 auto 24px !important;
  font-size: 1.08rem !important;
  line-height: 1.6 !important;
}
body.page-mens-laser .mens-booking-actions {
  display: flex !important;
  justify-content: center !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
}
body.page-mens-laser .mens-booking-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 150px !important;
  border-radius: 999px !important;
  padding: 13px 20px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  border: 2px solid #fff !important;
}
body.page-mens-laser .mens-booking-btn-primary {
  background: #fff !important;
  color: #24543a !important;
}
body.page-mens-laser .mens-booking-btn-secondary {
  background: transparent !important;
  color: #fff !important;
}

/* Review cards */
.aroma-review-section-clean,
.aroma-reviews {
  padding: 68px 20px !important;
  background: #fff !important;
}
.aroma-review-section-clean .aroma-review-header,
.aroma-review-section-clean .aroma-review-grid,
.aroma-review-section-clean .aroma-review-actions {
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.aroma-review-section-clean .aroma-review-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}
.aroma-review-card {
  background: #fff !important;
  border: 1px solid var(--laser-border) !important;
  border-radius: 24px !important;
  padding: 24px !important;
  box-shadow: 0 14px 38px rgba(24, 62, 74, 0.06) !important;
}
.aroma-review-stars {
  color: #e39b10 !important;
  letter-spacing: 0.12em !important;
}

/* Helpful next reads / decision cards */
.laser-decision-section,
.laser-related-panel,
.service-related-links,
.laser-next-step-panel {
  padding: 68px 20px !important;
  background: linear-gradient(180deg, #f7fbfa 0%, #eef7f5 100%) !important;
}
.laser-decision-wrap,
.laser-related-panel .related-wrap,
.service-related-links .related-wrap,
.laser-next-step-panel .related-wrap {
  max-width: 1120px !important;
  margin: 0 auto !important;
}
.laser-decision-grid,
.related-grid,
.laser-next-step-panel .related-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}
.laser-decision-card,
.related-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  min-height: 210px !important;
  padding: 24px !important;
  border-radius: 24px !important;
  text-decoration: none !important;
  color: #1f4250 !important;
  background: #fff !important;
  border: 1px solid var(--laser-border) !important;
  box-shadow: 0 14px 38px rgba(24, 62, 74, 0.06) !important;
}
.laser-decision-tag,
.related-card small {
  width: max-content !important;
  color: var(--laser-green) !important;
  background: #eaf7ef !important;
  border-radius: 999px !important;
  padding: 7px 12px !important;
  font-size: 0.74rem !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase !important;
  font-weight: 850 !important;
}
.laser-decision-button,
.related-card .laser-decision-button,
.related-card span:last-child {
  margin-top: auto !important;
  width: max-content !important;
  border-radius: 999px !important;
  padding: 10px 15px !important;
  color: #fff !important;
  background: #18a84a !important;
  font-weight: 850 !important;
}

/* CTA readability */
.cta-section,
.cta-s,
.laser-clean-final-cta {
  background: linear-gradient(135deg, #24543a 0%, #1f7a4d 100%) !important;
  color: #fff !important;
}
.cta-section h2,
.cta-section p,
.cta-section a,
.cta-s h2,
.cta-s p,
.cta-s a,
.laser-clean-final-cta h2,
.laser-clean-final-cta p,
.laser-clean-final-cta a {
  color: #fff !important;
}

/* Hide legacy duplicate trust blocks that follow the clean strip */
body.laser-service-clean-v18 .service-trust-strip + .trust,
body.page-buttocks-laser .hcard,
body.page-beard-sculpting-laser .hcard {
  display: none !important;
}

/* Responsive */
@media (max-width: 980px) {
  .laser-service-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .laser-service-fact strong {
    white-space: normal !important;
  }
  .laser-price-grid,
  .pricing-grid,
  body.page-mens-laser .mens-service-price-grid,
  body.page-face-laser section.face-detail-hub div.service-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body.page-mens-laser .mens-split {
    grid-template-columns: 1fr !important;
  }
  body.page-mens-laser .mens-visual-stack {
    max-width: 420px !important;
    margin: 0 auto !important;
  }
  .aroma-review-section-clean .aroma-review-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 680px) {
  body.theme-laser .hero-service-clean,
  body.laser-service-clean-v18 .hero-service-clean {
    padding-top: 30px !important;
    padding-bottom: 32px !important;
  }
  .laser-service-facts,
  .laser-price-grid,
  .pricing-grid,
  body.page-mens-laser .mens-service-price-grid,
  body.page-face-laser section.face-detail-hub div.service-detail-grid,
  .laser-decision-grid,
  .related-grid {
    grid-template-columns: 1fr !important;
  }
  .laser-service-fact span,
  .laser-service-fact strong {
    white-space: normal !important;
  }
  .laser-price-card,
  .price-card,
  .face-price-card {
    padding: 20px !important;
  }
}

/* Men's final booking override, kept last to beat old #book-online launch rules */
body.theme-laser.laser-clean-v1.page-mens-laser
  section#book-online.mens-booking-final {
  background: #24543a !important;
  background-image: linear-gradient(
    135deg,
    #24543a 0%,
    #1f7a4d 100%
  ) !important;
  color: #ffffff !important;
  padding: 62px 20px !important;
  text-align: center !important;
}
body.theme-laser.laser-clean-v1.page-mens-laser
  section#book-online.mens-booking-final
  .mens-booking-inner,
body.theme-laser.laser-clean-v1.page-mens-laser
  section#book-online.mens-booking-final
  .mens-booking-inner
  * {
  color: #ffffff !important;
}
body.theme-laser.laser-clean-v1.page-mens-laser
  section#book-online.mens-booking-final
  .mens-booking-btn-primary {
  background: #ffffff !important;
  color: #24543a !important;
  border-color: #ffffff !important;
}
body.theme-laser.laser-clean-v1.page-mens-laser
  section#book-online.mens-booking-final
  .mens-booking-btn-secondary {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
