/* ===========================================================
   Tricologia Cavinatto — folha de estilo única
   Paleta tirada da marca: verde sálvia, lilás, pêssego, creme.
   =========================================================== */

:root {
  --creme: #fbf8f5;
  --areia: #f4ede7;
  --branco: #ffffff;
  --tinta: #2b282c;
  --tinta-suave: #4a4448;
  --cinza: #6f686c;
  --linha: #ebe1da;

  --verde: #7e9b76;
  --verde-esc: #4c6647;
  --verde-claro: #eaf0e7;

  --lilas: #b87bae;
  --lilas-esc: #94588b;
  --lilas-claro: #f7eef6;

  --pessego: #f0be9b;

  --raio: 22px;
  --raio-sm: 14px;
  --sombra: 0 1px 2px rgba(43, 40, 44, .04), 0 12px 32px -18px rgba(43, 40, 44, .22);
  --sombra-alta: 0 2px 6px rgba(43, 40, 44, .05), 0 28px 56px -26px rgba(43, 40, 44, .3);

  --serif: 'Cormorant Garamond', 'Iowan Old Style', Georgia, serif;
  --sans: 'Jost', 'Segoe UI', system-ui, -apple-system, sans-serif;

  --largura: 1180px;
  --gutter: 24px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--creme);
  color: var(--tinta);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -.01em;
  margin: 0 0 .5em;
  color: var(--tinta);
}

h1 { font-size: clamp(2.6rem, 6vw, 4.3rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.1rem); }
h3 { font-size: clamp(1.35rem, 2.4vw, 1.7rem); }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.container {
  width: 100%;
  max-width: var(--largura);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.container--estreito { max-width: 820px; }

.secao { padding: clamp(72px, 10vw, 130px) 0; }
.secao--creme { background: var(--creme); }
.secao--branca { background: var(--branco); }
.secao--areia  { background: var(--areia); }
.secao--verde  { background: var(--verde-claro); }

.eyebrow {
  font-family: var(--sans);
  font-weight: 500;
  font-size: .74rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--verde-esc);
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: '';
  width: 30px; height: 1px;
  background: var(--verde);
  flex: none;
}
.eyebrow--centro { justify-content: center; }

.lead { font-size: 1.14rem; color: var(--tinta-suave); }
.texto-suave { color: var(--cinza); }

/* ---------- botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: .93rem;
  letter-spacing: .04em;
  padding: 15px 30px;
  border-radius: 100px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
  white-space: nowrap;
}
.btn--primario {
  background: var(--lilas);
  color: #fff;
  box-shadow: 0 10px 26px -12px rgba(148, 88, 139, .8);
}
.btn--primario:hover { background: var(--lilas-esc); transform: translateY(-2px); }
.btn--fantasma {
  background: transparent;
  border-color: rgba(43, 40, 44, .22);
  color: var(--tinta);
}
.btn--fantasma:hover { border-color: var(--verde); color: var(--verde-esc); transform: translateY(-2px); }
.btn--verde { background: var(--verde-esc); color: #fff; }
.btn--verde:hover { background: #3d5439; transform: translateY(-2px); }
.btn--bloco { width: 100%; }

.acoes { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.acoes--centro { justify-content: center; }

/* ---------- cabeçalho ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(251, 248, 245, .82);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, background-color .3s ease;
}
.header.rolado { border-bottom-color: var(--linha); background: rgba(251, 248, 245, .95); }

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 96px;
}
.header__logo img { height: 64px; width: auto; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  text-decoration: none;
  font-size: .93rem;
  font-weight: 400;
  color: var(--tinta-suave);
  padding: 10px 14px;
  border-radius: 100px;
  transition: color .2s ease, background-color .2s ease;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--verde-esc); background: var(--verde-claro); }

.nav__grupo { position: relative; }
.nav__submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%, 8px);
  min-width: 292px;
  background: var(--branco);
  border: 1px solid var(--linha);
  border-radius: var(--raio-sm);
  box-shadow: var(--sombra-alta);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.nav__grupo:hover .nav__submenu,
.nav__grupo:focus-within .nav__submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav__submenu a { padding: 11px 14px; border-radius: 10px; font-size: .9rem; }

.header__cta { display: flex; align-items: center; gap: 12px; }

.menu-botao {
  display: none;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  background: transparent;
  border: 1px solid var(--linha);
  border-radius: 50%;
  cursor: pointer;
}
.menu-botao span {
  display: block; width: 18px; height: 1.5px;
  background: var(--tinta);
  position: relative;
  transition: transform .3s ease, background-color .3s ease;
}
.menu-botao span::before, .menu-botao span::after {
  content: ''; position: absolute; left: 0; width: 18px; height: 1.5px; background: var(--tinta);
  transition: transform .3s ease, opacity .2s ease;
}
.menu-botao span::before { top: -6px; }
.menu-botao span::after { top: 6px; }
body.menu-aberto .menu-botao span { background: transparent; }
body.menu-aberto .menu-botao span::before { transform: translateY(6px) rotate(45deg); }
body.menu-aberto .menu-botao span::after { transform: translateY(-6px) rotate(-45deg); }

.menu-mobile {
  position: fixed;
  inset: 96px 0 0;
  background: var(--creme);
  z-index: 55;
  padding: 28px var(--gutter) 60px;
  overflow-y: auto;
  transform: translateY(-12px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .28s ease, transform .28s ease, visibility .28s;
}
body.menu-aberto .menu-mobile { opacity: 1; visibility: visible; transform: none; }
.menu-mobile a {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  text-decoration: none;
  padding: 14px 0;
  border-bottom: 1px solid var(--linha);
}
.menu-mobile a.sub { font-family: var(--sans); font-size: 1rem; padding-left: 18px; color: var(--cinza); }

/* ---------- hero ---------- */
.hero {
  position: relative;
  padding: clamp(64px, 9vw, 118px) 0 clamp(56px, 8vw, 96px);
  overflow: hidden;
  background: linear-gradient(180deg, var(--creme) 0%, #f8f3ee 100%);
}
.hero__ornamento {
  position: absolute;
  right: -12%;
  top: -18%;
  width: min(760px, 82vw);
  opacity: .5;
  pointer-events: none;
  z-index: 0;
}
.hero__ornamento--esq {
  right: auto; left: -18%; top: auto; bottom: -30%;
  width: min(520px, 64vw);
  opacity: .32;
  transform: rotate(24deg);
}
.hero .container { position: relative; z-index: 1; }
.hero__conteudo { max-width: 780px; }
.hero h1 { margin-bottom: 24px; }
.hero__texto { font-size: clamp(1.05rem, 1.6vw, 1.2rem); max-width: 620px; color: var(--tinta-suave); }

.hero__selos {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px;
}
.selo {
  font-size: .78rem; letter-spacing: .06em; text-transform: uppercase;
  font-weight: 500;
  padding: 8px 16px; border-radius: 100px;
  background: var(--branco); border: 1px solid var(--linha); color: var(--verde-esc);
}

/* hero de página interna */
.hero--interno { padding: clamp(56px, 7vw, 92px) 0 clamp(44px, 6vw, 70px); }
.hero--interno h1 { font-size: clamp(2.2rem, 4.6vw, 3.5rem); }

.migalhas {
  font-size: .82rem; color: var(--cinza); margin-bottom: 22px;
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
}
.migalhas a { text-decoration: none; }
.migalhas a:hover { color: var(--verde-esc); }
.migalhas span[aria-hidden] { opacity: .5; }

/* ---------- números ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--linha);
  border: 1px solid var(--linha);
  border-radius: var(--raio);
  overflow: hidden;
  margin-top: 56px;
}
.stat { background: var(--branco); padding: 30px 26px; }
.stat__numero {
  font-family: var(--serif);
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: 'lnum' 1, 'tnum' 1;
  font-size: 2.7rem;
  line-height: 1;
  color: var(--verde-esc);
  display: flex; align-items: baseline; gap: 7px;
}
.stat__numero small { font-family: var(--sans); font-size: .82rem; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; color: var(--cinza); }
.stat p { margin: 10px 0 0; font-size: .92rem; color: var(--cinza); line-height: 1.5; }

/* ---------- grid genérico ---------- */
.duas-colunas {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(38px, 6vw, 84px);
  align-items: start;
}
.duas-colunas--meio { align-items: center; }

.cabecalho-secao { max-width: 720px; margin-bottom: 54px; }
.cabecalho-secao--centro { margin-left: auto; margin-right: auto; text-align: center; }
.cabecalho-secao--centro .eyebrow { justify-content: center; }

/* ---------- cards de tratamento ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  gap: 22px;
}
.card {
  background: var(--branco);
  border: 1px solid var(--linha);
  border-radius: var(--raio);
  padding: 34px 32px 30px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
a.card:hover { transform: translateY(-5px); box-shadow: var(--sombra-alta); border-color: #ded1c9; }
.card__icone {
  width: 46px; height: 46px; margin-bottom: 22px;
  color: var(--verde);
  display: block;
}
.card__icone svg { width: 100%; height: 100%; }
.card h3 { font-size: 1.42rem; margin-bottom: 12px; }
.card p { font-size: .96rem; color: var(--cinza); line-height: 1.62; }
.card__link {
  margin-top: 22px;
  font-size: .84rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
  color: var(--lilas-esc);
  display: inline-flex; align-items: center; gap: 8px;
}
a.card:hover .card__link { gap: 13px; }
.card__link svg { transition: transform .3s ease; }

/* ---------- diferenciais ---------- */
.lista-diferenciais {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2px;
  background: var(--linha);
  border: 1px solid var(--linha);
  border-radius: var(--raio);
  overflow: hidden;
}
.diferencial { background: var(--branco); padding: 34px 30px; }
.diferencial h3 { font-size: 1.24rem; margin-bottom: 10px; display: flex; gap: 12px; align-items: flex-start; }
.diferencial h3::before {
  content: ''; flex: none; width: 9px; height: 9px; margin-top: 11px;
  border-radius: 50%; background: var(--pessego);
}
.diferencial p { font-size: .95rem; color: var(--cinza); line-height: 1.62; margin: 0; }

/* ---------- galeria antes e depois ---------- */
.galeria {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  align-items: start;
}
.galeria figure {
  margin: 0;
  background: var(--branco);
  border: 1px solid var(--linha);
  border-radius: var(--raio-sm);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
.galeria figure:hover { transform: translateY(-4px); box-shadow: var(--sombra); }
.galeria img { width: 100%; }
.aviso-galeria { font-size: .82rem; color: var(--cinza); margin-top: 26px; text-align: center; }

/* ---------- vídeo ---------- */
.video {
  position: relative;
  border-radius: var(--raio);
  overflow: hidden;
  background: #1d1a1e;
  aspect-ratio: 9 / 16;
  max-width: 340px;
  width: 100%;
  border: 1px solid var(--linha);
  cursor: pointer;
}
.video--largo { aspect-ratio: 16 / 9; max-width: none; }
.video img, .video iframe { width: 100%; height: 100%; object-fit: cover; border: 0; display: block; }
.video__play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.44));
  transition: background-color .3s ease;
}
.video:hover .video__play { background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.32)); }
.video__play span {
  width: 68px; height: 68px; border-radius: 50%;
  background: rgba(255,255,255,.94);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 30px -12px rgba(0,0,0,.6);
  transition: transform .3s ease;
}
.video:hover .video__play span { transform: scale(1.07); }
.video__play svg { margin-left: 4px; color: var(--lilas-esc); }
.video__legenda { font-size: .88rem; color: var(--cinza); margin-top: 14px; }

.videos-duplos { display: flex; flex-wrap: wrap; gap: 26px; align-items: flex-start; }

/* ---------- passos da consulta ---------- */
.passos { display: grid; gap: 2px; background: var(--linha); border: 1px solid var(--linha); border-radius: var(--raio); overflow: hidden; }
.passo {
  background: var(--branco);
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 26px;
  padding: 32px 34px;
  align-items: start;
}
.passo__n {
  font-family: var(--serif);
  font-variant-numeric: lining-nums;
  font-feature-settings: 'lnum' 1;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--pessego);
}
.passo h3 { font-size: 1.3rem; margin-bottom: 8px; }
.passo p { margin: 0; color: var(--cinza); font-size: .97rem; }

/* ---------- conteúdo longo (páginas de tratamento) ---------- */
.artigo h2 { margin-top: 0; font-size: clamp(1.7rem, 3vw, 2.3rem); }
.artigo > section { margin-bottom: 52px; }
.artigo > section:last-child { margin-bottom: 0; }
.artigo ul { margin: 0 0 1.1em; padding-left: 0; list-style: none; }
.artigo ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: var(--tinta-suave);
}
.artigo ul li::before {
  content: ''; position: absolute; left: 2px; top: 12px;
  width: 7px; height: 7px; border-radius: 50%; background: var(--verde);
}

.aside-sticky { position: sticky; top: 108px; }
.box {
  background: var(--branco);
  border: 1px solid var(--linha);
  border-radius: var(--raio);
  padding: 32px 30px;
  box-shadow: var(--sombra);
}
.box h3 { font-size: 1.35rem; }
.box p { font-size: .96rem; color: var(--cinza); }
.box__lista { list-style: none; margin: 0 0 24px; padding: 0; }
.box__lista li {
  font-size: .93rem; color: var(--tinta-suave);
  padding: 11px 0; border-bottom: 1px solid var(--linha);
  display: flex; gap: 11px; align-items: flex-start;
}
.box__lista li:last-child { border-bottom: 0; }
.box__lista svg { flex: none; margin-top: 4px; color: var(--verde); }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--linha); }
.faq details {
  border-bottom: 1px solid var(--linha);
  padding: 4px 0;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 44px 24px 0;
  position: relative;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.32;
  transition: color .2s ease;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--verde-esc); }
.faq summary::after {
  content: ''; position: absolute; right: 6px; top: 50%;
  width: 13px; height: 13px; margin-top: -7px;
  border-right: 1.5px solid var(--verde); border-bottom: 1.5px solid var(--verde);
  transform: rotate(45deg);
  transition: transform .3s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq details p { padding: 0 40px 26px 0; color: var(--cinza); margin: 0; }

/* ---------- formulário ---------- */
.form-bloco {
  background: var(--branco);
  border: 1px solid var(--linha);
  border-radius: var(--raio);
  padding: clamp(30px, 4vw, 46px);
  box-shadow: var(--sombra-alta);
}
.campo { margin-bottom: 18px; }
.campo label {
  display: block;
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--cinza);
  margin-bottom: 9px;
}
.campo input {
  width: 100%;
  font-family: var(--sans);
  font-size: 1.02rem;
  font-weight: 300;
  color: var(--tinta);
  padding: 15px 18px;
  border: 1px solid var(--linha);
  border-radius: var(--raio-sm);
  background: var(--creme);
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.campo input::placeholder { color: #b3a9ac; }
.campo input:focus {
  outline: none;
  border-color: var(--lilas);
  background: var(--branco);
  box-shadow: 0 0 0 4px rgba(184, 123, 174, .13);
}
.form-erro { color: #b3352f; font-size: .88rem; margin: 0 0 14px; display: none; }
.form-erro.visivel { display: block; }
.form-nota { font-size: .82rem; color: var(--cinza); margin: 16px 0 0; line-height: 1.55; }
.form-nota a { color: var(--verde-esc); }

/* ---------- CTA final ---------- */
.cta-final {
  background: linear-gradient(135deg, #6f8c68 0%, #4c6647 58%, #445d40 100%);
  color: #fff;
  border-radius: var(--raio);
  padding: clamp(44px, 6vw, 78px) clamp(28px, 5vw, 68px);
  position: relative;
  overflow: hidden;
}
.cta-final h2, .cta-final .eyebrow { color: #fff; }
.cta-final .eyebrow { color: rgba(255,255,255,.78); }
.cta-final .eyebrow::before { background: rgba(255,255,255,.5); }
.cta-final p { color: rgba(255,255,255,.86); max-width: 620px; }
.cta-final .btn--primario { background: #fff; color: var(--verde-esc); box-shadow: none; }
.cta-final .btn--primario:hover { background: var(--areia); }
.cta-final .btn--fantasma { border-color: rgba(255,255,255,.45); color: #fff; }
.cta-final .btn--fantasma:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.1); }
.cta-final__folha {
  position: absolute; right: -60px; bottom: -80px; width: 380px; opacity: .12; pointer-events: none;
}

/* ---------- rodapé ---------- */
.footer {
  background: #262327;
  color: rgba(255,255,255,.72);
  padding: clamp(56px, 7vw, 82px) 0 34px;
  font-size: .94rem;
}
.footer a { color: rgba(255,255,255,.72); text-decoration: none; transition: color .2s ease; }
.footer a:hover { color: #fff; }
.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 44px;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer h4 {
  font-family: var(--sans);
  font-size: .76rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin: 0 0 20px;
}
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.footer__logo { height: 62px; width: auto; margin-bottom: 20px; filter: brightness(0) invert(1); opacity: .92; }
.footer__sobre { max-width: 320px; line-height: 1.7; color: rgba(255,255,255,.6); }
.footer__social { display: flex; gap: 12px; margin-top: 22px; }
.footer__social a {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  display: flex; align-items: center; justify-content: center;
  transition: border-color .2s ease, background-color .2s ease;
}
.footer__social a:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.07); }

.footer__base {
  padding-top: 28px;
  display: flex; flex-wrap: wrap; gap: 20px;
  align-items: center; justify-content: space-between;
  font-size: .84rem; color: rgba(255,255,255,.45);
}
.footer__tmc { display: flex; align-items: center; gap: 12px; }
.footer__tmc img { height: 24px; width: auto; opacity: .85; transition: opacity .2s ease; }
.footer__tmc a:hover img { opacity: 1; }

/* ---------- botão flutuante WhatsApp ---------- */
.fab {
  position: fixed;
  right: 20px; bottom: 20px;
  z-index: 70;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #25d366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px -8px rgba(37, 211, 102, .7);
  transition: transform .25s ease;
}
.fab:hover { transform: scale(1.06); }
.fab svg { width: 30px; height: 30px; color: #fff; }
.fab::after {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, .55);
  animation: pulso 2.6s ease-out infinite;
}
@keyframes pulso {
  0%   { transform: scale(1);    opacity: .8; }
  70%  { transform: scale(1.45); opacity: 0; }
  100% { transform: scale(1.45); opacity: 0; }
}

/* ---------- revelação ao rolar ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1); }
.reveal.visivel { opacity: 1; transform: none; }

/* ---------- página de obrigado ---------- */
.obrigado {
  min-height: 78vh;
  display: flex; align-items: center; justify-content: center;
  padding: 80px var(--gutter);
  text-align: center;
}
.obrigado__card {
  background: var(--branco);
  border: 1px solid var(--linha);
  border-radius: var(--raio);
  padding: clamp(34px, 5vw, 56px);
  max-width: 520px; width: 100%;
  box-shadow: var(--sombra-alta);
}
.obrigado__check {
  width: 68px; height: 68px; border-radius: 50%;
  background: var(--verde-claro);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 26px;
  color: var(--verde-esc);
}
.contador { font-family: var(--serif); font-variant-numeric: lining-nums; font-feature-settings: 'lnum' 1; font-size: 2.6rem; color: var(--verde-esc); line-height: 1; }

/* ---------- texto legal ---------- */
.legal h2 { font-size: 1.6rem; margin-top: 44px; }
.legal h2:first-child { margin-top: 0; }
.legal ul { padding-left: 22px; color: var(--tinta-suave); }
.legal li { margin-bottom: 8px; }

/* ---------- responsivo ---------- */
@media (max-width: 1080px) {
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 38px; }
}

@media (max-width: 900px) {
  .nav, .header__cta .btn { display: none; }
  .header__inner { min-height: 78px; }
  .header__logo img { height: 52px; }
  .menu-mobile { inset: 78px 0 0; }
  .menu-botao { display: flex; }
  .duas-colunas { grid-template-columns: 1fr; }
  .aside-sticky { position: static; }
  .video { max-width: 100%; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .secao { padding: 62px 0; }
  .passo { grid-template-columns: 1fr; gap: 8px; padding: 28px 24px; }
  .passo__n { font-size: 1.9rem; }
  .stats { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .acoes .btn { width: 100%; }
  .hero__ornamento { opacity: .3; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
