@font-face {
    font-family: 'GmarketSansBold';
    src: url('/lib/fonts/gmarket-sans/GmarketSansBold.woff') format('woff');
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
}

.student-intro-dashboard,
.student-intro-error {
    --intro-ink: #111827;
    --intro-muted: #5f6875;
    --intro-line: #dfe4e2;
    --intro-soft: #f5f7f5;
    --intro-green: #118c4f;
    --intro-green-dark: #08683a;
    --intro-orange: #f06a22;
    --intro-teal: #0f8b87;
    width: min(1180px, 100%);
    margin: 0 auto;
    color: var(--intro-ink);
    letter-spacing: 0;
}

body.student-onboarding-active .main-content {
    --student-intro-page-gutter: clamp(1.5rem, 4vh, 3.5rem);
    padding-top: var(--student-intro-page-gutter);
    padding-right: var(--student-intro-page-gutter);
    padding-bottom: 5rem;
    padding-left: var(--student-intro-page-gutter);
}

.student-intro-heading {
    max-width: 760px;
    margin-bottom: clamp(2.5rem, 6vw, 5rem);
}

.student-intro-heading > span,
.student-intro-journey-eyebrow {
    display: block;
    margin-bottom: 0.65rem;
    color: var(--intro-green);
    font-size: 0.8rem;
    font-weight: 850;
}

.student-intro-heading h1,
.student-intro-journey-heading h1 {
    margin: 0;
    color: var(--intro-ink);
    font-size: 3rem;
    font-weight: 850;
    line-height: 1.16;
    letter-spacing: 0;
    word-break: keep-all;
}

.student-intro-heading p {
    margin: 1rem 0 0;
    color: var(--intro-muted);
    font-size: 1.02rem;
    line-height: 1.75;
    word-break: keep-all;
}

.student-intro-app-band {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.3rem;
    width: calc(100% + 3rem);
    margin: 0 -1.5rem clamp(3.5rem, 7vw, 6rem);
    padding: 1.35rem 1.5rem;
    background: #eaf5ee;
    border-top: 1px solid #cce3d4;
    border-bottom: 1px solid #cce3d4;
}

.student-intro-app-mark {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--intro-green);
    font-size: 1.35rem;
    box-shadow: 0 5px 16px rgba(17, 140, 79, 0.1);
}

.student-intro-app-copy {
    min-width: 0;
}

.student-intro-app-copy h2 {
    margin: 0 0 0.35rem;
    color: #0b4f30;
    font-size: 1.35rem;
    font-weight: 850;
    letter-spacing: 0;
}

.student-intro-app-copy p {
    display: block;
    margin: 0;
    color: #315f47;
    font-size: 0.92rem;
    line-height: 1.55;
    word-break: keep-all;
}

.student-intro-app-benefits {
    display: grid;
    gap: 0.42rem;
    margin: 0.7rem 0 0;
    padding: 0;
    list-style: none;
}

.student-intro-app-benefit {
    position: relative;
    margin: 0;
    padding-left: 0.9rem;
    color: #4b6d5b;
    font-size: 0.84rem;
    line-height: 1.55;
    word-break: keep-all;
}

.student-intro-app-benefit::before {
    content: "";
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #15915a;
}

.student-intro-app-benefit strong {
    margin-right: 0.35rem;
    color: #0b6f43;
    font-weight: 850;
}

.student-intro-app-benefit span {
    color: inherit;
}

.student-intro-choice-lanes {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    border-top: 1px solid var(--intro-line);
    border-bottom: 1px solid var(--intro-line);
}

.student-intro-choice {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 500px;
    padding: clamp(2rem, 4vw, 3.5rem);
    background: transparent;
    transition: background-color 180ms ease;
}

.student-intro-choice + .student-intro-choice {
    border-left: 1px solid var(--intro-line);
}

.student-intro-choice:hover {
    background: #fafbf9;
}

.student-intro-choice-symbol {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    margin-bottom: 3.2rem;
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.45rem;
}

.student-intro-choice.is-leveltest .student-intro-choice-symbol {
    background: var(--intro-orange);
}

.student-intro-choice.is-trial .student-intro-choice-symbol {
    background: var(--intro-teal);
}

.student-intro-choice-copy > span {
    display: block;
    margin-bottom: 0.75rem;
    color: var(--intro-muted);
    font-size: 0.78rem;
    font-weight: 800;
}

.student-intro-choice-copy h2 {
    max-width: 420px;
    margin: 0 0 1rem;
    color: var(--intro-ink);
    font-size: 1.9rem;
    font-weight: 850;
    line-height: 1.3;
    letter-spacing: 0;
    word-break: keep-all;
}

.student-intro-choice-copy strong {
    display: block;
    margin-bottom: 0.65rem;
    color: var(--intro-ink);
    font-size: 1.02rem;
}

.student-intro-choice-copy p,
.student-intro-choice-copy small {
    display: block;
    max-width: 440px;
    margin: 0;
    color: var(--intro-muted);
    font-size: 0.94rem;
    line-height: 1.75;
    word-break: keep-all;
}

.student-intro-choice-copy small {
    margin-top: 0.65rem;
    color: #79818c;
    font-size: 0.82rem;
}

.student-intro-link-action {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    min-height: 58px;
    margin-top: 3rem;
    padding: 0;
    border: 0;
    border-top: 2px solid currentColor;
    border-radius: 0;
    background: transparent;
    color: var(--intro-ink);
    font: inherit;
    font-size: 1rem;
    font-weight: 850;
    cursor: pointer;
    text-align: left;
}

.student-intro-choice.is-leveltest .student-intro-link-action {
    color: #b7480e;
}

.student-intro-choice.is-trial .student-intro-link-action {
    color: #096c69;
}

.student-intro-link-action i {
    transition: transform 180ms ease;
}

.student-intro-link-action:hover i,
.student-intro-link-action:focus-visible i {
    transform: translateX(5px);
}

.student-intro-link-action:focus-visible,
.student-intro-action:focus-visible,
.student-intro-step-list button:focus-visible,
.student-intro-support-band button:focus-visible {
    outline: 3px solid rgba(17, 140, 79, 0.28);
    outline-offset: 4px;
}

.student-intro-dashboard[data-selected-service="none"] {
    width: 100%;
    padding: 30px 30px 22px;
    border: 1px solid #d8dddc;
    border-radius: 14px;
    background: #fdfdfc;
    box-shadow: 0 18px 50px rgba(30, 52, 42, 0.05);
}

.student-intro-state-shell {
    --journey-accent: var(--intro-orange);
    --journey-soft: #fff3ed;
    width: min(868px, 100%);
    padding: 30px;
    border: 1px solid #d8dddc;
    border-radius: 14px;
    background: #fdfdfc;
    box-shadow: 0 18px 50px rgba(30, 52, 42, 0.05);
}

.student-intro-state-shell[data-selected-service="trial"] {
    --journey-accent: var(--intro-teal);
    --journey-soft: #eaf8f6;
}

.student-intro-state-shell .student-intro-app-band {
    width: 100%;
    margin: 0 0 28px;
    padding: 22px 24px;
    border: 0;
    border-radius: 14px;
    background: #edf6f0;
}

.student-intro-state-shell .student-intro-app-band .student-intro-action {
    min-width: 180px;
}

.student-intro-state-shell .student-intro-status-flow,
.student-intro-state-shell .student-intro-pending,
.student-intro-state-shell .student-intro-processing,
.student-intro-state-shell .student-intro-result-visuals,
.student-intro-state-shell .student-intro-book-result,
.student-intro-state-shell .student-intro-unavailable {
    border-color: #e1e6e3;
}

.student-intro-state-shell .student-intro-result-lead {
    margin: 0 0 28px;
    padding: 0 4px;
}

.student-intro-landing {
    display: grid;
    gap: 0;
}

.student-intro-landing-hero {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    min-height: 467px;
    padding: 10px 24px 26px;
    overflow: hidden;
}

.student-intro-landing .student-intro-heading {
    z-index: 1;
    align-self: start;
    max-width: 700px;
    margin: 7px 0 0;
    padding-top: 0;
}

.student-intro-landing .student-intro-heading > span {
    margin-bottom: 30px;
    color: #14864e;
    font-size: 15px;
    font-weight: 850;
}

.student-intro-landing .student-intro-heading h1 {
    max-width: 700px;
    font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.28;
}

.student-intro-welcome-name {
    color: #118c4f;
}

.student-intro-welcome-order {
    color: #d33a2c;
}

.student-intro-landing .student-intro-heading p {
    max-width: 330px;
    margin-top: 40px;
    color: #687383;
    font-size: 20px;
    line-height: 1.8;
}

.student-intro-hero-art {
    position: absolute;
    top: 65px;
    right: 15px;
    width: 385px;
    height: 360px;
}

.student-intro-hero-art > span {
    position: absolute;
    top: 16px;
    right: 31px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: #e6f2eb;
}

.student-intro-hero-art img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.student-intro-landing .student-intro-app-band {
    grid-template-columns: 88px minmax(0, 1fr) 240px;
    gap: 28px;
    width: 100%;
    min-height: 256px;
    margin: 0 0 34px;
    padding: 34px 32px;
    border: 0;
    border-radius: 18px;
    background: #edf6f0;
}

.student-intro-landing .student-intro-app-mark {
    width: 88px;
    height: 88px;
    color: #15915a;
    font-size: 30px;
    box-shadow: 0 12px 30px rgba(17, 101, 62, 0.08);
    transform: translateX(-10px);
}

.student-intro-landing .student-intro-app-copy h2 {
    margin-bottom: 13px;
    color: #08663d;
    font-size: 34px;
    line-height: 1.35;
}

.student-intro-landing .student-intro-app-copy {
    transform: translateX(-10px);
}

.student-intro-landing .student-intro-app-copy p {
    color: #214d39;
    font-size: 16px;
    line-height: 1.8;
}

.student-intro-landing .student-intro-app-benefits {
    gap: 7px;
    margin-top: 12px;
}

.student-intro-landing .student-intro-app-benefit {
    color: #315b48;
    font-size: 15px;
    line-height: 1.55;
}

.student-intro-app-emphasis {
    color: #d33a2c;
    font-weight: 900;
}

.student-intro-landing .student-intro-app-band .student-intro-action {
    display: grid;
    grid-template-columns: 28px minmax(0, max-content);
    justify-content: center;
    align-items: center;
    column-gap: 12px;
    row-gap: 0;
    min-height: 152px;
    padding: 28px 20px;
    border-radius: 16px;
    background: #07573a;
    box-shadow: 0 16px 34px rgba(7, 87, 58, 0.16);
    text-align: left;
}

.student-intro-landing .student-intro-app-band .student-intro-action > i {
    display: grid;
    place-items: center;
    width: 28px;
    margin: 0;
    font-size: 23px;
    line-height: 1;
}

.student-intro-landing .student-intro-app-band .student-intro-action > span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
}

.student-intro-landing .student-intro-app-band .student-intro-action strong {
    display: block;
    margin: 0;
    font-size: 19px;
    font-weight: 850;
    line-height: 1.25;
    white-space: nowrap;
}

.student-intro-landing .student-intro-app-band .student-intro-action small {
    display: block;
    margin: 0;
    color: #d4e9df;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
}

.student-intro-landing .student-intro-choice-lanes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    border: 0;
}

.student-intro-landing .student-intro-choice {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr) 215px;
    grid-template-rows: auto 1fr auto;
    grid-template-areas:
        "number copy art"
        "symbol copy art"
        "action action action";
    min-height: 412px;
    padding: 30px 34px 28px;
    overflow: hidden;
    border: 1px solid #e7e9e7;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 13px 34px rgba(27, 48, 38, 0.08);
}

.student-intro-landing .student-intro-choice + .student-intro-choice {
    border-left: 1px solid #e7e9e7;
}

.student-intro-landing .student-intro-choice.is-trial {
    min-height: 438px;
}

.student-intro-landing .student-intro-choice:hover {
    background: #ffffff;
}

.student-intro-choice-number {
    grid-area: number;
    align-self: start;
    color: #f6c8b6;
    font-size: 54px;
    font-weight: 900;
    line-height: 1;
}

.student-intro-choice.is-trial .student-intro-choice-number {
    color: #addfda;
}

.student-intro-landing .student-intro-choice-symbol {
    grid-area: symbol;
    align-self: start;
    width: 84px;
    height: 84px;
    margin: 26px 0 0;
    font-size: 30px;
    box-shadow: 0 16px 28px rgba(240, 106, 34, 0.18);
}

.student-intro-landing .student-intro-choice.is-trial .student-intro-choice-symbol {
    box-shadow: 0 16px 28px rgba(15, 139, 135, 0.18);
}

.student-intro-landing .student-intro-choice-copy {
    z-index: 1;
    grid-area: copy;
    align-self: start;
    padding: 10px 0 0;
}

.student-intro-landing .student-intro-choice-copy > span {
    margin-bottom: 14px;
    color: #e6501b;
    font-size: 16px;
    font-weight: 850;
}

.student-intro-landing .student-intro-choice.is-trial .student-intro-choice-copy > span {
    color: #058f89;
}

.student-intro-landing .student-intro-choice-copy h2 {
    max-width: 360px;
    margin-bottom: 18px;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.25;
}

.student-intro-landing .student-intro-choice-copy strong {
    display: inline-block;
    margin-bottom: 13px;
    padding-bottom: 4px;
    border-bottom: 3px solid #f38558;
    font-size: 18px;
}

.student-intro-landing .student-intro-choice.is-trial .student-intro-choice-copy strong {
    border-bottom-color: #65c8c0;
}

.student-intro-landing .student-intro-choice-copy p,
.student-intro-landing .student-intro-choice-copy small {
    max-width: 360px;
    color: #66717d;
    font-size: 16px;
    line-height: 1.8;
}

.student-intro-landing .student-intro-choice-copy small {
    margin-top: 2px;
}

.student-intro-choice-art {
    z-index: 0;
    grid-area: art;
    align-self: center;
    justify-self: end;
    width: 210px;
    height: 235px;
    object-fit: contain;
    transform: translateY(8px);
}

.student-intro-choice.is-trial .student-intro-choice-art {
    width: 235px;
    height: 265px;
    transform: translateY(-8px);
}

.student-intro-landing .student-intro-link-action {
    grid-area: action;
    min-height: 58px;
    margin-top: 20px;
    padding: 0 25px;
    border: 2px solid currentColor;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
}

.student-intro-landing .student-intro-link-action span {
    flex: 1;
    text-align: center;
}

.student-intro-support-band {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) 224px;
    align-items: center;
    gap: 20px;
    min-height: 103px;
    margin-top: 26px;
    padding: 12px 30px;
    border-radius: 18px;
    background: #f4f7f4;
}

.student-intro-support-band > img {
    width: 98px;
    height: 80px;
    object-fit: contain;
}

.student-intro-support-band h2 {
    margin: 0 0 5px;
    color: #101713;
    font-size: 19px;
    font-weight: 850;
}

.student-intro-support-band p {
    margin: 0;
    color: #6b7470;
    font-size: 13px;
}

.student-intro-support-band button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 0 24px;
    border: 1px solid #b8dfca;
    border-radius: 8px;
    background: #eef8f2;
    color: #087346;
    font: inherit;
    font-size: 15px;
    font-weight: 850;
    cursor: pointer;
}

.student-intro-journey-hero {
    position: relative;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) 215px;
    gap: 24px;
    align-items: center;
    min-height: 248px;
    margin-bottom: 28px;
    padding: 34px 26px;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(120deg, var(--journey-soft) 0%, #f8faf8 72%);
}

.student-intro-journey-mark {
    z-index: 1;
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: var(--journey-accent);
    box-shadow: 0 16px 28px color-mix(in srgb, var(--journey-accent) 24%, transparent);
    color: #ffffff;
    font-size: 1.8rem;
}

.student-intro-journey-heading {
    z-index: 1;
    min-width: 0;
}

.student-intro-journey-heading h1 {
    max-width: 460px;
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.25;
}

.student-intro-journey-eyebrow {
    width: fit-content;
    margin-bottom: 12px;
    padding-bottom: 4px;
    border-bottom: 2px solid currentColor;
    color: var(--journey-accent);
    font-size: 0.9rem;
}

.student-intro-journey-art {
    position: relative;
    z-index: 0;
    align-self: stretch;
    min-width: 0;
}

.student-intro-journey-art > span {
    position: absolute;
    inset: 9px 0 9px 20px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--journey-accent) 10%, #ffffff);
}

.student-intro-journey-art img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.student-intro-journey-hero.is-trial .student-intro-journey-art img {
    transform: scale(1.08);
}

.student-intro-connected {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    margin-top: 18px;
    color: var(--intro-green);
    font-size: 0.88rem;
    font-weight: 800;
}

.student-intro-status-flow {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    column-gap: clamp(2rem, 5vw, 4rem);
    row-gap: 1.5rem;
    align-items: start;
    padding: clamp(2rem, 4vw, 3.5rem) 0;
    border-top: 1px solid var(--intro-line);
    border-bottom: 1px solid var(--intro-line);
}

.student-intro-date-lockup span,
.student-intro-date-lockup strong {
    display: block;
}

.student-intro-date-lockup span {
    margin-bottom: 0.65rem;
    color: var(--intro-muted);
    font-size: 1.05rem;
    font-weight: 750;
}

.student-intro-date-lockup strong {
    color: var(--intro-ink);
    font-size: clamp(2.65rem, 4.3vw, 3.4rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
    white-space: nowrap;
}

.student-intro-step-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.student-intro-step-list li {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 1rem;
    min-height: 76px;
}

.student-intro-step-list li::before {
    content: "";
    position: absolute;
    top: 34px;
    bottom: 0;
    left: 16px;
    width: 1px;
    background: #bdd4c5;
}

.student-intro-step-list li:last-child::before {
    display: none;
}

.student-intro-step-list li > span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #9fc5ac;
    border-radius: 50%;
    background: #ffffff;
    color: var(--intro-green-dark);
    font-size: 0.8rem;
    font-weight: 850;
}

.student-intro-step-list p {
    margin: 0.35rem 0 0;
    color: #303842;
    font-size: 0.98rem;
    line-height: 1.65;
    word-break: keep-all;
}

.student-intro-step-list button {
    margin: 0.45rem 0 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    background: transparent;
    color: var(--intro-green-dark);
    font: inherit;
    font-size: 0.83rem;
    font-weight: 800;
    cursor: pointer;
}

.student-intro-phone-note {
    margin: 0.7rem 0 0;
    color: #757d87;
    font-size: 0.83rem;
    line-height: 1.55;
}

.student-intro-phone-note i {
    margin-right: 0.35rem;
    color: var(--intro-orange);
}

.student-intro-processing {
    display: grid;
    justify-items: center;
    padding: clamp(2.5rem, 7vw, 6rem) 0;
    border-top: 1px solid var(--intro-line);
    border-bottom: 1px solid var(--intro-line);
    text-align: center;
}

.student-intro-pending {
    display: grid;
    justify-items: center;
    padding: clamp(3rem, 8vw, 6rem) 1rem;
    border-top: 1px solid var(--intro-line);
    border-bottom: 1px solid var(--intro-line);
    text-align: center;
}

.student-intro-pending > span {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    margin-bottom: 1.7rem;
    border-radius: 50%;
    background: color-mix(in srgb, var(--journey-accent) 12%, #ffffff);
    color: var(--journey-accent);
    font-size: 1.7rem;
}

.student-intro-pending > p {
    max-width: 620px;
    margin: 0;
    color: var(--intro-muted);
    font-size: 1rem;
    line-height: 1.75;
    word-break: keep-all;
}

.student-intro-processing-orbit {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    margin-bottom: 1.7rem;
    border-radius: 50%;
    background: #eaf5ee;
    color: var(--intro-green);
    font-size: 1.55rem;
}

.student-intro-processing > p {
    max-width: 680px;
    margin: 0;
    color: var(--intro-muted);
    font-size: 1rem;
    line-height: 1.75;
    word-break: keep-all;
}

.student-intro-progress-rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(100px, 1fr));
    width: min(780px, 100%);
    margin: 3.5rem 0 0;
    padding: 0;
    list-style: none;
}

.student-intro-progress-rail li {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 0.7rem;
    color: #9aa1a9;
    font-size: 0.82rem;
}

.student-intro-progress-rail li::after {
    content: "";
    position: absolute;
    top: 15px;
    left: calc(50% + 16px);
    right: calc(-50% + 16px);
    height: 2px;
    background: #dce1df;
}

.student-intro-progress-rail li:last-child::after {
    display: none;
}

.student-intro-progress-rail li > span {
    z-index: 1;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 2px solid #d2d7d5;
    border-radius: 50%;
    background: #ffffff;
}

.student-intro-progress-rail .is-done,
.student-intro-progress-rail .is-current {
    color: var(--intro-green-dark);
}

.student-intro-progress-rail .is-done > span,
.student-intro-progress-rail .is-current > span {
    border-color: var(--intro-green);
    background: var(--intro-green);
    color: #ffffff;
}

.student-intro-progress-rail .is-done::after {
    background: var(--intro-green);
}

.student-intro-result-lead {
    margin: -3.5rem 0 clamp(2rem, 4vw, 3.5rem);
    color: var(--intro-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.student-intro-result-visuals {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    border-top: 1px solid var(--intro-line);
    border-bottom: 1px solid var(--intro-line);
}

.student-intro-level-visual,
.student-intro-distribution {
    display: grid;
    place-items: center;
    align-content: center;
    min-height: 390px;
    padding: 2rem;
}

.student-intro-distribution {
    border-left: 1px solid var(--intro-line);
}

.student-intro-level-visual > span,
.student-intro-distribution > span {
    margin-bottom: 1rem;
    color: var(--intro-muted);
    font-size: 0.83rem;
    font-weight: 800;
}

.student-intro-level-ring {
    --student-intro-level: 1;
    position: relative;
    display: grid;
    place-items: center;
    align-content: center;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: conic-gradient(
        var(--intro-orange) 0deg calc(var(--student-intro-level) * 30deg),
        #f9dccd 0deg
    );
}

.student-intro-level-ring::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 50%;
    background: #ffffff;
}

.student-intro-level-ring strong,
.student-intro-level-ring small {
    position: relative;
}

.student-intro-level-ring strong {
    color: var(--intro-orange);
    font-size: 2.6rem;
    font-weight: 900;
}

.student-intro-level-ring small {
    margin-top: 0.2rem;
    color: var(--intro-ink);
    font-size: 0.9rem;
    font-weight: 800;
}

.student-intro-radar {
    display: grid;
    place-items: center;
    width: min(100%, 340px);
    min-height: 270px;
}

.student-intro-radar svg {
    width: min(100%, 300px);
    height: auto;
}

.student-intro-radar-fallback {
    display: grid;
    gap: 0.7rem;
    width: 100%;
}

.student-intro-radar-fallback span {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.25rem 0.8rem;
    align-items: center;
}

.student-intro-radar-fallback i {
    grid-column: 1 / -1;
    width: var(--value);
    height: 5px;
    background: var(--intro-teal);
}

.student-intro-radar-fallback b,
.student-intro-radar-fallback em {
    font-size: 0.76rem;
    font-style: normal;
}

.student-intro-result-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 2rem;
}

.student-intro-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 48px;
    padding: 0.75rem 1.15rem;
    border: 1px solid transparent;
    border-radius: 6px;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 850;
    letter-spacing: 0;
    cursor: pointer;
}

.student-intro-action.is-primary {
    background: var(--intro-green);
    color: #ffffff;
}

.student-intro-action.is-primary:hover {
    background: var(--intro-green-dark);
}

.student-intro-action.is-outline {
    border-color: #b8c1bd;
    background: #ffffff;
    color: #25312b;
}

.student-intro-action.is-dark {
    background: #101713;
    color: #ffffff;
}

.student-intro-scheduled-actions.today-class-actions {
    --today-class-step-width: min(680px, 100%);
    width: 100%;
    min-width: 0;
    margin: 30px auto 0;
    padding: 30px 0 4px;
    border-top: 1px solid var(--intro-line);
    flex: none;
    align-items: center;
}

.student-intro-scheduled-actions .today-class-step-flow {
    width: var(--today-class-step-width);
}

.student-intro-book-result {
    display: grid;
    grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
    padding: clamp(2rem, 5vw, 4rem) 0;
    border-top: 1px solid var(--intro-line);
    border-bottom: 1px solid var(--intro-line);
}

.student-intro-book-cover {
    display: grid;
    place-items: center;
    min-height: 280px;
    color: var(--intro-green);
    font-size: 3rem;
}

.student-intro-book-cover img {
    display: block;
    width: auto;
    max-width: 220px;
    height: auto;
    max-height: 310px;
    object-fit: contain;
    object-position: top center;
    box-shadow: 0 16px 30px rgba(17, 24, 39, 0.13);
}

.student-intro-book-copy {
    align-self: center;
}

.student-intro-book-copy > span {
    color: var(--intro-teal);
    font-size: 0.8rem;
    font-weight: 850;
}

.student-intro-book-copy h2 {
    margin: 0.7rem 0 0.45rem;
    color: var(--intro-ink);
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
}

.student-intro-book-copy strong {
    display: block;
    color: #344039;
    font-size: 1rem;
}

.student-intro-book-copy p {
    display: -webkit-box;
    max-width: 620px;
    margin: 1.3rem 0 0;
    overflow: hidden;
    color: var(--intro-muted);
    font-size: 0.96rem;
    line-height: 1.75;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.student-intro-unavailable {
    display: grid;
    justify-items: center;
    padding: clamp(3rem, 8vw, 7rem) 1rem;
    border-top: 1px solid var(--intro-line);
    border-bottom: 1px solid var(--intro-line);
    text-align: center;
}

.student-intro-unavailable > i {
    margin-bottom: 1.5rem;
    color: #8a929c;
    font-size: 3rem;
}

.student-intro-unavailable > p {
    max-width: 620px;
    margin: 0;
    color: var(--intro-muted);
    line-height: 1.75;
}

.student-intro-unavailable > div {
    display: flex;
    gap: 0.7rem;
    margin-top: 2rem;
}

.student-intro-error {
    display: grid;
    justify-items: center;
    padding: clamp(2rem, 6vw, 4rem) 1rem;
    text-align: center;
}

.student-intro-error > span {
    justify-self: start;
    margin-bottom: 5rem;
    color: var(--intro-ink);
    font-size: 1.7rem;
    font-weight: 900;
}

.student-intro-error > i {
    margin-bottom: 1.5rem;
    color: #7f888f;
    font-size: 3rem;
}

.student-intro-error h1 {
    margin: 0;
    color: var(--intro-ink);
    font-size: 1.6rem;
    letter-spacing: 0;
}

.student-intro-error p {
    margin: 0.8rem 0 1.8rem;
    color: var(--intro-muted);
    line-height: 1.65;
}

html[data-theme="dark"] .student-intro-dashboard,
html[data-theme="dark"] .student-intro-error {
    --intro-ink: #f8fafc;
    --intro-muted: #b8c1cc;
    --intro-line: #3a434d;
    --intro-soft: #222a31;
}

html[data-theme="dark"] .student-intro-choice:hover {
    background: #20272d;
}

html[data-theme="dark"] .student-intro-app-band {
    border-color: #315a43;
    background: #173826;
}

html[data-theme="dark"] .student-intro-app-copy h2 {
    color: #bbf7d0;
}

html[data-theme="dark"] .student-intro-app-copy p,
html[data-theme="dark"] .student-intro-app-benefit {
    color: #c8ded0;
}

html[data-theme="dark"] .student-intro-app-benefit strong {
    color: #86efac;
}

html[data-theme="dark"] .student-intro-app-benefit::before {
    background: #4ade80;
}

html[data-theme="dark"] .student-intro-welcome-name {
    color: #73dc98;
}

html[data-theme="dark"] .student-intro-welcome-order {
    color: #ff8c82;
}

html[data-theme="dark"] .student-intro-app-mark,
html[data-theme="dark"] .student-intro-step-list li > span,
html[data-theme="dark"] .student-intro-progress-rail li > span,
html[data-theme="dark"] .student-intro-level-ring::before,
html[data-theme="dark"] .student-intro-action.is-outline {
    background: #20272d;
}

html[data-theme="dark"] .student-intro-action.is-outline {
    border-color: #59636d;
    color: #f8fafc;
}

html[data-theme="dark"] .student-intro-step-list p,
html[data-theme="dark"] .student-intro-book-copy strong {
    color: #dce3ea;
}

html[data-theme="dark"] .student-intro-dashboard[data-selected-service="none"] {
    border-color: #3b4540;
    background: #171b19;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

html[data-theme="dark"] .student-intro-state-shell {
    border-color: #3b4540;
    background: #171b19;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

html[data-theme="dark"] .student-intro-state-shell[data-selected-service="leveltest"] {
    --journey-soft: #2d221d;
}

html[data-theme="dark"] .student-intro-state-shell[data-selected-service="trial"] {
    --journey-soft: #172d2b;
}

html[data-theme="dark"] .student-intro-hero-art > span {
    background: #22372c;
}

html[data-theme="dark"] .student-intro-landing .student-intro-heading p,
html[data-theme="dark"] .student-intro-landing .student-intro-choice-copy p,
html[data-theme="dark"] .student-intro-landing .student-intro-choice-copy small,
html[data-theme="dark"] .student-intro-support-band p {
    color: #b8c2bc;
}

html[data-theme="dark"] .student-intro-landing .student-intro-choice {
    border-color: #38413d;
    background: #1d221f;
    box-shadow: 0 13px 34px rgba(0, 0, 0, 0.2);
}

html[data-theme="dark"] .student-intro-landing .student-intro-choice + .student-intro-choice {
    border-left-color: #38413d;
}

html[data-theme="dark"] .student-intro-landing .student-intro-choice:hover {
    background: #232925;
}

html[data-theme="dark"] .student-intro-choice.is-leveltest .student-intro-link-action {
    color: #ff8a54;
}

html[data-theme="dark"] .student-intro-choice.is-trial .student-intro-link-action {
    color: #4fd1c8;
}

html[data-theme="dark"] .student-intro-support-band {
    background: #202622;
}

html[data-theme="dark"] .student-intro-support-band h2 {
    color: #f4f7f5;
}

html[data-theme="dark"] .student-intro-support-band button {
    border-color: #37644b;
    background: #183523;
    color: #8ce0af;
}

html[data-theme="dark"] .student-intro-journey-hero {
    background: var(--journey-soft);
}

html[data-theme="dark"] .student-intro-connected {
    color: #54d78c;
}

html[data-theme="dark"] .student-intro-journey-art > span {
    background: color-mix(in srgb, var(--journey-accent) 14%, #171b19);
}

html[data-theme="dark"] .student-intro-state-shell .student-intro-app-band {
    background: #173826;
}

html[data-theme="dark"] .student-intro-state-shell .student-intro-status-flow,
html[data-theme="dark"] .student-intro-state-shell .student-intro-pending,
html[data-theme="dark"] .student-intro-state-shell .student-intro-processing,
html[data-theme="dark"] .student-intro-state-shell .student-intro-result-visuals,
html[data-theme="dark"] .student-intro-state-shell .student-intro-book-result,
html[data-theme="dark"] .student-intro-state-shell .student-intro-unavailable {
    border-color: #3a4340;
}

html[data-theme="dark"] .student-intro-date-lockup span,
html[data-theme="dark"] .student-intro-phone-note,
html[data-theme="dark"] .student-intro-pending > p,
html[data-theme="dark"] .student-intro-processing > p,
html[data-theme="dark"] .student-intro-result-lead,
html[data-theme="dark"] .student-intro-book-copy p,
html[data-theme="dark"] .student-intro-unavailable > p {
    color: #b8c1bc;
}

html[data-theme="dark"] .student-intro-processing-orbit {
    background: #183b28;
}

html[data-theme="dark"] .student-intro-pending > span {
    background: color-mix(in srgb, var(--journey-accent) 18%, #171b19);
}

html[data-theme="dark"] .student-intro-progress-rail li::after {
    background: #46504b;
}

html[data-theme="dark"] .student-intro-progress-rail .is-done::after {
    background: var(--intro-green);
}

html[data-theme="dark"] .student-intro-level-ring {
    background: conic-gradient(
        var(--intro-orange) 0deg calc(var(--student-intro-level) * 30deg),
        #563326 0deg
    );
}

html[data-theme="dark"] .student-intro-radar svg text {
    fill: #dbe4df !important;
}

html[data-theme="dark"] .student-intro-book-cover img {
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.32);
}

html[data-theme="dark"] .student-intro-scheduled-actions {
    border-top-color: #3a4340;
}

html[data-theme="dark"] .student-intro-scheduled-actions .today-class-step-title {
    color: #edf4f0;
}

html[data-theme="dark"] .student-intro-scheduled-actions .today-class-step-number {
    color: #aebbb4;
}

@media (min-width: 901px) and (max-width: 1100px) {
    .student-intro-landing .student-intro-heading,
    .student-intro-landing .student-intro-heading h1 {
        max-width: 520px;
    }

    .student-intro-landing .student-intro-heading h1 {
        font-size: 40px;
    }

    .student-intro-hero-art {
        right: 0;
        width: 330px;
        height: 309px;
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .student-intro-landing .student-intro-heading,
    .student-intro-landing .student-intro-heading h1 {
        max-width: 460px;
    }

    .student-intro-landing .student-intro-heading h1 {
        font-size: 36px;
    }

    .student-intro-hero-art {
        right: 0;
        width: 280px;
        height: 262px;
    }
}

@media (max-width: 768px) {
    body.student-onboarding-active .main-content {
        padding: 0 0 5rem;
        padding-bottom: 5rem !important;
    }

    .student-intro-heading {
        margin-bottom: 2.5rem;
    }

    .student-intro-heading h1,
    .student-intro-journey-heading h1 {
        font-size: 2rem;
    }

    .student-intro-app-band {
        grid-template-columns: auto minmax(0, 1fr);
        width: calc(100% + 2rem);
        margin-right: -1rem;
        margin-left: -1rem;
        padding: 1.15rem 1rem;
    }

    .student-intro-app-band .student-intro-action {
        grid-column: 1 / -1;
        width: 100%;
    }

    .student-intro-app-mark {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    .student-intro-app-copy h2 {
        font-size: 1.15rem;
    }

    .student-intro-app-copy p {
        font-size: 0.86rem;
    }

    .student-intro-choice-lanes {
        grid-template-columns: 1fr;
    }

    .student-intro-choice {
        min-height: 0;
        padding: 2rem 0.4rem;
    }

    .student-intro-choice + .student-intro-choice {
        border-top: 1px solid var(--intro-line);
        border-left: 0;
    }

    .student-intro-choice:hover {
        background: transparent;
    }

    .student-intro-choice-symbol {
        width: 52px;
        height: 52px;
        margin-bottom: 2rem;
        font-size: 1.2rem;
    }

    .student-intro-choice-copy h2 {
        font-size: 1.45rem;
    }

    .student-intro-link-action {
        margin-top: 2rem;
    }

    .student-intro-journey-hero {
        display: grid;
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 14px;
        min-height: 0;
        margin-bottom: 20px;
        padding: 24px 18px 12px;
        border-radius: 12px;
    }

    .student-intro-journey-mark {
        width: 56px;
        height: 56px;
        font-size: 1.25rem;
    }

    .student-intro-journey-heading h1 {
        font-size: 1.7rem;
    }

    .student-intro-journey-art {
        grid-column: 1 / -1;
        width: min(230px, 82%);
        height: 170px;
        justify-self: center;
    }

    .student-intro-journey-art > span {
        inset: 5px 18px;
    }

    .student-intro-connected {
        margin-top: 12px;
    }

    .student-intro-status-flow {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 2rem 0;
    }

    .student-intro-date-lockup strong {
        font-size: 2.7rem;
    }

    .student-intro-phone-note {
        margin-left: 0;
    }

    .student-intro-progress-rail {
        grid-template-columns: 1fr;
        gap: 0;
        width: min(280px, 100%);
        margin-top: 2.5rem;
    }

    .student-intro-progress-rail li {
        grid-template-columns: 32px minmax(0, 1fr);
        justify-items: start;
        min-height: 68px;
        text-align: left;
    }

    .student-intro-progress-rail li::after {
        top: 32px;
        bottom: 0;
        left: 15px;
        right: auto;
        width: 2px;
        height: auto;
    }

    .student-intro-result-lead {
        margin-top: -1.4rem;
    }

    .student-intro-result-visuals {
        grid-template-columns: 1fr;
    }

    .student-intro-level-visual,
    .student-intro-distribution {
        min-height: 320px;
        padding: 2rem 0.5rem;
    }

    .student-intro-distribution {
        border-top: 1px solid var(--intro-line);
        border-left: 0;
    }

    .student-intro-level-ring {
        width: 190px;
        height: 190px;
    }

    .student-intro-result-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .student-intro-result-actions .student-intro-action {
        width: 100%;
    }

    .student-intro-book-result {
        grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1.3fr);
        gap: 1.2rem;
    }

    .student-intro-book-cover {
        min-height: 180px;
        align-content: start;
    }

    .student-intro-book-cover img {
        width: 100%;
        max-width: 150px;
        max-height: 220px;
    }

    .student-intro-book-copy {
        align-self: start;
    }

    .student-intro-book-copy h2 {
        font-size: 1.35rem;
    }

    .student-intro-book-copy p {
        font-size: 0.84rem;
        line-height: 1.6;
        -webkit-line-clamp: 6;
    }

    .student-intro-unavailable > div {
        display: grid;
        width: 100%;
    }

    .student-intro-error > span {
        margin-bottom: 4rem;
    }

    .student-intro-dashboard[data-selected-service="none"] {
        width: 100%;
        margin: 0;
        padding: 14px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .student-intro-state-shell {
        width: 100%;
        margin: 0;
        padding: 14px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .student-intro-state-shell .student-intro-app-band {
        margin-bottom: 20px;
        padding: 20px 16px;
        border-radius: 12px;
    }

    .student-intro-state-shell .student-intro-app-band .student-intro-action {
        min-width: 0;
    }

    .student-intro-landing-hero {
        display: block;
        min-height: 590px;
        padding: 18px 10px 286px;
    }

    .student-intro-landing .student-intro-heading {
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .student-intro-landing .student-intro-heading > span {
        margin-bottom: 22px;
        font-size: 13px;
    }

    .student-intro-landing .student-intro-heading h1 {
        max-width: 100%;
        font-size: 32px;
        line-height: 1.3;
    }

    .student-intro-landing .student-intro-heading p {
        max-width: 310px;
        margin-top: 24px;
        font-size: 17px;
        line-height: 1.75;
    }

    .student-intro-hero-art {
        top: auto;
        right: 50%;
        bottom: 2px;
        width: 360px;
        height: 285px;
        transform: translateX(50%);
    }

    .student-intro-hero-art > span {
        top: 4px;
        right: 38px;
        width: 220px;
        height: 220px;
    }

    .student-intro-landing .student-intro-app-band {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 15px;
        width: 100%;
        min-height: 0;
        margin: 0 0 22px;
        padding: 24px 18px;
        border-radius: 12px;
    }

    .student-intro-landing .student-intro-app-mark {
        width: 58px;
        height: 58px;
        font-size: 21px;
    }

    .student-intro-landing .student-intro-app-copy h2 {
        margin-bottom: 7px;
        font-size: 25px;
    }

    .student-intro-landing .student-intro-app-copy p,
    .student-intro-landing .student-intro-app-benefit {
        font-size: 14px;
        line-height: 1.75;
    }

    .student-intro-landing .student-intro-app-band .student-intro-action {
        grid-column: 1 / -1;
        grid-template-columns: 28px minmax(0, max-content);
        justify-content: center;
        column-gap: 14px;
        min-height: 76px;
        margin-top: 8px;
        padding: 18px 24px;
        border-radius: 10px;
    }

    .student-intro-landing .student-intro-app-band .student-intro-action > i {
        width: 28px;
        font-size: 22px;
    }

    .student-intro-landing .student-intro-app-band .student-intro-action strong {
        font-size: 18px;
    }

    .student-intro-scheduled-actions.today-class-actions {
        --today-class-step-width: 100%;
        margin-top: 24px;
        padding-top: 24px;
    }

    .student-intro-landing .student-intro-choice-lanes {
        gap: 18px;
    }

    .student-intro-landing .student-intro-choice {
        grid-template-columns: 66px minmax(0, 1fr);
        grid-template-rows: auto auto auto auto;
        grid-template-areas:
            "number copy"
            "symbol copy"
            "art art"
            "action action";
        min-height: 0;
        padding: 24px 20px 20px;
        border-radius: 12px;
    }

    .student-intro-choice-number {
        font-size: 40px;
    }

    .student-intro-landing .student-intro-choice-symbol {
        width: 56px;
        height: 56px;
        margin-top: 13px;
        font-size: 20px;
    }

    .student-intro-landing .student-intro-choice-copy {
        padding: 4px 0 0 4px;
    }

    .student-intro-landing .student-intro-choice-copy > span {
        margin-bottom: 9px;
        font-size: 13px;
    }

    .student-intro-landing .student-intro-choice-copy h2 {
        margin-bottom: 13px;
        font-size: 25px;
        line-height: 1.3;
    }

    .student-intro-landing .student-intro-choice-copy strong {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .student-intro-landing .student-intro-choice-copy p,
    .student-intro-landing .student-intro-choice-copy small {
        font-size: 14px;
        line-height: 1.75;
    }

    .student-intro-choice-art,
    .student-intro-choice.is-trial .student-intro-choice-art {
        justify-self: center;
        width: min(250px, 84%);
        height: 220px;
        margin-top: 12px;
    }

    .student-intro-choice.is-trial .student-intro-choice-art {
        height: 250px;
    }

    .student-intro-landing .student-intro-link-action {
        min-height: 54px;
        margin-top: 6px;
        padding: 0 18px;
        font-size: 16px;
    }

    .student-intro-support-band {
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 12px;
        min-height: 0;
        margin-top: 18px;
        padding: 17px;
        border-radius: 12px;
    }

    .student-intro-support-band > img {
        width: 68px;
        height: 62px;
    }

    .student-intro-support-band h2 {
        font-size: 16px;
    }

    .student-intro-support-band p {
        font-size: 12px;
    }

    .student-intro-support-band button {
        grid-column: 1 / -1;
        min-height: 50px;
        margin-top: 4px;
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .student-intro-choice,
    .student-intro-link-action i {
        transition: none;
    }
}
