.about-hero {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  padding: calc(var(--navbar-height) + 2rem) 0 2.5rem;
}

.about-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.about-breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.5);
}

.about-hero-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.5rem);
}

.about-hero-sub {
  opacity: 0.85;
  font-size: 1.1rem;
  margin: 0;
}

.about-text {
  color: var(--iq-text-muted);
  line-height: 1.8;
  font-size: 1.05rem;
}

.about-image-placeholder {
  background: linear-gradient(135deg, #3b82f6, #7c3aed);
  border-radius: 20px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 0.5rem;
}

.about-image-placeholder i {
  font-size: 4rem;
  opacity: 0.9;
}

.about-mv-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid var(--iq-border);
  box-shadow: var(--iq-shadow);
}

.about-mv-icon {
  width: 56px;
  height: 56px;
  background: #eff6ff;
  color: var(--iq-blue);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.about-mv-card h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.about-mv-card p {
  color: var(--iq-text-muted);
  margin: 0;
  line-height: 1.7;
}

.about-team-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  border: 1px solid var(--iq-border);
  box-shadow: var(--iq-shadow);
}

.about-team-photo-wrap {
  width: 120px;
  height: 120px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
  background: #f1f5f9;
}

.about-team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-team-name {
  font-family: var(--font-heading);
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.about-team-role {
  color: var(--iq-blue);
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.about-team-bio {
  font-size: 0.9rem;
  color: var(--iq-text-muted);
  margin: 0;
  line-height: 1.6;
}

.about-cta {
  background: var(--iq-gradient-soft);
}

@media (max-width: 767.98px) {
  .about-image-placeholder {
    min-height: 220px;
  }

  .about-mv-card,
  .about-team-card {
    padding: 1.25rem;
  }
}
