/* Aus impressum.php ausgelagerte, seitenbezogene Styles */
body {
            margin: 0;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            background: #f3f4f6;
            color: #111827;
        }
        .page {
            max-width: 900px;
            margin: 0 auto;
            padding: 1.5rem;
        }
        h1 {
            font-size: 1.8rem;
            margin-bottom: 1rem;
        }
        h2 {
            font-size: 1.2rem;
            margin-top: 1.4rem;
            margin-bottom: 0.4rem;
        }
        p {
            margin: 0.15rem 0;
            line-height: 1.5;
        }
        a { color: #2563eb; text-decoration: none; }
        a:hover { text-decoration: underline; }
        .card {
            background: #ffffff;
            border-radius: 16px;
            padding: 1.5rem;
            box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
            border: 1px solid #e5e7eb;
        }
        .back-link {
            margin-top: 1.2rem;
            font-size: 0.9rem;
        }
