.aaim-v2-free-assessment {
    --aaim-assessment-blue: #175cd3;
    --aaim-assessment-blue-dark: #123f91;
    --aaim-assessment-purple: #7038c8;
    --aaim-assessment-purple-soft: #f1eafe;
    --aaim-assessment-green: #16794f;
    --aaim-assessment-green-soft: #e9f7f0;
    --aaim-assessment-amber: #9a5700;
    --aaim-assessment-amber-soft: #fff4df;
    --aaim-assessment-text: #162033;
    --aaim-assessment-muted: #5d687a;
    --aaim-assessment-border: #dce3ee;
    --aaim-assessment-surface: #ffffff;
    box-sizing: border-box;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
    color: var(--aaim-assessment-text);
    background: transparent;
    font-family: inherit;
}

.aaim-v2-free-assessment *,
.aaim-v2-free-assessment *::before,
.aaim-v2-free-assessment *::after {
    box-sizing: inherit;
}

.aaim-v2-free-assessment h1,
.aaim-v2-free-assessment h2,
.aaim-v2-free-assessment h3,
.aaim-v2-free-assessment p,
.aaim-v2-free-assessment ul,
.aaim-v2-free-assessment ol {
    margin-top: 0;
    letter-spacing: 0;
}

.aaim-v2-free-assessment-shell {
    display: grid;
    gap: 20px;
    padding: 28px;
    background: linear-gradient(135deg, rgba(23, 92, 211, 0.08), rgba(112, 56, 200, 0.07));
    border: 1px solid #e4e9f1;
    border-radius: 18px;
}

.aaim-v2-assessment-header {
    margin-bottom: 22px;
    padding: 30px;
    color: #ffffff;
    background: linear-gradient(120deg, var(--aaim-assessment-blue-dark), var(--aaim-assessment-purple));
    border-color: transparent;
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(22, 32, 51, 0.14);
}

.aaim-v2-assessment-brand,
.aaim-v2-assessment-section-heading > span,
.aaim-v2-results-heading > span,
.aaim-v2-card-label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.4;
    text-transform: uppercase;
}

.aaim-v2-assessment-brand {
    display: inline-flex;
    color: #dfe8ff;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.22);
}

.aaim-v2-assessment-header h1 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.16;
}

.aaim-v2-assessment-header p {
    max-width: 680px;
    margin-bottom: 0;
    color: #edf2ff;
    font-size: 17px;
    line-height: 1.6;
}

.aaim-v2-assessment-panel,
.aaim-v2-result-card,
.aaim-v2-signup-card {
    min-width: 0;
    background: var(--aaim-assessment-surface);
    border: 1px solid var(--aaim-assessment-border);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(25, 39, 67, 0.08);
}

.aaim-v2-assessment-panel {
    padding: 28px;
}

.aaim-v2-assessment-section-heading {
    max-width: 720px;
    margin-bottom: 24px;
}

.aaim-v2-assessment-section-heading > span,
.aaim-v2-results-heading > span,
.aaim-v2-card-label {
    color: var(--aaim-assessment-blue);
}

.aaim-v2-assessment-section-heading h2,
.aaim-v2-results-heading h2 {
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 1.25;
}

.aaim-v2-assessment-section-heading p,
.aaim-v2-results-heading p {
    margin-bottom: 0;
    color: var(--aaim-assessment-muted);
    line-height: 1.6;
}

.aaim-v2-assessment-notice {
    margin-bottom: 18px;
    padding: 14px 16px;
    color: #842e20;
    background: #fff0ed;
    border: 1px solid #f4c9c0;
    border-radius: 12px;
    font-weight: 650;
}

.aaim-v2-subject-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.aaim-v2-subject-option {
    display: block;
    min-width: 0;
    cursor: pointer;
}

.aaim-v2-subject-option > input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

.aaim-v2-subject-card {
    display: flex;
    min-height: 290px;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
    background: #ffffff;
    border: 2px solid var(--aaim-assessment-border);
    border-radius: 16px;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.aaim-v2-subject-option:hover .aaim-v2-subject-card {
    border-color: #9eb7e5;
    box-shadow: 0 10px 22px rgba(23, 92, 211, 0.1);
    transform: translateY(-2px);
}

.aaim-v2-subject-option > input:focus-visible + .aaim-v2-subject-card {
    outline: 3px solid rgba(23, 92, 211, 0.24);
    outline-offset: 3px;
}

.aaim-v2-subject-option > input:checked + .aaim-v2-subject-card {
    background: #f4f7ff;
    border-color: var(--aaim-assessment-blue);
    box-shadow: 0 10px 26px rgba(23, 92, 211, 0.15);
}

.aaim-v2-subject-mark {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 22px;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, var(--aaim-assessment-blue), var(--aaim-assessment-purple));
    border-radius: 8px;
    font-size: 18px;
    font-weight: 800;
}

.aaim-v2-subject-card > strong {
    margin-bottom: 9px;
    font-size: 19px;
    line-height: 1.3;
}

.aaim-v2-subject-card > span:not(.aaim-v2-subject-mark):not(.aaim-v2-subject-select) {
    color: var(--aaim-assessment-muted);
    line-height: 1.55;
}

.aaim-v2-subject-card > em {
    display: block;
    margin-top: 14px;
    color: var(--aaim-assessment-muted);
    font-size: 13px;
    font-style: normal;
    line-height: 1.5;
}

.aaim-v2-subject-select {
    margin-top: auto;
    padding-top: 22px;
    color: var(--aaim-assessment-blue);
    font-size: 13px;
    font-weight: 750;
}

.aaim-v2-assessment-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.aaim-v2-assessment-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    color: #ffffff;
    background: var(--aaim-assessment-blue);
    border: 1px solid var(--aaim-assessment-blue);
    border-radius: 999px;
    box-shadow: none;
    cursor: pointer;
    font: inherit;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
}

.aaim-v2-assessment-button:hover,
.aaim-v2-assessment-button:focus {
    color: #ffffff;
    background: var(--aaim-assessment-blue-dark);
    border-color: var(--aaim-assessment-blue-dark);
    text-decoration: none;
}

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

.aaim-v2-form-field {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 8px;
    color: var(--aaim-assessment-text);
    font-weight: 700;
}

.aaim-v2-form-field-wide {
    grid-column: 1 / -1;
}

.aaim-v2-form-field small {
    color: var(--aaim-assessment-muted);
    font-size: 12px;
    font-weight: 500;
}

.aaim-v2-form-field input {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    color: var(--aaim-assessment-text);
    background: #ffffff;
    border: 1px solid #bdc8d8;
    border-radius: 12px;
    font: inherit;
}

.aaim-v2-form-field input:focus {
    border-color: var(--aaim-assessment-blue);
    box-shadow: 0 0 0 3px rgba(23, 92, 211, 0.13);
    outline: 0;
}

.aaim-v2-question-list {
    display: grid;
    gap: 18px;
}

.aaim-v2-question-card {
    min-width: 0;
    margin: 0;
    padding: 22px;
    background: #fbfcff;
    border: 1px solid var(--aaim-assessment-border);
    border-radius: 16px;
}

.aaim-v2-question-card legend {
    width: 100%;
    margin: 0 0 18px;
    padding: 0;
    color: var(--aaim-assessment-text);
}

.aaim-v2-question-progress-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
    color: var(--aaim-assessment-muted);
    font-size: 13px;
    font-weight: 650;
}

.aaim-v2-question-title {
    display: block;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 750;
    line-height: 1.45;
}

.aaim-v2-question-progress-row strong {
    color: var(--aaim-assessment-blue);
}

.aaim-v2-progress-track {
    height: 7px;
    margin-bottom: 18px;
    background: #e5eaf2;
    border-radius: 7px;
    overflow: hidden;
}

.aaim-v2-progress-fill {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--aaim-assessment-blue), var(--aaim-assessment-purple));
    border-radius: inherit;
}

.aaim-v2-progress-0 {
    width: 0;
}

.aaim-v2-progress-8 {
    width: 8%;
}

.aaim-v2-progress-16 {
    width: 16%;
}

.aaim-v2-progress-25 {
    width: 25%;
}

.aaim-v2-progress-33 {
    width: 33%;
}

.aaim-v2-progress-41 {
    width: 41%;
}

.aaim-v2-progress-50 {
    width: 50%;
}

.aaim-v2-progress-58 {
    width: 58%;
}

.aaim-v2-progress-66 {
    width: 66%;
}

.aaim-v2-progress-75 {
    width: 75%;
}

.aaim-v2-progress-83 {
    width: 83%;
}

.aaim-v2-progress-91 {
    width: 91%;
}

.aaim-v2-progress-100 {
    width: 100%;
}

.aaim-v2-answer-list {
    display: grid;
    gap: 10px;
}

.aaim-v2-answer-option {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 50px;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #d2dae6;
    border-radius: 12px;
    cursor: pointer;
    line-height: 1.45;
}

.aaim-v2-answer-option:hover {
    border-color: #9eb7e5;
}

.aaim-v2-answer-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.aaim-v2-answer-control {
    display: block;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 2px solid #aeb9ca;
    border-radius: 50%;
}

.aaim-v2-answer-option:has(input:checked) {
    background: #f3f7ff;
    border-color: var(--aaim-assessment-blue);
}

.aaim-v2-answer-option input:checked + .aaim-v2-answer-control {
    border: 6px solid var(--aaim-assessment-blue);
}

.aaim-v2-answer-option:has(input:focus-visible) {
    outline: 3px solid rgba(23, 92, 211, 0.2);
    outline-offset: 2px;
}

.aaim-v2-results-heading {
    margin: 26px 0 18px;
}

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

.aaim-v2-result-card {
    padding: 24px;
}

.aaim-v2-result-card h3 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
}

.aaim-v2-score-card {
    color: #ffffff;
    background: linear-gradient(135deg, var(--aaim-assessment-blue-dark), var(--aaim-assessment-blue));
    border-color: var(--aaim-assessment-blue);
}

.aaim-v2-score-card .aaim-v2-card-label,
.aaim-v2-score-card p {
    color: #e9f0ff;
}

.aaim-v2-score-card .aaim-v2-card-label {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.2);
}

.aaim-v2-score-value {
    display: block;
    margin: 16px 0 8px;
    font-size: 52px;
    line-height: 1;
}

.aaim-v2-score-card p {
    margin-bottom: 0;
}

.aaim-v2-result-intro,
.aaim-v2-empty-text {
    color: var(--aaim-assessment-muted);
    line-height: 1.55;
}

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

.aaim-v2-result-list,
.aaim-v2-session ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.aaim-v2-result-list li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 22px;
}

.aaim-v2-result-list li::before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    color: #ffffff;
    border-radius: 50%;
    content: "\2713";
    font-size: 10px;
    font-weight: 800;
    line-height: 16px;
    text-align: center;
}

.aaim-v2-positive-list li::before {
    background: var(--aaim-assessment-green);
}

.aaim-v2-focus-list li::before {
    background: var(--aaim-assessment-amber);
    content: "!";
}

.aaim-v2-session-list {
    display: grid;
    gap: 10px;
}

.aaim-v2-session {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid #e8edf3;
}

.aaim-v2-session:first-child {
    padding-top: 0;
    border-top: 0;
}

.aaim-v2-session strong {
    color: var(--aaim-assessment-blue);
    font-size: 13px;
}

.aaim-v2-roadmap-list {
    margin-bottom: 0;
    padding-left: 22px;
}

.aaim-v2-roadmap-list li {
    margin-bottom: 10px;
    padding-left: 5px;
    line-height: 1.55;
}

.aaim-v2-bob-card {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, var(--aaim-assessment-purple-soft), #f6faff);
    border-color: #d8c6f5;
}

.aaim-v2-bob-card p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 650;
    line-height: 1.6;
}

.aaim-v2-signup-card {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(230px, 0.85fr);
    align-items: center;
    gap: 26px;
    margin-top: 20px;
    padding: 30px;
    color: #ffffff;
    background: linear-gradient(120deg, var(--aaim-assessment-blue-dark), var(--aaim-assessment-purple));
    border-color: transparent;
    box-shadow: 0 18px 48px rgba(22, 32, 51, 0.16);
}

.aaim-v2-signup-card .aaim-v2-card-label,
.aaim-v2-signup-card p {
    color: #e9edff;
}

.aaim-v2-signup-card .aaim-v2-card-label {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.22);
}

.aaim-v2-signup-card h2 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.25;
}

.aaim-v2-signup-card p {
    margin-bottom: 0;
    line-height: 1.6;
}

.aaim-v2-benefit-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.aaim-v2-benefit-list li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 24px;
    line-height: 1.45;
}

.aaim-v2-benefit-list li::before {
    position: absolute;
    left: 0;
    content: "\2713";
    font-weight: 800;
}

.aaim-v2-signup-button {
    grid-column: 1 / -1;
    justify-self: start;
    color: var(--aaim-assessment-blue-dark);
    background: #ffffff;
    border-color: #ffffff;
}

.aaim-v2-signup-button:hover,
.aaim-v2-signup-button:focus {
    color: var(--aaim-assessment-blue-dark);
    background: #eef3ff;
    border-color: #eef3ff;
}

@media (max-width: 800px) {
    .aaim-v2-subject-grid,
    .aaim-v2-results-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .aaim-v2-subject-card {
        min-height: 0;
    }

    .aaim-v2-bob-card {
        grid-column: auto;
    }

    .aaim-v2-signup-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .aaim-v2-signup-button {
        grid-column: auto;
    }
}

@media (max-width: 600px) {
    .aaim-v2-free-assessment-shell {
        padding: 12px;
    }

    .aaim-v2-assessment-header,
    .aaim-v2-assessment-panel,
    .aaim-v2-result-card,
    .aaim-v2-signup-card {
        padding: 20px;
    }

    .aaim-v2-assessment-header h1 {
        font-size: 27px;
    }

    .aaim-v2-assessment-section-heading h2,
    .aaim-v2-results-heading h2,
    .aaim-v2-signup-card h2 {
        font-size: 22px;
    }

    .aaim-v2-form-grid,
    .aaim-v2-profile-columns {
        grid-template-columns: minmax(0, 1fr);
    }

    .aaim-v2-form-field-wide {
        grid-column: auto;
    }

    .aaim-v2-question-card {
        padding: 17px;
    }

    .aaim-v2-question-title {
        font-size: 16px;
    }

    .aaim-v2-assessment-actions,
    .aaim-v2-assessment-button,
    .aaim-v2-signup-button {
        width: 100%;
    }

    .aaim-v2-session {
        grid-template-columns: minmax(0, 1fr);
        gap: 5px;
    }
}
