/* ===================================================================
   AERONA SPACE – SICHERHEIT
   Inhalt aus SICHERHEIT.md (AetherOS, Stand 21.07.2026).
   Grün = behoben, Bernstein = offen. Die offenen Punkte sind bewusst
   genauso prominent wie die behobenen – das ist der Sinn der Seite.
   =================================================================== */
.sec-main {
    max-width: 1000px;
    margin: 0 auto;
    padding: 7rem 1.5rem 6rem;
}
/* ---------- Kopfbereich ---------- */
.sec-hero {
    margin-bottom: 3.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.sec-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #4ade80;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.28);
    padding: 4px 11px;
    border-radius: 6px;
    margin-bottom: 1.4rem;
}

.sec-hero h1 {
    color: white;
    font-size: clamp(1.9rem, 5.2vw, 2.9rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.1rem;
}

.sec-unter {
    color: #94a3b8;
    font-size: 1.05rem;
    line-height: 1.85;
    max-width: 740px;
    margin-bottom: 2.2rem;
}
/* ---------- Kennzahlen ---------- */
.sec-zahlen {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-bottom: 1.8rem;
}

.sec-zahl {
    padding: 1.2rem 1rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 14px;
    min-width: 0;
}

.sec-zahl strong {
    display: block;
    font-size: clamp(1.2rem, 4vw, 1.8rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.4rem;
    color: #cbd5e1;
}

.sec-zahl span {
    color: #94a3b8;
    font-size: 0.82rem;
    font-weight: 600;
}

.sec-zahl--zu strong {
    color: #4ade80;
}

.sec-zahl--offen strong {
    color: #fbbf24;
}

.sec-hinweis {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.3rem 1.5rem;
    background: rgba(59, 130, 246, 0.07);
    border: 1px solid rgba(59, 130, 246, 0.24);
    border-radius: 14px;
    color: #94a3b8;
    font-size: 0.94rem;
    line-height: 1.78;
}

.sec-hinweis i {
    color: #93c5fd;
    margin-top: 0.3rem;
    flex-shrink: 0;
}

.sec-hinweis strong {
    color: #e2e8f0;
}
/* ---------- Abschnitte ---------- */
.sec-block {
    margin-bottom: 2.8rem;
}

.sec-block__titel {
    color: white;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.sec-block__text {
    color: #94a3b8;
    font-size: 0.98rem;
    line-height: 1.8;
    max-width: 740px;
    margin-bottom: 1.4rem;
}
/* ---------- Einzelne Punkte ---------- */
.sec-liste {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 0.9rem;
}

.sec-karte {
    padding: 1.3rem 1.4rem;
    border-radius: 14px;
    min-width: 0;
}

.sec-karte--zu {
    background: rgba(34, 197, 94, 0.05);
    border: 1px solid rgba(34, 197, 94, 0.18);
}

.sec-karte--offen {
    background: rgba(251, 191, 36, 0.05);
    border: 1px solid rgba(251, 191, 36, 0.22);
}

.sec-karte__kopf {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin-bottom: 0.6rem;
    color: #e2e8f0;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.4;
}

.sec-karte--zu .sec-karte__kopf i {
    color: #4ade80;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.sec-karte--offen .sec-karte__kopf i {
    color: #fbbf24;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.sec-karte p {
    color: #94a3b8;
    font-size: 0.9rem;
    line-height: 1.75;
    margin-bottom: 0.8rem;
}

.sec-plan {
    color: #fcd34d;
    font-size: 0.86rem;
    line-height: 1.7;
    padding: 0.6rem 0.8rem;
    margin-bottom: 0.8rem;
    background: rgba(251, 191, 36, 0.08);
    border-radius: 8px;
}

.sec-technik {
    display: block;
    font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
    font-size: 0.76rem;
    color: #64748b;
    overflow-wrap: anywhere;
}
/* ---------- Mobil ---------- */
@media (max-width: 768px) {
    .sec-main {
        padding: 5.5rem 1.1rem 4rem;
    }

    .sec-liste {
        grid-template-columns: 1fr;
    }
}
