/* FieraMe · páginas internas (Sobre, Termos, Privacidade) */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #FBF7F5; color: #2B1E22; font-family: 'Manrope', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: #D6688A; }
a:hover { color: #8A3E57; }
:focus-visible { outline: 2px solid #D6688A; outline-offset: 3px; }

.pg-skip { position: absolute; left: -9999px; top: 0; background: #2B1E22; color: #FBF7F5; padding: 10px 16px; z-index: 100; }
.pg-skip:focus { left: 0; }
.pg-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.pg-narrow { max-width: 860px; }

.pg-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 247, 245, 0.9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(138, 62, 87, 0.08); }
.pg-header-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 12px; padding-bottom: 12px; }
.pg-logo { display: flex; align-items: center; gap: 10px; color: #2B1E22; text-decoration: none; }
.pg-logo-light { color: #FBF7F5; }
.pg-nav { display: flex; gap: 24px; font-size: 14px; font-weight: 600; }
.pg-nav a { color: #5c4650; text-decoration: none; }
.pg-cta { background: #2B1E22; color: #FBF7F5 !important; padding: 11px 20px; border-radius: 100px; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }

.pg-hero { background: radial-gradient(ellipse at 80% 10%, #5a3440 0%, #2B1E22 55%, #1C1518 100%); color: #FBF7F5; padding: 56px 0 60px; }
.pg-crumbs { font-size: 13px; color: #b9a6ad; margin-bottom: 26px; }
.pg-crumbs a { color: #dccdd2; text-decoration: none; }
.pg-eyebrow { color: #D6AF74; font-weight: 800; font-size: 12.5px; letter-spacing: 0.14em; margin-bottom: 12px; }
.pg-hero h1 { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; font-size: clamp(36px, 5vw, 56px); line-height: 1.08; margin: 0 0 18px; }
.pg-lead { color: #dccdd2; font-size: 17.5px; line-height: 1.65; margin: 0 0 18px; max-width: 680px; }
.pg-date { color: #b9a6ad; font-size: 13px; margin: 0; }

.pg-body { padding-top: 48px; padding-bottom: 40px; }
.pg-toc { background: #F8E6EA; border-radius: 20px; padding: 22px 26px; margin-bottom: 44px; font-size: 14.5px; }
.pg-toc strong { display: block; font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; color: #8A3E57; margin-bottom: 10px; }
.pg-toc ol { margin: 0; padding-left: 20px; columns: 2 240px; column-gap: 32px; }
.pg-toc li { margin-bottom: 6px; break-inside: avoid; }
.pg-toc a { color: #2B1E22; text-decoration: none; }
.pg-toc a:hover { color: #D6688A; }

.pg-article section { scroll-margin-top: 90px; }
.pg-article h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; font-size: clamp(24px, 3vw, 30px); margin: 44px 0 14px; line-height: 1.2; scroll-margin-top: 90px; }
.pg-article > h2:first-child, .pg-article > section:first-child h2 { margin-top: 0; }
.pg-article p, .pg-article li { font-size: 16px; line-height: 1.75; color: #4a3a40; }
.pg-article p { margin: 0 0 16px; }
.pg-article ul, .pg-article ol { margin: 0 0 18px; padding-left: 22px; }
.pg-article li { margin-bottom: 8px; }
.pg-article strong { color: #2B1E22; }
.pg-contact { list-style: none; padding: 0 !important; }
.pg-contact li { background: #F8E6EA; border-radius: 16px; padding: 14px 18px; }
.pg-company { font-size: 14px !important; color: #8a767d !important; }
.pg-fill { background: #FFF1C9; color: #6b4a00; padding: 1px 4px; border-radius: 4px; }

.pg-table-wrap { overflow-x: auto; margin: 0 0 18px; border: 1px solid #F3D9E0; border-radius: 18px; }
.pg-article table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 520px; }
.pg-article th { background: #F8E6EA; color: #8A3E57; text-align: left; font-size: 12.5px; letter-spacing: 0.08em; text-transform: uppercase; padding: 14px 18px; }
.pg-article td { padding: 14px 18px; border-top: 1px solid #F3D9E0; color: #4a3a40; line-height: 1.5; vertical-align: top; }

.pg-final { margin: 30px 0 90px; background: radial-gradient(ellipse at 20% 0%, #5a3440, #2B1E22 60%); border-radius: 30px; padding: 44px 36px; text-align: center; color: #dccdd2; }
.pg-final h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; color: #FBF7F5; font-size: clamp(28px, 3.6vw, 40px); margin: 0 0 12px; }
.pg-final h2 em { color: #EFA3B8; }
.pg-final p { margin: 0 0 26px; font-size: 16.5px; }
.pg-btn { display: inline-block; background: #D6688A; color: #fff !important; padding: 16px 30px; border-radius: 100px; font-weight: 800; text-decoration: none; }

.pg-footer { background: #1C1518; color: #a89aa0; padding: 56px 0 28px; }
.pg-footer-in { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 32px; padding-bottom: 32px; border-bottom: 1px solid rgba(251, 247, 245, 0.08); }
.pg-footer p { font-size: 14px; margin: 14px 0 0; }
.pg-footer-links { display: grid; grid-template-columns: repeat(2, auto); gap: 10px 40px; font-size: 14px; }
.pg-footer-links a { color: #a89aa0; text-decoration: none; }
.pg-footer-links a:hover { color: #FBF7F5; }
.pg-copy { padding-top: 22px; font-size: 12.5px; color: #6b5c62; }

@media (max-width: 700px) {
  .pg-nav { display: none; }
  .pg-hero { padding: 40px 0 44px; }
}
