/* Padrão de landing page médica Doc Growth · base.css
   IGUAL em todas as páginas e em todos os temas. Não editar por cliente:
   tudo que muda por cliente (cores, fontes, arredondamento, respiro) está no tema.css.
   Escrito do celular pro computador (mobile-first). */

:root {
  /* Fixos em todos os temas: botão de WhatsApp */
  --wa: #25d366;
  --wa-hover: #1fbe5b;
  --wa-text: #ffffff;
  --radius-pill: 999px;

  /* Medidas */
  --maxw: 1248px;
  --gutter: 20px;
  --gap: 12px;
  --secao: var(--section-m);
}
@media (min-width: 900px) {
  :root { --gutter: 48px; --gap: 24px; --secao: var(--section); }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--body-size);
  line-height: 1.55;
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-hover); }
h1, h2, h3 {
  font-family: var(--font-display); font-weight: var(--h-weight); letter-spacing: var(--h-tracking);
  margin: 0; overflow-wrap: break-word; text-wrap: balance;
}
h1 { font-size: clamp(34px, 4.3vw, var(--h1-max)); line-height: 1.06; }
h2 { font-size: clamp(27px, 3vw, var(--h2-max)); line-height: 1.12; }
h3 { font-size: clamp(19px, 1.6vw, 22px); line-height: 1.25; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; height: auto; display: block; }
button { font: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
.reviews :focus-visible, .contact-bar :focus-visible, .risco :focus-visible { outline-color: var(--accent-on-dark); }

.container { width: min(100% - 2 * var(--gutter), var(--maxw)); margin-inline: auto; }
.section { padding-block: var(--secao); }
.section--colada { padding-top: 0; }

/* Rótulo de seção */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent);
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--accent); flex-shrink: 0; }
/* Rótulo do topo com nome, CRM e RQE. Celular: centralizado, sem o tracinho, nome em cima e registro embaixo.
   Computador: uma linha só, à esquerda, com o tracinho (ver o bloco do computador). */
.eyebrow--cred { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 2px; margin: 0; line-height: 1.45; }
.eyebrow--cred::before { display: none; }
.eyebrow--cred .cred-nome, .eyebrow--cred .cred-reg span { white-space: nowrap; }
.lead { font-size: 1.06em; color: var(--ink-2); max-width: 540px; }

/* Botões */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 14px 22px; border-radius: var(--radius-pill);
  font-family: var(--font-body); font-size: 16px; font-weight: 700; line-height: 1.2; text-align: center;
  border: 0; cursor: pointer;
}
.btn svg { width: 22px; height: 22px; flex-shrink: 0; fill: currentColor; }
/* Botão de agendar (leva pro WhatsApp): sempre com o logo oficial. A cor padrão é o verde oficial com texto branco;
   o tema PODE trocar pelas variáveis --cta-* (ex.: Boutique usa a cor da marca). Os flutuantes nunca mudam (ver fim do arquivo). */
.btn--wa {
  background: var(--cta-bg, var(--wa)); color: var(--cta-text, var(--wa-text));
  box-shadow: var(--cta-shadow, 0 8px 24px rgba(37, 211, 102, 0.28)); text-shadow: var(--cta-text-shadow, 0 1px 0 rgba(0, 0, 0, 0.14));
  transition: background 0.15s ease, transform 0.15s ease, filter 0.15s ease;
}
.btn--wa:hover { background: var(--cta-hover, var(--wa-hover)); color: var(--cta-text, var(--wa-text)); transform: translateY(-1px); }
/* Dentro de bloco escuro o tema pode pedir outra cor, pra o botão não sumir no fundo */
.contact-bar .btn--wa, .reviews .btn--wa, .risco .btn--wa {
  background: var(--cta-dark-bg, var(--cta-bg, var(--wa))); color: var(--cta-dark-text, var(--cta-text, var(--wa-text)));
  box-shadow: none;
}
.contact-bar .btn--wa:hover, .reviews .btn--wa:hover, .risco .btn--wa:hover {
  background: var(--cta-dark-bg, var(--cta-hover, var(--wa-hover))); color: var(--cta-dark-text, var(--cta-text, var(--wa-text))); filter: brightness(1.06);
}
.btn--sm { min-height: 44px; padding: 10px 18px; font-size: 15px; }
.btn--sm svg { width: 18px; height: 18px; }
/* Botão só contorno: os dois botões do rodapé (Instagram e agendar). Fora do rodapé, botão de agendar é sempre preenchido. */
.btn--contorno { background: transparent; color: var(--accent); border: 1.5px solid currentColor; transition: background 0.15s ease, color 0.15s ease; }
.btn--contorno:hover { background: var(--accent); color: var(--bg); border-color: var(--accent); }
.btn--contorno svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.btn--contorno svg.ico-cheio { fill: currentColor; stroke: none; } /* logo do WhatsApp é desenho preenchido */
.btn--bloco { width: 100%; }
.link { font-weight: 700; color: var(--accent); }
.link::after { content: " \2192"; }

/* Cartão */
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-card);
  box-shadow: var(--card-shadow); padding: 20px; display: flex; flex-direction: column; gap: 12px;
}
.card .stat { font-family: var(--font-display); font-size: 30px; font-weight: var(--stat-weight); color: var(--accent); line-height: 1; letter-spacing: var(--h-tracking); }
.card .icon { width: 44px; height: 44px; border-radius: var(--radius-icon); background: var(--accent-soft); display: grid; place-items: center; color: var(--accent); }
.card .icon svg, .contact-bar .item svg, .hero-local svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.card p { font-size: 0.94em; color: var(--muted); }
.card .link { margin-top: auto; padding-top: 6px; font-size: 0.9em; }

.grid { display: grid; gap: var(--gap); grid-template-columns: minmax(0, 1fr); }
/* Números: 2 por linha no celular; se sobrar 1 sozinho, ele ocupa a linha inteira */
.stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.stats > :last-child:nth-child(odd) { grid-column: span 2; }

/* Fotos */
.foto { width: 100%; border-radius: var(--radius-photo); object-fit: cover; background: var(--line); }

/* 0. Menu */
.nav { position: sticky; top: 0; z-index: 20; background: var(--bg); border-bottom: 1px solid var(--line); }
.nav .container { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; min-width: 0; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand img { height: 40px; width: auto; }
.brand-mark { width: 32px; height: 32px; border-radius: 10px; background: var(--accent); flex-shrink: 0; }
.brand-name { display: flex; flex-direction: column; min-width: 0; font-family: var(--font-display); font-size: 18px; font-weight: 600; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand-name small { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.nav-toggle { width: 44px; height: 44px; border: 0; background: transparent; color: var(--ink); display: grid; place-items: center; flex-shrink: 0; cursor: pointer; }
.nav-toggle svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.nav-toggle .x { display: none; }
.nav.is-open .nav-toggle .x { display: block; }
.nav.is-open .nav-toggle .risquinhos { display: none; }
.nav-links {
  display: none; position: absolute; left: 0; right: 0; top: 100%;
  background: var(--bg); border-bottom: 1px solid var(--line); padding: 8px var(--gutter) 20px;
  flex-direction: column; font-size: 17px; font-weight: 600;
}
.nav.is-open .nav-links { display: flex; }
.nav-links a:not(.btn) { color: var(--ink); padding: 14px 0; border-bottom: 1px solid var(--line); }
.nav-links .btn { margin-top: 16px; }

/* 1. Topo */
.hero { background: var(--hero-bg); }
.hero .container { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; padding-block: 16px 32px; }
/* Celular: o texto do topo é todo centralizado (rótulo, título, frase, local, atributos). No computador volta pra esquerda. */
.hero-copy { display: flex; flex-direction: column; gap: 16px; min-width: 0; text-align: center; }
.hero-local { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 0.94em; font-weight: 600; color: var(--ink-2); }
.hero-local svg { color: var(--accent); flex-shrink: 0; width: 20px; height: 20px; }
.hero-actions { display: flex; flex-direction: column; gap: 14px; }
.hero-actions .btn { width: 100%; min-height: 56px; }
.hero-actions .link { align-self: center; }
/* Celular: os atributos ficam lado a lado, em 2 colunas iguais */
.hero-proof { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 16px; padding-top: 20px; border-top: 1px solid var(--line-strong); }
.hero-proof li { min-width: 0; }
.hero-proof .v { display: block; font-family: var(--font-display); font-size: 24px; font-weight: var(--stat-weight); line-height: 1.15; letter-spacing: var(--h-tracking); }
.hero-proof .l { font-size: 13px; color: var(--muted); }
.hero-proof:not(:has(li:not([hidden]))) { display: none; } /* sem atributo nenhum, a faixa some */
.hero-photo { position: relative; }
.hero-photo .foto { aspect-ratio: 4 / 5; max-height: 440px; object-position: center top; }
.badge {
  position: absolute; left: 12px; bottom: 12px; background: var(--surface); border-radius: 14px; padding: 10px 14px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14); line-height: 1.3;
}
.badge b { display: block; font-size: 15px; }
.badge small { font-size: 12px; color: var(--muted); }
/* Variação: foto de estúdio recortada (fundo transparente). O médico "pisa" na base do topo. */
.hero--recorte .container { padding-bottom: 0; }
.hero--recorte .hero-photo { display: flex; justify-content: center; align-items: flex-end; }
.hero--recorte .hero-photo .foto { aspect-ratio: auto; width: auto; max-height: 420px; border-radius: 0; background: none; object-fit: contain; }
.hero--recorte .badge { bottom: 24px; }

/* 2. Barra de contato */
.barra { padding-top: var(--gap); }
.hero--recorte + .barra { padding-top: 0; }
.contact-bar {
  border-radius: var(--radius-card); background: var(--dark); color: var(--on-dark);
  display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; padding: 18px 20px;
}
.contact-bar .item { display: flex; align-items: center; gap: 12px; }
.contact-bar .item svg { color: var(--accent-on-dark); flex-shrink: 0; }
.contact-bar small { display: block; font-size: 12px; color: var(--on-dark-muted); }
.contact-bar b { font-size: 15px; font-weight: 600; }

/* Cabeçalho de seção */
.section-head { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 22px; }
.section-head > div { display: flex; flex-direction: column; gap: 12px; max-width: 680px; }
.section-head p { color: var(--ink-2); }

.section-head--centro { align-items: center; text-align: center; }
.section-head--centro > div { align-items: center; }
.section-head--centro .eyebrow::before { display: none; }

/* 6. Como funciona: ícone num círculo claro + "Passo N" + título + 1 frase. Sem cartão.
   Celular: ícone à esquerda e texto à direita (economiza altura). Computador: 3 colunas centralizadas. */
.passos { gap: 24px var(--gap); }
.passo { display: flex; gap: 16px; align-items: flex-start; }
.passo-icone { width: 64px; height: 64px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; flex-shrink: 0; }
.passo-icone svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.700; stroke-linecap: round; stroke-linejoin: round; }
.passo-texto { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.passo-num { font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); }
.passo p { color: var(--muted); font-size: 0.97em; }
.passos-acao { display: flex; justify-content: center; margin-top: 28px; }

/* Opcional A. Dor */
.dor .container { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
.dor-copy { display: flex; flex-direction: column; gap: 16px; }
.dor-copy p { color: var(--ink-2); }
.checklist { display: flex; flex-direction: column; gap: 12px; }
.checklist li, .quem li { display: flex; gap: 12px; align-items: flex-start; }
.checklist svg, .quem svg { width: 22px; height: 22px; flex-shrink: 0; margin-top: 2px; fill: none; stroke: var(--accent); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

/* 5. Sobre */
.about { background: var(--bg-alt); }
.about .container { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; align-items: center; }
.about .foto { aspect-ratio: 4 / 3; max-height: 560px; }
.about-copy { display: flex; flex-direction: column; gap: 18px; }
.about-texto { display: flex; flex-direction: column; gap: 12px; font-size: 1.06em; color: var(--ink-2); }
.creds { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px 24px; font-size: 0.94em; }
.creds li { display: flex; gap: 10px; align-items: flex-start; }
.creds li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); margin-top: 0.55em; flex-shrink: 0; }

/* 7. Avaliações (bloco escuro) */
.reviews { background: var(--dark); color: var(--on-dark); }
.reviews .eyebrow, .reviews .link { color: var(--accent-on-dark); }
.reviews .eyebrow::before { background: var(--accent-on-dark); }
.reviews h2 { color: var(--on-dark); }
.review { background: var(--dark-card); border-radius: var(--radius-card); padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.review .stars { color: var(--star); letter-spacing: 2px; }
.review p { color: var(--on-dark); line-height: 1.6; opacity: 0.94; }
.review .who { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 6px; }
.review .who i { width: 40px; height: 40px; border-radius: 50%; background: var(--dark); color: var(--accent-on-dark); display: grid; place-items: center; font-style: normal; font-weight: 700; flex-shrink: 0; }
.review .who b { display: block; font-size: 14px; }
.review .who small { font-size: 12px; color: var(--on-dark-muted); }
.review .ver { font-size: 13px; font-weight: 700; color: var(--accent-on-dark); }
.review .ver::after { content: " \2192"; }

/* Opcional B. Pra quem é */
.quem ul { display: flex; flex-direction: column; gap: var(--gap); max-width: 820px; }
.quem li { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--card-shadow); padding: 18px 20px; }
.quem li.nao svg { stroke: var(--muted); }

/* Opcional C. Sucesso x risco */
.duplo .grid > div { border-radius: var(--radius-card); padding: 28px 24px; display: flex; flex-direction: column; gap: 14px; }
.duplo h2 { font-size: clamp(22px, 2.2vw, 30px); }
.sucesso { background: var(--accent-soft); }
.sucesso p { color: var(--ink-2); }
.risco { background: var(--dark); color: var(--on-dark); }
.risco h2 { color: var(--on-dark); }
.risco p { color: var(--on-dark); opacity: 0.9; }

/* 8. Dúvidas */
.faq .container { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
.faq-intro { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.faq-intro p { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line-strong); }
.faq-list summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 0; font-size: 1.08em; font-weight: 600;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-size: 24px; line-height: 1; color: var(--muted); flex-shrink: 0; }
.faq-list details[open] summary { color: var(--accent); }
.faq-list details[open] summary::after { content: "\2212"; color: var(--accent); }
.faq-list details p { padding: 0 0 22px; color: var(--ink-2); max-width: 640px; line-height: 1.6; }

/* 9. Contato */
.contact { border-radius: var(--radius-photo); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--card-shadow); display: grid; grid-template-columns: minmax(0, 1fr); overflow: hidden; }
.contact-copy { padding: 28px 20px; display: flex; flex-direction: column; gap: 20px; justify-content: center; }
.contact-copy p { color: var(--muted); }
.contact-copy address { font-style: normal; font-size: 0.94em; color: var(--ink-2); display: flex; flex-direction: column; gap: 6px; }
.mapa { min-height: 220px; background: var(--line); display: grid; place-items: center; text-align: center; padding: 24px; color: var(--muted); font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.mapa iframe { width: 100%; height: 100%; min-height: 220px; border: 0; display: block; }
.mapa:has(iframe) { padding: 0; }

/* Rodapé: 3 colunas (marca + Instagram | contato | endereço) e, embaixo, a linha legal */
.footer { background: var(--bg-alt); border-top: 1px solid var(--line); padding: 28px 0 0; color: var(--ink-2); font-size: 0.94em; }
.footer .container { display: flex; flex-direction: column; gap: 24px; }
.footer-cols { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; }
.footer-cols > div { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; min-width: 0; }
.footer h3 { font-size: 20px; }
.footer .brand-name { font-size: 20px; white-space: normal; }
.footer-lista { display: flex; flex-direction: column; gap: 12px; }
.footer-lista li { display: flex; gap: 10px; align-items: flex-start; overflow-wrap: anywhere; }
.footer-lista svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; fill: none; stroke: var(--accent); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.footer-lista a { color: inherit; }
.footer-lista a:hover { color: var(--accent); }
.footer-legal { border-top: 1px solid var(--line-strong); padding-top: 14px; display: flex; flex-direction: column; gap: 2px; font-size: 12.5px; color: var(--muted); line-height: 1.5; }
.footer-legal a { color: inherit; text-decoration: underline; }
/* Faixa final, de outra cor, com a assinatura da Doc Growth */
.footer-faixa { margin-top: 16px; background: var(--dark); color: var(--on-dark-muted); padding: 10px 0; text-align: center; }
.assinatura-docgrowth { margin: 0; font-size: 12.5px; }
.assinatura-docgrowth a { color: var(--on-dark); text-decoration: underline; }

/* WhatsApp fixo: barra no celular, bolinha no computador */
.wa-barra {
  display: flex; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 30; min-height: 56px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28); transition: transform 0.25s ease, opacity 0.25s ease;
}
/* Flutuantes: SEMPRE verde oficial do WhatsApp, em qualquer tema */
.btn--wa.wa-barra, .btn--wa.wa-barra:hover { background: var(--wa); color: var(--wa-text); text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14); }
.btn--wa.wa-barra:hover { background: var(--wa-hover); }
.wa-barra.is-off { transform: translateY(140%); opacity: 0; pointer-events: none; }
.wa-bolinha { display: none; }

/* ===== Computador ===== */
@media (min-width: 900px) {
  .btn { min-height: 56px; padding: 17px 28px; font-size: var(--btn-size); }
  .btn--sm { min-height: 44px; padding: 11px 20px; font-size: 15px; }
  .btn--bloco { width: auto; }
  .card { padding: 28px; gap: 14px; }
  .card .stat { font-size: 44px; }
  .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  /* Números e cartões do que trata: a grade se ajusta sozinha à quantidade de itens */
  .stats, .grid-auto { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
  .stats > :last-child:nth-child(odd) { grid-column: auto; }

  .nav .container { height: 80px; }
  .brand img { height: 48px; }
  .brand-name { font-size: 22px; }

  .hero .container { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; padding-block: 72px; }
  /* Computador estreito (900 a 1199 px): a coluna de texto é apertada, então nome em cima e registro embaixo, à esquerda */
  .eyebrow--cred { align-items: flex-start; text-align: left; }
  .hero-copy { gap: 24px; text-align: left; }
  .hero-local { justify-content: flex-start; }
  .hero-actions { flex-direction: row; align-items: center; gap: 20px; flex-wrap: wrap; }
  .hero-actions .btn { width: auto; }
  .hero-actions .link { align-self: auto; }
  .hero-proof { display: flex; flex-wrap: wrap; gap: 20px 36px; padding-top: 24px; }
  .hero-proof .v { font-size: 30px; }
  .hero-photo .foto { max-height: 560px; margin-left: auto; }
  .badge { left: -24px; bottom: 40px; padding: 16px 20px; border-radius: 16px; }
  .hero--recorte .container { align-items: stretch; padding-bottom: 0; }
  .hero--recorte .hero-copy { padding-bottom: 72px; justify-content: center; }
  .hero--recorte .hero-photo .foto { max-height: 600px; margin: 0; }
  .hero--recorte .badge { left: 0; bottom: 56px; }

  .barra { padding-top: 0; margin-top: calc(var(--secao) / -3); position: relative; z-index: 2; }
  .hero--recorte + .barra { margin-top: -36px; }
  .contact-bar { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; gap: 24px; padding: 24px 32px; }

  .passo { flex-direction: column; align-items: center; text-align: center; gap: 20px; }
  .passo-icone { width: 96px; height: 96px; }
  .passo-icone svg { width: 42px; height: 42px; }
  .passo-texto { align-items: center; gap: 8px; max-width: 320px; }
  .passos-acao { margin-top: 44px; }
  .section-head.section-head--centro { justify-content: center; align-items: center; }
  .section-head { flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 40px; }
  .dor .container { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 64px; align-items: center; }
  .about .container { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 72px; }
  .about .foto { aspect-ratio: 13 / 14; }
  .creds { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review { padding: 32px; }
  .duplo .grid > div { padding: 40px; }
  .faq .container { grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: 72px; }
  .faq-intro { position: sticky; top: 112px; align-self: start; }
  .contact { grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr); }
  .contact-copy { padding: 64px; gap: 24px; }
  .contact-copy .btn { align-self: flex-start; }
  .mapa, .mapa iframe { min-height: 440px; }
  .footer { padding: 36px 0 0; }
  .footer-faixa { margin-top: 18px; }
  .footer .container { gap: 32px; }
  .footer-cols { grid-template-columns: 1.2fr 1fr 1fr; gap: 56px; }

  .wa-barra { display: none; }
  .wa-bolinha {
    display: grid; place-items: center; position: fixed; right: 24px; bottom: 24px; z-index: 30;
    width: 60px; height: 60px; border-radius: 50%; background: var(--wa); color: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28); transition: transform 0.15s ease;
  }
  .wa-bolinha:hover { transform: scale(1.07); color: #fff; }
  .wa-bolinha svg { width: 34px; height: 34px; fill: currentColor; }
}

/* Rótulo do topo numa linha só (com o tracinho) a partir de 1200 px, que é quando nome + CRM + RQE cabem sem quebrar */
@media (min-width: 1200px) {
  .eyebrow--cred { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 2px 10px; }
  .eyebrow--cred::before { display: block; }
  .eyebrow--cred .cred-reg { white-space: nowrap; }
  .eyebrow--cred .cred-reg::before { content: "\00b7\00a0\00a0"; }
}

/* Menu aberto em linha só a partir de 1100 px: abaixo disso os 5 links + botão não cabem sem quebrar, então fica o menu de três risquinhos */
@media (min-width: 1100px) {
  .nav-toggle { display: none; }
  .nav-links { display: flex; position: static; flex-direction: row; align-items: center; gap: 28px; padding: 0; border: 0; background: none; font-size: 15px; font-weight: 500; white-space: nowrap; }
  .nav-links a:not(.btn) { padding: 0; border: 0; color: var(--ink-2); }
  .nav-links a:not(.btn):hover { color: var(--accent); }
  .nav-links .btn { margin-top: 0; }
}

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