/* ═══════════════════════════════════════════════════════════
   SICHERHEITS-SEITE — Schutz vor Betrug
   Große Schrift, plakative Karten, druckfreundlich
   ═══════════════════════════════════════════════════════════ */


/* ───────────────────────────────────────────
   data-type sicherheit (Bordeaux/Dunkelrot — würdevoll-ernst)
   ─────────────────────────────────────────── */

[data-type="sicherheit"] {
    --c1: #8E1F2C;
    --c2: #A52834;
    --c-light: #FCE4EC;
    --c-dark: #5C0F1B;
}


/* ───────────────────────────────────────────
   NOTFALL-KARTEN GANZ OBEN
   ─────────────────────────────────────────── */

.schutz-notfall {
    background: linear-gradient(135deg, #8E1F2C, #A52834);
    color: #fff;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    margin: 2rem 0 3rem;
}

.schutz-notfall h2 {
    color: #fff;
    font-size: 2rem;
    margin: 0 0 1rem;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    padding-bottom: 0.75rem;
}

.schutz-notfall h2 i {
    margin-right: 0.5rem;
}

.schutz-notfall-intro {
    font-size: 1.15rem;
    line-height: 1.6;
    margin: 0 0 2rem;
    color: rgba(255,255,255,0.95);
}

.schutz-notfall-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.schutz-notfall-card {
    background: #fff;
    color: #5C0F1B;
    padding: 2rem 1.5rem;
    border-radius: 10px;
    text-align: center;
}

.schutz-notfall-icon {
    font-size: 2.8rem;
    color: #8E1F2C;
    margin-bottom: 0.75rem;
}

.schutz-notfall-num {
    font-size: 2.6rem;
    font-weight: 800;
    color: #5C0F1B;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.schutz-notfall-label {
    font-size: 1.2rem;
    font-weight: 700;
    color: #5C0F1B;
    margin-bottom: 0.5rem;
}

.schutz-notfall-desc {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #5D4037;
}


/* ───────────────────────────────────────────
   ABSCHNITTE
   ─────────────────────────────────────────── */

.schutz-section {
    margin: 3rem 0;
}

.schutz-section h2 {
    font-size: 2rem;
    color: var(--c1, #8E1F2C);
    margin: 0 0 1rem;
    line-height: 1.3;
}

.schutz-section h2 i {
    margin-right: 0.5rem;
    color: #8E1F2C;
}

.schutz-intro {
    font-size: 1.15rem;
    line-height: 1.65;
    color: #37474F;
    margin: 0 0 2rem;
    max-width: 850px;
}


/* ───────────────────────────────────────────
   8 GOLDENE REGELN — KARTEN-GRID
   ─────────────────────────────────────────── */

.schutz-regeln-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.schutz-regel {
    background: #FFF8F6;
    border: 2px solid #FCE4EC;
    border-left: 6px solid #8E1F2C;
    border-radius: 10px;
    padding: 2rem 1.75rem;
    position: relative;
}

.schutz-regel-icon {
    font-size: 2.5rem;
    color: #8E1F2C;
    margin-bottom: 0.75rem;
}

.schutz-regel-nr {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(142, 31, 44, 0.15);
    line-height: 1;
}

.schutz-regel h3 {
    font-size: 1.3rem;
    color: #5C0F1B;
    margin: 0 0 0.75rem;
    line-height: 1.35;
}

.schutz-regel p {
    font-size: 1rem;
    line-height: 1.65;
    color: #37474F;
    margin: 0;
}


/* ───────────────────────────────────────────
   SVG-ILLUSTRATIONEN
   ─────────────────────────────────────────── */
/*
.schutz-illu {
    margin: 3rem 0;
    /* background: #FFF8F6;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #FCE4EC;
}

.schutz-illu svg {
    width: 100%;
    height: auto;
    display: block;
}
*/


.schutz-illu img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}



/* ───────────────────────────────────────────
   BETRUGSMASCHEN — DETAILLIERT
   ─────────────────────────────────────────── */

.schutz-masche {
    display: flex;
    gap: 1.5rem;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-left: 5px solid #8E1F2C;
    border-radius: 10px;
    padding: 1.75rem;
    margin-bottom: 1.5rem;
}

.schutz-masche-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: #FCE4EC;
    color: #8E1F2C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
}

.schutz-masche-content {
    flex: 1;
}

.schutz-masche-content h3 {
    font-size: 1.4rem;
    color: #5C0F1B;
    margin: 0 0 1rem;
    line-height: 1.3;
}

.schutz-masche-zwei {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.schutz-masche-so,
.schutz-masche-tun {
    padding: 1.25rem;
    border-radius: 8px;
}

.schutz-masche-so {
    background: #FFF3E0;
    border-left: 4px solid #E65100;
}

.schutz-masche-tun {
    background: #E8F5E9;
    border-left: 4px solid #1B5E20;
}

.schutz-masche-so h4 {
    color: #E65100;
    font-size: 1rem;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.schutz-masche-tun h4 {
    color: #1B5E20;
    font-size: 1rem;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.schutz-masche-so p,
.schutz-masche-tun p {
    font-size: 1rem;
    line-height: 1.6;
    color: #37474F;
    margin: 0 0 0.5rem;
}

.schutz-masche-so em {
    background: #FFE0B2;
    padding: 0.1rem 0.4rem;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    color: #5C0F1B;
}

.schutz-masche-tun ul {
    margin: 0;
    padding-left: 1.25rem;
}

.schutz-masche-tun ul li {
    font-size: 1rem;
    line-height: 1.65;
    color: #37474F;
    margin-bottom: 0.4rem;
}


/* ───────────────────────────────────────────
   WAS TUN — SCHRITTE
   ─────────────────────────────────────────── */

.schutz-schritte {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.schutz-schritt {
    display: flex;
    gap: 1.5rem;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 1.5rem 1.75rem;
}

.schutz-schritt-nr {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: #8E1F2C;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 800;
}

.schutz-schritt-content h3 {
    font-size: 1.3rem;
    color: #5C0F1B;
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

.schutz-schritt-content p {
    font-size: 1rem;
    line-height: 1.65;
    color: #37474F;
    margin: 0 0 0.5rem;
}


/* ───────────────────────────────────────────
   FÜR ANGEHÖRIGE — TIPPS-LISTE
   ─────────────────────────────────────────── */

.schutz-tipps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.schutz-tipps li {
    background: #F3E5F5;
    border-left: 4px solid #6A1B9A;
    padding: 1rem 1.25rem;
    border-radius: 6px;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #37474F;
}


/* ───────────────────────────────────────────
   DRUCKBARE TELEFONKARTE
   ─────────────────────────────────────────── */

.schutz-karte {
    background: #fff;
    border: 3px solid #8E1F2C;
    border-radius: 12px;
    padding: 2rem;
    max-width: 600px;
    margin: 2rem auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.schutz-karte-header {
    text-align: center;
    border-bottom: 2px solid #FCE4EC;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.schutz-karte-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.schutz-karte-logo-icon {
    font-size: 2rem;
}

.schutz-karte-logo-text {
    font-weight: 700;
    color: #1A237E;
}

.schutz-karte-logo-mark {
    color: #8E1F2C;
}

.schutz-karte-header h3 {
    font-size: 1.6rem;
    color: #8E1F2C;
    margin: 0;
}

.schutz-karte-nummern {
    margin-bottom: 1.5rem;
}

.schutz-karte-num {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #E0E0E0;
    padding: 0.85rem 0;
}

.schutz-karte-num:last-child {
    border-bottom: none;
}

.schutz-karte-num-bezeichnung {
    font-size: 1.05rem;
    color: #5C0F1B;
    font-weight: 600;
}

.schutz-karte-num-zahl {
    font-size: 1.4rem;
    font-weight: 800;
    color: #8E1F2C;
    letter-spacing: 1px;
}

.schutz-karte-regeln {
    background: #FFF8F6;
    border: 1px solid #FCE4EC;
    border-radius: 8px;
    padding: 1.25rem;
}

.schutz-karte-regeln h4 {
    font-size: 1.15rem;
    color: #8E1F2C;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.schutz-karte-regeln ol {
    margin: 0;
    padding-left: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.85;
    color: #37474F;
    font-weight: 500;
}

.schutz-karte-footer {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px dashed #E0E0E0;
    font-size: 0.85rem;
    color: #757575;
}

.schutz-print-hinweis {
    text-align: center;
    margin-top: 1.5rem;
    padding: 1.25rem;
    background: #E8F5E9;
    border-radius: 8px;
}

.schutz-print-hinweis p {
    margin: 0 0 1rem;
    color: #1B5E20;
}

.schutz-print-button {
    background: #8E1F2C;
    color: #fff;
    border: none;
    padding: 0.85rem 1.75rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
}

.schutz-print-button i {
    margin-right: 0.5rem;
}


/* ───────────────────────────────────────────
   OFFIZIELLE STELLEN
   ─────────────────────────────────────────── */

.schutz-stellen {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.schutz-stelle {
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 1.5rem;
}

.schutz-stelle h3 {
    font-size: 1.2rem;
    color: #5C0F1B;
    margin: 0 0 0.75rem;
}

.schutz-stelle h3 i {
    margin-right: 0.4rem;
    color: #8E1F2C;
}

.schutz-stelle p {
    font-size: 1rem;
    line-height: 1.6;
    color: #37474F;
    margin: 0 0 0.75rem;
}

.schutz-stelle a {
    color: #8E1F2C;
    font-weight: 600;
    text-decoration: none;
}


/* ───────────────────────────────────────────
   SCHLUSSWORT
   ─────────────────────────────────────────── */

.schutz-schluss {
    background: linear-gradient(135deg, #FFF8F6, #FCE4EC);
    border-radius: 12px;
    padding: 2.5rem 2rem;
    border: 1px solid #FCE4EC;
}

.schutz-schluss h2 {
    color: #8E1F2C;
}

.schutz-schluss h2 i {
    color: #C62828;
}

.schutz-schluss p {
    font-size: 1.1rem;
    line-height: 1.75;
    color: #37474F;
    margin: 0 0 1rem;
}


/* ───────────────────────────────────────────
   QUELLEN-BOX
   ─────────────────────────────────────────── */

.schutz-quellen {
    margin-top: 3rem;
    padding: 1.25rem 1.5rem;
    background: #F5F5F5;
    border-radius: 8px;
}

.schutz-quellen h4 {
    font-size: 1rem;
    color: #5D4037;
    margin: 0 0 0.5rem;
}

.schutz-quellen p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #5D4037;
    margin: 0;
}


/* ───────────────────────────────────────────
   MOBILE
   ─────────────────────────────────────────── */

@media (max-width: 768px) {

    .schutz-notfall {
        padding: 1.75rem 1.25rem;
    }

    .schutz-notfall h2 {
        font-size: 1.5rem;
    }

    .schutz-notfall-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .schutz-section h2 {
        font-size: 1.5rem;
    }

    .schutz-regeln-grid {
        grid-template-columns: 1fr;
    }

    .schutz-regel {
        padding: 1.5rem 1.25rem;
    }

    .schutz-regel h3 {
        font-size: 1.15rem;
    }

    .schutz-masche {
        flex-direction: column;
        padding: 1.25rem;
    }

    .schutz-masche-zwei {
        grid-template-columns: 1fr;
    }

    .schutz-masche-icon {
        width: 60px;
        height: 60px;
    }

    .schutz-schritt {
        padding: 1.25rem;
    }

    .schutz-schritt-nr {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .schutz-stellen {
        grid-template-columns: 1fr;
    }

    .schutz-karte {
        padding: 1.25rem;
    }

    .schutz-karte-num {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

}


/* ───────────────────────────────────────────
   PRINT-STYLES — NUR DIE TELEFONKARTE
   ─────────────────────────────────────────── */

@media print {

    /* Alles ausblenden außer der Karte */
    body * {
        visibility: hidden;
    }

    .schutz-karte,
    .schutz-karte * {
        visibility: visible;
    }

    .schutz-karte {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 1.5cm;
        box-shadow: none;
        border: 3px solid #8E1F2C;
    }

    .schutz-print-hinweis {
        display: none;
    }

    /* Karte für Print optimieren */
    .schutz-karte-num-zahl {
        font-size: 1.6rem;
    }

    .schutz-karte-regeln ol {
        font-size: 1.2rem;
    }

}