/* Páginas institucionais — tipografia e leitura */
.main-content{padding-top:47px}
.main-content .sobre-hero,
.main-content .politicas-hero,
.main-content .termos-hero,
.main-content .reembolso-hero{
  background:linear-gradient(135deg,#f7b500 0%,#f0a500 100%);
  padding:52px 20px 44px;
  text-align:center;
}
.main-content .sobre-hero h1,
.main-content .politicas-hero h1,
.main-content .termos-hero h1,
.main-content .reembolso-hero h1{
  margin:0;
  font-size:clamp(1.75rem,3vw,2.25rem);
  font-weight:700;
  color:#1f1f1f;
  letter-spacing:-0.02em;
}
.tnm-legal-updated{
  margin:12px 0 0;
  font-size:.95rem;
  color:rgba(31,31,31,.75);
  font-weight:500;
}
.main-content .sobre-body,
.main-content .politicas-body,
.main-content .termos-body,
.main-content .reembolso-body,
.tnm-legal-prose{
  max-width:860px;
  margin:0 auto;
  padding:48px 24px 72px;
  color:#2f2f2f;
  line-height:1.7;
  font-size:1.05rem;
}
.tnm-legal-prose h2,
.tnm-legal-prose .privacy_subtitulo{
  display:block;
  font-size:1.35rem;
  font-weight:700;
  margin:36px 0 14px;
  color:#1f1f1f;
  line-height:1.35;
}
.tnm-legal-prose h2:first-child,
.tnm-legal-prose .privacy_subtitulo:first-child,
.tnm-legal-prose > strong.privacy_subtitulo:first-of-type{
  margin-top:0;
}
.tnm-legal-prose p,
.tnm-legal-prose .privacy_texto{
  margin:0 0 18px;
  font-size:1.05rem;
  line-height:1.7;
}
.tnm-legal-prose a{
  color:#00a46d;
  text-decoration:underline;
  text-underline-offset:2px;
}
.tnm-legal-prose a:hover{color:#008055}
.tnm-legal-prose ul,
.tnm-legal-prose ol{
  margin:0 0 18px;
  padding-left:1.25rem;
}
.tnm-legal-prose li{margin-bottom:8px}
.tnm-legal-prose strong{color:#1a1a1a}
.tnm-legal-prose .reembolso-row{
  display:flex;
  gap:40px;
  align-items:flex-start;
}
.tnm-legal-prose .reembolso-card{
  flex:0 0 300px;
  background:#fff;
  border:1px solid #ececec;
  border-radius:16px;
  padding:24px;
  box-shadow:0 8px 24px rgba(0,0,0,.04);
}
.sobre-gallery{
  max-width:1100px;
  margin:0 auto;
  padding:32px 24px 8px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:stretch;
}
.sobre-gallery--single{
  grid-template-columns:minmax(0,640px);
  justify-content:center;
}
.sobre-gallery__item{
  margin:0;
  border-radius:16px;
  overflow:hidden;
  background:#ececec;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  display:flex;
  align-items:center;
  justify-content:center;
  height:380px;
}
.sobre-gallery__item img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.tnm-legal-prose--after-gallery{
  padding-top:28px;
}
/* legado (layout antigo) */
.sobre-layout{
  max-width:1100px;
  margin:0 auto;
  padding:48px 24px 72px;
  display:block;
}
.sobre-layout__media{
  margin:0 0 28px;
  border-radius:18px;
  overflow:hidden;
  background:#f3f3f3;
  box-shadow:0 12px 32px rgba(0,0,0,.08);
}
.sobre-layout__media img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.sobre-layout__text{
  max-width:none;
  margin:0;
  padding:0;
}
@media(max-width:768px){
  .main-content .sobre-hero,
  .main-content .politicas-hero,
  .main-content .termos-hero,
  .main-content .reembolso-hero{padding:40px 16px 36px}
  .main-content .sobre-body,
  .main-content .politicas-body,
  .main-content .termos-body,
  .main-content .reembolso-body,
  .tnm-legal-prose{padding:36px 18px 40px;font-size:1rem}
  .tnm-legal-prose .reembolso-row{flex-direction:column}
  .tnm-legal-prose .reembolso-card{flex:1 1 auto;width:100%}
  .sobre-gallery{
    grid-template-columns:1fr;
    gap:16px;
    padding:24px 18px 0;
  }
  .sobre-gallery__item{
    height:260px;
  }
  .tnm-legal-prose--after-gallery{
    padding-top:24px;
  }
  .sobre-layout{
    padding:36px 18px 56px;
  }
}
