.negative-status-hero {
    background:
        radial-gradient(circle at 9% 18%, rgba(102, 120, 0, .16) 0 5px, transparent 6px),
        radial-gradient(circle at 88% 27%, rgba(2, 81, 112, .12) 0 8px, transparent 9px),
        radial-gradient(circle at 78% 78%, rgba(102, 120, 0, .11) 0 4px, transparent 5px),
        linear-gradient(135deg, #f5f9e5 0%, #edf4f5 52%, #f8fafb 100%);
    background-size: 128px 128px, 180px 180px, 110px 110px, auto;
}

.negative-definition-grid,
.negative-factor-grid,
.negative-alternative-grid {
    display: grid;
    gap: 1rem;
    margin-top: 1.6rem;
}

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

.negative-definition-grid article,
.negative-factor-grid article,
.negative-alternative-grid article {
    min-width: 0;
    padding: 1.45rem;
    border: 1px solid var(--campaign-line, #d9e2e6);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0, 59, 82, .08);
}

.negative-definition-grid article:nth-child(1) {
    background: linear-gradient(145deg, #fff 0%, #edf6f8 100%);
}

.negative-definition-grid article:nth-child(2) {
    background: linear-gradient(145deg, #fff 0%, #f3f7dc 100%);
}

.negative-definition-grid article:nth-child(3) {
    background: linear-gradient(145deg, #fff 0%, #f4f7f8 100%);
}

.negative-definition-grid__label {
    display: inline-flex;
    margin-bottom: .75rem;
    padding: .35rem .72rem;
    border-radius: 999px;
    background: #092f43;
    color: #fff;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.negative-definition-grid h3,
.negative-factor-grid h3,
.negative-alternative-grid h3,
.negative-action-list h3 {
    margin: 0 0 .55rem;
    font-size: 1.08rem;
}

.negative-definition-grid p,
.negative-factor-grid p,
.negative-alternative-grid p,
.negative-action-list p,
.negative-callout p {
    margin: 0;
}

.negative-callout {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .75rem 1rem;
    align-items: start;
    margin-top: 1.4rem;
    padding: 1.2rem 1.35rem;
    border-left: 4px solid #667800;
    border-radius: 0 15px 15px 0;
    background: #f2f7d9;
}

.negative-callout--dark {
    border-left-color: #9eb71c;
    background: linear-gradient(135deg, #025170, #003b52);
    color: #fff;
}

.negative-checker {
    display: grid;
    grid-template-columns: minmax(260px, .85fr) minmax(320px, 1.15fr);
    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));
}

.negative-checker__options {
    display: grid;
    gap: .65rem;
}

.negative-checker__options button {
    width: 100%;
    padding: .9rem 1rem;
    border: 1px solid #ccd9de;
    border-radius: 10px;
    background: #fff;
    color: #092f43;
    font-weight: 700;
    text-align: left;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

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

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

.negative-checker__result {
    min-height: 100%;
    padding: 1.45rem;
    border-radius: 16px;
    background: linear-gradient(145deg, #025170, #003b52);
    color: #fff;
}

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

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

.negative-checker__result ol {
    display: grid;
    gap: .65rem;
    margin: 1rem 0 0;
    padding-left: 1.25rem;
}

.negative-checker__reset {
    margin-top: .85rem;
    border: 0;
    background: transparent;
    color: #025170;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.negative-action-list {
    display: grid;
    gap: .85rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.negative-action-list li {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.15rem 1.25rem;
    border: 1px solid #d9e2e6;
    border-radius: 15px;
    background: #fff;
}

.negative-action-list li > span,
.negative-factor-grid article > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #667800;
    color: #fff;
    font-weight: 700;
}

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

.negative-factor-grid article > span {
    margin-bottom: 1rem;
    background: #025170;
    font-size: .78rem;
}

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

.negative-alternative-grid article {
    border-top: 4px solid #667800;
}

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

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

@media (max-width: 575.98px) {
    .negative-definition-grid,
    .negative-factor-grid,
    .negative-alternative-grid {
        grid-template-columns: 1fr;
    }

    .negative-definition-grid article,
    .negative-factor-grid article,
    .negative-alternative-grid article,
    .negative-checker {
        border-radius: 14px;
    }

    .negative-checker {
        padding: .85rem;
    }

    .negative-checker__result {
        padding: 1.15rem;
    }

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

    .negative-action-list li {
        grid-template-columns: 38px 1fr;
        padding: 1rem;
    }

    .negative-action-list li > span {
        width: 36px;
        height: 36px;
    }
}
