/* c1:Cockpit-Seite */
/* Die Einleitung (Text links, Bild rechts) nutzt die gemeinsamen .intro-Regeln aus base.css */
/* Graphit wie Kopf und Fuß, nicht Markenschwarz (Marc, 11.09.2026) */
.teaser-box { margin-top: 56px; padding: 32px; background: var(--graphite); color: var(--on-graphite-soft); border-radius: var(--radius-card); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.teaser-box h2 { color: var(--ink-on-brand); margin: 0 0 6px; font-size: 26px; font-weight: 400; }
.teaser-box p { margin: 0; }
.notify-box { margin-top: 40px; padding: 28px 32px; border: 1px solid var(--border-1); border-radius: var(--radius-card); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.notify-box p { margin: 0; }
