/* ===================================================================
   AERONA SPACE – WARUM AERONA
   Positives Gegenstück zu "Klare Haltung" (stance.css): wofür wir
   stehen, warum Windows und Android, warum alles selbst gebaut.
   Wird direkt in why.html eingebunden.
   =================================================================== */
.wy-main {
    max-width: 880px;
    margin: 0 auto;
    padding: 7rem 1.5rem 6rem;
}
/* ---------- Kopfbereich ---------- */

.wy-hero {
    text-align: center;
    margin-bottom: 4.5rem;
}

.wy-hero h1 {
    font-size: clamp(2.5rem, 6.5vw, 4rem);
    font-weight: 800;
    line-height: 1.12;
    color: white;
    margin-bottom: 1.2rem;
}

.wy-hero h1 .wy-accent {
    background: linear-gradient(135deg, #60a5fa 0%, #22c55e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wy-hero p {
    max-width: 600px;
    margin: 0 auto;
    color: #94a3b8;
    font-size: 1.12rem;
    line-height: 1.85;
}
/* ---------- Abschnittskopf ---------- */

.wy-head {
    margin-bottom: 2rem;
}

.wy-head h2 {
    color: white;
    font-size: clamp(1.6rem, 4vw, 2.1rem);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 0.8rem;
}

.wy-head p {
    color: #94a3b8;
    font-size: 1.02rem;
    line-height: 1.85;
    max-width: 660px;
}

.wy-block {
    margin-bottom: 4.5rem;
}
/* ---------- Was uns gestört hat ---------- */

.wy-pain {
    display: grid;
    gap: 0.7rem;
}

.wy-pain__item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.2rem 1.35rem;
    background: rgba(239, 68, 68, 0.045);
    border: 1px solid rgba(239, 68, 68, 0.15);
    border-radius: 13px;
}

.wy-pain__item i {
    color: #fca5a5;
    font-size: 0.95rem;
    margin-top: 0.3rem;
    flex-shrink: 0;
}

.wy-pain__item strong {
    display: block;
    color: #e2e8f0;
    font-size: 0.99rem;
    font-weight: 700;
    margin-bottom: 0.28rem;
}

.wy-pain__item span {
    color: #94a3b8;
    font-size: 0.93rem;
    line-height: 1.75;
}
/* ---------- Plattformen ---------- */

.wy-platforms {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.wy-platform {
    padding: 1.8rem 1.6rem;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-top: 3px solid #3b82f6;
    border-radius: 16px;
}

.wy-platform--android {
    border-top-color: #22c55e;
}

.wy-platform__icon {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.wy-platform h3 {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.wy-platform p {
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.8;
}

/* Gemeinsamer Nenner unter den Plattformen */
.wy-common {
    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.2);
    border-radius: 14px;
    color: #cbd5e1;
    font-size: 0.97rem;
    line-height: 1.8;
}

.wy-common i {
    color: #60a5fa;
    font-size: 1.05rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.wy-common a {
    color: #93c5fd;
    font-weight: 600;
    text-decoration: none;
}

.wy-common a:hover {
    text-decoration: underline;
}
/* ---------- Selbst gebaut ---------- */

.wy-own {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
    gap: 0.75rem;
}

.wy-own__item {
    padding: 1.3rem 1.3rem;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(148, 163, 184, 0.13);
    border-radius: 14px;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.wy-own__item:hover {
    background: rgba(34, 197, 94, 0.07);
    border-color: rgba(34, 197, 94, 0.28);
    transform: translateY(-3px);
}

.wy-own__value {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wy-own__item h4 {
    color: #f1f5f9;
    font-size: 0.98rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.wy-own__item p {
    color: #94a3b8;
    font-size: 0.88rem;
    line-height: 1.7;
}
/* ---------- Ehrlicher Preis ---------- */

.wy-price {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.wy-price__side {
    padding: 1.6rem 1.5rem;
    border-radius: 16px;
}

.wy-price__side--minus {
    background: rgba(148, 163, 184, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.wy-price__side--plus {
    background: rgba(34, 197, 94, 0.06);
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.wy-price__side h4 {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.wy-price__side--minus h4 { color: #94a3b8; }

.wy-price__side--plus h4 { color: #4ade80; }

.wy-price__side p {
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.8;
}
/* ---------- Abschluss ---------- */

.wy-outro {
    margin-top: 4.5rem;
    padding: 2.2rem 2rem;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 18px;
    text-align: center;
}

.wy-outro p {
    color: #cbd5e1;
    font-size: 1.1rem;
    line-height: 1.85;
    max-width: 620px;
    margin: 0 auto;
}

.wy-outro strong {
    color: white;
}
/* ---------- Mobil ---------- */

@media (max-width: 768px) {
    .wy-main {
        padding: 5.5rem 1.1rem 4rem;
    }

    .wy-own {
        grid-template-columns: 1fr 1fr;
    }

    .wy-outro {
        padding: 1.8rem 1.3rem;
    }
}

@media (max-width: 420px) {
    .wy-own {
        grid-template-columns: 1fr;
    }
}
