/* Páginas institucionais - mesma largura do header/rodapé */
body.ead-public-site .ead-inst-page .container.ead-site-container {
  max-width: var(--ead-header-max, 1580px);
  width: 100%;
}

/* Páginas institucionais (termos, privacidade, cookies, sobre) */
.ead-inst-page { background: var(--ead-page-bg, #f4f4f4); }
.ead-inst-hero {
  padding: 2.5rem 0 1.75rem;
  background:
    radial-gradient(ellipse 70% 80% at 10% 0%, rgba(11, 20, 142, 0.08), transparent 55%),
    linear-gradient(180deg, #fff 0%, var(--ead-page-bg, #f4f4f4) 100%);
}
body.ead-theme-dark .ead-inst-hero,
html.ead-theme-dark .ead-inst-hero {
  background:
    radial-gradient(ellipse 70% 80% at 10% 0%, rgba(255, 205, 0, 0.06), transparent 55%),
    linear-gradient(180deg, #16161c 0%, var(--ead-page-bg) 100%);
}
.ead-inst-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.875rem;
  color: var(--ead-muted, #64748b);
  margin-bottom: 1rem;
}
.ead-inst-breadcrumb a {
  color: var(--ead-navy, #0b148e);
  text-decoration: none;
  font-weight: 500;
}
.ead-inst-breadcrumb a:hover { text-decoration: underline; }
.ead-inst-overline {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ead-navy, #0b148e);
  font-weight: 600;
}
.ead-inst-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 600;
  color: var(--ead-text, #0f172a);
  line-height: 1.2;
}
.ead-inst-lead {
  margin: 0;
  color: var(--ead-muted, #64748b);
  font-size: 1rem;
}
.ead-inst-body { padding: 0 0 3.5rem; }
.ead-inst-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.25rem;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}
@media (min-width: 768px) {
  .ead-inst-card { padding: 2.25rem 2.5rem; }
}
body.ead-theme-dark .ead-inst-card,
html.ead-theme-dark .ead-inst-card {
  background: var(--ead-surface, #1c1c24);
  border-color: var(--ead-border, #2a2a35);
}
.ead-inst-img {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}
.ead-inst-content {
  color: var(--ead-text, #1e293b);
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}
.ead-inst-content h2 {
  margin: 1.75rem 0 0.75rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--ead-navy, #0b148e);
}
.ead-inst-content h2:first-child { margin-top: 0; }
.ead-inst-content p { margin: 0 0 1rem; }
.ead-inst-content ul {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
}
.ead-inst-content li { margin-bottom: 0.55rem; }
.ead-inst-content a {
  color: var(--ead-navy, #0b148e);
  font-weight: 500;
}
.ead-inst-related {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 1.5rem;
  padding-top: 0.25rem;
}
.ead-inst-related a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ead-navy, #0b148e);
  text-decoration: none;
}
.ead-inst-related a:hover { text-decoration: underline; }
