/* ============================================================
   DE-Einseiter — Seiten-CSS (template-de.php)
   Enthält nur, was die Preview für #v-de inline gesetzt hat;
   alles Übrige (page-hero, svc-duo, svc-card) steht in main.css.
   ============================================================ */

.de-hero h1 {
  max-width: 22ch;
  font-size: clamp(2.1rem, 4.8vw, 3.6rem);
}

/* Einspaltig statt der zweispaltigen svc-duo aus main.css */
.de-cards {
  grid-template-columns: 1fr;
  max-width: 820px;
}

.de-cards .svc-card ul { margin-top: 0; }
.de-cards .svc-card p { margin: 0; }

.de-note { font-size: 0.92rem; }
