/* ============================================================
   Clínica Lumière — landing one-page
   Paleta: creme #F6F2EB · charcoal #1B1815 · dourado #B3915A
   Verde WhatsApp #25D366 SOMENTE nos CTAs de conversão.
   Tipos: Fraunces (display) + Inter (corpo).
   ============================================================ */

/* IMAGE MAP — slot data-img → proporção · foto aplicada
   (Unsplash, hotlink liberado, sufixo ?q=80&w=1600&auto=format&fit=crop)
   hero                → full-bleed coluna direita (desktop) · bloco 4/5 (mobile) · photo-1648775507324-b48dd3791fa5 (interior claro; sepia(.10) saturate(.92) brightness(.99) + camada dourada 8% + cartão de prova social)
   proc-harmonizacao   → 3/4 (desktop: horizontal) · photo-1512290923902-8a9f81dc236c (mãos no rosto, spa)
   proc-toxina         → 3/4 · photo-1700760933574-9f0f4ea9aa3b (paciente na maca)
   proc-preenchimento  → 3/4 · photo-1552693673-1bf958298935 (tratamento facial em close)
   proc-bioestimulador → 3/4 (desktop: horizontal) · photo-1616394584738-fc6e612e71b9 (máscara/skincare)
   ba-antes / ba-depois→ 4/3 · photo-1728727187824-85f1c610a671 (mesma foto; "antes" com saturate(0.85) brightness(0.97))
   dra                 → 4/5 · photo-1559839734-2b71ea197ec2 (alt: photo-1594824476967-48c8b964273f)
   mapa                → 16/11 · photo-1731514693674-a32211b63996 (recepção; iframe do Google Maps comentado no slot)
   Trocar foto = colar outra URL no src do <img> do slot. */

:root {
  --cream: #F6F2EB;
  --cream-alt: #FBF9F5;
  --charcoal: #1B1815;
  --gold: #B3915A;
  --gold-dark-bg: #C5A368;
  --ink-muted: #5F594F;
  --ink-soft: #8A8276;
  --ink-faint: #9A8F7C;
  --whatsapp: #25D366;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--cream);
}

body {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  color: var(--charcoal);
  line-height: 1.7;
  overflow-x: hidden;
}

::selection { background: #E8DCC8; }

/* ---------- primitivas ---------- */

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section {
  padding: clamp(80px, 10vw, 150px) 24px;
}

.section--alt { background: var(--cream-alt); }

.section--dark {
  background: var(--charcoal);
  color: var(--cream);
}

.section--about { padding: clamp(72px, 9vw, 130px) 24px; }

.eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 16px;
  font-weight: 600;
}

.section--dark .eyebrow { color: var(--gold-dark-bg); }

.display {
  font-family: 'Fraunces', serif;
  font-weight: 450;
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0;
}

.display--lg {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.06;
  margin-bottom: 28px;
}

.section-head { max-width: 620px; margin: 0 0 clamp(40px, 5vw, 72px); }

.section-head--center {
  text-align: center;
  max-width: 600px;
  margin: 0 auto clamp(36px, 4vw, 56px);
}

.section-head--narrow {
  max-width: 560px;
  margin-bottom: clamp(40px, 5vw, 64px);
}

.section-sub {
  font-size: 15px;
  color: var(--ink-muted);
  margin: 14px 0 0;
}

/* slots de imagem (placeholders) */
.img-slot { position: relative; }

.slot-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slot-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* fundos listrados ficam como fallback enquanto as fotos carregam */
.stripes-light { background: repeating-linear-gradient(45deg, #EFE8DB 0 12px, #F8F4EC 12px 24px); }
.stripes-dark { background: repeating-linear-gradient(45deg, #29231C 0 12px, #322B22 12px 24px); }

/* CTAs verdes (conversão) */
.btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--whatsapp);
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 36px;
  border-radius: 999px;
  box-shadow: 0 14px 32px -12px rgba(37, 211, 102, 0.6);
  transition: transform .25s ease-out, box-shadow .25s ease-out;
}

.btn-wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px -12px rgba(37, 211, 102, 0.7);
}

.btn-wa--lg {
  font-size: 17px;
  padding: 20px 36px;
  box-shadow: 0 16px 36px -14px rgba(37, 211, 102, 0.55);
}

.btn-wa--lg:hover { box-shadow: 0 20px 40px -14px rgba(37, 211, 102, 0.65); }

.cta-arrow {
  display: inline-block;
  transition: transform .25s ease-out;
}

a:hover .cta-arrow { transform: translateX(4px); }

/* ---------- nav (fixo, com blur) ---------- */

.nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  height: 72px;
  background: rgba(246, 242, 235, 0.72);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  backdrop-filter: blur(14px) saturate(1.4);
  border-bottom: 1px solid rgba(27, 24, 21, 0.06);
  transition: background .25s ease, box-shadow .25s ease;
}

.nav.scrolled {
  background: rgba(246, 242, 235, 0.88);
  box-shadow: 0 1px 24px rgba(27, 24, 21, 0.06);
}

.nav-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-inline: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-brand {
  display: flex;
  align-items: baseline;
}

.nav-logo {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--charcoal);
}

.nav-tag {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-left: 12px;
}

/* telas muito estreitas: tagline sai para o telefone caber inteiro */
@media (max-width: 479px) {
  .nav-tag { display: none; }
}

.nav-phone {
  font-size: 14px;
  font-weight: 500;
  color: var(--charcoal);
  text-decoration: none;
  transition: color .2s ease;
}

.nav-phone:hover { color: var(--gold); }

/* ---------- hero (texto à esquerda, foto full-bleed à direita, cartão de prova social) ---------- */

/* âncora do link fantasma rola suave e aterrissa abaixo do nav fixo */
html { scroll-behavior: smooth; }
#procedimentos { scroll-margin-top: 72px; }

/* mobile-first: stack sobre creme, texto nunca sobre foto */
.hero {
  background: var(--cream);
  padding: 72px 20px 0;
}

.hero-content { padding-top: 40px; }

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
}

.hero-eyebrow::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.hero-title {
  font-family: 'Fraunces', serif;
  font-weight: 450;
  font-size: clamp(40px, 11vw, 46px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: var(--charcoal);
  margin: 28px 0 36px;
  text-wrap: balance;
}

.hero-title em {
  font-style: italic;
  font-weight: 480;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero-stat-num {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--charcoal);
}

.hero-stat-label {
  font-size: 13px;
  color: var(--ink-soft);
  margin-top: 6px;
}

.hero-stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(27, 24, 21, 0.14);
}

.hero-cta-row {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--whatsapp);
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 18px;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.28);
  transition: all .25s ease;
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.36);
}

/* link fantasma só no desktop — no mobile a rolagem natural já leva aos procedimentos */
.hero-ghost { display: none; }

.hero-note {
  font-size: 13px;
  color: var(--ink-soft);
  margin: 18px 0 0;
}

/* bloco de foto: wrapper relativo SEM overflow (contexto do cartão) + filho recortado */
.hero-media {
  position: relative;
  margin: 32px auto 48px;
}

.hero-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 20px;
  overflow: hidden;
}

.hero-photo .slot-img { filter: sepia(0.10) saturate(0.92) brightness(0.99); }

/* camada quente sobre a foto */
.hero-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--gold);
  opacity: 0.08;
  mix-blend-mode: multiply;
  pointer-events: none;
}

/* cartão de prova social */
.proof-card {
  position: absolute;
  top: -24px;
  right: 16px;
  width: 240px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(179, 145, 90, 0.25);
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: 0 16px 48px rgba(27, 24, 21, 0.12);
  animation: proof-in .8s ease-out .4s both;
}

/* estado inicial SÓ no keyframe: o kill global de prefers-reduced-motion
   zera a animação e o cartão permanece visível */
@keyframes proof-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
}

.proof-top {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.proof-score {
  font-family: 'Fraunces', serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: var(--charcoal);
}

.proof-stars {
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 3px;
}

.proof-src {
  font-size: 12px;
  color: var(--ink-soft);
}

.proof-quote {
  font-size: 13px;
  font-style: italic;
  color: var(--charcoal);
  opacity: 0.85;
  margin: 8px 0 0;
}

.proof-by {
  font-size: 11px;
  color: var(--ink-soft);
  margin: 6px 0 0;
}

/* desktop: grid 1.05/0.95, foto full-bleed até a borda direita, cartão sobre a costura */
@media (min-width: 1024px) {
  .hero {
    min-height: 100svh;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    padding: 72px 0 0;
  }

  .hero-content {
    align-self: center;
    padding: 96px 64px 96px max(64px, calc((100vw - 1200px) / 2));
  }

  .hero-eyebrow { font-size: 12px; }

  .hero-title { font-size: clamp(52px, 5.2vw, 80px); }

  .hero-stats { gap: 40px; }

  .hero-stat-num { font-size: 34px; }

  .hero-stat-divider { height: 44px; }

  .hero-cta {
    width: auto;
    padding: 18px 34px;
  }

  .hero-ghost {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--charcoal);
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(27, 24, 21, 0.25);
    transition: color .2s ease, border-color .2s ease;
  }

  .hero-ghost:hover {
    color: var(--gold);
    border-color: var(--gold);
  }

  .hero-media {
    margin: 0;
    height: 100%;
    min-height: calc(100svh - 72px);
  }

  .hero-photo {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
    border-radius: 0;
  }

  /* costura: a foto dissolve no creme à esquerda */
  .hero-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, var(--cream) 0%, transparent 16%);
    pointer-events: none;
  }

  .proof-card {
    top: auto;
    right: auto;
    left: -48px;
    bottom: 64px;
    width: 300px;
  }
}

/* ---------- procedimentos ---------- */

.proc-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
}

.proc-card {
  background: #FFFFFF;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease-out, box-shadow .3s ease-out;
}

.proc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px -28px rgba(27, 24, 21, 0.25);
}

.proc-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}

.img-zoom { transition: transform .45s ease-out; }

.proc-card:hover .img-zoom { transform: scale(1.04); }

.proc-body {
  padding: clamp(26px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.proc-title {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.15;
  margin: 0;
}

.proc-desc {
  font-size: 15px;
  color: var(--ink-muted);
  margin: 0;
  flex: 1;
}

.proc-card--wide .proc-body { padding: clamp(26px, 3vw, 40px); }
.proc-card--wide .proc-title { font-size: clamp(26px, 2.4vw, 32px); }
.proc-card--wide .proc-desc { flex: none; }

.card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--charcoal);
  text-decoration: none;
  padding: 12px 0 2px;
  min-height: 44px;
  align-self: flex-start;
}

.card-cta .cta-arrow { color: var(--gold); }

@media (min-width: 900px) {
  .proc-grid { grid-template-columns: repeat(12, 1fr); }
  .proc-grid > :nth-child(1) { grid-column: span 7; }
  .proc-grid > :nth-child(2) { grid-column: span 5; }
  .proc-grid > :nth-child(3) { grid-column: span 5; }
  .proc-grid > :nth-child(4) { grid-column: span 7; }
  .proc-card--wide { flex-direction: row; }
  .proc-card--wide .proc-media {
    flex: 0 0 55%;
    aspect-ratio: auto;
    min-height: 100%;
  }
  .proc-card--wide .proc-body { justify-content: center; }
}

/* ---------- antes / depois ---------- */

.ba-chips {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.ba-chip {
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  padding: 11px 20px;
  border-radius: 999px;
  min-height: 44px;
  border: 1px solid rgba(27, 24, 21, 0.25);
  background: transparent;
  color: var(--ink-muted);
  cursor: pointer;
  transition: all .25s ease-out;
}

.ba-chip.active {
  border-color: var(--charcoal);
  background: var(--charcoal);
  color: var(--cream);
}

.ba-slider {
  --pct: 50%;
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  touch-action: none;
  cursor: ew-resize;
  user-select: none;
  -webkit-user-select: none;
  box-shadow: 0 28px 56px -28px rgba(27, 24, 21, 0.3);
}

.ba-layer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ba-before { background: repeating-linear-gradient(45deg, #EBE2D2 0 12px, #F4EEE2 12px 24px); }

.ba-after {
  background: repeating-linear-gradient(45deg, #E2E7DC 0 12px, #EFF2EA 12px 24px);
  clip-path: inset(0 calc(100% - var(--pct)) 0 0);
}

/* mesma foto dos dois lados — o "antes" levemente dessaturado/escurecido */
.ba-img--antes { filter: saturate(0.85) brightness(0.97); }

.ba-pill {
  position: absolute;
  top: 16px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--cream);
  padding: 5px 12px;
  border-radius: 999px;
}

.ba-pill--after {
  left: 16px;
  background: var(--gold);
}

.ba-pill--before {
  right: 16px;
  background: rgba(27, 24, 21, 0.82);
}

.ba-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pct);
  width: 2px;
  background: var(--cream);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: translateX(-1px);
}

.ba-handle {
  position: absolute;
  top: 50%;
  left: var(--pct);
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 4px 18px rgba(27, 24, 21, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 13px;
  color: var(--charcoal);
}

.ba-disclaimer {
  text-align: center;
  font-size: 12px;
  color: var(--ink-faint);
  margin: 20px 0 0;
}

/* ---------- sobre a doutora (dark) ---------- */

.about-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr;
  align-items: center;
}

.about-photo {
  aspect-ratio: 4 / 5;
  width: 100%;
  max-width: 440px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 36px 72px -36px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-text {
  font-size: 16px;
  color: rgba(246, 242, 235, 0.82);
  margin: 24px 0 16px;
  max-width: 520px;
}

.about-text + .about-text { margin-top: 0; }

.about-text--last { margin-bottom: 32px; }

.about-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge {
  font-size: 12px;
  letter-spacing: 0.06em;
  border: 1px solid rgba(179, 145, 90, 0.55);
  color: #D8C49A;
  padding: 10px 16px;
  border-radius: 999px;
}

@media (min-width: 900px) {
  .about-grid {
    grid-template-columns: 5fr 7fr;
    gap: 88px;
  }
  .about-photo { margin-top: -150px; }
}

/* ---------- depoimentos ---------- */

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.review-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 14px;
  padding: 40px 30px 30px;
}

.review-quote {
  position: absolute;
  top: 4px;
  left: 20px;
  font-family: 'Fraunces', serif;
  font-size: 92px;
  line-height: 1;
  color: var(--gold);
  opacity: 0.25;
  pointer-events: none;
}

.review-stars {
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 3px;
  margin: 0 0 14px;
}

.review-text {
  font-size: 15px;
  color: #3E3930;
  margin: 0 0 22px;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.review-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}

.review-avatar--1 { background: #8A6F4D; }
.review-avatar--2 { background: #6E7A66; }
.review-avatar--3 { background: #7A6470; }

.review-meta {
  display: flex;
  flex-direction: column;
}

.review-name {
  font-size: 14px;
  font-weight: 600;
}

.review-when {
  font-size: 12px;
  color: var(--ink-faint);
}

.rating-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: clamp(48px, 6vw, 72px);
}

.rating-num {
  font-family: 'Fraunces', serif;
  font-size: clamp(64px, 8vw, 96px);
  font-weight: 500;
  line-height: 0.9;
}

.rating-detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rating-stars {
  color: var(--gold);
  font-size: 18px;
  letter-spacing: 3px;
}

.rating-count {
  font-size: 14px;
  color: var(--ink-muted);
}

.rating-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--gold);
  border-bottom: 1px solid rgba(179, 145, 90, 0.5);
  padding-bottom: 2px;
  cursor: pointer;
  align-self: flex-start;
}

/* ---------- faq ---------- */

.container--faq { max-width: 720px; }

.faq-item { border-top: 1px solid rgba(27, 24, 21, 0.14); }

.faq-item:last-of-type { border-bottom: 1px solid rgba(27, 24, 21, 0.14); }

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 17px;
  font-weight: 500;
  color: var(--charcoal);
  padding: 24px 4px;
  cursor: pointer;
  min-height: 44px;
}

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

.faq-icon {
  font-size: 20px;
  color: var(--gold);
  transition: transform .3s ease-out;
  flex-shrink: 0;
}

.faq-item[open] summary .faq-icon { transform: rotate(45deg); }

.faq-item p {
  font-size: 15px;
  color: var(--ink-muted);
  margin: 0;
  padding: 0 4px 28px;
  max-width: 580px;
}

/* ---------- localização + cta final (dark) ---------- */

.loc-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr;
  align-items: center;
}

@media (min-width: 900px) {
  .loc-grid {
    grid-template-columns: 6fr 6fr;
    gap: 88px;
  }
}

.loc-address {
  font-size: 16px;
  color: rgba(246, 242, 235, 0.85);
  margin: 0 0 6px;
}

.loc-address--last { margin-bottom: 22px; }

.loc-hours {
  font-size: 14px;
  color: rgba(246, 242, 235, 0.62);
  margin: 0 0 4px;
}

.loc-hours--last { margin-bottom: 36px; }

.loc-map {
  aspect-ratio: 16 / 11;
  border-radius: 12px;
  overflow: hidden;
  filter: grayscale(0.7); /* integra o embed do Google Maps à paleta */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* com foto no slot (recepção), o grayscale sai — os tons quentes já casam com a paleta */
.loc-map--photo { filter: none; }

/* ---------- footer ---------- */

.site-footer {
  background: var(--charcoal);
  color: rgba(246, 242, 235, 0.6);
  border-top: 1px solid rgba(179, 145, 90, 0.25);
  padding: 36px 24px 110px;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-logo {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--cream);
}

.footer-small { font-size: 12px; }

/* ---------- flutuantes ---------- */

.wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--whatsapp);
  box-shadow: 0 8px 24px -6px rgba(37, 211, 102, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 50;
  transition: transform .25s ease-out;
}

.wa-float:hover { transform: scale(1.08); }

.wa-float-icon {
  display: block;
  width: 30px;
  height: 30px;
}

.demo-pill {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(27, 24, 21, 0.94);
  border: 1px solid rgba(179, 145, 90, 0.5);
  color: #E9E2D5;
  text-decoration: none;
  font-size: 12px;
  padding: 10px 15px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  transition: border-color .25s ease-out, bottom .3s ease-out;
}

.demo-pill:hover { border-color: rgba(179, 145, 90, 0.9); }

.demo-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 12px 16px calc(14px + env(safe-area-inset-bottom));
  transform: translateY(110%);
  transition: transform .3s ease-out;
  background: linear-gradient(180deg, rgba(246, 242, 235, 0) 0%, rgba(246, 242, 235, 0.97) 42%);
  pointer-events: none;
}

.mobile-cta.show {
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--whatsapp);
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 24px;
  border-radius: 999px;
  min-height: 52px;
  box-shadow: 0 10px 26px -8px rgba(37, 211, 102, 0.55);
}

@media (max-width: 899px) {
  .wa-float { display: none; }
  /* pill fica embaixo por padrão; sobe só enquanto a barra verde está visível */
  .demo-pill { bottom: calc(16px + env(safe-area-inset-bottom)); }
  .demo-pill.raised { bottom: calc(94px + env(safe-area-inset-bottom)); }
}

@media (min-width: 900px) {
  .mobile-cta { display: none; }
}

/* ---------- movimento ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
  }
}
