@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

.lp-root {
  --primary:       #EDCCB5;
  --primary-hover: #EDCCB5;
  --accent:        #E5FFB2;
  --black:         #000000;
  --white:         #ffffff;
  --heading-h1:    #EDCCB5;
  --heading-h2:    #EDCCB5;
  --heading-h3:    #000000;
  --bg:            #fdfeff;
  --hero-bg:       #fefcfb;
  --surface:       #ffffff;
  --surface-tint:  #fefcfb;
  --surface-border: #fbf4ef;
  --surface-promo: #fcfff7;
  --surface-promo-border: #f8ffeb;
  --text:          #000000;
  --text-muted:    #737373;
  --text-dim:      #8c8c8c;
  --icon-color:    #EDCCB5;
  --list-text:     #000000;
  --header-bg:     #EDCCB5;
  --btn-text:      #ffffff;
  --footer-bg:     #fefcfb;
  --overlay-dark:  rgba(0,0,0,0.7);
  --shadow-soft:   rgba(0,0,0,0.1);
  --white-15:      rgba(255,255,255,0.15);
  --white-10:      rgba(255,255,255,0.1);
}

.lp-root, .lp-root * { margin: 0; padding: 0; box-sizing: border-box; }
.lp-root { font-family: 'Open Sans', system-ui, sans-serif; color: var(--text); line-height: 1.6; background: var(--bg); }
.lp-root h1, .lp-root h2, .lp-root h3, .lp-root h4 { font-family: 'Montserrat', sans-serif; font-weight: 700; }
.lp-root h1 { color: var(--heading-h1); }
.lp-root h2 { color: var(--heading-h2); }
.lp-root p  { color: var(--text); }
.lp-root a  { color: inherit; text-decoration: none; }
.lp-root img { max-width: 100%; height: auto; display: block; }
.lp-root ul { list-style: none; }
/* Namespaced to lp-container: themes (e.g. OceanWP/Elementor) ship a generic
   "container" class (width:1200px) that collided with ours and leaked a fixed
   width onto mobile. width:100% is also kept as belt-and-suspenders. */
.lp-root .lp-container { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 clamp(16px, 5vw, 20px); }

/* NAV */
.lp-root nav { background: var(--header-bg); padding: 0; position: sticky; top: 0; z-index: 900; border-bottom: 1px solid var(--white-10); }
.lp-root nav .lp-container { display: flex; justify-content: space-between; align-items: center; min-height: 64px; }
.lp-root .lp-logo { font-size: 18px; letter-spacing: 3px; font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--btn-text); display: flex; align-items: center; }
.lp-root .lp-logo img { height: 80px; max-height: 80px; max-width: 200px; width: auto; object-fit: contain; display: block; }
.lp-root .nav-links { display: flex; gap: 25px; }
.lp-root .nav-links a { color: var(--btn-text); font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; opacity: .85; }
.lp-root .nav-links a:hover { opacity: 1; }
.lp-root .nav-right { display: flex; align-items: center; gap: 15px; }
.lp-root .social-icons { display: flex; gap: 8px; }
.lp-root .social-icons a { width: 28px; height: 28px; background: var(--white-15); color: var(--btn-text); display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; font-size: 12px; }
.lp-root .btn-outline-nav { border: 1px solid var(--btn-text); padding: 8px 14px; color: var(--btn-text); font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 3px; }

/* FOOTER — simple two tiers: top (brand+socials | Privacy·Terms) over a bottom
   bar (location + copyright | medical disclaimer). Colours are inline (contrast-
   derived from the footer band); these rules own layout + opacity tiers. */
.lp-root footer { padding: 56px 0 40px; background: var(--footer-bg); }
/* Minimal footer: logo + disclaimer on the left, location on the right.
   grid-template-areas drive the mobile reorder (logo → location → disclaimer). */
.lp-root .footer-grid { display: grid; grid-template-columns: 1fr auto; grid-template-areas: "brand location" "disclaimer location"; column-gap: 48px; row-gap: 18px; align-items: start; }
.lp-root .footer-brand { grid-area: brand; max-width: 340px; }
.lp-root .footer-logo { font-size: 16px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.lp-root .footer-logo-img { height: 44px; width: auto; max-width: 200px; object-fit: contain; display: block; }
.lp-root .footer-location { grid-area: location; justify-self: end; text-align: right; font-size: 13px; line-height: 1.55; max-width: 360px; }
.lp-root .footer-disclaimer { grid-area: disclaimer; font-size: 11px; line-height: 1.6; max-width: 460px; }
@media (max-width: 768px) {
  .lp-root .footer-grid { grid-template-columns: 1fr; grid-template-areas: "brand" "location" "disclaimer"; row-gap: 20px; }
  .lp-root .footer-location { justify-self: start; text-align: left; max-width: none; }
  .lp-root .footer-disclaimer { max-width: none; }
}

/* HERO */
.lp-root .hero { padding: clamp(48px, 8vw, 80px) 0; background: var(--bg); }
.lp-root .hero-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: flex-start; }
.lp-root .treatment-pill { display: inline-flex; align-items: center; background: var(--surface-tint); border: 1px solid var(--surface-border); padding: 6px 14px; border-radius: 20px; font-size: 11px; font-weight: 600; margin-bottom: 25px; color: var(--primary); }
.lp-root .hero h1 { font-size: 44px; line-height: 1.1; margin-bottom: 20px; letter-spacing: -0.5px; }
.lp-root .hero p { font-size: 16px; color: var(--text-muted); margin-bottom: 30px; max-width: 480px; }
.lp-root .hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; margin-top: 8px; }
.lp-root .lp-btn-primary { background: var(--primary); color: var(--white); padding: 14px 26px; font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; display: inline-flex; align-items: center; gap: 8px; border-radius: 6px; border: none; cursor: pointer; transition: background .2s, transform .1s; text-decoration: none; }
.lp-root .lp-btn-primary:hover { background: var(--primary-hover); color: var(--white); transform: translateY(-1px); }
.lp-root .promo-box { background: var(--surface-promo, #f3f4f6); border: 1px solid var(--surface-border, #e5e7eb); box-shadow: 0 1px 2px rgba(0,0,0,0.06); padding: 12px 18px; border-radius: 6px; display: inline-block; }
.lp-root .promo-box strong { font-size: 14px; color: var(--text); }
.lp-root .promo-box strong span { font-weight: 400; font-size: 12px; }
.lp-root .promo-sub { display: block; font-size: 11px; font-style: italic; color: var(--text-dim); margin-top: 4px; }
.lp-root .hero-visual { position: relative; border-radius: 12px; overflow: hidden; min-height: 320px; display: flex; align-items: center; justify-content: center; background: var(--surface-tint); box-shadow: 0 20px 40px var(--shadow-soft); }
/* Hero variant: centered — single column, copy centered, image below. */
.lp-root .hero--centered .lp-container { display: block; text-align: center; }
.lp-root .hero--centered .hero-content { max-width: 720px; margin: 0 auto 40px; }
.lp-root .hero--centered .hero-content p { margin-left: auto; margin-right: auto; max-width: 560px; }
.lp-root .hero--centered .hero-actions { align-items: center; }
.lp-root .hero--centered .hero-visual { max-width: 1000px; margin: 0 auto; min-height: 420px; }
/* Hero variant: full-bleed — background image with copy overlaid. */
.lp-root .hero--fullbleed { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: clamp(48px, 8vw, 80px) 0; }
.lp-root .hero--fullbleed .hero-bg { position: absolute; inset: 0; }
.lp-root .hero--fullbleed .hero-bg img, .lp-root .hero--fullbleed .hero-bg video, .lp-root .hero--fullbleed .hero-bg iframe { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lp-root .hero--fullbleed .hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.45); }
.lp-root .hero--fullbleed .hero-content { position: relative; z-index: 1; max-width: 760px; }
.lp-root .hero--fullbleed h1 { color: #fff; }
.lp-root .hero--fullbleed p { color: rgba(255,255,255,0.92); margin-left: auto; margin-right: auto; }
.lp-root .hero--fullbleed .treatment-pill { background: rgba(255,255,255,0.15); color: #fff; border-color: rgba(255,255,255,0.3); }
.lp-root .hero--fullbleed .hero-actions { align-items: center; }
@media (max-width: 640px) { .lp-root .hero--fullbleed { min-height: 420px; } }
.lp-root .hero-visual img, .lp-root .hero-visual iframe, .lp-root .hero-visual video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* Portrait hero media (9:16 / 3:4 campaign video): shape the slot to the media
   so a vertical video isn't cropped into the landscape box. Split + centered. */
.lp-root .hero--portrait .hero-visual { min-height: 0; aspect-ratio: 9 / 16; max-height: 560px; max-width: 320px; width: 100%; margin: 0 auto; }

/* Hero variant: CTA Split — white form card left, treatment image right */
.lp-root .hero--cta-split { padding: clamp(48px, 8vw, 80px) 0; }
.lp-root .hero-cta-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: center; }
.lp-root .hero-cta-panel { background: #fff; border-radius: 16px; padding: 48px; box-shadow: 0 8px 32px rgba(0,0,0,0.10); text-align: center; }
.lp-root .hero-cta-panel h1 { font-size: 28px; line-height: 1.18; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 16px; }
.lp-root .hero-cta-promo { font-size: 15px; line-height: 1.6; color: var(--text); margin-bottom: 24px; }
.lp-root .hero-cta-form { width: 100%; }
.lp-root .hero-cta-form--empty { display: flex; flex-direction: column; align-items: center; gap: 16px; padding: 16px 0; }
.lp-root .hero-cta-book { display: block; text-align: center; padding: 16px 24px; font-size: 13px; width: 100%; }
.lp-root .hero--cta-split .hero-visual { border-radius: 14px; overflow: hidden; min-height: 400px; display: flex; align-items: center; justify-content: center; background: var(--surface-tint); }
@media (max-width: 900px) { .lp-root .hero-cta-grid { grid-template-columns: 1fr; gap: 32px; } }
@media (max-width: 640px) { .lp-root .hero--cta-split { padding: 48px 0; } .lp-root .hero-cta-panel { padding: 28px; } .lp-root .hero--cta-split .hero-visual { min-height: 260px; } }

/* FEATURE BAR — horizontal scroll strip (position coupled to page scroll by lp-fx)
   Contrast-aware: base = light-band colours (dark text/icons); on a dark band the
   section carries lp-sec--dark (added by withSectionBg) which flips them white. So
   a light-primary brand reads dark-on-light, a dark-primary brand reads white-on-
   dark — matching the editor canvas, which derives the same from bg luminance. */
.lp-root .feature-bar { background: var(--primary); color: var(--text); padding: 40px 0; }
/* inline-flex track + text-align:center keeps it centered while it fits and the
   start reachable once it overflows (sidesteps the flex justify-content:center +
   overflow clipping bug). Scrollbar hidden — the strip is scroll/swipe driven. */
.lp-root .feature-strip { overflow-x: auto; overflow-y: hidden; text-align: center; white-space: nowrap; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; }
.lp-root .feature-strip::-webkit-scrollbar { width: 0; height: 0; display: none; }
.lp-root .feature-track { display: inline-flex; flex-wrap: nowrap; align-items: center; vertical-align: middle; gap: 64px; padding: 0 40px; }
.lp-root .feature-item { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; text-align: center; color: var(--text); }
.lp-root .feature-item span.material-icons { font-size: 28px; margin-bottom: 12px; color: var(--icon-color); }
.lp-root .feature-item span:not(.material-icons) { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .5px; color: var(--text); white-space: nowrap; }
/* Dark band → white text + icons */
.lp-root .feature-bar.lp-sec--dark,
.lp-root .feature-bar.lp-sec--dark .feature-item,
.lp-root .feature-bar.lp-sec--dark .feature-item span:not(.material-icons),
.lp-root .feature-bar.lp-sec--dark .feature-item span.material-icons { color: var(--white); }

/* ELIGIBILITY */
.lp-root .eligibility { padding: clamp(48px, 8vw, 80px) 0; text-align: center; background: var(--bg); }
.lp-root .eligibility h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: clamp(20px, 5vw, 40px); }
.lp-root .eligibility-box { background: var(--white); max-width: 600px; margin: 0 auto; padding: clamp(24px, 5vw, 40px); border-radius: 12px; text-align: left; border: 1px solid #e2e8f0; box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
/* Icon flows inline before the first word (flex row), so it stays aligned to
   the first line no matter how long the text wraps — not absolutely positioned. */
.lp-root .eligibility-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 20px; font-size: 15px; font-weight: 500; }
.lp-root .eligibility-list__icon { font-size: 20px; line-height: 1.5; flex-shrink: 0; }

/* Eligibility variant: cards */
.lp-root .eligibility--cards .eligibility-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 800px; margin: 0 auto; }
.lp-root .eligibility-card { background: var(--white); border: 1px solid #e2e8f0; border-radius: 12px; padding: 24px; display: flex; gap: 16px; align-items: flex-start; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.lp-root .eligibility-card__icon { font-size: 24px; flex-shrink: 0; }
.lp-root .eligibility-card p { font-size: 15px; font-weight: 500; line-height: 1.5; }
@media (max-width: 640px) { .lp-root .eligibility--cards .eligibility-card-grid { grid-template-columns: 1fr; } }

/* Clinic variant: image-right — reverse column order */
.lp-root .loc-grid--reversed { grid-template-columns: 1.2fr 1fr; }

/* HOW IT WORKS */
.lp-root .how-works { background: var(--primary); color: var(--text); padding: clamp(48px, 8vw, 80px) 0; }
.lp-root .how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 60px); align-items: center; }
.lp-root .how-works h2 { font-size: clamp(24px, 4vw, 32px); margin-bottom: 20px; color: var(--heading-h2); }
.lp-root .how-works p.intro { font-size: 15px; margin-bottom: clamp(20px, 5vw, 40px); color: var(--text-muted); }
.lp-root .how-item { display: flex; gap: 20px; margin-bottom: 30px; }
.lp-root .how-icon { flex-shrink: 0; width: 44px; height: 44px; background: var(--surface-tint); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.lp-root .how-icon span.material-icons { color: var(--icon-color); font-size: 20px; }
.lp-root .how-text h4 { font-size: 16px; margin-bottom: 5px; color: var(--heading-h3); }
.lp-root .how-text p { font-size: 14px; color: var(--text-muted); }
.lp-root .how-image-placeholder { position: relative; overflow: hidden; min-height: 320px; display: flex; align-items: center; justify-content: center; background: var(--surface-tint); border-radius: 8px; }
.lp-root .how-image-placeholder img, .lp-root .how-image-placeholder iframe, .lp-root .how-image-placeholder video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* icon-grid variant */
.lp-root .how-icon-grid { text-align: center; }
.lp-root .how-icon-grid h2 { margin-bottom: 14px; }
.lp-root .how-icon-grid p.intro { margin-bottom: clamp(24px, 5vw, 48px); }
.lp-root .how-icon-col { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 16px; border-radius: 10px; }
.lp-root .how-icon-circle { width: 56px; height: 56px; background: var(--surface-tint); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.lp-root .how-icon-circle span.material-icons { color: var(--icon-color); font-size: 26px; }
.lp-root .how-icon-col h4 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--heading-h3); margin: 0; }
.lp-root .how-icon-col p { font-size: 13px; line-height: 1.6; color: var(--text-muted); margin: 0; }
/* Dark How It Works band — flip text white + translucent-white icon circles (the
   section carries lp-sec--dark only when its background resolves dark). */
.lp-root .how-works.lp-sec--dark { color: var(--white); }
.lp-root .how-works.lp-sec--dark h2,
.lp-root .how-works.lp-sec--dark p.intro,
.lp-root .how-works.lp-sec--dark .how-text h4,
.lp-root .how-works.lp-sec--dark .how-text p,
.lp-root .how-works.lp-sec--dark .how-icon-col h4,
.lp-root .how-works.lp-sec--dark .how-icon-col p { color: var(--white); }
.lp-root .how-works.lp-sec--dark .how-icon,
.lp-root .how-works.lp-sec--dark .how-icon-circle { background: rgba(255,255,255,0.18); }
.lp-root .how-works.lp-sec--dark .how-icon span.material-icons,
.lp-root .how-works.lp-sec--dark .how-icon-circle span.material-icons { color: var(--white); }
.lp-root .how-works.lp-sec--dark .how-image-placeholder { background: var(--white-10); }
/* stacked variant */
.lp-root .how-stacked { text-align: center; }
.lp-root .how-stacked h2 { margin-bottom: 14px; }
.lp-root .how-stacked p.intro { margin-bottom: clamp(24px, 5vw, 44px); }
.lp-root .how-stacked-list { display: flex; flex-direction: row; gap: 20px; align-items: stretch; }
.lp-root .how-stacked-item { flex: 1; display: flex; gap: 20px; align-items: flex-start; padding: 20px 24px; border-radius: 12px; background: rgba(255,255,255,0.07); text-align: left; }
.lp-root .how-stacked-icon { flex-shrink: 0; width: 44px; height: 44px; background: var(--surface-tint); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.lp-root .how-stacked-icon span.material-icons { color: var(--icon-color); font-size: 22px; }
.lp-root .how-stacked-num { color: var(--icon-color); font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 17px; }
.lp-root .how-stacked-text h4 { font-size: 15px; font-weight: 700; margin-bottom: 6px; color: var(--heading-h3); }
.lp-root .how-stacked-text p { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin: 0; }
.lp-root .how-works.lp-sec--dark .how-stacked-item { background: rgba(255,255,255,0.09); }
.lp-root .how-works.lp-sec--dark .how-stacked-icon { background: rgba(255,255,255,0.18); }
.lp-root .how-works.lp-sec--dark .how-stacked-icon span.material-icons,
.lp-root .how-works.lp-sec--dark .how-stacked-num { color: var(--white); }
.lp-root .how-works.lp-sec--dark .how-stacked-text h4,
.lp-root .how-works.lp-sec--dark .how-stacked-text p { color: var(--white); }
/* 3-column icon-grid */
.lp-root .how-icon-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }

/* EXPECT */
.lp-root .expect { padding: clamp(48px, 8vw, 80px) 0; text-align: center; background: var(--bg); }
.lp-root .expect h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 15px; }
.lp-root .expect p.sub { color: var(--text-muted); margin-bottom: clamp(24px, 6vw, 50px); }
/* Outer wrap scrolls; inner grid is inline-flex so text-align:center on .expect centers it on desktop. */
.lp-root .expect-grid-wrap { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; padding-bottom: 4px; }
.lp-root .expect-grid { display: inline-flex; flex-wrap: nowrap; gap: 20px; }
.lp-root .expect-card { flex: 0 0 260px; background: var(--surface); padding: 36px 28px; border-radius: 12px; text-align: left; border: 1px solid #e2e8f0; box-shadow: 0 4px 12px rgba(0,0,0,0.03); }
.lp-root .expect-card__media { position: relative; width: 100%; min-height: 170px; margin-bottom: 18px; border-radius: 10px; overflow: hidden; background: var(--surface-tint); }
.lp-root .expect-card span.step { font-size: 11px; font-weight: 700; color: var(--primary); text-transform: uppercase; display: block; margin-bottom: 10px; letter-spacing: 1px; }
.lp-root .expect-card h4 { font-size: 16px; margin-bottom: 12px; font-family: 'Montserrat', sans-serif; }
.lp-root .expect-card p { font-size: 14px; color: var(--text-muted); }
.lp-root .expect-comforts { margin-top: 28px; display: inline-flex; align-items: center; gap: 12px; background: var(--surface-promo, #f3f4f6); color: var(--text); border: 1px solid var(--surface-border, #e5e7eb); padding: 10px 18px; border-radius: 999px; font-size: 12px; font-weight: 600; }
/* Expect default variant: image cards — horizontal row on desktop, stacked on mobile. */
.lp-root .expect-photo-list { display: flex; flex-direction: row; gap: 24px; align-items: stretch; }
.lp-root .expect-photo { flex: 1; text-align: center; }
.lp-root .expect-photo__media { position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: 12px; overflow: hidden; background: var(--surface-tint); margin-bottom: 14px; }
.lp-root .expect-photo__media img, .lp-root .expect-photo__media video, .lp-root .expect-photo__media iframe { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lp-root .expect-photo h4 { font-size: 16px; font-family: 'Montserrat', sans-serif; }

/* CLINIC INFO — contrast-aware: base = light-band colours; lp-sec--dark (added by
   withSectionBg when the band resolves dark) restores the white text + translucent-
   white decorations. Matches the editor canvas, which derives the same from bg. */
.lp-root .clinic-section { background: var(--primary); color: var(--text); padding: clamp(48px, 8vw, 80px) 0; }
.lp-root .clinic-section h2 { color: var(--heading-h2); font-size: clamp(24px, 4vw, 30px); margin-bottom: 8px; }
.lp-root .clinic-section .subheadline { font-size: 15px; margin-bottom: 32px; color: var(--text-muted); }
.lp-root .loc-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: center; }
.lp-root .loc-image { position: relative; background: var(--surface-tint); border-radius: 12px; min-height: 280px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.lp-root .loc-image img, .lp-root .loc-image iframe, .lp-root .loc-image video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-root .loc-details { display: flex; flex-direction: column; gap: 22px; }
.lp-root .loc-row { display: flex; gap: 14px; align-items: flex-start; }
.lp-root .loc-row span.material-icons { background: var(--surface-tint); color: var(--icon-color); width: 36px; height: 36px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.lp-root .loc-text { min-width: 0; }
.lp-root .loc-text strong { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 4px; font-family: 'Montserrat', sans-serif; color: var(--text-muted); }
.lp-root .loc-text p { color: var(--text); font-size: 15px; overflow-wrap: anywhere; }
.lp-root .loc-branch { display: flex; flex-direction: column; gap: 16px; padding-bottom: 18px; }
.lp-root .loc-branch + .loc-branch { border-top: 1px solid var(--surface-border); padding-top: 18px; }
.lp-root .loc-branch-label { font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700; color: var(--heading-h3); }
.lp-root .loc-map { font-size: 12px; font-weight: 600; color: var(--primary); text-decoration: underline; align-self: flex-start; }
.lp-root .loc-more { background: var(--surface-tint); border: 1px solid var(--surface-border); border-radius: 6px; color: var(--text); font-size: 12px; font-weight: 600; padding: 6px 14px; cursor: pointer; margin-top: 4px; }
/* Dark band → white text + translucent-white decorations */
.lp-root .clinic-section.lp-sec--dark { color: var(--white); }
.lp-root .clinic-section.lp-sec--dark h2,
.lp-root .clinic-section.lp-sec--dark .subheadline,
.lp-root .clinic-section.lp-sec--dark .loc-text strong,
.lp-root .clinic-section.lp-sec--dark .loc-text p,
.lp-root .clinic-section.lp-sec--dark .loc-branch-label,
.lp-root .clinic-section.lp-sec--dark .loc-map { color: var(--white); }
.lp-root .clinic-section.lp-sec--dark .loc-image { background: rgba(255,255,255,0.08); }
.lp-root .clinic-section.lp-sec--dark .loc-row span.material-icons { background: rgba(255,255,255,0.18); color: var(--white); }
.lp-root .clinic-section.lp-sec--dark .loc-branch + .loc-branch { border-top-color: rgba(255,255,255,0.18); }
.lp-root .clinic-section.lp-sec--dark .loc-more { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.25); color: rgba(255,255,255,0.9); }

/* SERVICE INFO — centered headline + 2-col [media | text]; text colour comes
   from the lp-h2/lp-h3/lp-body role classes so it follows the section band. */
.lp-root .serviceinfo-section { padding: clamp(48px, 8vw, 80px) 0; }
.lp-root .serviceinfo-headline { text-align: center; font-size: clamp(24px, 4vw, 30px); font-weight: 700; font-family: 'Montserrat', sans-serif; margin-bottom: clamp(24px, 5vw, 44px); }
.lp-root .serviceinfo-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.lp-root .serviceinfo-grid--reversed { grid-template-columns: 1fr 1.1fr; }
.lp-root .serviceinfo-media { position: relative; overflow: hidden; border-radius: 12px; min-height: 300px; background: var(--surface-tint); display: flex; align-items: center; justify-content: center; }
.lp-root .serviceinfo-media img, .lp-root .serviceinfo-media iframe, .lp-root .serviceinfo-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-root .serviceinfo-text h3 { font-size: 22px; font-weight: 700; font-family: 'Montserrat', sans-serif; margin-bottom: 14px; }
.lp-root .serviceinfo-text p { font-size: 15px; line-height: 1.7; }
@media (max-width: 992px) { .lp-root .serviceinfo-grid, .lp-root .serviceinfo-grid--reversed { grid-template-columns: 1fr; } }

/* RESULTS */
.lp-root .lp-results { padding: clamp(48px, 8vw, 80px) 0; background: var(--surface); }
.lp-root .lp-results h2 { text-align: center; font-size: clamp(24px, 4vw, 32px); margin-bottom: clamp(28px, 6vw, 52px); }
.lp-root .before-after-container { max-width: 700px; margin: 0 auto; position: relative; width: 100%; border-radius: 14px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--surface-border); box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.lp-root .ba-side { position: relative; overflow: hidden; background: var(--surface-tint); display: flex; align-items: center; justify-content: center; min-height: 240px; color: var(--text-muted); font-size: 13px; }
.lp-root .ba-side img, .lp-root .ba-side iframe, .lp-root .ba-side video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lp-root .ba-label { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,0.65); color: var(--white); padding: 4px 14px; font-size: 10px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; border-radius: 20px; }
.lp-root .testimonial-avatar span.material-icons { font-size: 24px; color: var(--text-muted); }
.lp-root .testimonial-text p { font-size: 13px; font-style: italic; margin-bottom: 10px; color: var(--text); }
.lp-root .testimonial-text span { font-size: 12px; font-weight: 700; display: block; color: var(--text); }

/* CTA */
.lp-root .appointment-cta { padding: clamp(48px, 8vw, 80px) 0; background: var(--bg); }
.lp-root .cta-box { background: var(--primary); color: var(--white); max-width: 600px; margin: 0 auto; border-radius: 12px; padding: 60px 40px; text-align: center; }
.lp-root .cta-box h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 15px; color: var(--white); }
.lp-root .cta-badge { display: inline-block; color: var(--primary); background: var(--white); padding: 4px 12px; font-size: 11px; font-weight: 800; text-transform: uppercase; border-radius: 4px; margin-bottom: 25px; }
.lp-root .cta-perks { margin-bottom: 35px; }
.lp-root .cta-perks li { font-size: 13px; margin-bottom: 10px; opacity: .9; color: var(--white); display: flex; align-items: center; justify-content: center; gap: 8px; }
.lp-root .cta-perks li::before { content: "✓"; color: var(--white); font-weight: 800; }
.lp-root .btn-cta-white { background: var(--white); color: var(--primary); padding: 16px 32px; font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 12px; display: inline-flex; align-items: center; gap: 10px; border-radius: 4px; }
/* Outline button variant — transparent with a coloured border, used when an
   element's buttonStyle is 'outline' (per-page or a brand default). */
.lp-root .lp-btn-primary.btn-outline { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
.lp-root .lp-btn-primary.btn-outline:hover { background: var(--primary); color: var(--white); }
.lp-root .btn-cta-white.btn-outline { background: transparent; color: var(--white); border: 2px solid var(--white); }
.lp-root .cta-form-host { margin-top: 16px; background: var(--white); border-radius: 8px; padding: 20px; }

/* CTA variant: banner — full-width, left-aligned, no card. Contrast-aware: base =
   light-band colours; lp-sec--dark (added to this same section by withSectionBg)
   restores white. The CTA *box* variant is a separate, deliberately-tinted card and
   is left untouched, so these rules are scoped to .cta--banner only. */
.lp-root .cta--banner { background: var(--primary); }
.lp-root .cta--banner .lp-container { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.lp-root .cta--banner h2 { font-size: clamp(24px, 4vw, 32px); color: var(--heading-h2); margin-bottom: 12px; }
.lp-root .cta--banner .cta-badge--dark { display: inline-block; color: var(--primary); background: var(--surface-tint); border: 1px solid var(--surface-border); padding: 4px 12px; font-size: 11px; font-weight: 800; text-transform: uppercase; border-radius: 4px; margin-bottom: 16px; }
.lp-root .cta--banner .cta-perks { margin-bottom: 0; }
.lp-root .cta--banner .cta-perks li { justify-content: flex-start; color: var(--text); }
.lp-root .cta--banner .cta-perks li::before { color: var(--primary); }
.lp-root .cta--banner .btn-cta-white { white-space: nowrap; }
.lp-root .cta--banner .cta-form-host { background: var(--surface-tint); border-radius: 8px; padding: 20px; }
/* Dark band → white text + translucent-white decorations */
.lp-root .cta--banner.lp-sec--dark h2 { color: var(--white); }
.lp-root .cta--banner.lp-sec--dark .cta-badge--dark { color: var(--white); background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.3); }
.lp-root .cta--banner.lp-sec--dark .cta-perks li { color: rgba(255,255,255,0.9); }
.lp-root .cta--banner.lp-sec--dark .cta-perks li::before { color: var(--white); }
.lp-root .cta--banner.lp-sec--dark .cta-form-host { background: rgba(255,255,255,0.08); }
@media (max-width: 768px) { .lp-root .cta--banner .lp-container { grid-template-columns: 1fr; } }

/* FAQS */
.lp-root .faqs { padding: clamp(48px, 8vw, 80px) 0; background: var(--surface); }
.lp-root .faqs .lp-container { max-width: 800px; }
.lp-root .faqs h2 { text-align: center; font-size: clamp(24px, 4vw, 32px); margin-bottom: clamp(28px, 6vw, 60px); }
.lp-root .faq-item { border-bottom: 1px solid var(--surface-border); }
.lp-root .faq-summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0; }
.lp-root .faq-summary::-webkit-details-marker { display: none; }
.lp-root .faq-q { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px; }
.lp-root .faq-icon { flex-shrink: 0; opacity: .5; font-size: 22px; transition: transform .25s ease; }
.lp-root details.faq-item[open] .faq-icon { transform: rotate(45deg); }
.lp-root .faq-a { font-size: 14px; color: var(--text-muted); line-height: 1.6; padding: 0 0 22px; }
.lp-root details.faq-item[open] .faq-a { animation: lp-faq-reveal .28s ease; }
@keyframes lp-faq-reveal { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ── Semantic colour-role classes ──────────────────────────────────────────────
   The single reusable colour mapping every template applies. Put one of these on
   an element and it inherits the brand's colour for that role — no per-element CSS
   and no per-template variables. On a dark band the section carries lp-sec--dark
   (added automatically by the renderer) which flips every role to white for
   contrast, so templates never hand-handle dark sections. New templates: tag
   headings lp-h1/lp-h2/lp-h3, body copy lp-body, accent icons lp-icon, list rows
   lp-list. Colours come from the colour-role vars in brandVarsCss. */
.lp-root .lp-h1   { color: var(--heading-h1); }
.lp-root .lp-h2   { color: var(--heading-h2); }
.lp-root .lp-h3   { color: var(--heading-h3); }
.lp-root .lp-body { color: var(--text); }
.lp-root .lp-icon { color: var(--icon-color); }
.lp-root .lp-list { color: var(--list-text); }
.lp-root .lp-sec--dark .lp-h1,
.lp-root .lp-sec--dark .lp-h2,
.lp-root .lp-sec--dark .lp-h3,
.lp-root .lp-sec--dark .lp-body,
.lp-root .lp-sec--dark .lp-list,
.lp-root .lp-sec--dark .lp-icon { color: var(--white); }

/* Band-level headings/intros of the card-based sections flip white on a dark band
   too, so EVERY section is contrast-aware — not just the strips. Text INSIDE cards
   (white eligibility/expect/testimonial cards) intentionally stays dark for
   readability, so these target only the on-band text, not card contents. */
.lp-root .lp-sec--dark .eligibility h2,
.lp-root .lp-sec--dark .expect h2,
.lp-root .lp-sec--dark .lp-results h2,
.lp-root .lp-sec--dark .faqs h2,
.lp-root .lp-sec--dark .faqs .faq-q,
.lp-root .lp-sec--dark .hero h1 { color: var(--white); }
/* Secondary copy stays muted (not pure white) on dark bands, matching the editor
   canvas (t.muted = rgba(255,255,255,.72)) for better text hierarchy. */
.lp-root .lp-sec--dark .expect p.sub,
.lp-root .lp-sec--dark .faqs .faq-a,
.lp-root .lp-sec--dark .hero p { color: rgba(255,255,255,0.72); }

/* Responsive */
@media (max-width: 992px) {
  .lp-root .hero-grid, .lp-root .how-grid, .lp-root .loc-grid { grid-template-columns: 1fr; }
  .lp-root .how-icon-row { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .lp-root .expect-card { flex: 0 0 220px; }
  .lp-root .feature-track { gap: 40px; padding: 0 24px; }
  .lp-root .hero h1 { font-size: 36px; }
  .lp-root .nav-links { display: none; }
  .lp-root nav .lp-container { gap: 12px; }
  /* How It Works + Expect: stack vertically on tablet/mobile */
  .lp-root .how-stacked-list { flex-direction: column; }
  .lp-root .expect-photo-list { flex-direction: column; }
}
@media (max-width: 640px) {
  .lp-root nav { padding: 8px 0; }
  .lp-root nav .lp-container { flex-wrap: wrap; gap: 8px; padding: 0 14px; min-height: 0; }
  .lp-root .lp-logo img { height: 44px; max-height: 44px; }
  .lp-root .social-icons { display: none; }            /* hide socials on small mobile */
  .lp-root .btn-outline-nav { padding: 6px 10px; font-size: 10px; letter-spacing: 0.5px; }
  .lp-root .expect-grid-wrap { padding-left: 20px; }
  .lp-root .expect-card { flex: 0 0 82vw; }
  .lp-root .expect-photo-list { max-width: 100%; padding: 0 16px; }
  .lp-root .hero { padding: 40px 16px; }
  .lp-root .hero h1 { font-size: 26px; }
  /* Image boxes shouldn't dominate the screen when stacked on mobile. */
  .lp-root .hero-visual, .lp-root .how-image-placeholder, .lp-root .loc-image { min-height: 220px; }
}
@media (max-width: 640px) {
  .lp-root .hero { padding: 40px 0; text-align: center; }
  .lp-root .hero h1 { font-size: 28px; }
  .lp-root .cta-box { padding: 36px 22px; }
  /* Full-width, centered CTA + promo on mobile (stretch the column). */
  .lp-root .hero-actions { align-items: stretch; text-align: center; }
  .lp-root .hero-actions .lp-btn-primary { justify-content: center; width: 100%; box-sizing: border-box; }
  .lp-root .hero-actions .promo-box { display: block; width: 100%; box-sizing: border-box; text-align: center; }
}