.topics-hero {
  background: linear-gradient(180deg, #eef4ff, #ffffff);
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 32px;
}

.hero-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.hero-text h2 {
  margin: 0 0 8px;
  font-size: 2rem;
}

.lede {
  color: #475569;
  max-width: 60ch;
}

.hero-cta .btn {
  padding: 10px 18px;
  border-radius: 8px;
  background: #2563eb;
  color: white;
  margin-right: 10px;
}

.btn-outline {
  background: transparent;
  border: 1px solid #2563eb;
  color: #2563eb;
}

/* Topic groups */

.topic-group {
  background: white;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.topic-group h3 {
  margin-top: 0;
}

.topic-links {
  padding-left: 18px;
}

.topic-links li {
  margin-bottom: 6px;
}
