:root {
    --color-navy: #03003b;
    --color-navy-soft: #211e52;
    --color-yellow: #fff200;
    --color-orange: #ff4d20;
    --color-white: #ffffff;
    --color-ink: #171717;
    --color-muted: #787791;
    --color-border: rgba(255, 255, 255, 0.34);
    --gradient-action: linear-gradient(180deg, #ff5a22 0%, #ff7b17 55%, #ffd900 100%);
    --content-width: 1440px;
    --assessment-width: 920px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--color-ink);
    background: var(--color-white);
    font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
    line-height: 1.45;
}

body.is-locked {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
}

.skip-link {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 100;
    padding: 12px 18px;
    color: var(--color-navy);
    background: var(--color-white);
    border-radius: 4px;
    transform: translateY(-160%);
    transition: transform 180ms ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.container {
    width: min(calc(100% - 80px), var(--content-width));
    margin: 0 auto;
}

.hero {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    color: var(--color-white);
    background-color: #07133f;
    background-image:
        linear-gradient(90deg, rgba(2, 12, 56, 0.96) 0%, rgba(4, 13, 55, 0.88) 38%, rgba(33, 15, 49, 0.55) 100%),
        url('../images/10287487.png');
    background-position: center, center bottom;
    background-repeat: no-repeat;
    background-size: cover, cover;
}

.hero::after {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: '';
    background:
        radial-gradient(circle at 75% 42%, rgba(255, 89, 17, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(7, 8, 43, 0.02) 0%, rgba(2, 8, 43, 0.28) 100%);
}

.hero__container {
    position: relative;
    z-index: 2;
    min-height: 720px;
}

.brand {
    position: absolute;
    top: 38px;
    left: 0;
    width: 120px;
    transition: transform 180ms ease;
}

.brand:hover,
.brand:focus-visible {
    transform: rotate(-2deg) scale(1.03);
}

.hero__copy {
    position: relative;
    z-index: 2;
    width: min(52%, 750px);
    padding-top: 166px;
}

.hero__eyebrow,
.section-heading__eyebrow,
.positioning__eyebrow,
.pipeline__eyebrow {
    margin: 0 0 14px;
    color: var(--color-orange);
    font-size: 17px;
    font-weight: 400;
}

.hero h1 {
    margin: 0;
    font-size: clamp(44px, 3.15vw, 60px);
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 1.02;
}

.hero h1 span {
    color: var(--color-yellow);
}

.hero__description {
    max-width: 710px;
    margin: 26px 0 0;
    font-size: 17px;
    line-height: 1.45;
}

.action-button {
    display: inline-flex;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    padding: 14px 38px;
    color: var(--color-white);
    background: var(--gradient-action);
    border: 0;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.23), 0 12px 28px rgba(255, 82, 23, 0.14);
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    transition: box-shadow 180ms ease, filter 180ms ease, transform 180ms ease;
}

.action-button:hover,
.action-button:focus-visible {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 16px 34px rgba(255, 82, 23, 0.25);
    filter: saturate(1.08);
    transform: translateY(-2px);
}

.action-button:focus-visible,
.choice:focus-visible,
.back-link:focus-visible,
.text-field:focus-visible,
.back-to-top:focus-visible {
    outline: 3px solid var(--color-yellow);
    outline-offset: 3px;
}

.hero .action-button {
    min-width: 350px;
    margin-top: 46px;
}

.hero__art {
    position: absolute;
    z-index: 1;
    right: -10px;
    bottom: -12px;
    width: min(55%, 760px);
}

.hero__cloud {
    position: absolute;
    z-index: 1;
    filter: drop-shadow(0 8px 3px rgba(0, 0, 0, 0.12));
}

.hero__cloud--one {
    top: 24px;
    left: 49%;
    width: 215px;
}

.hero__cloud--two {
    top: 190px;
    right: -24px;
    width: 185px;
}

.assessment {
    background: var(--color-white);
}

.assessment--card {
    min-height: 1100px;
    padding: 82px 0 86px;
}

.assessment--immersive {
    min-height: 850px;
    padding: 76px 0;
    color: var(--color-white);
    background: var(--color-navy);
}

.section-heading {
    margin: 0 auto 52px;
    text-align: center;
}

.section-heading__eyebrow {
    margin-bottom: 15px;
}

.section-heading h2,
.pipeline h2 {
    margin: 0;
    font-size: clamp(34px, 2.4vw, 44px);
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.1;
}

.section-heading__description,
.pipeline__description {
    max-width: 720px;
    margin: 14px auto 0;
    font-size: 16px;
    line-height: 1.4;
}

.assessment__stage {
    width: min(calc(100% - 48px), var(--assessment-width));
    margin: 0 auto;
}

.assessment--immersive .assessment__stage {
    padding-top: 0;
}

.assessment-card {
    position: relative;
    min-height: 620px;
    padding: 56px 78px 48px;
    color: var(--color-white);
    background: var(--color-navy);
    border-top: 8px solid transparent;
    border-image: linear-gradient(90deg, var(--color-yellow), var(--color-orange)) 1;
}

.assessment--immersive .assessment-card {
    min-height: 650px;
    padding: 30px 72px 44px;
    background: transparent;
    border-top: 0;
}

.assessment-card__meta {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 28px;
    align-items: center;
    margin-bottom: 48px;
}

.assessment-card__step {
    margin: 0;
    color: #cccbd9;
    font-size: 14px;
}

.progress {
    height: 5px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.82);
    border-radius: 4px;
}

.progress__bar {
    display: block;
    width: var(--progress, 20%);
    height: 100%;
    background: linear-gradient(90deg, var(--color-yellow), #ff8a00);
    transition: width 300ms ease;
}

.assessment-card h3 {
    margin: 0;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1.15;
}

.assessment-form {
    margin-top: 40px;
}

.choices {
    display: grid;
    gap: 12px;
}

.choice {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    padding: 13px 24px;
    color: var(--color-white);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0;
    cursor: pointer;
    text-align: left;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.choice::after {
    color: #aaa9bc;
    content: '\2192';
    font-size: 17px;
}

.choice:hover,
.choice.is-selected {
    background: rgba(255, 75, 32, 0.31);
    border-color: var(--color-orange);
    transform: translateX(2px);
}

.text-field {
    width: 100%;
    min-height: 60px;
    padding: 14px 24px;
    color: var(--color-white);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0;
}

.text-field::placeholder {
    color: #77758f;
}

.form-error {
    min-height: 24px;
    margin: 12px 0 0;
    color: #ffb099;
    font-size: 15px;
}

.assessment-card__actions {
    display: flex;
    min-height: 112px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.back-link {
    padding: 12px 0;
    color: #dddce8;
    background: transparent;
    border: 0;
    cursor: pointer;
    text-decoration: none;
}

.back-link::before {
    margin-right: 8px;
    content: '\2190';
}

.assessment-card__actions .action-button {
    min-width: 220px;
}

.score-legend {
    display: grid;
    width: 100%;
    min-height: 116px;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    margin-top: 28px;
    padding: 0 46px;
    color: var(--color-white);
    background: var(--color-navy);
    border-top: 7px solid transparent;
    border-image: linear-gradient(90deg, var(--color-yellow), var(--color-orange)) 1;
    text-align: center;
}

.score-legend__item {
    color: #cbcadd;
    font-size: 13px;
    line-height: 1.25;
}

.score-legend__item strong {
    display: block;
    font-weight: 400;
}

.score-legend__item.is-active strong {
    color: var(--color-yellow);
    font-weight: 700;
}

.score-legend__item:last-child strong {
    color: var(--color-orange);
}

.pipeline {
    min-height: 800px;
    padding: 76px 0 90px;
    color: var(--color-white);
    background: var(--color-navy);
    text-align: center;
}

.pipeline__eyebrow {
    color: var(--color-yellow);
}

.pipeline-card {
    display: grid;
    width: min(calc(100% - 80px), 1380px);
    min-height: 460px;
    grid-template-columns: 1fr 1fr;
    margin: 56px auto 0;
    color: #f6f5ff;
    background: var(--color-navy-soft);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    text-align: left;
}

.pipeline-card__column {
    padding: 40px 54px;
}

.pipeline-card__column + .pipeline-card__column {
    border-left: 1px solid rgba(255, 255, 255, 0.82);
}

.pipeline-card h3 {
    margin: 0 0 34px;
    font-size: 18px;
    font-weight: 600;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
}

.stat {
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.stat__value {
    display: block;
    margin-bottom: 5px;
    font-size: 58px;
    font-weight: 300;
    line-height: 1;
}

.stat__value--accent {
    color: var(--color-yellow);
}

.stat__label {
    color: #9694ad;
    font-size: 15px;
}

.funnel {
    display: grid;
    gap: 24px;
}

.funnel__row {
    display: grid;
    grid-template-columns: 125px 1fr;
    gap: 18px;
    align-items: end;
}

.funnel__label {
    color: #a8a6bb;
    font-size: 15px;
}

.funnel__chart {
    position: relative;
}

.funnel__percentage {
    position: absolute;
    right: 0;
    bottom: calc(100% + 9px);
    color: #a8a6bb;
    font-size: 14px;
}

.funnel__track {
    display: block;
    height: 17px;
    overflow: hidden;
    background: #090841;
}

.funnel__fill {
    display: block;
    width: var(--value);
    height: 100%;
    background: linear-gradient(90deg, var(--color-orange), var(--color-yellow));
}

.positioning {
    min-height: 620px;
    padding: 64px 0 54px;
    background-color: var(--color-white);
    background-image: url('../images/310509024_d4e65819-934e-4f7b-b4d4-dc42480f24cc.png');
    background-position: center;
    background-size: cover;
}

.positioning__container {
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    align-items: center;
}

.positioning__art {
    justify-self: end;
    width: min(100%, 650px);
}

.positioning__copy {
    max-width: 650px;
    padding-left: 48px;
}

.positioning__copy h2 {
    max-width: 610px;
    margin: 0;
    font-size: clamp(38px, 3vw, 54px);
    font-weight: 500;
    letter-spacing: -1.5px;
    line-height: 1.02;
}

.positioning__description {
    max-width: 620px;
    margin: 38px 0 0;
    font-size: 21px;
    line-height: 1.35;
}

.positioning .action-button {
    min-width: 350px;
    margin-top: 30px;
}

.site-footer {
    min-height: 90px;
    border-top: 1px solid #dedede;
    background: #fafafa;
}

.site-footer__container {
    display: grid;
    min-height: 90px;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 12px;
}

.footer-nav a {
    color: #777;
    font-size: 12px;
    text-decoration: none;
}

.footer-nav a:not(:last-child)::after {
    margin: 0 9px;
    color: #bcbcbc;
    content: '|';
}

.copyright {
    margin: 0;
    color: #777;
    font-size: 12px;
}

.site-footer__logo {
    width: 96px;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 18px;
    z-index: 20;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    color: var(--color-white);
    background: #313131;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    font-size: 24px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.toast {
    position: fixed;
    top: 22px;
    left: 50%;
    z-index: 50;
    max-width: calc(100% - 32px);
    padding: 13px 20px;
    color: var(--color-navy);
    background: var(--color-yellow);
    border-radius: 3px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -16px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

@media (max-width: 1200px) {
    .hero,
    .hero__container {
        min-height: 680px;
    }

    .hero__copy {
        width: 55%;
        padding-top: 154px;
    }

    .hero__art {
        right: -60px;
        width: 58%;
    }

    .assessment-card {
        padding-right: 72px;
        padding-left: 72px;
    }

    .pipeline-card__column {
        padding: 40px;
    }

    .stat__value {
        font-size: 52px;
    }
}

@media (max-width: 900px) {
    .container {
        width: min(calc(100% - 44px), var(--content-width));
    }

    .hero,
    .hero__container {
        min-height: 760px;
    }

    .brand {
        top: 32px;
    }

    .hero__copy {
        width: 100%;
        padding-top: 142px;
    }

    .hero__copy h1,
    .hero__description {
        max-width: 680px;
    }

    .hero .action-button {
        margin-top: 46px;
    }

    .hero__art {
        right: 50%;
        bottom: -50px;
        width: min(72%, 560px);
        transform: translateX(50%);
        opacity: 0.78;
    }

    .hero__cloud--one {
        left: auto;
        right: 24px;
    }

    .hero__cloud--two {
        display: none;
    }

    .assessment--card,
    .assessment--immersive {
        min-height: 0;
        padding: 62px 0;
    }

    .assessment-card,
    .assessment--immersive .assessment-card {
        min-height: 600px;
        padding: 48px 40px;
    }

    .assessment-card__meta {
        grid-template-columns: 130px 1fr;
    }

    .score-legend {
        padding: 0 24px;
    }

    .pipeline {
        min-height: 0;
        padding: 64px 0;
    }

    .pipeline-card {
        grid-template-columns: 1fr;
    }

    .pipeline-card__column + .pipeline-card__column {
        border-top: 1px solid rgba(255, 255, 255, 0.82);
        border-left: 0;
    }

    .positioning {
        min-height: 0;
        padding: 58px 0 52px;
    }

    .positioning__container {
        grid-template-columns: 1fr;
    }

    .positioning__art {
        justify-self: center;
    }

    .positioning__copy {
        max-width: 680px;
        padding: 34px 0 0;
    }

    .positioning__description {
        margin-top: 28px;
    }

}

@media (max-width: 620px) {
    .container {
        width: min(calc(100% - 40px), var(--content-width));
    }

    .hero,
    .hero__container {
        min-height: 780px;
    }

    .brand {
        top: 28px;
        left: 50%;
        width: 104px;
        transform: translateX(-50%);
    }

    .brand:hover,
    .brand:focus-visible {
        transform: translateX(-50%) rotate(-2deg) scale(1.03);
    }

    .hero__copy {
        width: min(calc(100% - 48px), 350px);
        margin: 0 auto;
        padding-top: 126px;
        text-align: center;
    }

    .hero h1 {
        width: 100%;
        max-width: 290px;
        margin: 0 auto;
        overflow-wrap: break-word;
        font-size: clamp(25px, 7.2vw, 28px);
        letter-spacing: -0.8px;
        line-height: 1.08;
    }

    .hero__eyebrow {
        margin-bottom: 14px;
        font-size: 13px;
    }

    .hero__description {
        width: 100%;
        max-width: 290px;
        margin: 18px auto 0;
        overflow-wrap: anywhere;
        font-size: 11px;
        line-height: 1.55;
    }

    .hero__art {
        right: 50%;
        bottom: -2px;
        width: min(94%, 404px);
        opacity: 1;
        transform: translateX(50%);
    }

    .hero__cloud {
        display: none;
    }

    .hero .action-button,
    .positioning .action-button {
        min-width: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .action-button {
        min-height: 50px;
        padding: 12px 20px;
        font-size: 13px;
    }

    .hero .action-button {
        width: min(100%, 307px);
        margin-top: 34px;
    }

    .assessment--card,
    .assessment--immersive {
        padding: 48px 0 70px;
    }

    .section-heading {
        width: min(calc(100% - 48px), 340px);
        margin-bottom: 48px;
    }

    .section-heading h2,
    .pipeline h2 {
        font-size: 23px;
        letter-spacing: -0.4px;
        line-height: 1.15;
    }

    .section-heading__eyebrow,
    .pipeline__eyebrow,
    .positioning__eyebrow {
        margin-bottom: 14px;
        font-size: 12px;
    }

    .section-heading__description,
    .pipeline__description {
        max-width: 320px;
        margin-top: 22px;
        font-size: 12px;
        line-height: 1.5;
    }

    .assessment__stage {
        width: min(calc(100% - 36px), 356px);
    }

    .assessment-card,
    .assessment--immersive .assessment-card {
        min-height: 520px;
        padding: 28px 30px 26px;
        border-top-width: 7px;
    }

    .assessment-card__meta {
        grid-template-columns: 82px 1fr;
        gap: 14px;
        margin-bottom: 28px;
    }

    .assessment-card__step {
        font-size: 10px;
    }

    .progress {
        height: 3px;
    }

    .assessment-card h3 {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }

    .assessment-form {
        margin-top: 28px;
    }

    .choice {
        min-height: 52px;
        padding: 11px 14px;
        font-size: 11px;
    }

    .choice::after {
        font-size: 14px;
    }

    .text-field {
        min-height: 54px;
        padding: 12px 14px;
        font-size: 11px;
    }

    .assessment-card__actions {
        min-height: 78px;
        align-items: flex-end;
        flex-direction: row;
        justify-content: space-between;
        gap: 16px;
        padding-top: 18px;
    }

    .assessment-card__actions .action-button {
        width: 148px;
        min-width: 148px;
        min-height: 42px;
    }

    .back-link {
        align-self: flex-end;
        padding: 11px 0;
        font-size: 11px;
    }

    .score-legend {
        min-height: 104px;
        grid-template-columns: repeat(4, 1fr);
        margin-top: 18px;
        padding: 12px 5px;
        border-top-width: 6px;
    }

    .score-legend__item {
        font-size: 9px;
    }

    .pipeline {
        padding: 76px 0 90px;
    }

    .pipeline-card {
        width: min(calc(100% - 32px), 366px);
        min-height: 0;
        margin-top: 52px;
    }

    .pipeline-card__column {
        padding: 28px 24px 34px;
    }

    .pipeline-card h3 {
        margin-bottom: 28px;
        font-size: 13px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }

    .stat {
        min-height: 102px;
        padding-left: 20px;
    }

    .stat__value {
        font-size: 52px;
    }

    .stat__label {
        font-size: 11px;
    }

    .pipeline-card__column + .pipeline-card__column {
        padding-top: 34px;
    }

    .funnel__row {
        grid-template-columns: 74px 1fr;
        gap: 12px;
    }

    .funnel__label,
    .funnel__percentage {
        font-size: 9px;
    }

    .funnel__track {
        height: 12px;
    }

    .positioning {
        min-height: 900px;
        padding: 94px 0 28px;
    }

    .positioning__container {
        width: min(calc(100% - 40px), 390px);
        grid-template-columns: 1fr;
        text-align: center;
    }

    .positioning__copy {
        grid-row: 1;
        padding: 0;
    }

    .positioning__copy h2 {
        max-width: 330px;
        margin: 0 auto;
        font-size: 23px;
        letter-spacing: -0.4px;
        line-height: 1.15;
    }

    .positioning__description {
        max-width: 320px;
        margin: 28px auto 0;
        font-size: 12px;
        line-height: 1.5;
    }

    .positioning .action-button {
        width: min(100%, 307px);
        margin-top: 34px;
    }

    .positioning__container::after {
        display: block;
        width: 160px;
        height: 110px;
        grid-row: 2;
        justify-self: center;
        margin-top: 44px;
        content: '';
        background: url('../images/header-logo2.png') center / contain no-repeat;
    }

    .positioning__art {
        width: min(100%, 372px);
        grid-row: 3;
        justify-self: center;
        margin-top: 24px;
    }

    .site-footer__container {
        display: block;
        min-height: 74px;
        padding: 16px 0 22px;
        text-align: center;
    }

    .footer-nav,
    .site-footer__logo {
        display: none;
    }

    .copyright {
        max-width: 220px;
        margin: 0 auto;
        font-size: 10px;
        line-height: 1.35;
    }

    .back-to-top {
        right: 12px;
        bottom: 12px;
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}

.field-label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 0 8px;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 650;
}

.field-label__optional,
.field-help {
    color: #aaa8c7;
    font-size: 12px;
    font-weight: 400;
}

.field-help {
    margin: 8px 0 0;
}

.field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.field-group {
    min-width: 0;
}

.field-group .text-field {
    width: 100%;
}

.form-alert {
    margin: 0 0 20px;
    padding: 12px 14px;
    color: #f3f2ff;
    background: rgba(255, 242, 0, 0.1);
    border: 1px solid rgba(255, 242, 0, 0.45);
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
}

.form-alert--error {
    color: #fff4f1;
    background: rgba(255, 77, 32, 0.13);
    border-color: rgba(255, 77, 32, 0.65);
}

.form-alert--success {
    color: #f5ffef;
    background: rgba(124, 210, 76, 0.12);
    border-color: rgba(124, 210, 76, 0.6);
}

.lead-form {
    display: grid;
    gap: 18px;
}

.consent-field {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #d7d6e7;
    font-size: 13px;
    line-height: 1.5;
}

.consent-field input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: var(--color-orange);
}

.consent-field a,
.legal-card a {
    color: var(--color-orange);
    text-underline-offset: 3px;
}

.honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.restart-form {
    margin: 0;
}

.restart-form .action-button {
    border: 0;
}

.action-button:disabled {
    cursor: wait;
    filter: grayscale(0.25);
    opacity: 0.72;
}

.legal-section {
    padding: 88px 20px;
    background: #f6f6f8;
}

.legal-card {
    width: min(100%, 920px);
    margin: 42px auto 0;
    padding: clamp(28px, 5vw, 58px);
    background: var(--color-white);
    border-top: 6px solid var(--color-orange);
    box-shadow: 0 18px 55px rgba(3, 0, 59, 0.12);
}

.legal-card section + section {
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #e6e5ed;
}

.legal-card h3 {
    margin: 0 0 10px;
    color: var(--color-navy);
    font-size: 22px;
}

.legal-card p {
    margin: 0;
    color: #535261;
    font-size: 16px;
    line-height: 1.75;
}

@media (max-width: 620px) {
    .field-grid {
        grid-template-columns: 1fr;
    }

    .details-card {
        padding-right: 22px;
        padding-left: 22px;
    }

    .legal-section {
        padding: 64px 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Personalized result report */
.hero--result,
.hero--result .hero__container {
    min-height: 570px;
}

.hero--result .hero__copy {
    width: min(54%, 720px);
    padding-top: 148px;
}

.hero--result .hero__copy h1 {
    font-size: clamp(42px, 3vw, 56px);
}

.hero--result .hero__description {
    max-width: 650px;
}

.hero--result .hero__art {
    right: 2%;
    width: min(48%, 650px);
}

.hero--result .hero__cloud--two {
    top: 125px;
}

.hero--result .action-button {
    min-width: 250px;
    margin-top: 34px;
}

.result-report {
    position: relative;
    padding: 0 0 104px;
    background:
        radial-gradient(circle at 8% 20%, rgba(255, 242, 0, 0.07), transparent 26%),
        #f5f5f8;
}

.result-report__container {
    position: relative;
    z-index: 3;
    width: min(calc(100% - 64px), 1180px);
    margin: 0 auto;
    padding-top: 72px;
}

.result-overview {
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(0, 1fr) 280px;
    color: var(--color-ink);
    background: var(--color-white);
    border-top: 7px solid transparent;
    border-image: linear-gradient(90deg, var(--color-yellow), var(--color-orange)) 1;
    box-shadow: 0 24px 70px rgba(3, 0, 59, 0.13);
}

.result-overview__copy {
    padding: 52px 58px 48px;
}

.result-overview__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin-bottom: 30px;
    color: #706f80;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.result-overview__greeting {
    margin: 0 0 8px;
    color: var(--color-orange);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.result-overview h2 {
    max-width: 760px;
    margin: 0;
    color: var(--color-navy);
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 650;
    letter-spacing: -1.5px;
    line-height: 1.05;
}

.result-overview__summary {
    max-width: 770px;
    margin: 22px 0 0;
    color: #565466;
    font-size: 17px;
    line-height: 1.7;
}

.result-overview__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.result-tag {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 7px 13px;
    color: #555364;
    background: #f0eff4;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.result-tag--accent {
    color: #9b2d12;
    background: #fff0e9;
}

.result-score {
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    padding: 40px 28px;
    color: var(--color-white);
    background:
        radial-gradient(circle at 50% 34%, rgba(255, 118, 25, 0.17), transparent 43%),
        var(--color-navy);
    flex-direction: column;
    text-align: center;
}

.result-score__dial {
    position: relative;
    display: grid;
    width: 174px;
    height: 174px;
    place-items: center;
    background: conic-gradient(from -90deg, var(--color-orange) 0%, var(--color-yellow) calc(var(--score) * 1%), rgba(255, 255, 255, 0.16) calc(var(--score) * 1%), rgba(255, 255, 255, 0.16) 100%);
    border-radius: 50%;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.result-score__dial::before {
    position: absolute;
    inset: 12px;
    content: '';
    background: #080449;
    border-radius: inherit;
}

.result-score__value {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.result-score__value strong {
    color: var(--color-white);
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 0.95;
}

.result-score__value span {
    margin-top: 8px;
    color: #b9b7d0;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.result-score > p {
    margin: 22px 0 3px;
    color: var(--color-yellow);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.result-score > strong {
    font-size: 16px;
    font-weight: 500;
}

.result-notice {
    display: flex;
    min-height: 64px;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    padding: 14px 20px;
    color: #4d4b5b;
    background: var(--color-white);
    border: 1px solid #dedde6;
    border-left: 4px solid #726fa0;
    border-radius: 4px;
}

.result-notice--success {
    border-left-color: #3a985d;
}

.result-notice--warning {
    border-left-color: var(--color-orange);
}

.result-notice__icon {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--color-white);
    background: var(--color-navy);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 800;
}

.result-notice--success .result-notice__icon {
    background: #3a985d;
}

.result-notice--warning .result-notice__icon {
    background: var(--color-orange);
}

.result-notice p {
    margin: 0;
    font-size: 14px;
}

.result-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 26px;
    align-items: start;
    margin-top: 26px;
}

.result-layout__main,
.result-layout__aside {
    display: grid;
    gap: 26px;
}

.report-panel,
.finding-card,
.result-side-card {
    background: var(--color-white);
    border: 1px solid #e2e1e9;
    box-shadow: 0 12px 34px rgba(3, 0, 59, 0.06);
}

.report-panel {
    padding: 38px 40px;
}

.report-panel--signal {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #fff7f1 0%, var(--color-white) 70%);
    border-left: 5px solid var(--color-orange);
}

.report-panel--signal::after {
    position: absolute;
    top: -60px;
    right: -50px;
    width: 180px;
    height: 180px;
    content: '';
    background: radial-gradient(circle, rgba(255, 242, 0, 0.25), transparent 66%);
    border-radius: 50%;
}

.report-panel__eyebrow {
    margin: 0 0 8px;
    color: var(--color-orange);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.report-panel h3,
.finding-card h3,
.result-side-card h3 {
    margin: 0;
    color: var(--color-navy);
    font-size: 24px;
    font-weight: 650;
    letter-spacing: -0.45px;
    line-height: 1.2;
}

.report-panel--signal > p:last-child {
    position: relative;
    z-index: 1;
    margin: 16px 0 0;
    color: #555363;
    font-size: 16px;
    line-height: 1.75;
}

.result-findings {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.finding-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    padding: 30px 28px;
}

.finding-card:only-child {
    grid-column: 1 / -1;
}

.finding-card__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #277f4b;
    background: #e7f7ed;
    border-radius: 50%;
    font-size: 19px;
    font-weight: 800;
}

.finding-card--gap .finding-card__icon {
    color: #b33d1f;
    background: #fff0e9;
}

.finding-card h3 {
    font-size: 19px;
}

.finding-card ul {
    margin: 16px 0 0;
    padding: 0;
    color: #5a5868;
    list-style: none;
}

.finding-card li {
    position: relative;
    padding-left: 17px;
    font-size: 14px;
    line-height: 1.6;
}

.finding-card li::before {
    position: absolute;
    top: 0.67em;
    left: 0;
    width: 6px;
    height: 6px;
    content: '';
    background: #56a874;
    border-radius: 50%;
}

.finding-card--gap li::before {
    background: var(--color-orange);
}

.finding-card li + li {
    margin-top: 10px;
}

.report-panel__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 27px;
    border-bottom: 1px solid #e5e4eb;
}

.report-panel__heading > span {
    color: #777586;
    font-size: 12px;
    white-space: nowrap;
}

.priority-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.priority-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 20px;
    padding: 27px 0;
}

.priority-item + .priority-item {
    border-top: 1px solid #ecebf0;
}

.priority-item__number {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: var(--color-navy);
    background: linear-gradient(135deg, var(--color-yellow), #ffbb0a);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
}

.priority-item h4 {
    margin: 1px 0 7px;
    color: var(--color-navy);
    font-size: 18px;
    font-weight: 700;
}

.priority-item p {
    margin: 0;
    color: #5c5a6a;
    font-size: 14px;
    line-height: 1.65;
}

.next-step-list {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.next-step-list li {
    display: grid;
    min-height: 62px;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    align-items: center;
    padding: 12px 16px;
    background: #f7f6f9;
    border: 1px solid #e5e4ea;
    border-radius: 6px;
}

.next-step-list span {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    color: var(--color-white);
    background: var(--color-navy);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
}

.next-step-list p {
    margin: 0;
    color: #51505e;
    font-size: 14px;
    line-height: 1.55;
}

.result-layout__aside {
    position: sticky;
    top: 24px;
}

.result-side-card {
    padding: 30px;
}

.result-side-card > p:not(.report-panel__eyebrow):not(.result-privacy) {
    margin: 15px 0 0;
    color: #5d5b6c;
    font-size: 14px;
    line-height: 1.65;
}

.result-side-card--cta {
    color: var(--color-white);
    background:
        radial-gradient(circle at 100% 0, rgba(255, 101, 25, 0.24), transparent 38%),
        var(--color-navy);
    border-color: var(--color-navy);
}

.result-side-card.result-side-card--cta h3,
.result-side-card.result-side-card--cta > p:not(.report-panel__eyebrow) {
    color: var(--color-white);
}

.result-side-card--cta .report-panel__eyebrow {
    color: var(--color-yellow);
}

.result-side-card--cta .action-button {
    width: 100%;
    min-height: 54px;
    margin-top: 24px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 15px;
}

.result-side-card--legend .score-legend {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 22px 0 0;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
    text-align: left;
}

.result-side-card--legend .score-legend__item {
    position: relative;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 10px;
    padding: 10px 10px 10px 18px;
    color: #777586;
    border-left: 3px solid #dcdae3;
    font-size: 12px;
}

.result-side-card--legend .score-legend__item strong {
    color: #555363;
    font-weight: 600;
}

.result-side-card--legend .score-legend__item.is-active {
    color: var(--color-navy);
    background: #fff7df;
    border-left-color: var(--color-orange);
}

.result-side-card--legend .score-legend__item.is-active strong,
.result-side-card--legend .score-legend__item:last-child strong {
    color: var(--color-navy);
}

.result-actions {
    display: grid;
    gap: 9px;
    margin-top: 22px;
}

.result-action {
    display: flex;
    width: 100%;
    min-height: 45px;
    align-items: center;
    gap: 10px;
    padding: 10px 13px;
    color: var(--color-navy);
    background: #f6f5f8;
    border: 1px solid #dedde5;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 650;
    text-align: left;
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.result-action:hover,
.result-action:focus-visible {
    background: #fff8e2;
    border-color: #e4a526;
    transform: translateY(-1px);
}

.result-action:focus-visible,
.result-restart:focus-visible {
    outline: 3px solid var(--color-yellow);
    outline-offset: 2px;
}

.result-action span {
    font-size: 17px;
}

.result-side-card--actions .restart-form {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #e4e3e9;
}

.result-restart {
    padding: 0;
    color: var(--color-orange);
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 750;
}

.result-restart span {
    margin-left: 5px;
    transition: margin-left 160ms ease;
}

.result-restart:hover span {
    margin-left: 9px;
}

.result-privacy {
    margin: 18px 0 0;
    color: #858392;
    font-size: 11px;
    line-height: 1.5;
}

.result-closing {
    display: flex;
    min-height: 168px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 26px;
    padding: 36px 44px;
    color: var(--color-white);
    background:
        linear-gradient(100deg, rgba(3, 0, 59, 0.98), rgba(34, 15, 51, 0.94)),
        url('../images/10287487.png') center/cover;
    border-bottom: 5px solid var(--color-yellow);
}

.result-closing .report-panel__eyebrow {
    color: var(--color-yellow);
}

.result-closing h2 {
    max-width: 680px;
    margin: 0;
    font-size: clamp(26px, 2.3vw, 36px);
    font-weight: 600;
    letter-spacing: -0.8px;
    line-height: 1.15;
}

.result-closing .action-button {
    flex: 0 0 auto;
    min-width: 260px;
}

@media (max-width: 980px) {
    .result-overview {
        grid-template-columns: minmax(0, 1fr) 240px;
    }

    .result-overview__copy {
        padding-right: 42px;
        padding-left: 42px;
    }

    .result-score__dial {
        width: 150px;
        height: 150px;
    }

    .result-layout {
        grid-template-columns: 1fr;
    }

    .result-layout__aside {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .result-side-card--cta {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .hero--result,
    .hero--result .hero__container {
        min-height: 700px;
    }

    .hero--result .hero__copy {
        width: 100%;
        padding-top: 135px;
        text-align: center;
    }

    .hero--result .hero__copy h1,
    .hero--result .hero__description {
        margin-right: auto;
        margin-left: auto;
    }

    .hero--result .hero__art {
        right: 50%;
        width: min(78%, 440px);
        transform: translateX(50%);
    }

    .hero--result .action-button {
        width: min(100%, 330px);
        min-width: 0;
    }

    .result-report__container {
        width: min(calc(100% - 36px), 1180px);
        padding-top: 44px;
    }

    .result-overview {
        grid-template-columns: 1fr;
    }

    .result-overview__copy {
        padding: 38px 30px 34px;
    }

    .result-score {
        min-height: 270px;
    }

    .result-findings,
    .result-layout__aside {
        grid-template-columns: 1fr;
    }

    .result-side-card--cta {
        grid-column: auto;
    }

    .report-panel,
    .result-side-card {
        padding: 30px 26px;
    }

    .result-closing {
        align-items: stretch;
        flex-direction: column;
        padding: 34px 30px;
        text-align: center;
    }

    .result-closing .action-button {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 480px) {
    .hero--result,
    .hero--result .hero__container {
        min-height: 680px;
    }

    .hero--result .hero__copy {
        padding-top: 126px;
    }

    .hero--result .hero__copy h1 {
        font-size: 36px;
    }

    .hero--result .hero__description {
        font-size: 15px;
    }

    .hero--result .hero__art {
        width: min(90%, 390px);
    }

    .result-report {
        padding-bottom: 68px;
    }

    .result-report__container {
        width: min(calc(100% - 24px), 1180px);
        padding-top: 28px;
    }

    .result-overview__copy {
        padding: 32px 22px 30px;
    }

    .result-overview__meta {
        margin-bottom: 24px;
        font-size: 10px;
    }

    .result-overview__greeting {
        font-size: 11px;
        line-height: 1.5;
    }

    .result-overview h2 {
        font-size: 31px;
    }

    .result-overview__summary {
        font-size: 15px;
        line-height: 1.65;
    }

    .result-overview h2,
    .result-overview__summary,
    .result-notice p {
        overflow-wrap: anywhere;
    }

    .result-score {
        min-height: 250px;
    }

    .result-score__dial {
        width: 140px;
        height: 140px;
    }

    .result-score__value strong {
        font-size: 48px;
    }

    .result-notice {
        align-items: flex-start;
        padding: 15px;
    }

    .result-layout,
    .result-layout__main,
    .result-layout__aside {
        gap: 18px;
    }

    .report-panel,
    .result-side-card,
    .finding-card {
        padding: 26px 20px;
    }

    .report-panel h3,
    .result-side-card h3 {
        font-size: 22px;
    }

    .finding-card {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
    }

    .finding-card__icon {
        width: 36px;
        height: 36px;
    }

    .report-panel__heading {
        display: block;
    }

    .report-panel__heading > span {
        display: block;
        margin-top: 9px;
    }

    .priority-item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 14px;
    }

    .priority-item__number {
        width: 40px;
        height: 40px;
    }

    .next-step-list li {
        align-items: start;
    }

    .result-closing {
        padding: 30px 22px;
    }
}

@media print {
    @page {
        margin: 14mm;
    }

    .hero,
    .site-footer,
    .back-to-top,
    .toast,
    .result-side-card--actions,
    .result-closing {
        display: none !important;
    }

    body,
    .result-report {
        color: #111;
        background: #fff;
    }

    .result-report {
        padding: 0;
    }

    .result-report__container {
        width: 100%;
        padding: 0;
    }

    .result-overview,
    .report-panel,
    .finding-card,
    .result-side-card,
    .result-notice {
        break-inside: avoid;
        box-shadow: none;
    }

    .result-layout {
        grid-template-columns: 1fr;
    }

    .result-layout__aside {
        position: static;
        grid-template-columns: 1fr 1fr;
    }

    .result-side-card--cta .action-button {
        display: none;
    }
}
