/* ============================================
   Clínica Arthena — Landing Pages de Conversão
   Usado apenas em: tratamentos/emagrecimento/
                    tratamentos/reposicao-hormonal/
   Não afeta as demais páginas de tratamento.

   Fundo CLARO, alinhado às outras páginas de tratamento.
   Fotos SEM filtro de cinza.
   Tipografia ampliada e com mais peso — página de conversão.
   ============================================ */

:root {
  --lp-max: 1280px;
  --lp-gut: 60px;
  --lp-linha: rgba(122, 92, 72, .18);
  --lp-linha-forte: rgba(122, 92, 72, .34);
}

/* ============================================
   1. PRIMEIRA DOBRA (HERO)
   ============================================ */
.lp-hero {
  position: relative;
  background: var(--warm);
  color: var(--dark);
  padding: 184px var(--lp-gut) 110px;
  overflow: hidden;
  border-bottom: 1px solid var(--lp-linha);
}

.lp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 12%, rgba(213, 207, 200, .40), transparent 60%),
    radial-gradient(ellipse at 6% 88%, rgba(242, 237, 232, .85), transparent 62%);
  pointer-events: none;
}

.lp-hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--lp-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: center;
}

/* --- Eyebrow --- */
.lp-eyebrow {
  font-size: .86rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--earth);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.lp-eyebrow::before {
  content: '';
  width: 40px;
  height: 2px;
  background: var(--earth-2);
  flex-shrink: 0;
}

/* --- Título principal --- */
.lp-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.1rem, 5.4vw, 5rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.02em;
  color: var(--dark);
  margin-bottom: 32px;
}
.lp-hero h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--sage-2);
}

.lp-hero-sub {
  font-size: 1.22rem;
  font-weight: 300;
  line-height: 1.72;
  color: var(--mid);
  max-width: 52ch;
  margin-bottom: 40px;
}

.lp-hero-acts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
}

/* --- Botões --- */
.btn-lp {
  font-size: .88rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--white);
  background: var(--sage);
  padding: 22px 52px;
  text-decoration: none;
  border: 1px solid var(--sage);
  transition: background .3s, color .3s;
  display: inline-block;
}
.btn-lp:hover { background: transparent; color: var(--sage); }

.btn-lp-out {
  font-size: .88rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--sage);
  padding: 22px 38px;
  text-decoration: none;
  border: 1px solid var(--lp-linha-forte);
  transition: border-color .3s, background .3s;
  display: inline-block;
}
.btn-lp-out:hover { border-color: var(--sage); background: rgba(122, 92, 72, .06); }

/* --- Selos de confiança --- */
.lp-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 32px;
  font-size: .97rem;
  font-weight: 400;
  color: var(--mid);
  padding-top: 30px;
  border-top: 1px solid var(--lp-linha);
}
.lp-hero-trust span { display: flex; align-items: center; gap: 11px; }
.lp-hero-trust span::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--earth-2);
  flex-shrink: 0;
}

/* --- Imagem com moldura deslocada --- */
.lp-hero-visual { position: relative; }
.lp-hero-visual::before {
  content: '';
  position: absolute;
  top: 22px; left: 22px; right: -22px; bottom: 46px;
  border: 1px solid var(--lp-linha-forte);
  pointer-events: none;
  z-index: 0;
}
.lp-hero-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 580px;
  object-fit: cover;
  /* 22% mantém rosto e fita métrica no quadro; centralizado cortaria a cabeça */
  object-position: center 22%;
  display: block;
}

/* Tom quente sutil: a foto do hero é monocromática e, sem isso, destoa
   do fundo creme. Para deixá-la em preto e branco puro, remover o filtro. */
.lp-hero-img.is-mono {
  filter: sepia(24%) saturate(118%) contrast(1.03);
}
.lp-hero-cap {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  font-size: .84rem;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mid);
}

/* ============================================
   2. SEÇÕES
   ============================================ */
.lp-sec { padding: 118px var(--lp-gut); }
.lp-sec-inner { max-width: var(--lp-max); margin: 0 auto; }

.lp-sec--warm  { background: var(--warm); }
.lp-sec--cream { background: var(--cream); }

.lp-sec-head { max-width: 820px; margin-bottom: 64px; }
.lp-sec-head.is-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.lp-sec-head.is-center .lp-eyebrow { justify-content: center; }

.lp-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.018em;
  color: var(--dark);
  margin-bottom: 26px;
}
.lp-h2 em { font-style: italic; font-weight: 400; color: var(--sage-2); }

.lp-lead {
  font-size: 1.16rem;
  font-weight: 300;
  line-height: 1.76;
  color: var(--mid);
}

/* ============================================
   3. DORES / IDENTIFICAÇÃO
   ============================================ */
.lp-dores-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--lp-linha);
  border: 1px solid var(--lp-linha);
}
.lp-dor {
  background: var(--warm);
  padding: 46px 38px;
  transition: background .35s;
  position: relative;
}
.lp-dor::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--sage-2);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .4s ease;
}
.lp-dor:hover::after { transform: scaleY(1); }
.lp-dor:hover { background: var(--cream-2); }

.lp-dor-n {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 500;
  font-style: italic;
  color: var(--earth-2);
  margin-bottom: 20px;
  display: block;
  line-height: 1;
}
.lp-dor p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.66;
  color: var(--mid);
}

.lp-dores-foot {
  margin-top: 58px;
  padding: 46px 50px;
  border-left: 4px solid var(--sage-2);
  background: var(--cream);
}
.lp-dores-foot p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.44;
  color: var(--sage);
}

/* ============================================
   4. QUEBRA DE CRENÇA
   ============================================ */
.lp-crenca-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.lp-crenca-col {
  padding: 48px 44px;
  background: var(--warm);
  border: 1px solid var(--lp-linha);
}
.lp-crenca-col.is-real {
  background: var(--white);
  border-color: var(--lp-linha-forte);
  border-top: 4px solid var(--sage-2);
}
.lp-crenca-tit {
  font-size: .9rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-weight: 500;
  color: var(--mid);
}
.lp-crenca-col.is-real .lp-crenca-tit { color: var(--sage-2); }

.lp-crenca-col ul { list-style: none; }
.lp-crenca-col li {
  font-size: 1.09rem;
  font-weight: 300;
  line-height: 1.64;
  color: var(--mid);
  padding: 20px 0 20px 34px;
  position: relative;
  border-bottom: 1px solid var(--lp-linha);
}
.lp-crenca-col li:last-child { border-bottom: none; }
.lp-crenca-col li::before {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 1.15rem;
  line-height: 1.64;
}
/* O mito se diferencia pelo itálico e pelo ×, não por texto apagado —
   cinza claro reprovava no contraste (3,19:1). */
.lp-crenca-col.is-mito li { font-style: italic; }
.lp-crenca-col.is-mito li::before { content: '×'; color: var(--earth); font-style: normal; }
.lp-crenca-col.is-real li::before { content: '—'; color: var(--sage-2); }

/* ============================================
   5. ABORDAGEM
   ============================================ */
.lp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.lp-split-media { position: relative; }
.lp-split-img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
}
.lp-split.is-reverse .lp-split-media { order: 2; }

.lp-pillars { margin-top: 40px; display: grid; gap: 32px; }
.lp-pillar {
  padding-left: 28px;
  border-left: 3px solid var(--sage-4);
}
.lp-pillar-n {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.58rem;
  font-weight: 500;
  color: var(--sage);
  margin-bottom: 10px;
  line-height: 1.22;
}
.lp-pillar-d {
  font-size: 1.06rem;
  font-weight: 300;
  line-height: 1.68;
  color: var(--mid);
}

/* ============================================
   6. JORNADA / COMO FUNCIONA
   ============================================ */
.lp-passos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
.lp-passo {
  padding-top: 38px;
  border-top: 3px solid var(--sage-2);
}
.lp-passo-n {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.9rem;
  font-weight: 400;
  line-height: 1;
  color: var(--earth-2);
  margin-bottom: 22px;
  display: block;
}
.lp-passo h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.78rem;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 15px;
  line-height: 1.2;
}
.lp-passo p {
  font-size: 1.06rem;
  font-weight: 300;
  line-height: 1.68;
  color: var(--mid);
}

/* ============================================
   7. BENEFÍCIOS
   ============================================ */
.lp-benef {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 64px;
}
.lp-benef li {
  list-style: none;
  font-size: 1.11rem;
  font-weight: 300;
  line-height: 1.64;
  color: var(--mid);
  padding: 26px 0 26px 38px;
  border-bottom: 1px solid var(--lp-linha);
  position: relative;
}
.lp-benef li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 37px;
  width: 22px;
  height: 2px;
  background: var(--earth-2);
}
.lp-benef li strong { font-weight: 500; color: var(--sage); }

.lp-nota {
  margin-top: 54px;
  padding: 34px 38px;
  background: var(--cream);
  border-left: 4px solid var(--earth-2);
  font-size: 1.04rem;
  font-weight: 300;
  line-height: 1.74;
  color: var(--mid);
}
.lp-nota strong { font-weight: 500; color: var(--sage); }

/* ============================================
   8. MÉDICOS
   ============================================ */
.lp-medicos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}
.lp-medicos.is-3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 980px;
  margin: 0 auto;
}
.lp-medico {
  background: var(--warm);
  border: 1px solid var(--lp-linha);
  display: flex;
  flex-direction: column;
  transition: border-color .35s, transform .35s;
}
.lp-medico:hover {
  border-color: var(--lp-linha-forte);
  transform: translateY(-4px);
}
.lp-medico-foto {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.lp-medico-body { padding: 30px 26px 32px; }
.lp-medico-crm {
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--earth);
  margin-bottom: 12px;
  font-weight: 500;
}
.lp-medico-nome {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.62rem;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 10px;
  line-height: 1.18;
}
.lp-medico-esp {
  font-size: 1.01rem;
  font-weight: 300;
  line-height: 1.54;
  color: var(--mid);
}

/* ============================================
   9. CONFIANÇA
   ============================================ */
.lp-conf {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--lp-linha);
  border: 1px solid var(--lp-linha);
}
.lp-conf-item {
  background: var(--warm);
  padding: 50px 34px;
  text-align: center;
}
.lp-conf-n {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.4rem;
  font-weight: 400;
  color: var(--sage-2);
  display: block;
  margin-bottom: 16px;
  line-height: 1.02;
}
.lp-conf-d {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.58;
  color: var(--mid);
}

/* ============================================
   10. FAIXA DE CTA
   ============================================ */
.lp-cta-band {
  padding: 92px var(--lp-gut);
  background: var(--sage);
  position: relative;
  overflow: hidden;
}
.lp-cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 20%, rgba(154, 122, 100, .28), transparent 62%);
  pointer-events: none;
}
.lp-cta-band-inner {
  position: relative;
  z-index: 2;
  max-width: var(--lp-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.lp-cta-band-txt {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: -.01em;
  color: var(--white);
  max-width: 32ch;
}
.lp-cta-band-txt em { font-style: italic; color: var(--sage-4); }

.btn-lp-cream {
  font-size: .88rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--sage);
  background: var(--cream);
  padding: 22px 52px;
  text-decoration: none;
  border: 1px solid var(--cream);
  transition: background .3s, color .3s;
  display: inline-block;
  flex-shrink: 0;
}
.btn-lp-cream:hover { background: transparent; color: var(--cream); }

/* ============================================
   11. FAQ
   ============================================ */
.lp-faq { max-width: 960px; margin: 0 auto; }
.lp-faq-item { border-bottom: 1px solid var(--lp-linha); }
.lp-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 34px 56px 34px 0;
  position: relative;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.66rem;
  font-weight: 500;
  line-height: 1.28;
  color: var(--dark);
  transition: color .3s;
}
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary:hover { color: var(--sage-2); }
.lp-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Outfit', sans-serif;
  font-size: 1.9rem;
  font-weight: 200;
  color: var(--earth-2);
}
.lp-faq-item[open] summary::after { content: '−'; }
.lp-faq-item[open] summary { color: var(--sage-2); }

.lp-faq-a {
  padding: 0 56px 36px 0;
  font-size: 1.11rem;
  font-weight: 300;
  line-height: 1.78;
  color: var(--mid);
}
.lp-faq-a p + p { margin-top: 18px; }

.lp-faq-item summary:focus-visible,
.btn-lp:focus-visible,
.btn-lp-out:focus-visible,
.btn-lp-cream:focus-visible {
  outline: 2px solid var(--earth-2);
  outline-offset: 3px;
}

/* ============================================
   12. AVISO MÉDICO
   ============================================ */
.lp-aviso {
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 44px var(--lp-gut);
  font-size: .96rem;
  font-weight: 300;
  line-height: 1.72;
  color: var(--mid);
  text-align: center;
  background: var(--warm);
}

/* ============================================
   RESPONSIVO — TABLET
   ============================================ */
@media (max-width: 1100px) {
  :root { --lp-gut: 36px; }

  .lp-hero { padding: 150px var(--lp-gut) 84px; }
  .lp-hero-inner { grid-template-columns: 1fr; gap: 52px; }
  .lp-hero-img { height: 480px; }
  .lp-hero-visual::before { top: 16px; left: 16px; right: -16px; bottom: 42px; }

  .lp-sec { padding: 88px var(--lp-gut); }
  .lp-sec-head { margin-bottom: 50px; }

  .lp-dores-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-passos { grid-template-columns: repeat(2, 1fr); gap: 42px; }
  .lp-medicos,
  .lp-medicos.is-3 { grid-template-columns: repeat(2, 1fr); }
  .lp-conf { grid-template-columns: repeat(2, 1fr); }

  .lp-split { grid-template-columns: 1fr; gap: 44px; }
  .lp-split.is-reverse .lp-split-media { order: 0; }
  .lp-split-img { height: 420px; }

  .lp-cta-band { padding: 68px var(--lp-gut); }
  .lp-cta-band-inner { flex-direction: column; align-items: flex-start; }
}

/* ============================================
   RESPONSIVO — MOBILE
   ============================================ */
@media (max-width: 640px) {
  :root { --lp-gut: 22px; }

  .lp-hero { padding: 128px var(--lp-gut) 66px; }
  .lp-hero h1 { font-size: 3rem; line-height: 1.06; }
  .lp-hero-sub { font-size: 1.12rem; margin-bottom: 32px; }
  .lp-hero-img { height: 380px; }
  .lp-hero-visual::before { display: none; }
  .lp-eyebrow { font-size: .8rem; margin-bottom: 24px; }

  .lp-hero-acts { gap: 12px; }
  .lp-hero-acts .btn-lp,
  .lp-hero-acts .btn-lp-out { width: 100%; text-align: center; }

  .lp-sec { padding: 68px var(--lp-gut); }
  .lp-sec-head { margin-bottom: 42px; }
  .lp-h2 { font-size: 2.3rem; }
  .lp-lead { font-size: 1.1rem; }

  .lp-dores-grid { grid-template-columns: 1fr; }
  .lp-dor { padding: 34px 28px; }
  .lp-dor p { font-size: 1.06rem; }
  .lp-dores-foot { margin-top: 38px; padding: 32px 28px; }

  .lp-crenca-grid { grid-template-columns: 1fr; gap: 20px; }
  .lp-crenca-col { padding: 36px 28px; }
  .lp-crenca-col li { font-size: 1.05rem; }

  .lp-passos { grid-template-columns: 1fr; gap: 40px; }
  .lp-passo-n { font-size: 3.2rem; }
  .lp-passo h3 { font-size: 1.6rem; }
  .lp-split-img { height: 340px; }

  .lp-benef { grid-template-columns: 1fr; gap: 0; }
  .lp-benef li { font-size: 1.06rem; }

  .lp-medicos,
  .lp-medicos.is-3 { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .lp-medico-body { padding: 22px 17px 24px; }
  .lp-medico-nome { font-size: 1.3rem; }
  .lp-medico-esp { font-size: .92rem; }
  .lp-medico-crm { font-size: .74rem; }

  .lp-conf { grid-template-columns: 1fr; }
  .lp-conf-item { padding: 38px 28px; }

  .lp-cta-band { padding: 58px var(--lp-gut); }
  .lp-cta-band-txt { font-size: 1.85rem; }
  .btn-lp-cream { width: 100%; text-align: center; }

  .lp-faq-item summary { font-size: 1.34rem; padding: 28px 42px 28px 0; }
  .lp-faq-a { font-size: 1.05rem; padding: 0 42px 30px 0; }

  .lp-nota { padding: 28px 26px; }
  .lp-aviso { padding: 34px var(--lp-gut); }
}

/* Telas muito estreitas — 340px (não 380px), conforme
   decisão registrada em docs/PADRAO-PAGINA-TRATAMENTO.md */
@media (max-width: 340px) {
  .lp-medicos,
  .lp-medicos.is-3 { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-medico,
  .lp-dor,
  .lp-dor::after { transition: none; }
}
