.sobre-page {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  color: #2a2a2a;
  background: #f7f4ef;
  line-height: 1.7;
}

.sobre-hero {
  background: linear-gradient(180deg, #fff 0%, #f7f4ef 100%);
  padding: 1.5rem 1.25rem 2rem;
  text-align: center;
  border-bottom: 1px solid #e8dfd2;
}

.sobre-nav {
  text-align: left;
  max-width: 980px;
  margin: 0 auto 1rem;
}

.sobre-nav a {
  color: #8b3a2f;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
}

.sobre-nav a:hover { text-decoration: underline; }

.sobre-logo {
  max-width: min(420px, 90vw);
  height: auto;
  margin: 0 auto 1rem;
  display: block;
}

.sobre-hero h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.5rem, 4vw, 2rem);
  letter-spacing: 0.06em;
  color: #8b3a2f;
}

.sobre-hero h2 {
  margin: 0;
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  font-weight: 600;
  color: #444;
}

.sobre-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 900px) {
  .sobre-content {
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: start;
  }
}

.sobre-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.sobre-card p {
  margin: 0 0 1rem;
  font-size: 1rem;
  color: #333;
}

.sobre-card p:last-of-type { margin-bottom: 0; }

.sobre-quote {
  margin: 1.5rem 0 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid #c45c3e;
  background: #fdf8f3;
  border-radius: 0 8px 8px 0;
  font-size: 1.02rem;
  color: #5a3a32;
}

.sobre-aside {
  background: #fff;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 1rem;
}

.sobre-aside-logo {
  width: 100%;
  max-width: 220px;
  display: block;
  margin: 0 auto 1rem;
}

.sobre-aside-title {
  text-align: center;
  font-weight: 700;
  color: #8b3a2f;
  margin: 0 0 1rem;
}

.sobre-aside .btn-apoio--primary {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.sobre-links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}

.sobre-links li + li { margin-top: 0.5rem; }

.sobre-links a {
  color: #8b3a2f;
  text-decoration: none;
}

.sobre-links a:hover { text-decoration: underline; }

.sobre-foot {
  text-align: center;
  padding: 1.25rem;
  font-size: 0.8rem;
  color: #777;
  border-top: 1px solid #e8dfd2;
}

.sobre-foot a { color: #8b3a2f; }

.sobre-equipe {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem 3rem;
}

.sobre-equipe h2 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  color: #8b3a2f;
  text-align: center;
}

.sobre-equipe-intro {
  margin: 0 auto 2rem;
  max-width: 42rem;
  text-align: center;
  color: #555;
  font-size: 0.98rem;
}

.equipe-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .equipe-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .equipe-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.equipe-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1rem;
  background: #fff;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  border: 1px solid #ebe3d8;
}

@media (max-width: 520px) {
  .equipe-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.equipe-card__photo {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #f3ece3;
}

.equipe-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.equipe-card__body h3 {
  margin: 0 0 0.2rem;
  font-size: 1.05rem;
  color: #5c2f24;
}

.equipe-card__role {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #8b3a2f;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.equipe-card__body p {
  margin: 0;
  font-size: 0.92rem;
  color: #444;
  line-height: 1.65;
}

.equipe-card__social {
  display: inline-block;
  margin-top: 0.65rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #8b3a2f;
  text-decoration: none;
}

.equipe-card__social:hover { text-decoration: underline; }

/* Reuse campaign button styles */
.btn-apoio {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.85rem 1rem;
  border-radius: 4px;
  border: 2px solid #c45c3e;
  color: #c45c3e;
  background: #fff;
}

.btn-apoio--primary {
  background: #c45c3e;
  color: #fff;
  border-color: #c45c3e;
}

.btn-apoio--primary:hover {
  background: #a54d34;
  border-color: #a54d34;
}

.btn-apoio--secondary {
  margin-top: 0.75rem;
}

/* ——— Responsivo ——— */
@media (max-width: 991px) {
  .sobre-aside {
    position: static;
  }
}

@media (max-width: 767px) {
  .sobre-hero {
    padding: 1.25rem 1rem 1.5rem;
  }

  .sobre-content {
    padding: 1.5rem 1rem 2rem;
  }

  .sobre-card {
    padding: 1.25rem;
  }

  .sobre-equipe {
    padding: 0 1rem 2.5rem;
  }

  .equipe-grid {
    grid-template-columns: 1fr;
  }

  .equipe-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1rem;
  }

  .equipe-card__photo {
    max-width: 200px;
    margin-inline: auto;
    width: 100%;
  }

  .sobre-quote {
    font-size: 0.95rem;
    padding: 0.85rem 1rem;
  }
}

@media (max-width: 480px) {
  .sobre-hero h1 {
    letter-spacing: 0.03em;
  }

  .equipe-card__body h3 {
    font-size: 1rem;
  }

  .equipe-card__body p {
    font-size: 0.88rem;
  }
}
