/* ============================================================
   INSIGHTS PAGE — page-specific styles
   ============================================================ */

.insights-capture {
  padding: 80px 0 60px;
  max-width: 480px;
}

.insights-capture__label {
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.72;
  color: var(--text-2);
  margin-bottom: 32px;
}

.insights-capture__form {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}

.insights-capture__form .field {
  flex: 1;
}

.insights-empty {
  padding: 0 0 140px;
}

.insights-empty__msg {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--text-3);
  line-height: 1.6;
}
