/* =========================================================
   LEGAL PAGE (GULIT)
   ========================================================= */

.section h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 20px;
}

.section p {
  margin-bottom: 16px;
  line-height: 1.7;
}

.section ul {
  margin: 15px 0 20px 20px;
}

.section ul li {
  margin-bottom: 8px;
}

/* bessere Trennung */
.section hr {
  border: none;
  border-top: 1px solid var(--border-soft);
  margin: 40px 0;
}

/* legal note oben */
.solution-usecase {
  font-size: 14px;
  opacity: 0.75;
  max-width: 700px;
}