:root {
  --lp-ink: #3b2a24;
  --lp-muted: #7a6257;
  --lp-line: rgba(59, 42, 36, 0.14);
  --lp-paper: #f4ebdd;
  --lp-paper-2: #fff8ef;
  --lp-soft: rgba(185, 107, 80, 0.11);
  --lp-blue: #8e3f3f;
  --lp-sage: #b96b50;
  --lp-rose: #8e3f3f;
  --lp-rose-dark: #713134;
  --lp-white: #ffffff;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; }

body.lp-body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--lp-ink);
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(59, 42, 36, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, var(--lp-paper) 0%, #fff8ef 52%, #ffffff 100%);
  background-size: 52px 52px, auto;
}

.lp-main { overflow: hidden; }
.lp-shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.lp-hero-grid > *, .lp-social-grid > *, .lp-split > *, .lp-columns > *, .lp-process > *, .lp-practitioner > * { min-width: 0; }

.lp-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 28px));
  margin: 14px auto 0;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 24px;
  background: rgba(255, 248, 239, 0.88);
  box-shadow: 0 18px 46px rgba(59, 42, 36, 0.1);
  backdrop-filter: blur(18px);
}

.lp-brand {
  color: var(--lp-ink);
  text-decoration: none;
  font-family: Cormorant Garamond, Georgia, serif;
  font-size: 28px;
  font-weight: 700;
}

.lp-links { display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 650; }
.lp-links a { color: var(--lp-muted); text-decoration: none; }

.lp-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid var(--lp-line);
  border-radius: 999px;
  background: transparent;
  color: var(--lp-ink);
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
}

.lp-pill.primary { border-color: transparent; background: var(--lp-blue); color: var(--lp-white); }
.lp-pill.rose { border-color: transparent; background: var(--lp-rose); color: var(--lp-white); }
.lp-pill.primary:hover,
.lp-pill.rose:hover { background: var(--lp-rose-dark); }

.lp-hero { padding: 28px 0 18px; }
.lp-hero-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.7fr); gap: 34px; align-items: center; }

.lp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--lp-sage);
  font-size: 13px;
  font-weight: 820;
  text-transform: uppercase;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.lp-kicker::before { content: ""; width: 34px; height: 1px; background: currentColor; }

.lp-title {
  margin: 0;
  max-width: 760px;
  color: var(--lp-ink);
  font-family: Cormorant Garamond, Georgia, serif;
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 700;
  line-height: 1.04;
  overflow-wrap: normal;
}

.lp-lead { max-width: 680px; margin: 14px 0 0; color: var(--lp-muted); font-size: 18px; line-height: 1.5; overflow-wrap: anywhere; }
.lp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

.lp-proof-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 20px; max-width: 760px; }
.lp-proof { padding: 12px 14px; border: 1px solid rgba(59, 42, 36, 0.12); border-radius: 14px; background: rgba(255, 248, 239, 0.72); }
.lp-proof strong { display: block; font-size: 17px; }
.lp-proof span { display: block; margin-top: 6px; color: var(--lp-muted); font-size: 13px; line-height: 1.45; }

.lp-visual { position: relative; }
.lp-hero .lp-visual { display: block; }
.lp-visual img { display: block; width: 100%; max-height: 360px; aspect-ratio: 5 / 4; object-fit: cover; border-radius: 26px; box-shadow: 0 24px 58px rgba(59, 42, 36, 0.17); }
.lp-online .lp-visual img { object-position: 22% center; }
.lp-note { position: absolute; right: 16px; bottom: 16px; max-width: 250px; padding: 16px; border: 1px solid rgba(255, 255, 255, 0.82); border-radius: 18px; background: rgba(255, 248, 239, 0.94); box-shadow: 0 18px 44px rgba(59, 42, 36, 0.14); }
.lp-note b { display: block; margin-bottom: 6px; }
.lp-note span { color: var(--lp-muted); font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; }

.lp-social-proof { padding: 0 0 22px; }
.lp-social-grid { display: grid; grid-template-columns: 0.74fr 1fr 1fr; gap: 14px; align-items: stretch; }
.lp-google-score, .lp-review-card {
  margin: 0;
  border: 1px solid rgba(59, 42, 36, 0.13);
  border-radius: 20px;
  background: rgba(255, 248, 239, 0.82);
  box-shadow: 0 16px 36px rgba(59, 42, 36, 0.08);
}
.lp-google-score { padding: 18px; }
.lp-google-score span { display: block; color: var(--lp-muted); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.lp-google-score strong { display: block; margin-top: 6px; font-family: Cormorant Garamond, Georgia, serif; font-size: 52px; line-height: 0.95; }
.lp-google-score p { margin: 8px 0 0; color: var(--lp-muted); line-height: 1.45; }
.lp-review-card { padding: 18px 20px; }
.lp-stars { color: #b96b50; letter-spacing: 1px; font-size: 14px; }
.lp-review-card blockquote { margin: 10px 0 12px; color: var(--lp-ink); font-size: 16px; line-height: 1.5; overflow-wrap: anywhere; }
.lp-review-card figcaption { color: var(--lp-muted); font-size: 13px; font-weight: 750; }

.lp-review-carousel {
  padding: 8px 0 28px;
  overflow: hidden;
}
.lp-review-carousel .lp-shell {
  max-width: 1180px;
}
.lp-review-carousel-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  gap: 22px;
  align-items: end;
  margin-bottom: 18px;
}
.lp-review-carousel .lp-kicker {
  margin-bottom: 10px;
}
.lp-review-carousel .lp-section-title {
  margin-bottom: 10px;
}
.lp-review-carousel .lp-section-text {
  max-width: 680px;
}
.lp-live-badge {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 38px;
  margin-top: 14px;
  padding: 9px 13px;
  border: 1px solid rgba(59, 42, 36, 0.12);
  border-radius: 999px;
  background: rgba(255, 248, 239, 0.74);
  color: var(--lp-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}
.lp-live-badge:hover {
  background: rgba(185, 107, 80, 0.12);
  color: var(--lp-ink);
}
.lp-review-carousel .lp-google-score {
  display: block;
  color: var(--lp-ink);
  text-decoration: none;
}
.lp-review-carousel .lp-google-score strong {
  font-size: 42px;
}
.lp-review-marquee {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 2px 0 8px;
}
.lp-review-marquee::before,
.lp-review-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(9vw, 86px);
  pointer-events: none;
}
.lp-review-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--lp-paper), rgba(244, 235, 221, 0));
}
.lp-review-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--lp-paper), rgba(244, 235, 221, 0));
}
.lp-review-track {
  display: flex;
  width: max-content;
  max-width: none;
  gap: 14px;
  animation: lp-review-marquee 42s linear infinite;
}
.lp-review-track-card {
  display: flex;
  flex: 0 0 326px;
  width: 326px;
  min-height: 226px;
  flex-direction: column;
  color: var(--lp-ink);
  text-decoration: none;
}
.lp-review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.lp-review-person {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}
.lp-review-avatar {
  display: inline-flex;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--lp-rose);
  color: var(--lp-white);
  font-family: Cormorant Garamond, Georgia, serif;
  font-size: 19px;
  font-weight: 700;
}
.lp-review-name {
  display: block;
  color: var(--lp-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.12;
}
.lp-review-date {
  display: block;
  margin-top: 3px;
  color: var(--lp-muted);
  font-size: 12px;
  font-weight: 650;
}
.lp-google-small {
  display: inline-flex;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(59, 42, 36, 0.12);
  border-radius: 50%;
  background: #fff;
  color: #4285f4;
  font-size: 13px;
  font-weight: 850;
}
.lp-review-track-card blockquote {
  display: -webkit-box;
  margin: 10px 0 14px;
  overflow: hidden;
  color: var(--lp-ink);
  font-size: 15.5px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.lp-review-track-card figcaption {
  margin-top: auto;
  color: var(--lp-rose);
  font-size: 13px;
  font-weight: 800;
}

@keyframes lp-review-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 7px)); }
}

.lp-band { padding: 16px 0; background: var(--lp-blue); color: var(--lp-white); }
.lp-band .lp-shell { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.lp-band p { margin: 0; font-size: 17px; line-height: 1.45; }
.lp-band .lp-pill { background: rgba(255, 248, 239, 0.94); border-color: rgba(255, 255, 255, 0.22); color: var(--lp-ink); }

.lp-section { padding: 44px 0; }
.lp-section.lp-conversion { padding: 34px 0 42px; }
.lp-section.alt { background: rgba(255, 248, 239, 0.62); }
.lp-seo-hero { padding-top: 34px; }
.lp-seo-page .lp-title { max-width: 820px; }
.lp-seo-page .lp-visual img { object-position: center 54%; }
.lp-intent-strip { padding-top: 18px; }
.lp-intent-strip .lp-card h2 {
  margin: 0 0 10px;
  font-family: Cormorant Garamond, Georgia, serif;
  font-size: 28px;
  line-height: 1.05;
}
.lp-section-head { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr); gap: 28px; align-items: end; margin-bottom: 24px; }
.lp-section-title { margin: 0; font-family: Cormorant Garamond, Georgia, serif; font-size: clamp(30px, 3.8vw, 48px); line-height: 1.04; }
.lp-section-text { margin: 0; color: var(--lp-muted); font-size: 16px; line-height: 1.58; }

.lp-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.lp-card, .lp-step, .lp-faq-item { border: 1px solid var(--lp-line); border-radius: 22px; background: rgba(255, 248, 239, 0.82); }
.lp-card { padding: 20px; }
.lp-card h3, .lp-step h3 { margin: 0 0 10px; font-size: 20px; }
.lp-card p, .lp-step p, .lp-faq-item p { margin: 0; color: var(--lp-muted); line-height: 1.52; }

.lp-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.lp-step { padding: 18px; }
.lp-step span { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; margin-bottom: 14px; border-radius: 50%; background: var(--lp-soft); color: var(--lp-blue); font-weight: 850; }

.lp-split { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.78fr); gap: 34px; align-items: start; }
.lp-form-panel { padding: 24px; border: 1px solid var(--lp-line); border-radius: 24px; background: var(--lp-paper-2); box-shadow: 0 18px 48px rgba(59, 42, 36, 0.1); }
.lp-form-panel h2 { margin: 0 0 8px; font-family: Cormorant Garamond, Georgia, serif; font-size: 36px; line-height: 1; }
.lp-form-panel p { margin: 0 0 16px; color: var(--lp-muted); line-height: 1.52; }

.pp-form { display: grid; gap: 12px; }
.pp-form input, .pp-form textarea { width: 100%; border: 1px solid rgba(59, 42, 36, 0.14); border-radius: 16px; padding: 14px 15px; background: #fffaf2; color: var(--lp-ink); font: inherit; }
.pp-form textarea { min-height: 96px; resize: vertical; }
.pp-form button { justify-self: start; }

.lp-faq { display: grid; gap: 12px; }
.lp-faq-item { padding: 20px 22px; }
.lp-faq-item h3 { margin: 0 0 8px; font-size: 18px; }

.lp-fit-section { background: rgba(255, 248, 239, 0.64); }
.lp-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.lp-fit-card {
  padding: 24px;
  border: 1px solid var(--lp-line);
  border-radius: 24px;
  background: rgba(255, 248, 239, 0.9);
  box-shadow: 0 16px 42px rgba(59, 42, 36, 0.08);
}
.lp-fit-card.muted {
  background: rgba(255, 255, 255, 0.68);
}
.lp-fit-card .lp-section-title {
  margin-bottom: 18px;
  font-size: clamp(27px, 3vw, 38px);
}
.lp-check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--lp-muted);
  line-height: 1.55;
}
.lp-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  border: 2px solid var(--lp-rose);
  border-radius: 50%;
  background: rgba(185, 107, 80, 0.12);
}

.lp-practitioner-section { background: linear-gradient(180deg, rgba(255, 248, 239, 0.5), rgba(244, 235, 221, 0.68)); }
.lp-practitioner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.44fr);
  gap: 38px;
  align-items: center;
}
.lp-practitioner-copy {
  max-width: 760px;
}
.lp-practitioner-media {
  position: relative;
  margin: 0;
  justify-self: end;
  width: min(100%, 340px);
}
.lp-practitioner-media::before {
  content: "";
  position: absolute;
  inset: 18px -16px -16px 18px;
  border: 1px solid rgba(59, 42, 36, 0.12);
  border-radius: 28px;
  background: rgba(255, 248, 239, 0.55);
}
.lp-practitioner-media img {
  position: relative;
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: center 42%;
  border-radius: 26px;
  box-shadow: 0 22px 52px rgba(59, 42, 36, 0.15);
}
.lp-practitioner .lp-kicker { margin-bottom: 12px; }
.lp-practitioner .lp-section-text { max-width: 680px; margin-top: 12px; }
.lp-practitioner-media figcaption {
  position: relative;
  margin: -56px 18px 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 18px;
  background: rgba(255, 248, 239, 0.92);
  box-shadow: 0 16px 34px rgba(59, 42, 36, 0.1);
}
.lp-practitioner-media figcaption b { display: block; font-size: 14px; line-height: 1.35; }
.lp-practitioner-media figcaption span { display: block; margin-top: 4px; color: var(--lp-muted); font-size: 13px; line-height: 1.35; }
.lp-practitioner-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.lp-practitioner-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(59, 42, 36, 0.12);
  border-radius: 999px;
  background: rgba(255, 248, 239, 0.74);
  color: var(--lp-muted);
  font-size: 13px;
  font-weight: 760;
}

.lp-footer { padding: 30px 0; border-top: 1px solid var(--lp-line); background: var(--lp-paper-2); }
.lp-footer .lp-shell { display: flex; justify-content: space-between; gap: 20px; color: var(--lp-muted); font-size: 14px; }
.lp-footer a { color: var(--lp-muted); text-decoration: none; }

.lp-floating-wa { position: fixed; right: 22px; bottom: 22px; z-index: 30; display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 50%; background: #25d366; box-shadow: 0 18px 38px rgba(37, 211, 102, 0.32); }

@media (max-width: 900px) {
  .lp-links { display: none; }
  .lp-hero { padding-top: 34px; }
  .lp-hero-grid, .lp-section-head, .lp-split, .lp-practitioner { grid-template-columns: 1fr; }
  .lp-social-grid, .lp-review-carousel-head, .lp-proof-row, .lp-columns, .lp-process, .lp-fit-grid { grid-template-columns: 1fr; }
  .lp-band .lp-shell, .lp-footer .lp-shell { align-items: flex-start; flex-direction: column; }
  .lp-practitioner-media { justify-self: center; width: min(100%, 300px); }
  .lp-practitioner-media img { height: 340px; }
}

@media (max-width: 520px) {
  .lp-shell {
    width: calc(100vw - 32px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-shell.lp-hero-grid,
  .lp-shell.lp-social-grid,
  .lp-band .lp-shell,
  .lp-shell.lp-split,
  .lp-shell.lp-practitioner {
    width: calc(100vw - 32px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-columns,
  .lp-process {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .lp-practitioner-media { width: min(100%, 300px); justify-self: start; }
  .lp-practitioner-media::before { inset: 12px -10px -10px 12px; border-radius: 24px; }
  .lp-practitioner-media img { height: 290px; border-radius: 22px; }
  .lp-practitioner-media figcaption { margin: -48px 12px 0; padding: 12px 13px; }
  .lp-nav { width: calc(100% - 20px); border-radius: 20px; }
  .lp-brand { font-size: 24px; }
  .lp-hero { padding: 24px 0 18px; }
  .lp-kicker { font-size: 11px; }
  .lp-kicker::before { width: 26px; flex: 0 0 26px; }
  .lp-title { max-width: 100%; font-size: 29px; overflow-wrap: anywhere; }
  .lp-lead { max-width: 100%; font-size: 15px; line-height: 1.5; overflow-wrap: anywhere; }
  .lp-seo-page .lp-title { font-size: 28px; }
  .lp-seo-page .lp-card { overflow: hidden; }
  .lp-seo-page .lp-card h2,
  .lp-seo-page .lp-card h3,
  .lp-seo-page .lp-section-title {
    overflow-wrap: anywhere;
  }
  .lp-visual img { max-height: 230px; border-radius: 22px; }
  .lp-note { left: 12px; right: 12px; bottom: 12px; max-width: none; padding: 13px 14px; }
  .lp-note span { font-size: 13px; }
  .lp-social-proof { padding-bottom: 14px; }
  .lp-review-card blockquote { max-width: 286px; font-size: 15px; }
  .lp-review-carousel { padding-top: 0; }
  .lp-review-carousel-head { gap: 16px; margin-bottom: 16px; }
  .lp-live-badge { width: 100%; justify-content: center; text-align: center; }
  .lp-review-carousel .lp-google-score strong { font-size: 38px; }
  .lp-review-marquee::before,
  .lp-review-marquee::after { width: 30px; }
  .lp-review-track-card {
    flex-basis: min(82vw, 318px);
    width: min(82vw, 318px);
    min-height: 232px;
  }
  .lp-band { overflow: hidden; }
  .lp-band p,
  .lp-section-text,
  .lp-form-panel p,
  .lp-card p,
  .lp-step p,
  .lp-faq-item p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .lp-visual { width: 100%; max-width: 100%; overflow: hidden; border-radius: 22px; }
  .lp-actions { flex-direction: column; }
  .lp-hero .lp-actions .lp-pill:not(.primary) { display: none; }
  .lp-proof-row { display: none; }
  .lp-pill, .pp-form button { width: 100%; }
  .lp-section { padding: 46px 0; }
  .lp-section.lp-conversion { padding: 32px 0 42px; }
  .lp-conversion .lp-form-panel { order: -1; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-review-track {
    width: auto;
    max-width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    animation: none;
  }
}
