/* ===================================================================
   „MADE IN GERMANY IST KEIN AUFKLEBER" — DER SCHLUSSTEIL

   Die vier Schritte zum Nachprüfen, die fünf Einwände, das Fazit und
   die drei Verweise.
   =================================================================== */

:root[data-thema] .hk-schritte {
    margin: 0;
    padding: 0;
    list-style: none;
}

:root[data-thema] .hk-schritt {
    position: relative;
    display: flex;
    gap: 1.3rem;
    padding: 0 0 2rem 0;
}

:root[data-thema] .hk-schritt::before {
    content: "";
    position: absolute;
    left: 1.05rem;
    top: 2.4rem;
    bottom: 0;
    width: 1px;
    background: var(--k-rand-seite);
}

:root[data-thema] .hk-schritt:last-child::before {
    display: none;
}

:root[data-thema] .hk-schritt-nr {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    background: var(--k-vertieft-tief);
    color: var(--k-text);
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    z-index: 1;
}

:root[data-thema] .hk-schritt h3 {
    margin: 0.25rem 0 0.5rem;
    color: var(--k-text);
    font-size: 1.05rem;
    font-weight: 700;
}

:root[data-thema] .hk-schritt p {
    max-width: 62ch;
    margin: 0;
    color: var(--k-text-leise);
    font-size: 0.95rem;
    line-height: 1.7;
}

:root[data-thema] .hk-sorgen {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

:root[data-thema] .hk-sorge {
    position: relative;
    padding: 1.5rem 1.6rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-mittel);
    background: var(--k-vertieft);
}

:root[data-thema] .hk-sorge-frage {
    margin: 0 0 0.65rem;
    color: var(--k-text);
    font-size: 1.06rem;
    font-weight: 700;
    line-height: 1.4;
}

:root[data-thema] .hk-sorge p {
    max-width: 68ch;
    margin: 0;
    color: var(--k-text-leise);
    font-size: 0.96rem;
    line-height: 1.75;
}

:root[data-thema] .hk-fazit {
    position: relative;
    max-width: 66ch;
    padding: 1.6rem 1.7rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-gross);
    background: var(--k-vertieft);
}

:root[data-thema] .hk-fazit p {
    margin: 0 0 1rem;
    color: var(--k-text-leise);
    font-size: 1.02rem;
    line-height: 1.78;
}

:root[data-thema] .hk-fazit p:last-child {
    margin-bottom: 0;
}

:root[data-thema] .hk-verweise {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

:root[data-thema] .hk-verweis {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1.15rem 1.3rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-mittel);
    background: var(--k-vertieft);
    text-decoration: none;
}

:root[data-thema] .hk-verweis strong {
    color: var(--k-text-leise);
    font-size: 1rem;
    font-weight: 700;
    transition: color var(--bew-schnell) var(--bew-beides);
}

:root[data-thema] .hk-verweis:hover strong,
:root[data-thema] .hk-verweis:focus-visible strong {
    color: var(--k-text);
}

:root[data-thema] .hk-verweis:focus-visible {
    outline: none;
}

:root[data-thema] .hk-verweis span {
    color: var(--k-text-still);
    font-size: 0.87rem;
    line-height: 1.55;
}

@media (max-width: 720px) {
    :root[data-thema] .hk-sorge,
    :root[data-thema] .hk-fazit {
        padding: 1.25rem 1.3rem;
    }
}
