.trotz-negative-hero {
    background:
        radial-gradient(circle at 10% 22%, rgba(102, 120, 0, .17) 0 5px, transparent 6px),
        radial-gradient(circle at 90% 16%, rgba(2, 81, 112, .14) 0 8px, transparent 9px),
        radial-gradient(circle at 82% 84%, rgba(102, 120, 0, .12) 0 4px, transparent 5px),
        linear-gradient(135deg, #f4f8df 0%, #edf4f5 54%, #f8fafb 100%);
    background-size: 124px 124px, 178px 178px, 108px 108px, auto;
}

.trotz-negative-answer {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 1rem;
    align-items: start;
    margin-top: 1.35rem;
    padding: 1.35rem;
    border: 1px solid #cddce1;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff, #edf6f8);
    box-shadow: 0 16px 36px rgba(0, 59, 82, .09);
}

.trotz-negative-answer__mark,
.trotz-negative-stopbox > div:first-child {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #025170;
    color: #fff;
    font: 700 1.5rem/1 Quicksand, sans-serif;
}

.trotz-negative-answer p,
.trotz-negative-route-grid p,
.trotz-negative-factor-grid p,
.trotz-negative-cost-grid p,
.trotz-negative-stopbox p {
    margin: 0;
}

.trotz-negative-answer p + p {
    margin-top: .65rem;
}

.trotz-negative-route-grid,
.trotz-negative-factor-grid,
.trotz-negative-cost-grid,
.trotz-negative-alternatives {
    display: grid;
    gap: 1rem;
    margin-top: 1.4rem;
}

.trotz-negative-route-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trotz-negative-route-grid article,
.trotz-negative-factor-grid article,
.trotz-negative-cost-grid article {
    min-width: 0;
    padding: 1.35rem;
    border: 1px solid #d9e2e6;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 13px 30px rgba(0, 59, 82, .07);
}

.trotz-negative-route-grid article:nth-child(1) {
    border-top: 4px solid #667800;
    background: linear-gradient(145deg, #fff, #f4f8df);
}

.trotz-negative-route-grid article:nth-child(2) {
    border-top: 4px solid #d89f25;
    background: linear-gradient(145deg, #fff, #fff7e7);
}

.trotz-negative-route-grid article:nth-child(3) {
    border-top: 4px solid #b44d51;
    background: linear-gradient(145deg, #fff, #faeeee);
}

.trotz-negative-route-grid__status {
    display: inline-block;
    margin-bottom: .75rem;
    color: #58707d;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.trotz-negative-route-grid h3,
.trotz-negative-factor-grid h3,
.trotz-negative-cost-grid h3,
.trotz-negative-process h3,
.trotz-negative-stopbox h3 {
    margin: 0 0 .5rem;
    font-size: 1.08rem;
}

.trotz-negative-link-note {
    margin-top: 1.25rem;
    padding: 1rem 1.15rem;
    border-left: 4px solid #667800;
    border-radius: 0 12px 12px 0;
    background: #f2f7d9;
}

.trotz-negative-link-note a {
    font-weight: 700;
}

.trotz-negative-check {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
    padding: 1.35rem;
    border: 1px solid #cad9df;
    border-radius: 22px;
    background: linear-gradient(145deg, #fff, #edf4f6);
    box-shadow: var(--campaign-shadow, 0 22px 55px rgba(0, 59, 82, .14));
}

.trotz-negative-check__questions {
    display: grid;
    gap: .85rem;
}

.trotz-negative-check fieldset {
    min-width: 0;
    padding: 1rem;
    border: 1px solid #d9e2e6;
    border-radius: 14px;
    background: #fff;
}

.trotz-negative-check legend {
    display: flex;
    gap: .7rem;
    align-items: center;
    width: auto;
    margin: 0 0 .75rem;
    padding: 0;
    color: #092f43;
    font-size: .98rem;
    font-weight: 700;
}

.trotz-negative-check legend span {
    display: grid;
    flex: 0 0 30px;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #025170;
    color: #fff;
}

.trotz-negative-check fieldset > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
}

.trotz-negative-check button {
    padding: .72rem .8rem;
    border: 1px solid #ccd9de;
    border-radius: 9px;
    background: #fbfcfc;
    color: #092f43;
    font-weight: 700;
    text-align: center;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.trotz-negative-check button:hover,
.trotz-negative-check button:focus-visible,
.trotz-negative-check button[aria-pressed="true"] {
    border-color: #667800;
    box-shadow: 0 0 0 3px rgba(158, 183, 28, .2);
    transform: translateY(-1px);
}

.trotz-negative-check button[aria-pressed="true"] {
    background: #f2f7d9;
}

.trotz-negative-check__result {
    align-self: stretch;
    padding: 1.5rem;
    border-radius: 17px;
    background:
        radial-gradient(circle at 90% 12%, rgba(255, 255, 255, .11) 0 6px, transparent 7px),
        linear-gradient(145deg, #025170, #003b52);
    background-size: 80px 80px, auto;
    color: #fff;
}

.trotz-negative-check__result > span {
    display: block;
    margin-bottom: .65rem;
    color: #dce99c;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.trotz-negative-check__result h3 {
    color: #fff;
    font-size: 1.45rem;
}

.trotz-negative-check__result a {
    display: inline-flex;
    margin-top: 1rem;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.trotz-negative-factor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trotz-negative-factor-grid article > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: .9rem;
    border-radius: 50%;
    background: #025170;
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
}

.trotz-negative-warning,
.trotz-negative-callout {
    margin-top: 1.35rem;
    padding: 1.15rem 1.3rem;
    border-left: 4px solid #667800;
    border-radius: 0 14px 14px 0;
    background: #f2f7d9;
}

.trotz-negative-warning strong {
    display: block;
    margin-bottom: .35rem;
}

.trotz-negative-warning p,
.trotz-negative-callout {
    margin-bottom: 0;
}

.trotz-negative-process {
    position: relative;
    display: grid;
    gap: .85rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.trotz-negative-process::before {
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 27px;
    width: 2px;
    background: #bfd0d6;
    content: "";
}

.trotz-negative-process li {
    position: relative;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1rem 1.2rem 1rem 0;
    border: 1px solid #d9e2e6;
    border-radius: 15px;
    background: #fff;
}

.trotz-negative-process li > span {
    z-index: 1;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-left: 7px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #667800;
    color: #fff;
    font-weight: 700;
}

.trotz-negative-process p {
    margin: 0;
}

.trotz-negative-cost-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trotz-negative-cost-grid article {
    border-top: 4px solid #025170;
}

.trotz-negative-alternatives {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trotz-negative-alternatives a {
    display: flex;
    min-width: 0;
    padding: 1.25rem;
    border: 1px solid #d9e2e6;
    border-radius: 15px;
    background: linear-gradient(145deg, #fff, #f4f7f8);
    box-shadow: 0 12px 28px rgba(0, 59, 82, .07);
    color: #092f43;
    flex-direction: column;
    text-decoration: none;
    transition: border-color .18s ease, transform .18s ease;
}

.trotz-negative-alternatives a:hover,
.trotz-negative-alternatives a:focus-visible {
    border-color: #667800;
    transform: translateY(-2px);
}

.trotz-negative-alternatives span {
    margin-bottom: .45rem;
    color: #667800;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.trotz-negative-stopbox {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 1rem;
    margin-top: 1.35rem;
    padding: 1.3rem;
    border-radius: 17px;
    background: linear-gradient(135deg, #092f43, #003b52);
    color: #fff;
}

.trotz-negative-stopbox > div:first-child {
    background: #9eb71c;
    color: #092f43;
}

.trotz-negative-stopbox h3 {
    color: #fff;
}

@media (max-width: 991.98px) {
    .trotz-negative-route-grid,
    .trotz-negative-factor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trotz-negative-check {
        grid-template-columns: 1fr;
    }

    .trotz-negative-cost-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .trotz-negative-answer,
    .trotz-negative-stopbox {
        grid-template-columns: 1fr;
    }

    .trotz-negative-route-grid,
    .trotz-negative-factor-grid,
    .trotz-negative-cost-grid,
    .trotz-negative-alternatives {
        grid-template-columns: 1fr;
    }

    .trotz-negative-check {
        padding: .85rem;
        border-radius: 14px;
    }

    .trotz-negative-check fieldset > div {
        grid-template-columns: 1fr;
    }

    .trotz-negative-check button {
        text-align: left;
    }

    .trotz-negative-route-grid article,
    .trotz-negative-factor-grid article,
    .trotz-negative-cost-grid article,
    .trotz-negative-check__result {
        border-radius: 14px;
    }

    .trotz-negative-process li {
        padding-right: .9rem;
    }
}
