:root {
  --static-page-bg: #fbfcfe;
  --static-page-hero-bg: #f8f9fb;
  --static-page-card-radius: 18px;
}

.static-page-body {
  background-color: var(--static-page-bg);
}

.brand-wordmark {
  font-family: Georgia, 'Times New Roman', serif;
}

.about-page .hero,
.team-page .team-hero {
  background: var(--static-page-hero-bg);
}

.about-page {
  font-size: 1.05rem;
}

.about-page .section {
  padding: 4.5rem 0;
}

@media (min-width: 992px) {
  .about-page .section {
    padding: 6rem 0;
  }
}

.about-page .card,
.team-card {
  border-radius: var(--static-page-card-radius);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.about-page .pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .35rem .75rem;
  border-radius: 999px;
  background: #f8f9fa;
  color: #6c757d;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: .78rem;
  border: 1px solid rgba(108, 117, 125, 0.25);
}

.about-page .icon-pill {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 110, 253, 0.08);
  color: #0b5ed7;
}

.about-page .list-check li {
  margin-bottom: .6rem;
}

.about-page .list-check li::marker {
  color: #0d6efd;
}

.about-page .slab,
.team-card {
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05);
}

.about-audience-avatar {
  width: 96px;
  height: 96px;
  object-fit: cover;
}

.team-card {
  border-radius: 1.125rem;
}

.team-portrait {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(108, 117, 125, 0.18);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
