/* Sobilis LP — mobile-first, variáveis compartilhadas + utilitários */
:root {
  --brand-primary: #c0002a;
  --brand-primary-dark:   #8b0019;
  --brand-primary-soft:   rgba(192, 0, 42, 0.07);
  --brand-primary-border: rgba(192, 0, 42, 0.14);
  --brand-primary-glow:   rgba(192, 0, 42, 0.38);
  --brand-accent:         #ffffff;
  --text-dark: #1a1a1a;
  --text-mid: #4a4a4a;
  --text-light: #767676;
  --bg-off: #f8f6f3;
  --bg-white: #ffffff;
  --success: #1a7a4a;
  --border: #e5e0da;
  --whatsapp: #25d366;
  --whatsapp-dark: #1da851;
  --radius:    12px;
  --radius-sm:  8px;
  --radius-lg: 16px;
  --radius-xl: 18px;
  --shadow: 0 8px 24px rgba(26, 26, 26, 0.08);
  --shadow-card-sm:       0 2px 8px rgba(26, 26, 26, 0.04);
  --shadow-card-md:       0 4px 18px rgba(26, 26, 26, 0.06);
  --shadow-card-elevated: 0 14px 34px -22px rgba(26, 26, 26, 0.22);
  --max: 1120px;
  --tap: 52px;
  /* Mesmo recuo horizontal do logo (header) e do card na hero */
  --lp-gutter: clamp(1rem, 4vw, 1.5rem);
  /* Espaço para CTA fixo mobile + barra home do iOS */
  --lp-sticky-cta-height: 68px;
  --lp-fab-clearance: calc(var(--lp-sticky-cta-height) + env(safe-area-inset-bottom, 0px));
  /* Ritmo vertical e largura de leitura — mesma “rail” em todas as secções */
  --lp-section-y: clamp(2.5rem, 5vw, 3.5rem);
  --lp-stack: 1.1rem;
  --lp-stack-md: 1.35rem;
  --lp-stack-lg: 1.75rem;
  --lp-heading-measure: 42rem;
  --lp-copy-measure: 65ch;
  /* Ícones Lucide — secção “Você se identifica” (vinho identidade) */
  --lp-pain-icon: #8b1a1a;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  /* Menu sticky + notch — âncoras não ficam escondidas */
  scroll-padding-top: max(3.35rem, calc(env(safe-area-inset-top, 0px) + 2.85rem));
}

/* LP implante: header + barra de âncoras (sticky) — mais offset ao saltar para secções */
html:has(body.page-implante) {
  /* Uma linha: logo + menu + CTA */
  scroll-padding-top: max(4.85rem, calc(env(safe-area-inset-top, 0px) + 4.35rem));
}

html:has(body.page-harmonizacao) {
  scroll-padding-top: max(4.6rem, calc(env(safe-area-inset-top, 0px) + 4.1rem));
}

body.lp {
  margin: 0;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text-dark);
  background: var(--bg-white);
  padding-bottom: var(--lp-fab-clearance);
  -webkit-font-smoothing: antialiased;
}

/* LP implante: superfícies e marca alinhadas ao site institucional (tpl-institutional :root) */
body.lp.page-implante {
  --brand-primary: #b2223f;
  --brand-primary-dark: #8a1830;
  --brand-primary-soft: rgba(178, 34, 63, 0.07);
  --brand-primary-border: rgba(178, 34, 63, 0.14);
  --brand-primary-glow: rgba(178, 34, 63, 0.22);
  --bg-off: #f9f5f2;
  --border: #ede8e3;
  /* Mesma coluna e recuo que .wrap do site (1120px + gutter institucional) */
  --max: 1120px;
  --lp-gutter: clamp(1rem, 5vw, 2.25rem);
  --lp-section-y: clamp(2.75rem, 5.5vw, 4rem);
  /* Corpo como .tpl-body — leitura igual às páginas internas */
  --lp-pro-copy: var(--text-mid);
  --lp-pain-icon: var(--brand-primary);
  --impl-bg-shell: #ffffff;
  --impl-bg-band: #f9f5f2;
  --impl-bg-alt: #f9f5f2;
  --impl-bg-conv: #ffffff;
  --impl-border-soft: #ede8e3;
  background: #ffffff;
  line-height: 1.65;
}

body.lp.page-harmonizacao {
  --bg-off: #f9f5f2;
  --border: #ede8e3;
  line-height: 1.65;
}

/* Cabeçalho sticky LP implante = mesmo feel do SiteHeader (superfície sólida) */
body.page-implante .lp-conv-headwrap {
  background: #ffffff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Faixa de prova sob o hero — cor da marca institucional */
body.page-implante .lp-trust-bar {
  background: var(--brand-primary);
}

/* Botões LP implante ≈ .btn-primary / .btn-wa do site */
body.page-implante .btn {
  min-height: 0;
  border-radius: 9px;
  padding: 0.85rem 1.75rem;
  font-size: 0.95rem;
  font-weight: 700;
}

body.page-implante .btn--top {
  min-height: 44px;
  padding: 0 1rem;
  font-size: 0.88rem;
  border-radius: 9px;
}

body.page-implante .btn--primary {
  box-shadow: 0 6px 24px rgba(178, 34, 63, 0.22);
  color: #fff;
}

body.page-implante .btn--primary:hover {
  transform: translateY(-2px);
  color: #fff;
}

/*
 * Faixa CTA escura (.lp-cta-strip): padrão LP = botão branco + label na cor da marca
 * (ver .lp-cta-strip .btn--primary). A regra global acima forçava texto branco → invisível.
 */
body.page-implante .lp-cta-strip .btn--primary {
  background: #fff;
  color: var(--brand-primary);
  box-shadow: 0 4px 20px rgba(26, 26, 26, 0.14);
}

body.page-implante .lp-cta-strip .btn--primary:hover {
  background: var(--bg-off);
  color: var(--brand-primary-dark);
}

body.page-implante .btn--wa:hover {
  transform: translateY(-2px);
}

body.page-implante .lp-faq-item[open] {
  border-color: color-mix(in srgb, var(--brand-primary) 38%, var(--border));
  box-shadow: 0 0 0 3px rgba(178, 34, 63, 0.08);
}

/* Barra superior — altura próxima ao SiteHeader institucional */
body.page-implante .lp-top {
  min-height: 68px;
  padding-block: 0.6rem;
  box-sizing: border-box;
}

body.page-implante .lp-logo img {
  height: clamp(2.2rem, 4.2vw, 2.65rem);
}

/* ═══ Hero implante — imagem full-bleed + copy (memória implante-lp-hero-copy) na faixa superior ═══ */
body.page-implante .lp-impl-hero-photo {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #1a0a0e;
  color: #fff;
}

body.page-implante .lp-impl-hero-photo__stage {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 68px);
  min-height: calc(100dvh - 68px);
}

/* Área útil da hero (viewport − header): imagem absoluta; copy na faixa superior (acima da cabeça na arte) */
body.page-implante .lp-impl-hero-photo__frame {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  line-height: 0;
}

body.page-implante .lp-impl-hero-photo__frame picture {
  display: block;
  width: 100%;
  height: 100%;
}

body.page-implante .lp-impl-hero-photo__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center bottom;
}

body.page-implante .lp-impl-hero-photo__overlay {
  position: relative;
  z-index: 1;
  pointer-events: none;
  min-height: calc(100svh - 68px);
  min-height: calc(100dvh - 68px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  box-sizing: border-box;
  /* Igual a .lp-section: só gutter aqui; max-width no __inner (alinha com .lp-section__inner) */
  padding-inline: max(var(--lp-gutter), env(safe-area-inset-left, 0px))
    max(var(--lp-gutter), env(safe-area-inset-right, 0px));
  /* Zona “da cabeça para cima” na arte (~52% da altura útil) + vinheta para leitura */
  padding-top: clamp(0.65rem, 2.5vw, 1.1rem);
  padding-bottom: min(52dvh, min(52svh, 28rem));
  background: linear-gradient(
    180deg,
    rgba(74, 13, 28, 0.94) 0%,
    rgba(74, 13, 28, 0.72) 22%,
    rgba(74, 13, 28, 0.35) 48%,
    rgba(74, 13, 28, 0) 72%
  );
}

/* Mesma rail que .lp-section__inner (sem padding horizontal duplicado) */
body.page-implante .lp-impl-hero-photo__inner {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: 0;
  box-sizing: border-box;
  pointer-events: auto;
}

body.page-implante .lp-impl-hero-photo__content {
  position: relative;
  width: 100%;
}

body.page-implante .lp-impl-hero-photo__badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.14rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.42rem 1rem;
  border-radius: 999px;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  font-size: clamp(0.62rem, 0.85vw + 0.48rem, 0.74rem);
  line-height: 1.18;
  text-align: center;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.28);
  margin: 0 0 0.85rem;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

body.page-implante .lp-impl-hero-photo__badge-row {
  display: block;
  text-align: center;
  max-width: 22rem;
}

body.page-implante .lp-impl-hero-photo__badge-row--sub {
  font-size: 0.88em;
  font-weight: 700;
  letter-spacing: 0.045em;
  opacity: 0.96;
}

body.page-implante .lp-impl-hero-photo__h1 {
  margin: 0;
  font-family: "Nunito", system-ui, sans-serif;
  font-weight: 900;
  font-size: clamp(1.85rem, 6.2vw, 2.65rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

body.page-implante .lp-impl-hero-photo__h1-accent {
  color: #ffe8c7;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.35);
}

body.page-implante .lp-impl-hero-photo__sub {
  margin: 0.75rem 0 0;
  max-width: 38rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.22);
}

body.page-implante .lp-impl-hero-photo__bullets {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
  font-size: 0.86rem;
  font-weight: 750;
}

body.page-implante .lp-impl-hero-photo__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  line-height: 1.32;
}

body.page-implante .lp-impl-hero-photo__check {
  flex: 0 0 auto;
  width: 1.28rem;
  height: 1.28rem;
  margin-top: 0.06rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 900;
  background: rgba(26, 122, 74, 0.95);
  color: #fff;
}

body.page-implante .lp-impl-hero-photo__cta {
  margin-top: 1rem;
}

body.page-implante .lp-impl-hero-photo__cta-btn {
  width: 100%;
  max-width: none;
  min-height: 52px;
  border-radius: 14px;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

body.page-implante .lp-impl-hero-photo__micro {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.88rem;
  font-weight: 600;
  max-width: none;
  text-align: left;
}

body.page-implante .lp-impl-hero-photo__google {
  margin-top: 0.95rem;
  width: fit-content;
  max-width: min(520px, 100%);
  box-sizing: border-box;
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #111;
}

body.page-implante .lp-impl-hero-photo__google-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

body.page-implante .lp-impl-hero-photo__stars {
  letter-spacing: 0.12em;
  color: #fbbc05;
  font-size: 1rem;
}

body.page-implante .lp-impl-hero-photo__google-main {
  font-weight: 900;
  font-size: 0.92rem;
  color: #111;
}

body.page-implante .lp-impl-hero-photo__google-sub {
  margin-top: 0.2rem;
  font-size: 0.82rem;
  color: #333;
  font-weight: 600;
}

body.page-implante .lp-impl-hero-photo__metrics {
  position: relative;
  z-index: 2;
  background: #b91d3b;
  padding-inline: max(var(--lp-gutter), env(safe-area-inset-left, 0px))
    max(var(--lp-gutter), env(safe-area-inset-right, 0px));
  box-sizing: border-box;
}

body.page-implante .lp-impl-hero-photo__metrics-inner {
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 0.75rem;
  padding-block: 0.9rem;
  box-sizing: border-box;
}

body.page-implante .lp-impl-hero-photo__metric-sep {
  display: none;
}

body.page-implante .lp-impl-hero-photo__metric {
  text-align: left;
  padding: 0.2rem 0;
  flex: 1 1 auto;
  min-width: min(140px, 45%);
}

body.page-implante .lp-impl-hero-photo__metric strong {
  display: block;
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}

body.page-implante .lp-impl-hero-photo__metric span {
  display: block;
  font-size: 0.8rem;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 767px) {
  body.page-implante .lp-impl-hero-photo__cta-btn {
    max-width: none;
  }

  body.page-implante .lp-impl-hero-photo__google {
    margin-inline: 0;
  }

  /* Hero mobile: menos “pesado”, melhor respiro entre linhas */
  body.page-implante .lp-impl-hero-photo__h1 {
    font-size: clamp(1.62rem, 5.2vw + 0.42rem, 2.28rem);
    line-height: 1.08;
  }

  body.page-implante .lp-impl-hero-photo__sub {
    font-size: 0.92rem;
    line-height: 1.48;
  }

  body.page-implante .lp-impl-hero-photo__badge {
    padding: 0.38rem 0.85rem;
    margin-bottom: 0.72rem;
  }
}

@media (min-width: 768px) {
  body.page-implante .lp-impl-hero-photo__stage {
    min-height: clamp(520px, 62vh, 820px);
  }

  body.page-implante .lp-impl-hero-photo__img {
    object-position: center right;
    min-height: clamp(520px, 62vh, 820px);
  }

  body.page-implante .lp-impl-hero-photo__overlay {
    min-height: clamp(520px, 62vh, 820px);
    justify-content: center;
    align-items: stretch;
    padding-top: clamp(5.5rem, 8vh, 7rem);
    padding-bottom: clamp(2rem, 5vh, 3rem);
    /* padding-inline herdado do bloco base (= .lp-section) */
    background: linear-gradient(
      90deg,
      rgba(74, 13, 28, 0.88) 0%,
      rgba(74, 13, 28, 0.42) 45%,
      rgba(74, 13, 28, 0) 68%
    );
  }

  body.page-implante .lp-impl-hero-photo__content {
    width: min(620px, 100%);
  }

  body.page-implante .lp-impl-hero-photo__h1 {
    font-size: clamp(2.5rem, 3.2vw + 1rem, 3.45rem);
  }

  body.page-implante .lp-impl-hero-photo__sub {
    font-size: 1.05rem;
  }

  body.page-implante .lp-impl-hero-photo__bullets {
    font-size: 0.96rem;
    gap: 0.55rem;
  }

  body.page-implante .lp-impl-hero-photo__google {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  body.page-implante .lp-impl-hero-photo__google-main,
  body.page-implante .lp-impl-hero-photo__google-sub {
    color: rgba(255, 255, 255, 0.95);
  }

  body.page-implante .lp-impl-hero-photo__google-sub {
    color: rgba(255, 255, 255, 0.82);
  }

  body.page-implante .lp-impl-hero-photo__micro {
    text-align: left;
  }
}

/* LP implante — header mobile com hambúrguer (logo do site + menu recolhido) */
body.page-implante .lp-implante-menu-toggle {
  display: none;
}

@media (max-width: 1024px) {
  body.page-implante .lp-top--implante-toc {
    gap: 0.75rem;
  }

  body.page-implante .lp-top--implante-toc .lp-top-cta {
    display: none !important;
  }

  body.page-implante .lp-implante-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  body.page-implante .lp-implante-menu-toggle:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.72);
    outline-offset: 3px;
  }

  /* !important: outras regras da TOC não podem voltar a mostrar links inline nesta faixa */
  body.page-implante .lp-implante-toc {
    display: none !important;
  }

  html.is-implante-menu-open body.page-implante .lp-implante-toc {
    display: block !important;
    position: fixed;
    inset: 76px 12px auto 12px;
    z-index: 9200;
    padding: 0.8rem;
    border-radius: 16px;
    /* Opaco: zero transparência para o hero não misturar com os links */
    background: var(--text-dark);
    border: 1px solid var(--border);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.35);
    max-height: min(70vh, 520px);
    overflow: auto;
    -webkit-font-smoothing: antialiased;
  }

  html.is-implante-menu-open body.page-implante .lp-implante-toc__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  html.is-implante-menu-open body.page-implante .lp-implante-toc__list a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0.55rem 0.65rem;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-weight: 700;
  }

  html.is-implante-menu-open body.page-implante .lp-implante-toc__list a:hover {
    background: rgba(255, 255, 255, 0.08);
  }

  body.page-implante .lp-implante-toc__item--no-mobile,
  html.is-implante-menu-open body.page-implante .lp-implante-toc__item--no-mobile {
    display: none !important;
  }
}

/* Trilha — mesma linguagem que .site-breadcrumb */
body.page-implante .lp-page-breadcrumb {
  background: var(--bg-white);
  border-bottom: 1px solid var(--border);
}

body.page-implante .lp-page-breadcrumb__inner {
  max-width: var(--max);
  margin-inline: auto;
  padding: 0.6rem max(var(--lp-gutter), env(safe-area-inset-left, 0px)) 0.7rem
    max(var(--lp-gutter), env(safe-area-inset-right, 0px));
  box-sizing: border-box;
}

body.page-implante .lp-page-breadcrumb__nav {
  font-size: 0.9rem;
  color: var(--text-light);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
}

body.page-implante .lp-page-breadcrumb__nav a {
  color: var(--brand-primary);
  font-weight: 600;
  text-decoration: none;
}

body.page-implante .lp-page-breadcrumb__nav a:hover {
  text-decoration: underline;
}

body.page-implante .lp-page-breadcrumb__sep {
  color: var(--text-light);
  font-weight: 500;
  opacity: 0.65;
  user-select: none;
}

body.page-implante .lp-page-breadcrumb__current {
  color: var(--text-mid);
  font-weight: 600;
}

/* Secção educativa: fundo plano como páginas internas (sem gradiente “LP”) */
body.page-implante .lp-section.lp-section--impl-why {
  background: var(--bg-off);
}

body.page-implante .lp-impl-edu__eyebrow {
  display: inline-block;
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-primary);
  background: var(--brand-primary-soft);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
}

body.page-implante .lp-section--impl-why .lp-impl-edu__title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: min(24ch, 100%);
}

/* CTA final — gradiente na paleta institucional (não vermelho Ads legado) */
body.page-implante .lp-section--brand {
  background: linear-gradient(165deg, var(--brand-primary-dark) 0%, var(--brand-primary) 42%, #6d1226 100%);
}

/*
 * Ícones de linha — mesmo idioma visual do site:
 * .tpl-sobre .valor-icon (cards valores) e .tpl-home .df-icon (doctor features).
 */
body.page-implante .lp-pain-card__icon {
  width: 44px;
  height: 44px;
  margin: 0 0 0.35rem;
  justify-content: center;
  background: var(--brand-primary-soft);
  border-radius: 10px;
  color: var(--brand-primary);
}

body.page-implante .lp-pain-card__icon :where(svg) {
  width: 22px;
  height: 22px;
}

body.page-implante .lp-pain-card__icon svg :where(path, circle, line, polyline) {
  stroke-width: 2;
}

body.page-implante .lp-impl-edu__icon-slot {
  width: 36px;
  height: 36px;
  margin: 0 0 0.85rem;
  border-radius: 8px;
  background: var(--brand-primary-soft);
  color: var(--brand-primary);
}

body.page-implante .lp-impl-edu__icon-slot :where(svg) {
  width: 18px;
  height: 18px;
}

body.page-implante .lp-impl-edu__icon-slot svg :where(path, circle, line, polyline) {
  stroke-width: 2;
}

/* WhatsApp nos CTAs — mesmo tamanho que .btn-wa da home (16px) */
body.page-implante .btn--wa > svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

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

.disclaimer-cfo {
  font-size: clamp(0.8125rem, 2.1vw, 0.9375rem);
  font-weight: 500;
  color: #5a5a5a;
  text-align: center;
  margin-top: 0.75rem;
  margin-bottom: 0;
  line-height: 1.55;
  max-width: 42rem;
  margin-inline: auto;
}

a {
  color: var(--brand-primary);
}

.lp-skip {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lp-skip:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  background: var(--brand-primary);
  color: #fff;
  z-index: 9999;
  border-radius: var(--radius-sm);
}

/* Header — mesma “rail” horizontal que .lp-hero__studio e .lp-nav__list */
.lp-headwrap,
.lp-conv-headwrap {
  transition:
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease;
}

.lp-headwrap--scrolled,
.lp-conv-headwrap.lp-headwrap--scrolled {
  box-shadow: 0 6px 22px rgba(26, 26, 26, 0.09);
}

.lp-headwrap {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

@media (prefers-reduced-motion: no-preference) {
  .lp-headwrap .lp-top--anchor,
  .lp-headwrap .lp-logo img,
  .lp-headwrap .lp-nav__list a,
  .lp-headwrap .btn--top,
  body.page-implante .lp-top--implante-toc,
  body.page-implante .lp-top--implante-toc .lp-logo img,
  body.page-implante .lp-top--implante-toc .lp-implante-toc__list a,
  body.page-implante .lp-top--implante-toc .btn--top {
    transition:
      min-height 0.22s ease,
      height 0.22s ease,
      padding 0.22s ease,
      font-size 0.22s ease,
      gap 0.22s ease;
  }
}

.lp-headwrap--compact .lp-top--anchor {
  min-height: 50px;
  padding-block: 0.32rem;
  gap: clamp(0.3rem, 0.7vw, 0.5rem);
}

.lp-headwrap--compact .lp-logo img {
  height: 1.7rem;
  max-width: 142px;
}

.lp-headwrap--compact .lp-nav__list a {
  min-height: 30px;
  padding: 0.14rem 0.3rem;
  font-size: clamp(0.56rem, 0.44rem + 0.26vw, 0.66rem);
}

.lp-headwrap--compact .btn--top {
  min-height: 34px;
  padding-inline: 0.62rem;
  font-size: clamp(0.64rem, 0.5rem + 0.26vw, 0.74rem);
}

body.page-implante .lp-conv-headwrap.lp-headwrap--compact .lp-top--implante-toc {
  min-height: 0;
  padding-block: 0.32rem;
}

body.page-implante .lp-conv-headwrap.lp-headwrap--compact .lp-logo img {
  height: 1.9rem;
  max-width: 150px;
}

body.page-implante .lp-conv-headwrap.lp-headwrap--compact .lp-implante-toc__list {
  min-height: 32px;
}

body.page-implante .lp-conv-headwrap.lp-headwrap--compact .lp-implante-toc__list a {
  min-height: 32px;
  padding: 0.12rem 0.34rem;
  font-size: clamp(0.58rem, 0.44rem + 0.32vw, 0.68rem);
}

body.page-implante .lp-conv-headwrap.lp-headwrap--compact .btn--top {
  min-height: 34px;
  padding-inline: 0.65rem;
  font-size: clamp(0.66rem, 0.52rem + 0.28vw, 0.78rem);
}

.lp-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-block: 0.85rem;
  padding-inline: max(var(--lp-gutter), env(safe-area-inset-left, 0px))
    max(var(--lp-gutter), env(safe-area-inset-right, 0px));
  gap: 1rem;
}

.lp-headwrap .lp-top--anchor {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.45rem, 1vw, 0.8rem);
  min-height: 56px;
  padding-block: 0.4rem;
}

.lp-headwrap .lp-logo img {
  height: 1.95rem;
  max-width: min(158px, 34vw);
}

.lp-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  text-decoration: none;
  color: inherit;
}

.lp-logo:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 4px;
  border-radius: 4px;
}

/* Header: altura próxima ao CTA (44px) — proporção mantida com width: auto */
.lp-logo img {
  display: block;
  height: 2.55rem;
  width: auto;
  max-width: min(205px, 44vw);
}

.lp-logo--footer img {
  height: 1.25rem;
  max-width: 140px;
}

/* CTA compacto no topo (substitui telefone visível) */
.lp-top-cta {
  flex-shrink: 0;
}

.btn--top {
  min-height: 44px;
  padding: 0 0.95rem;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.lp-headwrap .btn--top {
  min-height: 38px;
  padding-inline: 0.72rem;
  font-size: clamp(0.68rem, 0.54rem + 0.32vw, 0.8rem);
  border-radius: 999px;
}

/* Menu de âncoras (navegação na página) */
.lp-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--border);
  background: rgba(252, 251, 249, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.lp-headwrap .lp-nav {
  position: static;
  min-width: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.lp-nav__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.25rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-block: 0.45rem;
  padding-inline: max(var(--lp-gutter), env(safe-area-inset-left, 0px))
    max(var(--lp-gutter), env(safe-area-inset-right, 0px));
  scrollbar-width: thin;
}

.lp-headwrap .lp-nav__list {
  justify-content: flex-end;
  max-width: none;
  padding: 0;
  gap: 0.02rem;
}

.lp-nav__list::-webkit-scrollbar {
  height: 4px;
}

.lp-nav__list::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 4px;
}

.lp-nav__list li {
  flex-shrink: 0;
}

.lp-nav__list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.35rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-mid);
  text-decoration: none;
  border-radius: 999px;
  white-space: nowrap;
  border: 1px solid transparent;
  touch-action: manipulation;
  -webkit-tap-highlight-color: var(--brand-primary-soft);
}

.lp-headwrap .lp-nav__list a {
  min-height: 36px;
  padding: 0.22rem 0.38rem;
  font-size: clamp(0.6rem, 0.48rem + 0.3vw, 0.72rem);
  font-weight: 700;
}

.lp-nav__list a:hover {
  color: var(--brand-primary);
  background: var(--brand-primary-soft);
  border-color: color-mix(in srgb, var(--brand-primary) 12%, transparent);
}

.lp-nav__list a:focus-visible {
  color: var(--brand-primary);
  background: var(--brand-primary-soft);
  outline: 2px solid var(--brand-primary);
  outline-offset: 2px;
}

@media (max-width: 1120px) {
  .lp-headwrap .lp-top--anchor {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .lp-headwrap .lp-top-cta {
    display: none;
  }
}

@media (min-width: 1121px) {
  .lp-headwrap .lp-nav__list {
    overflow: visible;
  }
}

@media (max-width: 760px) {
  .lp-headwrap .lp-top--anchor {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    min-height: 0;
    padding-block: 0.45rem;
  }

  .lp-headwrap .lp-logo {
    justify-self: start;
  }

  .lp-headwrap .lp-logo img {
    height: 1.85rem;
    max-width: 148px;
  }

  .lp-headwrap .lp-nav {
    width: 100%;
  }

  .lp-headwrap .lp-nav__list {
    justify-content: flex-start;
    padding-bottom: 0.1rem;
  }
}

/* Hero — “estúdio”: copy + foto na mesma rail do site; foto em moldura (sem colunas full-bleed) */
.lp-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.lp-hero--studio {
  background: linear-gradient(165deg, #fffdfb 0%, #f9f6f1 45%, #f2ebe3 100%);
  /* Não cortar a coluna da foto (moldura retrato + contain) */
  overflow: visible;
}

.lp-hero__studio {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-block: clamp(1.5rem, 4.5vw, 2.85rem);
  padding-inline: max(var(--lp-gutter), env(safe-area-inset-left, 0px))
    max(var(--lp-gutter), env(safe-area-inset-right, 0px));
}

.lp-hero__studio-grid {
  display: grid;
  gap: clamp(1.35rem, 3.5vw, 2.25rem);
  /* Alinha ao topo: a coluna da foto cresce em moldura retrato sem “comprimir” o enquadramento */
  align-items: start;
}

@media (min-width: 880px) {
  .lp-hero__studio {
    padding-block: clamp(2rem, 5vw, 3.5rem);
  }

  .lp-hero__studio-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(1.75rem, 4vw, 3rem);
  }
}

.lp-hero__studio-copy {
  min-width: 0;
}

.lp-hero--studio .lp-hero__copy {
  margin: 0;
  padding: 0;
  max-width: 38rem;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.lp-hero--studio .lp-trust {
  margin-top: 0.35rem;
  margin-bottom: 1.15rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(229, 224, 218, 0.95);
  border-top: none;
  border-bottom: none;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.92) inset;
}

@media (min-width: 880px) {
  .lp-hero--studio .lp-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.lp-hero--studio .lp-hero__fine {
  margin-top: 0.45rem;
}

/* Moldura: altura natural da imagem — sem aspect-ratio / max-height que corte; overflow visível */
.lp-hero__studio-photo {
  margin: 0;
  min-width: 0;
  width: 100%;
  border-radius: 20px;
  overflow: visible;
  background: #f4f0ec;
  border: 1px solid rgba(229, 224, 218, 0.92);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 32px 64px -28px rgba(26, 26, 26, 0.2);
  display: block;
}

@media (min-width: 880px) {
  .lp-hero__studio-photo {
    border-radius: 24px;
  }
}

.lp-hero__studio-img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: bottom center;
  border-radius: inherit;
  filter: saturate(1.03) contrast(1.02);
}

.lp-hero--studio .lp-hero__kicker {
  margin-bottom: 0.65rem;
}

.lp-hero__copy {
  padding-top: 0.25rem;
}

.lp-hero__kicker {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-primary);
  margin: 0 0 0.5rem;
}

.lp-hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.75rem, 5.5vw, 2.65rem);
  line-height: 1.12;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: var(--text-dark);
}

.lp-hero.lp-hero--studio h1 {
  font-size: clamp(1.85rem, 2.8vw + 1rem, 2.8rem);
  line-height: 1.09;
  letter-spacing: -0.022em;
  margin-bottom: 0.85rem;
}

.lp-hero--studio .lp-hero__sub {
  font-size: clamp(1.02rem, 0.55vw + 0.92rem, 1.13rem);
  line-height: 1.62;
  max-width: 42ch;
  margin-bottom: 1.05rem;
}

.lp-hero__sub {
  margin: 0 0 1rem;
  color: var(--text-mid);
  font-size: clamp(1rem, 2.4vw, 1.1rem);
}

.lp-trust {
  display: grid;
  gap: 0.5rem 1rem;
  margin: 0 0 1.25rem;
  padding: 0.75rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

@media (min-width: 420px) {
  .lp-trust {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .lp-trust {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .lp-trust {
    grid-template-columns: repeat(4, 1fr);
  }
}

.lp-trust__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--text-mid);
}

.lp-trust__item svg {
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: var(--success);
}

.lp-hero__cta-row {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: stretch;
}

.lp-hero__cta-row .btn {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}

@media (min-width: 480px) {
  .lp-hero__cta-row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .lp-hero__cta-row .btn {
    width: auto;
    min-width: min(100%, 11.5rem);
  }
}

.lp-hero__fine {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  color: var(--text-light);
}

.lp-hero__media {
  display: none;
}

.lp-hero__media img {
  display: none;
}

@media (min-width: 768px) {
  .lp-hero__media img {
    display: none;
  }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: var(--tap);
  padding: 0 1.25rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: color-mix(in srgb, var(--brand-primary) 12%, transparent);
}

.btn:active {
  transform: scale(0.98);
}

.btn:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 2px;
}

.btn--primary {
  background: var(--brand-primary);
  color: var(--brand-accent);
}

.btn--primary:hover {
  background: var(--brand-primary-dark);
}

.btn--wa {
  background: var(--whatsapp);
  color: #111;
}

.btn--wa:hover {
  background: var(--whatsapp-dark);
  color: #111;
}

.btn.btn--outline {
  background: rgba(255, 255, 255, 0.75);
  color: var(--text-dark);
  border: 2px solid var(--border);
  box-shadow: none;
}

.btn.btn--outline:hover {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
  background: #fff;
}

.btn--block {
  width: 100%;
}

/* Sections — padding horizontal = header/hero/nav (--lp-gutter + safe area) */
.lp-section {
  padding-block: var(--lp-section-y);
  padding-inline: max(var(--lp-gutter), env(safe-area-inset-left, 0px))
    max(var(--lp-gutter), env(safe-area-inset-right, 0px));
}

.lp-section--alt {
  background: var(--bg-off);
}

.lp-section__inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
}

.lp-section h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 4.5vw, 2.35rem);
  margin: 0 0 1.15rem;
  line-height: 1.15;
  letter-spacing: -0.025em;
  text-wrap: balance;
  max-width: var(--lp-heading-measure);
  text-align: left;
}

.lp-section h3 {
  font-size: 1.12rem;
  margin: 0 0 0.45rem;
  line-height: 1.3;
}

.lp-lead {
  font-size: 1.08rem;
  color: var(--text-mid);
  margin: 0 0 1.35rem;
  max-width: var(--lp-copy-measure);
  text-align: left;
  line-height: 1.65;
}

/* Fila de CTAs: variantes reutilizáveis (evita style= inline nas LPs) */
.lp-hero__cta-row--center {
  justify-content: center;
}

.lp-hero__cta-row--margin-top {
  margin-top: var(--lp-stack-lg);
}

/* Google-style reviews */
.lp-reviews-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1.25rem;
}

.lp-gmb-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-mid);
}

.lp-stars-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 700;
  color: var(--text-dark);
}

/* Resumo tipo ficha Google + link discreto */
.lp-gbp-snippet {
  text-align: left;
  max-width: 28rem;
  margin: 0 0 1.35rem;
  line-height: 1.65;
}

.lp-gbp-snippet__name {
  margin: 0 0 0.45rem;
  font-weight: 700;
  font-size: 1.06rem;
  color: var(--text-dark);
  line-height: 1.35;
}

.lp-gbp-snippet__rating {
  margin: 0 0 0.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35rem 0.45rem;
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.55;
}

.lp-gbp-snippet__score {
  font-weight: 700;
  color: var(--text-dark);
}

.lp-gbp-snippet__stars {
  color: #fbbc05;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
}

.lp-gbp-snippet__reviews {
  font-weight: 600;
}

.lp-gbp-snippet__cat {
  margin: 0 0 0.55rem;
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.55;
}

.lp-gbp-snippet__more {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.55;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 0.35rem;
}

.lp-gbp-snippet__more-sep {
  color: var(--text-light);
  font-weight: 400;
  user-select: none;
}

.lp-gbp-snippet__link--secondary {
  font-weight: 600;
}

.lp-gbp-snippet__link {
  color: var(--text-light);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(26, 26, 26, 0.2);
  text-underline-offset: 3px;
}

.lp-gbp-snippet__link:hover {
  color: var(--text-mid);
  text-decoration-color: rgba(26, 26, 26, 0.38);
}

.lp-reviews-gbp .lp-section__inner > h2 {
  text-align: left;
  max-width: var(--lp-heading-measure);
}

.lp-reviews-gbp__places-attribution {
  margin: 0.65rem 0 0;
  font-size: 0.75rem;
  color: var(--text-light);
  line-height: 1.45;
  max-width: min(42rem, 100%);
}

.lp-reviews-gbp__places-attribution a {
  color: #4285f4;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lp-reviews-gbp .lp-lead {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  max-width: var(--lp-copy-measure);
  line-height: 1.68;
}

.lp-review-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .lp-review-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lp-reviews-gbp .lp-reviews-gbp__review-grid {
  display: grid;
  gap: clamp(0.85rem, 2vw, 1.15rem);
  margin-top: 1.1rem;
  grid-template-columns: 1fr;
}

/* LP GBP: 3 cartões por linha a partir de tablet (pedido explícito) */
@media (min-width: 768px) {
  .lp-reviews-gbp .lp-reviews-gbp__review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lp-reviews-gbp .lp-reviews-gbp__review-grid .lp-review-card {
  height: 100%;
  box-sizing: border-box;
}

.lp-reviews-swiper {
  position: relative;
  margin-top: 1.1rem;
}

/* Núcleo mínimo do Swiper (substitui swiper/css* no bundle; evita FOUC e layout quebrado) */
.lp-reviews-swiper .swiper {
  display: block;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.lp-reviews-swiper .swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  transition-property: transform;
}

.lp-reviews-swiper__inner {
  overflow: hidden;
  padding-bottom: 0.25rem;
}

.lp-reviews-swiper .swiper-slide {
  flex-shrink: 0;
  position: relative;
  height: auto;
  box-sizing: border-box;
  transition-property: transform;
  display: block;
}

.lp-reviews-swiper .swiper-slide .lp-review-card {
  height: 100%;
  box-sizing: border-box;
}

.lp-reviews-swiper__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  padding-top: 0.25rem;
}

.lp-reviews-swiper__btn {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--bg-white);
  color: var(--text-dark);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    transform 0.15s ease;
}

.lp-reviews-swiper__btn:hover {
  background: #f6f8fc;
  border-color: rgba(66, 133, 244, 0.35);
}

.lp-reviews-swiper__btn:active {
  transform: scale(0.96);
}

.lp-reviews-swiper__btn:focus-visible {
  outline: 2px solid #4285f4;
  outline-offset: 2px;
}

.lp-reviews-swiper__pagination {
  position: static !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  flex: 1;
  min-width: 0;
  min-height: 1.25rem;
}

.lp-reviews-swiper__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.4;
}

.lp-reviews-swiper__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #4285f4;
}

.lp-review-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1rem 0.85rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.lp-review-card__top {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
}

.lp-review-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8eefc, #f3e8fc);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--text-mid);
  flex-shrink: 0;
}

.lp-review-card__avatar--photo {
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.08);
}

.lp-review-card__avatar--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-review-card__meta {
  flex: 1;
  min-width: 0;
}

.lp-review-card__name {
  font-weight: 700;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.2;
}

.lp-review-card__sub {
  margin: 0.15rem 0 0;
  font-size: 0.78rem;
  color: var(--text-light);
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.lp-review-card__google {
  color: #4285f4;
  font-weight: 600;
}

.lp-review-card__stars {
  display: flex;
  gap: 0.1rem;
  margin: 0.35rem 0 0;
}

.lp-review-card__stars--google {
  color: #fbbc05;
}

.lp-icon-card__text,
.lp-review-card__text {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-mid);
}

.lp-google-cta {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.lp-google-cta a {
  font-weight: 700;
  text-decoration: none;
}

.lp-google-cta a:hover {
  text-decoration: underline;
}

/* Bloco editorial + imagem (split estilo LP moderna — texto/CTA + foto contenção) */
.lp-editorial-card {
  margin-top: 2rem;
  padding: clamp(1.35rem, 4vw, 2.35rem);
  border-radius: 18px;
  background: linear-gradient(
    152deg,
    rgba(255, 255, 255, 0.97) 0%,
    rgba(248, 246, 243, 0.99) 45%,
    rgba(255, 252, 252, 0.96) 100%
  );
  border: 1px solid rgba(26, 26, 26, 0.06);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 20px 50px -24px rgba(26, 26, 26, 0.14);
}

.lp-editorial-card--nest {
  margin-top: 1.75rem;
}

.lp-editorial-card--nest .lp-stock-split {
  margin-top: 0;
}

.lp-editorial-card__grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
}

@media (min-width: 768px) {
  .lp-editorial-card__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 2rem 2.5rem;
  }
}

.lp-editorial-card__pill {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.65rem;
  padding: 0.3rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--brand-primary);
  background: var(--brand-primary-soft);
  border-radius: 999px;
  border: 1px solid var(--brand-primary-border);
}

.lp-editorial-card h3,
.lp-editorial-card__title {
  margin: 0 0 0.65rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.22rem, 2.9vw, 1.62rem);
  font-weight: 700;
  line-height: 1.18;
  color: var(--text-dark);
  letter-spacing: -0.02em;
}

.lp-editorial-card__lead {
  margin: 0 0 1.2rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text-mid);
  max-width: 42ch;
}

.lp-editorial-card__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.6rem;
}

.lp-editorial-card__actions .btn {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}

@media (min-width: 480px) {
  .lp-editorial-card__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .lp-editorial-card__actions .btn {
    width: auto;
    min-width: min(100%, 11rem);
  }
}

.lp-editorial-card__figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.07);
  background: #fff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 22px 48px -20px rgba(26, 26, 26, 0.2);
}

.lp-editorial-card__img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.lp-editorial-card__caption {
  margin: 0;
  padding: 0.5rem 0.85rem;
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--text-light);
  background: rgba(252, 251, 249, 0.98);
  border-top: 1px solid var(--border);
}

/* 3 columns */
.lp-cols-3 {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .lp-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Implante — “Por quê implante”: cards empilhados à esquerda, título + texto à direita */
.lp-edu-split {
  display: grid;
  gap: clamp(1.35rem, 3.5vw, 1.85rem);
  margin-top: 0.15rem;
  align-items: start;
}

@media (min-width: 800px) {
  .lp-edu-split {
    grid-template-columns: minmax(0, 15.5rem) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 2.75rem);
  }
}

@media (min-width: 1024px) {
  .lp-edu-split {
    grid-template-columns: minmax(0, 17rem) minmax(0, 1fr);
  }
}

.lp-edu-split__cards .lp-cols-3 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lp-edu-split__text {
  text-align: left;
}

.lp-edu-split__text h2 {
  margin: 0 0 1rem;
  max-width: 40rem;
  line-height: 1.32;
  text-wrap: balance;
}

.lp-edu-split .lp-prose {
  margin-top: 0;
  max-width: 40rem;
}

.lp-edu-split .lp-prose p {
  max-width: none;
  line-height: 1.72;
  margin-bottom: 1.1rem;
}

.lp-edu-split .lp-prose p:last-child {
  margin-bottom: 0;
}

.lp-icon-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem;
}

.lp-icon-card svg {
  color: var(--brand-primary);
  margin-bottom: 0.5rem;
}

/* FAQ */
.lp-faq {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 720px;
}

.lp-faq details {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.lp-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: var(--tap);
}

.lp-faq summary::-webkit-details-marker {
  display: none;
}

.lp-faq summary::after {
  content: "+";
  margin-left: auto;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--brand-primary);
}

.lp-faq details[open] summary::after {
  content: "−";
}

.lp-faq__body {
  padding: 0 1rem 1rem;
  color: var(--text-mid);
  font-size: 0.95rem;
}

/* FAQ à esquerda + faixa CTA à direita (LP implante) */
.lp-faq-cta-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 0.75rem;
  align-items: start;
}

@media (min-width: 900px) {
  .lp-faq-cta-split {
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    gap: 1.75rem 2.25rem;
  }

  .lp-faq-cta-split__faq .lp-faq {
    max-width: none;
  }

  .lp-faq-cta-split__cta {
    min-width: 0;
  }
}

.lp-faq-cta-split .lp-cta-strip--boxed {
  margin-top: 0;
}

/* FAQ implante — título + FAQ + CTA centralizados, coluna única (sem cartão “pendurado” ao lado) */
.lp-faq-impl .lp-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-faq-impl .lp-section__inner > h2 {
  max-width: var(--lp-heading-measure);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lp-faq-impl .lp-faq-cta-split {
  width: 100%;
  max-width: 40rem;
  margin-inline: auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
}

.lp-faq-impl .lp-faq-cta-split__faq {
  display: block;
  width: 100%;
  min-width: 0;
}

.lp-faq-impl .lp-faq {
  margin: 0;
  width: 100%;
  max-width: none;
}

.lp-faq-impl .lp-faq summary {
  display: block;
  position: relative;
  text-align: center;
  padding: 1rem 2.75rem;
}

.lp-faq-impl .lp-faq summary::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
}

.lp-faq-impl .lp-faq__body {
  text-align: center;
  line-height: 1.68;
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}

.lp-faq-impl .lp-faq-cta-split__cta {
  width: 100%;
}

.lp-faq-impl .lp-faq-cta-split .lp-cta-strip--boxed {
  margin-top: 0.25rem;
  padding: clamp(1.35rem, 3.5vw, 2rem) clamp(1rem, 3vw, 1.5rem);
  gap: 0.85rem;
}

.lp-faq-impl .lp-cta-strip--boxed h3 {
  line-height: 1.4;
}

.lp-faq-impl .lp-cta-strip--boxed p:not(.lp-cta-strip__fine) {
  line-height: 1.72;
}

.lp-faq-impl .lp-cta-strip__fine {
  line-height: 1.55;
}

/* Equipe / confiança — cartão editorial (foto maior + hierarquia clara) */
.lp-doctor-card {
  margin-top: 0.5rem;
  padding: clamp(1.35rem, 4vw, 2.5rem);
  border-radius: 20px;
  background: linear-gradient(165deg, #fff 0%, rgba(252, 251, 249, 0.98) 55%, rgba(255, 252, 252, 0.96) 100%);
  border: 1px solid rgba(26, 26, 26, 0.07);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 24px 56px -28px rgba(26, 26, 26, 0.16);
}

.lp-doctor-card__layout {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.25rem);
  align-items: start;
}

@media (min-width: 900px) {
  .lp-doctor-card__layout {
    /* Coluna da foto só até 360px; evita fr largo + foto centrada = vão branco enorme */
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    align-items: start;
    gap: clamp(1.25rem, 2.5vw, 1.65rem);
  }

  /* Coluna da foto não estica; texto centraliza na altura da linha (evita vazio sob o CTA) */
  .lp-doctor-card__visual {
    align-self: start;
  }

  .lp-doctor-card__body {
    align-self: center;
  }

  .lp-doctor-card__frame {
    max-width: 340px;
    margin-inline: 0;
  }
}

@media (min-width: 1100px) {
  .lp-doctor-card__layout {
    grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
    gap: clamp(1.35rem, 2.2vw, 1.75rem);
  }

  .lp-doctor-card__frame {
    max-width: 360px;
  }
}

.lp-doctor-card__visual {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lp-doctor-card__frame {
  position: relative;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.08);
  background: #f0ebe6;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75) inset,
    0 20px 50px -22px rgba(26, 26, 26, 0.22);
  width: 100%;
  aspect-ratio: 4 / 5;
  flex: 0 0 auto;
}

.lp-doctor-card__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.lp-doctor-card__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  inset: 0;
}

.lp-doctor-card__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.lp-doctor-card__stats li {
  margin: 0;
  padding: 0.45rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-dark);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.lp-doctor-card__stats strong {
  color: var(--brand-primary);
  font-weight: 800;
}

.lp-doctor-card__body {
  min-width: 0;
}

.lp-doctor-card__body .lp-lead {
  margin-top: 0;
  font-size: 1.06rem;
  max-width: var(--lp-copy-measure);
}

.lp-doctor-card__body .lp-hero__cta-row {
  margin-top: var(--lp-stack-md);
}

.lp-doctor-card__quote {
  margin: 1.35rem 0 0;
  padding: 0 0 0 1.1rem;
  border: none;
  border-left: 3px solid var(--brand-primary);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
  font-weight: 600;
  font-style: italic;
  line-height: 1.45;
  color: var(--text-dark);
}

.lp-doctor-card__quote cite {
  display: block;
  margin-top: 0.65rem;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  color: var(--text-mid);
}

.lp-doctor-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.25rem;
}

.lp-doctor-chip {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-mid);
  background: rgba(248, 246, 243, 0.95);
  border: 1px solid var(--border);
  border-radius: 8px;
}

/* Before/after grid */
.lp-ba-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 600px) {
  .lp-ba-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.lp-ba-pair {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-white);
}

.lp-ba-pair__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--border);
}

.lp-ba-pair figcaption {
  padding: 0.5rem 0.65rem;
  font-size: 0.72rem;
  color: var(--text-light);
  line-height: 1.35;
}

.lp-ba-placeholder {
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, #eee9e4, #f5f2ee);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1rem;
  font-size: 0.8rem;
  color: var(--text-light);
}

/* Quando não há fotos autorizadas: painel honesto + slots para vídeos de depoimento */
.lp-results-gate-layout {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.75rem);
  margin-top: 0.75rem;
  align-items: start;
}

@media (min-width: 900px) {
  .lp-results-gate-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1.75rem, 3.5vw, 3rem);
  }
}

.lp-results-gate {
  margin-top: 0;
  padding: clamp(1.35rem, 4vw, 2.25rem);
  border-radius: 18px;
  background: linear-gradient(158deg, #fff 0%, rgba(252, 251, 249, 0.98) 50%, rgba(255, 252, 252, 0.97) 100%);
  border: 1px solid rgba(26, 26, 26, 0.07);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.88) inset,
    0 20px 48px -26px rgba(26, 26, 26, 0.14);
  max-width: 46rem;
}

.lp-results-gate-layout .lp-results-gate {
  max-width: none;
}

.lp-results-gate-videos {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.5vw, 1.25rem);
}

@media (min-width: 440px) {
  .lp-results-gate-videos {
    grid-template-columns: 1fr 1fr;
  }
}

/* Slots para <iframe> (YouTube/Vimeo) ou <video>; remova o placeholder ao incorporar */
.lp-depo-video-slot {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  border: 2px dashed rgba(26, 26, 26, 0.14);
  background: rgba(255, 255, 255, 0.55);
  overflow: hidden;
  box-shadow: 0 8px 28px -18px rgba(26, 26, 26, 0.12);
}

.lp-depo-video-slot iframe,
.lp-depo-video-slot video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

.lp-depo-video-slot__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: clamp(0.75rem, 3vw, 1.25rem);
  text-align: center;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-mid);
  line-height: 1.35;
  pointer-events: none;
}

.lp-depo-video-slot__placeholder small {
  display: block;
  max-width: 26ch;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--text-light);
}

.lp-depo-video-slot:has(iframe) .lp-depo-video-slot__placeholder,
.lp-depo-video-slot:has(video) .lp-depo-video-slot__placeholder {
  display: none;
}

.lp-depo-video-slot:has(iframe),
.lp-depo-video-slot:has(video) {
  border: 1px solid rgba(26, 26, 26, 0.12);
  background: #0a0a0a;
  box-shadow: 0 12px 36px -16px rgba(26, 26, 26, 0.35);
}

.lp-results-gate-videos-local {
  grid-column: 1 / -1;
}

.lp-results-gate-videos-local__intro {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  line-height: 1.52;
  color: var(--text-mid);
}

.lp-video-carousel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.85rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0.2rem;
  padding: 0.1rem 0 0.4rem;
  margin: 0 -0.05rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.lp-video-carousel__item {
  flex: 0 0 min(78vw, 234px);
  scroll-snap-align: start;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.14);
  background: #101010;
  box-shadow: 0 14px 38px -22px rgba(26, 26, 26, 0.38);
}

.lp-video-carousel__item video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: min(52vh, 360px);
  object-fit: cover;
}

.lp-video-carousel__cap {
  margin: 0;
  padding: 0.4rem 0.55rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--text-mid);
  background: rgba(255, 252, 250, 0.98);
  border-top: 1px solid rgba(229, 224, 218, 0.88);
}

.lp-results-gate__kicker {
  display: inline-flex;
  margin: 0 0 0.55rem;
  padding: 0.28rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-primary);
  background: var(--brand-primary-soft);
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--brand-primary) 12%, transparent);
}

.lp-results-gate__title {
  margin: 0 0 0.75rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.2rem, 2.8vw, 1.55rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-dark);
  letter-spacing: -0.02em;
}

.lp-results-gate__lead {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text-mid);
  max-width: 48ch;
}

.lp-results-gate__list {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
  color: var(--text-mid);
  font-size: 0.98rem;
  line-height: 1.55;
}

.lp-results-gate__list li {
  margin-bottom: 0.5rem;
}

.lp-results-gate__list a {
  font-weight: 700;
  color: var(--brand-primary);
  text-decoration: none;
}

.lp-results-gate__list a:hover {
  text-decoration: underline;
}

.lp-results-gate__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.lp-results-gate__actions .btn {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}

@media (min-width: 480px) {
  .lp-results-gate__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .lp-results-gate__actions .btn {
    width: auto;
    min-width: min(100%, 11rem);
  }
}

/* CTA strip */
.lp-cta-strip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
  background: var(--brand-primary);
  color: #fff;
  padding: clamp(2.5rem, 5.5vw, 3.25rem) clamp(1.25rem, 4.5vw, 2rem);
  text-align: center;
}

.lp-cta-strip h2,
.lp-cta-strip h3 {
  color: #fff;
  margin: 0;
  font-size: clamp(1.1rem, 2.5vw, 1.45rem);
  line-height: 1.3;
  max-width: min(36rem, 100%);
}

.lp-cta-strip p {
  margin: 0;
  opacity: 0.95;
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

.lp-cta-strip--boxed {
  border-radius: var(--radius);
  margin-top: 2rem;
}

.lp-cta-strip__fine {
  margin: 0;
  font-size: 0.82rem;
  opacity: 0.9;
  line-height: 1.45;
}

.lp-cta-strip__fine a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lp-cta-strip__fine a:hover {
  opacity: 1;
}

.lp-cta-strip .btn--primary {
  background: #fff;
  color: var(--brand-primary);
}

.lp-cta-strip .btn--primary:hover {
  background: var(--bg-off);
}

.lp-cta-strip > .btn {
  align-self: stretch;
  width: 100%;
  max-width: 22rem;
  margin-inline: auto;
  box-sizing: border-box;
}

@media (min-width: 480px) {
  .lp-cta-strip > .btn {
    width: auto;
    align-self: center;
  }
}

/* Form */
.lp-form {
  max-width: 480px;
  margin: 0 auto;
  text-align: left;
}

.lp-form label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
  color: var(--text-dark);
}

.lp-form input,
.lp-form select {
  width: 100%;
  min-height: var(--tap);
  padding: 0 0.85rem;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.4;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  margin-bottom: 1rem;
  background: var(--bg-white);
}

.lp-form input:focus,
.lp-form select:focus {
  outline: 2px solid var(--brand-primary);
  outline-offset: 1px;
}

.lp-form__actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 0.25rem;
}

.lp-form__note {
  font-size: 0.88rem;
  color: var(--text-light);
  margin: 0.75rem 0 0;
  text-align: center;
}

.lp-form-success {
  display: none;
  padding: 1rem;
  background: #e8f5ee;
  border: 1px solid #b8dfc8;
  border-radius: var(--radius-sm);
  color: var(--success);
  font-weight: 600;
  margin-top: 1rem;
  text-align: center;
}

.lp-form-success.is-visible {
  display: block;
}

/* Secção com formulário: título/lead à esquerda, form continua estreito */
.lp-section__inner--form-hero {
  text-align: left;
}

.lp-section__inner--form-hero > h2 {
  text-align: left;
}

.lp-section__inner--form-hero > .lp-lead {
  text-align: left;
}

.lp-copy-muted {
  margin-top: var(--lp-stack-md);
  font-size: 0.92rem;
  color: var(--text-mid);
  line-height: 1.55;
  max-width: var(--lp-copy-measure);
}

/* Map */
.lp-map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  min-height: 240px;
  background: var(--bg-off);
}

.lp-map-wrap iframe {
  width: 100%;
  height: 320px;
  border: 0;
}

@media (min-width: 768px) {
  .lp-map-wrap iframe {
    height: 440px;
  }
}

.lp-map-pano {
  display: flex;
  justify-content: center;
  margin: 0.9rem 0 0;
}

.lp-map-pano__btn {
  font-size: 0.88rem;
  padding: 0.55rem 1.1rem;
  max-width: 100%;
  text-align: center;
}

.lp-contact-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.lp-contact-list li {
  margin-bottom: 0.5rem;
  color: var(--text-mid);
}

.lp-contact-list a {
  font-weight: 600;
}

.lp-amenities {
  margin: 1rem 0 0;
  font-size: 0.95rem;
  color: var(--text-mid);
}

/* Footer — E-E-A-T (entidade, NAP-style, equipa, prova externa, legal) */
.lp-footer {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  color: var(--text-mid);
  text-align: left;
}

.lp-footer--eeat {
  padding-block: 2.25rem 1.5rem;
  padding-inline: max(var(--lp-gutter), env(safe-area-inset-left, 0px))
    max(var(--lp-gutter), env(safe-area-inset-right, 0px));
  background: linear-gradient(180deg, var(--bg-off) 0%, #f1ece7 100%);
  border-top: 1px solid var(--border);
}

.lp-footer__inner {
  max-width: var(--max);
  margin: 0 auto;
}

.lp-footer__grid {
  display: grid;
  gap: 1.75rem 1.5rem;
}

@media (min-width: 768px) {
  .lp-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lp-footer__grid {
    grid-template-columns: 1.12fr 1fr 1fr 1fr;
    gap: 2rem;
  }
}

.lp-footer__logo-wrap {
  margin-bottom: 0.65rem;
}

.lp-footer__logo-wrap .lp-logo img {
  height: 2.15rem;
  max-width: 220px;
}

.lp-footer__tagline {
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-dark);
}

.lp-footer__snippet {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--text-mid);
  max-width: 36ch;
}

.lp-footer__col-title {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-primary);
}

.lp-footer__col-title--sub {
  margin-top: 1.15rem;
}

.lp-footer__address {
  margin: 0 0 0.65rem;
  font-style: normal;
  line-height: 1.55;
  font-size: 0.9rem;
  color: var(--text-dark);
}

.lp-footer__meta {
  margin: 0.4rem 0 0;
  font-size: 0.88rem;
  line-height: 1.45;
}

.lp-footer__meta a {
  color: var(--brand-primary);
  font-weight: 700;
  text-decoration: none;
}

.lp-footer__meta--hours {
  margin-top: 0.5rem;
  font-size: 0.82rem;
  color: var(--text-light);
}

.lp-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-footer__list > li {
  margin: 0 0 0.55rem;
  font-size: 0.88rem;
  line-height: 1.45;
}

.lp-footer__list-note {
  margin-top: 0.65rem !important;
  font-size: 0.8rem !important;
  color: var(--text-light);
}

.lp-footer__nav {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
}

.lp-footer__nav li {
  margin: 0 0 0.38rem;
}

.lp-footer__nav a {
  color: var(--text-dark);
  font-weight: 600;
  text-decoration: none;
}

.lp-footer__nav a:hover {
  color: var(--brand-primary);
  text-decoration: underline;
}

.lp-footer__trust-note {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--text-light);
  max-width: 42ch;
}

.lp-footer__bar {
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-light);
}

.lp-footer__bar p {
  margin: 0;
}

/* Dor / identificação — cards em grade (alinhado à mesma rail que o resto da LP) */
.lp-pain h2 {
  margin: 0 0 var(--lp-stack-md);
  max-width: var(--lp-heading-measure);
}

.lp-pain__outro {
  margin: var(--lp-stack-md) 0 0;
  max-width: var(--lp-copy-measure);
}

.lp-pain__cta {
  margin-top: var(--lp-stack-md);
}

.lp-pain-list {
  list-style: none;
  margin: var(--lp-stack-md) 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  width: 100%;
}

@media (min-width: 768px) {
  .lp-pain-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

.lp-pain-list li {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-height: 7.75rem;
  background: linear-gradient(
    165deg,
    color-mix(in srgb, var(--lp-pain-icon) 8%, #fff) 0%,
    #fff 42%,
    #fff 100%
  );
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1rem 1rem 1.05rem;
  color: var(--text-dark);
  font-weight: 700;
  line-height: 1.35;
  box-shadow: var(--shadow-card-elevated);
}

/* Ícone Lucide (substitui emoji) — vinho identidade */
.lp-pain-card__icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin: 0 0 0.15rem;
  color: var(--lp-pain-icon);
}

.lp-pain-card__icon :where(svg) {
  width: 32px;
  height: 32px;
  stroke: currentColor;
}

.lp-pain-card__text {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--text-mid);
  line-height: 1.35;
}

/* LP implante — dor: linha1 título + lead (largura total, esq.) | linha2: 40% imagem | 60% cards+CTA */
body.page-implante .lp-pain--split .lp-pain__split-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "pain-intro"
    "pain-cols";
  row-gap: clamp(1.25rem, 3vw, 1.85rem);
  align-items: start;
}

body.page-implante .lp-pain__intro {
  grid-area: pain-intro;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.55rem, 1.5vw, 0.85rem);
  width: 100%;
  text-align: left;
}

body.page-implante .lp-pain--split .lp-pain__heading {
  margin: 0;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

body.page-implante .lp-pain__intro .lp-pain__lead {
  margin: 0;
  max-width: min(42rem, 100%);
}

body.page-implante .lp-pain__columns {
  grid-area: pain-cols;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: clamp(1.25rem, 3vw, 1.75rem);
  align-items: start;
  min-width: 0;
  width: 100%;
}

body.page-implante .lp-pain__figure {
  margin: 0;
  max-width: 100%;
}

body.page-implante .lp-pain__photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card-elevated);
}

body.page-implante .lp-pain__copy-footer {
  min-width: 0;
}

@media (min-width: 900px) {
  body.page-implante .lp-pain__columns {
    grid-template-columns: minmax(240px, 2fr) minmax(0, 3fr);
    grid-template-rows: auto auto;
    column-gap: clamp(1.75rem, 3.5vw, 3rem);
    /* Só separa bloco (foto+cards) do texto/CTA — footer em linha full-width evita “vazio” sob a foto */
    row-gap: clamp(0.65rem, 1.5vw, 1rem);
  }

  /* Imagem na mesma altura que a grelha de cards (linha 1) */
  body.page-implante .lp-pain__figure {
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  body.page-implante .lp-pain__photo {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: var(--radius-lg);
  }

  body.page-implante .lp-pain--split .lp-pain__columns > .lp-pain-list {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    align-self: start;
  }

  body.page-implante .lp-pain__copy-footer {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  body.page-implante .lp-pain__copy-footer .lp-pain__outro {
    margin-top: 0;
  }

  body.page-implante .lp-pain--split .lp-pain-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 1rem;
  }
}

@media (max-width: 899px) {
  body.page-implante .lp-pain--split {
    position: relative;
    z-index: 1;
  }

  body.page-implante .lp-pain--split .lp-pain__figure {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    max-width: min(400px, 100%);
    overflow: visible;
  }

  body.page-implante .lp-pain--split .lp-pain__columns > .lp-pain-list {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
  }

  body.page-implante .lp-pain__copy-footer {
    grid-column: 1;
    grid-row: 3;
  }

  body.page-implante .lp-pain__figure {
    display: block;
  }

  /* Foto completa no mobile: sem crop da cabeça (nada de object-fit:cover aqui) */
  body.page-implante .lp-pain__photo {
    height: auto;
    width: 100%;
    max-width: 100%;
    object-fit: unset;
    object-position: center top;
  }

  /* “Por que implante?” sobe por cima da base da foto (tampa barriga/região inferior) */
  body.page-implante .lp-pain--split + .lp-section.lp-section--impl-why {
    position: relative;
    z-index: 2;
    isolation: isolate;
    margin-top: clamp(-4.5rem, -13vw, -2.75rem);
    padding-top: clamp(2.85rem, 8vw, 4rem);
    border-top: none;
    box-shadow: 0 -18px 44px rgba(26, 26, 26, 0.08);
  }
}

/* Implante — “Por que implante?” (layout mockup: creme, cards + destaque + comparativo) */
.lp-section.lp-section--impl-why {
  background: linear-gradient(180deg, #faf8f5 0%, #f5f1ea 55%, #f2ede6 100%);
  /* Encosta melhor na secção de transformações (padding global da secção já dá respiro embaixo) */
  padding-top: clamp(1rem, 2.2vw, 1.5rem);
}

.lp-impl-edu__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lp-pain-icon);
}

.lp-section--impl-why .lp-impl-edu__title {
  font-family: "Nunito", system-ui, sans-serif;
  font-size: clamp(1.7rem, 4.2vw, 2.35rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--text-dark);
  margin: 0 0 1rem;
  max-width: 22ch;
  text-wrap: balance;
}

.lp-impl-edu__lead {
  margin: 0 0 1.35rem;
  max-width: 40rem;
}

.lp-impl-edu__feat-grid {
  display: grid;
  gap: 1rem;
  margin: 0 0 var(--lp-stack-lg);
}

@media (min-width: 768px) {
  .lp-impl-edu__feat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

.lp-impl-edu__feat-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.15rem 1.2rem 1.25rem;
  box-shadow: var(--shadow-card-sm);
}

.lp-impl-edu__feat-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.28;
}

.lp-impl-edu__icon-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 0 0.75rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--lp-pain-icon) 14%, #fff);
  color: var(--lp-pain-icon);
}

.lp-impl-edu__icon-slot :where(svg) {
  stroke: currentColor;
}

.lp-impl-edu__feat-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text-mid);
  font-weight: 600;
}

.lp-impl-edu__highlight {
  margin: 0;
  padding: 1.25rem 1.35rem 1.35rem 1.45rem;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  border-left: 5px solid var(--lp-pain-icon);
  box-shadow: var(--shadow-card-sm);
  text-align: center;
}

.lp-impl-edu__highlight p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--text-dark);
}

/* Bloco: título em linha única; grelha só com tabela + destaque (tops alinhados) */
.lp-impl-edu__compare-block {
  margin: 0;
}

.lp-impl-edu__compare-block .lp-impl-edu__compare-kicker {
  margin: 0 0 clamp(0.85rem, 2vw, 1.15rem);
}

/* Tabela comparativa (~70%) + destaque “Atenção clínica” (~30%); alturas iguais no desktop */
.lp-impl-edu__compare-row {
  display: grid;
  gap: var(--lp-stack-lg);
  align-items: stretch;
  margin: 0;
}

@media (max-width: 959px) {
  /* Mobile: aviso clínico primeiro, tabela a seguir */
  .lp-impl-edu__compare-row .lp-impl-edu__highlight {
    order: -1;
  }
}

@media (min-width: 960px) {
  .lp-impl-edu__compare-row {
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
    gap: clamp(1.25rem, 2.5vw, 1.85rem);
    align-items: stretch;
  }

  .lp-impl-edu__compare-row .lp-impl-edu__compare {
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
  }

  .lp-impl-edu__compare-row .lp-impl-edu__compare .lp-compare {
    flex: 1;
    min-height: 0;
  }

  .lp-impl-edu__compare-row .lp-impl-edu__highlight {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    min-height: 100%;
    align-self: stretch;
    box-sizing: border-box;
  }
}

.lp-impl-edu__compare-row .lp-impl-edu__compare {
  min-width: 0;
}

.lp-impl-edu__compare {
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.lp-impl-edu__compare-kicker {
  margin: 0 0 0.85rem;
  max-width: none;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-light);
  font-family: "Nunito", system-ui, sans-serif;
}

/* Comparativo (tabela simples) */
.lp-compare {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 0;
}

.lp-compare__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 0.86rem;
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px -18px rgba(26, 26, 26, 0.22);
}

.lp-compare__table th,
.lp-compare__table td {
  padding: 0.72rem 0.55rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.06);
  text-align: center;
  vertical-align: middle;
}

.lp-compare__table th[scope="row"] {
  text-align: center;
  color: var(--text-dark);
  font-weight: 800;
  width: 44%;
  padding-inline: 0.55rem;
}

.lp-compare__table thead th {
  background: linear-gradient(180deg, color-mix(in srgb, var(--brand-primary) 10%, transparent) 0%, color-mix(in srgb, var(--brand-primary) 4%, transparent) 100%);
  color: var(--text-dark);
  font-weight: 900;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  letter-spacing: 0.01em;
  line-height: 1.15;
}

.lp-compare__table thead th:first-child {
  width: 44%;
  background: rgba(248, 249, 250, 0.95);
}

/* LP implante: coluna “Implante” realçada (mockup) */
.lp-compare__table--impl-highlight thead th:nth-child(1) {
  background: #f0eeeb;
  color: var(--text-dark);
}

.lp-compare__table--impl-highlight thead th:nth-child(2) {
  background: var(--lp-pain-icon);
  color: #fff;
  border-inline: 1px solid rgba(255, 255, 255, 0.18);
}

.lp-compare__table--impl-highlight thead th:nth-child(3),
.lp-compare__table--impl-highlight thead th:nth-child(4) {
  background: #e8eaed;
  color: var(--text-dark);
}

.lp-compare__table--impl-highlight tbody td:nth-child(2) {
  background: color-mix(in srgb, var(--lp-pain-icon) 11%, #fff);
  font-weight: 700;
  color: var(--text-dark);
}

.lp-compare__table--impl-highlight tbody tr:nth-child(even) td:nth-child(2) {
  background: color-mix(in srgb, var(--lp-pain-icon) 16%, #fff);
}

.lp-compare__table tbody tr:nth-child(even) td,
.lp-compare__table tbody tr:nth-child(even) th[scope="row"] {
  background: rgba(248, 249, 250, 0.55);
}

.lp-compare__table tbody tr:last-child td,
.lp-compare__table tbody tr:last-child th[scope="row"] {
  border-bottom: none;
}

/* Mobile: evitar colunas “emboladas” (fixed + 100% esmagava 4 colunas) */
@media (max-width: 879px) {
  .lp-impl-edu__compare {
    margin-inline: calc(-1 * var(--lp-gutter));
    padding-inline: var(--lp-gutter);
  }

  .lp-compare__table {
    table-layout: auto;
    width: max(100%, 34.5rem);
    min-width: 34.5rem;
    max-width: none;
  }

  .lp-compare__table th[scope="row"],
  .lp-compare__table thead th:first-child {
    width: auto;
    min-width: 8.75rem;
    max-width: 11rem;
  }

  .lp-compare__table th,
  .lp-compare__table td {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
    padding: 0.62rem 0.5rem;
    line-height: 1.35;
  }

  .lp-compare__table thead th {
    line-height: 1.25;
  }
}

@media (min-width: 880px) {
  .lp-compare__table {
    font-size: 0.9rem;
  }

  .lp-compare__table th,
  .lp-compare__table td {
    padding: 0.85rem 0.75rem;
  }
}

/* Urgência (bullets de confiança) */
.lp-urgency-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.lp-urgency-note {
  margin: var(--lp-stack-md) 0 0;
  font-size: 1.02rem;
  color: var(--text-mid);
  max-width: var(--lp-copy-measure);
  line-height: 1.58;
}

.lp-urgency-list li {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 14px;
  padding: 0.75rem 0.95rem;
  color: var(--text-dark);
  font-weight: 800;
  line-height: 1.35;
}

/* CTA fixo mobile (barra inferior) */
.cta-flutuante-mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9500;
  display: none;
  width: 100%;
  box-sizing: border-box;
  background: var(--whatsapp);
  color: #111;
  text-align: center;
  padding: 16px 16px calc(16px + env(safe-area-inset-bottom, 0px));
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.15;
  font-family: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  border: none;
  margin: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(37, 211, 102, 0.18);
}

.cta-flutuante-mobile:hover {
  background: var(--whatsapp-dark);
  color: #111;
}

button.cta-flutuante-mobile:focus-visible {
  outline: 2px solid var(--text-dark);
  outline-offset: -2px;
}

@media (max-width: 768px) {
  .cta-flutuante-mobile { display: block; }
}

/* Floating WhatsApp */
.lp-float-wa {
  position: fixed;
  right: max(0.75rem, env(safe-area-inset-right, 0px));
  bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
  z-index: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.25rem;
  padding: 0.8rem 1.25rem 0.8rem 1.05rem;
  box-sizing: border-box;
  background: var(--whatsapp);
  color: #111;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
  font-size: 0.95rem;
  line-height: 1.2;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 430px) {
  .lp-float-wa {
    min-height: 3.45rem;
    padding: 0.85rem 1.2rem 0.85rem 1.05rem;
    font-size: 0.95rem;
    line-height: 1.2;
    white-space: nowrap;
  }
}

.lp-float-wa:hover {
  background: var(--whatsapp-dark);
  color: #111;
}

.lp-float-wa svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  fill: currentColor;
}

@media (min-width: 900px) {
  .lp-float-wa span {
    display: inline;
  }
}

/* Comparative table (ortho) — cards lado a lado */
.lp-compare-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .lp-compare-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.lp-compare-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
}

.lp-compare-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  margin-top: 0;
}

.lp-compare-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--text-mid);
}

.lp-compare-card li {
  margin-bottom: 0.45rem;
}

/* Steps */
.lp-steps {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.lp-step {
  flex: 0 0 min(260px, 85vw);
  scroll-snap-align: start;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
}

.lp-step__num {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  background: var(--brand-primary);
  color: #fff;
  font-weight: 800;
  border-radius: 50%;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

/* Imagens de referência em split (legenda curta; ver docs) */
.lp-stock-split {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  margin-top: 1.75rem;
}

@media (min-width: 768px) {
  .lp-stock-split {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 2rem;
  }

  .lp-stock-split--flip {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  }

  .lp-stock-split--flip .lp-stock-split__img {
    order: 2;
  }

  .lp-stock-split--flip .lp-stock-split__text {
    order: 1;
  }
}

.lp-stock-split__img figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.07);
  background: #fff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 22px 48px -20px rgba(26, 26, 26, 0.2);
}

.lp-stock-split__img img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.lp-stock-split__img figure.lp-stock-split__figure--profissional {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0ebe6;
}

.lp-stock-split__img figure.lp-stock-split__figure--profissional img {
  object-fit: contain;
  object-position: center center;
  background: #f0ebe6;
}

.lp-stock-split__img figcaption {
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--text-light);
  background: rgba(252, 251, 249, 0.98);
  border-top: 1px solid var(--border);
}

.lp-stock-split__text h3 {
  margin-top: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.12rem, 2.4vw, 1.35rem);
  line-height: 1.2;
}

.lp-stock-split__text ul {
  margin: 0.5rem 0 0;
  padding-left: 1.15rem;
  color: var(--text-mid);
}

.lp-stock-split__text li {
  margin-bottom: 0.45rem;
}

.lp-stock-split__lead {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.58;
}

/* Processo em 4 passos (cards com foto) */
.lp-process-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

@media (min-width: 640px) {
  .lp-process-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .lp-process-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.lp-process-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(26, 26, 26, 0.06);
}

.lp-process-card__badge {
  position: absolute;
  top: 0.65rem;
  left: 0.75rem;
  z-index: 2;
  margin: 0;
  padding: 0.28rem 0.65rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  color: #fff;
  background: var(--brand-primary);
  border-radius: 6px;
  box-shadow: 0 2px 8px var(--brand-primary-glow);
}

.lp-process-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  display: block;
}

.lp-process-card img.lp-process-card__img--portrait {
  object-fit: contain;
  object-position: center center;
  background: #f4f0ec;
}

.lp-process-card__body {
  padding: 0.65rem 1rem 1rem;
}

.lp-process-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.02rem;
  line-height: 1.28;
}

.lp-process-card p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--text-mid);
  line-height: 1.45;
}

.lp-process-footnote {
  margin: 1.25rem 0 0;
  font-size: 0.84rem;
  color: var(--text-light);
  max-width: var(--lp-copy-measure);
  line-height: 1.5;
}

/* LP Ortodontia — opções: mosaico único (texto das opções na arte) */
.lp-ortho-opcoes .lp-ortho-opcoes-mosaic-figure {
  margin: 1.5rem 0 0;
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card-md);
  background: var(--bg-white);
}

.lp-ortho-opcoes .lp-ortho-opcoes-mosaic-figure img {
  width: 100%;
  height: auto;
  display: block;
}


/* Sorrisos em destaque + reserva antes/depois */
.lp-result-smiles {
  display: grid;
  gap: 1rem;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .lp-result-smiles {
    grid-template-columns: 1fr 1fr;
  }
}

.lp-smile-card {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-white);
  box-shadow: var(--shadow);
}

.lp-smile-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 48%;
  display: block;
}

/* Close no sorriso/boca (menos rosto “de capa”) */
.lp-smile-card--foco-boca img {
  aspect-ratio: 1 / 1;
  object-position: center 55%;
}

.lp-smile-card figcaption {
  padding: 0.65rem 0.9rem;
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--text-mid);
  background: var(--bg-off);
  border-top: 1px solid var(--border);
}

.lp-result-soon {
  margin-top: 1.5rem;
  padding: 1.1rem 1.15rem 1.2rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-white);
  box-shadow: var(--shadow);
}

.lp-result-soon h3 {
  margin: 0 0 0.45rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
}

.lp-result-soon > p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-mid);
  line-height: 1.5;
}

/* Carrossel de transformações — após cards de avaliação Google na mesma secção */
.lp-xform-after-reviews {
  margin-top: clamp(2.75rem, 8vw, 5rem);
  margin-bottom: clamp(1.5rem, 4vw, 2.75rem);
}

.lp-xform-after-reviews--stack {
  margin-top: clamp(2rem, 6vw, 3.5rem);
  margin-bottom: 0;
}

/* Bloco de título + texto + CTA abaixo do carrossel (LP implante) — rail alinhada ao resto */
.lp-xform-followup {
  max-width: var(--lp-heading-measure);
  margin-top: clamp(1.75rem, 4vw, 2.75rem);
  padding-bottom: 0.15rem;
  text-align: left;
}

.lp-xform-followup h2 {
  margin: 0 0 var(--lp-stack-md);
}

.lp-xform-followup__lead {
  margin: 0 0 var(--lp-stack-md);
  max-width: var(--lp-copy-measure);
  text-align: left;
}

.lp-xform-followup__cta {
  justify-content: flex-start;
}

/* Menos espaço entre o bloco “transformações” + CTA e a secção seguinte (evita “vão” duplo de padding) */
.lp-section.lp-section--alt:has(.lp-xform-followup) {
  padding-bottom: clamp(1rem, 2.2vw, 1.5rem);
}

/* Carrossel “transformações” (Swiper) — alinhado ao bloco do site institucional */
.lp-xform {
  margin: 0;
}

.lp-xform__card {
  display: grid;
  grid-template-columns: 1fr;
  max-width: var(--max);
  margin-inline: auto;
  border-radius: clamp(18px, 4vw, 26px);
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 24px 56px -22px rgba(26, 26, 26, 0.28);
  border: 1px solid rgba(26, 26, 26, 0.07);
}

@media (min-width: 900px) {
  .lp-xform__card {
    grid-template-columns: 1.08fr minmax(280px, 0.92fr);
  }
}

.lp-xform__visual {
  display: flex;
  flex-direction: column;
  background: #141414;
  min-width: 0;
  min-height: 0;
}

.lp-xform__main {
  position: relative;
  width: 100%;
  flex: 1;
  min-height: min(72vw, 420px);
}

.lp-xform__main .swiper-slide {
  height: auto;
}

.lp-xform__slide-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: min(88vh, 560px);
  margin-inline: auto;
  background: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 900px) {
  .lp-xform__slide-frame {
    aspect-ratio: 1 / 1;
    max-height: 520px;
  }
}

.lp-xform__slide-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* LP implante: “Antes” / “Depois” por cima da arte (cobre rótulos em inglês embutidos na imagem) */
.lp-xform__ba-scrim {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 34%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(10, 10, 12, 0.94) 0%,
    rgba(10, 10, 12, 0.55) 42%,
    transparent 100%
  );
}

.lp-xform[data-lp-xform-mode="implante"] .lp-xform__ba-scrim {
  height: 42%;
}

.lp-xform__ba-labels {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  pointer-events: none;
  padding: 0 0.65rem 0.75rem;
  box-sizing: border-box;
}

.lp-xform__ba-col {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.lp-xform__ba-pill {
  display: inline-block;
  margin: 0;
  padding: 0.38rem 0.95rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  line-height: 1.2;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.lp-xform__ba-pill--pt {
  text-transform: none;
  letter-spacing: 0.04em;
  font-size: clamp(0.78rem, 2.1vw, 0.9rem);
  font-weight: 700;
}

.lp-xform__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
  touch-action: manipulation;
  transition: background 0.15s ease, transform 0.1s ease;
}

.lp-xform__nav:hover {
  background: rgba(255, 255, 255, 0.36);
}

.lp-xform__nav:active {
  transform: translateY(-50%) scale(0.96);
}

.lp-xform__nav--prev {
  left: 0.5rem;
}

.lp-xform__nav--next {
  right: 0.5rem;
}

@media (min-width: 640px) {
  .lp-xform__nav--prev {
    left: 0.85rem;
  }

  .lp-xform__nav--next {
    right: 0.85rem;
  }
}

.lp-xform__nav:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.lp-xform__thumbs {
  width: 100%;
  padding: 0.55rem 0.5rem 0.65rem;
  background: rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
}

.lp-xform__thumbs .swiper-slide {
  width: 76px;
  flex-shrink: 0;
}

@media (min-width: 480px) {
  .lp-xform__thumbs .swiper-slide {
    width: 88px;
  }
}

@media (min-width: 640px) {
  .lp-xform__thumbs .swiper-slide {
    width: 100px;
  }
}

.lp-xform__thumb {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.15s ease, opacity 0.15s ease;
  aspect-ratio: 1 / 1;
  background: #222;
}

.lp-xform__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-xform__thumbs .swiper-slide-thumb-active .lp-xform__thumb {
  border-color: rgba(255, 255, 255, 0.85);
  opacity: 1;
}

.lp-xform__thumbs .swiper-slide:not(.swiper-slide-thumb-active) .lp-xform__thumb {
  opacity: 0.72;
}

.lp-xform__panel {
  background: linear-gradient(165deg, #9a2438 0%, #7a1828 55%, #6b1524 100%);
  color: #fff;
  padding: clamp(1.75rem, 5vw, 2.75rem) clamp(1.25rem, 4vw, 2.25rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}

.lp-xform__title {
  margin: 0 0 1rem;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}

.lp-xform__text {
  margin: 0;
  font-size: clamp(0.98rem, 2vw, 1.06rem);
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.92);
  max-width: 42ch;
}

.lp-xform__text strong {
  color: #fff;
  font-weight: 700;
}

/* Painel direito — foto do Dr. (modo implante no carrossel) */
.lp-xform__doctor {
  margin: 0;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  background: linear-gradient(165deg, #faf7f4 0%, #ebe4dc 100%);
  border-left: 1px solid rgba(26, 26, 26, 0.06);
}

@media (max-width: 899px) {
  .lp-xform__doctor {
    border-left: none;
    border-top: 1px solid rgba(26, 26, 26, 0.08);
  }
}

.lp-xform__doctor-fig {
  margin: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(64vw, 380px);
  background: #ebe4dc;
}

@media (min-width: 900px) {
  .lp-xform__doctor-fig {
    min-height: 100%;
  }
}

.lp-xform__doctor-img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* Swiper: setas padrão escondidas (usamos botões custom) */
.lp-xform .swiper-button-next,
.lp-xform .swiper-button-prev {
  display: none;
}

/* Comparativo de referência (créditos nas legendas) */
.lp-ba-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

@media (min-width: 640px) {
  .lp-ba-showcase {
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem;
  }
}

.lp-ba-showcase__fig {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-white);
  display: flex;
  flex-direction: column;
}

.lp-ba-showcase__badge {
  margin: 0;
  padding: 0.4rem 0.85rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: var(--brand-primary);
}

.lp-ba-showcase__fig img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.lp-ba-showcase__fig figcaption {
  margin: 0;
  padding: 0.55rem 0.75rem;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--text-mid);
  background: var(--bg-off);
  border-top: 1px solid var(--border);
}

.lp-ba-showcase__fig figcaption a {
  color: var(--brand-primary);
  font-weight: 600;
  text-decoration: none;
}

.lp-ba-showcase__fig figcaption a:hover {
  text-decoration: underline;
}

/* Mid-page CTA box — mesma medida de leitura que títulos */
.lp-mid-cta {
  margin: var(--lp-stack-lg) 0 0;
  padding: 1.35rem 1.35rem 1.35rem 1.65rem;
  border: 1px solid var(--border);
  border-left: 4px solid var(--brand-primary);
  border-radius: var(--radius);
  text-align: left;
  background: var(--bg-white);
  box-shadow: 0 8px 28px -18px rgba(26, 26, 26, 0.14);
  max-width: var(--lp-heading-measure);
}

.lp-mid-cta p {
  margin: 0 0 var(--lp-stack-md);
  color: var(--text-mid);
  max-width: var(--lp-copy-measure);
}

/* Mesma foto nas duas LPs — overrides opcionais se um dia usarem crops diferentes */

/* Prose blocks for longer copy */
.lp-prose p {
  margin: 0 0 0.85rem;
  color: var(--text-mid);
  max-width: var(--lp-copy-measure);
}

.lp-prose p:last-child {
  margin-bottom: 0;
}

/* ================================================================
   DESIGN ENHANCEMENTS
   hover animations · brand section · icon slot · large screen
   ================================================================ */

/* Button depth */
.btn--primary {
  box-shadow: 0 2px 8px color-mix(in srgb, var(--brand-primary) 22%, transparent), 0 1px 2px color-mix(in srgb, var(--brand-primary) 12%, transparent);
}
.btn--primary:hover {
  box-shadow: 0 4px 16px color-mix(in srgb, var(--brand-primary) 32%, transparent), 0 2px 4px color-mix(in srgb, var(--brand-primary) 18%, transparent);
}
.btn--wa {
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.22);
}
.btn--wa:hover {
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
}

/* Micro-animations — somente dispositivos com hover real */
@media (hover: hover) {
  .lp-pain-list li,
  .lp-icon-card,
  .lp-review-card,
  .lp-process-card {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    will-change: transform;
  }

  .lp-pain-list li:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px -22px rgba(26, 26, 26, 0.3);
  }

  .lp-icon-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px -16px rgba(26, 26, 26, 0.2);
    border-color: color-mix(in srgb, var(--brand-primary) 22%, transparent);
  }

  .lp-review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px -20px rgba(26, 26, 26, 0.18);
  }

  .lp-process-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px -20px rgba(26, 26, 26, 0.22);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-pain-list li,
  .lp-icon-card,
  .lp-review-card,
  .lp-process-card {
    transition: none;
  }
}

/* Process card — media wrapper (imagem + badge overlay) */
.lp-process-card__media {
  position: relative;
  overflow: hidden;
  line-height: 0;
}

/* Icon slot (substitui foto quando não há imagem adequada) */
.lp-process-card__icon-slot {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f4f0ec 0%, #e9e2d9 100%);
  color: var(--brand-primary);
}

.lp-process-card__icon-slot svg {
  width: clamp(3rem, 10vw, 5rem);
  height: clamp(3rem, 10vw, 5rem);
  opacity: 0.65;
}

/* Closing CTA section — fundo escuro da marca */
.lp-section--brand {
  background: linear-gradient(160deg, #8b0019 0%, #6a0014 55%, #550010 100%);
  color: #fff;
}

.lp-section--brand h2 {
  color: #fff;
  letter-spacing: -0.025em;
}

.lp-section--brand .lp-lead {
  color: rgba(255, 255, 255, 0.88);
}

.lp-section--brand .lp-urgency-list li {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.lp-section--brand .lp-urgency-note {
  color: rgba(255, 255, 255, 0.8);
}

.lp-section--brand .btn--wa {
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45);
}

.lp-section--brand .btn--primary {
  background: #fff;
  color: var(--brand-primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.lp-section--brand .btn--primary:hover {
  background: var(--bg-off);
}

/* Process footnote — highlight */
.lp-process-footnote strong {
  color: var(--brand-primary);
}

/* Implante — “planejamento e segurança”: fundo pastel da marca + contraste */
.lp-impl-plan-security {
  --ips-bg-top: color-mix(in srgb, var(--brand-primary) 13%, #ffffff);
  --ips-bg-mid: color-mix(in srgb, var(--brand-primary) 8%, #fffbfb);
  --ips-bg-bot: color-mix(in srgb, var(--brand-primary) 10%, #faf5f6);
  --ips-border-outer: color-mix(in srgb, var(--brand-primary) 22%, #ead5d8);
  --ips-divider: color-mix(in srgb, var(--brand-primary) 26%, rgba(255, 255, 255, 0.65));
  --ips-heading: #1a0c10;
  --ips-body: #3d2a2e;
  --ips-muted: #5c4348;
  --ips-line: color-mix(in srgb, var(--brand-primary) 38%, #c9a8ad);

  margin-top: clamp(2rem, 4.5vw, 2.85rem);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: linear-gradient(168deg, var(--ips-bg-top) 0%, var(--ips-bg-mid) 44%, var(--ips-bg-bot) 100%);
  border: 1px solid var(--ips-border-outer);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 20px 48px -24px color-mix(in srgb, var(--brand-primary) 16%, transparent);
}

.lp-impl-plan-security__inner {
  padding-block: clamp(1.75rem, 4.5vw, 2.65rem);
  padding-inline: clamp(1.15rem, 5vw, 1.75rem);
}

@media (min-width: 900px) {
  .lp-impl-plan-security__inner {
    /* 10% + 10% laterais; conteúdo em duas faixas de ~40% cada (1fr 1fr na área útil) */
    padding-block: clamp(2rem, 5vw, 3rem);
    padding-inline: 10%;
  }
}

.lp-impl-plan-security__grid {
  display: grid;
  gap: clamp(1.35rem, 3vw, 2rem);
  align-items: start;
  max-width: 100%;
}

/* Canto vazio no desktop: eyebrow só na coluna 1; timeline alinha à altura do h3 */
.lp-impl-plan-security__grid-corner {
  display: none;
}

@media (min-width: 900px) {
  .lp-impl-plan-security__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: clamp(1.25rem, 2.5vw, 2rem);
    row-gap: 0.55rem;
    align-items: start;
  }

  .lp-impl-plan-security__eyebrow--lead {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    align-self: end;
  }

  .lp-impl-plan-security__grid-corner {
    display: block;
    grid-column: 2;
    grid-row: 1;
    min-height: 0;
  }

  .lp-impl-plan-security__copy {
    grid-column: 1;
    grid-row: 2;
    border-right: 1px solid var(--ips-divider);
    padding-right: clamp(1.25rem, 2.8vw, 2.25rem);
    margin-right: 0;
  }

  .lp-impl-plan-security__timeline {
    grid-column: 2;
    grid-row: 2;
  }
}

.lp-impl-plan-security__copy {
  min-width: 0;
}

.lp-impl-plan-security__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-primary-dark);
}

.lp-impl-plan-security__copy h3 {
  margin: 0 0 0.85rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--ips-heading);
  text-wrap: balance;
}

.lp-impl-plan-security__lead {
  margin: 0;
  font-size: clamp(0.98rem, 2vw, 1.06rem);
  line-height: 1.62;
  color: var(--ips-body);
  max-width: none;
}

.lp-impl-plan-security__bullets {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
}

.lp-impl-plan-security__bullets li {
  position: relative;
  margin: 0 0 0.6rem;
  padding-left: 1.05rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--ips-body);
}

.lp-impl-plan-security__bullets li:last-child {
  margin-bottom: 0;
}

.lp-impl-plan-security__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-primary);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--brand-primary) 22%, #fff);
}

.lp-impl-plan-security__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 0;
}

@media (max-width: 899px) {
  .lp-impl-plan-security__timeline {
    padding-top: 0.15rem;
  }
}

.lp-impl-plan-security__timeline::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  border-radius: 1px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--brand-primary) 55%, var(--ips-line)) 0%,
    color-mix(in srgb, var(--brand-primary) 28%, var(--ips-line)) 100%
  );
}

.lp-impl-plan-security__timeline li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding-bottom: 1.35rem;
  position: relative;
}

.lp-impl-plan-security__timeline li:last-child {
  padding-bottom: 0;
}

.lp-impl-plan-security__node {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  background: var(--brand-primary);
  box-shadow:
    0 0 0 3px color-mix(in srgb, #fff 86%, var(--brand-primary)),
    0 4px 14px color-mix(in srgb, var(--brand-primary) 32%, transparent);
  z-index: 1;
}

.lp-impl-plan-security__step-body strong {
  display: block;
  margin: 0 0 0.28rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.28;
  color: var(--ips-heading);
}

.lp-impl-plan-security__step-body p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--ips-muted);
}

/* Large screens — TV & monitores largos (≥ 1440px) */
@media (min-width: 1440px) {
  :root {
    --lp-section-y: clamp(3.5rem, 5vw, 5rem);
  }

  body.lp {
    font-size: 1.055rem;
  }

  .lp-section h2 {
    font-size: clamp(2.1rem, 2.8vw, 2.75rem);
  }

  .lp-hero.lp-hero--studio h1 {
    font-size: clamp(2.75rem, 3.5vw, 3.6rem);
  }

  .lp-map-wrap iframe {
    height: 520px;
  }

  .lp-process-grid {
    gap: 1.35rem;
  }

  .lp-review-grid {
    gap: 1.35rem;
  }

  .lp-reviews-swiper__bar {
    margin-top: 1.15rem;
  }
}

@media (min-width: 1920px) {
  :root {
    --max: 1360px;
    --lp-section-y: clamp(4rem, 4.5vw, 6rem);
  }

  body.lp {
    font-size: 1.1rem;
  }

  .lp-section h2 {
    font-size: clamp(2.4rem, 2.5vw, 3rem);
  }
}

/* ── Trust Bar — faixa de números abaixo do hero ── */
.lp-trust-bar {
  background: var(--lp-pain-icon);
  padding-block: 1.1rem;
  padding-inline: max(var(--lp-gutter), env(safe-area-inset-left, 0px))
    max(var(--lp-gutter), env(safe-area-inset-right, 0px));
}

.lp-trust-bar__inner {
  max-width: var(--max);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 5vw, 4rem);
  flex-wrap: wrap;
}

.lp-trust-bar__item {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.lp-trust-bar__item strong {
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  display: block;
}

.lp-trust-bar__item span {
  font-size: 0.7rem;
  font-weight: 600;
  opacity: 0.82;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
}

.lp-trust-bar__sep {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.22);
  flex-shrink: 0;
}

@media (max-width: 500px) {
  .lp-trust-bar__sep {
    display: none;
  }

  .lp-trust-bar__inner {
    gap: 1.1rem;
  }
}

/* ── Pain section — melhorar hover dos cards ── */
.lp-pain-list li {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lp-pain-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px -8px rgba(139, 26, 26, 0.18);
  border-color: var(--lp-pain-icon);
}

/* ── CTA button pulse — chamar atenção para o CTA principal ── */
@keyframes lp-pulse {
  0%,
  100% {
    box-shadow: 0 4px 14px rgba(192, 0, 42, 0.38);
  }

  50% {
    box-shadow: 0 4px 26px rgba(192, 0, 42, 0.58);
  }
}

.btn--pulse {
  animation: lp-pulse 2.6s ease-in-out infinite;
}

.btn--pulse:hover,
.btn--pulse:focus {
  animation: none;
}

/* ── Review cards — hover suave ── */
.lp-review-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px -8px rgba(26, 26, 26, 0.14);
}

/* ── Feat cards (Por que implante) — hover ── */
.lp-impl-edu__feat-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-impl-edu__feat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px -6px rgba(26, 26, 26, 0.12);
}

/* ── Process cards — hover ── */
.lp-process-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px -10px rgba(26, 26, 26, 0.18);
}

/* ── FAQ — highlight ao abrir ── */
.lp-faq-item[open] {
  border-color: var(--lp-pain-icon);
  box-shadow: 0 0 0 3px rgba(139, 26, 26, 0.07);
}

/*
 * LP implante: .lp-conv em largura total — cada .lp-section pinta o fundo edge-to-edge
 * (igual ao site: secção full-bleed + .wrap / __inner na rail 1120px).
 * Antes, max-width aqui “encaixotava” todas as faixas na coluna central.
 */
body.page-implante .lp-conv {
  max-width: none;
  width: 100%;
  margin-inline: 0;
  box-sizing: border-box;
  background: transparent;
  --lp-conv-radius: 12px;
}

/* Secções brancas explícitas — mesmo branco do body institucional */
body.page-implante .lp-section:not(.lp-section--alt):not(.lp-section--brand) {
  background: var(--bg-white);
}

/* Hero implante: largura do viewport; cópia continua com max + padding-inline abaixo */
body.page-implante .lp-conv-hero.lp-conv-hero--fullbleed {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

/* Hero com altura mínima: foto cobre a direita; cópia centrada na coluna (evita “meio branco” sem imagem) */
body.page-implante .lp-conv-hero.lp-conv-hero--fullbleed {
  min-height: min(76vh, 700px);
}

body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero__bgimg {
  min-height: min(76vh, 700px);
}

body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero__content {
  min-height: min(76vh, 700px);
}

/* LP Implante / Ads — menu legado .lp-nav (outras LPs); esta página usa .lp-implante-toc */
.page-implante .lp-nav {
  display: none !important;
}

.lp-reviews-gbp .lp-review-grid + .lp-hero__cta-row,
.lp-reviews-gbp .lp-reviews-gbp__review-grid + .lp-hero__cta-row,
.lp-reviews-gbp .lp-reviews-swiper + .lp-hero__cta-row,
.lp-reviews-gbp .lp-reviews-gbp__places-attribution + .lp-hero__cta-row {
  margin-top: 1.5rem;
}

.page-implante-map-cta .lp-map-pano {
  margin-bottom: 0;
}

.page-implante-map-cta .lp-hero__cta-row {
  margin-top: 1.25rem;
}

/* ═══ LP implante — layout conversão (identidade Sobilis + fotos reais) ═══ */
.lp-conv {
  /* Mesma rail que .lp-section__inner / .lp-top — evita “degrau” visual entre blocos */
  --lp-conv-max: var(--max);
  --lp-conv-radius: 1.35rem;
  --lp-conv-rail: min(var(--lp-conv-max), calc(100% - 2 * var(--lp-gutter)));
  background: var(--bg-off);
  overflow-x: clip;
}

/* Barra do topo: fundo full-bleed; logo + CTA alinhados à rail (todas as larguras) */
.lp-conv-headwrap {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  box-sizing: border-box;
  background: color-mix(in srgb, var(--bg-white) 94%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

/* .lp-conv-headwrap: transição/compacto partilhados com .lp-headwrap acima */

/*
 * LP implante — mesma rail que o H1 (.lp-impl-hero-photo__inner / .lp-section__inner):
 * gutter no headwrap; .lp-top só max-width --max centrado (sem padding horizontal duplicado).
 */
body.page-implante .lp-conv-headwrap {
  padding-inline: max(var(--lp-gutter), env(safe-area-inset-left, 0px))
    max(var(--lp-gutter), env(safe-area-inset-right, 0px));
}

body.page-implante .lp-conv-headwrap .lp-top.lp-top--implante-toc {
  max-width: var(--max);
  margin-inline: auto;
  width: 100%;
  padding-inline: 0;
}

/* Menu de âncoras — sempre uma linha (≥1025px): até 1024px usa só hambúrguer (evita menu “partido” em tablet) */
@media (min-width: 1025px) {
  body.page-implante .lp-top--implante-toc {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto;
    align-items: center;
    justify-content: stretch;
    column-gap: clamp(0.45rem, 1vw, 1rem);
    row-gap: 0;
  }

  body.page-implante .lp-top--implante-toc .lp-logo {
    grid-column: 1;
    justify-self: start;
    align-self: center;
    position: relative;
    z-index: 2;
  }

  body.page-implante .lp-top--implante-toc .lp-implante-toc {
    grid-column: 2;
    justify-self: stretch;
    align-self: center;
    justify-content: flex-end;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-gutter: stable;
    -webkit-overflow-scrolling: touch;
  }

  body.page-implante .lp-top--implante-toc .lp-top-cta {
    grid-column: 3;
    justify-self: end;
    align-self: center;
    position: relative;
    z-index: 2;
    display: flex;
    flex-shrink: 0;
    align-items: center;
  }

  body.page-implante .lp-top--implante-toc .lp-implante-toc__list {
    justify-content: flex-end;
    margin-inline-start: auto;
    overflow-x: visible;
    flex-wrap: nowrap;
    width: max-content;
    max-width: none;
    min-height: 40px;
    align-items: center;
    gap: 0.05rem 0.18rem;
  }

  body.page-implante .lp-top--implante-toc .lp-implante-toc__list a {
    min-height: 40px;
    padding: 0.2rem 0.42rem;
    font-size: clamp(0.62rem, 0.48rem + 0.42vw, 0.74rem);
    letter-spacing: 0;
  }

  body.page-implante .lp-top--implante-toc .btn--top {
    padding: 0 0.75rem;
    font-size: clamp(0.72rem, 0.58rem + 0.35vw, 0.84rem);
    min-height: 40px;
  }

  @media (max-width: 1100px) {
    body.page-implante .lp-logo img {
      height: clamp(1.95rem, 3.2vw, 2.35rem);
    }
  }
}

/* Mobile / tablet estreito: flex, sem quebra de linha no topo */
body.page-implante .lp-top--implante-toc {
  align-items: center;
  flex-wrap: nowrap;
}

body.page-implante .lp-top--implante-toc .lp-logo {
  flex-shrink: 0;
  align-self: center;
}

/* Nav horizontal da TOC: só ≥1025px */
@media (min-width: 1025px) {
  body.page-implante .lp-implante-toc {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-self: center;
  }

  body.page-implante .lp-implante-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.08rem 0.22rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
    max-width: 100%;
  }

  body.page-implante .lp-implante-toc__list li {
    flex: 0 0 auto;
    scroll-snap-align: start;
    display: flex;
    align-items: center;
  }

  body.page-implante .lp-implante-toc__list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 40px;
    padding: 0.2rem 0.48rem;
    font-size: clamp(0.65rem, 0.52rem + 0.38vw, 0.78rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    color: var(--text-mid);
    text-decoration: none;
    border-radius: 999px;
    white-space: nowrap;
    border: 1px solid transparent;
    transition:
      color 0.15s ease,
      background 0.15s ease,
      border-color 0.15s ease;
  }

  body.page-implante .lp-implante-toc__list a:hover,
  body.page-implante .lp-implante-toc__list a:focus-visible {
    color: var(--brand-primary);
    background: color-mix(in srgb, var(--brand-primary) 10%, transparent);
    border-color: color-mix(in srgb, var(--brand-primary) 22%, transparent);
  }

  body.page-implante .lp-implante-toc__list a:focus-visible {
    outline: 2px solid var(--brand-primary);
    outline-offset: 2px;
  }
}

.lp-conv-hero {
  position: relative;
  min-height: min(88vh, 720px);
  display: grid;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

.lp-conv-hero__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      105deg,
      rgba(26, 26, 26, 0.92) 0%,
      rgba(26, 26, 26, 0.72) 40%,
      rgba(26, 26, 26, 0.28) 100%
    ),
    var(--lp-conv-photo, linear-gradient(135deg, var(--brand-primary-dark), var(--brand-primary)));
  background-size: cover, cover;
  background-position: center, center;
}

.lp-conv-hero__fade {
  position: absolute;
  inset: auto 0 0 0;
  height: clamp(72px, 14vw, 120px);
  background: linear-gradient(180deg, rgba(248, 246, 243, 0), var(--bg-off));
  pointer-events: none;
}

.lp-conv-hero__inner {
  position: relative;
  z-index: 2;
  width: var(--lp-conv-rail);
  margin-inline: auto;
  padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(3.5rem, 8vw, 5rem);
  max-width: 44rem;
}

.lp-conv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  background: color-mix(in srgb, var(--brand-primary) 55%, rgba(0, 0, 0, 0.35));
  border: 1px solid rgba(255, 255, 255, 0.22);
  margin-bottom: 1.1rem;
}

/* Hero principal = mesmo padrão da home (.tpl-home .hero h1): Nunito bold + sombra para legível sobre foto */
.lp-conv-hero h1 {
  margin: 0;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: clamp(2.4rem, 5.5vw, 3.6rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 900;
  max-width: 20ch;
  color: inherit;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.lp-conv-hero .lp-conv-lead {
  margin: 1rem 0 0;
  font-size: clamp(1.05rem, 2.1vw, 1.2rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  max-width: 38rem;
}

.lp-conv-bullets {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  font-weight: 800;
  font-size: 1rem;
}

.lp-conv-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.lp-conv-bullets .lp-conv-check {
  flex: 0 0 auto;
  width: 1.45rem;
  height: 1.45rem;
  margin-top: 0.12rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 900;
  color: #fff;
  background: color-mix(in srgb, var(--success) 85%, #000 8%);
}

.lp-conv-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

@keyframes lp-pulse-wa {
  0%,
  100% {
    box-shadow: 0 6px 22px rgba(37, 211, 102, 0.38);
  }

  50% {
    box-shadow: 0 10px 34px rgba(37, 211, 102, 0.52);
  }
}

.lp-conv .btn--wa.btn--pulse {
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.38);
  animation: lp-pulse-wa 2.6s ease-in-out infinite;
}

.lp-conv .btn--wa.btn--pulse:hover,
.lp-conv .btn--wa.btn--pulse:focus-visible {
  animation: none;
}

@media (prefers-reduced-motion: reduce) {
  .lp-conv .btn--wa.btn--pulse {
    animation: none;
  }
}

.lp-conv-trust-mini {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.78);
  max-width: 16rem;
  line-height: 1.35;
}

.lp-conv-strip {
  width: var(--lp-conv-rail);
  margin: -1.5rem auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.lp-conv-strip > div {
  padding: 1rem 1rem 1.05rem;
  border-radius: var(--lp-conv-radius);
  background: var(--bg-white);
  border: 1px solid color-mix(in srgb, var(--border) 90%, var(--brand-primary) 6%);
  box-shadow: 0 10px 36px -24px rgba(26, 26, 26, 0.18);
}

.lp-conv-strip strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--brand-primary);
  font-family: "Playfair Display", Georgia, serif;
  margin-bottom: 0.35rem;
}

.lp-conv-strip span {
  display: block;
  font-size: 0.9rem;
  color: var(--text-mid);
  font-weight: 600;
  line-height: 1.4;
}

.lp-conv-section {
  width: var(--lp-conv-rail);
  margin-inline: auto;
  padding-block: clamp(2.75rem, 6vw, 4.25rem);
}

.lp-conv-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
}

.lp-conv-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--lp-conv-radius);
  box-shadow: var(--shadow-card-md);
  overflow: hidden;
}

.lp-conv-card__copy {
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

.lp-conv-card__copy h2 {
  margin: 0 0 0.65rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  line-height: 1.12;
  color: var(--text-dark);
}

.lp-conv-card__copy .lp-lead {
  margin: 0 0 0.85rem;
  color: var(--text-mid);
  font-size: 1.05rem;
}

.lp-conv-pain-list {
  list-style: none;
  margin: 0.75rem 0 1.1rem;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.lp-conv-pain-list li {
  padding: 0.65rem 0.75rem;
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--brand-primary-soft) 100%, transparent);
  border: 1px solid var(--brand-primary-border);
  font-weight: 800;
  color: var(--brand-primary-dark);
  font-size: 0.95rem;
}

.lp-conv-visual {
  position: relative;
  min-height: 280px;
  background: var(--text-dark);
}

.lp-conv-visual img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.lp-conv-visual figcaption {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  right: 0.85rem;
  padding: 0.55rem 0.65rem;
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
  background: rgba(26, 26, 26, 0.62);
  backdrop-filter: blur(8px);
}

.lp-conv-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  margin-top: 1.1rem;
}

.lp-conv-mini {
  padding: 1.1rem 1rem;
  border-radius: var(--radius-lg);
  background: var(--bg-white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card-sm);
}

.lp-conv-mini h3 {
  margin: 0.45rem 0 0.35rem;
  font-size: 1.05rem;
  color: var(--text-dark);
}

.lp-conv-mini p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-mid);
  line-height: 1.45;
}

.lp-conv-mini .lp-conv-mini-ico {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  background: var(--brand-primary-soft);
  color: var(--brand-primary);
  font-weight: 900;
}

.lp-conv-gbp-inline {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  background: var(--bg-off);
  border: 1px solid var(--border);
}

.lp-conv-gbp-inline .lp-gbp-snippet__score {
  font-size: 1.5rem;
}

.lp-conv-final {
  text-align: center;
  padding: clamp(2.5rem, 5vw, 3.75rem) 1.25rem;
  border-radius: var(--lp-conv-radius);
  background: linear-gradient(135deg, #1a1a1a 0%, #2d1218 55%, var(--brand-primary-dark) 100%);
  color: #fff;
  box-shadow: var(--shadow-card-elevated);
}

.lp-conv-final h2 {
  margin: 0 auto 0.65rem;
  max-width: 20ch;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  line-height: 1.1;
}

.lp-conv-final p {
  margin: 0 auto 1.25rem;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
}

.lp-conv-price-panel {
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border-radius: var(--lp-conv-radius);
  background: linear-gradient(135deg, var(--brand-primary-dark) 0%, var(--brand-primary) 100%);
  color: #fff;
  box-shadow: var(--shadow-card-elevated);
}

.lp-conv-price-panel h2 {
  margin: 0 0 0.65rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 3.2vw, 2rem);
  line-height: 1.12;
}

.lp-conv-price-panel .lp-lead {
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 1rem;
}

.lp-conv-factors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  margin: 1rem 0 1.15rem;
}

.lp-conv-factor {
  padding: 0.65rem 0.5rem;
  border-radius: var(--radius);
  text-align: center;
  font-weight: 800;
  font-size: 0.88rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

/* Hero — fundo + overlay à largura do contentor LP (alinhado ao menu e às secções) */
.lp-conv-hero--fullbleed {
  position: relative;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  min-height: min(84vh, 720px);
  overflow: hidden;
  color: #fff;
}

.lp-conv-hero--fullbleed .lp-conv-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lp-conv-hero--fullbleed .lp-conv-hero__bgimg {
  width: 100%;
  height: 100%;
  min-height: min(84vh, 720px);
  object-fit: cover;
  object-position: center center;
  display: block;
}

.lp-conv-hero--fullbleed .lp-conv-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(10, 6, 8, 0.92) 0%,
    rgba(10, 6, 8, 0.62) 38%,
    rgba(10, 6, 8, 0.28) 62%,
    rgba(10, 6, 8, 0.12) 100%
  );
}

.lp-conv-hero--fullbleed .lp-conv-hero__content {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: var(--lp-conv-rail);
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(2.25rem, 5vw, 3.75rem) 0 clamp(2.75rem, 6vw, 4rem);
  min-height: min(84vh, 720px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Desktop: coluna de cópia + CTA = 50% da largura; overlay alinhado ao meio */
@media (min-width: 861px) {
  .lp-conv-hero--fullbleed .lp-conv-hero__content {
    width: 50%;
    max-width: 50vw;
    margin-left: 0;
    margin-right: auto;
    padding-left: max(var(--lp-gutter), env(safe-area-inset-left, 0px));
    padding-right: clamp(1rem, 2.5vw, 1.75rem);
  }

  .lp-conv-hero--fullbleed .lp-conv-hero__scrim {
    background: linear-gradient(
      105deg,
      rgba(10, 6, 8, 0.92) 0%,
      rgba(10, 6, 8, 0.68) 42%,
      rgba(10, 6, 8, 0.22) 50%,
      rgba(10, 6, 8, 0.06) 56%,
      transparent 62%
    );
  }
}

.lp-conv-hero--fullbleed h1 {
  color: #fff;
  max-width: 20ch;
}

.lp-conv-hero--fullbleed .lp-conv-eyebrow {
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
}

.lp-conv-hero--fullbleed .lp-conv-bullets {
  color: rgba(255, 255, 255, 0.96);
}

.lp-conv-hero--fullbleed .lp-conv-trust-mini {
  color: rgba(255, 255, 255, 0.82);
}

.lp-conv-hero--fullbleed .lp-conv-hero-proof {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-self: flex-start;
  width: max-content;
  max-width: 100%;
  gap: 0.35rem 0.65rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

.lp-conv-hero--fullbleed .lp-conv-hero-proofwrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  gap: 0.65rem 1rem;
}

.lp-conv-hero--fullbleed .lp-conv-hero-location {
  margin: 0;
  flex: 1 1 12rem;
  min-width: min(100%, 12rem);
  max-width: 22rem;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 540px) {
  .lp-conv-hero--fullbleed .lp-conv-hero-proofwrap {
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
  }

  .lp-conv-hero--fullbleed .lp-conv-hero-location {
    flex: 1 1 auto;
    max-width: 100%;
    padding-top: 0.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.82);
  }
}

/* Duas linhas (estrelas + Google + nota / subtítulo) — largura ajustada ao conteúdo */
.lp-conv-hero--fullbleed .lp-conv-hero-proof:has(.lp-conv-hero-proof__row) {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: fit-content;
  gap: 0.4rem;
}

.lp-conv-hero--fullbleed .lp-conv-hero-proof__row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
}

.lp-conv-hero-proof__google {
  flex-shrink: 0;
  display: block;
}

.lp-conv-hero--fullbleed .lp-conv-hero-proof__meta {
  color: rgba(255, 255, 255, 0.96);
}

.lp-conv-hero--fullbleed .lp-conv-hero-proof__cro {
  color: rgba(255, 255, 255, 0.82);
  flex: 1 1 100%;
  width: auto;
}

.lp-conv-hero--fullbleed .lp-conv-hero-proof:has(.lp-conv-hero-proof__row) .lp-conv-hero-proof__cro {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.lp-conv-hero-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin-top: 1.15rem;
  padding: 1rem 1.05rem;
  border-top: none;
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--bg-white) 88%, transparent);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card-sm);
}

.lp-conv-hero-proof__stars {
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  color: #e8a317;
  font-weight: 800;
}

.lp-conv-hero-proof__meta {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--text-dark);
}

.lp-conv-hero-proof__cro {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-mid);
  width: 100%;
}

.lp-conv-band {
  width: var(--lp-conv-rail);
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  border-radius: clamp(18px, 3vw, 28px);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--border) 85%, var(--brand-primary) 6%);
  box-shadow: 0 20px 50px -28px rgba(26, 26, 26, 0.28);
  position: relative;
}

.lp-conv-band::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(253, 252, 250, 0.12) 0%,
    transparent 35%,
    rgba(248, 246, 243, 0.35) 100%
  );
}

.lp-conv-band img {
  width: 100%;
  max-height: min(44vh, 420px);
  object-fit: cover;
  object-position: center;
  display: block;
}

.lp-conv-band__note {
  width: var(--lp-conv-rail);
  max-width: 100%;
  box-sizing: border-box;
  margin: 0.45rem auto 0;
  padding-inline: 0;
  font-size: 0.82rem;
  color: var(--text-light);
  line-height: 1.4;
}

@media (max-width: 860px) {
  .lp-conv-hero--fullbleed,
  .lp-conv-hero--fullbleed .lp-conv-hero__bgimg,
  .lp-conv-hero--fullbleed .lp-conv-hero__content {
    min-height: min(72vh, 620px);
  }

  .lp-conv-hero--fullbleed .lp-conv-hero__scrim {
    background: linear-gradient(
      180deg,
      rgba(10, 6, 8, 0.55) 0%,
      rgba(10, 6, 8, 0.78) 45%,
      rgba(10, 6, 8, 0.88) 100%
    );
  }

  .lp-conv-hero__inner {
    max-width: none;
  }

  .lp-conv-strip {
    grid-template-columns: 1fr;
    text-align: left;
    margin-top: -1rem;
  }

  .lp-conv-band {
    width: var(--lp-conv-rail);
  }

  .lp-conv-split {
    grid-template-columns: 1fr;
  }

  .lp-conv-mini-grid,
  .lp-conv-factors {
    grid-template-columns: 1fr;
  }

  .lp-conv-cta-row .btn {
    width: 100%;
    justify-content: center;
  }

  .lp-conv-trust-mini {
    max-width: none;
    text-align: center;
    width: 100%;
  }
}

/* ══════════════════════════════════════════════════════════════════
   LP implante — refinamento premium (hierarquia, espaço, contraste)
   ══════════════════════════════════════════════════════════════════ */

body.page-implante {
  --lp-premium-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --lp-premium-shadow-hover: 0 18px 44px rgba(0, 0, 0, 0.12);
}

body.page-implante .lp-conv-section {
  padding-block: clamp(3rem, 6vw, 5rem);
}

@media (min-width: 900px) {
  body.page-implante .lp-conv-section {
    padding-block: clamp(4.5rem, 7vw, 5.5rem);
  }
}

body.page-implante .lp-conv-strip {
  gap: 1rem;
}

body.page-implante .lp-conv-strip > div {
  padding: 1.25rem 1.25rem 1.35rem;
  box-shadow: 0 4px 24px rgba(26, 26, 26, 0.07);
  border: 1px solid var(--border);
}

body.page-implante .lp-conv-strip span {
  color: var(--lp-pro-copy);
  font-weight: 500;
}

body.page-implante .lp-conv-card {
  box-shadow: 0 4px 24px rgba(26, 26, 26, 0.07);
  border: 1px solid var(--border);
  border-radius: 12px;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

@media (hover: hover) {
  body.page-implante .lp-conv-card:hover {
    box-shadow: 0 8px 28px rgba(26, 26, 26, 0.1);
    transform: translateY(-2px);
  }
}

body.page-implante .lp-conv-card__copy {
  padding: clamp(1.5rem, 3.5vw, 2rem);
}

body.page-implante .lp-conv-card__copy h2 {
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

body.page-implante .lp-conv-card__copy .lp-lead,
body.page-implante .lp-conv-section > .lp-lead {
  color: var(--lp-pro-copy);
  max-width: min(37.5rem, 100%);
  line-height: 1.65;
}

body.page-implante #solucao-title {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  color: var(--text-dark);
  line-height: 1.1;
  font-weight: 800;
  max-width: min(37.5rem, 100%);
}

body.page-implante .lp-conv-section__lead {
  margin: 0 0 1rem;
}

body.page-implante .lp-hero__cta-row--solucao {
  margin-top: 1.75rem;
  gap: 0.85rem;
}

body.page-implante .lp-conv-pain-list li {
  background: #fafbfc;
  border: 1px solid #e8eaef;
  color: #374151;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

body.page-implante .lp-conv-mini-grid {
  gap: 1rem;
  margin-top: 1.5rem;
}

body.page-implante .lp-conv-mini {
  padding: 1.5rem 1.35rem;
  border-radius: clamp(12px, 1vw, 16px);
  box-shadow: var(--lp-premium-shadow);
  border: 1px solid color-mix(in srgb, var(--border) 90%, transparent);
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

@media (hover: hover) {
  body.page-implante .lp-conv-mini:hover {
    box-shadow: var(--lp-premium-shadow-hover);
    transform: translateY(-3px);
  }
}

body.page-implante .lp-conv-mini h3 {
  font-weight: 800;
  line-height: 1.2;
}

body.page-implante .lp-conv-mini p {
  color: var(--lp-pro-copy);
}

body.page-implante .lp-conv-bullets--prova {
  color: var(--text-dark);
}

body.page-implante .lp-conv-bullets--prova .lp-conv-check {
  background: var(--brand-primary-soft);
  color: var(--brand-primary);
}

body.page-implante .lp-conv-bullets--autoridade .lp-conv-check {
  background: color-mix(in srgb, var(--success) 85%, #000 8%);
  color: #fff;
}

body.page-implante .lp-section__inner > .lp-conv-bullets--prova {
  margin-top: 0.35rem;
  margin-bottom: 0.25rem;
}

body.page-implante .lp-section__inner > .lp-conv-prova__link-wrap {
  margin-bottom: 1rem;
}

body.page-implante .lp-conv-prova__link-wrap {
  margin: 0 0 0.75rem;
}

/* Hero: mesma rail horizontal que .lp-top / .lp-section__inner / .lp-footer__inner */
body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero__content {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: max(var(--lp-gutter), env(safe-area-inset-left, 0px))
    max(var(--lp-gutter), env(safe-area-inset-right, 0px));
  padding-top: clamp(1.25rem, 3.2vw, 2.15rem);
  padding-bottom: clamp(1rem, 2.5vw, 1.5rem);
  justify-content: center;
  box-sizing: border-box;
}

@media (min-width: 861px) {
  body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero__content {
    align-items: flex-start;
  }
}

@media (max-width: 860px) {
  body.page-implante .lp-conv-hero.lp-conv-hero--fullbleed,
  body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero__bgimg,
  body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero__content {
    min-height: min(68vh, 620px);
  }

  body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero__content {
    /* No mobile, manter a referência da Pampulha (igreja) visível na foto.
       Empurra o conteúdo para baixo e ajusta o recorte da imagem. */
    justify-content: flex-end;
    padding-bottom: clamp(2.25rem, 6vw, 3.25rem);
  }

  body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero__bgimg {
    object-position: 56% 22%;
  }
}

body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero__bgimg {
  /* Imagem master já traz gradiente escuro à esquerda — sem filtro extra */
  transform: scale(1.02);
  object-position: 56% center;
}

@media (min-width: 861px) {
  body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero__bgimg {
    object-position: 61% center;
  }
}

/* Sem scrim adicional: evita “dobrar” o escurecimento sobre a arte */
body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero__scrim {
  background: transparent;
}

/* Mobile: overlay vinho (marca) semi-transparente + imagem discreta e centralizada */
@media (max-width: 860px) {
  /* Mobile hero (LP implante): “card” como o mock */
  body.page-implante .lp-conv-hero.lp-conv-hero--fullbleed {
    min-height: min(78vh, 720px);
  }

  body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero__content {
    justify-content: flex-start;
    padding-top: clamp(0.9rem, 3.2vw, 1.35rem);
    padding-bottom: clamp(1.15rem, 4vw, 1.85rem);
    /* Reserva espaço do rosto à direita (evita texto “subir” em cima da modelo). */
    padding-right: clamp(7.25rem, 38vw, 16rem);
  }

  body.page-implante .lp-conv-hero--fullbleed h1 {
    /* Tudo precisa caber acima da cabeça (mobile) */
    font-size: clamp(1.85rem, 6.1vw + 0.45rem, 2.65rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
  }

  body.page-implante .lp-conv-hero--fullbleed .lp-conv-lead {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: 32rem;
  }

  body.page-implante .lp-conv-hero--fullbleed .lp-conv-bullets {
    margin-top: 0.85rem;
    gap: 0.45rem;
    font-size: 0.84rem;
    font-weight: 750;
  }

  body.page-implante .lp-conv-hero--fullbleed .lp-conv-bullets li {
    gap: 0.55rem;
    line-height: 1.35;
  }

  body.page-implante .lp-conv-hero--fullbleed .lp-conv-bullets .lp-conv-check {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.08rem;
  }

  body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero__bgimg {
    /* Mantém o rosto mais à direita, livre do bloco de texto */
    object-position: 92% center;
    /* A imagem mobile já tem overlay embutido — não escurecer novamente. */
    opacity: 1;
    filter: none;
  }

  body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero__scrim {
    background: transparent;
  }

  /* Mobile mock: CTA branco + checks verdes + card Google preto */
  body.page-implante .lp-conv-hero--fullbleed .lp-conv-cta-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
  }

  body.page-implante .lp-conv-hero--fullbleed .btn--wa {
    background: rgba(255, 255, 255, 0.96);
    color: var(--brand-primary);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
    width: 100%;
    justify-content: center;
    min-height: 52px;
    border-radius: 14px;
    font-size: 0.95rem;
  }

  body.page-implante .lp-conv-hero--fullbleed .btn--wa:hover {
    background: #fff;
    color: var(--brand-primary-dark);
  }

  body.page-implante .lp-conv-hero--fullbleed .btn--wa.btn--pulse {
    animation: none;
  }

  body.page-implante .lp-conv-hero--fullbleed .lp-conv-trust-mini {
    text-align: center;
    width: 100%;
    color: rgba(255, 255, 255, 0.78);
  }

  body.page-implante .lp-conv-hero--fullbleed .lp-conv-bullets .lp-conv-check {
    background: rgba(26, 122, 74, 0.95);
    color: #fff;
  }

  body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero-proof {
    background: rgba(0, 0, 0, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.26);
    border-radius: 16px;
  }

  body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero-proofwrap {
    margin-top: 0.6rem;
    gap: 0.6rem;
  }

  body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero-location {
    /* Para não disputar atenção com o rosto no mobile */
    display: none;
  }

  body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero-proof__meta {
    color: rgba(255, 255, 255, 0.96);
  }

  body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero-proof__cro {
    color: rgba(255, 255, 255, 0.78);
  }
}

body.page-implante .lp-conv-hero--fullbleed h1 {
  /* Herda Nunito 900 + sombra da base; só afina medida de linha no implante */
  line-height: 1.08;
  text-shadow: none;
}

body.page-implante .lp-conv-hero--fullbleed .lp-conv-lead {
  color: rgba(255, 255, 255, 0.88);
  max-width: 36rem;
}

@media (min-width: 861px) {
  body.page-implante .lp-conv-hero--fullbleed h1 {
    max-width: 22ch;
  }

  body.page-implante .lp-conv-hero--fullbleed .lp-conv-lead,
  body.page-implante .lp-conv-hero--fullbleed .lp-conv-bullets {
    max-width: min(28rem, 100%);
  }
}

body.page-implante .lp-conv-cta-row {
  margin-top: 1.75rem;
  gap: 1rem 1.25rem;
}

body.page-implante .lp-conv-hero--fullbleed .lp-conv-cta-row {
  margin-top: 0.95rem;
}

body.page-implante .lp-conv .btn,
body.page-implante .lp-section .btn {
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.2s ease;
}

@media (hover: hover) {
  body.page-implante .lp-conv .btn--wa:hover,
  body.page-implante .lp-conv .btn--wa:focus-visible,
  body.page-implante .lp-section .btn--wa:hover,
  body.page-implante .lp-section .btn--wa:focus-visible {
    transform: scale(1.02);
    box-shadow:
      0 8px 28px rgba(37, 211, 102, 0.45),
      0 2px 8px rgba(0, 0, 0, 0.12);
  }

  body.page-implante .btn.btn--outline:hover,
  body.page-implante .btn.btn--outline:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(26, 26, 26, 0.08);
  }
}

body.page-implante .lp-conv .btn--wa.btn--pulse:hover,
body.page-implante .lp-conv .btn--wa.btn--pulse:focus-visible {
  transform: scale(1.02);
}

body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero-proof {
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

body.page-implante .lp-conv-hero-proof__stars {
  font-size: 1.15rem;
  letter-spacing: 0.12em;
}

body.page-implante .lp-conv-hero--fullbleed .lp-conv-hero-proof__meta {
  font-weight: 800;
  font-size: 0.92rem;
}

body.page-implante .lp-section--alt {
  background: var(--impl-bg-alt, #f9f6f7);
  border-top: 1px solid var(--impl-border-soft, #eceef1);
  border-bottom: 1px solid var(--impl-border-soft, #eceef1);
  padding-block: clamp(3.25rem, 7vw, 5.25rem);
}

body.page-implante .lp-section:not(.lp-section--alt):not(.lp-section--brand) {
  background: var(--impl-bg-band, #fcfbfc);
}

/* “Por que implante?” — leve gradiente pastél (continua dentro da família da marca) */
body.page-implante .lp-section.lp-section--impl-why {
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--brand-primary) 5.5%, #fefdfd) 0%,
    color-mix(in srgb, var(--brand-primary) 3.8%, #faf8f9) 52%,
    color-mix(in srgb, var(--brand-primary) 6%, #f6f3f4) 100%
  );
}

/* CTA final — banda clara e limpa (antes: gradiente escuro) */
body.page-implante .lp-section.lp-section--brand {
  background: linear-gradient(
    168deg,
    color-mix(in srgb, var(--brand-primary) 9%, #ffffff) 0%,
    color-mix(in srgb, var(--brand-primary) 6%, #fffafa) 50%,
    color-mix(in srgb, var(--brand-primary) 8%, #f7f3f4) 100%
  );
  color: var(--text-dark);
  border-top: 1px solid var(--impl-border-soft, #eceef1);
  border-bottom: 1px solid var(--impl-border-soft, #eceef1);
}

body.page-implante .lp-section--brand h2 {
  color: var(--text-dark);
}

body.page-implante .lp-section--brand .lp-lead {
  color: var(--lp-pro-copy, var(--text-mid));
}

body.page-implante .lp-section--brand .lp-urgency-list li {
  background: color-mix(in srgb, var(--brand-primary) 5%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--brand-primary) 14%, #e8dfe1);
  color: var(--text-dark);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 2px 12px color-mix(in srgb, var(--brand-primary) 6%, transparent);
}

body.page-implante .lp-section--brand .lp-urgency-note {
  color: var(--text-mid);
}

body.page-implante .lp-section--brand .btn--primary {
  background: var(--brand-primary);
  color: #fff;
  box-shadow: 0 2px 12px color-mix(in srgb, var(--brand-primary) 35%, transparent);
}

body.page-implante .lp-section--brand .btn--primary:hover {
  background: var(--brand-primary-dark);
  color: #fff;
}

body.page-implante .lp-section--brand .btn--wa {
  box-shadow: 0 4px 18px color-mix(in srgb, var(--brand-primary) 22%, rgba(37, 211, 102, 0.35));
}

/* CTA final (brand) — split: copy à esquerda | foto redonda à direita */
body.page-implante .lp-final-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3.5vw, 2.5rem);
  align-items: center;
}

body.page-implante .lp-final-split__copy {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
}

body.page-implante .lp-final-split__media {
  margin: 0;
  display: grid;
  place-items: center;
  width: 100%;
}

body.page-implante .lp-final-split__photo {
  width: min(100%, 720px);
  height: auto;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card-elevated);
  border: 1px solid var(--brand-primary-border);
}

@media (min-width: 980px) {
  body.page-implante .lp-final-split {
    /* 40% texto | 60% imagem */
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    align-items: center; /* alinhamento vertical */
    position: relative;
  }
  body.page-implante .lp-final-split::before {
    content: "";
    position: absolute;
    top: 8%;
    bottom: 8%;
    left: calc(40% + (clamp(1.25rem, 3.5vw, 2.5rem) / 2));
    width: 1px;
    background: linear-gradient(
      180deg,
      transparent 0%,
      color-mix(in srgb, var(--brand-primary-border) 55%, transparent) 18%,
      color-mix(in srgb, var(--border) 70%, transparent) 50%,
      color-mix(in srgb, var(--brand-primary-border) 55%, transparent) 82%,
      transparent 100%
    );
    pointer-events: none;
  }
  body.page-implante .lp-final-split__copy {
    text-align: left;
    max-width: none;
    margin-inline: 0;
  }
  body.page-implante .lp-final-split__media {
    justify-self: center; /* centraliza a imagem na coluna */
    width: 100%;
  }
}

body.page-implante .lp-footer.lp-footer--eeat {
  background: linear-gradient(
    180deg,
    var(--impl-bg-alt, #f9f6f7) 0%,
    color-mix(in srgb, var(--brand-primary) 5%, #f4f1f2) 100%
  );
  border-top-color: var(--impl-border-soft, var(--border));
}

/* Menos “vão” entre o bloco escuro (processo) e a ficha Google + reviews */
body.page-implante #como-funciona.lp-section {
  padding-bottom: clamp(1rem, 2.4vw, 1.65rem);
}

body.page-implante .lp-reviews-gbp.lp-section--alt {
  padding-top: clamp(1.35rem, 3vw, 2rem);
  padding-bottom: clamp(2.75rem, 6.5vw, 4.5rem);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--brand-primary) 4%, var(--impl-bg-alt, #f9f6f7)) 0%,
    var(--impl-bg-alt, #f9f6f7) 22%,
    color-mix(in srgb, var(--brand-primary) 2.5%, var(--impl-bg-alt, #f9f6f7)) 100%
  );
  border-top-color: color-mix(in srgb, var(--brand-primary) 12%, var(--impl-border-soft, #eceef1));
  border-bottom-color: color-mix(in srgb, var(--brand-primary) 10%, var(--impl-border-soft, #eceef1));
}

body.page-implante .lp-reviews-gbp .disclaimer-cfo {
  text-align: left;
  margin-inline: 0;
  max-width: min(42rem, 100%);
}

body.page-implante .lp-section.lp-section--alt + .lp-section.lp-section--alt {
  border-top: none;
}

body.page-implante .lp-section h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 1.2;
  max-width: min(var(--lp-heading-measure), 37.5rem);
  position: relative;
  padding-bottom: 0.65rem;
  margin-bottom: 1.25rem;
}

body.page-implante .lp-section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: var(--brand-primary);
  border-radius: 2px;
}

body.page-implante .lp-section--brand h2::after {
  background: rgba(255, 255, 255, 0.92);
}

body.page-implante .lp-section .lp-lead {
  color: var(--lp-pro-copy);
  max-width: min(var(--lp-copy-measure), 37.5rem);
}

body.page-implante .lp-reviews-trust-pill {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.85rem;
  margin: 0 0 0.75rem;
  padding: 0.6rem 1rem 0.65rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #fafbfc 0%, #fff 100%);
  border: 1px solid #e5e8ec;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

body.page-implante .lp-reviews-trust-pill__stars {
  color: #fbbc05;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  font-weight: 800;
}

body.page-implante .lp-reviews-trust-pill__text {
  font-size: 0.9rem;
  color: var(--lp-pro-copy);
  font-weight: 500;
}

body.page-implante .lp-reviews-trust-pill__text strong {
  color: var(--text-dark);
  font-weight: 800;
}

body.page-implante .lp-reviews-trust-pill__sep {
  margin: 0 0.25rem;
  opacity: 0.55;
}

body.page-implante #reviews-title {
  margin-top: 0.35rem;
  margin-bottom: 0.65rem;
}

/* Grelha de avaliações: largura total + moldura; gap maior nesta página */
body.page-implante .lp-reviews-gbp .lp-reviews-gbp__review-grid {
  gap: 1.25rem;
  max-width: none;
  width: 100%;
  margin-inline: 0;
  margin-top: 0.25rem;
  padding: clamp(0.35rem, 1.2vw, 0.65rem);
  padding-bottom: clamp(0.5rem, 1.2vw, 0.85rem);
  border-radius: var(--radius-lg);
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--border) 85%, transparent),
    0 12px 40px color-mix(in srgb, var(--brand-primary) 6%, rgba(26, 26, 26, 0.06));
}

/* Título da secção na mesma largura útil que a grelha (esquerda) */
body.page-implante .lp-reviews-gbp #reviews-titulo {
  max-width: min(48rem, 100%);
  margin-bottom: 1.45rem;
  padding-bottom: 0.75rem;
}

body.page-implante .lp-reviews-gbp__places-attribution {
  text-align: left;
  margin-inline: 0;
  max-width: none;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid color-mix(in srgb, var(--border) 80%, transparent);
}

/* Cartões mais compactos quando há 4–5 colunas */
@media (min-width: 1100px) {
  body.page-implante .lp-reviews-gbp .lp-review-card {
    padding: 1.1rem 0.85rem 1rem;
  }

  body.page-implante .lp-reviews-gbp .lp-review-card__name {
    font-size: 0.94rem;
  }

  body.page-implante .lp-reviews-gbp .lp-review-card__text {
    font-size: 0.84rem;
    line-height: 1.5;
  }
}

@media (min-width: 1360px) {
  body.page-implante .lp-reviews-gbp .lp-review-card {
    padding: 0.95rem 0.65rem 0.85rem;
  }

  body.page-implante .lp-reviews-gbp .lp-review-card__name {
    font-size: 0.88rem;
  }

  body.page-implante .lp-reviews-gbp .lp-review-card__text {
    font-size: 0.78rem;
    line-height: 1.45;
  }

  body.page-implante .lp-reviews-gbp .lp-review-card__avatar,
  body.page-implante .lp-reviews-gbp .lp-review-card__avatar--photo {
    width: 40px;
    height: 40px;
  }

  body.page-implante .lp-reviews-gbp .lp-review-card__stars--google {
    font-size: 0.92rem;
    margin-top: 0.35rem;
  }

  body.page-implante .lp-reviews-gbp .lp-review-card__sub {
    font-size: 0.72rem;
  }
}

@media (min-width: 768px) {
  body.page-implante .lp-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 52rem;
    margin-inline: auto;
  }
}

body.page-implante .lp-review-card {
  padding: 1.35rem 1.35rem 1.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid color-mix(in srgb, var(--border) 88%, transparent);
  box-shadow: var(--lp-premium-shadow);
  background: linear-gradient(180deg, var(--bg-white) 0%, color-mix(in srgb, var(--bg-off) 40%, var(--bg-white)) 100%);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

body.page-implante .lp-review-card__avatar,
body.page-implante .lp-review-card__avatar--photo {
  width: 48px;
  height: 48px;
}

body.page-implante .lp-review-card__name {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.page-implante .lp-review-card__loc {
  margin: 0.1rem 0 0;
  font-size: 0.78rem;
  color: var(--lp-pro-copy);
}

body.page-implante .lp-review-card__stars--google {
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  margin-top: 0.45rem;
}

body.page-implante .lp-review-card__text {
  color: var(--text-mid);
  line-height: 1.58;
  font-size: 0.95rem;
  font-weight: 600;
  padding-left: 0.65rem;
  border-left: 3px solid var(--brand-primary-border);
  margin-top: 0.15rem;
}

/* ── Cards / bordas — mesmo vocabulário que tpl-institutional (--r, --r-lg, --sh-card, --border) ── */
body.page-implante .lp-pain-list li {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

body.page-implante .lp-pain-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 24px rgba(26, 26, 26, 0.07);
  border-color: rgba(178, 34, 63, 0.2);
}

body.page-implante .lp-pain__photo {
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(26, 26, 26, 0.07);
}

body.page-implante .lp-impl-edu__feat-card {
  border-radius: 18px;
  border: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

body.page-implante .lp-impl-edu__feat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 24px rgba(26, 26, 26, 0.07);
  border-color: rgba(178, 34, 63, 0.2);
}

body.page-implante .lp-impl-edu__highlight {
  border-radius: 12px;
  border: 1px solid var(--border);
  border-left-width: 4px;
  border-left-color: var(--brand-primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

body.page-implante .lp-process-card {
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

body.page-implante .lp-process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 24px rgba(26, 26, 26, 0.07);
  border-color: rgba(178, 34, 63, 0.2);
}

body.page-implante .lp-reviews-gbp .lp-gbp-snippet {
  max-width: min(36rem, 100%);
  margin-bottom: 1rem;
  padding: 1.35rem 1.5rem 1.4rem 1.4rem;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-left: 4px solid var(--brand-primary);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card-md);
}

body.page-implante .lp-reviews-gbp .lp-gbp-snippet__score {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-dark);
}

body.page-implante .lp-reviews-gbp .lp-gbp-snippet__stars {
  filter: drop-shadow(0 1px 1px color-mix(in srgb, #fbbc05 35%, transparent));
}

body.page-implante .lp-reviews-gbp .lp-hero__cta-row.lp-hero__cta-row--margin-top {
  margin-top: clamp(1.35rem, 3.5vw, 2rem);
}

body.page-implante .lp-doctor-card {
  border-radius: 18px;
  border: 1px solid var(--border);
  box-shadow: 0 4px 24px rgba(26, 26, 26, 0.07);
  background: #fff;
}

body.page-implante .lp-doctor-card__frame {
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: 0 4px 24px rgba(26, 26, 26, 0.07);
}

body.page-implante .lp-reviews-trust-pill {
  border: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

@media (hover: hover) {
  body.page-implante .lp-review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 24px rgba(26, 26, 26, 0.07);
    border-color: rgba(178, 34, 63, 0.15);
  }

  body.page-implante .lp-reviews-gbp .lp-review-card:hover {
    box-shadow: var(--lp-premium-shadow-hover);
    border-color: color-mix(in srgb, var(--brand-primary) 24%, var(--border));
  }
}

body.page-implante .lp-faq-impl .lp-faq details {
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: none;
  transition: border-color 0.2s ease;
}

body.page-implante .lp-faq-impl .lp-faq details:hover {
  border-color: rgba(178, 34, 63, 0.2);
}

body.page-implante .lp-faq-impl .lp-faq details[open] {
  border-color: color-mix(in srgb, var(--brand-primary) 28%, var(--border));
  box-shadow: 0 0 0 3px rgba(178, 34, 63, 0.08);
}

body.page-implante .lp-faq-impl .lp-faq__body {
  color: var(--lp-pro-copy);
}

body.page-implante .lp-conv-final {
  padding: clamp(2.75rem, 5vw, 4rem) 1.5rem;
  border-radius: clamp(14px, 1.2vw, 18px);
  box-shadow:
    var(--lp-premium-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.page-implante .lp-conv-final h2 {
  font-weight: 800;
}

body.page-implante .lp-ba-title {
  margin: 1.25rem 0 0.45rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
  color: var(--text-dark);
  font-weight: 800;
  line-height: 1.1;
  max-width: min(37.5rem, 100%);
}

body.page-implante .lp-lead--tight-top {
  margin-top: 0;
}

body.page-implante section[aria-labelledby="piora-title"] .lp-lead--after-pain-amplify {
  margin-top: 0.35rem;
  margin-bottom: 0.75rem;
}

body.page-implante .lp-conv-band__note {
  color: var(--lp-pro-copy);
  margin-top: 0.65rem;
}

body.page-implante .page-implante-map-cta .lp-lead {
  color: var(--lp-pro-copy);
}

body.page-implante .lp-conv-headwrap {
  background: color-mix(in srgb, var(--brand-primary) 3.5%, rgba(255, 255, 255, 0.94));
  border-bottom: 1px solid var(--impl-border-soft, #ebecef);
}

body.page-implante .lp-conv-visual figcaption {
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (prefers-reduced-motion: reduce) {
  body.page-implante .lp-conv-card,
  body.page-implante .lp-conv-mini,
  body.page-implante .lp-review-card,
  body.page-implante .lp-conv .btn,
  body.page-implante .lp-section .btn {
    transition: none;
  }

  body.page-implante .lp-conv-card:hover,
  body.page-implante .lp-conv-mini:hover,
  body.page-implante .lp-review-card:hover {
    transform: none;
  }
}

/* Harmonização Facial */
body.lp.page-harmonizacao {
  --bg-off: #f9f5f2;
  --border: #ede8e3;
  --hof-result-border: #cf1c39;
  --hof-cols: 12;
  --hof-gap: clamp(1rem, 2.2vw, 1.5rem);
  --hof-rail-pad: max(var(--lp-gutter), env(safe-area-inset-left, 0px));
  line-height: 1.65;
}

.page-harmonizacao .lp-headwrap .lp-top.lp-top--anchor {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--hof-rail-pad) max(var(--lp-gutter), env(safe-area-inset-right, 0px));
}

.page-harmonizacao .hof-wrap,
.page-harmonizacao .hof-hero__inner,
.page-harmonizacao .lp-footer__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--hof-rail-pad) max(var(--lp-gutter), env(safe-area-inset-right, 0px));
}

.page-harmonizacao .hof-wrap {
  display: grid;
  grid-template-columns: repeat(var(--hof-cols), minmax(0, 1fr));
  column-gap: var(--hof-gap);
  row-gap: var(--hof-gap);
  align-items: start;
}

.page-harmonizacao .hof-wrap > * {
  grid-column: 1 / -1;
  min-width: 0;
}

.page-harmonizacao .hof-wrap > .hof-eyebrow {
  margin-bottom: -0.35rem;
}

.page-harmonizacao .hof-wrap > h2 {
  max-width: var(--lp-heading-measure);
}

.page-harmonizacao .hof-wrap > .hof-section__sub {
  max-width: var(--lp-copy-measure);
  margin-top: -0.15rem;
}

.hof-hero {
  position: relative;
  overflow: hidden;
  background: var(--brand-primary-dark);
  border-bottom: 1px solid var(--border);
}

.hof-hero__stage {
  position: relative;
  min-height: clamp(620px, 72vh, 820px);
}

.hof-hero__frame,
.hof-hero__frame::after {
  position: absolute;
  inset: 0;
}

.hof-hero__frame::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.05) 46%, rgba(0, 0, 0, 0) 74%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.04));
}

.hof-hero__bgimg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hof-hero__overlay {
  position: relative;
  z-index: 1;
}

.hof-hero__inner {
  min-height: clamp(620px, 72vh, 820px);
  display: grid;
  grid-template-columns: repeat(var(--hof-cols), minmax(0, 1fr));
  column-gap: var(--hof-gap);
  align-items: end;
  padding-top: clamp(5.25rem, 10vh, 7rem);
  padding-bottom: clamp(1.5rem, 4vw, 3rem);
}

.page-harmonizacao .hof-hero__copy {
  grid-column: 1 / -1;
  max-width: min(28.5rem, 100%);
}

.hof-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 0.8rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid var(--brand-primary-border);
  border-radius: 999px;
  background: var(--brand-primary-soft);
  color: var(--brand-primary-dark);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hof-hero h1,
.hof-section h2 {
  margin: 0;
  color: var(--text-dark);
  line-height: 1.05;
}

.hof-hero h1 {
  max-width: 11.5ch;
  color: #fff;
  font-size: clamp(2rem, 3.9vw, 3.45rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.hof-section h2 {
  max-width: var(--lp-heading-measure);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.03em;
}

.hof-lead,
.hof-section__sub {
  max-width: var(--lp-copy-measure);
  color: var(--text-mid);
}

.hof-lead {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.92rem, 1.05vw, 1rem);
  line-height: 1.5;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hof-checks,
.hof-card-list,
.hof-card ul {
  list-style: none;
  padding: 0;
}

.hof-checks {
  display: grid;
  gap: 0.42rem;
  margin: 0.8rem 0;
  font-size: 0.8rem;
}

.hof-checks li,
.hof-card-list li {
  position: relative;
  padding-left: 1.65rem;
  color: var(--text-mid);
}

.hof-hero .hof-checks li {
  color: rgba(255, 255, 255, 0.92);
}

.hof-hero .hof-eyebrow {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hof-hero .btn--outline {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.hof-hero .btn {
  min-height: 40px;
  padding-inline: 0.9rem;
  font-size: 0.82rem;
  border-radius: 999px;
}

.hof-hero .btn--outline:hover {
  background: rgba(255, 255, 255, 0.2);
}

.hof-checks li::before,
.hof-card-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--success);
  font-weight: 900;
}

.hof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.hof-fine {
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.hof-hero__media,
.hof-photo-card,
.hof-real-grid figure,
.hof-doctor figure,
.hof-final figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--bg-white);
  box-shadow: var(--shadow-card-elevated);
}

.hof-split .hof-photo-card {
  margin-top: 0;
  width: 100%;
  height: clamp(320px, 38vw, 480px);
}

.hof-split .hof-photo-card img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hof-hero__media img,
.hof-photo-card img,
.hof-real-grid img,
.hof-steps img,
.hof-doctor img,
.hof-final img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hof-hero__media {
  aspect-ratio: 0.95;
}

.hof-hero__media figcaption,
.hof-real-grid figcaption,
.hof-final figcaption {
  padding: 0.65rem 0.8rem;
  color: var(--text-light);
  font-size: 0.78rem;
}

.hof-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 0.75rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-block: 0.9rem;
  padding-inline: max(var(--lp-gutter), calc((100vw - var(--max)) / 2 + var(--lp-gutter)))
    max(var(--lp-gutter), calc((100vw - var(--max)) / 2 + var(--lp-gutter)));
  background: var(--brand-primary);
}

.page-harmonizacao .hof-stats {
  padding-inline: 0;
}

.page-harmonizacao .hof-stats__inner {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(var(--hof-cols), minmax(0, 1fr));
  column-gap: var(--hof-gap);
  row-gap: 0.65rem;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--hof-rail-pad) max(var(--lp-gutter), env(safe-area-inset-right, 0px));
}

.page-harmonizacao .hof-stats__inner > div {
  grid-column: span 3;
  min-width: 0;
}

.hof-stats div,
.hof-card,
.hof-review-head,
.hof-reviews blockquote,
.hof-steps article {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-white);
  box-shadow: var(--shadow-card-sm);
}

.hof-stats div,
.hof-card,
.hof-review-head,
.hof-reviews blockquote {
  padding: clamp(1rem, 2vw, 1.45rem);
}

.hof-stats div {
  flex: 1 1 auto;
  min-width: min(140px, 45%);
  padding: 0.2rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.hof-stats strong {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
}

.hof-stats span {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8rem;
  font-weight: 650;
}

.hof-section {
  padding-block: var(--lp-section-y);
  background: var(--bg-white);
}

.hof-section--alt {
  background: var(--bg-off);
}

.hof-split,
.hof-doctor {
  display: contents;
}

.page-harmonizacao .hof-wrap.hof-split > .hof-photo-card,
.page-harmonizacao .hof-wrap.hof-doctor > figure {
  grid-column: 1 / -1;
}

.page-harmonizacao .hof-wrap.hof-split > div,
.page-harmonizacao .hof-wrap.hof-doctor > div {
  grid-column: 1 / -1;
}

.hof-card-list,
.hof-proc-grid,
.hof-real-grid,
.hof-video-grid,
.hof-steps,
.hof-reviews,
.hof-integration {
  display: grid;
  gap: var(--hof-gap);
}

.page-harmonizacao .hof-proc-grid,
.page-harmonizacao .hof-steps,
.page-harmonizacao .hof-integration,
.page-harmonizacao .hof-reviews,
.page-harmonizacao .hof-video-grid {
  grid-template-columns: repeat(var(--hof-cols), minmax(0, 1fr));
  column-gap: var(--hof-gap);
  row-gap: var(--hof-gap);
}

.page-harmonizacao .hof-proc-grid > .hof-card,
.page-harmonizacao .hof-steps > article,
.page-harmonizacao .hof-integration > *,
.page-harmonizacao .hof-reviews > .lp-review-card,
.page-harmonizacao .hof-video-grid > .hof-video-figure {
  grid-column: 1 / -1;
  min-width: 0;
}

.hof-card-list {
  margin: 1.2rem 0 1.5rem;
}

.hof-proc-grid,
.hof-real-grid,
.hof-video-grid,
.hof-steps,
.hof-reviews,
.hof-integration {
  margin-top: 0.25rem;
}

.page-harmonizacao .hof-review-head {
  margin-top: 0.15rem;
}

.hof-proof {
  display: grid;
  grid-template-columns: repeat(var(--hof-cols), minmax(0, 1fr));
  column-gap: var(--hof-gap);
  row-gap: calc(var(--hof-gap) * 1.35);
  margin-top: clamp(1.25rem, 3vw, 2rem);
  width: 100%;
}

.hof-proof__group {
  display: grid;
  grid-template-columns: repeat(var(--hof-cols), minmax(0, 1fr));
  column-gap: var(--hof-gap);
  row-gap: var(--hof-gap);
  grid-column: 1 / -1;
  align-items: start;
}

.hof-proof__head {
  grid-column: 1 / -1;
  width: 100%;
  max-width: var(--lp-copy-measure);
}

.hof-proof__head h3 {
  margin: 0 0 0.5rem;
  color: var(--text-dark);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  line-height: 1.2;
}

.hof-proof__head p {
  margin: 0;
  color: var(--text-mid);
}

.hof-proof__videos {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  margin-top: 0 !important;
}

.page-harmonizacao .hof-proof__videos > .hof-video-figure {
  grid-column: 1 / -1;
}

.hof-proof .hof-before-after {
  grid-column: 1 / -1;
  width: 100%;
  max-width: min(100%, 40rem);
  justify-self: center;
}

.hof-card h3,
.hof-steps h3 {
  margin: 0 0 0.5rem;
  color: var(--text-dark);
  font-size: 1.15rem;
}

.hof-card p,
.hof-card li,
.hof-steps p,
.hof-reviews blockquote {
  color: var(--text-mid);
}

.hof-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.9rem 0 0;
}

.hof-card li {
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: var(--brand-primary-soft);
  color: var(--brand-primary-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.hof-real-grid figure {
  aspect-ratio: 16 / 10;
}

.hof-before-after {
  width: min(100%, 40rem);
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-lg);
  background: transparent;
  box-shadow: var(--shadow-card-md);
  line-height: 0;
}

/* Recorta moldura preta embutida no PNG */
.hof-before-after img {
  display: block;
  width: 100%;
  height: auto;
  clip-path: inset(7% 6% 0 1%);
}

.hof-video-grid {
  align-items: stretch;
  justify-items: stretch;
}

.hof-video-grid figure {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 0;
  min-width: 0;
}

.hof-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--radius);
  background: #111;
}

.hof-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  object-fit: cover;
  object-position: center center;
}

.hof-video-figure--lips .hof-video-frame video {
  object-position: center 42%;
}

.hof-video-grid figcaption,
.hof-video-caption {
  margin: 0;
  padding: 0;
  min-height: 2.6em;
  color: var(--text-light);
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: center;
}

.hof-video-figure {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 0;
  min-width: 0;
}

.hof-steps article {
  position: relative;
  overflow: hidden;
  padding: clamp(1.1rem, 2.2vw, 1.45rem);
}

.hof-steps article > img {
  aspect-ratio: 16 / 10;
}

.hof-steps article > span {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin: 0 0 0.75rem;
  border-radius: 999px;
  background: var(--brand-primary);
  color: #fff;
  font-weight: 900;
}

.hof-steps h3,
.hof-steps p {
  margin-inline: 0;
}

.hof-steps p {
  margin-bottom: 0;
}

.hof-integration a,
.hof-integration > div {
  position: relative;
  display: grid;
  gap: 0.45rem;
  min-height: 8.25rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-white);
  color: var(--text-dark);
  text-decoration: none;
  box-shadow: var(--shadow-card-sm);
}

.hof-integration a::before,
.hof-integration > div::before {
  content: "";
  width: 2.25rem;
  height: 0.22rem;
  border-radius: 999px;
  background: var(--brand-primary);
}

.hof-integration strong {
  display: block;
  color: var(--text-dark);
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.2;
}

.hof-integration span {
  display: block;
  color: var(--text-mid);
  font-size: 0.94rem;
  line-height: 1.55;
}

.hof-integration a::after {
  content: "→";
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: var(--brand-primary);
  font-weight: 900;
}

.hof-integration__cta {
  margin-top: 0.25rem;
  justify-self: start;
}

.page-harmonizacao .hof-final__card {
  grid-column: 1 / -1;
  width: 100%;
  max-width: min(52rem, 100%);
  justify-self: center;
}

.page-harmonizacao .hof-doctor figure {
  max-width: none;
  width: 100%;
}

.page-harmonizacao .lp-footer__grid {
  display: grid;
  grid-template-columns: repeat(var(--hof-cols), minmax(0, 1fr));
  column-gap: var(--hof-gap);
  row-gap: calc(var(--hof-gap) * 1.15);
}

.page-harmonizacao .lp-footer__col--brand {
  grid-column: 1 / -1;
}

.page-harmonizacao .lp-footer__grid > .lp-footer__col {
  grid-column: 1 / -1;
  min-width: 0;
}

.hof-review-head {
  display: grid;
  gap: 0.3rem;
}

.hof-review-head a {
  width: fit-content;
  color: var(--brand-primary);
  font-weight: 900;
}

.hof-reviews blockquote {
  margin: 0;
}

.hof-reviews cite {
  display: block;
  margin-top: 0.8rem;
  color: var(--text-dark);
  font-style: normal;
  font-weight: 900;
}

/* Formação — layout 2 colunas (rail lp-section, alinhamento vertical) */
.hof-training__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.25rem, 3.5vw, 2.25rem);
  align-items: start;
}

.hof-training__media {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-width: 0;
  padding-top: 2.85rem;
}

.hof-training__figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--bg-white);
  box-shadow: var(--shadow-card-elevated);
  line-height: 0;
}

.hof-training__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
}

.hof-training__meta {
  margin: 0;
  padding-inline: 0.15rem;
  color: var(--text-mid);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
}

.hof-training__note {
  margin: 0;
  padding-inline: 0.15rem;
  color: var(--text-light);
  font-size: 0.8rem;
  line-height: 1.5;
}

.hof-training__content {
  min-width: 0;
}

.hof-training__content .hof-eyebrow {
  margin-bottom: 0.65rem;
}

.hof-training__content h2 {
  max-width: var(--lp-heading-measure);
  margin: 0 0 0.85rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.85rem, 3.6vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.hof-training__content .lp-lead {
  margin: 0 0 1.1rem;
}

.hof-training__content .hof-card-list {
  margin: 0 0 1.25rem;
}

.hof-training__cta {
  margin-top: 0.15rem;
}

.hof-training__cta .btn {
  width: auto;
  min-width: min(100%, 280px);
}

.hof-doctor figure {
  aspect-ratio: 4 / 5;
  max-width: 420px;
}

.hof-doctor blockquote {
  margin: 1rem 0 1.25rem;
  padding-left: 1rem;
  border-left: 4px solid var(--brand-primary);
  color: var(--text-mid);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
}

.hof-final {
  color: #fff;
  background: var(--bg-off);
}

.hof-final__card {
  display: grid;
  justify-items: center;
  gap: 0.95rem;
  max-width: min(920px, calc(100% - 2 * var(--lp-gutter)));
  padding-block: clamp(2.25rem, 5vw, 3.35rem);
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--lp-conv-radius);
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.12), transparent 32%),
    linear-gradient(135deg, #1a1a1a 0%, #2d1218 55%, var(--brand-primary-dark) 100%);
  box-shadow: var(--shadow-card-elevated);
  text-align: center;
}

.hof-final h2,
.hof-final p {
  color: #fff;
}

.hof-final h2 {
  max-width: 18ch;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.05;
}

.hof-final p {
  max-width: 44rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.hof-final .btn {
  width: auto;
  min-width: min(100%, 280px);
  margin-top: 0.25rem;
  justify-content: center;
}

.hof-final__fine {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
}

.hof-map p {
  color: var(--text-mid);
}

.hof-map__frame {
  display: block;
  margin-top: 1rem;
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card-md);
}

@media (min-width: 560px) and (max-width: 759px) {
  .page-harmonizacao .hof-proc-grid > .hof-card,
  .page-harmonizacao .hof-steps > article,
  .page-harmonizacao .hof-integration > * {
    grid-column: span 6;
  }

  .page-harmonizacao .hof-reviews > .lp-review-card {
    grid-column: span 6;
  }
}

@media (min-width: 760px) {
  .page-harmonizacao .hof-hero__copy {
    grid-column: 1 / span 7;
    align-self: end;
  }

  /* Eyebrow na coluna do texto; foto e H2 na mesma linha */
  .page-harmonizacao .hof-wrap.hof-split > .hof-eyebrow,
  .page-harmonizacao .hof-wrap.hof-doctor > .hof-eyebrow {
    grid-column: 6 / -1;
    grid-row: 1;
    margin-bottom: 0;
    align-self: end;
  }

  .page-harmonizacao .hof-wrap.hof-split > .hof-photo-card,
  .page-harmonizacao .hof-wrap.hof-doctor > figure {
    grid-column: 1 / span 5;
    grid-row: 2;
    align-self: start;
  }

  .page-harmonizacao .hof-wrap.hof-split > div,
  .page-harmonizacao .hof-wrap.hof-doctor > div {
    grid-column: 6 / -1;
    grid-row: 2;
    align-self: start;
  }

  .page-harmonizacao .hof-wrap.hof-split > div > h2,
  .page-harmonizacao .hof-wrap.hof-doctor > div > h2 {
    margin-top: 0;
  }

  .page-harmonizacao .hof-proc-grid > .hof-card,
  .page-harmonizacao .hof-steps > article {
    grid-column: span 3;
  }

  .page-harmonizacao .hof-integration > * {
    grid-column: span 6;
  }

  .page-harmonizacao .hof-reviews > .lp-review-card {
    grid-column: span 4;
  }

  .page-harmonizacao .hof-proof__videos > .hof-video-figure {
    grid-column: span 6;
  }

  .page-harmonizacao .hof-proof .hof-before-after {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 36rem);
  }

  .page-harmonizacao .hof-faq__list-wrap {
    grid-column: 1 / span 8;
  }

  .page-harmonizacao .hof-faq__cta {
    grid-column: 9 / -1;
    position: sticky;
    top: calc(4.75rem + env(safe-area-inset-top, 0px));
  }

  .page-harmonizacao .lp-footer__grid > .lp-footer__col:nth-child(2),
  .page-harmonizacao .lp-footer__grid > .lp-footer__col:nth-child(3) {
    grid-column: span 6;
  }

  .page-harmonizacao .lp-footer__grid > .lp-footer__col:nth-child(4) {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  .page-harmonizacao .lp-footer__col--brand,
  .page-harmonizacao .lp-footer__grid > .lp-footer__col:nth-child(1) {
    grid-column: 1 / span 3;
  }

  .page-harmonizacao .lp-footer__grid > .lp-footer__col:nth-child(2) {
    grid-column: 4 / span 3;
  }

  .page-harmonizacao .lp-footer__grid > .lp-footer__col:nth-child(3) {
    grid-column: 7 / span 3;
  }

  .page-harmonizacao .lp-footer__grid > .lp-footer__col:nth-child(4) {
    grid-column: 10 / span 3;
  }
}

.hof-faq__inner {
  display: grid;
  grid-template-columns: repeat(var(--hof-cols), minmax(0, 1fr));
  column-gap: var(--hof-gap);
  row-gap: var(--hof-gap);
}

.hof-faq__head {
  grid-column: 1 / -1;
  max-width: var(--lp-copy-measure);
}

.hof-faq__head .hof-section__sub {
  margin-top: 0.55rem;
}

.hof-faq__split {
  display: grid;
  grid-template-columns: repeat(var(--hof-cols), minmax(0, 1fr));
  column-gap: var(--hof-gap);
  row-gap: var(--hof-gap);
  grid-column: 1 / -1;
  align-items: start;
}

.hof-faq__list-wrap {
  grid-column: 1 / -1;
  min-width: 0;
}

.hof-faq__cta {
  grid-column: 1 / -1;
  min-width: 0;
}

.hof-faq__list {
  width: 100%;
  max-width: none;
  gap: 0.65rem;
}

.hof-faq__list details {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-white);
  box-shadow: var(--shadow-card-sm);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.hof-faq__list details:hover {
  border-color: color-mix(in srgb, var(--hof-result-border) 28%, var(--border));
}

.hof-faq__list details[open] {
  border-color: color-mix(in srgb, var(--hof-result-border) 50%, var(--border));
  box-shadow:
    var(--shadow-card-md),
    0 0 0 3px color-mix(in srgb, var(--hof-result-border) 14%, transparent);
}

.hof-faq__list summary {
  position: relative;
  padding: 1.05rem 3rem 1.05rem 1.1rem;
  font-size: clamp(0.92rem, 1.6vw, 1rem);
  line-height: 1.4;
}

.hof-faq__list summary::after {
  position: absolute;
  right: 0.85rem;
  top: 50%;
  margin-left: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--brand-primary-soft);
  font-size: 1.05rem;
  font-weight: 800;
  transform: translateY(-50%);
}

.hof-faq__list details[open] summary {
  color: var(--brand-primary-dark);
  border-bottom: 1px solid var(--border);
}

.hof-faq__list .lp-faq__body {
  padding: 1rem 1.1rem 1.15rem;
  line-height: 1.65;
  font-size: 0.94rem;
}

.hof-faq__cta-card {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.1), transparent 36%),
    linear-gradient(155deg, #1a1a1a 0%, #2a1218 52%, var(--brand-primary-dark) 100%);
  color: #fff;
  box-shadow: var(--shadow-card-elevated);
}

.hof-faq__cta-card h3 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  line-height: 1.25;
}

.hof-faq__cta-card > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
  line-height: 1.6;
}

.hof-faq__cta-card .hof-checks {
  margin: 0;
  gap: 0.38rem;
  font-size: 0.82rem;
}

.hof-faq__cta-card .hof-checks li {
  color: rgba(255, 255, 255, 0.9);
}

.hof-faq__cta-card .btn--wa {
  width: 100%;
  justify-content: center;
}

.hof-faq__cta-fine {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  line-height: 1.45;
}

@media (max-width: 759px) {
  body.lp.page-harmonizacao {
    --lp-section-y: clamp(2rem, 8vw, 2.75rem);
  }

  html:has(body.page-harmonizacao) {
    scroll-padding-top: max(5.8rem, calc(env(safe-area-inset-top, 0px) + 5.25rem));
  }

  .hof-hero__stage,
  .hof-hero__inner {
    min-height: min(86vh, 720px);
  }

  .hof-hero__inner {
    align-items: end;
    padding-top: clamp(1.25rem, 5vw, 2rem);
    padding-bottom: clamp(1.6rem, 6vw, 2.5rem);
  }

  .hof-hero__bgimg {
    object-position: 70% center;
  }

  .hof-hero__frame::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.2) 38%, rgba(0, 0, 0, 0.66) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.04));
  }

  .hof-hero__copy {
    max-width: min(100%, 22rem);
  }

  .hof-hero h1 {
    max-width: 13ch;
    font-size: clamp(2rem, 11vw, 3rem);
    line-height: 1.03;
  }

  .hof-lead {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .hof-checks {
    gap: 0.35rem;
    font-size: 0.78rem;
  }

  .page-harmonizacao .hof-stats {
    padding-block: 0.9rem;
  }

  .page-harmonizacao .hof-stats__inner > div {
    grid-column: span 6;
    min-width: 0;
  }

  .hof-stats strong {
    font-size: 1rem;
  }

  .hof-split,
  .hof-doctor {
    gap: 1.25rem;
  }

  .hof-split .hof-photo-card {
    margin-top: 0;
    height: clamp(330px, 78vw, 470px);
  }

  .hof-training__layout {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.35rem;
  }

  .hof-training__media {
    width: 100%;
    max-width: min(100%, 26rem);
    margin-inline: auto;
    padding-top: 0;
  }

  .hof-section h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
  }

  .hof-proc-grid,
  .hof-steps,
  .hof-reviews,
  .hof-integration,
  .hof-video-grid {
    gap: 0.85rem;
  }

  .hof-proof {
    gap: 1.75rem;
    margin-top: 1.35rem;
  }

  .hof-proof__videos,
  .hof-before-after {
    width: 100%;
    max-width: none;
  }

  .hof-video-grid figure {
    width: 100%;
  }

  .hof-doctor figure {
    max-width: none;
    aspect-ratio: 4 / 4.6;
  }

  .hof-final__card {
    max-width: calc(100% - 2 * var(--lp-gutter));
    padding-block: clamp(1.9rem, 8vw, 2.5rem);
  }

  .hof-final .btn {
    width: 100%;
    min-width: 0;
  }

  .hof-actions .btn {
    width: 100%;
  }

  .hof-map__frame {
    height: 320px;
  }

  .hof-faq__head {
    max-width: none;
  }
}
