:root {
  --ink: #100f10;
  --muted: #5e5557;
  --rose: #df6f8a;
  --rose-deep: #cf5879;
  --rose-pale: #fbe6eb;
  --blush: #fff5f6;
  --line: #efc7cf;
  --white: #fffafa;
  --footer: #101010;
  --shadow: 0 18px 60px rgba(134, 58, 78, 0.16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --script: "Allura", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding-top: var(--header-offset, 104px);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 7%, rgba(238, 126, 156, 0.22), transparent 34rem),
    linear-gradient(120deg, #fff8f8 0%, #fff 42%, #fff0f3 100%);
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  padding: 22px clamp(24px, 5vw, 70px);
  background: linear-gradient(180deg, rgba(255, 248, 249, 0.96), rgba(255, 248, 249, 0.76) 72%, rgba(255, 248, 249, 0));
  backdrop-filter: blur(18px);
  border-bottom: 0;
  transition: transform 0.28s ease, background 0.28s ease;
  will-change: transform;
}

.site-header.header-hidden {
  transform: translateY(-110%);
}

.logo-link img {
  width: 200px;
  height: auto;
  mix-blend-mode: multiply;
  filter: contrast(1.04) saturate(1.04);
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 1.65vw, 30px);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
  border: 0;
  text-decoration: none;
  white-space: nowrap;
}

.main-nav a::after {
  display: none;
  content: none;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: none;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(239, 199, 207, 0.76);
  border-radius: 999px;
  background: rgba(255, 250, 250, 0.72);
  box-shadow: 0 10px 24px rgba(216, 93, 127, 0.1);
}

.language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 28px;
  border-radius: 999px;
  text-decoration: none;
}

.language-switcher a.language-hebrew {
  min-width: 32px;
  padding: 0;
}

.language-switcher a.active {
  background: white;
  box-shadow: 0 8px 18px rgba(216, 93, 127, 0.16);
}

.language-name {
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.language-switcher a.active .language-name {
  color: var(--rose-deep);
}

.flag-icon {
  display: block;
  width: 22px;
  height: 15px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(16, 15, 16, 0.16);
}

.flag-us {
  position: relative;
  background: repeating-linear-gradient(
    to bottom,
    #b22234 0 1.15px,
    #fff 1.15px 2.3px
  );
}

.flag-us::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 9px;
  height: 8px;
  content: "";
  background: #3c3b6e;
}

.flag-fr {
  background: linear-gradient(to right, #0055a4 0 33.333%, #fff 33.333% 66.666%, #ef4135 66.666% 100%);
}

.flag-ru {
  background: linear-gradient(to bottom, #fff 0 33.333%, #0039a6 33.333% 66.666%, #d52b1e 66.666% 100%);
}

.flag-il {
  position: relative;
  background: linear-gradient(to bottom, #fff 0 18%, #0038b8 18% 31%, #fff 31% 69%, #0038b8 69% 82%, #fff 82% 100%);
}

.flag-il::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "✡";
  color: #0038b8;
  font-size: 7px;
  font-weight: 700;
  line-height: 1;
  transform: translate(-50%, -54%);
}

.flag-il::after {
  display: none;
}

html[lang="he"] body {
  direction: rtl;
}

html[lang="he"] input,
html[lang="he"] textarea,
html[lang="he"] select {
  direction: rtl;
  text-align: right;
}

html[lang="he"] .language-switcher,
html[lang="he"] .post-meta,
html[lang="he"] .comparison-slider,
html[lang="he"] .social-links {
  direction: ltr;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 34px;
  border: 1px solid var(--rose);
  border-radius: 8px;
  background: linear-gradient(135deg, #e77792, #d85d7f);
  color: white;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(216, 93, 127, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(216, 93, 127, 0.3);
}

.button-small {
  min-height: 40px;
  padding: 0 18px;
  border-radius: 8px;
}

.button-outline {
  background: rgba(255, 255, 255, 0.42);
  color: var(--rose-deep);
  box-shadow: none;
}

.button.light {
  background: white;
  color: var(--rose-deep);
  border-color: white;
  box-shadow: none;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.breadcrumb-trail {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px clamp(24px, 6vw, 86px) 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.breadcrumb-trail ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb-trail li {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  overflow-wrap: anywhere;
}

.breadcrumb-trail li + li::before {
  margin-right: 7px;
  color: rgba(94, 85, 87, 0.48);
  content: "/";
}

.breadcrumb-trail a {
  color: inherit;
  text-decoration: none;
}

.breadcrumb-trail a:hover {
  color: var(--rose-deep);
}

.breadcrumb-trail [aria-current="page"] {
  color: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 590px;
  align-items: end;
  margin-top: -1px;
  padding: 34px clamp(24px, 4vw, 54px) 0;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 560px;
  padding: 34px 0 38px;
}

.script {
  margin: 0 0 8px;
  color: var(--rose);
  font-family: var(--script);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
}

.center {
  text-align: center;
}

h1,
.hero h2,
.section-title,
.booking-hero h2,
.contact-band h2,
.lead-form h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
}

h1 {
  max-width: 580px;
  font-size: clamp(54px, 5.1vw, 68px);
}

h1 span {
  display: block;
  white-space: nowrap;
}

.lede {
  max-width: 500px;
  margin: 24px 0 28px;
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
}

.trust-row {
  margin-top: 28px;
}

.hero-proof-row {
  margin-top: 22px;
  max-width: 500px;
}

.trust-row span {
  position: relative;
  padding-left: 26px;
  font-weight: 500;
}

.trust-row span::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 2px solid var(--rose);
  border-radius: 50%;
  color: var(--rose);
  content: "✓";
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}

.trust-row.compact span + span {
  margin-left: 22px;
}

[dir="rtl"] .trust-row span {
  padding-right: 26px;
  padding-left: 0;
}

[dir="rtl"] .trust-row span::before {
  right: 0;
  left: auto;
}

[dir="rtl"] .trust-row.compact span + span {
  margin-right: 22px;
  margin-left: 0;
}

.hero-art {
  position: absolute;
  z-index: 1;
  left: 38%;
  bottom: -34px;
  width: min(520px, 44vw);
  margin: 0;
  isolation: isolate;
}

.hero-art::before {
  position: absolute;
  right: -8vw;
  bottom: 0;
  width: min(640px, 76vw);
  aspect-ratio: 1;
  border-radius: 50% 50% 0 0;
  content: "";
  background: radial-gradient(circle, rgba(241, 169, 185, 0.45), rgba(250, 223, 229, 0.5) 58%, transparent 59%);
}

.hero-art::after {
  position: absolute;
  right: -10vw;
  bottom: 155px;
  z-index: 0;
  width: 420px;
  height: 255px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  content: "";
  transform: rotate(18deg);
}

.hero-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin: 0 auto;
  mix-blend-mode: multiply;
  filter: saturate(1.03) contrast(1.02);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 19%, #000 94%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 19%, #000 94%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
  mask-composite: intersect;
}

.hero-lead {
  position: absolute;
  z-index: 3;
  top: 38px;
  right: clamp(28px, 4.4vw, 68px);
  width: min(360px, 29vw);
  margin: 0;
  padding: 22px 24px 18px;
  background: linear-gradient(160deg, rgba(255, 232, 238, 0.92), rgba(255, 246, 248, 0.96));
}

.hero-lead h2 {
  font-size: 36px;
}

.hero-lead > p {
  margin: 6px 0 12px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.38;
}

.hero-lead input,
.hero-lead select {
  min-height: 40px;
  margin-bottom: 8px;
  padding: 0 15px;
}

.hero-lead .checkbox {
  margin: 2px 0 12px;
  font-size: 12px;
  line-height: 1.3;
}

.hero-lead .button {
  width: 100%;
  min-height: 44px;
  padding: 0 18px;
  font-size: 13px;
}

.hero-lead .privacy {
  font-size: 12px;
  line-height: 1.35;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 10px clamp(24px, 7vw, 96px);
  background: linear-gradient(90deg, #fff5f7, #fde6eb);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-strip article {
  min-height: 112px;
  padding: 12px 30px;
  text-align: center;
}

.feature-strip article + article {
  border-left: 1px solid var(--line);
}

.feature-strip h2,
.treatment-card h3 {
  margin: 6px 0 5px;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1;
}

.feature-strip p,
.treatment-card p,
.section-copy {
  color: var(--muted);
  line-height: 1.45;
}

.feature-strip p {
  max-width: 230px;
  margin: 0 auto;
  font-size: 13px;
}

.clinic-services-context {
  padding: 52px clamp(24px, 6vw, 88px);
  background: #fffafa;
  border-bottom: 1px solid var(--line);
}

.clinic-services-context .section-copy {
  max-width: 820px;
}

.clinic-service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1040px;
  margin: 28px auto 0;
}

.clinic-service-list article {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fff6f8);
}

.clinic-service-list h3 {
  margin: 0 0 8px;
  color: var(--rose-deep);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.05;
}

.clinic-service-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.trust-safety-note {
  max-width: 980px;
  margin: -18px auto 34px;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffafa;
}

.trust-safety-note h3 {
  margin: 0 0 8px;
  color: var(--rose-deep);
  font-family: var(--serif);
  font-size: 26px;
}

.trust-safety-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.site-disclaimer {
  grid-column: 1 / -1;
  max-width: 960px;
  margin: 4px 0 0;
  color: rgba(255, 250, 250, 0.72);
  font-size: 12px;
  line-height: 1.55;
}

.not-found-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 96px clamp(24px, 6vw, 88px);
  background: linear-gradient(135deg, #fff8f8 0%, #fff 50%, #fff0f3 100%);
}

.not-found-card {
  width: min(720px, 100%);
  padding: clamp(32px, 6vw, 58px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
  text-align: center;
}

.not-found-card img {
  width: 168px;
  height: auto;
  margin: 0 auto 24px;
}

.not-found-card .script {
  font-size: clamp(22px, 5vw, 38px);
  white-space: nowrap;
}

.not-found-card h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 76px);
}

.not-found-card p {
  max-width: 560px;
  margin: 14px auto;
  color: var(--muted);
  line-height: 1.55;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 24px 0;
}

.not-found-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-top: 22px;
  font-size: 14px;
}

.line-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  color: var(--rose);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.clock {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid var(--rose);
  color: var(--rose);
}

section {
  scroll-margin-top: 96px;
}

.results-preview,
.treatments,
.popular-searches,
.testimonials,
.booking {
  padding: 54px clamp(24px, 5vw, 70px);
}

.section-title {
  text-align: center;
  font-size: clamp(42px, 5vw, 62px);
}

.section-copy {
  max-width: 710px;
  margin: 10px auto 28px;
  text-align: center;
}

.quick-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 28px auto;
}

.ba-card,
.treatment-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.ba-card {
  position: relative;
  padding: 0;
}

.compare-slider,
.ba-card img,
.treatment-card img,
.testimonial-grid img {
  width: 100%;
  height: 210px;
}

.compare-slider {
  --position: 50%;
  --slider-width: 320px;
  --slider-height: 210px;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  background: var(--rose-pale);
  cursor: ew-resize;
  touch-action: pan-y;
  user-select: none;
}

.treatment-card .compare-slider,
.testimonial-grid .compare-slider {
  border-radius: 6px 6px 0 0;
}

.compare-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: var(--compare-bg-size, calc(var(--slider-width) * 2) var(--slider-height));
}

.compare-before {
  z-index: 1;
  width: var(--position);
  background-position: var(--compare-before-position, left center);
}

.compare-after {
  background-position: var(--compare-after-position, right center);
}

.compare-slider::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--position);
  z-index: 2;
  width: 3px;
  content: "";
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 1px rgba(16, 15, 16, 0.05), 0 0 18px rgba(16, 15, 16, 0.18);
  transform: translateX(-50%);
  pointer-events: none;
}

.compare-range {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  appearance: none;
  touch-action: none;
}

.compare-range::-webkit-slider-thumb {
  width: 44px;
  height: 44px;
  appearance: none;
}

.compare-range::-moz-range-thumb {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
}

.compare-handle {
  position: absolute;
  top: 50%;
  left: var(--position);
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(16, 15, 16, 0.2);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.compare-handle::before,
.compare-handle::after {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 11px;
  content: "";
  border-color: var(--rose-deep);
  border-style: solid;
}

.compare-handle::before {
  left: 11px;
  border-width: 0 0 3px 3px;
  transform: translateY(-50%) rotate(45deg);
}

.compare-handle::after {
  right: 11px;
  border-width: 3px 3px 0 0;
  transform: translateY(-50%) rotate(45deg);
}

.compare-label {
  position: absolute;
  bottom: 12px;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(16, 15, 16, 0.48);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 6px 14px rgba(16, 15, 16, 0.12);
  backdrop-filter: blur(4px);
}

.compare-label.before {
  left: 12px;
}

.compare-label.after {
  right: 12px;
}

.instagram {
  margin: 0 auto;
}

.filter-bar {
  display: flex;
  max-width: 1120px;
  margin: 32px auto 20px;
  padding: 9px;
  gap: 8px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.filter-bar button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-bar button.active,
.filter-bar button:hover {
  background: var(--rose);
  color: white;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.treatment-card {
  padding-bottom: 24px;
  text-align: center;
}

.treatment-card h3,
.treatment-card p {
  padding: 0 24px;
}

.treatment-card a {
  color: var(--rose-deep);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.popular-searches {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(251, 230, 235, 0.42)),
    var(--white);
  border-top: 1px solid rgba(239, 199, 207, 0.7);
  border-bottom: 1px solid rgba(239, 199, 207, 0.7);
}

.search-cluster-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 28px auto 0;
}

.search-cluster-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 250px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 36px rgba(216, 93, 127, 0.09);
}

.search-cluster-grid h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
}

.search-cluster-grid p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.search-cluster-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(239, 199, 207, 0.72);
  color: var(--rose-deep);
  font-size: 13px;
  font-weight: 650;
}

.search-cluster-grid a::after {
  content: ">";
  color: var(--rose);
}

.trending-content {
  padding: clamp(42px, 5vw, 68px) clamp(24px, 6vw, 86px);
  border-top: 1px solid rgba(239, 199, 207, 0.72);
  border-bottom: 1px solid rgba(239, 199, 207, 0.72);
  background: linear-gradient(135deg, rgba(255, 250, 250, 0.82), rgba(255, 239, 243, 0.58));
}

.trending-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 28px auto 0;
}

.trending-grid article {
  min-width: 0;
}

.trending-grid a {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(239, 199, 207, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 42px rgba(134, 58, 78, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trending-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(134, 58, 78, 0.18);
}

.trending-grid span,
.trending-grid small {
  color: var(--rose-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.trending-grid h3 {
  margin: 14px 0 12px;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1;
}

.trending-grid p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.62;
}

.trending-grid small {
  margin-top: auto;
}

.trending-index-link {
  margin: 24px 0 0;
  text-align: center;
}

.trending-index-link a {
  color: var(--rose-deep);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.trend-page {
  background: #fffafa;
}

.trend-hero {
  padding: clamp(54px, 7vw, 94px) clamp(24px, 6vw, 86px) clamp(38px, 5vw, 66px);
  border-bottom: 1px solid rgba(239, 199, 207, 0.72);
  background: linear-gradient(135deg, #fffefe 0%, #fff2f5 52%, #f9fbff 100%);
}

.trend-hero h1,
.trend-article h1 {
  max-width: 860px;
  font-size: clamp(52px, 7vw, 88px);
}

.trend-hero .lede,
.trend-article .lede {
  max-width: 780px;
}

.trend-listing,
.trend-related-posts {
  padding: clamp(42px, 5vw, 70px) clamp(24px, 6vw, 86px);
}

.trend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}

.trend-card {
  min-width: 0;
}

.trend-card a {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 26px;
  border: 1px solid rgba(239, 199, 207, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(134, 58, 78, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trend-card a:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(134, 58, 78, 0.16);
}

.trend-card span,
.trend-card small {
  color: var(--rose-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.trend-card h2 {
  margin: 14px 0 12px;
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1;
}

.trend-card p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.62;
}

.trend-card small {
  margin-top: auto;
}

.trend-article {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 88px) clamp(24px, 6vw, 52px);
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 18px 0 22px;
  color: var(--rose-deep);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.trend-article section {
  margin-top: 34px;
}

.trend-article h2,
.trend-related-links h2,
.trend-callout h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.02;
}

.trend-article p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.trend-related-links,
.trend-callout {
  margin-top: 40px;
  padding: 28px;
  border: 1px solid rgba(239, 199, 207, 0.84);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.trend-related-links div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.trend-related-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(222, 103, 133, 0.36);
  border-radius: 999px;
  color: var(--rose-deep);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.trend-callout p {
  margin-bottom: 22px;
}

.localized-trust-cta {
  margin-top: 40px;
  padding: 28px;
  border: 1px solid rgba(222, 103, 133, 0.24);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 247, 249, 0.96), rgba(255, 255, 255, 0.96));
}

.localized-trust-cta h2 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.02;
}

.localized-trust-cta p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.localized-cta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.localized-cta-grid a {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid rgba(216, 93, 127, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--rose-deep);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.localized-cta-grid a:first-child {
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  color: white;
}

.localized-micro-cta {
  margin: 28px 0;
  padding: 18px 20px;
  border: 1px solid rgba(216, 93, 127, 0.22);
  border-radius: 8px;
  background: #fffafa;
}

.localized-micro-cta p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.65;
}

.localized-micro-cta strong {
  color: var(--ink);
}

.localized-micro-cta div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.localized-micro-cta a:not(.button) {
  color: var(--rose-deep);
  font-weight: 700;
}

.seo-intent-box,
.seo-decision-framework,
.seo-faq {
  margin-top: 40px;
  padding: 28px;
  border: 1px solid rgba(239, 199, 207, 0.84);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.seo-intent-box h2,
.seo-decision-framework h2,
.seo-faq h2 {
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.02;
}

.seo-decision-framework > p:not(.script) {
  max-width: 760px;
  margin-bottom: 22px;
}

.seo-decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.seo-decision-grid div {
  padding: 20px;
  border: 1px solid rgba(222, 103, 133, 0.24);
  border-radius: 8px;
  background: rgba(255, 247, 249, 0.72);
}

.seo-decision-grid h3 {
  margin-bottom: 8px;
  color: var(--rose-deep);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.seo-decision-grid p {
  font-size: 15px;
  line-height: 1.65;
}

.clinic-checklist {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(239, 199, 207, 0.84);
}

.clinic-checklist h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.clinic-checklist ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.service-decision-links {
  margin-top: 22px;
}

.service-decision-links h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.service-decision-links div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-decision-links a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(222, 103, 133, 0.34);
  border-radius: 999px;
  color: var(--rose-deep);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.seo-intent-box ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.seo-faq details {
  padding: 18px 0;
  border-top: 1px solid rgba(239, 199, 207, 0.84);
}

.seo-faq details:first-of-type {
  border-top: 0;
}

.seo-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.trend-related-posts {
  border-top: 1px solid rgba(239, 199, 207, 0.72);
}

.treatment-page {
  padding-bottom: 0;
}

.treatment-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(320px, 1fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
  padding: clamp(46px, 6vw, 86px) clamp(24px, 6vw, 86px) clamp(42px, 5vw, 70px);
}

.treatment-hero h1 {
  max-width: 660px;
  font-size: clamp(58px, 7vw, 96px);
}

.treatment-hero img {
  width: 100%;
  max-height: 520px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.treatment-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(26px, 4vw, 54px);
  padding: clamp(40px, 5vw, 70px) clamp(24px, 6vw, 86px);
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.5);
}

.treatment-content article,
.treatment-content aside,
.treatment-faq,
.treatment-details div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: var(--shadow);
}

.treatment-content article,
.treatment-content aside {
  padding: clamp(26px, 4vw, 42px);
}

.treatment-content h2,
.treatment-details h2,
.treatment-faq h2,
.treatment-cta h2 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
}

.treatment-content p,
.treatment-content li,
.treatment-details p,
.treatment-faq p {
  color: var(--muted);
  line-height: 1.65;
}

.treatment-content ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.treatment-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0 clamp(24px, 6vw, 86px) clamp(42px, 5vw, 70px);
}

.treatment-details div {
  padding: 28px;
}

.treatment-details span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid var(--rose);
  border-radius: 50%;
  color: var(--rose-deep);
  font-weight: 800;
}

.location-story,
.location-context,
.location-treatment-guide,
.location-conversion,
.location-trust,
.location-proof {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  padding: 0 clamp(24px, 6vw, 86px) clamp(42px, 5vw, 70px);
}

.location-story {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.location-story > div,
.location-context,
.location-treatment-guide,
.location-conversion,
.location-trust,
.location-proof {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 36px rgba(216, 93, 127, 0.1);
}

.location-story > div {
  padding: clamp(26px, 4vw, 42px);
}

.location-story h2,
.location-context h2,
.location-treatment-guide h2,
.location-conversion h2,
.location-trust h2,
.location-proof h2 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
}

.location-story p,
.location-context p,
.location-treatment-guide p,
.location-conversion p,
.location-trust p,
.location-proof p {
  color: var(--muted);
  line-height: 1.65;
}

.location-story p:last-child,
.location-context p:last-child,
.location-treatment-guide p:last-child,
.location-conversion p:last-child,
.location-trust p:last-child,
.location-proof p:last-child {
  margin-bottom: 0;
}

.location-context {
  margin: 0 clamp(24px, 6vw, 86px) clamp(42px, 5vw, 70px);
  padding: clamp(26px, 4vw, 42px);
  background: linear-gradient(135deg, rgba(255, 250, 250, 0.76), rgba(251, 230, 235, 0.56));
}

.location-context .script {
  margin-bottom: 4px;
}

.location-treatment-guide {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  margin: 0 clamp(24px, 6vw, 86px) clamp(42px, 5vw, 70px);
  padding: clamp(26px, 4vw, 42px);
}

.location-conversion {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  align-items: center;
  margin: 0 clamp(24px, 6vw, 86px) clamp(42px, 5vw, 70px);
  padding: clamp(28px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(216, 93, 127, 0.88), rgba(228, 124, 151, 0.86)),
    var(--rose);
}

.location-conversion .script,
.location-conversion h2,
.location-conversion p {
  color: white;
}

.location-conversion-actions {
  display: grid;
  gap: 12px;
}

.location-conversion-actions .button {
  width: 100%;
}

.location-conversion-actions .button-outline {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.76);
  color: white;
}

.location-conversion-actions > a:not(.button) {
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}

.guide-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.guide-links a {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(239, 199, 207, 0.82);
  border-radius: 8px;
  background: rgba(255, 250, 250, 0.78);
  text-decoration: none;
}

.guide-links strong {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1;
}

.guide-links span,
.nearby-line {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.nearby-line {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid rgba(239, 199, 207, 0.72);
}

.nearby-line a {
  color: var(--rose-deep);
  font-weight: 700;
}

.location-trust {
  margin: 0 clamp(24px, 6vw, 86px) clamp(42px, 5vw, 70px);
  padding: clamp(26px, 4vw, 42px);
  background: linear-gradient(135deg, rgba(255, 250, 250, 0.86), rgba(255, 245, 246, 0.72));
}

.location-trust div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.location-proof {
  margin: 0 clamp(24px, 6vw, 86px) clamp(42px, 5vw, 70px);
  padding: clamp(26px, 4vw, 42px);
}

.location-proof div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.location-proof strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.treatment-faq {
  margin: 0 clamp(24px, 6vw, 86px) clamp(42px, 5vw, 70px);
  padding: clamp(28px, 4vw, 44px);
}

.home-faq {
  max-width: 980px;
  margin-top: clamp(34px, 5vw, 58px);
  margin-left: auto;
  margin-right: auto;
}

.home-faq h2 {
  text-align: center;
}

.home-faq .section-copy {
  max-width: 680px;
  margin: 0 auto 18px;
  text-align: center;
}

.treatment-faq details {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.treatment-faq details:first-of-type {
  border-top: 0;
}

.treatment-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.treatment-cta {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: clamp(38px, 5vw, 58px) clamp(24px, 6vw, 86px);
  text-align: center;
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  color: white;
}

.treatment-cta .script,
.treatment-cta h2 {
  color: white;
}

.treatment-cta .button {
  background: white;
  color: var(--rose-deep);
}

.treatment-booking-form {
  display: flex;
  justify-content: center;
  padding: clamp(42px, 5vw, 70px) clamp(24px, 6vw, 86px);
  background: rgba(255, 255, 255, 0.44);
}

.treatment-booking-form .lead-form {
  width: min(560px, 100%);
}

.location-services,
.locations-directory,
.location-hub-links,
.location-link-cloud,
.seo-guide-links,
.service-area-links {
  padding: clamp(42px, 5vw, 70px) clamp(24px, 6vw, 86px);
}

.location-service-grid,
.location-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
  margin: 28px auto 0;
}

.location-service-grid a,
.location-card {
  display: grid;
  gap: 8px;
  min-height: 148px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(216, 93, 127, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.location-service-grid a:hover,
.location-card:hover {
  transform: translateY(-3px);
  border-color: var(--rose);
  background: white;
}

.location-service-grid strong,
.location-card strong {
  font-family: var(--serif);
  font-size: 26px;
}

.location-service-grid span,
.location-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.location-link-cloud {
  background: rgba(255, 255, 255, 0.46);
}

.location-link-cloud h2 {
  margin: 0 0 20px;
  text-align: center;
}

.location-link-cloud div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 1040px;
  margin: 0 auto;
}

.location-link-cloud a {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.booking {
  background: rgba(255, 255, 255, 0.44);
  padding-top: clamp(34px, 4vw, 46px);
  padding-bottom: clamp(38px, 4vw, 48px);
}

.booking-hero {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: clamp(24px, 3.5vw, 36px);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto 24px;
}

.booking-hero h2 {
  max-width: 440px;
  font-size: clamp(48px, 4.5vw, 64px);
}

.booking-hero p:not(.script) {
  font-size: 17px;
  line-height: 1.45;
}

.booking-hero img {
  width: min(100%, 500px);
  height: auto;
  justify-self: end;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.booking .script.center {
  font-size: clamp(28px, 3vw, 36px);
}

.booking .section-title {
  font-size: clamp(34px, 3.6vw, 48px);
}

.session-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  max-width: 1180px;
  margin: 14px auto 0;
}

.session-card {
  display: flex;
  min-height: 218px;
  height: 100%;
  flex-direction: column;
  align-items: center;
  aspect-ratio: auto;
  padding: 16px 13px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--ink);
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.session-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--rose);
  border-radius: 50%;
  color: var(--rose-deep);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
}

.session-card:hover,
.session-card.active {
  transform: translateY(-3px);
  border-color: var(--rose);
  background: white;
}

.clock {
  position: relative;
  border-radius: 50%;
}

.clock::before,
.clock::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  content: "";
  background: var(--rose);
  transform-origin: top;
}

.clock::before {
  height: 13px;
  transform: rotate(0deg);
}

.clock::after {
  height: 11px;
  transform: rotate(120deg);
}

.session-card strong {
  display: block;
  margin-top: 12px;
  font-family: var(--serif);
  font-size: clamp(27px, 2.45vw, 34px);
  line-height: 1;
}

.session-card small {
  display: block;
  margin: 4px 0 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.session-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.42;
  min-height: 52px;
}

.session-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  margin-top: auto;
  padding: 0 14px;
  border-radius: 7px;
  border: 1px solid rgba(216, 93, 127, 0.18);
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(216, 93, 127, 0.24);
}

.session-action svg {
  order: 2;
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.session-card.active .session-action,
.session-card:hover .session-action {
  box-shadow: 0 16px 30px rgba(216, 93, 127, 0.32);
}

.session-card.active .session-action svg,
.session-card:hover .session-action svg {
  transform: translateX(3px);
}

.testimonials {
  position: relative;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 900px;
  margin: 34px auto 44px;
  text-align: center;
}

.stats div + div {
  border-left: 1px solid var(--line);
}

.stats strong {
  display: block;
  font-family: var(--serif);
  font-size: 50px;
  line-height: 1;
}

.stats span {
  color: var(--muted);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.testimonial-grid article {
  padding: 18px 18px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  text-align: center;
  box-shadow: var(--shadow);
}

.testimonial-grid img {
  border-radius: 6px;
}

.stars {
  display: block;
  margin: 16px 0 10px;
  color: var(--rose);
  letter-spacing: 3px;
}

.testimonial-grid p {
  line-height: 1.65;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: center;
  gap: 28px;
  padding: 32px clamp(24px, 7vw, 96px);
  background: linear-gradient(135deg, #d75a7c, #e48299);
  color: white;
}

.contact-band h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.contact-band .script {
  color: white;
}

.inline-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
  width: 100%;
}

.inline-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.inline-form .checkbox {
  grid-column: 1 / -1;
  margin: -2px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  line-height: 1.35;
}

.inline-form .checkbox span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
}

.inline-form .checkbox input {
  flex: 0 0 16px;
  width: 16px;
  min-height: 16px;
  margin-top: 1px;
}

input,
select {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font: inherit;
}

.inline-form input {
  min-width: 0;
}

.contact-form-section {
  display: grid;
  grid-template-columns: minmax(300px, 430px) minmax(320px, 520px);
  justify-content: center;
  align-items: stretch;
  gap: clamp(18px, 3vw, 30px);
  padding: clamp(42px, 6vw, 64px) clamp(18px, 4vw, 32px);
  background: linear-gradient(160deg, rgba(255, 245, 247, 0.8), rgba(255, 255, 255, 0.7));
}

.lead-form {
  width: min(430px, 100%);
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(255, 235, 240, 0.78), rgba(255, 255, 255, 0.82));
  box-shadow: var(--shadow);
}

.contact-form-section .lead-form {
  width: 100%;
  min-width: 0;
  padding: clamp(26px, 3vw, 34px);
}

.lead-form h2 {
  font-size: 42px;
  text-align: center;
}

.contact-form-section .lead-form h2 {
  font-size: clamp(34px, 4vw, 42px);
}

.lead-form.hero-lead {
  width: min(360px, 29vw);
  padding: 22px 24px 18px;
}

.lead-form.hero-lead h2 {
  font-size: 36px;
}

.lead-form > p {
  text-align: center;
  line-height: 1.6;
}

.lead-form input,
.lead-form select {
  margin-bottom: 12px;
}

.checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 8px 0 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.checkbox input {
  width: 18px;
  min-height: auto;
  margin-top: 2px;
}

.privacy {
  margin-top: -2px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.25;
}

.contact-info-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-width: 0;
  padding: clamp(26px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 250, 0.74);
  box-shadow: var(--shadow);
}

.contact-info-card .script {
  margin-bottom: 4px;
  font-size: clamp(30px, 4vw, 38px);
}

.contact-info-card h2 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 42px);
  line-height: 0.95;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.contact-list a {
  display: block;
  padding: 14px 16px;
  border: 1px solid rgba(239, 199, 207, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contact-list span {
  display: block;
  margin-bottom: 3px;
  color: var(--rose-deep);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-info-card iframe {
  flex: 1;
  width: 100%;
  min-height: clamp(220px, 30vw, 300px);
  border: 0;
  border-radius: 8px;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr repeat(4, minmax(0, 1fr));
  gap: 34px;
  padding: 54px clamp(24px, 7vw, 96px) 70px;
  background:
    radial-gradient(circle at 20% 0%, rgba(223, 111, 138, 0.18), transparent 24rem),
    var(--footer);
  color: white;
}

.site-footer img {
  width: 240px;
  filter: none;
}

.site-footer h2 {
  margin: 0 0 16px;
  font: 700 14px var(--sans);
  text-transform: uppercase;
}

.site-footer a {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.86);
}

.site-footer .button {
  display: inline-flex;
  width: auto;
  min-width: 150px;
  min-height: 46px;
  margin-top: 18px;
  padding: 0 28px;
  color: white;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.social-links {
  display: flex;
  gap: 12px;
  width: fit-content;
}

.social-links a {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--rose);
  border-radius: 8px;
  color: var(--rose);
  font-weight: 800;
}

.social-links svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-links a[aria-label="Facebook"] svg {
  fill: currentColor;
  stroke: none;
}

.copyright {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  margin: 0;
  text-align: center;
  font-size: 12px;
}

.result-dialog,
.thank-you-dialog {
  position: relative;
  width: min(720px, calc(100% - 32px));
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.booking-dialog {
  position: relative;
  width: min(500px, calc(100% - 32px));
  max-height: calc(100dvh - 36px);
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: transparent;
  box-shadow: var(--shadow);
  overflow: auto;
}

.booking-dialog[open] {
  position: fixed;
  inset: 50% auto auto 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.result-dialog::backdrop,
.thank-you-dialog::backdrop,
.booking-dialog::backdrop {
  background: rgba(20, 10, 14, 0.46);
}

.result-dialog h2,
.thank-you-dialog h2 {
  margin: 0 46px 18px 0;
  font-family: var(--serif);
  font-size: 42px;
}

.thank-you-dialog {
  width: min(470px, calc(100% - 32px));
  text-align: center;
}

.thank-you-dialog .script {
  margin-right: 38px;
  font-size: 38px;
}

.thank-you-dialog h2 {
  margin-right: 38px;
  line-height: 1;
}

.thank-you-dialog p:not(.script) {
  margin: 0 auto 22px;
  max-width: 340px;
  color: var(--muted);
  line-height: 1.55;
}

.result-dialog .compare-slider,
.result-dialog img {
  width: 100%;
  height: 410px;
  max-height: 410px;
  border-radius: 8px;
  margin-bottom: 18px;
}

.dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  cursor: pointer;
  font-size: 24px;
}

.booking-dialog-form {
  width: 100%;
  padding: 30px;
  border: 0;
  box-shadow: none;
}

.booking-dialog-form .script {
  margin-right: 38px;
  font-size: 38px;
}

.booking-dialog-form h2 {
  margin-right: 38px;
  font-size: 40px;
  text-align: left;
}

.field-label {
  display: grid;
  gap: 7px;
  margin: 14px 0 18px;
}

.field-label span {
  color: var(--rose-deep);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.field-label select {
  margin: 0;
}

.selected-session {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.65);
  color: var(--muted);
}

.selected-session strong {
  color: var(--rose-deep);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 50;
  padding: 14px 20px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  opacity: 0;
  transform: translate(-50%, 18px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  box-shadow: 0 16px 36px rgba(207, 88, 121, 0.34);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  color: #fff;
  background: linear-gradient(135deg, #e47a95, #bd4568);
  box-shadow: 0 18px 42px rgba(207, 88, 121, 0.42);
  text-decoration: none;
  transform: translateY(-2px);
}

.whatsapp-float.attention {
  animation: whatsapp-attention 1.2s ease-in-out 3;
  box-shadow: 0 18px 46px rgba(207, 88, 121, 0.5);
}

@keyframes whatsapp-attention {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-3px) scale(1.04);
  }
}

.whatsapp-icon {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: var(--rose-deep);
  background: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

[dir="rtl"] .whatsapp-float {
  right: auto;
  left: 18px;
}

@media (max-width: 980px) {
  body {
    --header-offset: 86px;
  }

  .site-header {
    grid-template-columns: 210px 1fr auto auto;
    gap: 14px;
  }

  .main-nav {
    position: fixed;
    inset: var(--header-offset) 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: white;
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .hero,
  .booking-hero,
  .treatment-hero,
  .treatment-content {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-art img {
    margin: 0 auto;
  }

  .hero-lead {
    position: relative;
    top: auto;
    right: auto;
    justify-self: stretch;
    width: min(520px, 100%);
    margin: 0 auto 42px;
  }

  .lead-form.hero-lead {
    width: min(520px, 100%);
    padding: 26px 28px 22px;
  }

  .hero-art {
    position: relative;
    left: auto;
    width: min(620px, 100%);
    margin: 0 auto;
  }

  .feature-strip,
  .clinic-service-list,
  .session-grid,
  .search-cluster-grid,
  .treatment-details,
  .location-story,
  .location-treatment-guide,
  .location-conversion,
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-strip article:nth-child(3) {
    border-left: 0;
  }

  .quick-results,
  .trend-grid,
  .trending-grid,
  .treatment-grid,
  .location-service-grid,
  .location-proof div,
  .location-trust div,
  .location-card-grid,
  .testimonial-grid,
  .site-footer,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .inline-form {
    width: 100%;
  }

  .inline-form label,
  .inline-form input {
    width: 100%;
    min-width: 0;
  }

  .filter-bar {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
  }

  .filter-bar button {
    flex: 1 1 calc(33.333% - 8px);
    min-width: 0;
    padding: 0 14px;
    white-space: normal;
  }

  .contact-form-section .lead-form,
  .contact-info-card {
    width: min(560px, 100%);
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .contact-form-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body {
    --header-offset: 71px;
  }

  .site-header {
    grid-template-columns: 150px 1fr auto;
    padding: 14px 18px;
    gap: 10px;
  }

  .site-header > .button {
    display: none;
  }

  .logo-link img {
    width: 150px;
  }

  .language-switcher {
    padding: 4px;
    gap: 3px;
  }

  .language-switcher a {
    min-width: 28px;
    height: 24px;
    font-size: 15px;
  }

  .language-switcher a.language-hebrew {
    gap: 5px;
    min-width: 60px;
    padding: 0 7px;
  }

  .language-name {
    font-size: 11px;
  }

  h1 {
    font-size: clamp(40px, 12vw, 50px);
  }

  h1 span {
    white-space: normal;
  }

  .hero {
    padding: 22px 18px 0;
    gap: 18px;
  }

  .hero-copy {
    padding: 8px 0 0;
  }

  .lede {
    margin: 16px 0 20px;
    font-size: 16px;
  }

  .hero-art {
    width: min(300px, calc(100vw - 32px));
    margin: -16px auto 0;
  }

  .hero-lead {
    justify-self: center;
    width: min(390px, calc(100vw - 28px));
    margin-bottom: 22px;
  }

  .lead-form.hero-lead {
    width: min(390px, calc(100vw - 28px));
    padding: 17px 15px 15px;
  }

  .lead-form.hero-lead h2 {
    font-size: 30px;
  }

  .hero-lead > p {
    margin: 4px 0 9px;
    font-size: 11px;
    line-height: 1.34;
  }

  .hero-lead input,
  .hero-lead select {
    min-height: 37px;
    margin-bottom: 6px;
    padding: 0 12px;
  }

  .hero-lead .checkbox {
    margin: 0 0 9px;
    font-size: 11px;
    line-height: 1.28;
  }

  .hero-lead .button {
    min-height: 39px;
  }

  .hero-lead .privacy {
    font-size: 10px;
    line-height: 1.2;
  }

  .hero-actions {
    gap: 14px 16px;
  }

  .hero-proof-row {
    margin-top: 18px;
    gap: 14px 18px;
  }

  .booking-hero {
    gap: 14px;
    margin-bottom: 24px;
  }

  .booking-hero h2 {
    font-size: 46px;
  }

  .booking-hero p:not(.script) {
    font-size: 16px;
    line-height: 1.4;
  }

  .booking-hero .trust-row,
  .booking-hero img {
    display: none;
  }

  .booking .script.center {
    font-size: 30px;
  }

  .booking .section-title {
    font-size: 38px;
  }

  .hero-actions,
  .not-found-actions,
  .inline-form {
    align-items: stretch;
  }

  .inline-form {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .not-found-actions {
    flex-direction: column;
  }

  .trust-row.compact span + span {
    margin-left: 0;
  }

  .feature-strip,
  .treatment-details,
  .location-story,
  .location-treatment-guide,
  .location-conversion,
  .search-cluster-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .treatment-hero {
    padding: 34px 18px 28px;
  }

  .treatment-hero h1 {
    font-size: 54px;
  }

  .treatment-hero img {
    max-height: 360px;
  }

  .treatment-content,
  .treatment-details,
  .location-story {
    padding: 36px 18px;
  }

  .location-context,
  .location-treatment-guide,
  .location-hub-links,
  .location-conversion,
  .location-trust,
  .location-proof,
  .treatment-faq {
    margin: 0 18px 36px;
    padding: 24px 18px;
  }

  .treatment-booking-form {
    padding: 36px 18px;
  }

  .treatment-content h2,
  .treatment-details h2,
  .location-story h2,
  .location-context h2,
  .location-treatment-guide h2,
  .location-conversion h2,
  .location-trust h2,
  .location-proof h2,
  .location-service-grid strong,
  .location-card strong,
  .treatment-faq h2,
  .treatment-cta h2 {
    font-size: 36px;
  }

  .guide-links {
    grid-template-columns: 1fr;
  }

  .location-conversion-actions {
    align-content: start;
  }

  .session-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 8px;
  }

  .session-card {
    aspect-ratio: auto;
    min-height: 136px;
    padding: 10px 8px 9px;
  }

  .session-icon {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .session-card strong {
    margin-top: 7px;
    font-size: 23px;
  }

  .session-card small {
    margin-bottom: 0;
    font-size: 10px;
  }

  .session-card p {
    display: none;
    min-height: 0;
  }

  .session-action {
    min-height: 32px;
    margin-top: auto;
    padding: 0 12px;
    font-size: 10px;
  }

  .filter-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
  }

  .filter-bar button {
    flex: initial;
    min-width: 0;
    padding: 0 12px;
    font-size: 12px;
    white-space: normal;
  }

  .instagram {
    width: 100%;
    padding: 0 18px;
    font-size: 13px;
    text-align: center;
  }

  .booking-dialog {
    width: min(352px, calc(100% - 28px));
    max-height: calc(100dvh - 28px);
  }

  .booking-dialog-form {
    padding: 26px 18px 20px;
  }

  .booking-dialog-form .script {
    margin-right: 34px;
    font-size: 30px;
  }

  .booking-dialog-form h2 {
    margin-right: 34px;
    font-size: 34px;
  }

  .result-dialog,
  .thank-you-dialog {
    padding: 24px 18px;
  }

  .result-dialog h2,
  .thank-you-dialog h2 {
    font-size: 34px;
  }

  .thank-you-dialog .script {
    font-size: 32px;
  }

  .result-dialog .compare-slider,
  .result-dialog img {
    height: 260px;
  }

  .feature-strip article + article,
  .stats div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .results-preview,
  .trend-listing,
  .trend-related-posts,
  .trending-content,
  .treatments,
  .testimonials,
  .booking {
    padding: 36px 18px;
  }

  .trending-grid a {
    padding: 20px;
  }

  .trend-hero,
  .trend-article {
    padding-left: 18px;
    padding-right: 18px;
  }

  .trend-article {
    box-sizing: border-box;
    width: calc(100vw - 36px);
    padding-left: 0;
    padding-right: 0;
  }

  .trend-hero h1,
  .trend-article h1 {
    max-width: 100%;
    font-size: 38px;
    hyphens: auto;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .trend-article .lede,
  .trend-article p,
  .trend-article h2,
  .localized-trust-cta,
  .localized-trust-cta h2,
  .localized-cta-grid,
  .seo-intent-box,
  .seo-decision-framework,
  .seo-decision-grid,
  .seo-decision-grid div,
  .seo-decision-grid h3,
  .seo-faq,
  .trend-related-links,
  .trend-callout,
  .seo-intent-box li {
    box-sizing: border-box;
    max-width: 100%;
    hyphens: auto;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .seo-intent-box,
  .seo-decision-framework,
  .localized-trust-cta,
  .seo-faq,
  .trend-related-links,
  .trend-callout {
    padding: 20px;
  }

  .seo-decision-grid {
    grid-template-columns: 1fr;
  }

  .localized-cta-grid {
    grid-template-columns: 1fr;
  }

  .trend-card a,
  .trend-related-links,
  .trend-callout {
    padding: 20px;
  }

  .trend-related-links div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .booking {
    min-height: 100dvh;
    padding-top: 48px;
    padding-bottom: 44px;
    scroll-margin-top: 0;
  }

  .ba-card img,
  .treatment-card img,
  .testimonial-grid img {
    height: 180px;
  }

  .compare-slider {
    touch-action: pan-y;
  }

  .compare-label {
    bottom: 9px;
    padding: 4px 8px;
    font-size: 9px;
  }

  .contact-band,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .contact-form-section {
    padding: 42px 18px;
  }

  .contact-info-card {
    order: -1;
    padding: 28px;
  }

  .contact-info-card iframe {
    min-height: 260px;
  }

  .location-hub-links {
    padding-inline: 18px;
  }

  .location-conversion-actions .button {
    min-height: 48px;
    white-space: normal;
  }
}

@media (max-width: 420px) {
  body {
    --header-offset: 64px;
  }

  .site-header {
    grid-template-columns: 120px 1fr auto;
    gap: 8px;
    padding: 12px;
  }

  .logo-link img {
    width: 120px;
  }

  .language-switcher a.language-hebrew {
    min-width: 28px;
    padding: 0;
  }

  .language-switcher .language-name {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

.main-nav a,
.main-nav a.active,
.main-nav a:hover,
.main-nav a:focus {
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.main-nav a::before,
.main-nav a::after,
.main-nav a.active::before,
.main-nav a.active::after,
.main-nav a:hover::before,
.main-nav a:hover::after {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  content: none !important;
  background: transparent !important;
  transform: none !important;
}
