.pagina-artigo, .pagina-legal { min-height: 100vh; display: flex; flex-direction: column; background: var(--cor-bege); }
.article-topbar { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--cor-bege) 92%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--cor-verde-escuro) 12%, transparent); backdrop-filter: blur(16px); }
.article-topbar__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.article-brand { display: inline-flex; width: min(185px, 46vw); }
.article-brand img { width: 100%; height: auto; display: block; }
.article-back { color: var(--cor-verde-escuro); font-size: .92rem; font-weight: 700; }
.article-back:hover { color: var(--cor-terracota); }
.article-main { flex: 1; padding: clamp(52px, 7vw, 100px) 0; }
.article-loading { max-width: 720px; margin: 20px auto; padding: 36px; text-align: center; border-radius: var(--radius-grande); background: #fff; box-shadow: var(--sombra-suave); color: var(--cor-verde-escuro); }
.article-loading .botao { margin-top: 14px; }
.article-content { max-width: 830px; margin: 0 auto; }
.article-heading { max-width: 760px; margin: 0 auto clamp(26px, 4vw, 48px); text-align: center; }
.article-heading__category { display: inline-flex; margin-bottom: 18px; color: var(--cor-terracota); font-weight: 800; font-size: .78rem; letter-spacing: .11em; text-transform: uppercase; }
.article-heading h1 { max-width: 880px; margin: 0 auto 18px; color: var(--cor-verde-escuro); font-family: var(--fonte-titulo); font-size: clamp(2.35rem, 5vw, 4.45rem); font-weight: 600; line-height: .99; letter-spacing: -.05em; }
.article-heading__summary { max-width: 690px; margin: 0 auto; color: var(--cor-texto-suave); font-size: clamp(1.05rem, 2vw, 1.22rem); line-height: 1.68; }
.article-heading__meta { margin: 22px 0 0; color: var(--cor-texto-suave); font-size: .89rem; }
.article-cover { width: 100%; margin: 0 auto clamp(28px, 5vw, 52px); overflow: visible; border-radius: var(--radius-grande); background: var(--cor-verde-nevoa); box-shadow: var(--sombra-media); }
.article-cover img { display: block; width: 100%; height: auto; border-radius: inherit; }
.article-body { max-width: 720px; margin: 0 auto; color: var(--cor-texto); font-size: 1.08rem; line-height: 1.82; }
.article-body > *:first-child { margin-top: 0; }
.article-body p, .article-body ul, .article-body ol, .article-body blockquote { margin: 0 0 1.45em; }
.article-body h2, .article-body h3, .article-body h4 { margin: 1.75em 0 .6em; color: var(--cor-verde-escuro); font-family: var(--fonte-titulo); line-height: 1.13; letter-spacing: -.02em; }
.article-body h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); }
.article-body h3 { font-size: clamp(1.4rem, 2.8vw, 1.85rem); }
.article-body ul, .article-body ol { padding-left: 1.3em; }
.article-body li + li { margin-top: .45em; }
.article-body a { color: var(--cor-terracota); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-hashtag { display: inline-flex; margin: .12em .22em .12em 0; padding: .18em .55em; border: 1px solid color-mix(in srgb, var(--cor-verde) 25%, transparent); border-radius: 999px; background: var(--cor-verde-nevoa); color: var(--cor-verde); font-size: .84em; font-weight: 700; line-height: 1.35; }
.article-body blockquote { padding: 14px 22px; border-left: 3px solid var(--cor-dourado); background: var(--cor-verde-nevoa); color: var(--cor-verde-escuro); font-family: var(--fonte-titulo); font-size: 1.28rem; font-style: italic; }
.article-share { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; max-width: 720px; margin: 52px auto 28px; padding-top: 26px; border-top: 1px solid color-mix(in srgb, var(--cor-verde-escuro) 15%, transparent); }
.article-share span { margin-right: 4px; color: var(--cor-texto-suave); font-size: .85rem; }
.article-share a { color: var(--cor-verde-escuro); font-size: .86rem; font-weight: 700; text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--cor-verde-escuro) 35%, transparent); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.article-share a:hover { color: var(--cor-terracota); text-decoration-color: currentColor; }
.article-cta { max-width: 720px; margin: 0 auto; padding: clamp(24px, 5vw, 42px); border-radius: var(--radius-grande); background: var(--cor-verde-escuro); color: #fff; text-align: center; }
.article-cta p { max-width: 500px; margin: 0 auto 19px; font-family: var(--fonte-titulo); font-size: clamp(1.35rem, 2.4vw, 1.75rem); line-height: 1.25; }
.article-cta .botao { background: var(--cor-dourado); color: var(--cor-verde-escuro); }
.article-footer { margin-top: auto; padding: 28px 0; background: #102d25; color: rgba(255,255,255,.7); font-size: .82rem; }
.article-footer .conteudo-central { display: flex; justify-content: space-between; gap: 18px; }
.article-footer a { color: #fff; }
.legal-content { max-width: 780px; margin: 0 auto; padding: clamp(28px, 5vw, 60px); border-radius: var(--radius-grande); background: #fff; box-shadow: var(--sombra-suave); }
.legal-content h1 { margin: 0 0 16px; color: var(--cor-verde-escuro); font-family: var(--fonte-titulo); font-size: clamp(2.2rem, 5vw, 3.7rem); line-height: 1; letter-spacing: -.04em; }
.legal-content h2 { margin: 34px 0 12px; color: var(--cor-verde-escuro); font-family: var(--fonte-titulo); font-size: 1.55rem; }
.legal-content p, .legal-content li { color: var(--cor-texto-suave); line-height: 1.75; }
.legal-content ul { padding-left: 1.25em; }
.legal-content a { color: var(--cor-terracota); text-decoration: underline; }
@media (max-width: 640px) {
  .article-topbar__inner { min-height: 66px; }
  .article-back { font-size: .78rem; }
  .article-main { padding-top: 38px; }
  .article-body { font-size: 1rem; }
  .article-footer .conteudo-central { flex-direction: column; gap: 6px; }
}
