.taxonomy-intro {
  margin: 24px 0 32px;
  padding: 24px 28px;
  border: 1px solid rgba(0, 102, 204, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(0, 102, 204, 0.08) 0, rgba(255, 255, 255, 0.98) 42%),
    linear-gradient(180deg, #ffffff 0, #f8fbff 100%);
  box-shadow: 0 10px 28px rgba(0, 102, 204, 0.08);
}

.taxonomy-intro__lead,
.taxonomy-intro__body {
  margin: 0;
}

.taxonomy-intro__lead {
  color: #1a1a1a;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.9;
}

.taxonomy-intro__body {
  margin-top: 12px;
  color: #4b5563;
  font-size: 0.96rem;
  line-height: 1.9;
}

@media (max-width: 768px) {
  .taxonomy-intro {
    margin: 20px 0 28px;
    padding: 20px;
    border-radius: 14px;
  }

  .taxonomy-intro__lead {
    font-size: 1rem;
    line-height: 1.8;
  }

  .taxonomy-intro__body {
    font-size: 0.92rem;
    line-height: 1.8;
  }
}
