/* ===================================================================
   AERONA SPACE – APPS: Bezugsweg & interner Hinweis
   Ausgelagert aus apps.css (300-Zeilen-Regel).
   =================================================================== */

/* ===================================================================
   WOHER ES DIE APPS GIBT
   Drei Wege: AetherOS-Apps direkt von uns, Windows- und Android-Apps
   über die jeweiligen Stores. Steht oben auf apps.html.
   =================================================================== */

.ap-source {
    margin-bottom: 3.5rem;
}

.ap-source__head {
    text-align: center;
    margin-bottom: 1.6rem;
}

.ap-source__head h2 {
    color: white;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.ap-source__head p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.7;
}

.ap-source__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0.9rem;
    margin-bottom: 1.2rem;
}

.ap-way {
    padding: 1.5rem 1.4rem;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-top: 3px solid #64748b;
    border-radius: 15px;
}

.ap-way--aether { border-top-color: #3b82f6; }
.ap-way--win { border-top-color: #22c55e; }
.ap-way--android { border-top-color: #a855f7; }

.ap-way__icon {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 0.8rem;
}

.ap-way h3 {
    color: white;
    font-size: 1.02rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.ap-way__where {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 5px;
    margin-bottom: 0.8rem;
    color: #cbd5e1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.ap-way p {
    color: #94a3b8;
    font-size: 0.9rem;
    line-height: 1.75;
}

.ap-source__note {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 1.1rem 1.3rem;
    background: rgba(59, 130, 246, 0.06);
    border: 1px solid rgba(59, 130, 246, 0.18);
    border-radius: 12px;
    color: #94a3b8;
    font-size: 0.9rem;
    line-height: 1.75;
}

.ap-source__note i {
    color: #60a5fa;
    font-size: 0.95rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

/* Werkzeuge sind nur für die Arbeit an Aerona gedacht */
.ap-internal {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 1rem 1.2rem;
    margin-bottom: 1.1rem;
    background: rgba(249, 115, 22, 0.06);
    border: 1px solid rgba(249, 115, 22, 0.2);
    border-radius: 12px;
    color: #94a3b8;
    font-size: 0.9rem;
    line-height: 1.75;
}

.ap-internal i {
    color: #fdba74;
    font-size: 0.95rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.ap-internal strong {
    color: #fdba74;
}
