/* ============================================================
   LP /lp/fue — tráfego pago (fue.med.br). Layout ISOLADO.
   ------------------------------------------------------------
   v2 "editorial médico premium": tipografia serifada grande,
   blocos assimétricos, capítulos numerados (I–VI), revelação
   no scroll (lp-fue-reveal.js) e movimento lento no hero.
   Herda SOMENTE tokens e utilitários de main.css (paleta,
   tipografia, .container, .btn, .consent-banner). NÃO carrega
   page.css (header/menu/rodapé são do site institucional).

   CONTRATO com lp-fue.js — NÃO renomear:
   .lp-form-block (+ --light) · .lp-form-block__title · __sub ·
   .lp-form · .lp-field · .lp-hp · .lp-consent · .lp-form-status ·
   .lp-thanks · .lp-thanks__protocol · estado .is-done
   ============================================================ */

.lp {
  background: var(--graphite);
  color: var(--on-dark-title);
  font-family: var(--font-sans);
  overflow-x: hidden;
}
.lp .container { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.lp section { padding-block: clamp(4.5rem, 11vw, 9rem); }
.lp-narrow { max-width: 820px; }

/* ---------------- tipografia ---------------- */
.lp h1, .lp h2, .lp h3 { font-family: var(--font-voice); font-weight: 500; line-height: 1.08; }
.lp h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); letter-spacing: -0.015em; }
.lp h2 { font-size: clamp(1.9rem, 4.4vw, 3.2rem); letter-spacing: -0.01em; }
.lp h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); }
.lp p  { font-family: var(--font-voice); font-size: clamp(1.08rem, 1.7vw, 1.26rem); line-height: 1.65; }
.lp-eyebrow {
  display: inline-block; font-family: var(--font-sans); font-weight: 600;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--champagne);
}
.lp-dek { color: var(--on-dark-sec); max-width: 56ch; margin-top: 1.5rem; }

/* seções claras */
.lp .section-light { background: var(--offwhite); color: var(--on-light-title); }
.lp .section-light h2, .lp .section-light h3 { color: var(--on-light-title); }
.lp .section-light p { color: var(--on-light-body); }
.lp .section-light .lp-eyebrow { color: var(--champagne-ink); }

/* ---------------- capítulos (I–VI) ---------------- */
.lp-chapter { position: relative; }
.lp-chapter--deep { background: var(--graphite-deep); }
.lp-chapter__head {
  position: relative; display: flex; align-items: baseline; gap: 1.1rem;
  margin-bottom: clamp(2.2rem, 5vw, 3.6rem); min-height: 2.4rem;
}
/* numeral fantasma: assinatura editorial da página */
.lp-chapter__num {
  position: absolute; left: -0.06em; top: 50%; transform: translateY(-52%);
  font-family: var(--font-voice); font-weight: 400; line-height: 1;
  font-size: clamp(5.2rem, 12vw, 9rem); color: rgba(191, 160, 104, .09);
  pointer-events: none; user-select: none;
}
.lp .section-light .lp-chapter__num { color: rgba(133, 99, 33, .1); }
.lp-chapter__head .lp-eyebrow { padding-left: clamp(3.2rem, 8vw, 5.6rem); }
.lp-chapter__title { max-width: 18ch; }

/* V3.8c: linha dourada que "desenha" a divisória do capítulo no reveal.
   Sem JS (sem html.lp-js) a linha fica cheia — nada some. */
.lp-chapter__rule { flex: 1 1 auto; min-width: 40px; height: 2px; align-self: center; overflow: visible; }
/* sem vector-effect: non-scaling-stroke — ele quebra a normalização do
   pathLength no Chromium e a linha vira tracejado repetido */
.lp-chapter__rule line { stroke: rgba(191, 160, 104, .45); stroke-width: 1; }
.lp .section-light .lp-chapter__rule line { stroke: rgba(133, 99, 33, .4); }
html.lp-js .lp-chapter__head.rv .lp-chapter__rule line {
  stroke-dasharray: 1; stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.6s var(--ease-luxe) .25s;
}
html.lp-js .lp-chapter__head.rv.is-in .lp-chapter__rule line { stroke-dashoffset: 0; }

/* conteúdo sempre acima das camadas de textura/grão */
.lp-chapter > .container { position: relative; z-index: 1; }

/* V3.13a: textura de seda em TODAS as seções escuras, um passo mais
   presente (.16) — visível sem competir com o texto */
.lp-chapter--texture { overflow: hidden; }
.lp-chapter--texture::before {
  content: ''; position: absolute; inset: -12% -6%;
  background: url('/assets/img/lp/textura-fue-1280.webp') center / cover no-repeat;
  opacity: .16; pointer-events: none;
}

/* V3.13b: grão de papel fino nas seções creme (tira o chapado sem
   escurecer). Tile raster de 9KB — feTurbulence custava ~700ms de TBT
   (SVG filter rasteriza na main thread em área grande). */
.lp .section-light::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .05;
  background: url('/assets/img/lp/grain-128.png') repeat;
}

/* ---------------- HERO ---------------- */
.lp-hero {
  position: relative; min-height: 94vh; min-height: 94svh;
  display: flex; align-items: center; overflow: hidden;
}
.lp-hero__media { position: absolute; inset: 0; z-index: 0; }
.lp-hero__media picture { width: 100%; height: 100%; display: block; }
.lp-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 60%; display: block; }
/* vídeo por cima da imagem (que segue sendo LCP + fallback); crossfade
   quando o 'playing' dispara (classe is-live via lp-fue-reveal.js) */
.lp-hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 62% 60%;
  opacity: 0; transition: opacity 1.4s var(--ease-luxe);
}
.lp-hero__video.is-live { opacity: 1; }
/* com o vídeo no ar, o Ken Burns da imagem (invisível embaixo) desliga */
html.lp-video-live .lp-hero__media img { animation: none !important; }
@media (prefers-reduced-motion: reduce) {
  .lp-hero__video { display: none; }
}
/* véu: texto à esquerda, imagem respira à direita */
.lp-hero__media::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(97deg, rgba(25,24,23,.96) 0%, rgba(25,24,23,.88) 38%, rgba(25,24,23,.52) 68%, rgba(25,24,23,.34) 100%),
    linear-gradient(180deg, rgba(25,24,23,.28) 0%, rgba(25,24,23,0) 34%, rgba(25,24,23,.62) 100%);
}
.lp-hero__inner { position: relative; z-index: 1; padding-block: clamp(4rem, 10vw, 7rem); width: 100%; }
.lp-hero__copy { max-width: 780px; }
.lp-hero__copy .lp-eyebrow { margin-bottom: 1.6rem; }
.lp-hero__cta { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 2.8rem; }
.lp-hero__reassure {
  font-family: var(--font-sans); font-size: 12.5px; color: var(--on-dark-mut);
  letter-spacing: .6px; margin-top: 1.6rem;
}
/* fio de scroll no pé do hero */
.lp-hero__scroll {
  position: absolute; z-index: 1; left: 50%; bottom: 0; width: 1px; height: 72px;
  background: linear-gradient(180deg, rgba(191,160,104,0), rgba(191,160,104,.75));
}

/* ---------------- I · O MÉTODO (statement assimétrico) ---------------- */
.lp-statement {
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(2rem, 6vw, 5rem); align-items: start;
}
.lp-statement h2 { max-width: 20ch; }
.lp-statement__body { margin-top: clamp(1rem, 4vw, 3.2rem); }
.lp-statement__body p { color: var(--on-dark-sec); max-width: 46ch; }
.lp-statement__body p + p { margin-top: 1.4rem; }

/* ---------------- II · QUEM CONDUZ (V3.5: foto grande, ficha densa) ---------------- */
.lp-authority {
  display: grid; grid-template-columns: minmax(280px, 45%) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem); align-items: stretch;
}
/* min-width:0 nos filhos: o nowrap da figcaption NÃO pode propagar
   min-content pro grid (estourava o viewport no mobile → 441px) */
.lp-authority > * { min-width: 0; }
.lp-authority__media {
  margin: 0; position: relative; z-index: 1;
  display: flex; flex-direction: column;
  /* overlap editorial: a foto sobe sobre a área do numeral II */
  margin-top: calc(-1 * clamp(2.2rem, 6vw, 4.6rem));
}
.lp-authority__photo {
  width: 100%; flex: 1 1 auto; min-height: 0; height: auto;
  object-fit: cover; object-position: top center;
  display: block; border-radius: 2px; filter: grayscale(1) contrast(1.04);
}
.lp-authority__media figcaption {
  font-family: var(--font-sans); font-size: 10px; letter-spacing: 1.2px;
  text-transform: uppercase; color: var(--on-light-body); margin-top: .7rem;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.lp-authority__text h2 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
.lp .lp-authority__role {
  font-family: var(--font-sans); font-size: 12px; font-weight: 600;
  letter-spacing: 2.6px; text-transform: uppercase; color: var(--champagne-ink);
  margin: .7rem 0 1.6rem;
}
.lp-authority__text > p:not(.lp-authority__role) { max-width: 52ch; }
/* densidade de ficha técnica: linhas curtas, vão estreito, divisórias discretas */
.lp-credentials { margin: 1.6rem 0 0; }
.lp-credentials > div {
  display: grid; grid-template-columns: minmax(118px, 150px) 1fr; gap: .8rem;
  padding-block: .6rem; border-top: 1px solid rgba(30, 29, 27, .12);
}
.lp-credentials dt {
  font-family: var(--font-sans); font-weight: 600; font-size: 13px;
  letter-spacing: .4px; color: var(--on-light-strong);
}
.lp-credentials dd {
  margin: 0; font-family: var(--font-sans); font-size: 13px;
  line-height: 1.45; color: var(--on-light-body);
}

/* ---------------- III · A TÉCNICA ---------------- */
.lp-technique {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
  gap: clamp(2.4rem, 6vw, 5.5rem); align-items: center;
}
.lp-technique__text h2 { max-width: 18ch; }
.lp-technique__text p { color: var(--on-dark-sec); max-width: 52ch; margin-top: 1.3rem; }
.lp-technique__media { margin: 0; }
.lp-technique__media img {
  width: 100%; display: block; border-radius: 2px;
  border: 1px solid var(--border-dark);
}
.lp-technique__media figcaption {
  font-family: var(--font-sans); font-size: 11px; letter-spacing: 1.4px;
  text-transform: uppercase; color: var(--on-dark-mut); margin-top: .9rem;
}

/* ---------------- III-b · FUE SEM RASPAR (V3.8) ---------------- */
.lp-noshave {
  margin-top: clamp(3rem, 7vw, 5rem);
  border-top: 1px solid var(--border-dark);
  padding-top: clamp(2.2rem, 5vw, 3.2rem);
}
/* V3.13-2a: título atravessa a largura útil; corpo abaixo em 2 colunas
   balanceadas (mata a coluna morta sob o título) */
.lp-noshave__grid { margin-top: 1.4rem; }
.lp-noshave__grid h3 { font-size: clamp(1.6rem, 3.4vw, 2.5rem); max-width: 28ch; }
.lp-noshave__body {
  margin-top: clamp(1.4rem, 3vw, 2rem);
  columns: 2; column-gap: clamp(2.4rem, 5vw, 4.5rem);
}
.lp-noshave__body p {
  color: var(--on-dark-sec); font-size: clamp(1.02rem, 1.5vw, 1.16rem);
  break-inside: avoid;
}
.lp-noshave__body p + p { margin-top: 1.2rem; }

/* ---------------- IV · A AVALIAÇÃO ----------------
   V3.13-2b: grade 2×2 densa (numeral menor, divisórias internas
   finas); mobile volta a empilhar */
.lp-steps {
  list-style: none; padding: 0; margin: clamp(2.4rem, 5vw, 4rem) 0 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border-top: 1px solid var(--border-dark);
}
.lp-step {
  display: grid; grid-template-columns: 56px minmax(0, 1fr);
  gap: clamp(.9rem, 2vw, 1.4rem); align-items: start;
  border-bottom: 1px solid var(--border-dark);
  padding: clamp(1.5rem, 3vw, 2.1rem) clamp(1.4rem, 3vw, 2.4rem) clamp(1.5rem, 3vw, 2.1rem) 0;
}
.lp-step:nth-child(even) {
  border-left: 1px solid var(--border-dark);
  padding-left: clamp(1.4rem, 3vw, 2.4rem); padding-right: 0;
}
.lp-step__n {
  font-family: var(--font-voice); font-weight: 400; font-size: 1.55rem;
  line-height: 1; color: var(--champagne); opacity: .55; padding-top: .3rem;
}
.lp-step h3 { margin-bottom: .5rem; font-size: clamp(1.15rem, 1.8vw, 1.42rem); }
.lp-step p { font-size: clamp(.98rem, 1.4vw, 1.08rem); color: var(--on-dark-sec); }
/* cap. IV é claro: divisórias e numerais na variante de fundo creme */
.lp .section-light .lp-steps { border-top-color: var(--border-light); }
.lp .section-light .lp-step { border-bottom-color: var(--border-light); }
.lp .section-light .lp-step:nth-child(even) { border-left-color: var(--border-light); }
.lp .section-light .lp-step__n { color: var(--champagne-ink); opacity: .75; }

/* ---------------- V · CASOS (V3.14) ----------------
   Pares antes/depois reais do site; disclaimers CFM na introdução,
   longe do form (FAQ inteira separa os casos do convite). */
.lp-cases-intro { max-width: 62ch; margin-top: 1.4rem; }
.lp-cases-intro p { color: var(--on-dark-sec); font-size: clamp(1rem, 1.5vw, 1.14rem); }
.lp-cases-intro p + p { margin-top: 1rem; }
/* slider horizontal: 3 casos por vista no desktop, 1 no mobile;
   scroll-snap nativo + setas (lp-fue-reveal.js) — sem lib */
.lp-cases-wrap { margin-top: clamp(2rem, 4vw, 3rem); }
.lp-cases {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2 * clamp(1rem, 2.5vw, 1.8rem)) / 3);
  gap: clamp(1rem, 2.5vw, 1.8rem);
  overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; -ms-overflow-style: none;
}
.lp-cases::-webkit-scrollbar { display: none; }
.lp-cases:focus-visible { outline: 2px solid var(--champagne); outline-offset: 3px; }
.lp-cases figure { margin: 0; scroll-snap-align: start; }
.lp-cases img {
  width: 100%; height: auto; display: block;
  border-radius: 2px; border: 1px solid var(--border-dark);
}
.lp-cases-nav { display: flex; gap: .6rem; justify-content: flex-end; margin-top: 1.1rem; }
.lp-cases-nav button {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid var(--border-dark); background: transparent;
  color: var(--champagne); font-size: 1.25rem; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: border-color .35s var(--ease-luxe), opacity .35s var(--ease-luxe);
}
.lp-cases-nav button:hover:not(:disabled) { border-color: var(--champagne); }
.lp-cases-nav button:disabled { opacity: .3; cursor: default; }
.lp-cases-nav button:focus-visible { outline: 2px solid var(--champagne); outline-offset: 2px; }

/* ---------------- VI · FAQ ---------------- */
.lp-faq { margin-top: clamp(2rem, 4vw, 3rem); }
.lp-faq details { border-bottom: 1px solid var(--border-light); }
.lp-faq summary {
  cursor: pointer; list-style: none; padding: 1.45rem 2.6rem 1.45rem 0; position: relative;
  font-family: var(--font-voice); font-weight: 500; font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.3; color: var(--on-light-title);
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after {
  content: '+'; position: absolute; right: .35rem; top: 50%; transform: translateY(-50%);
  font-family: var(--font-voice); font-size: 1.7rem; font-weight: 400;
  color: var(--champagne-ink); line-height: 1;
}
.lp-faq details[open] summary::after { content: '−'; }
.lp-faq details p { padding: 0 2.6rem 1.6rem 0; margin: 0; font-size: 1.1rem; }

/* ---------------- VI · O CONVITE ---------------- */
.lp-chapter--close .lp-form-block { margin-top: clamp(2.4rem, 5vw, 3.6rem); }

/* ---------------- CTA-ÂNCORA EDITORIAL (V3.1) ---------------- */
.lp-cta-inline { margin-top: clamp(2.6rem, 6vw, 4.2rem); }
.lp-cta-link {
  display: inline-flex; align-items: baseline; gap: .7em;
  font-family: var(--font-sans); font-weight: 600; font-size: 12.5px;
  letter-spacing: 2.4px; text-transform: uppercase; color: var(--champagne);
  padding-bottom: .55rem; border-bottom: 1px solid rgba(191, 160, 104, .4);
  transition: border-color .4s var(--ease-luxe), letter-spacing .4s var(--ease-luxe);
}
.lp-cta-link:hover { border-color: var(--champagne); letter-spacing: 2.9px; }
.lp-cta-link__arr { display: inline-block; transition: transform .4s var(--ease-luxe); }
.lp-cta-link:hover .lp-cta-link__arr { transform: translateX(5px); }
.lp .section-light .lp-cta-link { color: var(--champagne-ink); border-bottom-color: rgba(133, 99, 33, .4); }
.lp .section-light .lp-cta-link:hover { border-color: var(--champagne-ink); }

/* ---------------- BARRA FIXA MOBILE (V3.1) ----------------
   Só mobile; entra após o hero e sai com o form visível (lp-fue-reveal.js).
   Sem pulsar, sem contador. */
.lp-mobilebar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: none; padding: .65rem var(--gutter) calc(.65rem + env(safe-area-inset-bottom));
  background: rgba(25, 24, 23, .74);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-top: 1px solid var(--border-dark-2);
  transform: translateY(105%); transition: transform .5s var(--ease-luxe);
}
.lp-mobilebar .btn { width: 100%; justify-content: center; }
.lp-mobilebar.is-on { transform: translateY(0); }
@media (max-width: 900px) { .lp-mobilebar { display: block; } }

/* ---------------- WHATSAPP FLUTUANTE (V3.2) ----------------
   Sóbrio, monocromático na paleta — nada de verde-WhatsApp. */
.lp-wa-float {
  position: fixed; right: clamp(1rem, 3vw, 1.7rem); bottom: 1.7rem; z-index: 55;
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--graphite-panel); color: var(--champagne);
  border: 1px solid var(--border-dark);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .35);
  transition: border-color .4s var(--ease-luxe), transform .4s var(--ease-luxe);
}
.lp-wa-float:hover {
  border-color: var(--champagne); transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .45);
}
@media (max-width: 900px) {
  /* acima da barra mobile (fixa, mesmo com a barra recolhida — sem pulos) */
  .lp-wa-float { bottom: calc(5.4rem + env(safe-area-inset-bottom)); }
}
/* V3.15: entrada fade+scale ao sair do hero; micro-respiro (1.04) 1x a
   cada ~15s no svg (não briga com o transform de entrada/hover do <a>),
   desligado após o primeiro hover (.lp-wa-float--quieto). Sem JS ou com
   reduced-motion, o botão fica simplesmente visível e parado. */
@media (prefers-reduced-motion: no-preference) {
  html.lp-js .lp-wa-float {
    opacity: 0; transform: translateY(10px) scale(.6); pointer-events: none;
    transition: opacity .55s var(--ease-luxe), transform .55s var(--ease-luxe),
                border-color .4s var(--ease-luxe), box-shadow .4s var(--ease-luxe);
  }
  html.lp-js .lp-wa-float.is-on { opacity: 1; transform: none; pointer-events: auto; }
  html.lp-js .lp-wa-float.is-on:hover { transform: translateY(-3px); }
  html.lp-motion .lp-wa-float.is-on svg { animation: lpWaBreath 15s ease-in-out infinite; }
  .lp-wa-float--quieto svg { animation: none !important; }
  @keyframes lpWaBreath {
    0%, 93%, 100% { transform: scale(1); }
    96.5% { transform: scale(1.04); }
  }
}

/* ---------------- FORMULÁRIO (campos em fio, editorial) ---------------- */
.lp-form-block {
  background: var(--graphite-panel);
  border: 1px solid var(--border-dark);
  border-top: 1px solid rgba(191, 160, 104, .5);
  padding: clamp(2rem, 5vw, 3.4rem);
  margin-top: clamp(2.6rem, 6vw, 4rem);
}
.lp-form-block--light { background: #fff; border-color: var(--border-light); border-top-color: rgba(133, 99, 33, .45); }
.lp-form-block__title { font-family: var(--font-voice); font-size: clamp(1.6rem, 3.2vw, 2.2rem); line-height: 1.12; }
.lp-form-block__sub { font-size: 1.08rem; color: var(--on-dark-sec); margin-top: .8rem; }
.lp-form-block--light .lp-form-block__sub { color: var(--on-light-body); }

.lp-form { display: grid; gap: 1.5rem; margin-top: 2.1rem; }
.lp-field { display: grid; gap: .35rem; }
.lp-field label {
  font-family: var(--font-sans); font-weight: 600; font-size: 11px;
  letter-spacing: 2px; text-transform: uppercase; color: var(--on-dark-sec);
}
.lp-form-block--light .lp-field label { color: var(--on-light-strong); }
.lp-field input, .lp-field select {
  font-family: var(--font-sans); font-size: 16px; /* 16px evita zoom automático no iOS */
  padding: .7rem 0 .75rem; background: transparent;
  border: 0; border-bottom: 1px solid var(--border-dark);
  color: var(--on-dark-title); border-radius: 0; width: 100%; appearance: none;
  transition: border-color .35s var(--ease-luxe);
}
.lp-form-block--light .lp-field input, .lp-form-block--light .lp-field select {
  border-bottom-color: var(--border-light); color: var(--on-light-title);
}
.lp-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23BFA068' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .2rem center; background-size: 12px;
  padding-right: 2rem;
}
.lp-field input:focus, .lp-field select:focus {
  outline: none; border-bottom-color: var(--champagne);
  box-shadow: 0 1px 0 var(--champagne);
}
.lp-field input[aria-invalid="true"] { border-bottom-color: #C86B5A; box-shadow: 0 1px 0 #C86B5A; }
.lp-field input::placeholder { color: var(--on-dark-mut); opacity: .7; }
.lp-form-block--light .lp-field input::placeholder { color: var(--on-light-body); opacity: .55; }

.lp-consent {
  display: flex; gap: .7rem; align-items: flex-start;
  font-family: var(--font-sans); font-size: 13px; line-height: 1.5; color: var(--on-dark-sec);
}
.lp-form-block--light .lp-consent { color: var(--on-light-body); }
.lp-consent input { margin-top: .18rem; accent-color: var(--champagne); flex: 0 0 auto; width: 16px; height: 16px; }
.lp-consent a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

/* honeypot anti-bot: fora da tela, nunca focável, invisível a leitores de tela */
.lp-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.lp-form button[type="submit"] { width: 100%; justify-content: center; }
/* seletor composto p/ vencer .lp p (0,0,1,1) */
.lp p.lp-form-status { font-family: var(--font-sans); font-size: 13.5px; line-height: 1.5; margin: 0; min-height: 1.2em; }
.lp p.lp-form-status.err { color: #E0917F; }
.lp-form-block--light p.lp-form-status.err { color: #B0503C; }

/* ---------------- ESTADO DE OBRIGADO (etapa 2) ----------------
   O título do bloco SAI junto com o formulário; quem titula a
   confirmação é o h3 "Recebemos seus dados." (contrato do lp-fue.js) */
.lp-thanks { display: none; }
.lp-form-block.is-done .lp-form,
.lp-form-block.is-done .lp-form-block__sub,
.lp-form-block.is-done .lp-form-block__title { display: none; }
.lp-form-block.is-done .lp-thanks { display: block; }
.lp-thanks h3 { font-size: clamp(1.6rem, 3.2vw, 2.2rem); line-height: 1.12; }
.lp .lp-thanks p { margin-top: .9rem; color: var(--on-dark-sec); }
.lp-form-block--light .lp-thanks p { color: var(--on-light-body); }
.lp p.lp-thanks__protocol {
  font-family: var(--font-sans); font-size: 12px; letter-spacing: 1.6px;
  text-transform: uppercase; color: var(--champagne); margin-top: 1.4rem;
}
.lp-form-block--light p.lp-thanks__protocol { color: var(--champagne-ink); }
.lp-thanks .btn { margin-top: 1.6rem; width: 100%; justify-content: center; }

/* ---------------- RODAPÉ MÍNIMO ---------------- */
.lp-footer { background: var(--graphite-deep); padding-block: 2.6rem; border-top: 1px solid var(--border-dark-2); }
.lp-footer p {
  font-family: var(--font-sans); font-size: 12px; letter-spacing: .5px;
  line-height: 1.8; color: var(--on-dark-mut); text-align: center;
}
.lp-footer a { color: var(--on-dark-sec); text-decoration: underline; text-underline-offset: 2px; }

/* ---------------- MOVIMENTO (só com JS e sem reduced-motion) ----------------
   O estado escondido dos .rv exige html.lp-js (posto pelo lp-fue-reveal.js):
   sem JS, nada fica invisível. Com prefers-reduced-motion, nada se move. */
@media (prefers-reduced-motion: no-preference) {
  html.lp-js .rv {
    opacity: 0; transform: translateY(26px);
    transition: opacity .95s var(--ease-luxe), transform .95s var(--ease-luxe);
    transition-delay: var(--rvd, 0s);
  }
  html.lp-js .rv.is-in { opacity: 1; transform: none; }

  /* dolly lento do hero (Ken Burns discreto, GPU-only).
     Só liga DEPOIS do window.load (html.lp-motion, posto pelo
     lp-fue-reveal.js): animar durante o carregamento custava
     ~800ms de TBT no mobile. O transform base = 1º keyframe,
     então a partida é invisível. */
  .lp-hero__media img { transform: scale(1.03); }
  /* o vídeo herda o MESMO scale base da imagem: sem isso o crossfade
     dava um pulo de zoom de 3% (imagem 1.03 → vídeo 1.0) */
  .lp-hero__video { transform: scale(1.03); }
  html.lp-motion .lp-hero__media img {
    animation: lpHeroDrift 30s var(--ease-luxe) infinite alternate;
  }
  @keyframes lpHeroDrift {
    from { transform: scale(1.03) translate3d(0, 0, 0); }
    to   { transform: scale(1.11) translate3d(-1.4%, -1%, 0); }
  }

  /* fio de scroll pulsa devagar */
  html.lp-motion .lp-hero__scroll { animation: lpScrollFade 3.2s ease-in-out infinite; }
  @keyframes lpScrollFade {
    0%, 100% { opacity: .35; } 50% { opacity: 1; }
  }

  /* micro-vida (V3.4a): drift lento da textura, gated pós-load como o hero */
  html.lp-motion .lp-chapter--texture::before {
    animation: lpTexDrift 44s ease-in-out infinite alternate;
  }
  @keyframes lpTexDrift {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to   { transform: translate3d(2.2%, 1.6%, 0) scale(1.045); }
  }

  /* micro-vida (V3.4b): numeral do capítulo com fade+rise próprio,
     um passo atrás do head (delay maior = profundidade) */
  html.lp-js .lp-chapter__head.rv .lp-chapter__num {
    opacity: 0; transform: translateY(-52%) translateY(22px);
    transition: opacity 1.25s var(--ease-luxe) .15s, transform 1.25s var(--ease-luxe) .15s;
  }
  html.lp-js .lp-chapter__head.rv.is-in .lp-chapter__num {
    opacity: 1; transform: translateY(-52%);
  }
}

/* ---------------- SCROLL-LINKED (V3.8a) ----------------
   Hero escurece na saída e o numeral I emerge amarrado ao scroll.
   Só onde CSS scroll-driven animations existem (@supports); no resto,
   fica o comportamento v3 (fallback = reveal por IntersectionObserver). */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .lp-hero::after {
      content: ''; position: absolute; inset: 0; z-index: 3;
      background: var(--graphite); opacity: 0; pointer-events: none;
      animation: lpHeroDim linear both;
      animation-timeline: view();
      animation-range: exit 0% exit 80%;
    }
    @keyframes lpHeroDim { to { opacity: .97; } }

    html.lp-js .lp-chapter--i .lp-chapter__head.rv .lp-chapter__num {
      transition: none;
      animation: lpNumEmerge linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 100%;
    }
    @keyframes lpNumEmerge {
      from { opacity: 0; transform: translateY(-52%) translateY(60px); }
      to   { opacity: 1; transform: translateY(-52%); }
    }
  }
}

/* ---------------- RESPONSIVO ---------------- */
@media (max-width: 900px) {
  .lp-statement { grid-template-columns: 1fr; }
  .lp-statement__body { margin-top: 0; }
  .lp-authority { grid-template-columns: 1fr; }
  /* V3.5 mobile: foto full-width acima do texto, sem overlap */
  .lp-authority__media { max-width: none; margin-top: 0; }
  .lp-authority__photo { flex: none; height: auto; }
  .lp-technique { grid-template-columns: 1fr; }
  .lp-technique__media { max-width: 430px; }
  .lp-credentials > div { grid-template-columns: 1fr; gap: .15rem; }
  .lp-hero { min-height: 88svh; }
  /* espelha o object-position do vídeo: imagem = frame 0 → troca invisível */
  .lp-hero__media img { object-position: 40% 60%; }
  /* crop retrato do vídeo 16:9: mantém a pinça (centro-esquerda) no quadro */
  .lp-hero__video { object-position: 40% 60%; }
  .lp-hero__media::after {
    background: linear-gradient(180deg, rgba(25,24,23,.86) 0%, rgba(25,24,23,.72) 42%, rgba(25,24,23,.94) 100%);
  }
  /* V3.14: slider mostra 1 caso por vez no mobile */
  .lp-cases { grid-auto-columns: 88%; }
  /* V3.13: 2×2 volta a empilhar no mobile */
  .lp-steps { grid-template-columns: 1fr; }
  .lp-step { grid-template-columns: 48px 1fr; padding-inline: 0; }
  .lp-step:nth-child(even) { border-left: 0; padding-left: 0; padding-right: 0; }
  .lp-noshave__body { columns: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .lp * { animation: none !important; transition: none !important; }
}
