/* ===========================================================
   Dra. Cleidiane Fidelis Romero de Souza — Landing Page
   Mobile-first. Paleta vinho/mauve. Fontes: Fraunces + Inter.
   =========================================================== */

:root {
  --header-h: 84px;
  --bg: #FBF6F4;
  --rose: #DAC1C2;
  --mauve: #874B57;
  --wine: #752E46;
  --wine-hover: #5E2438;
  --text: #2E1D22;
  --white: #FFFFFF;

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --container: 1120px;
  --radius: 16px;
  --shadow: 0 8px 30px rgba(46, 29, 34, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at 88% -8%, rgba(135, 75, 87, 0.14), transparent 42%),
    radial-gradient(circle at -8% 16%, rgba(218, 193, 194, 0.5), transparent 38%),
    radial-gradient(circle at 50% 100%, rgba(135, 75, 87, 0.08), transparent 45%),
    var(--bg);
  background-attachment: fixed;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

img { max-width: 100%; display: block; }

h1, h2, h3 {
  font-family: var(--font-display);
  line-height: 1.15;
  margin: 0 0 16px;
  font-weight: 600;
}

p { margin: 0 0 16px; }

a { color: inherit; text-decoration: none; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mauve);
  margin: 0 0 12px;
  line-height: 1.4;
}

section {
  padding: 90px 0;
  scroll-margin-top: 84px;
  position: relative;
  min-height: calc(100vh - var(--header-h));
  min-height: calc(100dvh - var(--header-h));
  display: flex;
  align-items: center;
}

.section-title {
  font-size: 28px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.section-title + .section-subtitle {
  text-align: center;
  max-width: 620px;
  margin: -8px auto 40px;
  color: var(--mauve);
}

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 100px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
  text-align: center;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--wine) 0%, var(--wine-hover) 100%);
  color: var(--white);
  box-shadow: 0 6px 20px rgba(117, 46, 70, 0.35);
  position: relative;
}
.btn-primary:hover, .btn-primary:focus-visible {
  background: linear-gradient(135deg, var(--wine-hover) 0%, #4a1c2c 100%);
  box-shadow: 0 10px 28px rgba(117, 46, 70, 0.45);
  transform: translateY(-2px);
}
.btn-primary:active { transform: translateY(0) scale(0.98); }

.btn-pulse { animation: btnPulse 2.6s ease-in-out infinite; }
@keyframes btnPulse {
  0%, 100% { box-shadow: 0 6px 20px rgba(117, 46, 70, 0.35), 0 0 0 0 rgba(117, 46, 70, 0.35); }
  50% { box-shadow: 0 6px 20px rgba(117, 46, 70, 0.35), 0 0 0 10px rgba(117, 46, 70, 0); }
}

.btn-icon { width: 20px; height: 20px; flex-shrink: 0; }
.btn-icon-sm { width: 16px; height: 16px; flex-shrink: 0; }
.btn-sm { padding: 10px 18px; font-size: 14px; }

.link-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--wine);
  font-weight: 600;
  border-bottom: 1px solid var(--mauve);
  padding-bottom: 2px;
}
.link-secondary:hover { color: var(--wine-hover); border-color: var(--wine-hover); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 246, 244, 0.85);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid rgba(135, 75, 87, 0.12);
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.site-header.is-scrolled {
  background: rgba(251, 246, 244, 0.96);
  box-shadow: 0 4px 24px rgba(46, 29, 34, 0.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  gap: 16px;
}
.brand {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  color: var(--wine);
  line-height: 1.25;
  flex-shrink: 0;
}
.brand small {
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 11px;
  color: var(--mauve);
  letter-spacing: 0.02em;
}

/* Nav (mobile: dropdown panel) */
.main-nav {
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  background: var(--bg);
  border-bottom: 1px solid rgba(135, 75, 87, 0.15);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease;
  z-index: 90;
}
.main-nav.is-open { max-height: 480px; opacity: 1; box-shadow: 0 12px 24px rgba(46,29,34,0.1); }
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 12px 20px 8px;
  display: flex;
  flex-direction: column;
}
.main-nav a {
  display: block;
  padding: 12px 4px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  border-bottom: 1px solid rgba(135, 75, 87, 0.1);
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.main-nav a:hover, .main-nav a.active { color: var(--wine); padding-left: 8px; }
.main-nav .nav-cta { margin: 12px 20px 20px; }

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(46, 29, 34, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 80;
}
.nav-overlay.is-open { opacity: 1; pointer-events: auto; }

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: 1px solid rgba(135, 75, 87, 0.25);
  border-radius: 10px;
  cursor: pointer;
  flex-shrink: 0;
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--wine);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.header-actions { display: flex; align-items: center; gap: 8px; }
.site-header .btn { padding: 11px 16px; font-size: 13.5px; white-space: nowrap; }
.header-cta-text { display: none; }
@media (min-width: 480px) {
  .header-cta-text { display: inline; }
  .header-actions { gap: 10px; }
  .site-header .btn { padding: 11px 18px; font-size: 14px; }
}

/* ---------- Hero ---------- */
.hero {
  padding: 48px 0 56px;
  background-image: url(../imagens/bg-hero.png);
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 260px;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(251, 246, 244, 0) 0%,
    rgba(251, 246, 244, 0.05) 20%,
    rgba(251, 246, 244, 0.14) 36%,
    rgba(251, 246, 244, 0.3) 50%,
    rgba(251, 246, 244, 0.5) 62%,
    rgba(251, 246, 244, 0.7) 73%,
    rgba(251, 246, 244, 0.86) 83%,
    rgba(251, 246, 244, 0.96) 92%,
    rgba(251, 246, 244, 1) 100%
  );
}
@media (min-width: 768px) {
  .hero::after { height: 340px; }
}
.hero .container {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.hero-content { text-align: center; }
.hero-headline {
  font-family: var(--font-display);
  line-height: 1.15;
  font-weight: 600;
  margin: 0 0 16px;
  font-size: 32px;
  color: var(--wine);
}
.hero-sub {
  font-size: 16px;
  color: var(--text);
  max-width: 560px;
  margin: 0 auto 28px;
}
.hero-sub strong { color: var(--wine); }
.hero-image-wrap {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}
.hero-image {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  z-index: 1;
  animation:
    heroImageIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both,
    heroPulse 5s ease-in-out 0.9s infinite;
}
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute;
  bottom: -18px;
  left: -14px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  padding: 10px 16px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  animation: badgeIn 0.6s ease 0.5s both;
}
.hero-badge strong {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  color: var(--wine);
  white-space: nowrap;
  margin-bottom: 2px;
}
.hero-badge span { font-size: 11px; color: var(--mauve); white-space: nowrap; }

.hero-cta { display: flex; justify-content: center; }
.credentials-line {
  margin-top: 14px;
  font-size: 13px;
  color: var(--mauve);
}
.hero-location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 6px 0 0;
  font-size: 12.5px;
  color: var(--mauve);
}
.hero-location svg { width: 14px; height: 14px; flex-shrink: 0; }

@keyframes heroImageIn {
  from { opacity: 0; transform: scale(0.94) translateY(14px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes heroPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.025); }
}
@keyframes badgeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Blobs decorativos ---------- */
.blob-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.6;
  animation: floatBlob 16s ease-in-out infinite;
}
.blob-rose {
  width: 340px; height: 340px;
  background: radial-gradient(circle, var(--rose), transparent 70%);
  top: -100px; right: -80px;
}
.blob-mauve {
  width: 260px; height: 260px;
  background: radial-gradient(circle, var(--mauve), transparent 70%);
  bottom: -80px; left: -60px;
  animation-delay: -8s;
  opacity: 0.35;
}
.blob-light {
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(255,255,255,0.35), transparent 70%);
  top: -60px; left: -60px;
}
.blob-light-2 {
  width: 220px; height: 220px;
  bottom: -60px; right: -40px;
  top: auto; left: auto;
  animation-delay: -10s;
}
.blob-mauve-soft {
  width: 320px; height: 320px;
  background: radial-gradient(circle, var(--mauve), transparent 70%);
  top: -100px; right: -60px;
  opacity: 0.28;
}

@keyframes floatBlob {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(24px, -28px) scale(1.08); }
}

/* ---------- Transições suaves entre seções ----------
   --fade-color: "R,G,B" da cor com que a seção anterior termina.
   Curva de opacidade escalonada (ease-out) em vez de 2 stops lineares,
   para eliminar a "marca reta" que um gradiente simples deixa visível. */
.section-fade-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(var(--fade-color), 1) 0%,
    rgba(var(--fade-color), 0.87) 12%,
    rgba(var(--fade-color), 0.72) 24%,
    rgba(var(--fade-color), 0.56) 36%,
    rgba(var(--fade-color), 0.41) 48%,
    rgba(var(--fade-color), 0.28) 60%,
    rgba(var(--fade-color), 0.17) 71%,
    rgba(var(--fade-color), 0.09) 81%,
    rgba(var(--fade-color), 0.03) 91%,
    rgba(var(--fade-color), 0) 100%
  );
}
@media (min-width: 768px) {
  .section-fade-top { height: 280px; }
}

/* ---------- Barra de sintomas (ticker) ---------- */
.ticker {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(135,75,87,0.06), rgba(218,193,194,0.35), rgba(135,75,87,0.06));
  border-top: 1px solid rgba(135, 75, 87, 0.12);
  border-bottom: 1px solid rgba(135, 75, 87, 0.12);
  padding: 15px 0;
  -webkit-mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
  mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
}
.ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 14px;
  animation: tickerScroll 60s linear infinite;
  will-change: transform;
}
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-track span {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--wine);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.ticker-track .dot { color: var(--mauve); opacity: 0.55; font-weight: 400; }
@keyframes tickerScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (min-width: 768px) {
  .ticker-track span { font-size: 13.5px; }
}

/* ---------- Seção de Dor ---------- */
.dor {
  background: linear-gradient(160deg, #ecdbdc 0%, var(--rose) 45%, #cfa9ac 100%);
}
.dor-intro {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 17px;
}
.dor-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.dor-card {
  position: relative;
  background: rgba(251, 246, 244, 0.9);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.dor-card-highlight {
  border: 1.5px solid var(--wine);
  background: linear-gradient(160deg, rgba(255,255,255,0.95) 0%, rgba(251,246,244,0.9) 100%);
  box-shadow: 0 10px 28px rgba(117, 46, 70, 0.16);
}

/* Selo "Especialidade da Dra." reutilizado em cards de destaque */
.card-badge {
  position: absolute;
  top: -12px;
  right: 18px;
  background: var(--wine);
  color: var(--white);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  box-shadow: 0 4px 12px rgba(117, 46, 70, 0.35);
}
.dor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(46, 29, 34, 0.14);
  border-color: var(--mauve);
}
.dor-card .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff, var(--rose) 120%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: transform 0.35s ease;
}
.dor-card:hover .icon { transform: scale(1.1) rotate(-6deg); }
.dor-card svg { width: 22px; height: 22px; stroke: var(--wine); }
.dor-card h3 { font-size: 18px; margin-bottom: 8px; color: var(--wine); }
.dor-card p { font-size: 15px; margin-bottom: 0; color: var(--text); }

.dor-closing {
  max-width: 680px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: var(--wine);
}

/* ---------- Autoridade ---------- */
.autoridade {
  background: linear-gradient(150deg, #8a5062 0%, var(--wine) 45%, #5e2438 100%);
  color: var(--white);
}
.autoridade .section-title { color: var(--white); }
.autoridade .container {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
}
.autoridade-image-col { max-width: 380px; width: 100%; }
.autoridade-image {
  border-radius: var(--radius);
  overflow: hidden;
  width: 100%;
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
  border: 3px solid rgba(255,255,255,0.15);
  transition: transform 0.5s ease;
}
.autoridade-image:hover { transform: scale(1.02); }
.autoridade-image img { transition: transform 0.6s ease; }
.autoridade-image:hover img { transform: scale(1.06); }
.autoridade-caption {
  text-align: center;
  margin: 14px 0 0;
  line-height: 1.4;
}
.autoridade-caption strong {
  display: block;
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--white);
}
.autoridade-caption span {
  display: block;
  font-size: 12.5px;
  color: rgba(255,255,255,0.7);
  margin-top: 2px;
}
.autoridade-text { max-width: 620px; }
.credential-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 12px;
}
.credential-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 12px 14px;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.credential-list li:hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(218,193,194,0.4);
  transform: translateX(4px);
}
.credential-list svg {
  width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px;
  stroke: var(--rose);
}
.autoridade-quote {
  font-size: 17px;
  line-height: 1.65;
  border-left: 3px solid var(--rose);
  padding-left: 16px;
  color: rgba(255,255,255,0.95);
}

.authority-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 22px;
}

.btn-instagram {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}
.btn-instagram svg { width: 18px; height: 18px; }
.btn-instagram:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
  transform: translateY(-2px);
}

/* ---------- Tratamentos ---------- */
.tratamentos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.tratamento-card {
  position: relative;
  background: linear-gradient(160deg, var(--white) 0%, #fdf8f7 100%);
  border: 1px solid rgba(135,75,87,0.15);
  border-radius: var(--radius);
  padding: 24px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.tratamento-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(46, 29, 34, 0.12);
  border-color: var(--wine);
}
.tratamento-card.destaque {
  border: 1.5px solid var(--wine);
  background: linear-gradient(160deg, #ffffff 0%, #fbf1f2 100%);
  box-shadow: 0 10px 28px rgba(117, 46, 70, 0.15);
}
.tratamento-card .eyebrow { margin-bottom: 8px; }
.tratamento-card h3 { font-size: 19px; color: var(--wine); margin-bottom: 10px; }
.tratamento-card p.desc { font-size: 15px; margin-bottom: 0; }

/* ---------- Atendimento completo ---------- */
.atendimento {
  background-image: url(../imagens/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: auto;
}
.atendimento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.atendimento-card {
  background: linear-gradient(160deg, var(--white) 0%, #fdf5f5 100%);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  border-radius: var(--radius);
  padding: 26px 22px;
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.atendimento-card:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(46,29,34,0.12); }
.atendimento-card .emoji {
  font-size: 32px;
  margin-bottom: 12px;
  display: block;
  transition: transform 0.35s ease;
}
.atendimento-card:hover .emoji { transform: scale(1.15) rotate(-4deg); }
.atendimento-card h3 { font-size: 17px; color: var(--wine); margin-bottom: 8px; }
.atendimento-card p { font-size: 14px; margin-bottom: 0; }
.atendimento-card.destaque {
  background: var(--white);
  border: 2px solid var(--wine);
  box-shadow: 0 10px 30px rgba(117, 46, 70, 0.18);
  position: relative;
}
.atendimento-card.destaque:hover { box-shadow: 0 18px 40px rgba(117, 46, 70, 0.28); }
.atendimento-card.destaque a.card-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--wine);
  border-bottom: 1px solid var(--wine);
}

/* ---------- FAQ ---------- */
.faq-layout { display: block; }
.faq-intro { margin-bottom: 40px; }
.faq-intro .eyebrow { display: block; }
.faq-intro-title {
  font-size: 26px;
  color: var(--wine);
  margin-bottom: 14px;
}
.faq-intro-text {
  font-size: 15.5px;
  color: var(--text);
  max-width: 480px;
  margin-bottom: 20px;
}
.faq-intro-cta { font-size: 15px; }

.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item {
  background: var(--white);
  border: 1px solid rgba(135,75,87,0.15);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.faq-item:hover { border-color: var(--mauve); }
.faq-item.active { border-color: var(--wine); box-shadow: 0 8px 24px rgba(117,46,70,0.1); }
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 20px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--wine);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
}
.faq-question .plus {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mauve);
  transition: transform 0.25s ease;
  font-size: 20px;
  line-height: 1;
}
.faq-item.active .faq-question .plus { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-answer p {
  padding: 0 20px 18px;
  font-size: 14.5px;
  color: var(--text);
  margin: 0;
}

/* ---------- CTA Final ---------- */
.cta-final { background: linear-gradient(160deg, #ecdbdc 0%, var(--rose) 50%, #d9b7ba 100%); text-align: center; }
.cta-final .section-title { margin-bottom: 6px; }
.cta-final .subtext { color: var(--mauve); margin-bottom: 28px; font-size: 14px; }
.cta-final .btn-primary { width: 100%; max-width: 360px; }
.cta-final .secondary-line { margin-top: 16px; font-size: 14px; }

.cta-info {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  text-align: left;
}
.cta-info-block {
  background: var(--bg);
  border-radius: var(--radius);
  padding: 22px;
}
.cta-info-block h4 {
  font-family: var(--font-display);
  color: var(--wine);
  margin: 0 0 10px;
  font-size: 16px;
}
.cta-info-block p { font-size: 14.5px; margin: 0 0 4px; }
.map-embed {
  border-radius: var(--radius);
  overflow: hidden;
  border: none;
  width: 100%;
  height: 260px;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--text);
  color: rgba(255,255,255,0.85);
  padding: 40px 0 100px;
  font-size: 13px;
}
.footer-meta {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 6px;
}
.footer-meta strong { color: var(--white); }

/* ---------- Reveal on scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.dor-grid .reveal:nth-child(1) { transition-delay: 0s; }
.dor-grid .reveal:nth-child(2) { transition-delay: 0.08s; }
.dor-grid .reveal:nth-child(3) { transition-delay: 0.16s; }
.dor-grid .reveal:nth-child(4) { transition-delay: 0.24s; }
.dor-grid .reveal:nth-child(5) { transition-delay: 0.32s; }
.dor-grid .reveal:nth-child(6) { transition-delay: 0.4s; }

.tratamentos-grid .reveal:nth-child(1) { transition-delay: 0s; }
.tratamentos-grid .reveal:nth-child(2) { transition-delay: 0.08s; }
.tratamentos-grid .reveal:nth-child(3) { transition-delay: 0.16s; }
.tratamentos-grid .reveal:nth-child(4) { transition-delay: 0.24s; }
.tratamentos-grid .reveal:nth-child(5) { transition-delay: 0.32s; }

.atendimento-grid .reveal:nth-child(1) { transition-delay: 0s; }
.atendimento-grid .reveal:nth-child(2) { transition-delay: 0.1s; }
.atendimento-grid .reveal:nth-child(3) { transition-delay: 0.2s; }

/* ===========================================================
   Tablet / Desktop
   =========================================================== */
@media (min-width: 768px) {
  .section-title { font-size: 34px; }
  .hero-headline { font-size: 42px; }
  .hero-sub { font-size: 18px; }
  .dor-grid { grid-template-columns: repeat(2, 1fr); }
  .tratamentos-grid { grid-template-columns: repeat(2, 1fr); }
  .atendimento-grid { grid-template-columns: repeat(3, 1fr); }
  .cta-info { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1024px) {
  .hero .container {
    flex-direction: row;
    align-items: center;
    text-align: left;
  }
  .hero-content { text-align: left; flex: 1; }
  .hero-sub { margin-left: 0; }
  .hero-cta { justify-content: flex-start; }
  .hero-location { justify-content: flex-start; }
  .hero-image { flex: 0 0 420px; margin: 0; }

  .dor-grid { grid-template-columns: repeat(3, 1fr); }

  .autoridade .container {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 56px;
  }
  .autoridade .section-title { text-align: left; }
  .autoridade-image-col { flex: 1 1 0; max-width: 50%; }
  .autoridade-text { flex: 1 1 0; max-width: 50%; }

  .cta-final .btn-primary { width: auto; }

  .faq-layout {
    display: flex;
    align-items: flex-start;
    gap: 64px;
  }
  .faq-intro {
    flex: 0 0 360px;
    position: sticky;
    top: 130px;
    margin-bottom: 0;
  }
  .faq-intro .eyebrow, .faq-intro-title, .faq-intro-text { text-align: left; }
  .faq-list { flex: 1; max-width: none; margin: 0; }
}

@media (min-width: 1024px) {
  .header-inner { padding-top: 16px; padding-bottom: 16px; }

  .menu-toggle { display: none; }
  .nav-overlay { display: none; }

  .main-nav {
    position: static;
    max-height: none;
    opacity: 1;
    overflow: visible;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .main-nav ul {
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 26px;
  }
  .main-nav a {
    padding: 6px 2px;
    border-bottom: none;
    font-size: 14px;
    position: relative;
  }
  .main-nav a::after {
    content: "";
    position: absolute;
    left: 0; bottom: -4px;
    width: 0;
    height: 2px;
    background: var(--wine);
    transition: width 0.25s ease;
  }
  .main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
  .main-nav a:hover, .main-nav a.active { padding-left: 2px; }
  .main-nav .nav-cta { display: none; }
}
