/* ==========================================================================
   Elisabete Magalhães — Psicóloga · Psicanálise / Psicologia Analítica
   Persona A — Editorial Premium (com calor orgânico da IV da cliente)
   Paleta e tipografia: IV oficial da cliente.
   ========================================================================== */

:root {
  /* Paleta oficial (IV da cliente) */
  --branco: #ffffff;
  --bege: #efe6da;
  --bege-claro: #f7f3ec;
  --salvia: #a8b8a0;
  --salvia-fundo: #edf1ea;
  --salvia-suave: #cbd6c5;
  --terracota: #c98a82;
  --terracota-suave: #e6c3bd;
  --neblina: #afc4d1;
  --neblina-suave: #d6e2e8;
  --taupe: #8a7468;
  --taupe-deep: #6c584c;
  --taupe-escuro: #52443b;

  /* Aplicação */
  --primaria: #7a6355;      /* CTA principal */
  --primaria-hover: #63503f;
  --acento: #c98a82;        /* terracota, acentos/eyebrow */
  --texto: #43382f;
  --texto-suave: #7a6c60;
  --titulo: #574638;
  --superficie: #ffffff;
  --linha: rgba(138, 116, 104, 0.22);
  --linha-forte: rgba(138, 116, 104, 0.4);

  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius: 4px;
  --radius-arco: 180px;
  --sombra: 0 18px 45px -24px rgba(82, 68, 59, 0.35);
  --sombra-suave: 0 10px 30px -18px rgba(82, 68, 59, 0.28);
  --container: 1160px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
}

/* ---------- Reset / base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.72;
  color: var(--texto);
  background: var(--branco);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  color: var(--titulo);
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 0.5em;
  letter-spacing: -0.015em;
}

p { margin: 0 0 1.1rem; }
a { color: var(--primaria); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--primaria-hover); }
img { max-width: 100%; display: block; }
ul { margin: 0; padding: 0; }

:focus-visible {
  outline: 2px solid var(--primaria);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container-estreito { max-width: 820px; }

section { position: relative; }
.secao { padding-block: clamp(4rem, 9vw, 6.5rem); position: relative; }

.eyebrow {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--acento);
  margin-bottom: 1.1rem;
}
.eyebrow::after {
  content: "";
  width: 30px; height: 3px; border-radius: 2px;
  background: var(--salvia);
}
.cabecalho-secao.centro { text-align: center; }
.cabecalho-secao.centro .eyebrow { align-items: center; }
.cabecalho-secao.centro .titulo-secao,
.cabecalho-secao.centro .intro-secao { margin-inline: auto; }

.titulo-secao {
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  max-width: 20ch;
  margin-bottom: 0.4em;
}
.intro-secao {
  font-size: 1.1rem;
  color: var(--texto-suave);
  max-width: 60ch;
  margin-bottom: 0;
}

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1;
  padding: 0.95rem 1.7rem;
  border-radius: var(--radius);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
  white-space: nowrap;
  text-align: center;
}
.btn svg { flex: 0 0 auto; }
.btn-primary { background: var(--primaria); color: #fff; box-shadow: var(--sombra-suave); }
.btn-primary:hover { background: var(--primaria-hover); color: #fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--primaria); border-color: var(--linha-forte); }
.btn-ghost:hover { color: var(--primaria-hover); border-color: var(--primaria); background: rgba(122, 99, 85, 0.06); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--primaria); }
.btn-light:hover { background: var(--bege-claro); color: var(--primaria-hover); transform: translateY(-2px); }
.btn-block { width: 100%; }

/* ---------- Divisor com nó central ---------- */
.divisor { position: relative; height: 1px; background: transparent; margin: 0; }
.divisor::before {
  content: "";
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: min(560px, 78%); height: 1px;
  background: linear-gradient(90deg, transparent, var(--linha-forte) 22%, var(--linha-forte) 78%, transparent);
}
.divisor::after {
  content: "";
  position: absolute; top: 50%; left: 50%;
  width: 9px; height: 9px;
  background: var(--salvia);
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 2px;
  box-shadow: 0 0 0 5px var(--branco);
}
.divisor.sobre-bege::after { box-shadow: 0 0 0 5px var(--bege-claro); }

/* ---------- Camada decorativa (fundos por forma — Editorial + motivo do nicho) ---------- */
.decor { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.decor > * { position: absolute; }
.blob-suave {
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
}
.grao {
  position: absolute; inset: 0;
  opacity: 0.5;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.secao > .container, .hero > .container { position: relative; z-index: 1; }

/* Ramo de folhas (motivo do nicho — IV da cliente), traço sutil */
.folha-decor { opacity: 0.5; }
.folha-decor path, .folha-decor line { stroke: var(--salvia); }

/* ==========================================================================
   HEADER / NAV
   ========================================================================== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease, padding 0.3s ease;
}
.site-header.rolado {
  box-shadow: 0 6px 24px -18px rgba(82, 68, 59, 0.45);
  border-bottom-color: var(--linha);
  background: rgba(255, 255, 255, 0.94);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem;
  padding-block: 0.85rem;
  transition: padding 0.3s ease;
}
.site-header.rolado .nav { padding-block: 0.55rem; }
.brand { display: inline-flex; align-items: center; }
.brand img { height: 46px; width: auto; transition: height 0.3s ease; }
.site-header.rolado .brand img { height: 40px; }
.nav-links { display: flex; align-items: center; gap: 1.75rem; list-style: none; }
.nav-links a {
  font-size: 0.94rem; font-weight: 600; color: var(--texto);
  position: relative; padding-block: 0.3rem;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px;
  width: 0; height: 2px; background: var(--acento); border-radius: 2px;
  transition: width 0.28s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--titulo); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta { display: inline-flex; }
.nav .btn { flex-shrink: 0; }

/* Toggle + drawer (padrão da esteira) */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; color: var(--primaria); padding: 0.3rem; line-height: 0; }
.nav-toggle svg { width: 28px; height: 28px; }

.mobile-menu {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 1200;
  width: min(86vw, 360px);
  display: flex; flex-direction: column;
  padding: 1.1rem 1.5rem 2rem;
  background: var(--superficie);
  box-shadow: -18px 0 50px -22px rgba(0, 0, 0, 0.28);
  transform: translateX(100%); visibility: hidden;
  transition: transform 0.34s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.34s;
  overscroll-behavior: contain;
}
.mobile-menu.open { transform: none; visibility: visible; }
.mobile-menu__head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 1rem; margin-bottom: 0.4rem; border-bottom: 1px solid var(--linha);
}
.mobile-menu__logo { height: 40px; width: auto; }
.mobile-menu__links { display: flex; flex-direction: column; margin: 0; padding: 0; list-style: none; }
.mobile-menu__links li { border-bottom: 1px solid var(--linha); }
.mobile-menu__links a { display: flex; align-items: center; min-height: 54px; font-size: 1.06rem; font-weight: 600; color: var(--texto); transition: color 0.2s; }
.mobile-menu__links a:hover, .mobile-menu__links a.active { color: var(--primaria); }
.mobile-menu__cta { margin-top: auto; width: 100%; justify-content: center; }
.mobile-close { background: none; border: none; color: var(--primaria); cursor: pointer; padding: 0.3rem; margin: -0.3rem; line-height: 0; }
.mobile-close svg { width: 30px; height: 30px; }
.menu-backdrop {
  position: fixed; inset: 0; z-index: 1100;
  background: rgba(52, 44, 36, 0.5);
  -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
  opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s;
}
.menu-backdrop.open { opacity: 1; visibility: visible; }

/* ==========================================================================
   HERO — Editorial assimétrico + foto em arco (calor orgânico)
   ========================================================================== */
.hero {
  position: relative;
  padding-top: clamp(7.5rem, 12vw, 9.5rem);
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
  background: linear-gradient(180deg, var(--bege-claro) 0%, var(--branco) 92%);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.hero-conteudo { max-width: 40ch; }
.hero h1 {
  font-size: clamp(2.5rem, 6vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin-bottom: 0.55em;
}
.hero h1 .realce { color: var(--taupe); font-style: italic; }
.hero-sub {
  font-size: 1.16rem;
  color: var(--texto-suave);
  max-width: 46ch;
  margin-bottom: 2rem;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.hero-selo {
  display: inline-flex; align-items: center; gap: 0.6rem;
  margin-top: 2.2rem; font-size: 0.86rem; color: var(--texto-suave);
  letter-spacing: 0.02em;
}
.hero-selo .crp {
  font-weight: 800; color: var(--taupe); letter-spacing: 0.12em;
  font-size: 0.8rem; padding: 0.3rem 0.65rem; border: 1px solid var(--linha-forte);
  border-radius: 100px;
}

/* Foto em arco com moldura deslocada (A + B) */
.hero-figura { position: relative; justify-self: center; width: 100%; max-width: 380px; }
.hero-figura__moldura {
  position: absolute; inset: 18px -18px -18px 18px;
  border: 1.5px solid var(--salvia);
  border-radius: var(--radius-arco) var(--radius-arco) var(--radius) var(--radius);
  z-index: 0;
}
.hero-figura__img {
  position: relative; z-index: 1;
  border-radius: var(--radius-arco) var(--radius-arco) var(--radius) var(--radius);
  overflow: hidden;
  box-shadow: var(--sombra);
  background: var(--salvia-fundo);
}
.hero-figura__img img { width: 100%; height: auto; display: block; }
.hero-figura__nota {
  position: absolute; z-index: 2; bottom: -50px; left: -22px;
  background: #fff; border-radius: var(--radius);
  padding: 0.7rem 1rem; box-shadow: var(--sombra-suave);
  font-size: 0.82rem; line-height: 1.35; max-width: 190px;
  border: 1px solid var(--linha);
}
.hero-figura__nota strong { color: var(--titulo); font-family: var(--serif); display: block; font-size: 1.4rem; }

/* ==========================================================================
   SOBRE — pull quote editorial ampliada (Sobre C)
   ========================================================================== */
.sobre { background: var(--branco); }
.sobre-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.sobre-quote {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.8vw, 2.15rem);
  line-height: 1.28;
  color: var(--titulo);
  font-style: italic;
  position: relative;
}
.sobre-quote cite { display: block; font-style: normal; font-family: var(--sans); font-size: 0.9rem; font-weight: 700; letter-spacing: 0.06em; color: var(--taupe); margin-top: 1.2rem; text-transform: uppercase; }
.sobre-texto p { margin-bottom: 1.2rem; }
.sobre-texto p:last-child { margin-bottom: 0; }
.sobre-credenciais {
  list-style: none; display: grid; gap: 1.05rem;
  margin-top: 2.3rem; padding-top: 1.7rem;
  border-top: 1px solid var(--linha);
  font-family: var(--sans); font-style: normal;
}
.sobre-credenciais li { display: flex; flex-direction: column; gap: 0.1rem; }
.sobre-credenciais strong { font-family: var(--serif); font-style: normal; color: var(--titulo); font-size: 1.18rem; line-height: 1.15; }
.sobre-credenciais span { font-size: 0.9rem; color: var(--texto-suave); }

/* Motivos da IV reutilizáveis (ondas suaves + ramo de folhas) */
.motivo-ondas { opacity: 0.42; }
.motivo-ondas path { fill: none; stroke-width: 1.4; }
.motivo-folha { opacity: 0.4; }
.motivo-folha path { fill: none; stroke-width: 1.35; }

/* ==========================================================================
   ABORDAGEM — split texto + arte orgânica
   ========================================================================== */
.abordagem { background: var(--bege-claro); }
.abordagem-grid { display: grid; grid-template-columns: 6fr 6fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.abordagem-lista { list-style: none; display: grid; gap: 1.6rem; margin-top: 2.4rem; }
.abordagem-lista li { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.abordagem-lista .ico {
  flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--salvia-fundo); color: var(--taupe-deep);
  border: 1px solid var(--salvia-suave);
}
.abordagem-lista .ico svg { width: 22px; height: 22px; }
.abordagem-lista h3 { font-size: 1.2rem; margin-bottom: 0.25em; }
.abordagem-lista p { margin: 0; font-size: 0.98rem; color: var(--texto-suave); }
.abordagem-arte {
  position: relative; min-height: 340px; border-radius: var(--radius);
  display: grid; place-items: center; overflow: hidden;
  background: radial-gradient(135% 130% at 50% 38%, #fff 0%, var(--bege-claro) 58%, var(--salvia-fundo) 100%);
  border: 1px solid var(--linha);
}
.abordagem-arte__folha { position: absolute; width: 94px; height: 94px; right: 26px; bottom: 22px; opacity: 0.55; }
.abordagem-arte__folha path { stroke: var(--salvia); stroke-width: 1.4; fill: none; }
.abordagem-arte blockquote {
  position: relative; z-index: 2; margin: 0; padding: 2rem;
  font-family: var(--serif); font-style: italic; font-size: 1.35rem;
  color: var(--titulo); text-align: center; max-width: 26ch;
}
.abordagem-arte blockquote span { display: block; font-family: var(--sans); font-style: normal; font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--taupe); margin-top: 1rem; font-weight: 700; }

/* ==========================================================================
   FRENTES / ATENDIMENTO — lista numerada grande (Diferenciais B)
   ========================================================================== */
.frentes { background: var(--branco); }
.frentes-lista { list-style: none; display: grid; gap: 0; margin-top: 2.5rem; }
.frente {
  display: grid; grid-template-columns: auto 1fr; gap: clamp(1.2rem, 3vw, 2.5rem);
  align-items: start; padding: 2.2rem 0;
  border-top: 1px solid var(--linha);
}
.frente:last-child { border-bottom: 1px solid var(--linha); }
.frente__num {
  font-family: var(--serif); font-size: clamp(2.6rem, 6vw, 4rem);
  color: var(--salvia); line-height: 0.8; font-weight: 600; opacity: 0.85;
}
.frente__corpo h3 { font-size: 1.4rem; margin-bottom: 0.35em; }
.frente__corpo p { margin: 0; color: var(--texto-suave); max-width: 62ch; }
.frente__corpo .tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.9rem; }
.frente__corpo .tag {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.03em;
  color: var(--taupe-deep); background: var(--bege);
  padding: 0.3rem 0.7rem; border-radius: 100px;
}

/* ==========================================================================
   SUPERVISÃO — seção-âncora sólida (bloco de cor da Persona A)
   ========================================================================== */
.supervisao { background: var(--taupe-escuro); color: #fff; overflow: hidden; }
.supervisao h1, .supervisao h2, .supervisao h3, .supervisao h4 { color: #fff; }
.supervisao .eyebrow { color: var(--terracota-suave); }
.supervisao .eyebrow::after { background: var(--salvia); }
.supervisao-grid { display: grid; grid-template-columns: 6fr 5fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.supervisao .intro-secao { color: rgba(255, 255, 255, 0.82); }
.supervisao-lista { list-style: none; display: grid; gap: 1.1rem; margin-top: 0.5rem; }
.supervisao-lista li { display: grid; grid-template-columns: auto 1fr; gap: 0.85rem; align-items: start; color: rgba(255, 255, 255, 0.9); }
.supervisao-lista li svg { width: 22px; height: 22px; color: var(--salvia); flex: 0 0 auto; margin-top: 2px; }
.supervisao-lista li strong { color: #fff; }
.supervisao-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: clamp(1.6rem, 3vw, 2.4rem);
  backdrop-filter: blur(2px);
}
.supervisao-card h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.supervisao-card p { color: rgba(255, 255, 255, 0.82); font-size: 0.98rem; }
.supervisao-card .btn { margin-top: 1rem; }

/* ==========================================================================
   FORMAÇÃO — timeline editorial
   ========================================================================== */
.formacao { background: var(--bege-claro); }
.timeline { list-style: none; position: relative; margin-top: 2.5rem; display: grid; gap: 0; }
.timeline::before {
  content: ""; position: absolute; left: 7px; top: 8px; bottom: 8px;
  width: 2px; background: var(--salvia-suave);
}
.timeline li { position: relative; padding: 0 0 1.9rem 2.4rem; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before {
  content: ""; position: absolute; left: 0; top: 4px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--branco); border: 3px solid var(--taupe);
}
.timeline li.destaque::before { background: var(--terracota); border-color: var(--terracota); }
.timeline h3 { font-size: 1.18rem; margin-bottom: 0.15em; }
.timeline p { margin: 0; color: var(--texto-suave); font-size: 0.97rem; }

/* ==========================================================================
   DEPOIMENTOS — sóbrio, iniciais (conformidade CFP)
   ========================================================================== */
.depoimentos { background: var(--branco); }
.depo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; margin-top: 2.6rem; }
.depo-card {
  background: var(--bege-claro);
  border: 1px solid var(--linha);
  border-radius: var(--radius);
  padding: 1.7rem;
  display: flex; flex-direction: column; gap: 1rem;
  position: relative;
}
.depo-card__estrelas { display: inline-flex; gap: 3px; color: var(--terracota); }
.depo-card__estrelas svg { width: 17px; height: 17px; }
.depo-card__texto { font-family: var(--serif); font-style: italic; font-size: 1.05rem; line-height: 1.5; color: var(--titulo); margin: 0; }
.depo-card__autor { display: flex; align-items: center; gap: 0.7rem; margin-top: auto; }
.depo-card__iniciais {
  width: 40px; height: 40px; border-radius: 50%; flex: 0 0 auto;
  display: grid; place-items: center;
  background: var(--salvia-fundo); color: var(--taupe-deep);
  font-weight: 800; font-size: 0.82rem; letter-spacing: 0.04em;
  border: 1px solid var(--salvia-suave);
}
.depo-card__meta { font-size: 0.82rem; color: var(--texto-suave); line-height: 1.35; }
.depo-card__meta strong { color: var(--titulo); font-weight: 700; display: block; }
.depo-nota { text-align: center; font-size: 0.82rem; color: var(--texto-suave); margin-top: 1.8rem; font-style: italic; }

/* ==========================================================================
   FAQ — accordion
   ========================================================================== */
.faq { background: var(--bege-claro); }
.faq-lista { max-width: 800px; margin: 2.4rem auto 0; display: grid; gap: 0.9rem; }
.faq-item { background: var(--branco); border: 1px solid var(--linha); border-radius: var(--radius); overflow: hidden; }
.faq-pergunta {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.25rem 1.4rem; font-family: var(--serif); font-size: 1.1rem;
  color: var(--titulo); font-weight: 600;
}
.faq-pergunta .chevron { flex: 0 0 auto; width: 22px; height: 22px; color: var(--taupe); transition: transform 0.3s ease; }
.faq-item.aberto .chevron { transform: rotate(180deg); }
.faq-resposta { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-resposta__inner { padding: 0 1.4rem 1.35rem; color: var(--texto-suave); font-size: 0.99rem; }

/* ==========================================================================
   BLOG — chamada
   ========================================================================== */
.blog-chamada { background: var(--branco); }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; margin-top: 2.6rem; }
.blog-card {
  border: 1px solid var(--linha); border-radius: var(--radius); overflow: hidden;
  background: var(--bege-claro); display: flex; flex-direction: column;
}
.blog-card__capa {
  height: 150px; position: relative; overflow: hidden;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--salvia-fundo), var(--neblina-suave));
}
.blog-card__selo {
  position: relative; z-index: 2;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--taupe-deep); background: rgba(255, 255, 255, 0.8);
  padding: 0.35rem 0.85rem; border-radius: 100px; border: 1px solid var(--linha);
}
.blog-card__corpo { padding: 1.3rem 1.4rem 1.5rem; }
.blog-card__corpo h3 { font-size: 1.12rem; margin-bottom: 0.2em; }
.blog-card__corpo p { margin: 0; font-size: 0.92rem; color: var(--texto-suave); }
.blog-chamada__cta { text-align: center; margin-top: 2.4rem; }

/* ==========================================================================
   CTA + FORMULÁRIO
   ========================================================================== */
.cta-final { background: var(--bege); position: relative; overflow: hidden; }
.cta-grid { display: grid; grid-template-columns: 5fr 6fr; gap: clamp(2.2rem, 5vw, 4.5rem); align-items: center; }
.cta-texto h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
.cta-texto p { color: var(--texto-suave); max-width: 44ch; }
.cta-contatos { list-style: none; display: grid; gap: 0.7rem; margin-top: 1.6rem; }
.cta-contatos a { display: inline-flex; align-items: center; gap: 0.7rem; min-height: 44px; color: var(--texto); font-weight: 600; }
.cta-contatos svg { width: 22px; height: 22px; color: var(--taupe); flex: 0 0 auto; }

.form-card { background: #fff; border-radius: var(--radius); padding: clamp(1.6rem, 3vw, 2.4rem); box-shadow: var(--sombra); border: 1px solid var(--linha); }
.form-card h3 { font-size: 1.4rem; margin-bottom: 0.3em; }
.form-card .form-sub { font-size: 0.94rem; color: var(--texto-suave); margin-bottom: 1.4rem; }
.campo { margin-bottom: 1.05rem; }
.campo label { display: block; font-size: 0.85rem; font-weight: 700; color: var(--titulo); margin-bottom: 0.4rem; }
.campo input, .campo textarea {
  width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--texto);
  padding: 0.8rem 0.95rem; border: 1.5px solid var(--linha-forte); border-radius: var(--radius);
  background: var(--bege-claro); transition: border-color 0.2s ease, background 0.2s ease;
}
.campo input:focus, .campo textarea:focus { outline: none; border-color: var(--taupe); background: #fff; }
.campo textarea { resize: vertical; min-height: 96px; }
.campo.erro input, .campo.erro textarea { border-color: var(--terracota); }
.campo__erro { display: none; color: #b06a62; font-size: 0.8rem; margin-top: 0.35rem; font-weight: 600; }
.campo.erro .campo__erro { display: block; }
.form-consent { font-size: 0.8rem; color: var(--texto-suave); margin: 0.4rem 0 1.2rem; line-height: 1.5; }
.form-consent a { text-decoration: underline; }

/* ==========================================================================
   RODAPÉ
   ========================================================================== */
.site-footer { background: var(--taupe-escuro); color: rgba(255, 255, 255, 0.82); padding-block: clamp(3rem, 6vw, 4.5rem) 1.8rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.4fr; gap: 2.5rem; }
.footer-marca img { height: 46px; width: auto; margin-bottom: 1rem; filter: brightness(0) invert(1); opacity: 0.92; }
.footer-marca p { font-size: 0.92rem; max-width: 34ch; color: rgba(255, 255, 255, 0.72); }
.footer-col h4 { color: #fff; font-family: var(--sans); font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-col ul { list-style: none; display: grid; gap: 0.6rem; }
.footer-col a { color: rgba(255, 255, 255, 0.78); font-size: 0.95rem; }
.footer-col a:hover { color: #fff; }
.contatos { list-style: none; display: grid; gap: 0.7rem; }
.contatos a { display: inline-flex; align-items: center; gap: 0.6rem; min-height: 44px; color: rgba(255, 255, 255, 0.82); font-size: 0.95rem; }
.contatos a:hover { color: #fff; }
.contatos svg { flex: 0 0 auto; }
.footer-bottom {
  margin-top: 2.8rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem; align-items: center; justify-content: space-between;
  font-size: 0.85rem; color: rgba(255, 255, 255, 0.6);
}
.footer-bottom a { color: rgba(255, 255, 255, 0.78); }
.footer-bottom a:hover { color: #fff; }
.footer-cred { color: rgba(255, 255, 255, 0.72); }

/* ==========================================================================
   WHATSAPP FLUTUANTE
   ========================================================================== */
.wa-float {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 900;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 30px -8px rgba(37, 211, 102, 0.6);
  animation: wa-float 3.2s ease-in-out infinite, wa-pulse 2.8s ease-out 1.2s infinite;
  will-change: transform, box-shadow;
}
.wa-float:hover { animation-play-state: paused; transform: scale(1.13); color: #fff; }
@keyframes wa-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes wa-pulse {
  0% { box-shadow: 0 10px 30px -8px rgba(37, 211, 102, 0.6), 0 0 0 0 rgba(37, 211, 102, 0.5); }
  70% { box-shadow: 0 10px 30px -8px rgba(37, 211, 102, 0.6), 0 0 0 20px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 10px 30px -8px rgba(37, 211, 102, 0.6), 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ==========================================================================
   MOVIMENTO / REVEAL (Perfil Editorial)
   ========================================================================== */
.animate-on-scroll {
  opacity: 0; transform: translateY(16px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  transition-delay: calc(var(--i, 0) * 90ms);
}
.animate-on-scroll.visible { opacity: 1; transform: none; }

.linha-desenha { position: relative; }
@keyframes drift { 0% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(0, -16px, 0) rotate(1.2deg); } 100% { transform: translate3d(0, 0, 0); } }
.decor-drift { animation: drift 20s ease-in-out infinite; will-change: transform; }
.decor-drift.lento { animation-duration: 26s; }

/* Hero load-in */
.hero .load-in { opacity: 0; transform: translateY(18px); animation: heroIn 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) forwards; }
.hero .load-in.d1 { animation-delay: 0.1s; }
.hero .load-in.d2 { animation-delay: 0.24s; }
.hero .load-in.d3 { animation-delay: 0.38s; }
.hero .load-in.d4 { animation-delay: 0.52s; }
.hero-figura.load-in { animation-delay: 0.3s; }
@keyframes heroIn { to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .animate-on-scroll { opacity: 1 !important; transform: none !important; transition: none !important; }
  .decor-drift { animation: none !important; }
  [data-parallax] { transform: none !important; }
  .wa-float { animation: none !important; }
  .hero .load-in, .hero-figura.load-in { opacity: 1 !important; transform: none !important; animation: none !important; }
}

/* ==========================================================================
   RESPONSIVO
   ========================================================================== */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-conteudo { max-width: none; }
  .hero-figura { grid-row: 1; max-width: 320px; margin-bottom: 3rem; }
  .sobre-grid, .abordagem-grid, .supervisao-grid, .cta-grid, .footer-grid { grid-template-columns: 1fr; }
  .abordagem-arte { min-height: 260px; }
  .footer-grid { gap: 2rem; }
}
@media (max-width: 640px) {
  .nav-links, .nav .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .frente { grid-template-columns: 1fr; gap: 0.6rem; }
  .frente__num { font-size: 2.6rem; }
  .hero h1 { font-size: clamp(2.2rem, 10vw, 3rem); }
  .depo-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .wa-float { bottom: 1.25rem; right: 1.25rem; }
}
