/* datenschutz v4d — T0: Lese-Typografie mit Hairline-Gliederung, sonst nichts.
   Rechtstext bleibt zeichengenau unangetastet. Keine Conversion-Leiste auf
   Rechtstext-Routen (Kill-Liste R3). */
@layer page, pageresponsive;

@layer page {
  .section-head h1 { font-size: clamp(28px, 3vw, 38px) !important; }
  .prose { max-width: var(--maxw-prose); }
  .prose h2 { border-top: 1px solid var(--line); padding-top: var(--sp-4); margin-top: var(--sp-6); font-size: clamp(22px, 2.1vw, 27px); }
  .prose h3 { font-size: clamp(19px, 1.7vw, 22px); }
}

@layer pageresponsive {
  @media (max-width: 900px) {
    .sticky-cta { display: none; }
    body { padding-bottom: 0; }
    .site-footer { padding-bottom: 0; }
  }
}
