/* ============================================================
   DRA. RÚBIA LAUXEN — PEDIATRIA | CSS PRINCIPAL
   Paleta: Azul-sereno · Cream · Bege-quente · Dourado-sutil
   Nível: Premium / Alto padrão
   ============================================================ */

/* ---------- RESET & BASE ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; max-width: 100%; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: var(--font-ui);
  background: var(--bg-base);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  max-width: 100vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Garantia global anti-overflow horizontal */
*, *::before, *::after {
  max-width: 100%;
}

img { max-width: 100%; height: auto; display: block; }
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }
a, button { -webkit-tap-highlight-color: transparent; }

/* ---------- TOKENS — PALETA OFICIAL DRA. RÚBIA LAUXEN ---------- */
:root {
  /* ── Paleta oficial (fornecida pela cliente) ── */
  --brand-primary:   #e6dcd8;   /* Primária  — rosa nude quente */
  --brand-secondary: #c9bdb5;   /* Secundária — rosa acinzentado médio */
  --brand-accent:    #895660;   /* Destaque  — bordô rosado (CTA, hero, footer) */

  /* ── Escala de profundidade do destaque ── */
  --accent:        #895660;     /* destaque base */
  --accent-dark:   #6a3f49;     /* destaque mais escuro */
  --accent-mid:    #a0697a;     /* destaque médio */
  --accent-light:  #c9bdb5;     /* destaque suavizado = secundária */
  --accent-pale:   #e6dcd8;     /* destaque palíssimo = primária */
  --accent-xpale:  #f5f0ee;     /* quase branco quente */

  /* ── Primária em escala ── */
  --primary:       #e6dcd8;
  --primary-dark:  #c9bdb5;     /* = secundária */
  --primary-light: #ede5e2;
  --primary-pale:  #f5f0ee;
  --primary-xpale: #faf7f6;

  /* ── Fundos de seção (escala quente da paleta) ── */
  --bg-base:       #faf7f6;     /* fundo padrão — off-white rosado */
  --bg-light:      #f5f0ee;     /* seção alternada clara */
  --bg-mid:        #e6dcd8;     /* = primária — seção média */
  --bg-muted:      #c9bdb5;     /* = secundária — detalhe intermediário */

  /* ── Aliases de compatibilidade ── */
  --blue:          #c9bdb5;
  --blue-dark:     #895660;
  --blue-deeper:   #6a3f49;
  --blue-light:    #e6dcd8;
  --blue-pale:     #f5f0ee;

  --nude:          #e6dcd8;
  --nude-light:    #f5f0ee;
  --nude-pale:     #faf7f6;
  --beige-rose:    #c9bdb5;
  --beige-rose-lt: #ddd4d0;

  --wine:          #895660;
  --wine-dark:     #6a3f49;
  --wine-light:    #a0697a;
  --wine-pale:     #e6dcd8;

  --brand-nude:    #e6dcd8;
  --brand-beige:   #c9bdb5;
  --brand-wine:    #895660;

  --cream:         #faf7f6;
  --beige:         #e6dcd8;
  --beige-mid:     #c9bdb5;
  --white:         #FFFFFF;

  /* ── Texto — quente e legível ── */
  --text:          #2e1f22;     /* quase-preto rosado */
  --text-mid:      #5c3d45;     /* médio rosado */
  --text-soft:     #8a6570;     /* suave */
  --text-muted:    #b89da5;     /* muted */
  --border:        #d9cdc9;
  --border-soft:   #ede5e2;

  --radius-xs:     0px;
  --radius-sm:     2px;
  --radius-md:     4px;
  --radius-lg:     6px;
  --radius-xl:     10px;
  --shadow-xs:     0 1px 4px rgba(137,86,96,.05);
  --shadow-sm:     0 2px 12px rgba(137,86,96,.08);
  --shadow-md:     0 8px 32px rgba(137,86,96,.12);
  --shadow-lg:     0 24px 64px rgba(137,86,96,.16);
  --shadow-blue:   0 8px 40px rgba(137,86,96,.22);
  --transition:    .28s cubic-bezier(.4,0,.2,1);
}

/* ── Paleta oficial (fornecida pela cliente) ──
   #e6dcd8  Primária   — rosa nude quente
   #c9bdb5  Secundária — rosa acinzentado médio
   #895660  Destaque   — bordô rosado (CTA, hero, footer)
─────────────────────────────────────────────── */

/* ---------- TOKENS TIPOGRÁFICOS ---------- */
:root {
  --font-display: 'Editors Note', 'Cormorant Garamond', Georgia, serif;  /* títulos, display */
  --font-ui:      'Josefin Sans', 'Inter', system-ui, sans-serif;         /* interface, corpo */
}

/* ---------- TIPOGRAFIA — Editors Note + Josefin Sans ---------- */
body {
  font-family: var(--font-ui);
  background: var(--bg-base);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  max-width: 100vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.12;
  color: var(--text);
  letter-spacing: -.01em;
  font-weight: 300;          /* Editors Note brilha no weight leve — hairline */
}
/* h1 — grande, peso 300 (hairline), muito elegante */
h1 {
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  font-weight: 300;
  letter-spacing: -.025em;
  line-height: 1.04;
}
/* h2 — editorial, fino */
h2 {
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 300;
  letter-spacing: -.018em;
}
/* h3 — meio-display */
h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.65rem);
  font-weight: 400;
  letter-spacing: -.01em;
}
/* h4 — subtítulo */
h4 {
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: .01em;
  font-family: var(--font-display);
}
/* Parágrafos — Josefin Sans, levíssimo */
p {
  font-family: var(--font-ui);
  color: var(--text-mid);
  font-size: .92rem;
  line-height: 1.85;
  font-weight: 300;
  letter-spacing: .01em;
}

/* Eyebrow label — Josefin Sans, ultra-spaced */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-ui);
  font-size: .65rem;
  font-weight: 400;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
  background: transparent;
  border: 1px solid rgba(137,86,96,.22);
  padding: .35rem 1rem;
  border-radius: 0;
  margin-bottom: 1.4rem;
}
.eyebrow i { font-size: .7rem; }
.eyebrow--white {
  border-color: rgba(255,255,255,.3);
  color: rgba(255,255,255,.85);
  background: transparent;
}
.eyebrow--gold {
  border-color: rgba(137,86,96,.3);
  color: var(--accent);
  background: transparent;
}

/* Linha decorativa sob o título — mais fina e elegante */
.title-underline {
  position: relative;
  display: inline-block;
}
.title-underline::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 1px;
  background: var(--accent);
  border-radius: 0;
}
.title-underline--center::after { left: 50%; transform: translateX(-50%); }

/* ---------- LAYOUT ---------- */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section-pad    { padding: 108px 0; }
.section-pad-sm { padding: 72px 0; }

.text-center { text-align: center; }

/* Divisor ornamental */
.ornament-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1.75rem 0;
  opacity: .4;
}
.ornament-divider::before,
.ornament-divider::after {
  content: '';
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: currentColor;
}
.ornament-divider i { font-size: .55rem; }

/* ---------- BOTÕES — refinados ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .85rem 2.2rem;
  border-radius: 0;
  font-family: var(--font-ui);
  font-weight: 500;
  font-size: .82rem;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  white-space: normal;
  min-height: 48px;
  letter-spacing: .1em;
  text-transform: uppercase;
  max-width: 100%;
}
.btn-primary {
  background: #b37d72;
  color: #fff;
  box-shadow: 0 6px 24px rgba(179,125,114,.32);
  border: none;
}
.btn-primary:hover {
  background: #9a6460;
  box-shadow: 0 10px 36px rgba(179,125,114,.42);
  transform: translateY(-2px);
}
/* btn-whatsapp — fundo terracota rosado suave (exceto .whatsapp-float que permanece verde) */
.btn-whatsapp {
  background: #b37d72;
  color: #fff;
  border: none;
  box-shadow: 0 6px 24px rgba(179,125,114,.32);
}
.btn-whatsapp:hover {
  background: #9a6460;
  color: #fff;
  box-shadow: 0 10px 36px rgba(179,125,114,.42);
  transform: translateY(-2px);
}
.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.5);
}
.btn-outline-white:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.8);
  transform: translateY(-2px);
}
.btn-ghost {
  background: transparent;
  color: var(--accent);
  border: 1.5px solid var(--border);
}
.btn-ghost:hover {
  border-color: var(--accent);
  background: var(--bg-light);
  transform: translateY(-2px);
}
.btn-lg { padding: 1rem 2.4rem; font-size: .8rem; letter-spacing: .16em; }

/* ---------- HEADER (base — ver bloco hero para overrides) ---------- */
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* ═══════════════════════════════════════════════════════
   LOGOS OFICIAIS — Dra. Rúbia Lauxen
   Ambas as imagens têm fundo #895660 (bordô rosado)
   com texto off-white — combinam com header escuro e footer.
   Em fundos claros (sobre, scrolled) o bloco azul contrasta
   como elemento de marca intencional, com sombra sutil.
═══════════════════════════════════════════════════════ */

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

/* ── Logo oficial — HEADER ── */
.logo-monogram-wrap {
  height: 64px;
  width: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background: transparent;
  border-radius: 0;
}
.logo-monogram {
  width: auto;
  height: 64px;
  max-width: 200px;
  object-fit: contain;
  object-position: center;
  display: block;
  flex-shrink: 0;
  transition: opacity var(--transition);
  /* Logo preta sobre fundo claro do header — perfeita sem filtro */
  filter: none;
}
.logo-monogram:hover { opacity: .85; }

/* Assinatura no header — oculta */
.logo-signature { display: none; }

/* Header scrollado: sombra sutil */
#site-header.scrolled .logo-monogram {
  opacity: .92;
}

/* ── Logo texto mobile (aparece só no mobile, substitui a imagem) ── */
.logo-text-mobile {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  gap: 1px;
}
.logo-text-dra {
  font-family: var(--font-display);   /* serif — igual "Dra." da referência */
  font-size: .65rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: .02em;
  color: var(--text);
  line-height: 1;
}
.logo-text-nome {
  font-family: var(--font-ui);        /* sans-serif bold — igual "LARISSA FLORES" */
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text);
  line-height: 1.1;
}
.logo-text-esp {
  font-family: var(--font-ui);        /* sans-serif espaçada — igual "GINECOLOGIA" */
  font-size: .5rem;
  font-weight: 400;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--text);
  align-self: flex-end;              /* alinhado à direita, igual referência */
  margin-top: 1px;
}
.logo-desktop-only { display: flex; }

/* ── Mobile ≤680px — removido: coberto pelo bloco @media(max-width:767px) ── */

/* Nav */
nav ul {
  display: flex;
  align-items: center;
  gap: .25rem;
}
/* nav a e .nav-cta — ver bloco hero para definições com paleta terracota */
nav a {
  font-size: .78rem;
  font-weight: 400;
  letter-spacing: .06em;
  padding: .45rem .75rem;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  text-transform: uppercase;
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: .5rem;
  background: transparent;
  border: none;
  border-radius: 0;
  z-index: 1000;
  position: relative;
}
.hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--accent);
  border-radius: 2px;
  transition: var(--transition);
}
#site-header.scrolled .hamburger {
  background: transparent;
  border: none;
}
#site-header.scrolled .hamburger span { background: var(--accent); }
/* Quando menu aberto: hamburguer SOME — o X do menu é o único fechador */
.hamburger.open { opacity: 0; pointer-events: none; }

/* Mobile Menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-base);
  z-index: 1000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  overflow: hidden;
}
.mobile-menu.open { display: flex; }
/* Linha decorativa entre os links e o botão */
.mobile-menu-divider {
  width: 40px;
  height: 1px;
  background: var(--border);
  margin: .5rem 0 1rem;
}
.mobile-menu a.mobile-link {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: -.02em;
  padding: .75rem 2rem;
  border-radius: 0;
  transition: var(--transition);
  text-align: center;
  width: 100%;
  max-width: 280px;
}
.mobile-menu a.mobile-link:hover { color: var(--accent); background: var(--bg-light); }
.mobile-menu-close {
  position: absolute;
  top: 1.2rem; right: 1.2rem;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--nude-light);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--text);
  font-size: 1.1rem;
  transition: var(--transition);
  z-index: 10;
}
.mobile-menu-close:hover { background: var(--border-soft); }

/* Esconde o hamburguer quando o menu está aberto — evita X duplo */
#site-header.menu-open { display: none; }

/* ---------- ANNOUNCE BAR ---------- */
#announce-bar {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid rgba(137,86,96,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  padding: .75rem 1.5rem;
  flex-wrap: wrap;
}
.announce-text {
  font-family: var(--font-ui);
  font-size: .7rem;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text);
  margin: 0;
  line-height: 1.4;
  text-align: center;
}
.btn-announce {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .45rem 1.4rem;
  font-family: var(--font-ui);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text);
  background: #fff;
  border: 1.5px solid var(--text);
  border-radius: 0;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  text-decoration: none;
}
.btn-announce:hover {
  background: var(--text);
  color: #fff;
}

/* ---------- HERO — NOVO: Split 55/45 com foto em arco ---------- */

/* Variáveis da hero nova */
:root {
  --hero-bg:        #faf7f6;   /* = --bg-base — off-white rosado */
  --hero-title:     #895660;   /* = --accent — bordô rosado */
  --hero-photo-bg:  #6a3f49;   /* = --accent-dark — fundo arco foto */
  --hero-text:      #5c3d45;   /* = --text-mid — parágrafo */
  --hero-wa-green:  #25D366;   /* WhatsApp verde oficial */
  --hero-accent:    #c9bdb5;   /* = --brand-secondary — detalhes */
}

#hero {
  background: var(--hero-bg);
  width: 100%;
  overflow: hidden;
  padding-top: 88px;
}

/* Container split */
.hero-split {
  width: 100%;
  background: var(--hero-bg);
}
.hero-split-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 80px;
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 64px;
  align-items: center;
  min-height: calc(100vh - 88px);
}

/* ── Coluna esquerda — copy ── */
.hero-col-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-new-title {
  font-family: 'Fraunces', 'Editors Note', Georgia, serif;
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  font-weight: 500;
  line-height: 1.1;
  color: var(--hero-title);
  letter-spacing: -.02em;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: .05em;
}
.hero-new-title span {
  display: block;
}

.hero-new-para {
  font-family: 'Inter', var(--font-ui), sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
  color: var(--hero-text);
  margin: 0 0 32px;
  max-width: 500px;
}

/* Botão CTA WhatsApp hero */
.cta-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #b37d72;
  color: #fff;
  font-family: 'Inter', var(--font-ui), sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 8px 24px rgba(179,125,114,.30);
  text-decoration: none;
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
  align-self: flex-start;
}
.cta-whatsapp:hover {
  background: #9a6460;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(179,125,114,.42);
}
.cta-whatsapp svg { flex-shrink: 0; }

/* ── Coluna direita — foto em arco ── */
.hero-col-photo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-arch-wrap {
  width: 85%;
  max-width: 380px;
  aspect-ratio: 3/4;
  background: var(--hero-photo-bg);
  border-radius: 50% 50% 0 0 / 35% 35% 0 0;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(137,86,96,.15);
  position: relative;
}
.hero-arch-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  max-width: none;
}

/* ── Trust bar abaixo da hero ── */
.trust-bar {
  background: #fff;
  border-top: 1px solid rgba(137,86,96,.12);
  border-bottom: 1px solid rgba(137,86,96,.12);
}
.trust-bar-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.trust-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 56px;
}
.trust-bar-divider {
  width: 1px;
  height: 48px;
  background: rgba(137,86,96,.18);
  flex-shrink: 0;
}
.trust-bar-num {
  font-family: 'Fraunces', 'Editors Note', Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 500;
  color: var(--hero-title);
  line-height: 1;
  letter-spacing: -.02em;
}
.trust-bar-label {
  font-family: 'Inter', var(--font-ui), sans-serif;
  font-size: .78rem;
  font-weight: 400;
  color: var(--hero-text);
  text-align: center;
  line-height: 1.35;
  text-transform: lowercase;
}

/* ── Header: quando sobre fundo claro da hero ── */
#site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999;
  background: transparent;
  transition: background var(--transition), box-shadow var(--transition), padding var(--transition);
  padding: 1.2rem 0;
}
#site-header.scrolled {
  background: var(--hero-bg);
  box-shadow: 0 1px 0 rgba(137,86,96,.12), 0 4px 20px rgba(137,86,96,.08);
  padding: .9rem 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Nav links: escuros porque hero agora tem fundo claro */
nav a {
  color: var(--hero-text);
}
nav a:hover { color: var(--hero-title); background: rgba(137,86,96,.07); }
#site-header.scrolled nav a { color: var(--text-mid); }
#site-header.scrolled nav a:hover { color: var(--hero-title); background: rgba(137,86,96,.08); }

/* Botão Agendar Consulta no nav: outline terracota */
.nav-cta {
  background: #b37d72 !important;
  color: #fff !important;
  border: none !important;
  padding: .45rem 1.1rem !important;
  border-radius: 100px !important;
  font-weight: 600 !important;
  font-size: .82rem !important;
  letter-spacing: .01em;
  display: inline-flex !important;
  align-items: center !important;
  gap: .45rem !important;
  transition: var(--transition) !important;
  box-shadow: 0 4px 16px rgba(179,125,114,.28) !important;
}
.nav-cta:hover {
  background: #9a6460 !important;
  box-shadow: 0 8px 24px rgba(179,125,114,.38) !important;
  transform: translateY(-1px) !important;
}
#site-header.scrolled .nav-cta {
  background: #b37d72 !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 6px 20px rgba(179,125,114,.32) !important;
}
#site-header.scrolled .nav-cta:hover {
  background: #9a6460 !important;
}

/* Hamburger sobre hero clara (desktop) — sem caixinha */

/* ── Tablet 768–1023px ── */
@media (max-width: 1023px) {
  .hero-split-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 80px 40px;
  }
  .trust-bar-container {
    padding: 24px 40px;
  }
  .trust-bar-item { padding: 0 32px; }

  /* Serviços e Diferenciais: 2 colunas no tablet */
  .servicos-grid     { grid-template-columns: repeat(2, 1fr) !important; }
  .diferenciais-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

/* ══════════════════════════════════════════════
   TABLET — bloco (≤ 960px) — VEM ANTES do mobile
══════════════════════════════════════════════ */
@media (max-width: 960px) {
  /* Hero full-bleed tablet */
  .hero-circle-logo {
    width: clamp(160px, 30vw, 240px);
    height: clamp(160px, 30vw, 240px);
    right: 3vw;
  }
  .hero-overlay-content { max-width: 480px; }
  .hero-actions { justify-content: flex-start; }
  .hero-trust { justify-content: flex-start; }

  .prenatal-inner,
  .sobre-inner { grid-template-columns: 1fr !important; gap: 2.5rem; }
  .prenatal-photo-wrap,
  .sobre-photo-wrap { max-width: 340px; margin: 0 auto; }
  .sobre-card-float { left: 0; bottom: 1rem; }

  /* Tablet: 2 colunas nos grids — sobrescrito pelo bloco 1023px com !important */
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

/* ══════════════════════════════════════════
   MOBILE — bloco único (≤ 767px) — vem DEPOIS do tablet na cascata
══════════════════════════════════════════ */
@media (max-width: 767px) {

  /* Tipografia */
  h1 { font-size: 2rem; letter-spacing: -.02em; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.05rem; }
  p  { font-size: .9rem; }

  /* Layout geral */
  .container      { padding: 0 20px; }
  .section-pad    { padding: 52px 0; }
  .section-pad-sm { padding: 36px 0; }

  /* Header fixo — mobile: fundo off-white da página, harmonia total */
  #site-header {
    position: fixed !important;
    top: 0; left: 0; right: 0;
    background: var(--hero-bg) !important;
    box-shadow: 0 1px 0 rgba(137,86,96,.10), 0 2px 12px rgba(137,86,96,.06) !important;
    padding: .65rem 0 !important;
    backdrop-filter: none !important;
    z-index: 999;
  }
  #site-header.scrolled {
    background: var(--hero-bg) !important;
    box-shadow: 0 1px 0 rgba(137,86,96,.12), 0 4px 18px rgba(137,86,96,.08) !important;
  }
  .desktop-nav { display: none !important; }

  /* Hambúrguer — 3 linhas simples, sem caixa, sem borda */
  .hamburger,
  #site-header .hamburger,
  #site-header.scrolled .hamburger {
    display: flex !important;
    flex-direction: column !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: .5rem !important;
    gap: 5px !important;
  }
  .hamburger span,
  #site-header .hamburger span,
  #site-header.scrolled .hamburger span {
    background: var(--accent) !important;
    width: 22px !important;
    height: 2px !important;
    display: block !important;
    border-radius: 2px !important;
  }

  /* Logo — mobile: texto puro, sem imagem, sem caixinha */
  .logo-desktop-only { display: none !important; }
  .logo-text-mobile  { display: flex !important; }

  /* Hero */
  #hero {
    padding-top: 64px !important;
    overflow: visible !important;
  }
  .hero-split-container {
    grid-template-columns: 1fr !important;
    padding: 24px 20px 32px !important;
    gap: 24px !important;
    min-height: auto !important;
  }
  .hero-col-copy  { order: 1; }
  .hero-col-photo { order: 2; display: flex; justify-content: center; }
  .hero-new-title {
    font-size: clamp(1.9rem, 8vw, 2.6rem) !important;
    margin-bottom: 16px !important;
  }
  .hero-new-para {
    font-size: .95rem !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
  }
  .cta-whatsapp {
    width: 100% !important;
    justify-content: center !important;
    font-size: .9rem !important;
    padding: 15px 20px !important;
    border-radius: 10px !important;
  }
  .hero-arch-wrap {
    width: 60% !important;
    max-width: 220px !important;
    margin: 0 auto !important;
  }

  /* Trust bar */
  .trust-bar-container { padding: 18px 12px !important; gap: 0 !important; }
  .trust-bar-item  { padding: 0 10px !important; flex: 1 !important; }
  .trust-bar-num   { font-size: 1.35rem !important; }
  .trust-bar-label { font-size: .65rem !important; }
  .trust-bar-divider { height: 32px !important; }

  /* Dores */
  #dores { padding: 48px 0; }
  .dores-intro { margin-bottom: 1.75rem; }
  .dores-grid  { grid-template-columns: 1fr; gap: .75rem; }
  .dore-card   { padding: 1.25rem 1.1rem; }
  .dore-card h4 { font-size: .92rem; }

  /* Pré-natal */
  .prenatal-inner { grid-template-columns: 1fr !important; gap: 2rem !important; }
  .prenatal-photo-wrap { max-width: 260px !important; margin: 0 auto; }
  .prenatal-accent, .prenatal-accent-2 { display: none !important; }
  .prenatal-item { padding: .8rem .9rem; gap: .75rem; }
  .prenatal-item-icon { width: 32px; height: 32px; font-size: .78rem; flex-shrink: 0; }
  .prenatal-item-text strong { font-size: .83rem; }
  .prenatal-item-text p { font-size: .78rem; }

  /* Serviços — 1 coluna no mobile */
  .servicos-grid { grid-template-columns: 1fr !important; gap: .75rem; }
  .servico-card  { padding: 1.25rem 1.1rem; }
  .servico-icon  { width: 42px; height: 42px; font-size: .95rem; margin-bottom: .9rem; }

  /* Diferenciais — 1 coluna no mobile */
  .diferenciais-grid { grid-template-columns: 1fr !important; gap: .75rem; }
  .diferencial-item  { padding: 1.1rem; display: flex !important; align-items: flex-start; gap: .9rem; text-align: left; }
  .diferencial-icon  { width: 40px; height: 40px; font-size: .9rem; margin-bottom: 0; flex-shrink: 0; }
  .diferencial-item-text { flex: 1; }
  .diferencial-item h4 { font-size: .88rem; margin-bottom: .25rem; }
  .diferencial-item p  { font-size: .8rem; }

  /* Sobre */
  .sobre-inner { grid-template-columns: 1fr !important; gap: 2rem !important; }
  .sobre-photo-wrap { max-width: 320px !important; width: 100% !important; margin: 0 auto !important; }
  .sobre-card-float, .sobre-geo { display: none !important; }
  .sobre-photo { aspect-ratio: 4/5 !important; }
  .sobre-bio { font-size: .9rem; line-height: 1.75; }
  .sobre-credenciais { gap: .4rem; margin-bottom: 1.5rem; }
  .credencial { font-size: .8rem; padding: .4rem .7rem; }

  /* Depoimentos */
  .depoimento-card { padding: 1.75rem 1.2rem 1.5rem; }
  .depoimento-text { font-size: .93rem; line-height: 1.7; margin-bottom: 1.1rem; }
  .slider-btn { width: 36px; height: 36px; font-size: .75rem; }
  .slider-controls { margin-top: 1.25rem; gap: .6rem; }

  /* CTA */
  .cta-box { padding: 2.25rem 1.1rem; border-radius: var(--radius-lg); }
  .cta-box h2 { font-size: 1.45rem; }
  .cta-box > p { font-size: .88rem; margin-bottom: 1.4rem; }
  .cta-actions .btn { width: 100%; justify-content: center; }
  .cta-sub { font-size: .7rem; }

  /* Footer */
  .footer-inner  { grid-template-columns: 1fr !important; gap: 1.75rem !important; }
  .footer-bottom { flex-direction: column !important; text-align: center !important; gap: .5rem !important; }
  .footer-desc   { max-width: 100% !important; }
  .footer-logo-img { height: 110px !important; max-width: 220px !important; filter: brightness(0) invert(1) !important; mix-blend-mode: normal !important; opacity: 1 !important; }

  /* WhatsApp float — canto inferior DIREITO, pequeno, não cobre conteúdo */
  .whatsapp-float {
    bottom: 1.25rem !important;
    right: 1rem !important;
    left: auto !important;
    border-radius: 50% !important;
    padding: 0 !important;
    width: 54px !important;
    height: 54px !important;
    justify-content: center !important;
    box-shadow: 0 4px 20px rgba(34,197,94,.45) !important;
    /* Evita aparecer cobrindo conteúdo no topo */
    top: auto !important;
  }
  .whatsapp-float i { font-size: 1.5rem !important; margin: 0 !important; }
  .whatsapp-float-text { display: none !important; }
  .whatsapp-pulse { border-radius: 50% !important; }
}

/* ══════════════════════════════════════════════
   FAIXAS VISUAIS DE APOIO — editorial full-bleed
══════════════════════════════════════════════ */
.visual-strip {
  width: 100%;
  display: flex;
  align-items: stretch;
  min-height: 380px;
  overflow: hidden;
  background: var(--bg-base);
}
.visual-strip--reverse { flex-direction: row-reverse; }

.visual-strip-img-wrap {
  flex: 0 0 42%;
  overflow: hidden;
  position: relative;
}
.visual-strip-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  max-width: none;
  transition: transform .9s cubic-bezier(.4,0,.2,1);
}
.visual-strip:hover .visual-strip-img { transform: scale(1.04); }

.visual-strip-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3.5rem clamp(2.5rem, 6vw, 6rem);
  background: var(--accent);
}
.visual-strip--reverse .visual-strip-text {
  background: var(--accent-dark);
}
.visual-strip-quote {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.35;
  letter-spacing: -.02em;
  margin-bottom: 1.4rem;
}
.visual-strip-attr {
  font-family: var(--font-ui);
  font-size: .72rem;
  font-weight: 300;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}

@media (max-width: 680px) {
  .visual-strip,
  .visual-strip--reverse { flex-direction: column; min-height: auto; }
  .visual-strip-img-wrap { flex: 0 0 240px; height: 240px; }
  .visual-strip-text { padding: 2rem 1.5rem; }
  .visual-strip-quote { font-size: 1.25rem; }
}

/* Imagem de apoio flutuante no pré-natal */
.prenatal-apoio-img {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--bg-base);
  box-shadow: var(--shadow-md);
  z-index: 3;
}
.prenatal-apoio-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
}

/* Imagem de apoio na seção Diferenciais */
.diferenciais-apoio-img {
  margin-top: 3rem;
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: var(--radius-lg);
}
.diferenciais-apoio-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  max-width: none;
  transition: transform .9s cubic-bezier(.4,0,.2,1);
}
.diferenciais-apoio-img:hover img { transform: scale(1.04); }

@media (max-width: 680px) {
  .prenatal-apoio-img { width: 90px; height: 90px; right: -.5rem; bottom: -.5rem; }
  .prenatal-photo-wrap { overflow: hidden; }
  .diferenciais-apoio-img { height: 200px; }
}

/* ---------- SEÇÃO: DORES ---------- */
#dores {
  background: var(--nude-pale);
  padding: 100px 0;
}
.dores-intro {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dores-intro p { font-size: 1rem; margin-top: .85rem; max-width: 480px; }

.dores-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.dore-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
/* Linha lateral de acento */
.dore-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, var(--brand-accent), var(--brand-primary));
  border-radius: 0 0 2px 0;
  transition: height .4s ease;
}
.dore-card:hover::before { height: 100%; }
.dore-card:hover {
  border-color: rgba(137,86,96,.18);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
  background: var(--bg-base);
}

.dore-icon {
  width: 46px; height: 46px;
  border-radius: var(--radius-sm);
  background: var(--nude-light);
  border: 1px solid rgba(201,189,181,.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--brand-accent);
  font-size: 1.1rem;
  margin-bottom: 1.1rem;
}
.dore-card h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 300;
  color: var(--text);
  margin-bottom: .6rem;
  line-height: 1.35;
}
.dore-card p { font-size: .875rem; line-height: 1.7; }
.dore-resposta {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-soft);
  font-size: .82rem;
  font-weight: 600;
  color: var(--brand-accent);
  display: flex;
  align-items: center;
  gap: .4rem;
  letter-spacing: .005em;
}
.dore-resposta i { font-size: .7rem; }

/* ---------- SEÇÃO: PRÉ-NATAL ---------- */
#prenatal { background: var(--nude); overflow: hidden; }

.prenatal-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 5rem;
  align-items: center;
}

.prenatal-photo-wrap { position: relative; }
.prenatal-photo {
  width: 100%;
  border-radius: var(--radius-xl);
  object-fit: cover;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-soft);
}
/* Detalhe geométrico atrás da foto */
.prenatal-accent {
  position: absolute;
  bottom: -16px; right: -16px;
  width: 140px; height: 140px;
  border-radius: 0;
  border: 2px solid rgba(145,164,180,.25);
  z-index: 0;
  pointer-events: none;
}
.prenatal-accent-2 {
  position: absolute;
  top: -12px; left: -12px;
  width: 80px; height: 80px;
  border-radius: var(--radius-md);
  background: var(--wine-pale);
  border: 1px solid rgba(137,86,96,.12);
  z-index: 0;
}

.prenatal-content h2 { margin-bottom: .9rem; }
.prenatal-content > p { font-size: 1rem; }

.prenatal-list {
  display: flex;
  flex-direction: column;
  gap: .85rem;
  margin: 1.75rem 0 2.25rem;
}
.prenatal-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 1.1rem 1.25rem;
  border: 1px solid var(--border);
  transition: var(--transition);
  position: relative;
}
.prenatal-item::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: var(--radius-md);
  border: 1.5px solid var(--brand-primary);
  opacity: 0;
  transition: opacity var(--transition);
}
.prenatal-item:hover::after { opacity: 1; }
.prenatal-item:hover { box-shadow: var(--shadow-sm); }

.prenatal-item-icon {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--nude-light);
  border: 1px solid rgba(201,189,181,.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--brand-accent);
  font-size: .9rem;
  flex-shrink: 0;
  margin-top: .05rem;
}
.prenatal-item-text strong {
  display: block;
  font-family: var(--font-ui);
  font-size: .88rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: .2rem;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.prenatal-item-text p { font-size: .825rem; margin: 0; line-height: 1.6; }

/* ---------- SEÇÃO: SERVIÇOS ---------- */
#servicos { background: var(--nude-light); }

.servicos-header {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 3.5rem;
}

.servicos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.servico-card {
  background: var(--white);
  border: 1px solid rgba(201,189,181,.3);
  border-radius: 0;
  padding: 2.2rem 2rem;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.servico-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
}
.servico-card:hover {
  border-color: rgba(137,86,96,.18);
  box-shadow: 0 8px 40px rgba(137,86,96,.10);
  transform: translateY(-3px);
  background: var(--nude-pale);
}
.servico-card:hover::after { transform: scaleX(1); }

.servico-icon {
  width: 52px; height: 52px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--nude-light), var(--brand-beige));
  border: 1px solid rgba(201,189,181,.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--brand-accent);
  font-size: 1.2rem;
  margin-bottom: 1.3rem;
  flex-shrink: 0;
}
.servico-card h3 {
  font-size: 1.05rem;
  margin-bottom: .55rem;
  letter-spacing: -.01em;
}
.servico-card p { font-size: .85rem; line-height: 1.7; flex: 1; }
.servico-tag {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--brand-accent);
  background: var(--nude-light);
  border: 1px solid rgba(201,189,181,.35);
  padding: .3rem .8rem;
  border-radius: 0;
  margin-top: 1.25rem;
  align-self: flex-start;
}

/* ---------- SEÇÃO: DIFERENCIAIS ---------- */
#diferenciais {
  background: linear-gradient(140deg, #2e1f22 0%, #4a2a35 28%, #895660 58%, #c9bdb5 100%);
  position: relative;
  overflow: hidden;
}
/* Grade geométrica sutil no fundo */
#diferenciais::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
#diferenciais::after {
  content: '';
  position: absolute;
  width: 800px; height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.05) 0%, transparent 65%);
  top: -300px; right: -200px;
  pointer-events: none;
}

.diferenciais-intro {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 3.5rem;
  position: relative;
  z-index: 1;
}
.diferenciais-intro h2 { color: #fff; }
.diferenciais-intro p   { color: rgba(255,255,255,.72); font-size: 1rem; margin-top: .85rem; }

.diferenciais-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  position: relative;
  z-index: 1;
}
.diferencial-item {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  padding: 2rem 1.6rem;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.diferencial-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
}
.diferencial-item:hover {
  background: rgba(255,255,255,.13);
  border-color: rgba(255,255,255,.22);
  transform: translateY(-3px);
}
.diferencial-icon {
  width: 52px; height: 52px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
.diferencial-item h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: .5rem;
  letter-spacing: -.01em;
}
.diferencial-item p { font-size: .825rem; color: rgba(255,255,255,.65); line-height: 1.65; }
/* Wrapper de texto — usado no layout mobile horizontal */
.diferencial-item-text { flex: 1; }

/* ---------- SEÇÃO: SOBRE ---------- */
#sobre { background: var(--nude-light); }

.sobre-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

/* Assinatura na seção Sobre (fundo claro) */

.sobre-content h2 { margin-bottom: .6rem; }

.sobre-bio {
  font-family: var(--font-ui);
  font-size: .95rem;
  line-height: 1.88;
  color: var(--text-mid);
  margin: 1rem 0;
  font-weight: 300;
  letter-spacing: .01em;
}

/* Separador com ornamento */
.sobre-separator {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin: 1.5rem 0;
  color: var(--border);
}
.sobre-separator::before,
.sobre-separator::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.sobre-separator i { color: var(--accent); font-size: .75rem; }

.sobre-credenciais {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  margin-bottom: 2rem;
}
.credencial {
  display: flex;
  align-items: center;
  gap: .85rem;
  font-size: .875rem;
  color: var(--text-mid);
  padding: .55rem .85rem;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.55);
  border: 1px solid var(--border-soft);
  transition: var(--transition);
}
.credencial:hover { background: var(--bg-light); border-color: rgba(137,86,96,.2); }
.credencial i {
  color: var(--accent);
  font-size: .85rem;
  width: 16px;
  flex-shrink: 0;
}

/* Foto */
.sobre-photo-wrap { position: relative; }
.sobre-photo-frame {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-soft);
  position: relative;
}
.sobre-photo-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(20,30,60,.15) 100%);
  z-index: 1;
  pointer-events: none;
}
.sobre-photo {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
  display: block;
}
/* Detalhe geométrico atrás */
.sobre-geo {
  position: absolute;
  bottom: -16px; right: -16px;
  width: 120px; height: 120px;
  border-radius: 0;
  border: 2px solid rgba(145,164,180,.25);
  z-index: 0;
}
.sobre-card-float {
  position: absolute;
  bottom: 2.5rem; left: -2rem;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 1.1rem 1.5rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-soft);
  z-index: 2;
}
.sobre-card-float strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--brand-accent);
  line-height: 1;
  letter-spacing: -.02em;
}
.sobre-card-float span { font-size: .75rem; color: var(--text-soft); margin-top: .2rem; display: block; }

/* ---------- SEÇÃO: DEPOIMENTOS ---------- */
#depoimentos { background: var(--nude); }

.depoimentos-intro {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 3rem;
}
.depoimentos-intro p { margin-top: .85rem; }

.depoimentos-slider-wrap { position: relative; overflow: hidden; }
.depoimentos-slider {
  display: flex;
  transition: transform .55s cubic-bezier(.4,0,.2,1);
}
.depoimento-slide {
  min-width: 100%;
  padding: 0 .5rem;
}

.depoimento-card {
  background: var(--nude-pale);
  border: 1px solid rgba(201,189,181,.4);
  border-radius: var(--radius-xl);
  padding: 2.75rem 2.5rem 2.25rem;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
/* Cantos decorativos */
.depoimento-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--bg-light), var(--primary), var(--accent), var(--primary-light));
}
.depoimento-quote {
  position: absolute;
  top: 1.2rem; right: 2rem;
  font-family: var(--font-display);
  font-size: 6rem;
  line-height: 1;
  color: rgba(137,86,96,.1);
  pointer-events: none;
  font-weight: 300;
  letter-spacing: -.05em;
}

.depoimento-stars {
  display: flex;
  gap: .25rem;
  margin-bottom: 1.25rem;
}
.depoimento-stars i { color: var(--accent); font-size: .85rem; }

.depoimento-text {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.8;
  color: var(--text);
  font-weight: 300;          /* hairline italic da Editors Note */
  margin-bottom: 1.75rem;
}
  color: var(--text);
  font-weight: 300;
  margin-bottom: 1.75rem;
}

.depoimento-author {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border-soft);
}
.author-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--nude-light), var(--brand-beige));
  border: 2px solid rgba(201,189,181,.5);
  display: flex; align-items: center; justify-content: center;
  color: var(--brand-accent);
  font-size: 1rem;
  font-weight: 600;
  flex-shrink: 0;
  font-family: var(--font-display);
}
.author-info strong {
  display: block;
  font-family: var(--font-ui);
  font-size: .875rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -.01em;
}
.author-info span { font-size: .78rem; color: var(--text-soft); }

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  margin-top: 2.25rem;
}
.slider-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--white);
  color: var(--text-soft);
  font-size: .8rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
  box-shadow: var(--shadow-xs);
}
.slider-btn:hover {
  border-color: var(--brand-accent);
  color: var(--brand-accent);
  background: var(--nude-light);
  box-shadow: var(--shadow-sm);
}
.slider-dots { display: flex; gap: .5rem; align-items: center; }
.slider-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  transition: var(--transition);
  border: none;
}
.slider-dot.active {
  background: var(--brand-accent);
  width: 24px;
  border-radius: 4px;
}

/* ---------- PARALLAX — FOTO DA DRA. ---------- */
#parallax-rubia {
  position: relative;
  min-height: 560px;
  background-image: url('images/foto-parallax.jpg');
  background-size: cover;
  background-position: center 20%;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Overlay gradiente — escurece levemente para legibilidade */
.parallax-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(36, 61, 74, 0.75) 0%,
    rgba(54, 81, 97, 0.62) 50%,
    rgba(145, 164, 180, 0.45) 100%
  );
  z-index: 0;
}

.parallax-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 5rem 2rem;
  max-width: 680px;
}

.parallax-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  padding: .4rem 1.1rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(4px);
}

/* Assinatura na seção parallax (sobre foto escura) */

.parallax-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -.01em;
  margin-bottom: .75rem;
  text-shadow: 0 2px 20px rgba(0,0,0,.15);
}
.parallax-title em {
  font-style: italic;
  color: var(--brand-beige);
}

.parallax-sub {
  font-size: .9rem;
  color: rgba(255,255,255,.7);
  margin-bottom: 2.25rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 500;
}

.parallax-btn {
  box-shadow: 0 8px 32px rgba(34,197,94,.4);
}

/* Mobile: background-attachment fixed não funciona em iOS —
   fallback para scroll normal com object-fit */
@media (max-width: 768px) {
  #parallax-rubia {
    background-attachment: scroll;
    background-position: center 15%;
    min-height: 420px;
  }
  .parallax-title { font-size: 1.75rem; }
  .parallax-content { padding: 3.5rem 1.25rem; }
  .parallax-btn { width: 100%; justify-content: center; }
}

/* ---------- CTA FINAL ---------- */
#cta-final { background: var(--bg-mid); }

.cta-box {
  background: linear-gradient(140deg, #2e1f22 0%, #4a2a35 25%, #895660 58%, #c9bdb5 100%);
  border-radius: var(--radius-xl);
  padding: 5rem 3rem;
  text-align: center;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
/* Grade sutil */
.cta-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
/* Borda superior luminosa */
.cta-box::after {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
}
.cta-box h2 { color: #fff; margin-bottom: 1rem; position: relative; z-index: 1; }

/* ── Ninho decorativo na CTA ── */
.cta-ninho-deco {
  display: block;
  width: 90px;
  height: auto;
  margin: 0 auto 1.6rem;
  filter: brightness(0) invert(1);
  opacity: .55;
  position: relative;
  z-index: 1;
}

/* ── Ninho decorativo nas seções ──────────────────────── */
.section-ninho {
  display: block;
  height: auto;
  margin-bottom: 1.2rem;
}
/* Sobre fundo claro (Dores, Sobre, Depoimentos) → cor bordô da marca */
.section-ninho--light {
  width: 64px;
  filter: brightness(0) saturate(100%) invert(35%) sepia(25%) saturate(600%) hue-rotate(310deg) brightness(80%);
  opacity: .55;
}
/* Sobre fundo escuro (Diferenciais) → branco */
.section-ninho--dark {
  width: 64px;
  filter: brightness(0) invert(1);
  opacity: .45;
}
/* Seções com texto centralizado → centralizar ninho */
.dores-intro .section-ninho,
.depoimentos-intro .section-ninho {
  margin-left: auto;
  margin-right: auto;
}
/* Seção Sobre → alinhado à esquerda junto com o conteúdo */
.sobre-content .section-ninho {
  margin-left: 0;
}
.cta-box > p {
  color: rgba(255,255,255,.78);
  margin-bottom: 2.25rem;
  font-size: 1rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
.cta-sub {
  margin-top: 1.75rem;
  font-size: .78rem;
  color: rgba(255,255,255,.5);
  letter-spacing: .02em;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  flex-wrap: wrap;
}
.cta-sub-dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,.3);
  flex-shrink: 0;
}

/* ---------- FOOTER ---------- */
footer {
  background: var(--brand-accent);
  color: rgba(255,255,255,.55);
  padding: 4rem 0 2rem;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
  margin-bottom: 2rem;
}
.footer-brand .footer-logo-link {
  display: inline-block;
  margin-bottom: .3rem;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
/* SVG inline — sem filtro, traços já são brancos */
.footer-logo-svg {
  width: 200px;
  height: auto;
  display: block;
  background: transparent;
  overflow: visible;
}
.footer-logo-svg:hover { opacity: .8; transition: opacity .2s; }
/* Ocultar img antiga se ainda existir */
.footer-logo-img { display: none !important; }

/* Logo composta: ninho PNG + tipografia CSS */
.footer-logo-composed {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  background: transparent;
}
.footer-ninho-img {
  width: 110px;
  height: auto;
  display: block;
  /* PNG preto → branco */
  filter: brightness(0) invert(1);
  opacity: .95;
  margin-bottom: 10px;
}
.footer-logo-nome {
  font-family: 'Fraunces', 'Georgia', serif;
  font-size: 1.55rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: .01em;
  line-height: 1;
  white-space: nowrap;
}
.footer-logo-esp {
  font-family: 'Josefin Sans', sans-serif;
  font-size: .6rem;
  font-weight: 400;
  color: rgba(255,255,255,.7);
  letter-spacing: .45em;
  text-transform: uppercase;
  margin-top: 5px;
}
.footer-logo-img {
  height: 150px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
  border-radius: 0;
  opacity: 1;
  background: transparent;
  /* PNG com fundo transparente: brightness(0) torna tudo preto, invert(1) torna branco */
  /* Resultado: traços brancos + fundo transparente = fusão perfeita com o footer */
  filter: brightness(0) invert(1);
  mix-blend-mode: normal;
  transition: opacity var(--transition);
  display: block;
}
.footer-logo-img:hover { opacity: .8; }

/* Fallback: se a logo não carregar, mostrar nome textual */
.footer-logo-fallback {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 300;
  color: rgba(255,255,255,.85);
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.2;
}
.footer-desc {
  margin-top: 1.1rem;
  font-size: .84rem;
  line-height: 1.75;
  max-width: 260px;
  color: rgba(255,255,255,.45);
}
.footer-col h5 {
  font-family: var(--font-ui);
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-bottom: 1.25rem;
}
.footer-col ul { display: flex; flex-direction: column; gap: .55rem; }
.footer-col li a {
  font-size: .84rem;
  color: rgba(255,255,255,.5);
  transition: color var(--transition);
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.footer-col li a:hover { color: var(--primary-light); }
.footer-contact li {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: .84rem;
}
.footer-contact i { color: var(--primary-light); width: 14px; flex-shrink: 0; font-size: .8rem; }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .75rem;
  font-size: .75rem;
}
.footer-bottom span { color: rgba(255,255,255,.25); }
.footer-crm {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 100px;
  padding: .3rem 1rem;
  font-size: .7rem;
  color: rgba(255,255,255,.3);
  letter-spacing: .04em;
}

/* ---------- WHATSAPP FLOAT ---------- */
.whatsapp-float {
  position: fixed;
  bottom: 2rem; right: 2rem;
  z-index: 997;
  display: flex;
  align-items: center;
  gap: .75rem;
  background: #22C55E;
  color: #fff;
  border-radius: 100px;
  padding: .9rem 1.5rem .9rem 1.1rem;
  box-shadow: 0 8px 32px rgba(34,197,94,.4);
  font-weight: 600;
  font-size: .85rem;
  transition: var(--transition);
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.15);
}
.whatsapp-float:hover {
  background: #16A34A;
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(34,197,94,.5);
}
.whatsapp-float i { font-size: 1.3rem; }
.whatsapp-float-text { display: flex; flex-direction: column; line-height: 1.25; }
.whatsapp-float-text strong { font-size: .84rem; font-weight: 700; }
.whatsapp-float-text span  { font-size: .68rem; font-weight: 400; opacity: .8; }
.whatsapp-pulse {
  position: absolute;
  inset: 0;
  border-radius: 100px;
  background: #22C55E;
  animation: waPulse 2.8s ease-out infinite;
  z-index: -1;
}
@keyframes waPulse {
  0%   { transform: scale(1);    opacity: .5; }
  65%  { transform: scale(1.16); opacity: 0; }
  100% { opacity: 0; }
}

/* ---------- SCROLL REVEAL ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.4,0,.2,1), transform .7s cubic-bezier(.4,0,.2,1);
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .32s; }
.reveal-delay-4 { transition-delay: .44s; }

/* ============================================================
   MEDIA QUERIES — RESPONSIVO
   (bloco tablet movido para antes do mobile — cascade correta)
   ============================================================ */

/* ── TELAS MUITO PEQUENAS (≤ 380px) ── */
@media (max-width: 380px) {
  .container       { padding: 0 14px; }
  .hero-new-title  { font-size: 1.75rem !important; }
  .cta-whatsapp    { font-size: .82rem !important; padding: 13px 14px !important; }
  .trust-bar-num   { font-size: 1.2rem !important; }
  .trust-bar-item  { padding: 0 6px !important; }
  h2 { font-size: 1.3rem; }
  .cta-box h2 { font-size: 1.25rem; }
}

/* ══════════════════════════════════════════
   LOGO MOBILE — BLOCO FINAL (máxima prioridade de cascata)
   Substitui imagem por texto tipográfico no mobile
══════════════════════════════════════════ */
@media (max-width: 767px) {
  .logo-desktop-only {
    display: none !important;
    visibility: hidden !important;
  }
  .logo-text-mobile {
    display: flex !important;
    visibility: visible !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1px !important;
  }
}
