@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("assets/fonts/newsreader-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("assets/fonts/newsreader-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --teal: #004653;
  --teal-deep: #002f39;
  --teal-soft: #dce9e9;
  --graphite: #414346;
  --ink: #18262a;
  --muted: #637073;
  --paper: #fbfaf7;
  --ivory: #f3f1eb;
  --white: #ffffff;
  --line: #d9ddda;
  --line-dark: #b8c2c1;
  --green: #167451;
  --green-dark: #0d5d40;
  --display: "Newsreader", Georgia, serif;
  --body: "Manrope", Arial, sans-serif;
  --max: 1320px;
  --shadow: 0 30px 80px rgba(0, 47, 57, 0.12);

  /* Escala tipográfica fluida, interpolada de 360px a 1600px de viewport.
     Uma escala única para todos os tamanhos de tela: sem saltos de
     breakpoint e sem inversão de hierarquia entre tablet e notebook. */
  --texto-xs: clamp(0.72rem, 0.7rem + 0.09vw, 0.78rem);
  --texto-sm: clamp(0.82rem, 0.79rem + 0.13vw, 0.9rem);
  --texto-base: clamp(0.94rem, 0.9rem + 0.17vw, 1.06rem);
  --texto-md: clamp(1.03rem, 0.97rem + 0.26vw, 1.19rem);
  --texto-lg: clamp(1.15rem, 1.05rem + 0.42vw, 1.4rem);
  --titulo-sm: clamp(1.22rem, 1.11rem + 0.48vw, 1.52rem);
  --titulo-md: clamp(1.45rem, 1.25rem + 0.87vw, 2rem);
  /* Os tetos são limitados pela largura da coluna de texto (--max), não
     pela da tela: acima de 1320px a coluna para de crescer, e uma fonte
     maior só quebraria a manchete em mais linhas. */
  --titulo-lg: clamp(1.75rem, 1.5rem + 1.13vw, 2.625rem);
  --titulo-xl: clamp(2.25rem, 1.81rem + 1.94vw, 3.75rem);
  --numero: clamp(3.2rem, 2.37rem + 3.63vw, 6rem);

  /* Margem lateral única do site. Todas as faixas — inclusive as de
     fundo cheio — recuam pelo mesmo valor, para o conteúdo formar uma
     coluna de borda reta do cabeçalho ao rodapé. */
  --borda: clamp(1rem, 0.5rem + 2.2vw, 3rem);
  --recuo: max(calc((100% - var(--max)) / 2), var(--borda));

  /* Ritmo vertical, também fluido */
  --secao-y: clamp(3.5rem, 2.4rem + 4.6vw, 7rem);
  --titulo-gap: clamp(2.25rem, 1.6rem + 2.6vw, 4rem);
  --card-p: clamp(1.6rem, 1.2rem + 1.5vw, 2.4rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7.5rem;
}

[id] {
  scroll-margin-top: 7.5rem;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: var(--texto-base);
  line-height: 1.65;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.capture-mode .floating-whatsapp {
  display: none !important;
}

body.capture-mode .site-header {
  position: relative;
}

:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
}

.closing-cta :focus-visible,
.impact-section :focus-visible,
.question-band :focus-visible,
.choice-law :focus-visible {
  outline-color: #8fd1b4;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

h1,
h2,
h3,
p,
ul,
ol,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--teal-deep);
  font-family: var(--display);
  font-weight: 520;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

/* Endereços de e-mail e URLs longas não podem empurrar a largura da
   página em telas estreitas. */
p,
li,
dd,
blockquote {
  overflow-wrap: break-word;
}

/* A entrelinha abre conforme o texto diminui, e o espacejamento fecha
   conforme ele cresce. Os títulos são em português: a entrelinha precisa
   acomodar maiúsculas acentuadas sem encostar na linha de cima. */
h1 {
  margin-bottom: 1.5rem;
  font-size: var(--titulo-xl);
  letter-spacing: -0.032em;
  line-height: 1.02;
}

h2 {
  margin-bottom: 1.2rem;
  font-size: var(--titulo-lg);
  letter-spacing: -0.024em;
  line-height: 1.08;
}

h3 {
  margin-bottom: 0.75rem;
  font-size: var(--titulo-sm);
  letter-spacing: -0.012em;
  line-height: 1.28;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-180%);
  padding: 0.65rem 1rem;
  background: var(--teal-deep);
  color: var(--white);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: minmax(230px, 310px) 1fr auto auto;
  align-items: center;
  gap: 1.7rem;
  min-height: 92px;
  padding: 0.75rem var(--recuo);
  border-bottom: 1px solid rgba(0, 70, 83, 0.15);
  background: rgba(251, 250, 247, 0.95);
  backdrop-filter: blur(14px);
}

.brand {
  display: block;
}

.brand img {
  width: 285px;
  max-height: 68px;
  object-fit: contain;
  object-position: left center;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 2.6vw, 2.5rem);
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--graphite);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 160ms ease-out;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--teal);
}

/* Itens exclusivos da gaveta mobile. A especificidade precisa vencer a de
   `.main-nav a`, senão eles reaparecem no cabeçalho do desktop. */
.main-nav .nav-divider,
.main-nav .nav-audience,
.main-nav .nav-whatsapp {
  display: none;
}

.audience-switch {
  display: flex;
  border: 1px solid var(--line-dark);
  background: var(--white);
}

.audience-switch a {
  padding: 0.75rem 0.95rem;
  color: var(--graphite);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.audience-switch a + a {
  border-left: 1px solid var(--line-dark);
}

.audience-switch a:hover {
  color: var(--teal);
}

.audience-switch a[aria-current="page"] {
  background: var(--teal);
  color: var(--white);
}

.header-whatsapp {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.85rem 1.25rem;
  overflow: hidden;
  background: var(--green);
  color: var(--white);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 1px 2px rgba(13, 93, 64, 0.26),
    0 8px 20px -8px rgba(13, 93, 64, 0.45);
  font-size: 0.8rem;
  font-weight: 800;
}

.header-whatsapp::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  transform: scaleX(0);
  transform-origin: right center;
  background: linear-gradient(120deg, var(--green-dark), #0a4b34);
  transition: transform 480ms cubic-bezier(0.22, 0.61, 0.24, 1);
  content: "";
}

.header-whatsapp:hover::before,
.header-whatsapp:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.header-whatsapp svg {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  fill: currentColor;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-dark);
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--teal-deep);
  transition: transform 180ms ease-out, opacity 120ms ease-out;
}

.site-header.menu-open .menu-button span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.site-header.menu-open .menu-button span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.section-shell {
  width: min(calc(100% - 2 * var(--borda)), var(--max));
  margin-inline: auto;
  padding-block: var(--secao-y);
}

.eyebrow {
  margin-bottom: 0.9rem;
  color: var(--teal);
  font-size: var(--texto-xs);
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

/* A coluna da foto acompanha a altura do texto: o topo da imagem alinha
   com o rótulo e a base com a última linha, formando uma grade limpa. */
.hero,
.subpage-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.85fr);
  align-items: stretch;
  gap: clamp(2.5rem, 0.6rem + 4.2vw, 5rem);
  min-height: 620px;
  padding-top: clamp(3.2rem, 2.4rem + 2.2vw, 4.5rem);
  padding-bottom: clamp(3.2rem, 2.4rem + 2.2vw, 4.5rem);
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
}

.hero-lead {
  max-width: 52ch;
  margin-bottom: 2.1rem;
  color: var(--muted);
  font-size: var(--texto-md);
  line-height: 1.6;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem;
}

.button-row.centered {
  justify-content: center;
}

/* No celular os botões ocupam a largura toda e ficam alinhados entre si,
   em vez de cada um ter a largura do próprio texto. */
@media (max-width: 560px) {
  .button-row .button {
    flex: 1 1 100%;
  }
}

/* O preenchimento do hover entra como uma varredura lateral, em vez de
   trocar a cor de golpe. O ::before fica atrás do texto por z-index e o
   isolamento impede que ele escape do contexto de empilhamento. */
.button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 58px;
  padding: 1rem 1.9rem;
  overflow: hidden;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: var(--texto-sm);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  transition:
    color 260ms ease-out,
    border-color 260ms ease-out,
    transform 220ms cubic-bezier(0.22, 0.61, 0.24, 1),
    box-shadow 300ms ease-out;
}

.button::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 480ms cubic-bezier(0.22, 0.61, 0.24, 1);
  content: "";
}

.button:hover::before,
.button:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.button:active {
  transform: translateY(0) scale(0.985);
}

.button svg {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
  transition: transform 320ms cubic-bezier(0.22, 0.61, 0.24, 1);
}

.button-seta svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.button-seta:hover svg,
.button-seta:focus-visible svg {
  transform: translateX(4px);
}

.button-zap svg {
  fill: currentColor;
}

/* Verde da marca com um brilho fino no topo: dá volume sem sombra pesada. */
.button-primary {
  background: var(--green);
  color: var(--white);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 1px 2px rgba(13, 93, 64, 0.28),
    0 10px 24px -8px rgba(13, 93, 64, 0.45);
}

.button-primary::before {
  background: linear-gradient(120deg, var(--green-dark), #0a4b34);
}

.button-primary:hover,
.button-primary:focus-visible {
  transform: translateY(-2px);
  color: var(--white);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 2px 4px rgba(13, 93, 64, 0.3),
    0 16px 34px -10px rgba(13, 93, 64, 0.55);
}

/* Entrada por rolagem. Sutil de propósito: 18px de deslocamento e uma
   curva desacelerada. O escalonamento entre irmãos vem de --atraso. */
.anima [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms cubic-bezier(0.22, 0.61, 0.24, 1) var(--atraso, 0ms),
    transform 700ms cubic-bezier(0.22, 0.61, 0.24, 1) var(--atraso, 0ms);
  will-change: opacity, transform;
}

.anima [data-reveal].revelado {
  opacity: 1;
  transform: none;
  will-change: auto;
}

/* Contorno que se preenche de teal e inverte o texto. */
.button-secondary {
  border-color: rgba(0, 70, 83, 0.45);
  background: transparent;
  color: var(--teal);
}

.button-secondary::before {
  background: var(--teal);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  transform: translateY(-2px);
  border-color: var(--teal);
  color: var(--white);
}

.button-light {
  background: var(--white);
  color: var(--teal-deep);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 26px -10px rgba(0, 24, 30, 0.55);
}

.button-light::before {
  background: var(--teal-soft);
}

.button-light:hover,
.button-light:focus-visible {
  transform: translateY(-2px);
  color: var(--teal-deep);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 16px 34px -12px rgba(0, 24, 30, 0.65);
}

.button-outline-light {
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
  color: var(--white);
}

.button-outline-light::before {
  background: var(--white);
}

.button-outline-light:hover,
.button-outline-light:focus-visible {
  transform: translateY(-2px);
  border-color: var(--white);
  color: var(--teal-deep);
}

.microcopy {
  max-width: 56ch;
  margin-top: 1.1rem;
  color: var(--muted);
  font-size: var(--texto-sm);
  line-height: 1.55;
}

.hero-portrait,
.subpage-portrait {
  position: relative;
  min-height: 520px;
}

.portrait-frame,
.subpage-portrait > img {
  position: absolute;
  inset: 0 0 0 6%;
  width: 94%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  box-shadow: var(--shadow);
}

.portrait-frame {
  overflow: hidden;
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}

/* Moldura deslocada atrás do retrato: aparece como uma borda contínua em
   cima e à direita, com o resto escondido pela foto. */
.hero-portrait::before,
.subpage-portrait::before {
  position: absolute;
  z-index: -1;
  top: -1.5rem;
  right: -1.5rem;
  width: 62%;
  height: 100%;
  border: 1px solid rgba(0, 70, 83, 0.28);
  content: "";
}

.credential-card,
.portrait-caption {
  position: absolute;
  z-index: 3;
  right: auto;
  bottom: 1.5rem;
  left: 0;
  min-width: 310px;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid #8db6ba;
  background: var(--teal-deep);
  color: var(--white);
  box-shadow: 0 18px 40px rgba(0, 47, 57, 0.24);
}

.credential-card span,
.portrait-caption span {
  display: block;
  color: #bcd3d5;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.credential-card strong,
.portrait-caption strong {
  display: block;
  margin-top: 0.4rem;
  font-family: var(--display);
  font-size: var(--titulo-sm);
  font-weight: 520;
  letter-spacing: -0.012em;
  line-height: 1.2;
}

.credential-card small {
  display: block;
  margin-top: 0.35rem;
  color: #d5e3e4;
  font-size: var(--texto-xs);
  letter-spacing: 0.03em;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  padding: 0 var(--recuo);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: var(--ivory);
}

.trust-bar span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 1rem;
  color: var(--graphite);
  font-size: var(--texto-xs);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.trust-bar span + span {
  border-left: 1px solid var(--line-dark);
}

.section-heading {
  margin-bottom: var(--titulo-gap);
}

.section-heading.narrow {
  max-width: 46rem;
}

.section-heading > p:last-child {
  max-width: 62ch;
  color: var(--muted);
  font-size: var(--texto-base);
}

/* Abertura de seção centralizada: filete curto, rótulo, título e uma
   linha de apoio maior que o corpo comum, para dar peso à entrada. */
.section-heading.centered {
  max-width: 54rem;
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.1rem;
}

.section-heading.centered .eyebrow::before,
.section-heading.centered .eyebrow::after {
  width: clamp(1.5rem, 3vw, 2.75rem);
  height: 1px;
  background: currentColor;
  opacity: 0.45;
  content: "";
}

.section-heading.centered h2 {
  margin-bottom: 1.35rem;
}

.section-heading.centered > p:last-child {
  max-width: 56ch;
  margin-inline: auto;
  font-size: var(--texto-md);
  line-height: 1.62;
}

.audience-choice,
.fit-section,
.services-editorial,
.faq-section {
  border-top: 1px solid var(--line);
}

/* Cartão branco sobre papel branco não tem contraste. A faixa vai para o
   marfim e os cartões passam a se destacar do campo. */
.areas-section,
.situations-section {
  width: 100%;
  max-width: none;
  padding-inline: var(--recuo);
  background: var(--ivory);
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line-dark);
}

.choice-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(1.9rem, 1.1rem + 2.6vw, 3.25rem);
  overflow: hidden;
  transition: background-color 320ms ease-out;
}

.choice-panel + .choice-panel {
  border-left: 1px solid var(--line-dark);
}

/* Filete de acento que percorre o topo do painel ao passar o cursor. */
.choice-panel::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 460ms cubic-bezier(0.22, 0.61, 0.24, 1);
  content: "";
}

.choice-panel:hover::after,
.choice-panel:focus-within::after {
  transform: scaleX(1);
}

.choice-law {
  background: var(--teal-deep);
  color: #cfdedf;
}

.choice-law::after {
  background: #8fd1b4;
}

.choice-law h3,
.choice-law .eyebrow {
  color: var(--white);
}

.choice-person {
  background: var(--white);
}

.choice-person::after {
  background: var(--teal);
}

.choice-person:hover,
.choice-person:focus-within {
  background: #fdfdfb;
}

/* Marcador de capítulo: numeral em serifada dentro de um quadrado de
   filete, ao lado do rótulo. Substitui a marca d'água genérica. */
.choice-topo {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(1.75rem, 1rem + 2.2vw, 2.75rem);
}

.choice-numero {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid currentColor;
  color: var(--teal);
  font-family: var(--display);
  font-size: 1.3rem;
  font-variant-numeric: lining-nums tabular-nums;
  line-height: 1;
  opacity: 0.75;
}

.choice-law .choice-numero {
  color: #8fd1b4;
}

.choice-topo .eyebrow {
  margin-bottom: 0;
}

.choice-panel h3 {
  max-width: 20ch;
  margin-bottom: clamp(1.5rem, 1rem + 1.6vw, 2.1rem);
  font-size: clamp(1.6rem, 1.3rem + 1.3vw, 2.6rem);
  letter-spacing: -0.026em;
  line-height: 1.1;
}

/* Resumo do que a pessoa encontra na página de destino: dá substância ao
   cartão e ajuda a decidir antes do clique. */
.choice-lista {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid currentColor;
  list-style: none;
  font-size: var(--texto-sm);
}

.choice-lista li {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid currentColor;
  line-height: 1.45;
}

.choice-lista li::before {
  flex: 0 0 auto;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid currentColor;
  transform: rotate(45deg) translateY(-0.15rem);
  content: "";
}

.choice-law .choice-lista {
  border-color: rgba(207, 222, 223, 0.28);
}

.choice-law .choice-lista li {
  border-color: rgba(207, 222, 223, 0.28);
}

.choice-person .choice-lista,
.choice-person .choice-lista li {
  border-color: var(--line);
}

.choice-acao {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: auto;
  padding-top: clamp(1.75rem, 1.2rem + 1.6vw, 2.5rem);
  font-size: var(--texto-xs);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.choice-acao svg {
  width: 2.6rem;
  height: 2.6rem;
  flex: 0 0 auto;
  padding: 0.7rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  transition: transform 320ms cubic-bezier(0.22, 0.61, 0.24, 1), background-color 320ms ease-out, color 320ms ease-out;
}

.choice-panel:hover .choice-acao svg,
.choice-acao:focus-visible svg {
  transform: translateX(6px);
}

.choice-person:hover .choice-acao svg {
  background: var(--teal);
  color: var(--white);
}

.choice-law:hover .choice-acao svg {
  background: #8fd1b4;
  color: var(--teal-deep);
}

.text-link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 2.2rem;
}

.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 2.2rem;
  padding: 0 0 0.35rem;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: var(--texto-xs);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: gap 180ms ease-out;
}

.text-link:hover,
.text-link:focus-visible {
  gap: 1.05rem;
}

.inline-link {
  color: var(--teal);
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.overview-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  padding: var(--card-p);
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: var(--white);
  transition: background-color 320ms ease-out, transform 320ms cubic-bezier(0.22, 0.61, 0.24, 1);
}

.overview-grid article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--teal);
  transition: transform 460ms cubic-bezier(0.22, 0.61, 0.24, 1);
  content: "";
}

.overview-grid article:hover {
  background: #fdfdfb;
}

.overview-grid article:hover::before {
  transform: scaleX(1);
}

/* Ícone de traço fino + numeral em serifada dividem a mesma linha: o
   cartão ganha um ponto de entrada visual antes do texto. */
.servico-icone {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid var(--line-dark);
  background: var(--ivory);
  transition: border-color 320ms ease-out, background-color 320ms ease-out;
}

.servico-icone svg {
  width: 2.05rem;
  height: 2.05rem;
  fill: none;
  stroke: var(--teal);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.overview-grid article:hover .servico-icone {
  border-color: var(--teal);
  background: var(--teal-soft);
}

.servico-numero {
  position: absolute;
  top: var(--card-p);
  right: var(--card-p);
  color: var(--teal);
  font-family: var(--display);
  font-size: var(--texto-sm);
  font-variant-numeric: lining-nums tabular-nums;
  letter-spacing: 0.1em;
  opacity: 0.55;
}

.area-list span {
  color: var(--teal);
  font-family: var(--display);
  font-size: var(--titulo-md);
  font-variant-numeric: lining-nums tabular-nums;
  line-height: 1;
}

.overview-grid h3 {
  margin-top: clamp(1.4rem, 0.9rem + 1.6vw, 2rem);
}

.overview-grid p {
  max-width: 36ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: var(--texto-sm);
}

.section-cta {
  margin-top: clamp(2.25rem, 1.7rem + 1.6vw, 3.25rem);
}

.section-cta.centered {
  display: flex;
  justify-content: center;
}

/* A faixa recebe uma trama fina de linhas gravadas, como papel de
   segurança — a seção trata justamente de registro profissional. */
.authority-section {
  position: relative;
  width: 100%;
  max-width: none;
  overflow: hidden;
  padding-inline: var(--recuo);
  background: var(--ivory);
}

.authority-section::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: repeating-linear-gradient(114deg, rgba(0, 70, 83, 0.05) 0 1px, transparent 1px 10px);
  content: "";
  pointer-events: none;
}

.authority-section > * {
  position: relative;
  z-index: 1;
}

/* Placa de credenciais com filete duplo, no espírito de um certificado. */
.credencial-placa {
  position: relative;
  padding: 8px;
  background: var(--white);
  border: 1px solid var(--line-dark);
  box-shadow: 0 24px 60px -34px rgba(0, 47, 57, 0.45);
}

/* A moldura interna coincide com a borda da grade, para os filetes
   divisores terminarem nela em vez de atravessá-la. */
.credencial-placa::before {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(0, 70, 83, 0.15);
  content: "";
  pointer-events: none;
}

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

.authority-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  padding: clamp(1.9rem, 1.4rem + 1.7vw, 2.75rem);
  transition: background-color 320ms ease-out;
}

.authority-grid article + article {
  border-left: 1px solid var(--line);
}

.authority-grid article:hover {
  background: #fcfcfa;
}

.credencial-icone {
  display: block;
  margin-bottom: 1.35rem;
}

.credencial-icone svg {
  width: 1.9rem;
  height: 1.9rem;
  fill: none;
  stroke: var(--teal);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
  opacity: 0.85;
  transition: opacity 320ms ease-out, transform 420ms cubic-bezier(0.22, 0.61, 0.24, 1);
}

.authority-grid article:hover .credencial-icone svg {
  transform: translateY(-2px);
  opacity: 1;
}

.authority-grid strong {
  display: block;
  color: var(--teal);
  font-size: var(--texto-xs);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.credencial-valor {
  display: block;
  margin: auto 0 1.1rem;
  padding-top: 1rem;
  color: var(--teal-deep);
  font-family: var(--display);
  font-size: clamp(2rem, 1.71rem + 1.29vw, 3rem);
  font-variant-numeric: lining-nums tabular-nums;
  letter-spacing: -0.03em;
  line-height: 1;
}

.authority-grid p {
  max-width: 34ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: var(--texto-sm);
}


.about-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(3.5rem, 8vw, 8rem);
}

/* Retrato emoldurado: filete deslocado atrás da foto e selo de
   responsabilidade técnica avançando sobre a borda inferior. */
.retrato {
  position: relative;
  margin: 0;
  padding: 0 0 clamp(1.75rem, 1.2rem + 1.8vw, 2.75rem) clamp(1.5rem, 1rem + 1.8vw, 2.75rem);
}

.retrato::before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 72%;
  height: 84%;
  border: 1px solid rgba(0, 70, 83, 0.32);
  content: "";
}

.retrato-moldura {
  position: relative;
  z-index: 1;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--teal-soft);
  box-shadow: var(--shadow);
}

.retrato-moldura img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  transform: scale(1.01);
  transition: transform 900ms cubic-bezier(0.22, 0.61, 0.24, 1);
}

.retrato:hover .retrato-moldura img {
  transform: scale(1.045);
}

.retrato-selo {
  position: absolute;
  z-index: 2;
  right: clamp(-1rem, -0.5rem - 1vw, 0rem);
  bottom: 0;
  max-width: 17rem;
  padding: 0.95rem 1.2rem;
  border-left: 3px solid #8db6ba;
  background: var(--teal-deep);
  color: var(--white);
  box-shadow: 0 18px 40px rgba(0, 47, 57, 0.24);
}

.retrato-selo span {
  display: block;
  color: #bcd3d5;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.retrato-selo strong {
  display: block;
  margin-top: 0.25rem;
  font-family: var(--display);
  font-size: var(--texto-lg);
  font-weight: 520;
  letter-spacing: -0.012em;
  line-height: 1.2;
}

.retrato-compacto {
  padding-bottom: clamp(1.5rem, 1.1rem + 1.4vw, 2.25rem);
}

.retrato-compacto .retrato-moldura {
  aspect-ratio: 1 / 1;
}

.retrato-compacto .retrato-moldura img {
  object-position: center 22%;
}

.about-copy > p:not(.eyebrow):not(.credentials) {
  max-width: 58ch;
  color: var(--muted);
  font-size: var(--texto-base);
}

.credentials {
  margin-bottom: 1.6rem;
  color: var(--teal);
  font-size: var(--texto-xs);
  font-weight: 800;
  letter-spacing: 0.1em;
}

.check-list {
  display: grid;
  gap: 0.85rem;
  max-width: 52ch;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  font-size: var(--texto-base);
}

.check-list li {
  position: relative;
  padding-left: 1.7rem;
  line-height: 1.5;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--teal);
  content: "✓";
  font-weight: 800;
}

.faq-list {
  border-top: 1px solid var(--line-dark);
}

/* Em coluna única a lista não deve esticar até a largura do container:
   a pergunta ficaria a mais de mil pixels do sinal de "+". */
.faq-list:not(.two-column-faq) {
  max-width: 56rem;
  margin-inline: auto;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 1.4rem 3rem 1.4rem 0;
  color: var(--teal-deep);
  cursor: pointer;
  font-family: var(--display);
  font-size: var(--texto-lg);
  letter-spacing: -0.012em;
  line-height: 1.35;
  list-style: none;
  transition: color 160ms ease-out;
}

.faq-list summary:hover {
  color: var(--teal);
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 1.35rem;
  right: 0;
  color: var(--teal);
  content: "+";
  font-family: var(--body);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 66ch;
  padding: 0 3rem 1.5rem 0;
  color: var(--muted);
  font-size: var(--texto-base);
}

.two-column-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(2rem, 1rem + 3vw, 4rem);
}

.faq-section:has(.two-column-faq) {
  width: 100%;
  max-width: none;
  padding-inline: var(--recuo);
  border-top: 0;
  background: var(--ivory);
}

.closing-cta {
  width: 100%;
  max-width: none;
  padding-inline: max(calc((100% - 920px) / 2), var(--borda));
  background:
    radial-gradient(circle at 80% 10%, rgba(141, 182, 186, 0.22), transparent 30%),
    var(--teal-deep);
  color: var(--white);
  text-align: center;
}

.closing-cta h2 {
  max-width: 32ch;
  margin-inline: auto;
  margin-bottom: 2.25rem;
  color: var(--white);
}

.closing-cta .eyebrow {
  color: #a8c8cb;
}

.scope-note {
  max-width: 60ch;
  margin: 1.6rem auto 0;
  color: #b9ced0;
  font-size: var(--texto-xs);
  line-height: 1.6;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 28px;
  margin: -0.35rem 0 1.75rem -0.4rem;
  padding: 0.35rem 0.4rem;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: var(--texto-xs);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 160ms ease-out;
}

.back-link:hover,
.back-link:focus-visible {
  color: var(--teal);
}

.people-portrait > img {
  object-position: center 28%;
}

.question-band {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  overflow: hidden;
  padding: clamp(1.9rem, 1.5rem + 1.3vw, 2.6rem) var(--recuo);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--teal);
  color: var(--white);
}

.question-band::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: repeating-linear-gradient(114deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 11px);
  content: "";
  pointer-events: none;
}

.question-band > * {
  position: relative;
  z-index: 1;
}

.question-band p {
  max-width: 62ch;
  margin: 0;
  font-family: var(--display);
  font-size: var(--texto-lg);
  letter-spacing: -0.012em;
  line-height: 1.35;
}

/* O apelo da faixa vira uma caixa de filete, não um texto sublinhado. */
.question-band a {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.7rem;
  min-height: 52px;
  overflow: hidden;
  padding: 0.9rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  font-size: var(--texto-xs);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 260ms ease-out, border-color 260ms ease-out;
}

.question-band a::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  transform: scaleX(0);
  transform-origin: right center;
  background: var(--white);
  transition: transform 480ms cubic-bezier(0.22, 0.61, 0.24, 1);
  content: "";
}

.question-band a:hover::before,
.question-band a:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.question-band a:hover,
.question-band a:focus-visible {
  border-color: var(--white);
  color: var(--teal);
}

.question-band a svg {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  fill: currentColor;
}

.impact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  align-items: center;
  gap: clamp(2.5rem, 0.9rem + 5.6vw, 7rem);
  padding: var(--secao-y) var(--recuo);
  background:
    radial-gradient(circle at 8% 20%, rgba(41, 151, 111, 0.22), transparent 34%),
    var(--teal-deep);
  color: #d7e5e6;
}

.impact-number {
  color: #8fd1b4;
  font-family: var(--display);
  font-size: var(--numero);
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 520;
  letter-spacing: -0.05em;
  line-height: 0.85;
}

.impact-copy {
  max-width: 48rem;
}

.impact-copy h2 {
  color: var(--white);
  font-size: var(--titulo-lg);
}

.impact-copy .eyebrow {
  color: #9fd5c0;
}

.impact-copy > p:not(.eyebrow):not(.source-note) {
  max-width: 62ch;
  color: #c2d4d6;
  font-size: var(--texto-md);
  line-height: 1.62;
}

.source-note {
  margin: 1.7rem 0 0;
  color: #94afb2;
  font-size: var(--texto-xs);
}

.impact-people {
  background:
    radial-gradient(circle at 8% 20%, rgba(41, 151, 111, 0.24), transparent 34%),
    #063c46;
}

/* "Para quem é": faixa escura, composição assimétrica (título à esquerda,
   lista à direita), marcadores de confirmação. Nada em comum com a grade
   de cartões da seção anterior, de propósito. */
.fit-section {
  position: relative;
  width: 100%;
  max-width: none;
  overflow: hidden;
  padding-inline: var(--recuo);
  border-top: 0;
  background:
    radial-gradient(circle at 92% 12%, rgba(143, 209, 180, 0.14), transparent 32%),
    var(--teal-deep);
  color: #cfdedf;
}

.fit-section::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: repeating-linear-gradient(114deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 12px);
  content: "";
  pointer-events: none;
}

.fit-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 1rem + 5vw, 6rem);
  align-items: start;
}

.fit-heading {
  position: sticky;
  top: 7.5rem;
}

.fit-heading .eyebrow {
  color: #8fd1b4;
}

.fit-heading h2 {
  color: var(--white);
}

.fit-heading > p:last-child {
  max-width: 44ch;
  color: #a9c3c5;
  font-size: var(--texto-md);
  line-height: 1.6;
}

.fit-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(207, 222, 223, 0.22);
}

.fit-list li {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 1.1rem;
  align-items: start;
  padding: clamp(1.4rem, 1.1rem + 1vw, 1.9rem) 0;
  border-bottom: 1px solid rgba(207, 222, 223, 0.22);
  transition: padding-left 360ms cubic-bezier(0.22, 0.61, 0.24, 1);
}

.fit-list li:hover {
  padding-left: 0.5rem;
}

.fit-check {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(143, 209, 180, 0.55);
  border-radius: 999px;
  color: #8fd1b4;
  transition: background-color 320ms ease-out, color 320ms ease-out;
}

.fit-check svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.fit-list li:hover .fit-check {
  background: #8fd1b4;
  color: var(--teal-deep);
}

.fit-list h3 {
  margin-bottom: 0.4rem;
  color: var(--white);
  font-size: var(--titulo-sm);
  line-height: 1.25;
}

.fit-list p {
  max-width: 52ch;
  margin: 0;
  color: #a9c3c5;
  font-size: var(--texto-base);
}

.expert-authority-section {
  width: 100%;
  max-width: none;
  padding-block: var(--secao-y);
  padding-inline: var(--recuo);
  background: var(--ivory);
}

.expert-profile {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: clamp(2.5rem, 0.4rem + 6.6vw, 8rem);
}

.expert-profile .button {
  margin-top: 2.1rem;
}

/* O respiro separa a placa do bloco do perfil. Precisa ficar na placa,
   não na grade interna, senão empurra o conteúdo para dentro da moldura
   e o botão acima encosta na borda. */
.expert-authority-section .credencial-placa {
  margin-top: clamp(3rem, 2.2rem + 2.4vw, 4.5rem);
}

.authority-grid-compact article {
  min-height: 160px;
  padding: clamp(1.4rem, 1.1rem + 1vw, 1.9rem);
}

.authority-grid-compact article:hover {
  background: #fcfcfa;
}

.authority-grid-compact .credencial-valor {
  margin: auto 0 0.9rem;
  padding-top: 0.9rem;
  font-size: clamp(1.75rem, 1.5rem + 1.13vw, 2.5rem);
}

.authority-grid-compact .credencial-icone {
  margin-bottom: 1.05rem;
}

.authority-grid-compact .credencial-icone svg {
  width: 1.65rem;
  height: 1.65rem;
}

.services-editorial {
  padding-block: var(--secao-y);
}

/* O vão de 1px sobre um fundo escuro gera os filetes internos sem
   somar bordas, e mantém a grade perfeitamente alinhada. */
.area-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line-dark);
  background: var(--line-dark);
  box-shadow: 0 24px 60px -40px rgba(0, 47, 57, 0.4);
}

.area-list article {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: clamp(1.6rem, 1.25rem + 1.2vw, 2.2rem);
  background: var(--white);
  transition: background-color 320ms ease-out;
}

.area-list article:hover {
  background: #fdfdfb;
}

/* Marcador de capítulo, mesmo componente dos painéis de escolha. */
.area-list span {
  display: grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  margin-bottom: clamp(1.15rem, 0.9rem + 0.9vw, 1.6rem);
  border: 1px solid var(--line-dark);
  color: var(--teal);
  font-size: 1.05rem;
  transition: border-color 320ms ease-out, background-color 320ms ease-out, color 320ms ease-out;
}

.area-list article:hover span {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--white);
}

.area-list h3 {
  margin: 0 0 0.5rem;
  font-size: var(--titulo-sm);
  line-height: 1.22;
}

.area-list p {
  max-width: 36ch;
  margin: 0;
  color: var(--muted);
  font-size: var(--texto-sm);
}

/* Refinamento comum às grades de conteúdo: filete de acento no topo que
   cresce ao passar o cursor, e realce discreto do fundo. */
.authority-grid article {
  position: relative;
  transition: background-color 320ms ease-out;
}

.authority-grid article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--teal);
  transition: transform 460ms cubic-bezier(0.22, 0.61, 0.24, 1);
  content: "";
}

.authority-grid article:hover::before {
  transform: scaleX(1);
}

.authority-grid article:hover {
  background: rgba(255, 255, 255, 0.85);
}

/* Áreas de atuação: o numeral ganha um filete lateral e o cartão desliza
   levemente, em vez de só trocar de cor. */
.area-list article {
  position: relative;
}

.area-list article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--teal);
  transition: transform 460ms cubic-bezier(0.22, 0.61, 0.24, 1);
  content: "";
}

.area-list article:hover::before {
  transform: scaleX(1);
}

.area-list article > div {
  margin-top: auto;
}

/* Linhas de serviço: realce da linha inteira e avanço do numeral. */
.service-lines article {
  transition: background-color 300ms ease-out;
}

.service-lines article:hover {
  background: var(--white);
  box-shadow: 0 0 0 1px var(--line);
}

.service-lines span {
  transition: transform 420ms cubic-bezier(0.22, 0.61, 0.24, 1), color 300ms ease-out;
}

.service-lines article:hover span {
  transform: translateX(5px);
  color: var(--green);
}

/* Etapas do fluxo: o numeral vira um marcador circular de filete. */
/* Especificidade maior de propósito: a regra base de cor vem depois no
   arquivo e venceria, deixando numeral teal sobre círculo teal. */
.process-section .process-list li > span {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 1.4rem;
  border: 1px solid var(--teal);
  border-radius: 999px;
  background: var(--teal);
  color: var(--white);
  font-size: var(--texto-md);
  box-shadow: 0 0 0 6px var(--teal-soft);
}

.testimonial-grid article {
  transition: box-shadow 320ms ease-out, transform 320ms cubic-bezier(0.22, 0.61, 0.24, 1);
}

.testimonial-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 47, 57, 0.08);
}

.service-lines {
  border-top: 1px solid var(--line-dark);
}

.service-lines article {
  display: grid;
  grid-template-columns: 4.75rem minmax(13rem, 0.55fr) 1fr;
  gap: clamp(1rem, 0.5rem + 1.6vw, 2rem);
  align-items: center;
  padding: clamp(1.4rem, 1.1rem + 1vw, 1.9rem) 0;
  border-bottom: 1px solid var(--line);
}

.service-lines span {
  color: var(--teal);
  font-family: var(--display);
  font-size: var(--titulo-md);
  font-variant-numeric: lining-nums tabular-nums;
  line-height: 1;
}

.service-lines h3,
.service-lines p {
  margin: 0;
}

.service-lines h3 {
  line-height: 1.22;
}

.service-lines p {
  max-width: 52ch;
  color: var(--muted);
  font-size: var(--texto-base);
}

.process-section {
  width: 100%;
  max-width: none;
  padding-inline: var(--recuo);
  background: var(--teal-soft);
}

/* Linha do tempo: um trilho contínuo atravessa os quatro marcadores. */
.process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.25rem, 0.6rem + 2vw, 2.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list::before {
  position: absolute;
  top: calc(clamp(1.6rem, 1.2rem + 1.4vw, 2.25rem) + 1.3rem);
  right: 12%;
  left: 12%;
  height: 1px;
  background: rgba(0, 70, 83, 0.28);
  content: "";
}

.process-list li {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  padding: clamp(1.6rem, 1.2rem + 1.4vw, 2.25rem) clamp(1.25rem, 1rem + 0.9vw, 1.75rem);
  border: 1px solid rgba(0, 70, 83, 0.18);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px);
  transition: background-color 320ms ease-out, transform 320ms cubic-bezier(0.22, 0.61, 0.24, 1);
}

.process-list li:hover {
  background: var(--white);
  transform: translateY(-3px);
}

.process-list li > span {
  color: var(--teal);
  font-family: var(--display);
  font-size: var(--titulo-md);
  font-variant-numeric: lining-nums tabular-nums;
  line-height: 1;
}

.process-list h3 {
  font-size: var(--titulo-sm);
  line-height: 1.22;
}

.process-list p {
  max-width: 34ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: var(--texto-sm);
}

.testimonial-section {
  border-top: 1px solid var(--line);
}

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

.testimonial-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 290px;
  padding: var(--card-p);
  border: 1px solid var(--line-dark);
  background: var(--white);
}

/* Aspa editorial grande, em serifada, como marca de abertura do cartão. */
.testimonial-grid article::before {
  position: absolute;
  top: calc(var(--card-p) - 0.9rem);
  right: var(--card-p);
  color: var(--teal-soft);
  font-family: var(--display);
  font-size: 6rem;
  font-weight: 520;
  line-height: 1;
  content: "\201C";
  pointer-events: none;
}

.testimonial-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  order: 2;
  margin-top: auto;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.testimonial-meta strong {
  color: var(--teal-deep);
  font-family: var(--display);
  font-size: var(--titulo-sm);
  font-weight: 560;
  letter-spacing: -0.012em;
}

.testimonial-rating {
  flex: 0 0 auto;
  color: #a16b1f;
  font-size: var(--texto-sm);
  letter-spacing: 0.08em;
}

/* A aspa de abertura sai da caixa para o texto alinhar opticamente com
   o nome acima, em vez de parecer recuado. */
.testimonial-grid blockquote {
  order: 1;
  margin: 0 0 1.6rem;
  padding-right: 3rem;
  color: var(--muted);
  font-family: var(--display);
  font-size: var(--texto-md);
  line-height: 1.55;
  text-indent: -0.42em;
}

.plain-language {
  width: 100%;
  max-width: none;
  padding-inline: var(--recuo);
  background: var(--teal-soft);
  border-top: 0;
}

.plain-language-inner {
  display: grid;
  grid-template-columns: 5.5rem 0.8fr 1fr;
  gap: clamp(1.5rem, 0.5rem + 3.2vw, 3.5rem);
  align-items: start;
  border-top: 1px solid var(--line);
}

.section-index {
  color: rgba(0, 70, 83, 0.28);
  font-family: var(--display);
  font-size: clamp(3rem, 2.35rem + 2.9vw, 4.25rem);
  font-variant-numeric: lining-nums tabular-nums;
  letter-spacing: -0.04em;
  line-height: 0.85;
}

.plain-language-inner > div:last-child {
  max-width: 60ch;
  padding-left: clamp(1.5rem, 0.9rem + 2.2vw, 3rem);
  border-left: 1px solid rgba(0, 70, 83, 0.28);
  color: var(--graphite);
  font-size: var(--texto-base);
}

.people-area-list article {
  min-height: 200px;
}

/* O documento segue o mesmo eixo esquerdo do resto do site, em vez de
   ficar centralizado e destoar do cabeçalho e do rodapé. */
.legal-page {
  max-width: 52rem;
  margin-inline: var(--recuo) auto;
  padding-block: clamp(3rem, 5vw, 5rem);
}

.legal-page h2 {
  margin-top: 3rem;
  font-size: clamp(1.5rem, 2.4vw, 1.95rem);
}

.legal-page h3 {
  margin-top: 2rem;
  font-size: 1.1rem;
}

.legal-page p,
.legal-page li {
  color: var(--graphite);
  font-size: 0.95rem;
}

.legal-page ul,
.legal-page ol {
  padding-left: 1.2rem;
}

.legal-page li {
  margin-bottom: 0.55rem;
}

.legal-page a {
  border-bottom: 1px solid var(--line-dark);
  color: var(--teal);
}

.legal-page .updated {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
}

.legal-page dl {
  margin: 1rem 0 0;
}

.legal-page dt {
  margin-top: 1.1rem;
  color: var(--teal-deep);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legal-page dd {
  margin: 0.35rem 0 0;
  color: var(--graphite);
  font-size: 0.95rem;
}

.floating-whatsapp {
  position: fixed;
  z-index: 90;
  right: max(1.3rem, env(safe-area-inset-right));
  bottom: max(1.3rem, env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-width: 190px;
  height: 58px;
  padding-inline: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  box-shadow: 0 14px 35px rgba(13, 93, 64, 0.3);
  font-size: 0.82rem;
  font-weight: 800;
  transition: transform 180ms ease-out, background-color 180ms ease-out, box-shadow 180ms ease-out;
}

.floating-whatsapp svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: currentColor;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-2px);
  background: var(--green-dark);
  box-shadow: 0 18px 38px rgba(13, 93, 64, 0.34);
}

/* Rodapé em três colunas alinhadas pelo topo, com rótulos, contato completo
   (inclusive o número do WhatsApp visível) e uma linha de base separada. */
.site-footer {
  width: 100%;
  padding: clamp(3rem, 2.2rem + 2.6vw, 4.5rem) var(--recuo) 2rem;
  border-top: 1px solid var(--line-dark);
  background: var(--ivory);
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 0.7fr);
  gap: clamp(2rem, 1rem + 3vw, 4.5rem);
  align-items: start;
}

.footer-brand img {
  width: min(280px, 100%);
  margin-bottom: 1.1rem;
}

.footer-brand p {
  max-width: 34ch;
  margin: 0;
  font-size: var(--texto-sm);
  line-height: 1.6;
}

.footer-label {
  margin: 0 0 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--line-dark);
  color: var(--teal);
  font-size: var(--texto-xs);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-contact {
  display: grid;
  gap: 0.15rem;
}

.footer-contact p {
  margin: 0;
  font-size: var(--texto-sm);
  line-height: 1.7;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 24px;
  padding-block: 0.28rem;
  border-bottom: 1px solid transparent;
  transition: color 200ms ease-out, border-color 200ms ease-out;
}

.footer-contact a svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  fill: currentColor;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  border-bottom-color: currentColor;
  color: var(--teal);
}

.footer-nome {
  color: var(--teal-deep);
  font-family: var(--display);
  font-size: var(--titulo-sm);
  font-weight: 520;
  letter-spacing: -0.012em;
  line-height: 1.25;
}

.footer-crm {
  margin-bottom: 0.5rem !important;
  color: var(--teal);
  font-size: var(--texto-xs) !important;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.site-footer nav {
  display: grid;
  gap: 0.2rem;
  font-size: var(--texto-sm);
  font-weight: 700;
}

.site-footer nav a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  transition: color 200ms ease-out, transform 300ms cubic-bezier(0.22, 0.61, 0.24, 1);
}

.site-footer nav a:hover {
  color: var(--teal);
  transform: translateX(3px);
}

.footer-base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem 2rem;
  margin-top: clamp(2.5rem, 1.8rem + 2.2vw, 3.75rem);
  padding-top: 1.4rem;
  border-top: 1px solid var(--line-dark);
}

.footer-base small {
  max-width: 78ch;
  font-size: 0.7rem;
  line-height: 1.65;
}

.footer-base small:last-child {
  flex: 0 0 auto;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: minmax(200px, 1fr) auto auto auto;
  }

  .menu-button {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding: 0.25rem var(--recuo) 1.5rem;
    border-bottom: 1px solid var(--line-dark);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .site-header.menu-open .main-nav {
    display: flex;
  }

  .main-nav a {
    padding: 1.05rem 0;
    border-bottom: 1px solid var(--line);
    font-size: 0.8rem;
  }

  .nav-divider {
    display: block;
    height: 0;
    margin-top: 0.75rem;
  }

  .main-nav .nav-audience {
    display: block;
    color: var(--teal-deep);
  }

  .main-nav .nav-audience[aria-current="page"] {
    color: var(--teal);
  }

  .main-nav .nav-audience[aria-current="page"]::after {
    content: " ·";
  }

  .main-nav .nav-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-top: 1.35rem;
    border-bottom: 0;
    background: var(--green);
    color: var(--white);
    font-size: 0.8rem;
    font-weight: 800;
  }

  .main-nav .nav-whatsapp svg {
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 auto;
    margin-right: 0.55rem;
    fill: currentColor;
  }

  .main-nav .nav-whatsapp:hover,
  .main-nav .nav-whatsapp:focus-visible {
    background: var(--green-dark);
    color: var(--white);
  }

  .hero,
  .subpage-hero {
    grid-template-columns: 1fr;
  }

  .hero-portrait,
  .subpage-portrait {
    min-height: 560px;
  }

  .overview-grid,
  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-list::before {
    display: none;
  }

  .about-section {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
  }
}

@media (max-width: 780px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 78px;
  }

  .brand img {
    width: min(245px, 66vw);
    max-height: 58px;
  }

  .header-whatsapp,
  .audience-switch {
    display: none;
  }

  .hero,
  .subpage-hero {
    min-height: auto;
    gap: 2.75rem;
  }

  .hero-portrait,
  .subpage-portrait {
    min-height: min(125vw, 470px);
  }

  .portrait-frame,
  .subpage-portrait > img {
    left: 0;
    width: 100%;
  }

  .hero-portrait::before,
  .subpage-portrait::before {
    right: 0;
  }

  .credential-card,
  .portrait-caption {
    right: 1rem;
    left: 1rem;
    min-width: 0;
  }

  .trust-bar,
  .choice-grid,
  .overview-grid,
  .authority-grid,
  .area-list,
  .process-list,
  .testimonial-grid,
  .two-column-faq {
    grid-template-columns: 1fr;
  }

  .trust-bar span + span,
  .choice-panel + .choice-panel,
  .process-list li + li {
    border-left: 0;
    border-top: 1px solid var(--line-dark);
  }

  .authority-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .choice-panel {
    min-height: 21rem;
  }

  .about-section,
  .expert-profile,
  .plain-language-inner,
  .fit-inner {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .fit-heading {
    position: static;
  }

  .plain-language-inner > div:last-child {
    padding-left: 0;
    padding-top: 1.75rem;
    border-left: 0;
    border-top: 1px solid rgba(0, 70, 83, 0.28);
  }

  .process-list::before {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-base {
    flex-direction: column;
  }

  .footer-base small:last-child {
    white-space: normal;
  }

  .impact-section {
    grid-template-columns: 1fr;
  }

  .impact-section {
    gap: 1.75rem;
  }

  .service-lines article {
    grid-template-columns: 3.25rem 1fr;
    gap: 0.9rem 1rem;
  }

  .service-lines article p {
    grid-column: 2;
  }

  .question-band {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
  }

  /* Em coluna única, altura mínima só cria vão morto: o cartão passa a
     ter a altura do próprio conteúdo. */
  .process-list li,
  .area-list article,
  .overview-grid article,
  .authority-grid article,
  .testimonial-grid article {
    min-height: auto;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .floating-whatsapp,
  [data-reveal],
  .choice-panel,
  .overview-grid article,
  .area-list article {
    animation: none;
    transition: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .prototype-note,
  .site-header,
  .floating-whatsapp,
  .site-footer {
    display: none !important;
  }
}
