/* More compact intro text styling */
.intro-text {
  font-size: 0.9rem !important;
  line-height: 1.3 !important;
  margin-bottom: 0.5rem !important;
  letter-spacing: -0.01em;
}

.intro-text .text-highlight {
  font-size: 0.77rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .intro-text {
    font-size: 0.65rem !important;
  }
}