.northstar-page,
.northstar-page * {
    box-sizing: border-box;
}

.northstar-page {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 72px;
    color: #111827;
    font-family: Inter, Arial, sans-serif;
}

.northstar-page a {
    color: inherit;
}

.northstar-landing__hero {
    color: #fff;
    background: #050505;
}

.northstar-landing__hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
    gap: clamp(28px, 6vw, 72px);
    align-items: center;
    width: min(calc(100% - 36px), 1180px);
    margin: 0 auto;
    padding: clamp(54px, 8vw, 96px) 0;
}

.northstar-landing__hero h1,
.northstar-landing__section h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.northstar-landing__hero p:not(.northstar-kicker),
.northstar-landing__hero aside p {
    max-width: 760px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: 18px;
    line-height: 1.65;
}

.northstar-landing__hero aside {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-left: 4px solid #ffc400;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
}

.northstar-landing__hero aside strong {
    display: block;
    color: #ffc400;
    font-size: 22px;
    line-height: 1.2;
}

.northstar-landing__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.northstar-landing__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid #ffc400;
    border-radius: 8px;
    background: #ffc400;
    color: #050505 !important;
    font-weight: 900;
}

.northstar-landing__button--ghost {
    background: transparent;
    color: #ffc400 !important;
}

.northstar-landing__section {
    width: min(calc(100% - 36px), 1180px);
    margin: 0 auto;
    padding: clamp(42px, 7vw, 72px) 0 0;
}

.northstar-landing__section h2 {
    max-width: 820px;
    color: #050505;
    font-size: clamp(28px, 4vw, 46px);
}

.northstar-landing__section-head {
    display: grid;
    gap: 12px;
    max-width: 900px;
}

.northstar-landing__section-head p:not(.northstar-kicker) {
    margin: 0;
    color: #334155;
    font-size: 17px;
    line-height: 1.65;
}

.northstar-landing__path-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.northstar-landing__path-grid article,
.northstar-landing__direction {
    padding: clamp(18px, 3vw, 26px);
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .05);
}

.northstar-landing__path-grid span {
    color: #b47c00;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.northstar-landing__path-grid h3,
.northstar-landing__direction h3 {
    margin: 8px 0 0;
    color: #050505;
    font-size: 22px;
    line-height: 1.2;
}

.northstar-landing__path-grid p,
.northstar-landing__direction p {
    margin: 12px 0 0;
    color: #334155;
    line-height: 1.6;
}

.northstar-landing__path-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 16px;
    padding: 0 18px;
    border-radius: 8px;
    background: #ffc400;
    color: #050505 !important;
    font-weight: 900;
    text-decoration: none;
}

.northstar-landing__path-grid a:hover {
    background: #e5ae00;
    color: #050505 !important;
}

.northstar-landing__direction-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 26px;
}

.northstar-landing__direction strong {
    display: block;
    margin-top: 16px;
    color: #b47c00;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.northstar-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
    gap: clamp(24px, 5vw, 64px);
    align-items: center;
    margin: 0 0 34px;
    padding: clamp(46px, 7vw, 86px) clamp(22px, 10vw, 160px);
    color: #fff;
    background: #050505;
}

.northstar-hero h1,
.northstar-message h1,
.northstar-report h1 {
    margin: 0;
    color: inherit;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.northstar-hero p:not(.northstar-kicker) {
    max-width: 720px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: 18px;
    line-height: 1.65;
}

.northstar-hero aside {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-left: 4px solid #ffc400;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
}

.northstar-hero aside strong,
.northstar-hero aside span {
    display: block;
}

.northstar-hero aside strong {
    color: #ffc400;
    font-size: 24px;
    line-height: 1.15;
}

.northstar-hero aside span {
    margin-top: 10px;
    color: rgba(255, 255, 255, .78);
    line-height: 1.5;
}

.northstar-kicker,
.northstar-report__eyebrow {
    margin: 0 0 12px;
    color: #b47c00;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.northstar-hero .northstar-kicker {
    color: #ffc400;
}

.northstar-assessment__form {
    display: grid;
    gap: 18px;
    width: min(calc(100% - 36px), 1180px);
    margin: 0 auto;
    padding: clamp(20px, 4vw, 34px);
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
}

.northstar-assessment__section,
.northstar-assessment__question {
    display: grid;
    gap: 14px;
}

.northstar-assessment__section[hidden],
.northstar-assessment__question[hidden],
.northstar-assessment__nav [hidden] {
    display: none !important;
}

.northstar-assessment__section h3,
.northstar-assessment__question h3,
.northstar-report h2,
.northstar-message h1 {
    margin: 0;
    color: #050505;
    line-height: 1.15;
}

.northstar-assessment__question p {
    margin: 0;
    color: #334155;
    line-height: 1.6;
}

.northstar-assessment__hint {
    padding: 10px 12px;
    border-left: 4px solid #ffc400;
    border-radius: 6px;
    background: #fff8d7;
    color: #4b5563 !important;
    font-weight: 700;
}

.northstar-assessment__question-count {
    color: #b47c00 !important;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.northstar-assessment__form label {
    display: grid;
    gap: 7px;
    color: #172033;
    font-weight: 700;
}

.northstar-assessment__form input[type="text"],
.northstar-assessment__form input[type="email"],
.northstar-assessment__form select {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    color: #0f172a;
}

.northstar-assessment__form input[type="text"],
.northstar-assessment__form input[type="email"] {
    max-width: 560px;
}

.northstar-assessment__consent,
.northstar-assessment__options label {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: flex-start;
    gap: 10px !important;
}

.northstar-assessment__consent {
    align-items: center;
    padding: 14px 16px;
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    background: #f8fafc;
}

.northstar-assessment__scale {
    display: grid;
    grid-template-columns: repeat(7, minmax(38px, 1fr));
    gap: 8px;
    max-width: 620px;
}

.northstar-assessment__scale label,
.northstar-assessment__options label,
.northstar-assessment__ranking label {
    padding: 12px;
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    background: #f8fafc;
    transition: border-color 160ms ease, background 160ms ease;
}

.northstar-assessment__scale label {
    place-items: center;
    text-align: center;
}

.northstar-assessment__scale label:has(input:checked),
.northstar-assessment__options label:has(input:checked) {
    border-color: #b47c00;
    background: #fff7cc;
}

.northstar-assessment__scale-labels {
    display: flex;
    justify-content: space-between;
    max-width: 620px;
    color: #64748b;
    font-size: 14px;
}

.northstar-assessment__options,
.northstar-assessment__ranking {
    display: grid;
    gap: 10px;
}

.northstar-assessment__ranking label {
    grid-template-columns: minmax(0, 1fr) 170px;
    align-items: center;
}

.northstar-assessment__nav {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

.northstar-assessment__nav span {
    min-width: 62px;
    color: #64748b;
    font-weight: 800;
}

.northstar-assessment__form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    width: fit-content;
    padding: 0 18px;
    border: 0;
    border-radius: 7px;
    background: #ffc400;
    color: #050505;
    font-weight: 900;
    cursor: pointer;
}

.northstar-quick__result {
    width: min(calc(100% - 36px), 1180px);
    margin: 26px auto 0;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.northstar-quick__result h2 {
    margin: 0;
    color: #050505;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.1;
}

.northstar-quick__result > p:not(.northstar-kicker) {
    margin: 12px 0 0;
    color: #334155;
    font-weight: 800;
    line-height: 1.55;
}

.northstar-quick__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.northstar-quick__card {
    padding: 18px;
    border: 1px solid #dbe3ec;
    border-left: 4px solid #ffc400;
    border-radius: 8px;
    background: #f8fafc;
}

.northstar-quick__card span {
    color: #b47c00;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.northstar-quick__card h3 {
    margin: 8px 0 0;
    color: #050505;
    font-size: 20px;
    line-height: 1.2;
}

.northstar-quick__card p {
    margin: 10px 0 0;
    color: #334155;
    line-height: 1.55;
}

.northstar-quick__next {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.northstar-quick__next p {
    max-width: 760px;
    margin: 0;
    color: #334155;
    line-height: 1.6;
}

.northstar-assessment__form button[data-northstar-prev] {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #172033;
}

.northstar-assessment__notice,
.northstar-message {
    width: min(calc(100% - 36px), 1180px);
    margin: 22px 0;
    padding: clamp(20px, 4vw, 34px);
    border: 1px solid #dbe3ec;
    border-left: 4px solid #ffc400;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.northstar-message p {
    max-width: 760px;
    margin: 14px 0 0;
    color: #334155;
    line-height: 1.65;
}

.northstar-lite-report > .northstar-message {
    width: 100%;
    margin: 0;
    padding: clamp(46px, 7vw, 86px) clamp(22px, 10vw, 160px);
    border: 0;
    border-radius: 0;
    background: #050505;
    color: #fff;
    box-shadow: none;
}

.northstar-lite-report > .northstar-message h1,
.northstar-lite-report > .northstar-message p {
    color: #fff;
}

.northstar-lite-report > .northstar-message p {
    color: rgba(255, 255, 255, .82);
}

.northstar-report {
    display: grid;
    gap: 24px;
    width: 100%;
    margin: 0 auto;
}

.northstar-report section {
    width: min(calc(100% - 36px), 1180px);
    margin: 0 auto;
    padding: clamp(20px, 4vw, 32px);
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .05);
}

.northstar-report__cover {
    width: 100% !important;
    margin: 0 0 10px !important;
    padding: clamp(50px, 7vw, 86px) 0 !important;
    color: #fff;
    background: #050505 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.northstar-report__cover-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
    gap: clamp(28px, 6vw, 72px);
    align-items: center;
    width: min(calc(100% - 36px), 1180px);
    margin: 0 auto;
}

.northstar-report__cover-main {
    max-width: 660px;
}

.northstar-report__cover h1,
.northstar-report__cover p {
    color: #fff;
}

.northstar-report__cover .northstar-report__eyebrow {
    color: #ffc400;
}

.northstar-report__feedback {
    padding: clamp(18px, 3vw, 26px);
    border: 1px solid rgba(255, 255, 255, .16);
    border-left: 4px solid #ffc400;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
}

.northstar-report__feedback strong {
    display: block;
    color: #ffc400;
    font-size: 18px;
    line-height: 1.25;
}

.northstar-report__feedback p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .82);
    line-height: 1.58;
}

.northstar-report__feedback a {
    color: #ffc400;
    font-weight: 900;
}

.northstar-report__table {
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0 0;
    overflow: hidden;
    border-radius: 8px;
}

.northstar-report__table th,
.northstar-report__table td {
    padding: 11px 12px;
    border: 1px solid #dbe3ec;
    text-align: left;
    vertical-align: top;
}

.northstar-report__table th {
    background: #f8fafc;
    color: #050505;
}

.northstar-report__major {
    padding: 16px;
    margin: 14px 0 0;
    border: 1px solid #dbe3ec;
    border-left: 4px solid #ffc400;
    border-radius: 8px;
    background: #f8fafc;
}

.northstar-report__major h3,
.northstar-report__major p {
    margin: 0;
}

.northstar-report__major p {
    margin-top: 8px;
}

@media (max-width: 760px) {
    .northstar-landing__hero-inner,
    .northstar-hero {
        grid-template-columns: 1fr;
    }

    .northstar-landing__path-grid,
    .northstar-landing__direction-grid,
    .northstar-quick__cards {
        grid-template-columns: 1fr;
    }

    .northstar-report__cover-inner {
        grid-template-columns: 1fr;
    }

    .northstar-assessment__scale {
        grid-template-columns: repeat(7, minmax(30px, 1fr));
        gap: 5px;
    }

    .northstar-assessment__ranking label {
        grid-template-columns: 1fr;
    }

    .northstar-assessment__nav {
        flex-wrap: wrap;
    }
}
