/*
================================================================================
MEZTech Insights & Labs Hub Styles
Builds on meztech-design-system.css (dark hero band / light body language).
================================================================================
*/

.insights-section {
  padding: var(--mez-space-20) 0;
}

.insights-section--soft {
  background: var(--mez-gradient-soft);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.insights-sub {
  text-align: center;
  color: var(--mez-color-text-muted);
  font-size: var(--mez-font-size-lg);
  max-width: 640px;
  margin: 0 auto var(--mez-space-12);
}

.insights-section .mez-section-title {
  text-align: center;
}

.labs-group-title {
  font-family: var(--mez-font-family-display);
  font-size: var(--mez-font-size-xl);
  font-weight: var(--mez-font-weight-semibold);
  color: var(--mez-primary-dark);
  margin-bottom: var(--mez-space-5);
  padding-bottom: var(--mez-space-3);
  border-bottom: 2px solid var(--mez-color-border);
}

@media (max-width: 768px) {
  .insights-section { padding: var(--mez-space-16) 0; }
}
