/* Demo section cleanup: marketing headline lives above the Mac window; window contains only the demo widget. */
.demo-section-intro {
  margin-bottom: 18px;
  align-items: end;
}
.demo-section-intro h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(36px, 5.2vw, 64px);
  line-height: .94;
  letter-spacing: -.06em;
}
.demo-section-intro > p {
  max-width: 510px;
  color: var(--text-mid);
  font-size: 16px;
  line-height: 1.58;
}
.demo-card-wide .window-bar + osqur-demo {
  border-top: 0;
}
.demo-card-wide[aria-label="Osqur interactive demo widget"] {
  box-shadow: 0 28px 100px rgba(0, 0, 0, .38), 0 0 0 1px rgba(95, 125, 245, .06);
}
@media (max-width: 860px) {
  .demo-section-intro h2 {
    font-size: clamp(34px, 12vw, 52px);
  }
}
