.tp-outcomePath {
    padding: 48px 0 78px;
    background:
        radial-gradient(circle at 90% 2%, rgba(48, 131, 127, .15), transparent 27rem),
        radial-gradient(circle at 4% 18%, rgba(226, 181, 62, .14), transparent 24rem),
        linear-gradient(180deg, #f8fafc 0%, #edf3f5 100%);
    color: var(--tp-navy, #20365c);
}

.tp-outcomePath h1,
.tp-outcomePath h2 {
    color: var(--tp-navy, #20365c);
}

.tp-outcomePath__hero {
    max-width: 790px;
    margin: 0 auto 34px;
    text-align: center;
}

.tp-outcomePath__eyebrow {
    margin: 0 0 9px;
    color: #19716e;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tp-outcomePath__hero h1 {
    max-width: 20ch;
    margin: 0 auto;
    font-size: clamp(2.25rem, 4.4vw, 3.65rem);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: 1.06;
}

.tp-outcomePath__hero > p:last-child {
    max-width: 720px;
    margin: 18px auto 0;
    color: #526985;
    font-size: clamp(1.03rem, 1.9vw, 1.17rem);
    line-height: 1.58;
}

.tp-outcomePath__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(285px, .82fr);
    gap: 24px;
    align-items: start;
    max-width: 1000px;
    margin: 0 auto;
}

.tp-outcomePath__formCard,
.tp-outcomePath__next {
    border: 1px solid rgba(35, 62, 97, .14);
    border-radius: 24px;
    box-shadow: 0 16px 38px rgba(32, 54, 92, .07);
}

.tp-outcomePath__formCard {
    padding: clamp(24px, 4vw, 38px);
    background: rgba(255, 255, 255, .94);
}

.tp-outcomePath__formHead h2,
.tp-outcomePath__next h2 {
    margin: 0;
    font-size: clamp(1.48rem, 2.8vw, 2rem);
    font-weight: 850;
    letter-spacing: -.03em;
}

.tp-outcomePath__formHead > p:last-child {
    margin: 10px 0 0;
    color: #5b708a;
    line-height: 1.55;
}

.tp-outcomePath__errorSummary {
    margin-top: 22px;
    padding: 12px 14px;
    border: 1px solid #d89b9b;
    border-radius: 12px;
    background: #fff4f4;
    color: #7f3131;
    font-weight: 650;
}

.tp-outcomePath__form {
    margin-top: 26px;
}

.tp-outcomePath__fields {
    display: grid;
    gap: 18px;
}

.tp-outcomePath__fields .form-label {
    margin-bottom: 7px;
    color: #294564;
    font-weight: 750;
}

.tp-outcomePath__fields .form-select,
.tp-outcomePath__fields .form-control {
    min-height: 46px;
    border-color: rgba(35, 62, 97, .25);
}

.tp-outcomePath__fields .form-text {
    margin-top: 6px;
    color: #62758d;
    font-size: .88rem;
    line-height: 1.45;
}

.tp-outcomePath__submit {
    width: 100%;
    min-height: 48px;
    margin-top: 24px;
    font-weight: 750;
}

.tp-outcomePath__finePrint {
    margin: 11px 0 0;
    color: #62758d;
    font-size: .89rem;
    line-height: 1.5;
    text-align: center;
}

.tp-outcomePath__next {
    padding: clamp(24px, 3.2vw, 32px);
    background: linear-gradient(155deg, #243b61 0%, #315d79 100%);
    color: #f9fcff;
}

.tp-outcomePath__next .tp-outcomePath__eyebrow {
    color: #a6e0d9;
}

.tp-outcomePath__next h2 {
    color: #fff;
}

.tp-outcomePath__next ol {
    display: grid;
    gap: 22px;
    margin: 27px 0 0;
    padding: 0;
    list-style: none;
}

.tp-outcomePath__next li {
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 12px;
}

.tp-outcomePath__next li > span {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 50%;
    background: #d8b34d;
    color: #20365c;
    font-size: .86rem;
    font-weight: 850;
}

.tp-outcomePath__next strong {
    color: #fff;
    font-size: .98rem;
}

.tp-outcomePath__next p {
    margin: 5px 0 0;
    color: #d7e4f0;
    font-size: .92rem;
    line-height: 1.5;
}

.tp-outcomePath__note {
    max-width: 1000px;
    margin: 20px auto 0;
    color: #66798f;
    font-size: .84rem;
    line-height: 1.5;
    text-align: center;
}

.tp-outcomeGate {
    min-height: min(690px, calc(100vh - 120px));
    padding: 64px 0 92px;
    background:
        radial-gradient(circle at 82% 8%, rgba(48, 131, 127, .18), transparent 27rem),
        radial-gradient(circle at 12% 86%, rgba(226, 181, 62, .16), transparent 24rem),
        linear-gradient(180deg, #f7fafb 0%, #edf3f5 100%);
}

.tp-outcomeGate__card {
    max-width: 720px;
    margin: 0 auto;
    padding: clamp(30px, 6vw, 58px);
    border: 1px solid rgba(35, 62, 97, .15);
    border-radius: 28px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 48px rgba(32, 54, 92, .11);
    text-align: center;
}

.tp-outcomeGate__icon {
    display: grid;
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    place-items: center;
    border-radius: 50%;
    background: #187571;
    box-shadow: 0 8px 18px rgba(24, 117, 113, .22);
    color: #fff;
    font-size: 1.45rem;
    font-weight: 900;
}

.tp-outcomeGate__card h1 {
    max-width: 16ch;
    margin: 0 auto;
    color: var(--tp-navy, #20365c);
    font-size: clamp(2rem, 4.7vw, 3.25rem);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: 1.07;
}

.tp-outcomeGate__lead {
    max-width: 590px;
    margin: 18px auto 0;
    color: #526985;
    font-size: clamp(1rem, 2vw, 1.13rem);
    line-height: 1.62;
}

.tp-outcomeGate__value {
    max-width: 560px;
    margin: 28px auto 0;
    padding: 20px 22px;
    border: 1px solid rgba(27, 112, 109, .18);
    border-radius: 17px;
    background: #f0f8f7;
    color: #294564;
    text-align: left;
}

.tp-outcomeGate__value p {
    margin: 0;
    color: #1d6664;
    font-size: .87rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.tp-outcomeGate__value ul {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.tp-outcomeGate__value li {
    position: relative;
    padding-left: 28px;
    line-height: 1.48;
}

.tp-outcomeGate__value li::before {
    position: absolute;
    top: .12em;
    left: 0;
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    border-radius: 50%;
    background: #187571;
    color: #fff;
    content: "\2713";
    font-size: .72rem;
    font-weight: 900;
}

.tp-outcomeGate__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.tp-outcomeGate__actions .btn {
    min-width: 218px;
    min-height: 47px;
    padding: 11px 20px;
    font-weight: 760;
}

.tp-outcomeGate__finePrint {
    margin: 16px 0 0;
    color: #66798f;
    font-size: .88rem;
    line-height: 1.5;
}

@media (max-width: 899.98px) {
    .tp-outcomePath__layout {
        grid-template-columns: 1fr;
        max-width: 720px;
    }
}

@media (max-width: 575.98px) {
    .tp-outcomePath {
        padding: 38px 0 56px;
    }

    .tp-outcomePath__hero {
        text-align: left;
    }

    .tp-outcomePath__hero h1,
    .tp-outcomePath__hero > p:last-child {
        margin-left: 0;
    }

    .tp-outcomePath__formCard,
    .tp-outcomePath__next {
        border-radius: 20px;
    }

    .tp-outcomeGate {
        min-height: auto;
        padding: 38px 0 58px;
    }

    .tp-outcomeGate__card {
        border-radius: 22px;
    }

    .tp-outcomeGate__actions .btn {
        width: 100%;
    }
}
