/* ============================================================
   style.css — LP Blefaroplastia · Estilo Apple
   Uma mensagem por tela. Muito espaço. Tipografia enorme.
   ============================================================ */

:root {
  --preto:    #000000;
  --branco:   #ffffff;
  --cinza:    #f5f5f7;
  --cinza-md: #d2d2d7;
  --cinza-tx: #6e6e73;
  --teal:     #1a9e8f;
  --verde:    #0f3d3e;

  --f-titulo: 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
  --f-corpo:  'SF Pro Text',    'Helvetica Neue', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--f-corpo);
  background: var(--preto);
  color: var(--branco);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a   { text-decoration: none; color: inherit; }


/* ─── NAVBAR ─────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .3s;
}
.nav-inner {
  width: 100%;
  max-width: 980px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-nome {
  font-size: .82rem;
  font-weight: 500;
  color: rgba(255,255,255,.88);
  letter-spacing: -.01em;
}
.nav-btn {
  font-size: .78rem;
  font-weight: 500;
  color: var(--teal);
  padding: 6px 14px;
  border: 1px solid rgba(26,158,143,.45);
  border-radius: 100px;
  transition: background .2s, color .2s;
  white-space: nowrap;
}
.nav-btn:hover { background: var(--teal); color: var(--branco); }


/* ─── SEÇÕES BASE ─────────────────────────────────────────── */
.tela {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 24px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tela-clara { background: var(--cinza); }
.tela-branca { background: var(--branco); }


/* ─── TIPOGRAFIA APPLE ────────────────────────────────────── */
.kicker {
  font-size: clamp(.75rem, 1.2vw, .9rem);
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 18px;
  display: block;
}
.kicker-escuro { color: var(--teal); }

.headline {
  font-family: var(--f-titulo);
  font-size: clamp(2.8rem, 7vw, 6rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.03em;
  margin-bottom: 22px;
}
.headline-md {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.025em;
  margin-bottom: 20px;
}
.headline-escuro { color: var(--preto); }

.sub {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255,255,255,.65);
  max-width: 580px;
  margin: 0 auto 40px;
}
.sub-escuro { color: var(--cinza-tx); }

/* Gradiente de texto — efeito Apple */
.grad {
  background: linear-gradient(135deg, #1a9e8f 0%, #4ecdc4 50%, #1a9e8f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


/* ─── BOTÕES ──────────────────────────────────────────────── */
.btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 100px;
  font-size: .95rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap;
  letter-spacing: -.01em;
}
.btn-solid {
  background: var(--teal);
  color: var(--branco);
}
.btn-solid:hover { background: #158a7c; transform: scale(1.02); }

.btn-ghost {
  background: transparent;
  color: var(--teal);
  border: 1.5px solid rgba(26,158,143,.5);
}
.btn-ghost:hover { border-color: var(--teal); background: rgba(26,158,143,.08); transform: scale(1.02); }

.btn-dark {
  background: var(--preto);
  color: var(--branco);
}
.btn-dark:hover { background: #1a1a1a; transform: scale(1.02); }

.btn-dark-outline {
  background: transparent;
  color: var(--preto);
  border: 1.5px solid rgba(0,0,0,.25);
}
.btn-dark-outline:hover { border-color: var(--preto); background: rgba(0,0,0,.04); transform: scale(1.02); }

.ico-wa { width: 18px; height: 18px; fill: currentColor; flex-shrink: 0; }


/* ─── HERO ────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  background: var(--preto);
  display: grid;
  grid-template-rows: 1fr auto;
  padding-top: 52px;
  overflow: hidden;
}

/* Texto centralizado no topo */
.hero-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px 40px;
}

/* Foto hero — ocupa toda a largura */
.hero-foto-wrap {
  width: 100%;
  max-height: 60vh;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}
.hero-foto {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}

/* Badge CRM — linha de credencial abaixo da headline */
.crm-line {
  font-size: .78rem;
  color: rgba(255,255,255,.35);
  margin-top: 32px;
  letter-spacing: .04em;
}


/* ─── SEÇÃO AFIRMAÇÃO — frase grande no centro ────────────── */
.afirmacao {
  min-height: 100vh;
  background: var(--preto);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
}
.afirmacao-inner { max-width: 860px; text-align: center; }

.afirmacao blockquote {
  font-family: var(--f-titulo);
  font-size: clamp(1.6rem, 4.5vw, 3.4rem);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -.025em;
  color: var(--branco);
  border: none;
  padding: 0;
  margin: 0 0 36px;
}
.afirmacao blockquote em {
  font-style: normal;
  background: linear-gradient(135deg, #1a9e8f, #4ecdc4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.afirmacao-autor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.afirmacao-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 2px solid rgba(255,255,255,.15);
}
.afirmacao-autor-txt { text-align: left; }
.afirmacao-autor-txt strong { display: block; font-size: .88rem; color: var(--branco); font-weight: 600; }
.afirmacao-autor-txt span   { font-size: .75rem; color: rgba(255,255,255,.4); }


/* ─── SEÇÃO SPLIT — imagem esquerda, texto direita ────────── */
.split {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.split-foto {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.split-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px;
}
.split-txt .sub { margin: 0 0 16px; text-align: left; }
.split-txt .btns { justify-content: flex-start; margin-top: 36px; }

/* Linha de bullets simples */
.split-bullets {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.split-bullet {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .95rem;
  color: rgba(255,255,255,.6);
  line-height: 1.5;
}
.split-bullet::before {
  content: '—';
  color: var(--teal);
  flex-shrink: 0;
  font-weight: 700;
}


/* ─── SEÇÃO DOIS TIPOS — grade 2 cards ─────────────────────── */
.dois-tipos {
  background: var(--preto);
  padding: 120px 24px;
}
.dois-tipos-header { text-align: center; margin-bottom: 72px; }
.dois-tipos-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(255,255,255,.08);
  border-radius: 20px;
  overflow: hidden;
}
.tipo {
  background: #111;
  padding: 52px 44px;
  transition: background .3s;
}
.tipo:hover { background: #161616; }
.tipo-num {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 24px;
  display: block;
}
.tipo h3 {
  font-family: var(--f-titulo);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--branco);
  margin-bottom: 16px;
  line-height: 1.15;
}
.tipo p {
  font-size: .97rem;
  color: rgba(255,255,255,.5);
  line-height: 1.75;
}


/* ─── SEÇÃO FATOS — números grandes ──────────────────────── */
.fatos {
  background: var(--cinza);
  padding: 120px 24px;
}
.fatos-header { text-align: center; margin-bottom: 80px; }
.fatos-grid {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--cinza-md);
  border-radius: 20px;
  overflow: hidden;
}
.fato {
  background: var(--cinza);
  padding: 52px 32px;
  text-align: center;
}
.fato-num {
  font-family: var(--f-titulo);
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -.04em;
  color: var(--preto);
  line-height: 1;
  margin-bottom: 10px;
}
.fato-num .teal { color: var(--teal); }
.fato-label { font-size: .88rem; color: var(--cinza-tx); line-height: 1.5; max-width: 140px; margin: 0 auto; }


/* ─── FAQ MINIMALISTA ─────────────────────────────────────── */
.faq {
  background: var(--branco);
  padding: 120px 24px;
}
.faq-inner { max-width: 680px; margin: 0 auto; }
.faq-header { text-align: center; margin-bottom: 60px; }

.faq-item {
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.faq-item:first-of-type { border-top: 1px solid rgba(0,0,0,.1); }

.faq-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--f-corpo);
  font-size: 1rem;
  font-weight: 600;
  color: var(--preto);
  text-align: left;
  transition: color .2s;
}
.faq-item.aberto .faq-btn { color: var(--teal); }

.faq-ico {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--cinza);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  color: #666;
  flex-shrink: 0;
  transition: background .2s, color .2s, transform .3s;
}
.faq-item.aberto .faq-ico { background: var(--teal); color: var(--branco); transform: rotate(45deg); }

.faq-body { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-item.aberto .faq-body { max-height: 240px; }
.faq-body-inner {
  padding: 0 0 22px;
  font-size: .95rem;
  color: var(--cinza-tx);
  line-height: 1.8;
}


/* ─── CTA FINAL ───────────────────────────────────────────── */
.cta-final {
  min-height: 80vh;
  background: var(--preto);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 24px;
}
.cta-final-inner { max-width: 680px; }
.cta-final small {
  display: block;
  margin-top: 22px;
  font-size: .75rem;
  color: rgba(255,255,255,.28);
  letter-spacing: .03em;
}


/* ─── FOOTER ──────────────────────────────────────────────── */
footer {
  background: #111;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 40px 24px;
  text-align: center;
}
.footer-logo { font-size: .9rem; font-weight: 600; color: var(--branco); margin-bottom: 8px; letter-spacing: -.01em; }
.footer-crm  { font-size: .72rem; color: rgba(255,255,255,.3); margin-bottom: 20px; }
.footer-links {
  display: flex; align-items: center; justify-content: center;
  gap: 20px; flex-wrap: wrap; margin-bottom: 24px;
}
.footer-links a { font-size: .78rem; color: rgba(255,255,255,.45); transition: color .2s; }
.footer-links a:hover { color: var(--teal); }
.footer-legal { font-size: .68rem; color: rgba(255,255,255,.18); line-height: 1.7; max-width: 500px; margin: 0 auto; }


/* ─── WA FLUTUANTE ────────────────────────────────────────── */
.wa {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 200;
  width: 56px; height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 24px rgba(37,211,102,.4);
  transition: transform .2s, box-shadow .2s;
}
.wa:hover { transform: scale(1.1); box-shadow: 0 6px 32px rgba(37,211,102,.55); }
.wa svg { width: 28px; height: 28px; fill: white; }
.wa::before {
  content: '';
  position: absolute; inset: -4px;
  border-radius: 50%;
  border: 2px solid #25d366;
  opacity: 0;
  animation: pulse 3s ease-out infinite;
}
@keyframes pulse {
  0%   { opacity: .6; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.7); }
}


/* ─── ANIMAÇÕES ───────────────────────────────────────────── */
.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s ease, transform .7s ease;
}
.fade.on { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .2s; }
.d3 { transition-delay: .35s; }
.d4 { transition-delay: .5s; }


/* ─── RESPONSIVO ──────────────────────────────────────────── */
@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
  .split-foto { height: 55vw; min-height: 260px; }
  .split-txt { padding: 56px 28px; }
  .split-txt .sub { text-align: center; }
  .split-txt .btns { justify-content: center; }
  .split-bullets { align-items: flex-start; }

  .dois-tipos-grid { grid-template-columns: 1fr; gap: 1px; }
  .tipo { padding: 40px 28px; }

  .fatos-grid { grid-template-columns: 1fr; gap: 1px; }
  .fato { padding: 40px 24px; }

  .hero-foto { height: 45vh; }

  .afirmacao blockquote { font-size: clamp(1.35rem, 5vw, 2rem); }
}

@media (max-width: 520px) {
  .btns { flex-direction: column; align-items: center; }
  .btn  { width: 100%; max-width: 320px; justify-content: center; }
  .wa   { bottom: 18px; right: 18px; width: 50px; height: 50px; }
}
