/* ==========================================================================
   about.css
   تنسيقات خاصة بصفحة "من نحن"
   ========================================================================== */

.about-intro {
  max-width: 42rem;
  margin-inline: auto;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: right;
}

.about-intro p {
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--color-muted);
}

.team-card {
  padding: 1.5rem;
  border: 1px solid rgba(30, 90, 168, 0.1);
}

.team-card--lead {
  border-color: rgba(30, 90, 168, 0.3);
  background: linear-gradient(135deg, rgba(30, 90, 168, 0.1), #fff);
}

.team-card__role {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: var(--color-blue);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.team-card h3 {
  font-size: 1.1rem;
}

.team-card p {
  margin-top: 0.6rem;
  color: var(--color-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}
