/* =========================================
   Datenschutzerklärung – Matmoe Modern Premium
   ========================================= */

.datenschutz-page {
    background: linear-gradient(180deg, #f7f9f7 0%, #ffffff 100%);
    color: #111827;
}

/* HERO */

.datenschutz-hero {
    padding: 140px 0 80px;
    background:
        radial-gradient(circle at top right, rgba(144,192,39,0.16), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #eef3ed 100%);
}

.datenschutz-hero-inner {
    max-width: 860px;
}

.datenschutz-kicker {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--matmoe-primary, #90C027);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.datenschutz-hero h1 {
    margin: 0 0 22px;
    color: #111827;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.datenschutz-hero h1 span {
    color: var(--matmoe-primary, #90C027);
}

.datenschutz-hero p {
    max-width: 780px;
    margin: 0;
    color: #374151;
    font-size: 20px;
    line-height: 1.65;
}

/* CONTENT */

.datenschutz-content {
    padding: 80px 0;
}

.datenschutz-card {
    max-width: 900px;
    padding: 48px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(17,24,39,0.08);
    box-shadow: 0 24px 60px rgba(17,24,39,0.10);
}

.datenschutz-updated {
    display: inline-block;
    margin: 0 0 28px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(144,192,39,0.12);
    color: #4f7014;
    font-size: 13px;
    font-weight: 800;
}

.datenschutz-card h2 {
    margin: 42px 0 14px;
    color: #111827;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.datenschutz-card h2:first-of-type {
    margin-top: 0;
}

.datenschutz-card p {
    margin: 0 0 18px;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.78;
}

.datenschutz-card strong {
    color: #111827;
    font-weight: 850;
}

.datenschutz-card a {
    color: var(--matmoe-primary, #90C027);
    font-weight: 750;
    text-decoration: none;
}

.datenschutz-card a:hover {
    text-decoration: underline;
}

/* MOBILE */

@media (max-width: 900px) {
    .datenschutz-hero {
        padding: 100px 0 60px;
    }

    .datenschutz-content {
        padding: 56px 0;
    }

    .datenschutz-card {
        padding: 28px;
        border-radius: 24px;
    }

    .datenschutz-hero p {
        font-size: 18px;
    }
}