/* ========== Tokens ========== */
:root {
  --ink: #1b1a17;
  --ink-soft: #322f2a;
  --cream: #f7f4ee;
  --cream-alt: #efe9df;
  --sand: #d9d0bf;
  --gold: #a9895f;
  /* Versão escurecida do dourado para texto pequeno: o --gold original fica em
     3,2:1 sobre o creme, abaixo do mínimo de 4,5:1 da WCAG AA. */
  --gold-deep: #8a6a3f;
  --whatsapp: #25d366;
  --whatsapp-dark: #1ebc59;
  --text-muted: #6b6558;
  --radius: 14px;
  --shadow: 0 20px 40px -20px rgba(27, 26, 23, 0.25);
  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container-w: 1180px;
}

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

/* O header é sticky: sem isso, âncoras como #servicos param com o título
   escondido atrás dele. */
:where([id]) { scroll-margin-top: 92px; }

/* Foco visível para quem navega por teclado — o site não tinha nenhum estado
   de foco, então o Tab corria invisível pela página inteira. */
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}
.btn:focus-visible,
.whatsapp-float:focus-visible { outline-offset: 4px; }
.hero :focus-visible,
.site-header :focus-visible,
.site-footer :focus-visible,
.cta-final :focus-visible { outline-color: var(--sand); }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

/* As fotos são servidas como <picture> (WebP com o JPEG de reserva). O wrapper
   não pode virar uma caixa a mais entre o contêiner e a imagem: com
   display:contents ele some do layout e as regras que posicionam a foto —
   .hero-image img, .gallery-item img — continuam valendo como antes. */
picture { display: contents; }

.container {
  width: 100%;
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 24px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--ink);
  color: var(--cream);
  padding: 12px 18px;
  z-index: 999;
}
.skip-link:focus { left: 16px; top: 16px; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 0.5em;
  color: var(--ink);
  /* Evita a linha órfã de uma palavra só no fim do título. Substitui os <br>
     manuais, que só acertavam a quebra numa largura de tela. */
  text-wrap: balance;
}

/* A Fraunces é variável no eixo óptico (opsz 9–144), já carregado pela fonte
   mas nunca usado. O padrão do navegador deriva o opsz do tamanho em pixels;
   fixar os extremos é o que dá o corte de display nos títulos grandes (traço
   mais fino e contrastado) e o corte de texto nos títulos pequenos, que sem
   isso ficam frágeis. */
h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-variation-settings: "opsz" 144, "wght" 500;
  letter-spacing: -0.015em;
}
h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  font-variation-settings: "opsz" 96, "wght" 500;
  letter-spacing: -0.01em;
}
h3 {
  font-size: 1.2rem;
  font-variation-settings: "opsz" 24, "wght" 600;
}

p { margin: 0 0 1em; color: var(--ink-soft); text-wrap: pretty; }
.lead { font-size: 1.1rem; color: var(--ink); }

.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold-deep);
  margin: 0 0 0.9em;
}

address { font-style: normal; }

/* ========== Buttons ========== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: 1.5px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
.btn svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }
.btn:hover { transform: translateY(-2px); }

.btn-whatsapp { background: var(--whatsapp); color: #fff; box-shadow: 0 12px 24px -10px rgba(37,211,102,0.55); }
.btn-whatsapp:hover { background: var(--whatsapp-dark); }

.btn-dark { background: var(--ink); color: var(--cream); }
.btn-dark:hover { background: var(--ink-soft); }

.btn-ghost { background: transparent; color: var(--ink); border-color: rgba(27,26,23,0.35); }
.btn-ghost:hover { border-color: var(--ink); }

.btn-outline { background: transparent; color: var(--ink); border-color: var(--sand); }
.btn-outline:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }

.btn-large { padding: 16px 32px; font-size: 1.05rem; }
.btn-small { padding: 9px 18px; font-size: 0.88rem; }

/* ========== Header ========== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(27, 26, 23, 0.94);
  backdrop-filter: saturate(140%) blur(6px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.brand { display: flex; align-items: center; }
/* logo-mark.png é o logo recortado na caixa do desenho. O arquivo original
   tinha 64% de área transparente em volta, então a marca renderizava a ~29px
   dentro de uma caixa de 52px e sumia contra o header escuro. */
.brand-logo { height: 46px; width: auto; }

.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a:not(.btn) {
  color: var(--cream);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  opacity: 0.88;
  transition: opacity 0.2s ease;
}
.main-nav a:not(.btn):hover { opacity: 1; }
.nav-cta { margin-left: 8px; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--cream);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* ========== Hero ========== */
.hero {
  display: grid;
  /* 560px deixava 464px úteis, estreito demais para o CTA e a ação secundária
     na mesma linha. Em 600px sobra folga sem alargar demais a medida do H1. */
  grid-template-columns: minmax(320px, 600px) 1fr;
  min-height: 92vh;
  background: var(--ink);
  overflow: hidden;
}

.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: 100px 48px;
}
.hero-text .eyebrow { color: var(--sand); }
.hero-text h1 { color: #fff; }

/* Título de duas frases: a quebra fica sempre entre elas, em qualquer largura.
   Diferente do <br> que existia aqui antes, que cortava uma frase única num
   ponto que só funcionava numa tela.
   A primeira linha é o estado em que a pessoa chega e a segunda o estado em que
   sai — a diferença de tom faz a transformação acontecer na própria tipografia,
   sem precisar de mais nenhum elemento. */
.hero-headline .h1-antes,
.hero-headline .h1-depois { display: block; }
.hero-headline .h1-antes { color: rgba(247, 244, 238, 0.6); }
.hero-headline .h1-depois { color: #fff; }
.hero-sub { color: rgba(247,244,238,0.86); font-size: 1.08rem; max-width: 480px; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 26px;
  margin: 28px 0 30px;
}
.hero-actions .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.45); }
.hero-actions .btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.08); }

/* A ação secundária era um segundo botão do mesmo tamanho do CTA verde: os dois
   somavam 533px numa coluna de 464px (quebrava em duas linhas) e disputavam a
   atenção com o único link que converte. Como link, cabe na mesma linha e a
   hierarquia fica explícita. */
.hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(247, 244, 238, 0.9);
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 1px solid rgba(247, 244, 238, 0.28);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.hero-secondary::after {
  content: "→";
  transition: transform 0.2s ease;
}
.hero-secondary:hover { color: #fff; border-color: #fff; }
.hero-secondary:hover::after { transform: translateX(3px); }
@media (prefers-reduced-motion: reduce) {
  .hero-secondary::after { transition: none; }
  .hero-secondary:hover::after { transform: none; }
}

.hero-trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 26px;
  padding: 0;
  margin: 0;
}
.hero-trust li {
  color: rgba(247,244,238,0.75);
  font-size: 0.86rem;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
}
.hero-trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

/* A nota do Google é o argumento mais forte que ela tem e estava diluída como
   mais um marcador da lista. Aqui vira o item com peso, sem virar um banner. */
.hero-trust .trust-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 0;
  color: var(--cream);
}
.hero-trust .trust-rating::before { content: none; }
.hero-trust .trust-score {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 18, "wght" 600;
  font-size: 1.12rem;
  line-height: 1;
}
.hero-trust .trust-stars {
  color: #e8b563;
  letter-spacing: 1px;
  font-size: 0.82rem;
}
.hero-trust .trust-count { color: rgba(247,244,238,0.7); font-weight: 400; }

.hero-image { position: relative; min-height: 320px; }
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
}
/* Emenda entre o painel escuro e a foto. Sem isso o corte é uma linha reta e
   dura no meio da tela; o degradê faz a foto nascer do painel. */
.hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, var(--ink) 0%, rgba(27, 26, 23, 0.42) 9%, rgba(27, 26, 23, 0) 26%);
}

/* Hero content plays a guaranteed CSS entrance animation instead of
   depending on IntersectionObserver, since it's above the fold and
   must never be stuck invisible while JS loads (or if it doesn't). */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
.hero-text > * { animation: fade-up 0.8s ease both; }
.hero-text .eyebrow { animation-delay: 0.05s; }
.hero-text h1 { animation-delay: 0.15s; }
.hero-text .hero-sub { animation-delay: 0.28s; }
.hero-text .hero-actions { animation-delay: 0.4s; }
.hero-text .hero-trust { animation-delay: 0.52s; }

@media (prefers-reduced-motion: reduce) {
  .hero-text > * { animation: none; }
}

/* ========== Sections ========== */
.section { padding: 100px 0; }
.section-alt { background: var(--cream-alt); }
.section-head { max-width: 620px; margin: 0 auto 56px; text-align: center; }
.section-head.left-align, .about-content .eyebrow { text-align: left; }
.section-sub { color: var(--text-muted); }

/* ========== About ========== */
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: center;
}
.about-media img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  aspect-ratio: 4/5;
  object-fit: cover;
  width: 100%;
}
.about-content h2 { margin-bottom: 0.3em; }

.chip-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 20px 0 28px;
}
.chip-list li {
  background: var(--cream-alt);
  border: 1px solid var(--sand);
  color: var(--ink-soft);
  font-size: 0.85rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 999px;
}

/* ========== Benefits ========== */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.benefit-card {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 32px 26px;
  text-align: left;
  border: 1px solid rgba(27,26,23,0.06);
}
.benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.benefit-icon svg { width: 26px; height: 26px; }
.benefit-card h3 { margin-bottom: 0.4em; font-size: 1.08rem; }
.benefit-card p { font-size: 0.92rem; margin: 0; }

/* ========== Services ========== */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(27,26,23,0.08);
  border-radius: var(--radius);
  padding: 30px 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card h3 { margin-bottom: 0.5em; }
.service-card h3 a { color: inherit; text-decoration: none; }
.service-card h3 a:hover { color: var(--gold); }
.service-card p { font-size: 0.93rem; min-height: 3.4em; }

/* Duas saídas por card: a página da técnica (para quem ainda está decidindo)
   e o WhatsApp direto (para quem já sabe o que quer). */
.service-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  margin-top: auto; /* alinha as ações na base, mesmo com textos de tamanhos diferentes */
  padding-top: 8px;
}
.service-cta {
  display: inline-block;
  color: var(--gold-deep);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}
.service-cta:hover { text-decoration: underline; }
.service-wa {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text-muted);
  font-weight: 600;
  font-size: 0.86rem;
  text-decoration: none;
}
.service-wa svg { width: 16px; height: 16px; fill: var(--whatsapp); flex-shrink: 0; }
.service-wa:hover { color: var(--ink); }

.service-note {
  text-align: center;
  margin-top: 40px;
  color: var(--text-muted);
}
.service-note a { color: var(--ink); font-weight: 600; }

/* ========== Steps ========== */
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.steps li { text-align: center; }
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  color: var(--gold-deep);
  font-family: var(--font-display);
  font-variation-settings: "opsz" 26, "wght" 600;
  font-size: 1.3rem;
  margin-bottom: 18px;
}
.steps h3 { margin-bottom: 0.4em; }
.steps p { font-size: 0.93rem; max-width: 280px; margin: 0 auto; }

/* ========== Gallery ========== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gallery-item {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/5;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-item:hover img { transform: scale(1.06); }

/* ========== Reviews ========== */
.google-mark { width: 40px; height: 40px; margin: 0 auto 16px; }
#avaliacoes .section-head { margin-bottom: 48px; }

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  background: #fff;
  border: 1px solid rgba(27,26,23,0.08);
  border-radius: var(--radius);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
}
.review-stars { color: #f5a623; letter-spacing: 2px; margin-bottom: 12px; font-size: 0.95rem; }
.review-card p { font-size: 0.92rem; color: var(--ink-soft); flex-grow: 1; }
.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
}
.review-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 0.95rem;
  flex-shrink: 0;
}

/* ========== Location ========== */
.location-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.location-info address {
  display: block;
  font-size: 1.02rem;
  color: var(--ink-soft);
  margin: 18px 0 28px;
  line-height: 1.7;
}
/* ========== Preços ========== */
/* O valor é a informação que a pessoa veio buscar: entra grande, no topo do
   cartão, antes das indicações da técnica. */
.price-card {
  background: var(--cream);
  border: 1px solid var(--sand);
  border-radius: var(--radius);
  padding: 24px 26px 26px;
  margin-bottom: 30px;
}
.price-duration {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.price-single { margin: 6px 0 18px; display: flex; align-items: baseline; gap: 8px; }
.price-value {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 40, "wght" 600;
  font-size: 2.1rem;
  line-height: 1;
}
.price-unit { color: var(--ink-soft); font-size: 0.95rem; }

.price-packs { list-style: none; padding: 0; margin: 0 0 22px; }
.price-packs li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 11px 0;
  border-top: 1px solid rgba(27, 26, 23, 0.09);
}
.pack-label { color: var(--ink-soft); font-size: 0.95rem; }
.pack-value { font-weight: 600; text-align: right; white-space: nowrap; }
/* A economia é o argumento do pacote — visível, mas sem competir com o valor. */
.pack-value small { display: block; font-weight: 400; font-size: 0.78rem; color: var(--ink-soft); }
.price-cta { width: 100%; justify-content: center; }

/* Preço no card da home: quem está comparando técnicas decide na grade, sem
   precisar abrir cada página. */
.card-price { color: var(--ink-soft); font-size: 0.92rem; margin: 0 0 10px; }
.card-price strong { color: var(--ink); font-weight: 600; }

/* ========== Atendimentos especiais ========== */
.special-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.special-card {
  background: var(--cream);
  border: 1px solid var(--sand);
  border-radius: var(--radius);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
}
.special-card h3 { margin: 0 0 10px; font-size: 1.18rem; }
.special-card > p { color: var(--ink-soft); font-size: 0.95rem; margin: 0 0 14px; }
.special-packs { list-style: none; padding: 0; margin: 0 0 22px; }
.special-packs li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-top: 1px solid rgba(27, 26, 23, 0.09);
  color: var(--ink-soft);
  font-size: 0.92rem;
}
.special-packs strong { color: var(--ink); }
/* Empurra o botão para a base: com textos de alturas diferentes, os CTAs dos
   três cartões ficam alinhados na mesma linha. */
.special-card .btn { margin-top: auto; align-self: flex-start; }

/* ========== Horário de atendimento ========== */
.hours-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  margin: 26px 0 10px;
}
.hours-list { list-style: none; padding: 0; margin: 0 0 24px; max-width: 320px; }
.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(27, 26, 23, 0.09);
}
.hours-list li:last-child { border-bottom: 0; }
.hours-day { color: var(--ink-soft); }
.hours-time { font-weight: 600; white-space: nowrap; }

/* No hero (painel escuro) o horário entra na mesma linha de confiança das
   avaliações — é a resposta para "posso chamar agora?" sem precisar rolar. */
.hero-trust .trust-hours { color: rgba(247, 244, 238, 0.82); }

.footer-hours { color: rgba(247, 244, 238, 0.6); font-size: 0.88rem; margin: 4px 0 0; }

.location-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.location-map {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4/3;
}
.location-map iframe { width: 100%; height: 100%; border: 0; }

/* ========== Páginas de serviço ========== */
/* Hero mais curto que o da home: aqui a pessoa chegou por um anúncio de uma
   técnica específica e o conteúdo precisa aparecer rápido. */
.hero-service { min-height: 0; }
.hero-service .hero-text { padding: 76px 48px; }
.hero-service h1 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); }
/* Foto fora do fluxo: assim a altura do hero é ditada pelo texto, e não pela
   proporção da imagem — senão uma foto vertical estica a seção inteira. */
.hero-service .hero-image img {
  position: absolute;
  inset: 0;
}

.breadcrumb {
  background: var(--cream-alt);
  border-bottom: 1px solid rgba(27, 26, 23, 0.06);
  font-size: 0.85rem;
  color: var(--text-muted);
}
.breadcrumb .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.breadcrumb a { color: var(--text-muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--ink); text-decoration: underline; }
.breadcrumb [aria-current="page"] { color: var(--ink); font-weight: 500; }

.info-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: start;
}
.info-grid h2 { margin-bottom: 0.5em; }
.info-aside {
  background: var(--cream-alt);
  border: 1px solid var(--sand);
  border-radius: var(--radius);
  padding: 32px 30px;
}
.info-aside h3 { margin-bottom: 0.8em; }
.info-note {
  font-size: 0.86rem;
  color: var(--text-muted);
  margin: 22px 0 0;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.check-list li {
  position: relative;
  padding-left: 28px;
  font-size: 0.94rem;
  color: var(--ink-soft);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.42em;
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}

.benefit-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.section-alt .benefit-card { background: var(--cream); }
/* Nas páginas de serviço os cards não têm ícone: um traço dourado dá o mesmo
   ponto de respiro que o ícone dá na home. */
.benefit-grid.cols-3 .benefit-card::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 18px;
}

/* Passos empilhados, com o número à esquerda do texto. */
.steps-stack {
  grid-template-columns: 1fr;
  gap: 26px;
  max-width: 720px;
  margin: 0 auto;
}
.steps-stack li {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  text-align: left;
}
.steps-stack .step-number { margin-bottom: 0; flex-shrink: 0; }
.steps-stack h3 { margin-bottom: 0.3em; }
.steps-stack p { max-width: none; margin: 0; }

.note-box {
  max-width: 720px;
  margin: 44px auto 0;
  background: var(--cream-alt);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 18px 22px;
  font-size: 0.9rem;
  color: var(--text-muted);
}
.section-alt .note-box { background: var(--cream); }

.review-single { max-width: 720px; margin: 0 auto; }

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  border-top: 1px solid var(--sand);
}
.faq-item { border-bottom: 1px solid var(--sand); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 40px 20px 0;
  position: relative;
  font-family: var(--font-display);
  font-variation-settings: "opsz" 22, "wght" 600;
  font-size: 1.08rem;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq-item p {
  margin: 0 0 22px;
  padding-right: 40px;
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.related-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--cream);
  border: 1px solid rgba(27, 26, 23, 0.08);
  border-radius: var(--radius);
  padding: 20px 22px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.related-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.related-name {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 20, "wght" 600;
  font-size: 1.02rem;
  color: var(--ink);
}
.related-text { font-size: 0.84rem; color: var(--text-muted); line-height: 1.5; }

.location-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--cream-alt);
  border: 1px solid var(--sand);
  border-radius: var(--radius);
  padding: 40px 44px;
}
.location-strip h2 { margin-bottom: 0.3em; }
.location-strip address {
  color: var(--ink-soft);
  line-height: 1.7;
  margin: 0;
}

/* ========== CTA Final ========== */
.cta-final {
  background: var(--ink);
  color: var(--cream);
  padding: 100px 0;
  text-align: center;
}
.cta-final h2 { color: #fff; }
.cta-final p { color: rgba(247,244,238,0.78); max-width: 480px; margin: 0 auto 32px; }

/* Alternativa por telefone, logo abaixo do botão principal: discreta para não
   disputar atenção com o CTA verde, mas presente para quem prefere ligar. */
.cta-final .cta-call { margin: 24px auto 0; font-size: 0.95rem; }
.cta-final .cta-call a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

/* ========== Footer ========== */
.site-footer { background: var(--ink); color: rgba(247,244,238,0.75); padding-top: 60px; }
.footer-inner {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr 1.1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(247,244,238,0.12);
}
.footer-logo { height: 64px; width: auto; margin-bottom: 14px; }
.footer-brand p { color: rgba(247,244,238,0.6); font-size: 0.92rem; }
.footer-nav { display: flex; flex-direction: column; gap: 12px; }
.footer-nav a, .footer-contact a { color: rgba(247,244,238,0.75); text-decoration: none; font-size: 0.95rem; }
.footer-nav a:hover, .footer-contact a:hover { color: #fff; }
.footer-nav a[aria-current="page"] { color: #fff; font-weight: 600; }
.footer-title {
  color: rgba(247,244,238,0.45);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.footer-services a { font-size: 0.9rem; }
.footer-contact { display: flex; flex-direction: column; gap: 10px; font-size: 0.92rem; }
.footer-contact address { color: rgba(247,244,238,0.6); }
.footer-bottom { padding: 22px 0; text-align: center; font-size: 0.82rem; color: rgba(247,244,238,0.5); }

/* ========== Floating WhatsApp ========== */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--whatsapp);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px -8px rgba(37,211,102,0.65);
  z-index: 90;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.whatsapp-float.hide-in-hero { opacity: 0; transform: translateY(16px); pointer-events: none; }
.whatsapp-float svg { width: 30px; height: 30px; fill: #fff; }
.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--whatsapp);
  opacity: 0.55;
  animation: pulse-ring 2.2s ease-out infinite;
}
@keyframes pulse-ring {
  0% { transform: scale(0.9); opacity: 0.55; }
  70% { transform: scale(1.35); opacity: 0; }
  100% { opacity: 0; }
}

/* ========== Reveal on scroll ========== */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .whatsapp-float::before { animation: none; }
}

/* ========== Responsive ========== */
@media (max-width: 980px) {
  .about-grid, .location-grid, .info-grid { grid-template-columns: 1fr; }
  .about-media { order: -1; }
  .benefit-grid, .benefit-grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
  .service-grid, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .steps-stack { gap: 26px; }
  .info-grid { gap: 40px; }
  .footer-inner { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { padding: 0 20px; }
  .section { padding: 72px 0; }

  .main-nav {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--ink);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 8px 24px 24px;
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .main-nav.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .main-nav a:not(.btn) { padding: 14px 0; width: 100%; border-bottom: 1px solid rgba(247,244,238,0.1); }
  .nav-cta { margin: 18px 0 0; }
  .nav-toggle { display: flex; }

  .hero { grid-template-columns: 1fr; min-height: auto; }
  /* A foto ocupava 52vh e empurrava o botão de WhatsApp para fora da primeira
     tela — sendo que quase todo o tráfego vem de anúncio no celular e o botão
     é a única conversão do site. Em 34vh o título, a prova social e o botão
     cabem juntos antes de qualquer rolagem. */
  .hero-image { order: -1; height: 37vh; min-height: 240px; max-height: 340px; }
  /* Empilhado, a emenda com o painel passa a ser embaixo, não à esquerda. */
  .hero-image::before {
    background: linear-gradient(180deg, rgba(27, 26, 23, 0) 62%, rgba(27, 26, 23, 0.55) 88%, var(--ink) 100%);
  }
  .hero-text { padding: 28px 24px 44px; }
  .hero-text h1 { font-size: clamp(1.95rem, 8.2vw, 2.4rem); }
  .hero-sub { font-size: 1rem; }
  /* No celular a prova social sobe para logo antes do botão: a nota do Google
     é o que justifica o clique, e depois dele ninguém mais a lê. */
  .hero-text .hero-trust { order: 1; margin-bottom: 22px; gap: 7px 20px; }
  .hero-text .hero-actions { order: 2; margin: 0; }
  .hero-trust li { font-size: 0.83rem; }
  .hero-service .hero-text { padding: 26px 24px 40px; }
  .hero-service .hero-image { height: 28vh; min-height: 200px; }

  .benefit-grid, .service-grid, .gallery-grid, .review-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { gap: 12px; }

  .info-aside { padding: 26px 24px; }
  .location-strip { padding: 32px 26px; }

  .footer-inner { grid-template-columns: 1fr; }
}

/* Celulares de tela curta (iPhone SE e similares, ~667px de altura). Sem isto
   o botão de WhatsApp cai 70px abaixo da dobra justamente nos aparelhos com
   menos espaço. */
@media (max-width: 720px) and (max-height: 720px) {
  .hero-image { height: 30vh; min-height: 186px; }
  .hero-text { padding-top: 20px; }
  .hero-text h1 { font-size: 1.9rem; }
  .hero-sub { font-size: 0.94rem; margin-bottom: 0; }
  .hero-text .hero-trust { margin-bottom: 16px; }
}

@media (max-width: 480px) {
  .benefit-grid, .benefit-grid.cols-3, .service-grid, .review-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 18px; }
  .hero-actions .btn { justify-content: center; }
  /* Esticar o link secundário na largura toda o faria parecer um segundo
     botão — exatamente o que ele deixou de ser. */
  .hero-secondary { align-self: flex-start; }
  .location-actions { flex-direction: column; align-items: stretch; }
  .location-actions .btn { justify-content: center; }
  .location-strip .location-actions { width: 100%; }
  .steps-stack li { gap: 16px; }
}
