.mega-card {
  height: 100%;
}

.mega-card h2 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
}

.menu-section + .menu-section {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px dashed rgba(15, 23, 42, 0.16);
}

.menu-card h2 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.display-9 {
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.08;
}

.quick-card {
  min-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.topic-pill {
  justify-content: center;
  font-weight: 600;
}

.mega-feature .topic-grid {
  margin-top: 6px;
}
