/* Test-only teaser: dash-hero palette, isolated from quiz controls and layout. */
.rs-test-promo {
    container: rs-test-promo / inline-size;
    margin: 24px 0;
    color: #fff;
    text-align: left;
}
.rs-test-promo .rs-test-promo__inner {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 22px;
    padding: 28px;
    background: radial-gradient(circle at 88% 8%, #25f35a24, transparent 28rem), linear-gradient(135deg, #08150d 0%, #0d2113 58%, #12351d 100%);
}
.rs-test-promo .rs-test-promo__art {
    position: absolute;
    z-index: -1;
    right: -12px;
    bottom: -22px;
    font-size: 230px;
    color: #9cffb6;
    opacity: .065;
    pointer-events: none;
    transform: rotate(-9deg);
}
.rs-test-promo .rs-test-promo__source {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 22px;
    color: #bbd0c1;
    font-size: 12px;
    line-height: 1.5;
}
.rs-test-promo__source > i {color: #8fc9a1;flex-shrink: 0;}
.rs-test-promo .rs-test-promo__grid {display: grid;gap: 24px;align-items: center;}
.rs-test-promo__total,.rs-test-promo__fact,.rs-test-promo__action {min-width: 0;}
.rs-test-promo .rs-test-promo__number {
    display: block;
    font-size: clamp(48px, 5.3vw, 68px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.045em;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    color: #fff;
}
.rs-test-promo .rs-test-promo__label {margin: 10px 0 3px;color: #fff;font-size: 16px;font-weight: 600;line-height: 1.35;}
.rs-test-promo .rs-test-promo__period {margin: 0;color: #c4d7ca;font-size: 12px;line-height: 1.5;}
.rs-test-promo .rs-test-promo__comparison {display: flex;align-items: center;gap: 9px;margin: 15px 0 0;color: #bbd0c1;font-size: 11px;line-height: 1.5;}
.rs-test-promo__comparison > span:last-child {max-width: 160px;}
.rs-test-promo .rs-test-promo__delta {display: inline-flex;align-items: center;gap: 6px;white-space: nowrap;font-size: 13px;line-height: 1;}
.rs-test-promo__delta--down {color: #75f2a0;}
.rs-test-promo__delta--up {color: #ff9da5;}
.rs-test-promo__delta--flat {color: #c4d7ca;}
.rs-test-promo .rs-test-promo__fact {padding-top: 23px;border-top: 1px solid #ffffff24;}
.rs-test-promo .rs-test-promo__share {display: flex;align-items: baseline;gap: 9px;line-height: 1;color: #b9d7c3;}
.rs-test-promo__share > strong {font-size: clamp(42px, 4.2vw, 54px);font-weight: 750;letter-spacing: -.04em;color: #90f5af;font-variant-numeric: tabular-nums;white-space: nowrap;}
.rs-test-promo__share > strong > span {font-size: .65em;}
.rs-test-promo__share > span {font-size: 12px;white-space: nowrap;}
.rs-test-promo .rs-test-promo__cause-label {margin: 12px 0 3px;font-size: 11px;color: #bbd0c1;line-height: 1.5;}
.rs-test-promo .rs-test-promo__cause {margin: 0;font-size: 15px;line-height: 1.45;font-weight: 500;color: #fff;overflow-wrap: anywhere;}
.rs-test-promo .rs-test-promo__action {display: flex;flex-direction: column;gap: 9px;align-items: stretch;}
.rs-test-promo a.rs-test-promo__link {display: inline-flex;align-items: center;justify-content: center;gap: 13px;min-height: 48px;padding: 13px 17px;border: 1px solid transparent;border-radius: 12px;background: #d7ffe2;color: #0b491b;font-size: 13px;font-weight: 700;line-height: 1.4;text-decoration: none;transition: background .16s,color .16s;}
.rs-test-promo a.rs-test-promo__link:hover {background: #fff;color: #0b491b;text-decoration: none;}
.rs-test-promo a.rs-test-promo__link:focus-visible {outline: 2px solid #a0f6b9;outline-offset: 4px;}
.rs-test-promo__link > i {flex-shrink: 0;font-size: 12px;}
.rs-test-promo .rs-test-promo__new-tab {color: #bbd0c1;font-size: 10px;line-height: 1.5;text-align: center;}
@container rs-test-promo (min-width: 520px) {
    .rs-test-promo .rs-test-promo__grid {grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);gap: 22px 28px;}
    .rs-test-promo .rs-test-promo__fact {padding: 0 0 0 28px;border-top: 0;border-left: 1px solid #ffffff24;}
    .rs-test-promo .rs-test-promo__action {grid-column: 1 / -1;align-items: flex-start;}
}
@container rs-test-promo (min-width: 820px) {
    .rs-test-promo .rs-test-promo__grid {grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) auto;}
    .rs-test-promo .rs-test-promo__action {grid-column: auto;align-items: center;}
}
@container rs-test-promo (max-width: 519px) {
    .rs-test-promo .rs-test-promo__inner {padding: 24px 20px;border-radius: 18px;}
    .rs-test-promo .rs-test-promo__source {font-size: 11px;margin-bottom: 20px;}
    .rs-test-promo .rs-test-promo__number {font-size: 56px;}
    .rs-test-promo .rs-test-promo__label {font-size: 15px;}
    .rs-test-promo .rs-test-promo__share > strong {font-size: 46px;}
}
@media (prefers-reduced-motion: reduce) {.rs-test-promo a.rs-test-promo__link {transition: none;}}
@media print {.rs-test-promo {display: none;}}
