/* ===================================================================
   AERONA SPACE – IDEEN-SAMMLUNG
   Zeigt den Inhalt von ..\..\..\artikel\app-ideen\ unverändert
   (bis 25.07.2026: D:\Aerona space\Aerona App ideen).
   Bewusst schlicht: es sind Notizen, keine Ankündigungen.
   =================================================================== */
.id-main {
    max-width: 1100px;
    margin: 0 auto;
    padding: 7rem 1.5rem 6rem;
}
/* ---------- Kopfbereich ---------- */
.id-hero {
    margin-bottom: 4rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

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

.id-hero h1 {
    color: white;
    font-size: clamp(2rem, 5.5vw, 3rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.1rem;
}

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

.id-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;
}

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

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

.id-hinweis {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.2rem 1.4rem;
    background: rgba(148, 163, 184, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 14px;
    color: #94a3b8;
    font-size: 0.93rem;
    line-height: 1.75;
}

.id-hinweis i {
    color: #fcd34d;
    margin-top: 0.25rem;
    flex-shrink: 0;
}
/* ---------- Gruppen ---------- */
.id-gruppe {
    margin-bottom: 3.5rem;
}

.id-kopf {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.3rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.13);
}

.id-kopf__icon {
    font-size: 1.7rem;
    flex-shrink: 0;
}

.id-kopf h2 {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
}

.id-kopf__zahl {
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 600;
    margin-top: 0.15rem;
}

.id-kopf__link {
    margin-left: auto;
    flex-shrink: 0;
    color: #93c5fd;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    padding: 0.45rem 0.9rem;
    border: 1px solid rgba(59, 130, 246, 0.28);
    border-radius: 8px;
    transition: background 0.2s ease;
}

.id-kopf__link:hover {
    background: rgba(59, 130, 246, 0.12);
}
/* ---------- Einzelne Ideen ---------- */
.id-liste {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 0.9rem;
}

.id-karte {
    padding: 1.2rem 1.3rem;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(148, 163, 184, 0.13);
    border-radius: 14px;
    min-width: 0;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.id-karte:hover {
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(251, 191, 36, 0.28);
}

.id-karte__titel {
    color: #e2e8f0;
    font-size: 0.97rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.45rem;
}

.id-karte__text {
    color: #94a3b8;
    font-size: 0.89rem;
    line-height: 1.7;
    overflow-wrap: anywhere;
}
/* ---------- Mobil ---------- */
@media (max-width: 768px) {
    .id-main {
        padding: 5.5rem 1.1rem 4rem;
    }

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

    .id-kopf {
        flex-wrap: wrap;
    }

    .id-kopf__link {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
}

/* Plattform-Angabe (nur bei den App-Engine-Ideen vorhanden) */
.id-karte__plattform {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    color: #93c5fd;
    background: rgba(59, 130, 246, 0.12);
    border-radius: 6px;
    padding: 2px 8px;
    margin-bottom: 0.5rem;
}
