[data-wwgt-kassencheck].wwgt-kc-app {
    --wwgt-kc-accent: #00acec;
    --wwgt-kc-accent-dark: #0097cf;
    --wwgt-kc-dark: #1e4362;
    --wwgt-kc-dark-deep: #16354d;
    --wwgt-kc-text: #213547;
    --wwgt-kc-muted: #64748b;
    --wwgt-kc-surface: #ffffff;
    --wwgt-kc-surface-soft: #f8fbfd;
    --wwgt-kc-surface-tint: #edf8fe;
    --wwgt-kc-border: #dbe8f1;
    --wwgt-kc-success: #16a34a;
    --wwgt-kc-warning: #f59e0b;
    --wwgt-kc-danger: #dc2626;
    --wwgt-kc-shadow: none;
    position: relative;
    display: grid;
    gap: 22px;
    width: 100%;
    max-width: 100%;
    color: var(--wwgt-kc-text);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

[data-wwgt-kassencheck].wwgt-kc-app *,
[data-wwgt-kassencheck].wwgt-kc-app *::before,
[data-wwgt-kassencheck].wwgt-kc-app *::after {
    box-sizing: border-box;
}

[data-wwgt-kassencheck].wwgt-kc-app [hidden] {
    display: none !important;
}

[data-wwgt-kassencheck].wwgt-kc-app .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-flow,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-loading,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-results,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-panel,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-step {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-step,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-loading,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-panel,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-hero {
    background: var(--wwgt-kc-surface);
    border: 1px solid var(--wwgt-kc-border);
    border-radius: 8px;
    box-shadow: none;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 172, 236, 0.12), rgba(255, 255, 255, 0.98));
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero--has-image {
    background: none;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero__overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(0deg, #00aeed 0%, #12405e -100%);
    opacity: 0.9;
    z-index: 0;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero--has-image .wwgt-kc-hero__inner {
    position: relative;
    z-index: 1;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero--has-image .wwgt-kc-hero__eyebrow {
    background: none;
    color: #00acec;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero--has-image .wwgt-kc-hero__title,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero--has-image .wwgt-kc-hero__subtitle {
    color: #fff;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero__inner {
    max-width: 980px;
    padding: 38px 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero__eyebrow,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-step__eyebrow,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(0, 172, 236, 0.1);
    color: var(--wwgt-kc-accent-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero__eyebrow {
    display: block;
    padding: 0;
    border-radius: 0;
    background: none;
    margin: 0 0 10px;
    color: #00acec;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero__title,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-step__title,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-hero__title,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-recommendation__title {
    margin: 0;
    color: var(--wwgt-kc-dark);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero__title {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(26px, 4vw, 44px);
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 500;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero__subtitle,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-step__copy,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-hero__meta,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-recommendation__copy,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-switch-box p,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hint,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-loading__copy,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-question__meta,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-fund__meta,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-group__meta,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-top-item__meta {
    color: var(--wwgt-kc-muted);
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero__subtitle {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.7;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero__facts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero__facts span,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-chip,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-recommendation__chips span,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-top-item__reasons span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 14px;
    border: 1px solid rgba(0, 172, 236, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--wwgt-kc-dark);
    font-size: 0.94rem;
    line-height: 1.2;
}
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero__facts span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-chip {
    cursor: pointer;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-chip.is-active,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-chip--soft {
    background: rgba(0, 172, 236, 0.1);
    border-color: rgba(0, 172, 236, 0.22);
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button,
[data-wwgt-kassencheck].wwgt-kc-app button.wwgt-kc-button,
[data-wwgt-kassencheck].wwgt-kc-app a.wwgt-kc-button,
[data-wwgt-kassencheck].wwgt-kc-app span.wwgt-kc-button {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 13px 30px;
    border: 1px solid transparent;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    box-shadow: none !important;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button:hover,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button:focus-visible {
    transform: none;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--primary {
    background: #00acec !important;
    border-color: #00acec !important;
    color: #ffffff !important;
    font-weight: 500 !important;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--primary:hover,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--primary:focus-visible {
    background: #178eb9 !important;
    border-color: #178eb9 !important;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--secondary,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--soft {
    background: #ffffff !important;
    color: #12405e !important;
    border-color: #e5e7eb !important;
    font-weight: 500 !important;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--soft {
    background: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--secondary:hover,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--secondary:focus-visible {
    background: #f7f7f7 !important;
    border-color: #e5e7eb !important;
    color: #12405e !important;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--ghost {
    background: transparent !important;
    color: var(--wwgt-kc-muted) !important;
    padding-left: 0;
    padding-right: 0;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--disabled {
    background: #eef3f6 !important;
    color: #7c8d9c !important;
    border-color: #dbe4ea !important;
    cursor: not-allowed;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--hero {
    margin-top: 30px;
    align-self: center;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--iconlabel {
    min-width: 220px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button__icon {
    flex-shrink: 0;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-flow {
    display: grid;
    gap: 20px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    align-items: center;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-progress__step {
    display: flex;
    align-items: center;
    min-width: 0;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-progress__dot {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef3f7;
    color: #90a1af;
    font-weight: 800;
    flex-shrink: 0;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-progress__line {
    display: block;
    height: 4px;
    width: 100%;
    margin-left: 12px;
    border-radius: 999px;
    background: #edf3f7;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-progress__step.is-active .wwgt-kc-progress__dot,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-progress__step.is-done .wwgt-kc-progress__dot {
    background: var(--wwgt-kc-accent);
    color: #ffffff;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-progress__step.is-done .wwgt-kc-progress__dot {
    font-size: 0;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-progress__step.is-done .wwgt-kc-progress__dot::before {
    content: '✓';
    font-size: 1rem;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-progress__step.is-done .wwgt-kc-progress__line,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-progress__step.is-active .wwgt-kc-progress__line {
    background: linear-gradient(90deg, var(--wwgt-kc-accent), rgba(0, 172, 236, 0.22));
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-step {
    padding: 30px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-step__header {
    margin-bottom: 22px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-step__title {
    font-size: clamp(1.8rem, 4vw, 3rem);
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-step__copy {
    margin: 14px 0 0;
    font-size: 1.06rem;
    line-height: 1.65;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-input,
[data-wwgt-kassencheck].wwgt-kc-app input.wwgt-kc-input,
[data-wwgt-kassencheck].wwgt-kc-app input.wwgt-kc-range {
    width: 100% !important;
    max-width: 100% !important;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-input {
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid var(--wwgt-kc-border) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: var(--wwgt-kc-text) !important;
    font-size: 1rem;
    box-shadow: none !important;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-input:focus {
    outline: none;
    border-color: var(--wwgt-kc-accent) !important;
    box-shadow: 0 0 0 4px rgba(0, 172, 236, 0.12) !important;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-search,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-fund-list,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-group-grid,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-question-list,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-salary-card,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-score-bars,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-top-list,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-actions {
    min-width: 0;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-fund-list,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-question-list,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-top-list {
    display: grid;
    gap: 14px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-fund,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-group,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-question {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    width: 100%;
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--wwgt-kc-border);
    border-radius: 8px;
    background: var(--wwgt-kc-surface-soft);
    color: var(--wwgt-kc-text);
    text-align: left;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-fund.is-selected,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-group.is-selected,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-question:has(input:checked) {
    border-color: rgba(0, 172, 236, 0.5);
    background: rgba(0, 172, 236, 0.1);
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-fund__name,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-group__name,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-question__label,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-hero__copy h4,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-cost-box h4,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-switch-box h4,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-top-item__name {
    color: var(--wwgt-kc-dark);
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-fund__check,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-group__check,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-question__mark {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 2px solid rgba(30, 67, 98, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    flex-shrink: 0;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-fund.is-selected .wwgt-kc-fund__check,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-group.is-selected .wwgt-kc-group__check,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-question:has(input:checked) .wwgt-kc-question__mark {
    border-color: var(--wwgt-kc-accent);
    background: var(--wwgt-kc-accent);
    color: #ffffff;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-group-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-group {
    grid-template-columns: 1fr auto;
    align-items: start;
    min-height: 160px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-group__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-bottom: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0, 172, 236, 0.12);
    color: var(--wwgt-kc-accent-dark);
    font-size: 0.92rem;
    font-weight: 700;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-question {
    position: relative;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-question__input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-question__copy {
    display: grid;
    gap: 6px;
    min-width: 0;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-actions--end {
    justify-content: flex-end;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-salary-card {
    padding: 28px;
    border: 1px solid var(--wwgt-kc-border);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(0, 172, 236, 0.04), #ffffff);
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-salary-card__display {
    display: grid;
    justify-items: center;
    gap: 8px;
    margin-bottom: 22px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-salary-card__display strong {
    color: var(--wwgt-kc-dark);
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 1;
    white-space: nowrap;
}

[data-wwgt-kassencheck].wwgt-kc-app input.wwgt-kc-range {
    appearance: none;
    height: 8px;
    padding: 0 !important;
    border: none !important;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(0, 172, 236, 0.95), rgba(0, 172, 236, 0.2));
    box-shadow: none !important;
}

[data-wwgt-kassencheck].wwgt-kc-app input.wwgt-kc-range::-webkit-slider-thumb {
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--wwgt-kc-accent);
    border: 3px solid #ffffff;
    box-shadow: none;
}

[data-wwgt-kassencheck].wwgt-kc-app input.wwgt-kc-range::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--wwgt-kc-accent);
    border: 3px solid #ffffff;
    box-shadow: none;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-salary-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    color: var(--wwgt-kc-muted);
    font-size: 0.82rem;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-salary-card__meta span {
    white-space: nowrap;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-salary-card__manual {
    position: relative;
    margin-top: 18px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-salary-card__suffix {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: var(--wwgt-kc-muted);
    font-size: 0.9rem;
    pointer-events: none;
    white-space: nowrap;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-loading {
    padding: 44px 28px;
    background: linear-gradient(135deg, rgba(30, 67, 98, 0.98), rgba(0, 172, 236, 0.88));
    color: #ffffff;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-loading__inner {
    display: grid;
    justify-items: center;
    gap: 14px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-loading__ring {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.18);
    border-top-color: #ffffff;
    animation: wwgt-kc-spin 0.9s linear infinite;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-loading__eyebrow {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-loading__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2rem, 5vw, 3rem);
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-loading__copy {
    margin: 0;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.86);
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-loading__progress {
    width: min(520px, 100%);
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    overflow: hidden;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-loading__progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.55));
    transition: width 3.2s ease;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-results {
    display: grid;
    gap: 18px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-hero {
    padding: 28px;
    background: linear-gradient(135deg, rgba(30, 67, 98, 0.98), rgba(0, 172, 236, 0.92));
    color: #ffffff;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-hero__header,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-hero__body,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-recommendation__header,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-compare__header,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-top-item__head,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-cost-box__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-hero__title,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-hero__copy h4,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-hero__meta,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-score-ring__value,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-score-bar__value,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-score-bar__label {
    color: #ffffff;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-hero__body {
    align-items: center;
    margin-top: 22px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-score-ring {
    position: relative;
    width: 140px;
    height: 140px;
    flex-shrink: 0;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-score-ring svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-score-ring circle {
    fill: none;
    stroke: rgba(255, 255, 255, 0.18);
    stroke-width: 10;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-score-ring circle[data-role="score-ring-progress"] {
    stroke: #ffffff;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.6s ease;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-score-ring__value {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: center;
    justify-items: center;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-score-ring__value strong {
    font-size: 2.6rem;
    line-height: 1;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-hero__copy {
    max-width: 560px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-hero__copy p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.84);
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-score-bars {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-score-bar {
    display: grid;
    gap: 8px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-score-bar__head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-score-bar__track {
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    overflow: hidden;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-score-bar__track span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.48));
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-panel,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-cost-box,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-switch-box,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-recommendation,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-compare,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-top-item {
    padding: 24px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-cost-box {
    border-color: rgba(0, 172, 236, 0.28);
    background: linear-gradient(180deg, rgba(0, 172, 236, 0.04), #ffffff);
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-cost-box__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(0, 172, 236, 0.12);
    color: var(--wwgt-kc-accent-dark);
    font-weight: 800;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-cost-box__rows {
    display: grid;
    gap: 18px;
    margin-top: 20px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-cost-box__rows div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--wwgt-kc-muted);
    font-size: 1.05rem;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-cost-box__rows strong {
    color: var(--wwgt-kc-dark);
    font-size: 1.9rem;
    line-height: 1;
    white-space: nowrap;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-switch-box {
    display: grid;
    gap: 14px;
    align-content: start;
    background: linear-gradient(135deg, rgba(0, 172, 236, 0.12), rgba(255, 255, 255, 0.98));
    border-color: rgba(0, 172, 236, 0.22);
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-switch-box__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-recommendation__score {
    display: grid;
    justify-items: end;
    color: var(--wwgt-kc-dark);
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-recommendation__score strong {
    font-size: 2rem;
    line-height: 1;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-recommendation__chips,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-top-item__reasons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-recommendation__actions,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-top-item__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-top-item {
    border: 1px solid var(--wwgt-kc-border);
    border-radius: 8px;
    background: var(--wwgt-kc-surface-soft);
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-top-item__score {
    color: var(--wwgt-kc-dark);
    white-space: nowrap;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-actions--results {
    justify-content: flex-start;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-empty {
    padding: 20px;
    border: 1px solid var(--wwgt-kc-border);
    border-radius: 8px;
    background: #ffffff;
    color: var(--wwgt-kc-dark);
}

@keyframes wwgt-kc-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 980px) {
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-grid,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-group-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    [data-wwgt-kassencheck].wwgt-kc-app {
        gap: 16px;
    }

    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero__inner,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-step,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-loading,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-hero,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-panel,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-cost-box,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-switch-box,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-top-item {
        padding: 20px;
    }

    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-progress {
        gap: 8px;
    }

    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-progress__dot {
        width: 38px;
        height: 38px;
    }

    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-hero__header,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-result-hero__body,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-recommendation__header,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-compare__header,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-top-item__head,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-cost-box__header,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-actions,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-cost-box__rows div {
        flex-direction: column;
        align-items: flex-start;
    }

    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-recommendation__actions .wwgt-kc-button,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-top-item__actions .wwgt-kc-button,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-switch-box__cta .wwgt-kc-button {
        width: 100%;
        white-space: normal;
    }

    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--ghost {
        width: auto;
    }
}

@media (max-width: 560px) {
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero__title {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(26px, 4vw, 44px);
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 500;
}

    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-fund,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-group,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-question {
        grid-template-columns: 1fr auto;
        gap: 12px;
    }

    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-group__icon,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-fund__check,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-question__mark {
        grid-column: 1 / -1;
    }

    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-salary-card__meta {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        text-align: center;
    }

    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-salary-card__meta span {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-salary-card__suffix {
        font-size: 0.8rem;
        right: 12px;
    }

    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-chip-grid,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero__facts,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-recommendation__chips,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-top-item__reasons {
        gap: 8px;
    }

    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-hero__facts span,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-chip,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-recommendation__chips span,
    [data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-top-item__reasons span {
        max-width: 100%;
        white-space: normal;
    }
}
/* Strict override: KassenCheck button rules */
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button,
[data-wwgt-kassencheck].wwgt-kc-app button.wwgt-kc-button,
[data-wwgt-kassencheck].wwgt-kc-app a.wwgt-kc-button,
[data-wwgt-kassencheck].wwgt-kc-app span.wwgt-kc-button {
    border-radius: 8px !important;
    font-size: 16px !important;
    padding: 13px 30px !important;
    box-shadow: none !important;
    transition: none !important;
    transform: none !important;
    animation: none !important;
    outline: none !important;
    filter: none !important;
    background-image: none !important;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--primary {
    background: #00acec !important;
    border: 1px solid #00acec !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--primary:hover,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--primary:focus,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--primary:focus-visible,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--primary:active {
    background: #178eb9 !important;
    border-color: #178eb9 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: none !important;
    transition: none !important;
    transform: none !important;
    animation: none !important;
    outline: none !important;
    filter: none !important;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--secondary,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--soft {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    color: #12405e !important;
    -webkit-text-fill-color: #12405e !important;
}

[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--secondary:hover,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--secondary:focus,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--secondary:focus-visible,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--secondary:active,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--soft:hover,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--soft:focus,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--soft:focus-visible,
[data-wwgt-kassencheck].wwgt-kc-app .wwgt-kc-button--soft:active {
    background: #f7f7f7 !important;
    border-color: #e5e7eb !important;
    color: #12405e !important;
    -webkit-text-fill-color: #12405e !important;
    box-shadow: none !important;
    transition: none !important;
    transform: none !important;
    animation: none !important;
    outline: none !important;
    filter: none !important;
}
