/* ===== Content Sections ===== */

.content-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.intro .lead {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.image-text {
  display: flex;
  gap: 30px;
  margin: 40px 0;
  align-items: center;
}

.image-text.reverse {
  flex-direction: row-reverse;
}

.image-text img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* ===== Vorteile ===== */

.benefits {
  list-style: none;
  padding-left: 0;
}

.benefits li {
  margin-bottom: 12px;
  padding-left: 26px;
  position: relative;
}

.benefits li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1c6fb8;
  font-weight: bold;
}

/* ===== Call to Action ===== */

.cta-box {
  background: #f4f6f8;
  padding: 30px;
  border-left: 5px solid #1c6fb8;
  margin: 40px 0;
}

.cta {
  font-size: 1.1em;
  margin-top: 15px;
}

.closing {
  margin-top: 40px;
  font-size: 1.1em;
}
