/* =========================================================
   Dr. Thiago Bessa | Urologia em Ribeirão Preto
   Landing page estática. Sem build, sem dependência externa.
   ========================================================= */

/* ---------- Fontes locais ---------- */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("https://base44.app/api/apps/6a330ff9380c64fea8fba5a5/files/mp/public/6a330ff9380c64fea8fba5a5/a3bd7e597_cormorant-garamond-latin.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("https://base44.app/api/apps/6a330ff9380c64fea8fba5a5/files/mp/public/6a330ff9380c64fea8fba5a5/6a7c6aea4_cormorant-garamond-italic-latin.woff2") format("woff2");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("https://base44.app/api/apps/6a330ff9380c64fea8fba5a5/files/mp/public/6a330ff9380c64fea8fba5a5/c899cb52c_montserrat-latin.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+FEFF, U+FFFD;
}

/* ---------- Tokens ---------- */
:root {
  --navy-950: #071820;
  --navy-900: #0b2230;
  --navy-800: #12384b;
  --gold-700: #87632c;
  --gold-500: #c6a15b;
  --gold-300: #e2c991;
  --porcelain: #f6f3ec;
  --paper: #fcfcfa;
  --mist: #d9e4e3;
  --ink: #16242b;
  --ink-soft: #43585f;
  --line-light: #e0dbd0;
  --line-dark: rgba(226, 201, 145, 0.18);
  --wa-green: #25d366;

  --display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --body: "Montserrat", "Segoe UI", system-ui, Arial, sans-serif;

  --wrap: 1180px;
  --gutter: clamp(20px, 5vw, 48px);
  --sec-y: clamp(58px, 8vw, 108px);
  --radius: 12px;
  --shadow: 0 14px 40px rgba(7, 24, 32, 0.09);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 1.02rem;
  line-height: 1.72;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, picture, svg { max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0 0 0.5em; font-weight: 400; letter-spacing: -0.01em; }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.1em; }

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

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; left: -999px; top: 0; z-index: 999;
  background: var(--gold-500); color: var(--navy-950); padding: 12px 18px; font-weight: 600;
}
.skip:focus { left: 8px; top: 8px; }

/* ---------- Tipografia ---------- */
h1, h2 { font-family: var(--display); line-height: 1.1; font-weight: 300; }
h2 { font-size: clamp(1.85rem, 1.1rem + 2.6vw, 3rem); margin-bottom: 0.55em; }
h3 { font-family: var(--body); font-size: 1.06rem; font-weight: 600; letter-spacing: 0; line-height: 1.4; }

.lede { font-size: 1.08rem; color: var(--ink-soft); max-width: 62ch; }
.lede--center { margin-left: auto; margin-right: auto; }
.note {
  font-size: 0.92rem; color: var(--ink-soft); max-width: 74ch;
  border-left: 2px solid var(--gold-500); padding-left: 16px; margin-top: 28px;
}
.micro { font-size: 0.82rem; color: var(--ink-soft); }
.center { text-align: center; }
.link-underline {
  font-size: 0.88rem; font-weight: 600; color: var(--gold-700);
  text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px;
}
.link-underline:hover { color: var(--navy-800); }

/* Parágrafo âncora: resposta direta, boa para busca e para IA */
.answer {
  font-size: 1.1rem;
  line-height: 1.68;
  color: var(--ink);
  border-left: 3px solid var(--gold-500);
  padding-left: 20px;
  max-width: 68ch;
}
.answer--dark { color: var(--paper); }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: 880px; }
.sec { padding-block: var(--sec-y); }
.sec--light { background: var(--porcelain); }
.sec--dark { background: var(--navy-950); color: var(--mist); }
.sec--dark h2, .sec--dark h3 { color: var(--paper); }
.sec--dark .lede, .sec--dark p { color: #c3d2d4; }
.sec--dark .note { color: #adbec1; border-left-color: var(--gold-500); }

/* Seção centralizada: título, texto corrido, nota e CTA no eixo.
   Cards, listas numeradas, caixas e tabelas mantêm alinhamento à esquerda,
   que é o que preserva a leitura em blocos longos. */
.sec--centro { text-align: center; }
.sec--centro .lede { margin-inline: auto; }
.sec--centro p { max-width: 74ch; margin-inline: auto; }
.sec--centro .answer {
  text-align: center; border-left: 0; padding-left: 0; margin-inline: auto;
}
.sec--centro .note {
  border-left: 0; padding-left: 0; margin-inline: auto; max-width: 62ch; text-align: center;
}
.sec--centro .cards li,
.sec--centro .callout,
.sec--centro .steps-list,
.sec--centro .box { text-align: left; }
.sec--centro .callout p,
.sec--centro .box p,
.sec--centro .cards p { margin-inline: 0; max-width: none; }

/* Só o cabeçalho da seção no eixo. O conteúdo abaixo fica à esquerda. */
.sec--centro-topo > .wrap > h2 { text-align: center; }
.sec--centro-topo > .wrap > .lede { text-align: center; margin-inline: auto; }

.wrap--centro { max-width: 960px; }

.wrap--split {
  display: grid;
  gap: clamp(32px, 4vw, 60px);
  align-items: start;
}
@media (min-width: 980px) {
  .wrap--split { grid-template-columns: minmax(0, 1fr) 360px; }
}

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px;
  font-size: 0.95rem; font-weight: 600; line-height: 1.2;
  text-decoration: none; border: 1px solid transparent; border-radius: 999px;
  cursor: pointer; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease);
}
.btn--lg { padding: 17px 32px; font-size: 1rem; }
.btn--full { width: 100%; }
.btn--wa {
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  color: var(--navy-950);
  box-shadow: 0 10px 26px rgba(198, 161, 91, 0.28);
}
.btn--wa:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(198, 161, 91, 0.36); }
.btn--ghost { border-color: rgba(226, 201, 145, 0.45); color: var(--gold-300); background: transparent; }
.btn--ghost:hover { background: rgba(226, 201, 145, 0.1); }
.sec--light .btn--ghost, .sec--form .btn--ghost { border-color: var(--gold-700); color: var(--gold-700); }
.cta-inline { margin-top: 30px; }

/* ---------- Cabeçalho ---------- */
.topbar {
  position: sticky; top: 0; z-index: 60;
  background: rgba(7, 24, 32, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-dark);
}
.topbar__inner {
  max-width: var(--wrap); margin-inline: auto; padding: 12px var(--gutter);
  display: flex; align-items: center; gap: 20px;
}
.brand { text-decoration: none; display: grid; line-height: 1.25; margin-right: auto; }
.brand__name { font-family: var(--display); font-size: 1.28rem; color: var(--paper); letter-spacing: 0.02em; }
.brand__meta { font-size: 0.63rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-300); }
.nav { display: none; gap: 26px; }
.nav a {
  font-size: 0.82rem; color: #b9cacc; text-decoration: none; letter-spacing: 0.03em;
  transition: color 0.2s var(--ease);
}
.nav a:hover { color: var(--gold-300); }
.topbar__cta { display: none; padding: 11px 20px; font-size: 0.86rem; }

.burger {
  display: grid; gap: 5px; background: none; border: 0; padding: 8px; cursor: pointer;
}
.burger span { display: block; width: 24px; height: 2px; background: var(--gold-300); transition: transform 0.3s var(--ease), opacity 0.2s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.menu-mobile {
  border-top: 1px solid var(--line-dark);
  padding: 8px var(--gutter) 18px;
  display: grid;
}
.menu-mobile a {
  padding: 13px 0; color: var(--mist); text-decoration: none; font-size: 0.98rem;
  border-bottom: 1px solid rgba(226, 201, 145, 0.1);
}
.menu-mobile a:last-child { border-bottom: 0; }

@media (min-width: 1024px) {
  .nav { display: flex; }
  .topbar__cta { display: inline-flex; }
  .burger { display: none; }
  .menu-mobile { display: none !important; }
}

/* ---------- Hero ---------- */
.hero { background: var(--navy-950); color: var(--mist); position: relative; }
.hero__media { display: block; position: relative; }
.hero__media img {
  display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center top;
}
@media (min-width: 520px) and (max-width: 767px) {
  .hero__media img { aspect-ratio: 3 / 2; }
}
.hero__media::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 42%;
  background: linear-gradient(to bottom, rgba(7, 24, 32, 0) 0%, rgba(7, 24, 32, 0.72) 55%, var(--navy-950) 100%);
  pointer-events: none;
}
.hero__body { position: relative; z-index: 2; padding: 4px var(--gutter) 46px; }

#h1 {
  margin-bottom: 22px;
  font-family: var(--display); font-weight: 300; color: var(--paper);
  font-size: clamp(2.05rem, 1.2rem + 3.6vw, 3.7rem); line-height: 1.06;
}
.hero__lead { color: #c3d2d4; font-size: 1.03rem; max-width: 54ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 30px; }
.hero__trust {
  list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 10px;
}
.hero__trust li {
  font-size: 0.73rem; letter-spacing: 0.05em; color: #a9bec1;
  border: 1px solid var(--line-dark); border-radius: 999px; padding: 6px 14px;
}

@media (min-width: 768px) {
  .hero { display: grid; align-items: center; min-height: min(92vh, 780px); }
  .hero__media { position: absolute; inset: 0; }
  .hero__media img { width: 100%; height: 100%; aspect-ratio: auto; object-position: 64% 22%; }
  .hero__media::after {
    inset: 0; height: auto;
    background: linear-gradient(97deg, rgba(7, 24, 32, 0.97) 0%, rgba(7, 24, 32, 0.94) 32%, rgba(7, 24, 32, 0.62) 52%, rgba(7, 24, 32, 0.05) 74%, rgba(7, 24, 32, 0) 100%);
  }
  .hero__body {
    width: 100%; max-width: var(--wrap); margin-inline: auto;
    padding-block: clamp(70px, 9vw, 120px);
  }
  .hero__body > * { max-width: 600px; }
  .hero__lead { font-size: 1.1rem; }
}
@media (min-width: 1280px) {
  .hero__media::after {
    background: linear-gradient(97deg, rgba(7, 24, 32, 0.96) 0%, rgba(7, 24, 32, 0.9) 30%, rgba(7, 24, 32, 0.45) 50%, rgba(7, 24, 32, 0) 70%);
  }
}

/* ---------- Cards ---------- */
.cards {
  list-style: none; padding: 0; margin: 34px 0 0;
  display: grid; gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.cards li {
  background: var(--paper); border: 1px solid var(--line-light); border-radius: var(--radius);
  padding: 22px 22px 18px; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.cards li:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.cards h3 { margin-bottom: 6px; color: var(--navy-900); }
.cards p { margin: 0; font-size: 0.92rem; color: var(--ink-soft); line-height: 1.62; }

.cards--sintomas h3 { padding-left: 26px; position: relative; }
.cards--sintomas h3::before {
  content: ""; position: absolute; left: 0; top: 0.42em; width: 14px; height: 14px;
  border: 2px solid var(--gold-500); border-radius: 50%;
}

/* Grade fixa de 3 colunas: seis cards viram duas fileiras de três. */
.cards--3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
@media (min-width: 900px) { .cards--3 { grid-template-columns: repeat(3, 1fr); } }

.cards--echo li { background: rgba(255, 255, 255, 0.035); border-color: var(--line-dark); }
.cards--echo li:hover { box-shadow: none; background: rgba(226, 201, 145, 0.07); }
.cards--echo h3 { color: var(--gold-300); }
.cards--echo p { color: #b7c8ca; }

.cols3 { display: grid; gap: 30px; margin-top: 34px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.cols3 h3 { color: var(--navy-900); font-size: 1.12rem; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 2px solid var(--gold-500); display: inline-block; }
.cols3 p { font-size: 0.95rem; color: var(--ink-soft); margin: 0; }

/* ---------- Caixas laterais ---------- */
.box { background: var(--porcelain); border: 1px solid var(--line-light); border-radius: var(--radius); padding: 26px; }
.box--quiet { background: var(--paper); }
.box--dark { background: rgba(255, 255, 255, 0.04); border-color: var(--line-dark); }
.box__title { font-size: 0.76rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-700); margin-bottom: 16px; }
.box--dark .box__title { color: var(--gold-300); }
.box p { font-size: 0.93rem; color: var(--ink-soft); }
.box--dark p { color: #b7c8ca; }
.sec--dark .box p { color: #b7c8ca; }
.box .btn { margin-top: 8px; }

/* ---------- Listas ---------- */
.steps-list { counter-reset: p; list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 16px; }
.steps-list li {
  counter-increment: p; position: relative; padding-left: 46px; font-size: 0.97rem; color: var(--ink-soft);
}
.steps-list li::before {
  content: counter(p); position: absolute; left: 0; top: -2px;
  width: 30px; height: 30px; border: 1px solid var(--gold-500); border-radius: 50%;
  display: grid; place-items: center; font-size: 0.82rem; font-weight: 600; color: var(--gold-700);
}
.steps-list strong { color: var(--ink); font-weight: 600; }
.steps-list--duas { margin-top: 26px; column-gap: 44px; row-gap: 22px; }
@media (min-width: 760px) { .steps-list--duas { grid-template-columns: 1fr 1fr; } }
.h3-centro { text-align: center; font-size: 1.15rem; margin-top: 40px; }

/* Retrato do médico na coluna lateral da seção Sobre. */
.retrato { margin: 0; position: relative; }
.retrato::before {
  content: ""; position: absolute; inset: 16px -16px -16px 16px;
  border: 1px solid rgba(226, 201, 145, 0.3); border-radius: var(--radius);
  pointer-events: none;
}
.retrato picture { position: relative; display: block; }
.retrato img {
  display: block; width: 100%; height: auto; border-radius: var(--radius);
  border: 1px solid var(--line-dark);
}
@media (max-width: 979px) {
  .retrato { max-width: 340px; margin-inline: auto; }
  .retrato::before { inset: 14px -14px -14px 14px; }
}

.check { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 11px; }
.check li { position: relative; padding-left: 30px; font-size: 0.95rem; color: var(--ink-soft); }
.check li::before {
  content: ""; position: absolute; left: 4px; top: 0.52em;
  width: 11px; height: 6px; border-left: 2px solid var(--gold-500); border-bottom: 2px solid var(--gold-500);
  transform: rotate(-45deg);
}
.check--light li { color: var(--ink-soft); }

/* Painel de resumo: os itens viram uma grade que se acomoda sozinha
   dentro de uma caixa, em vez de uma coluna solta. */
.check--painel {
  margin: 36px 0 34px; padding: clamp(20px, 3vw, 30px);
  background: var(--porcelain); border: 1px solid var(--line-light); border-radius: var(--radius);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px 30px; text-align: left;
}
.check--painel li { padding-left: 28px; }

.creds { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 10px; }
.creds li { font-size: 0.92rem; color: #b7c8ca; border-bottom: 1px solid var(--line-dark); padding-bottom: 10px; }
.creds li:last-child { border-bottom: 0; padding-bottom: 0; }
.creds strong { color: var(--gold-300); font-weight: 600; margin-right: 10px; }

/* ---------- Callout ---------- */
.callout {
  margin-top: 34px; border-radius: var(--radius); padding: 26px 28px;
  background: rgba(226, 201, 145, 0.07); border: 1px solid var(--line-dark);
}
.callout h3 { color: var(--gold-300); margin-bottom: 10px; }
.callout p { margin: 0; font-size: 0.96rem; color: #c3d2d4; }
.h3-solo { margin-top: 44px; font-size: 1.25rem; font-family: var(--display); font-weight: 400; }

/* ---------- Tabela ---------- */
.tabela-wrap { margin-top: 30px; overflow-x: auto; border: 1px solid var(--line-light); border-radius: var(--radius); background: var(--paper); }
.tabela { width: 100%; min-width: 760px; border-collapse: collapse; font-size: 0.9rem; }
.tabela th, .tabela td { text-align: left; padding: 16px 18px; border-bottom: 1px solid var(--line-light); vertical-align: top; }
.tabela thead th {
  background: var(--navy-950); color: var(--gold-300); font-size: 0.7rem;
  letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; border-bottom: 0;
}
.tabela tbody th { font-weight: 600; color: var(--navy-900); width: 190px; }
.tabela td { color: var(--ink-soft); }
.tabela tbody tr:last-child th, .tabela tbody tr:last-child td { border-bottom: 0; }
.tabela .destaque { background: rgba(198, 161, 91, 0.09); }
.tabela .destaque th { color: var(--gold-700); }

/* ---------- Consultório ---------- */
.consultorio { display: grid; gap: clamp(30px, 4vw, 58px); align-items: center; }
@media (min-width: 920px) { .consultorio { grid-template-columns: 1.22fr 1fr; } }

.consultorio__foto { margin: 0; }
.consultorio__foto img {
  display: block; width: 100%; height: auto;
  border-radius: var(--radius); box-shadow: 0 22px 56px rgba(7, 24, 32, 0.16);
}

.consultorio__info h2 { margin-bottom: 0.4em; }
.dados {
  display: grid; gap: 22px 26px; margin: 30px 0 32px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}
.dados dt {
  font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold-700); font-weight: 600; margin-bottom: 6px;
}
.dados dd { margin: 0; font-size: 1rem; line-height: 1.55; color: var(--ink); }
.dados a { color: var(--navy-800); text-decoration: none; font-weight: 600; }
.dados a:hover { color: var(--gold-700); }
.consultorio__acoes { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Agendamento ---------- */
.sec--form { background: var(--navy-950); color: var(--mist); }
.sec--form h2 { color: var(--paper); }
.sec--form .lede { color: #c3d2d4; }
.sec--form .micro--claro { color: #9db1b4; margin-top: 18px; }
.sec--form .micro--claro a { color: var(--gold-300); font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }

.garantias {
  list-style: none; padding: 0; margin: 42px auto 0; max-width: 780px;
  display: grid; gap: 16px 26px; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  padding-top: 28px; border-top: 1px solid var(--line-dark);
}
.garantias li { position: relative; padding-left: 28px; font-size: 0.92rem; color: #b7c8ca; text-align: left; }
.garantias li::before {
  content: ""; position: absolute; left: 2px; top: 0.5em;
  width: 11px; height: 6px; border-left: 2px solid var(--gold-500); border-bottom: 2px solid var(--gold-500);
  transform: rotate(-45deg);
}

/* ---------- FAQ ---------- */
.faq { margin-top: 30px; border-top: 1px solid var(--line-light); }
.faq details { border-bottom: 1px solid var(--line-light); }
.faq summary {
  display: flex; align-items: flex-start; gap: 16px; cursor: pointer; list-style: none;
  padding: 20px 0; transition: color 0.2s var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary h3 { margin: 0; font-size: 1.02rem; font-weight: 600; color: var(--navy-900); flex: 1; }
.faq summary::after {
  content: ""; flex: none; width: 10px; height: 10px; margin-top: 7px;
  border-right: 2px solid var(--gold-700); border-bottom: 2px solid var(--gold-700);
  transform: rotate(45deg); transition: transform 0.25s var(--ease);
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq summary:hover h3 { color: var(--gold-700); }
.faq details p { margin: 0 0 22px; padding-right: 26px; font-size: 0.97rem; color: var(--ink-soft); max-width: 78ch; }

/* ---------- Chamada final ---------- */
.sec--final { background: var(--porcelain); text-align: center; border-top: 1px solid var(--line-light); }
.sec--final h2 { max-width: 26ch; margin-inline: auto; }

/* ---------- Rodapé ---------- */
.rodape { background: var(--navy-950); color: #9db1b4; padding-block: clamp(40px, 6vw, 64px) 28px; font-size: 0.88rem; }
.rodape a { color: #c3d2d4; text-decoration: none; }
.rodape a:hover { color: var(--gold-300); }
.rodape__grid { display: grid; gap: 30px; }
@media (min-width: 760px) { .rodape__grid { grid-template-columns: 1.3fr 1fr; } }
.rodape__marca { font-family: var(--display); font-size: 1.45rem; color: var(--paper); margin: 0 0 4px; }
.rodape__meta { margin: 0 0 5px; font-size: 0.86rem; }
.rodape__nav { display: grid; gap: 9px; align-content: start; }
.rodape__nav a { font-size: 0.88rem; }
.rodape__legal { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line-dark); }
.rodape__legal p { font-size: 0.78rem; line-height: 1.65; color: #7f9599; margin: 0 0 8px; max-width: 90ch; }

/* ---------- Barra fixa mobile ---------- */
.barra-fixa {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  display: grid; grid-template-columns: 1fr 1.4fr;
  background: var(--navy-950); border-top: 1px solid var(--line-dark);
  padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); gap: 9px;
}
.barra-fixa a {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 10px; border-radius: 999px; text-decoration: none;
  font-size: 0.92rem; font-weight: 600;
  border: 1px solid rgba(226, 201, 145, 0.4); color: var(--gold-300);
}
.barra-fixa__wa { background: var(--wa-green); border-color: var(--wa-green); color: #05231a; }
@media (min-width: 1024px) { .barra-fixa { display: none; } }
@media (max-width: 1023px) { body { padding-bottom: 74px; } }

/* ---------- Animação de entrada ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.visivel { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
