/* Digital human showcase — extends media carousel */
.human-banner { --qg-media: #2dd4bf; }
.human-intro {
  padding: 64px 0;
  background: linear-gradient(180deg, #fff 0%, #f0fdfa 100%);
  border-bottom: 1px solid var(--qg-line);
}
.human-intro-grid {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  gap: 48px;
  align-items: center;
}
.human-lead {
  color: var(--qg-muted);
  line-height: 1.75;
  margin: 0 0 20px;
  max-width: 640px;
}
.human-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.human-service-tag {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  background: rgba(45, 212, 191, 0.1);
  border: 1px solid rgba(45, 212, 191, 0.25);
  color: var(--qg-ink);
}
.human-doc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.human-intro-visual img {
  width: 100%;
  border-radius: var(--qg-radius-lg);
  box-shadow: var(--qg-shadow-lg);
  aspect-ratio: 4/5;
  object-fit: cover;
}
.human-ppt-deck {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 960px;
  margin: 0 auto;
}
.human-ppt-slide {
  background: #fff;
  border: 1px solid var(--qg-line);
  border-radius: var(--qg-radius-lg);
  overflow: hidden;
  box-shadow: var(--qg-shadow);
}
.human-ppt-visual {
  margin: 0;
  cursor: pointer;
  background: #0a1628;
}
.human-ppt-visual img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.human-ppt-text {
  padding: 24px 28px 28px;
  border-top: 1px solid var(--qg-line);
}
.human-ppt-text h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--qg-muted);
  margin: 0 0 12px;
  letter-spacing: 0.5px;
}
.human-ppt-text p {
  margin: 0 0 10px;
  line-height: 1.75;
  color: var(--qg-ink);
  font-size: 15px;
}
.human-ppt-text p:last-child {
  margin-bottom: 0;
}
.human-ppt-empty {
  color: var(--qg-muted);
  font-style: italic;
}
@media (max-width: 640px) {
  .human-ppt-text { padding: 18px 16px 20px; }
  .human-ppt-deck { gap: 32px; }
}
.human-source-note {
  font-size: 13px;
  color: var(--qg-muted);
  margin: -8px 0 12px;
}
.human-creative-intro {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
  color: var(--qg-muted);
  line-height: 1.75;
  font-size: 16px;
}
@media (max-width: 900px) {
  .human-intro-grid { grid-template-columns: 1fr; }
  .human-intro-visual { order: -1; max-width: 360px; margin: 0 auto; }
}
