body {
  font-family: 'Segoe UI', sans-serif;
  background: #fefefe;
  color: #333;
}
.card {
  border-radius: 12px;
}
#summaryText {
  font-size: 1.1rem;
  line-height: 1.6;
}
#recommendations ul {
  padding-left: 1rem;
}
