.rechner-page {
    --bn-yellow: #ffc52d;
    --bn-yellow-dark: #edaa00;
    --bn-ink: #17140d;
    --bn-muted: #625f58;
    --bn-line: #dedbd3;
    --bn-paper: #fff;
    --bn-warm: #fff9ea;
    --bn-soft: #f5f3ef;
    --bn-green: #176c4a;
    --bn-red: #a43d32;
    --bn-shadow: 0 18px 50px rgba(52, 39, 7, .1);
    background: var(--bn-soft);
    color: var(--bn-ink);
}

.rechner-page *,
.rechner-page *::before,
.rechner-page *::after {
    box-sizing: border-box;
}

.rechner-page [hidden] {
    display: none !important;
}

.rechner-page .bn-main {
    min-height: calc(100vh - 72px);
    min-height: calc(100svh - 72px);
    min-height: calc(100dvh - 72px);
    padding: 34px 14px 64px;
    background:
        radial-gradient(circle at 12% 5%, rgba(255, 197, 45, .26), transparent 34%),
        linear-gradient(180deg, #fffdf8 0, var(--bn-soft) 70%);
}

.rechner-page .bn-app {
    width: min(1104px, 100%);
    margin: 0 auto;
}

.rechner-page .bn-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 44px;
    align-items: center;
    min-height: min(720px, calc(100dvh - 150px));
    padding: 38px clamp(8px, 3vw, 38px);
}

.rechner-page .bn-intro__copy {
    max-width: 690px;
}

.rechner-page .bn-section-link {
    display: inline-flex;
    margin: 0 0 18px;
    color: #625329;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.rechner-page .bn-section-link:hover {
    color: #2f2817;
    opacity: 1;
    text-decoration: underline;
}

.rechner-page .bn-eyebrow {
    margin: 0 0 12px;
    color: #805900;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.rechner-page .bn-intro h1 {
    max-width: 700px;
    margin: 0;
    color: var(--bn-ink);
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 700;
    line-height: 1.06;
    text-transform: none;
}

.rechner-page .bn-lead {
    max-width: 650px;
    margin: 22px 0 0;
    color: #39362f;
    font-size: clamp(18px, 2vw, 21px);
    line-height: 1.5;
}

.rechner-page .bn-benefits {
    display: grid;
    gap: 10px;
    margin: 26px 0;
    padding: 0;
}

.rechner-page .bn-benefits li {
    display: flex;
    gap: 11px;
    align-items: center;
    margin: 0;
    color: #343129;
    font-size: 16px;
    line-height: 1.4;
    list-style: none;
}

.rechner-page .bn-benefits li span {
    display: inline-grid;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 50%;
    background: var(--bn-yellow);
    color: #3a2800;
    font-size: 13px;
    font-weight: 700;
}

.rechner-page .bn-disclaimer {
    max-width: 680px;
    padding: 16px 18px;
    border-left: 4px solid var(--bn-yellow);
    border-radius: 0 8px 8px 0;
    background: rgba(255, 255, 255, .78);
    color: #49463f;
    font-size: 14px;
    line-height: 1.5;
}

.rechner-page .bn-disclaimer strong {
    color: #29261f;
    font-size: 15px;
}

.rechner-page .bn-disclaimer p {
    margin: 7px 0 0;
}

.rechner-page .bn-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 8px;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.rechner-page .bn-button:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.rechner-page .bn-button:focus-visible,
.rechner-page .bn-answer:focus-visible,
.rechner-page .bn-back:focus-visible,
.rechner-page .bn-help-link:focus-visible,
.rechner-page .bn-input:focus-visible,
.rechner-page .bn-select:focus-visible,
.rechner-page .bn-chip:focus-visible {
    outline: 3px solid rgba(23, 108, 74, .35);
    outline-offset: 2px;
}

.rechner-page .bn-button--primary {
    background: var(--bn-yellow);
    color: #332300;
    box-shadow: 0 7px 18px rgba(182, 124, 0, .2);
}

.rechner-page .bn-button--primary:hover {
    background: #ffd05a;
    color: #332300;
}

.rechner-page .bn-button--secondary {
    border-color: #cbc7bd;
    background: #fff;
    color: #302d27;
}

.rechner-page .bn-button--ghost {
    padding-inline: 12px;
    background: transparent;
    color: #5b513b;
    font-weight: 600;
}

.rechner-page .bn-button[disabled] {
    transform: none;
    background: #dedbd3;
    color: #87837a;
    box-shadow: none;
    cursor: not-allowed;
}

.rechner-page .bn-button--start {
    gap: 18px;
    min-width: 218px;
    margin-top: 22px;
}

.rechner-page .bn-privacy-note {
    margin: 11px 0 0;
    color: #777268;
    font-size: 13px;
}

.rechner-page .bn-trust {
    padding: 22px;
    border: 1px solid #e2ded4;
    border-radius: 12px;
    background: rgba(255, 255, 255, .9);
    box-shadow: var(--bn-shadow);
}

.rechner-page .bn-trust__label {
    margin: 0 0 16px;
    color: #7a5a0e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.rechner-page .bn-trust__person {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 14px;
    align-items: center;
}

.rechner-page .bn-trust__person img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e9e6de;
    object-fit: cover;
}

.rechner-page .bn-trust__person strong,
.rechner-page .bn-trust__person span {
    display: block;
}

.rechner-page .bn-trust__person strong {
    margin-bottom: 5px;
    color: var(--bn-ink);
    font-size: 18px;
    line-height: 1.25;
}

.rechner-page .bn-trust__person span,
.rechner-page .bn-trust > p:not(.bn-trust__label) {
    color: var(--bn-muted);
    font-size: 14px;
    line-height: 1.45;
}

.rechner-page .bn-trust > p:not(.bn-trust__label) {
    margin: 18px 0 14px;
}

.rechner-page .bn-trust a {
    color: #745000;
    font-weight: 700;
    text-underline-offset: 3px;
}

.rechner-page .bn-wizard {
    width: min(760px, 100%);
    min-height: min(700px, calc(100dvh - 132px));
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #dedbd2;
    border-radius: 14px;
    background: var(--bn-paper);
    box-shadow: var(--bn-shadow);
}

.rechner-page .bn-wizard__header {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 13px 18px;
    padding: 17px 24px 13px;
    border-bottom: 1px solid #ece9e2;
}

.rechner-page .bn-back {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    padding: 6px 0;
    border: 0;
    background: transparent;
    color: #514d45;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.rechner-page .bn-progress-copy {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    color: #69645b;
    font-size: 13px;
}

.rechner-page .bn-progress-copy span + span::before {
    content: "·";
    margin-right: 8px;
}

.rechner-page .bn-progress {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

.rechner-page .bn-progress span {
    height: 4px;
    border-radius: 99px;
    background: #e7e4dc;
    transition: background-color .2s ease;
}

.rechner-page .bn-progress span.is-complete,
.rechner-page .bn-progress span.is-current {
    background: var(--bn-yellow);
}

.rechner-page .bn-progress span.is-current {
    box-shadow: 0 0 0 1px rgba(128, 89, 0, .08);
}

.rechner-page .bn-live-summary {
    display: flex;
    min-height: 82px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 24px;
    background: var(--bn-warm);
}

.rechner-page .bn-live-summary__label,
.rechner-page .bn-live-summary__meta {
    display: block;
    color: #766c57;
    font-size: 12px;
    line-height: 1.35;
}

.rechner-page .bn-live-summary strong {
    display: block;
    margin-top: 3px;
    color: #2d2208;
    font-size: clamp(19px, 4vw, 24px);
    line-height: 1.25;
}

.rechner-page .bn-live-summary__meta {
    max-width: 170px;
    text-align: right;
}

.rechner-page .bn-reaction {
    display: flex;
    min-height: 46px;
    align-items: center;
    padding: 8px 24px;
    border-bottom: 1px solid #f0ede7;
    color: var(--bn-green);
    font-size: 13px;
    line-height: 1.35;
}

.rechner-page .bn-reaction:empty::after {
    content: "Ответы будут сразу уточнять результат";
    color: #918b80;
}

.rechner-page .bn-stage {
    min-height: 370px;
    padding: 28px 24px 18px;
}

.rechner-page .bn-scene {
    animation: bn-scene-in .2s ease both;
}

.rechner-page .bn-scene__kicker {
    margin: 0 0 8px;
    color: #806016;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.rechner-page .bn-scene h2 {
    margin: 0;
    color: var(--bn-ink);
    font-size: clamp(25px, 5vw, 34px);
    font-weight: 700;
    line-height: 1.16;
    text-transform: none;
}

.rechner-page .bn-scene__lead {
    margin: 12px 0 0;
    color: var(--bn-muted);
    font-size: 16px;
    line-height: 1.5;
}

.rechner-page .bn-answers {
    display: grid;
    gap: 10px;
    margin-top: 23px;
}

.rechner-page .bn-answers--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rechner-page .bn-answer {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 64px;
    gap: 4px;
    align-content: center;
    padding: 13px 48px 13px 16px;
    border: 1px solid #d9d5cd;
    border-radius: 9px;
    background: #fff;
    color: #27241e;
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}

.rechner-page .bn-answer::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: 17px;
    color: #9c8a61;
    transform: translateY(-50%);
}

.rechner-page .bn-answer:hover {
    transform: translateY(-1px);
    border-color: #b9963f;
    background: #fffdf7;
}

.rechner-page .bn-answer.is-selected {
    border-color: var(--bn-yellow-dark);
    background: var(--bn-warm);
    box-shadow: 0 0 0 2px rgba(255, 197, 45, .18);
}

.rechner-page .bn-answer strong,
.rechner-page .bn-answer span {
    display: block;
}

.rechner-page .bn-answer strong {
    font-size: 16px;
    line-height: 1.25;
}

.rechner-page .bn-answer span {
    color: #6a655c;
    font-size: 13px;
    line-height: 1.35;
}

.rechner-page .bn-tax-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
}

.rechner-page .bn-chip {
    min-height: 54px;
    padding: 8px;
    border: 1px solid #d9d5cd;
    border-radius: 9px;
    background: #fff;
    color: #2d2922;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.rechner-page .bn-chip:hover,
.rechner-page .bn-chip.is-selected {
    border-color: var(--bn-yellow-dark);
    background: var(--bn-warm);
}

.rechner-page .bn-field {
    margin-top: 24px;
}

.rechner-page .bn-field label,
.rechner-page .bn-field__label {
    display: block;
    margin-bottom: 8px;
    color: #343129;
    font-size: 14px;
    font-weight: 700;
}

.rechner-page .bn-money-field {
    position: relative;
}

.rechner-page .bn-input,
.rechner-page .bn-select {
    width: 100%;
    min-height: 54px;
    border: 1px solid #cfcac0;
    border-radius: 8px;
    background: #fff;
    color: var(--bn-ink);
    font: inherit;
    font-size: 18px;
}

.rechner-page .bn-input {
    padding: 12px 48px 12px 14px;
}

.rechner-page .bn-select {
    padding: 10px 42px 10px 14px;
}

.rechner-page .bn-money-field > span {
    position: absolute;
    top: 50%;
    right: 17px;
    color: #686258;
    font-size: 20px;
    transform: translateY(-50%);
}

.rechner-page .bn-segmented {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    width: 100%;
    margin-top: 10px;
    padding: 4px;
    border-radius: 9px;
    background: #ece9e2;
}

.rechner-page .bn-segmented button {
    min-height: 40px;
    padding: 8px 12px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #5b574f;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.rechner-page .bn-segmented button.is-selected {
    background: #fff;
    color: #25221d;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .07);
}

.rechner-page .bn-field-note,
.rechner-page .bn-error {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.4;
}

.rechner-page .bn-field-note {
    color: #6f6a61;
}

.rechner-page .bn-error {
    color: var(--bn-red);
    font-weight: 600;
}

.rechner-page .bn-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.rechner-page .bn-actions .bn-button--primary {
    min-width: 210px;
}

.rechner-page .bn-orient {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #e2d5b2;
    border-radius: 10px;
    background: var(--bn-warm);
}

.rechner-page .bn-orient__gross {
    margin: 0 0 6px;
    color: #74684e;
    font-size: 14px;
}

.rechner-page .bn-orient strong {
    display: block;
    color: #2e2308;
    font-size: clamp(31px, 7vw, 48px);
    line-height: 1.08;
}

.rechner-page .bn-orient p:last-child {
    margin: 10px 0 0;
    color: #625b4c;
    font-size: 14px;
    line-height: 1.45;
}

.rechner-page .bn-callout {
    margin-top: 20px;
    padding: 15px 16px;
    border-radius: 8px;
    background: #f2f7f4;
    color: #315a47;
    font-size: 14px;
    line-height: 1.45;
}

.rechner-page .bn-callout--warning {
    background: #fff4ee;
    color: #744235;
}

.rechner-page .bn-review {
    display: grid;
    margin-top: 20px;
    border-top: 1px solid #e8e5de;
}

.rechner-page .bn-review__row {
    display: grid;
    grid-template-columns: 1fr minmax(125px, auto) auto;
    gap: 12px;
    align-items: center;
    min-height: 51px;
    border-bottom: 1px solid #e8e5de;
    color: #39362f;
    font-size: 14px;
}

.rechner-page .bn-review__row strong {
    text-align: right;
}

.rechner-page .bn-review__row button {
    padding: 5px;
    border: 0;
    background: transparent;
    color: #745000;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.rechner-page .bn-help {
    margin-top: 22px;
    border-top: 1px solid #ece9e2;
}

.rechner-page .bn-help-link {
    display: flex;
    min-height: 52px;
    width: 100%;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 12px 0;
    color: #685326;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    list-style: none;
    text-align: left;
    cursor: pointer;
}

.rechner-page .bn-help-link::-webkit-details-marker {
    display: none;
}

.rechner-page .bn-help__arrow {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    margin-left: 2px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    transition: transform .16s ease;
}

.rechner-page .bn-help[open] .bn-help__arrow {
    transform: rotate(45deg);
}

.rechner-page .bn-help__panel {
    padding: 0 0 18px 23px;
    animation: bn-help-in .16s ease both;
}

.rechner-page .bn-help__panel h3 {
    margin: 2px 0 9px;
    color: #29261f;
    font-size: 18px;
    line-height: 1.35;
    text-transform: none;
}

.rechner-page .bn-help__content {
    color: #555149;
    font-size: 15px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.rechner-page .bn-help__content p {
    margin: 0 0 10px;
}

.rechner-page .bn-help__content p:last-child {
    margin-bottom: 0;
}

.rechner-page .bn-result {
    padding-bottom: 20px;
}

.rechner-page .bn-result-hero {
    margin-top: 18px;
    padding: 22px;
    border-radius: 11px;
    background: linear-gradient(135deg, #fff4cf, #fffaf0);
}

.rechner-page .bn-result-hero__label {
    margin: 0;
    color: #705c2c;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.rechner-page .bn-result-hero strong {
    display: block;
    margin: 5px 0;
    color: #2c2107;
    font-size: clamp(36px, 8vw, 55px);
    line-height: 1.05;
}

.rechner-page .bn-result-hero p:last-child {
    margin: 8px 0 0;
    color: #615947;
    font-size: 14px;
}

.rechner-page .bn-breakdown {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.rechner-page .bn-breakdown details {
    border: 1px solid #e1ded6;
    border-radius: 8px;
    background: #fff;
}

.rechner-page .bn-breakdown summary {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 13px 15px;
    color: #302d27;
    font-weight: 700;
    cursor: pointer;
}

.rechner-page .bn-breakdown details p {
    margin: 0;
    padding: 0 15px 14px;
    color: #68635a;
    font-size: 13px;
    line-height: 1.45;
}

.rechner-page .bn-assumptions,
.rechner-page .bn-result-card {
    margin-top: 20px;
    padding: 18px;
    border: 1px solid #e1ded6;
    border-radius: 10px;
    background: #fff;
}

.rechner-page .bn-assumptions h3,
.rechner-page .bn-result-card h3 {
    margin: 0 0 10px;
    color: #29261f;
    font-size: 19px;
    line-height: 1.3;
    text-transform: none;
}

.rechner-page .bn-assumptions ul {
    margin: 0;
    padding-left: 20px;
    color: #5f5a51;
    font-size: 14px;
    line-height: 1.5;
}

.rechner-page .bn-expert-result {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 14px;
    align-items: start;
}

.rechner-page .bn-expert-result img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.rechner-page .bn-result-card p {
    margin: 7px 0 13px;
    color: #625e55;
    font-size: 14px;
    line-height: 1.5;
}

.rechner-page .bn-result-card a {
    color: #6c4a00;
    font-weight: 700;
    text-underline-offset: 3px;
}

.rechner-page .bn-result-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.rechner-page .bn-noscript {
    padding: 15px;
    border: 1px solid #b7473c;
    background: #fff;
}

@keyframes bn-scene-in {
    from { opacity: 0; transform: translateX(10px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes bn-help-in {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 780px) {
    .rechner-page .bn-main {
        padding-top: 18px;
    }

    .rechner-page .bn-intro {
        grid-template-columns: 1fr;
        gap: 25px;
        min-height: auto;
        padding: 25px 10px 12px;
    }

    .rechner-page .bn-trust {
        max-width: 520px;
        padding: 17px;
        box-shadow: 0 10px 30px rgba(52, 39, 7, .08);
    }

    .rechner-page .bn-trust__person {
        grid-template-columns: 64px 1fr;
    }

    .rechner-page .bn-trust__person img {
        width: 64px;
        height: 64px;
    }
}

@media (max-width: 560px) {
    .rechner-page.bn-is-running {
        overflow: hidden;
    }

    .rechner-page .bn-main {
        min-height: calc(100vh - 64px);
        min-height: calc(100svh - 64px);
        min-height: calc(100dvh - 64px);
        padding: 0 0 30px;
    }

    .rechner-page .bn-intro {
        padding: 28px 16px 20px;
    }

    .rechner-page .bn-intro h1 {
        font-size: clamp(34px, 10.8vw, 45px);
    }

    .rechner-page .bn-lead {
        margin-top: 17px;
        font-size: 17px;
    }

    .rechner-page .bn-benefits {
        margin: 21px 0;
    }

    .rechner-page .bn-benefits li {
        align-items: flex-start;
        font-size: 15px;
    }

    .rechner-page .bn-disclaimer {
        padding: 14px;
    }

    .rechner-page .bn-button--start {
        width: 100%;
    }

    .rechner-page .bn-privacy-note {
        text-align: center;
    }

    .rechner-page .bn-trust {
        margin-top: 2px;
    }

    .rechner-page .bn-wizard {
        display: flex;
        flex-direction: column;
        height: calc(100vh - var(--bn-viewport-offset, 64px));
        height: calc(100svh - var(--bn-viewport-offset, 64px));
        height: calc(100dvh - var(--bn-viewport-offset, 64px));
        min-height: calc(100vh - var(--bn-viewport-offset, 64px));
        min-height: calc(100svh - var(--bn-viewport-offset, 64px));
        min-height: calc(100dvh - var(--bn-viewport-offset, 64px));
        overflow: hidden;
        overscroll-behavior: contain;
        border-width: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .rechner-page .bn-wizard__header {
        position: relative;
        flex: 0 0 auto;
        z-index: 3;
        padding: 12px 16px 10px;
        background: #fff;
    }

    .rechner-page .bn-live-summary {
        position: relative;
        flex: 0 0 auto;
        z-index: 2;
        min-height: 78px;
        padding: 12px 16px;
        border-bottom: 1px solid #eee4cb;
    }

    .rechner-page .bn-live-summary__meta {
        max-width: 118px;
    }

    .rechner-page .bn-reaction {
        flex: 0 0 auto;
        min-height: 44px;
        padding: 7px 16px;
    }

    .rechner-page .bn-reaction:empty {
        display: none;
    }

    .rechner-page .bn-stage {
        flex: 1 1 auto;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 23px 16px 13px;
    }

    .rechner-page .bn-scene h2 {
        font-size: clamp(25px, 7.7vw, 31px);
    }

    .rechner-page .bn-answers {
        margin-top: 19px;
    }

    .rechner-page .bn-answers--grid {
        grid-template-columns: 1fr;
    }

    .rechner-page .bn-answer {
        min-height: 58px;
        padding-block: 11px;
    }

    .rechner-page .bn-tax-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .rechner-page .bn-actions {
        flex-direction: column;
        margin-top: 20px;
    }

    .rechner-page .bn-actions .bn-button {
        width: 100%;
    }

    .rechner-page .bn-review__row {
        grid-template-columns: 1fr auto;
        gap: 2px 10px;
        padding: 8px 0;
    }

    .rechner-page .bn-review__row strong {
        text-align: right;
    }

    .rechner-page .bn-review__row button {
        grid-column: 1 / -1;
        justify-self: start;
        padding-left: 0;
    }

    .rechner-page .bn-result-hero {
        padding: 18px;
    }

    .rechner-page .bn-expert-result {
        grid-template-columns: 58px 1fr;
    }

    .rechner-page .bn-expert-result img {
        width: 58px;
        height: 58px;
    }
}

@media (max-width: 560px) and (max-height: 700px) {
    .rechner-page .bn-wizard__header {
        padding-top: 8px;
        padding-bottom: 7px;
    }

    .rechner-page .bn-live-summary {
        min-height: 56px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .rechner-page .bn-live-summary__label {
        display: none;
    }

    .rechner-page .bn-live-summary strong {
        margin-top: 0;
        font-size: 17px;
    }

    .rechner-page .bn-live-summary__meta {
        max-width: 96px;
        font-size: 11px;
    }

    .rechner-page .bn-reaction {
        min-height: 36px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
    }

    .rechner-page .bn-stage {
        padding-top: 16px;
    }

    .rechner-page .bn-scene h2 {
        font-size: 24px;
    }

    .rechner-page .bn-answers {
        gap: 8px;
        margin-top: 14px;
    }

    .rechner-page .bn-answer {
        min-height: 52px;
        padding-block: 9px;
    }
}

@media (max-width: 340px) {
    .rechner-page .bn-wizard__header {
        padding-top: 9px;
        padding-bottom: 7px;
    }

    .rechner-page .bn-live-summary {
        min-height: 70px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .rechner-page .bn-reaction {
        min-height: 38px;
        font-size: 12px;
    }

    .rechner-page .bn-reaction:empty {
        display: none;
    }

    .rechner-page .bn-stage {
        min-height: 0;
        padding-top: 18px;
        padding-bottom: 10px;
    }

    .rechner-page .bn-wizard__header,
    .rechner-page .bn-live-summary,
    .rechner-page .bn-reaction,
    .rechner-page .bn-stage {
        padding-left: 12px;
        padding-right: 12px;
    }

    .rechner-page .bn-progress-copy {
        gap: 4px;
        font-size: 12px;
    }

    .rechner-page .bn-progress-copy span + span::before {
        margin-right: 4px;
    }

    .rechner-page .bn-live-summary strong {
        font-size: 18px;
    }

    .rechner-page .bn-live-summary__meta {
        max-width: 90px;
    }

    .rechner-page .bn-tax-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rechner-page .bn-scene h2 {
        font-size: 24px;
    }

    .rechner-page .bn-scene__lead {
        margin-top: 8px;
        font-size: 15px;
        line-height: 1.4;
    }

    .rechner-page .bn-answers {
        margin-top: 15px;
    }

    .rechner-page .bn-answer {
        min-height: 54px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .rechner-page .bn-scene,
    .rechner-page .bn-help__panel,
    .rechner-page .bn-help__arrow,
    .rechner-page .bn-button,
    .rechner-page .bn-answer {
        animation: none;
        transition: none;
    }
}

.rechner-page.rechner-page--embed {
    min-width: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
}

.rechner-page--embed .bn-main {
    min-height: 0;
}

.rechner-page--embed .bn-intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: start;
    min-height: 0;
}

.rechner-page--embed .bn-intro__copy {
    max-width: none;
}
