/* ===================================================================
   DIE SEITE „WARUM AERONA" — DIE EINZELTEILE

   Acht Zahlen, zwei Plattformen, zwei Seiten einer Rechnung.
   =================================================================== */

:root[data-thema] .wy-own {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.7rem;
}

:root[data-thema] .wy-own__item {
    position: relative;
    padding: 1.2rem 1rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-mittel);
    background: var(--k-vertieft);
    text-align: center;
}

:root[data-thema] .wy-own__value {
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
    color: var(--k-text);
    margin-bottom: 0.3rem;
}

:root[data-thema] .wy-own__item h4 {
    color: var(--k-text-still);
    font-size: 0.8rem;
    font-weight: 600;
}

:root[data-thema] .wy-platforms {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.9rem;
}

:root[data-thema] .wy-platform {
    position: relative;
    padding: 1.3rem 1.4rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-mittel);
    background: var(--k-vertieft);
}

:root[data-thema] .wy-platform__icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: var(--k-rund-klein);
    background: var(--k-vertieft);
    border-width: 1px;
    border-style: solid;
    font-size: 1.15rem;
    line-height: 1;
    margin-bottom: 0.8rem;
}

:root[data-thema] .wy-platform h3 {
    color: var(--k-text);
    font-size: 1.02rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

:root[data-thema] .wy-platform p {
    color: var(--k-text-leise);
    font-size: 0.9rem;
    line-height: 1.7;
}

:root[data-thema] .wy-price {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.9rem;
}

:root[data-thema] .wy-price__side {
    position: relative;
    padding: 1.3rem 1.4rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-mittel);
    background: var(--k-vertieft);
}

:root[data-thema] .wy-price__side h4 {
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
    color: var(--k-text);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 0.5rem;
}

:root[data-thema] .wy-price__side p {
    color: var(--k-text-leise);
    font-size: 0.9rem;
    line-height: 1.75;
}

:root[data-thema] .wy-price__side--plus h4 {
    background-image: linear-gradient(var(--k-winkel),
            var(--k-verlauf-a) 0%, var(--k-verlauf-b) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
