/* Страница /team/ */
.team-page-hero__trust {
  margin-top: 0.75rem;
  color: var(--text-muted, #9ca3af);
  font-size: 0.95rem;
}

.team-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.team-founder__card {
  display: grid;
  grid-template-columns: minmax(200px, 280px) 1fr;
  gap: 2rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: var(--radius-lg, 16px);
  background: var(--surface-elevated, rgba(255, 255, 255, 0.04));
  border: 1px solid var(--border, rgba(255, 255, 255, 0.08));
}

.team-founder__photo .team-card__img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md, 12px);
  object-fit: cover;
}

.team-founder__role {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--accent, #e85d04);
  margin: 0 0 0.25rem;
}

.team-founder__name {
  margin: 0 0 0.5rem;
  font-size: 1.75rem;
}

.team-founder__exp {
  color: var(--text-muted, #9ca3af);
  margin-bottom: 1rem;
}

.team-founder__quote {
  margin: 1.25rem 0;
  padding-left: 1rem;
  border-left: 3px solid var(--accent, #e85d04);
  font-style: italic;
  opacity: 0.92;
}

.team-founder__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.team-page-members .team__grid {
  margin-top: 1.5rem;
}

.team-page-cta .btn {
  margin: 0.25rem;
}

@media (max-width: 768px) {
  .team-founder__card {
    grid-template-columns: 1fr;
  }
}

[data-theme="light"] .team-founder__card {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}
