/* Página institucional /sobre — prosa legível e hierarquia clara (SEO) */

.sobre-article {
  max-width: 46rem;
  margin: 0 auto;
  padding: 0 0 2.5rem;
}

.sobre-hero {
  margin-bottom: 1.75rem;
}

.sobre-hero__lead {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0 0 0.5rem;
}

.sobre-article h1 {
  font-size: clamp(1.45rem, 4.2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.sobre-article h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.sobre-article h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 1.35rem 0 0.5rem;
  color: var(--text);
}

.sobre-article p {
  margin: 0 0 0.9rem;
  line-height: 1.65;
  color: var(--text);
}

.sobre-article ul {
  margin: 0 0 1rem 0.25rem;
  padding-left: 1.1rem;
}

.sobre-article li {
  margin: 0.35rem 0;
  line-height: 1.55;
  color: var(--text);
}

.sobre-article strong {
  font-weight: 600;
}

.sobre-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 2rem 0 1.5rem;
  padding: 1.15rem 1.15rem 1.2rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.sobre-cta p {
  width: 100%;
  margin: 0 0 0.35rem;
  font-weight: 600;
  font-size: 0.98rem;
}

.sobre-footer-seo {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--muted);
}

.sobre-footer-seo a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-sobre {
  min-height: 100vh;
}

.page-sobre .container {
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}
