/* Public Category Detail 11.3 – statische thematische Hero-Illustrationen */
.gfy-cd13__visual--thematic {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 250px;
    overflow: hidden;
    border-radius: 30px;
    background:
        radial-gradient(circle at 70% 25%, rgba(255,255,255,.95), transparent 34%),
        linear-gradient(145deg, var(--gfy-cd-surface, #edf3ff), #fff 78%);
    border: 1px solid color-mix(in srgb, var(--gfy-cd-accent, #2563eb) 18%, white);
    box-shadow: 0 24px 54px rgba(30, 64, 175, .10);
}

.gfy-cd13__visual--thematic::before,
.gfy-cd13__visual--thematic::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: var(--gfy-cd-accent, #2563eb);
    opacity: .08;
}

.gfy-cd13__visual--thematic::before {
    width: 150px;
    height: 150px;
    left: -45px;
    bottom: -58px;
}

.gfy-cd13__visual--thematic::after {
    width: 92px;
    height: 92px;
    right: -22px;
    top: -20px;
}

.gfy-cd13__visual-halo {
    position: absolute;
    width: 176px;
    height: 176px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--gfy-cd-accent, #2563eb) 12%, transparent);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--gfy-cd-accent, #2563eb) 14%, transparent);
}

.gfy-cd13__visual-card {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 118px;
    height: 118px;
    border-radius: 28px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(255,255,255,.9);
    box-shadow: 0 22px 44px color-mix(in srgb, var(--gfy-cd-accent, #2563eb) 18%, transparent);
}

.gfy-cd13__visual-card svg {
    width: 64px;
    height: 64px;
    fill: none;
    stroke: var(--gfy-cd-accent, #2563eb);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gfy-cd13__visual-line {
    position: absolute;
    height: 8px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--gfy-cd-accent, #2563eb) 22%, white);
}

.gfy-cd13__visual-line--one {
    width: 62px;
    left: 28px;
    top: 42px;
}

.gfy-cd13__visual-line--two {
    width: 42px;
    right: 36px;
    bottom: 43px;
}

/* Alte animierte Globus-Bestandteile aus früheren Versionen sicher deaktivieren. */
.gfy-cd13__visual--thematic .gfy-cd13__visual-orbit,
.gfy-cd13__visual--thematic .gfy-cd13__visual-globe,
.gfy-cd13__visual--thematic .gfy-cd13__orbit-dot {
    display: none !important;
    animation: none !important;
}

@media (max-width: 900px) {
    .gfy-cd13__visual--thematic {
        min-height: 205px;
    }

    .gfy-cd13__visual-card {
        width: 102px;
        height: 102px;
        border-radius: 24px;
    }

    .gfy-cd13__visual-card svg {
        width: 54px;
        height: 54px;
    }
}
