.study-programs-page {
    --spp-ink: #11243e;
    --spp-ink-soft: #173452;
    --spp-muted: #56677b;
    --spp-green: #21c985;
    --spp-green-dark: #087b58;
    --spp-mint: #eafbf4;
    --spp-blue: #256eae;
    --spp-sky: #edf6ff;
    --spp-coral: #e86f51;
    --spp-warm: #fff4e6;
    --spp-line: #d8e4ed;
    --spp-white: #fff;
    color: var(--spp-ink);
    background: #fff;
    font-family: inherit;
    overflow: clip;
}

body.tands-study-programs-view main.inner-page {
    max-width: none;
    padding: 0;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.study-programs-page *,
.study-programs-page *::before,
.study-programs-page *::after { box-sizing: border-box; }

.study-programs-page button { font: inherit; }
.study-programs-page a,
.study-programs-page button { -webkit-tap-highlight-color: transparent; }
.study-programs-page :focus-visible { outline: 3px solid #f3ba45; outline-offset: 3px; }

.spp-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.spp-hero {
    position: relative;
    min-height: 620px;
    display: grid;
    align-items: end;
    isolation: isolate;
    background: #0d253d;
}
.spp-hero__image,
.spp-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.spp-hero__image { z-index: -2; object-fit: cover; object-position: center 40%; }
.spp-hero__veil { z-index: -1; background: rgba(8, 29, 48, .82); }
.spp-hero__content { padding-block: 112px 68px; color: #fff; }
.spp-eyebrow,
.spp-kicker { margin: 0 0 14px; color: var(--spp-green); font-size: 14px; font-weight: 900; letter-spacing: 0; }
.spp-hero h1 { max-width: 910px; margin: 0; color: #fff; font-size: 60px; line-height: 1.16; letter-spacing: 0; }
.spp-hero__lead { max-width: 830px; margin: 24px 0 0; color: #f7fafc; font-size: 20px; line-height: 1.9; }
.spp-hero__support { max-width: 790px; margin: 10px 0 0; color: #cedae4; font-size: 16px; line-height: 1.85; }

.spp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.spp-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 900;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.spp-button:hover { transform: translateY(-2px); }
.spp-button--primary { color: #063226 !important; background: var(--spp-green); }
.spp-button--primary:hover { background: #48dba2; }
.spp-button--ghost { color: #fff !important; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }
.spp-button--ghost:hover { background: rgba(255,255,255,.16); }
.spp-button--dark { color: #fff !important; background: var(--spp-ink); }
.spp-button--light { color: #063226 !important; background: #fff; }
.spp-button--outline { color: #fff !important; border-color: rgba(255,255,255,.55); background: transparent; }

.spp-snapshot { position: relative; z-index: 2; border-bottom: 1px solid var(--spp-line); background: #fff; }
.spp-snapshot__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.spp-snapshot article { min-height: 112px; display: flex; gap: 15px; align-items: center; padding: 22px 24px; border-inline-start: 1px solid var(--spp-line); }
.spp-snapshot article:first-child { border-inline-start: 0; }
.spp-snapshot span { min-width: 35px; height: 35px; display: grid; place-items: center; border-radius: 5px; color: var(--spp-green-dark); background: var(--spp-mint); font-size: 12px; font-weight: 900; }
.spp-snapshot p { margin: 0; color: var(--spp-muted); font-size: 14px; line-height: 1.65; }

.spp-main { background: #fff; }
.spp-start-copy,
.spp-question-list,
.spp-career-copy,
.spp-career-options,
.spp-case-content,
.spp-verify-list,
.spp-faq-list { min-width: 0; }
.spp-section { padding-block: 88px; scroll-margin-top: 110px; }
.spp-section__header { max-width: 800px; margin-bottom: 38px; }
.spp-section__header h2,
.spp-section__split-head h2,
.spp-start-copy h2,
.spp-career-copy h2,
.spp-case-content h2,
.spp-final-cta h2 { margin: 0; color: var(--spp-ink); font-size: 44px; line-height: 1.27; letter-spacing: 0; }
.spp-section__header > p:last-child,
.spp-section__split-head > p,
.spp-start-copy > p,
.spp-career-copy > p,
.spp-case-content > p { color: var(--spp-muted); font-size: 17px; line-height: 1.9; }
.spp-section__split-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.72fr); gap: 54px; align-items: end; margin-bottom: 38px; }
.spp-section__split-head p { margin: 0; }
.spp-section__header--light h2 { color: #fff; }
.spp-section__header--light > p:last-child { color: #c9d7e3; }

.spp-section--paths { background: #f6f9fc; }
.spp-path-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.spp-path-card { min-height: 258px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--spp-line); border-radius: 7px; background: #fff; box-shadow: 0 10px 32px rgba(17,36,62,.05); }
.spp-path-card--featured { grid-column: span 2; border-color: #b9e5d4; background: var(--spp-mint); }
.spp-path-card__number { color: var(--spp-green-dark); font-size: 12px; font-weight: 900; }
.spp-path-card div { margin-block: 22px auto; }
.spp-path-card div p { margin: 0 0 4px; color: var(--spp-green-dark); font-size: 12px; font-weight: 800; }
.spp-path-card h3 { margin: 0; color: var(--spp-ink); font-size: 22px; line-height: 1.45; letter-spacing: 0; }
.spp-path-card div span { display: block; margin-top: 9px; color: var(--spp-muted); font-size: 14px; line-height: 1.72; }
.spp-path-card a { align-self: flex-start; color: var(--spp-green-dark); font-size: 14px; font-weight: 900; text-decoration: none; }
.spp-path-card a::after { content: " ←"; }

.spp-section--starting-point { background: #fff; }
.spp-start-layout { display: grid; grid-template-columns: minmax(320px,.78fr) minmax(0,1.2fr); gap: 70px; align-items: start; }
.spp-start-copy { position: sticky; top: 120px; }
.spp-start-copy > a { color: var(--spp-green-dark); font-weight: 900; }
.spp-question-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--spp-line); }
.spp-question-list li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: center; min-height: 82px; padding-block: 18px; border-bottom: 1px solid var(--spp-line); }
.spp-question-list span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 5px; color: var(--spp-green-dark); background: var(--spp-mint); font-size: 11px; font-weight: 900; }
.spp-question-list strong { color: var(--spp-ink); font-size: 16px; line-height: 1.75; }

.spp-section--core { background: var(--spp-sky); }
.spp-core-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid #cadcea; border-radius: 7px; overflow: hidden; background: #fff; }
.spp-core-grid article { min-height: 440px; display: flex; flex-direction: column; padding: 28px; border-inline-start: 1px solid var(--spp-line); }
.spp-core-grid article:first-child { border-inline-start: 0; }
.spp-program-code { align-self: flex-start; padding: 6px 9px; border-radius: 4px; color: #fff; background: var(--spp-blue); font-size: 11px; font-weight: 900; direction: ltr; }
.spp-program-label { margin: 24px 0 4px; color: var(--spp-blue); font-size: 12px; font-weight: 900; }
.spp-core-grid h3 { margin: 0; color: var(--spp-ink); font-size: 22px; line-height: 1.5; letter-spacing: 0; }
.spp-core-grid article > p:not(.spp-program-label) { color: var(--spp-muted); font-size: 14px; line-height: 1.8; }
.spp-core-grid ul { margin: 8px 0 24px; padding: 0; list-style: none; }
.spp-core-grid li { position: relative; padding: 6px 21px 6px 0; color: var(--spp-ink); font-size: 13px; line-height: 1.7; }
.spp-core-grid li::before { content: ""; position: absolute; right: 0; top: 15px; width: 7px; height: 7px; border-radius: 50%; background: var(--spp-green); }
.spp-core-grid a { margin-top: auto; color: var(--spp-blue); font-size: 14px; font-weight: 900; }
.spp-evidence-note { display: grid; grid-template-columns: 150px 1fr; gap: 22px; align-items: start; margin-top: 18px; padding: 20px 22px; border-right: 4px solid var(--spp-coral); background: var(--spp-warm); }
.spp-evidence-note strong { color: #9b5318; }
.spp-evidence-note p { margin: 0; color: #6b4a33; font-size: 14px; line-height: 1.8; }

.spp-section--tests { color: #fff; background: var(--spp-ink); }
.spp-test-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.spp-test-card { min-height: 315px; display: flex; flex-direction: column; padding: 25px; border: 1px solid rgba(255,255,255,.16); border-top: 4px solid var(--spp-green); border-radius: 7px; background: var(--spp-ink-soft); }
.spp-test-card--guarantee { border-top-color: #f3ba45; }
.spp-test-card--toeic { border-top-color: #5fa9e8; }
.spp-test-card--toefl { border-top-color: var(--spp-coral); }
.spp-test-card__code { color: var(--spp-green); font-size: 12px; font-weight: 900; direction: ltr; text-align: right; }
.spp-test-card--guarantee .spp-test-card__code { color: #f3ba45; }
.spp-test-card--toeic .spp-test-card__code { color: #76baf3; }
.spp-test-card--toefl .spp-test-card__code { color: #ff9b82; }
.spp-test-card h3 { margin: 24px 0 10px; color: #fff; font-size: 20px; line-height: 1.5; letter-spacing: 0; }
.spp-test-card p { margin: 0 0 22px; color: #cbd8e3; font-size: 14px; line-height: 1.8; }
.spp-test-card a { margin-top: auto; color: var(--spp-green); font-weight: 900; }
.spp-tests-warning { margin: 20px 0 0; padding: 17px 20px; border-right: 4px solid #f3ba45; color: #e8eff5; background: rgba(255,255,255,.06); line-height: 1.8; }
.spp-tests-warning strong { color: #f3ba45; }

.spp-section--career { background: #fff; }
.spp-career-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.82fr); gap: 64px; align-items: start; }
.spp-career-facts { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 28px; }
.spp-career-facts article { padding: 18px; border: 1px solid var(--spp-line); border-radius: 6px; background: #f9fbfd; }
.spp-career-facts strong,
.spp-career-facts span { display: block; }
.spp-career-facts strong { color: var(--spp-green-dark); }
.spp-career-facts span { margin-top: 6px; color: var(--spp-muted); font-size: 13px; line-height: 1.65; }
.spp-career-options { border: 1px solid var(--spp-line); border-radius: 7px; overflow: hidden; }
.spp-career-options article { padding: 25px; border-bottom: 1px solid var(--spp-line); }
.spp-career-options article > span { color: var(--spp-blue); font-size: 11px; font-weight: 900; direction: ltr; }
.spp-career-options h3 { margin: 11px 0 8px; color: var(--spp-ink); font-size: 21px; letter-spacing: 0; }
.spp-career-options article p { color: var(--spp-muted); font-size: 14px; line-height: 1.75; }
.spp-career-options a { color: var(--spp-green-dark); font-weight: 900; }
.spp-career-source { margin: 0; padding: 20px 24px; color: #6b4a33; background: var(--spp-warm); font-size: 13px; line-height: 1.75; }

.spp-section--people { background: #f6f9fc; }
.spp-people-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.spp-people-grid article { min-height: 385px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--spp-line); border-radius: 7px; background: #fff; }
.spp-people-grid article > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 5px; color: var(--spp-green-dark); background: var(--spp-mint); font-size: 11px; font-weight: 900; }
.spp-people-grid h3 { margin: 23px 0 9px; color: var(--spp-ink); font-size: 21px; letter-spacing: 0; }
.spp-people-grid p { color: var(--spp-muted); font-size: 14px; line-height: 1.78; }
.spp-people-grid ul { margin: 8px 0 22px; padding: 0 18px 0 0; color: var(--spp-ink); font-size: 13px; line-height: 1.8; }
.spp-people-grid a { margin-top: auto; color: var(--spp-green-dark); font-weight: 900; }
.spp-verification-note { max-width: 920px; margin: 22px auto 0; color: var(--spp-muted); text-align: center; font-size: 13px; line-height: 1.8; }

.spp-section--case { background: #fff; }
.spp-case-layout { display: grid; grid-template-columns: 240px minmax(0,1fr); gap: 54px; align-items: start; }
.spp-case-label { position: sticky; top: 120px; display: flex; flex-direction: column; padding: 28px; border: 1px solid #f0d5b8; border-radius: 7px; background: var(--spp-warm); }
.spp-case-label span { color: #a75d17; font-size: 12px; font-weight: 900; }
.spp-case-label strong { margin-top: 18px; color: var(--spp-ink); font-size: 38px; line-height: 1; direction: ltr; text-align: right; }
.spp-case-label small { margin-top: 8px; color: var(--spp-muted); direction: ltr; text-align: right; }
.spp-case-table { margin-top: 28px; overflow-x: auto; border: 1px solid var(--spp-line); border-radius: 7px; }
.spp-case-table table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.spp-case-table th,
.spp-case-table td { padding: 16px 18px; border-bottom: 1px solid var(--spp-line); text-align: right; }
.spp-case-table thead th { color: #fff; background: var(--spp-ink); font-size: 14px; }
.spp-case-table tbody th { width: 24%; color: var(--spp-ink); background: #f7fafc; direction: ltr; text-align: right; }
.spp-case-table tbody td { color: var(--spp-muted); font-size: 14px; line-height: 1.7; }
.spp-case-table tr:last-child th,
.spp-case-table tr:last-child td { border-bottom: 0; }
.spp-case-warning { padding: 16px 18px; border-right: 4px solid var(--spp-coral); color: #774431 !important; background: #fff5f0; font-size: 14px !important; }

.spp-section--comparison { background: var(--spp-sky); }
.spp-compare-table { overflow-x: auto; border: 1px solid #cadcea; border-radius: 7px; }
.spp-compare-table table { width: 100%; min-width: 800px; border-collapse: collapse; background: #fff; }
.spp-compare-table th,
.spp-compare-table td { padding: 16px 18px; border-bottom: 1px solid var(--spp-line); text-align: right; }
.spp-compare-table thead th { color: #fff; background: var(--spp-blue); font-size: 14px; }
.spp-compare-table tbody th { width: 16%; color: var(--spp-ink); background: #f7fafc; }
.spp-compare-table tbody td { color: var(--spp-muted); font-size: 14px; line-height: 1.65; }
.spp-compare-table tr:last-child th,
.spp-compare-table tr:last-child td { border-bottom: 0; }
.spp-centered-action { display: flex; justify-content: center; margin-top: 25px; }

.spp-section--questions { color: #fff; background: #0c233a; }
.spp-verify-layout { display: grid; grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr); gap: 66px; align-items: start; }
.spp-verify-layout .spp-section__header { position: sticky; top: 120px; }
.spp-verify-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin: 0; padding: 1px; list-style: none; background: rgba(255,255,255,.13); }
.spp-verify-list li { min-height: 105px; display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: start; padding: 19px; background: #132c49; }
.spp-verify-list span { color: var(--spp-green); font-size: 11px; font-weight: 900; }
.spp-verify-list p { margin: 0; color: #d2dee8; font-size: 14px; line-height: 1.72; }

.spp-section--next { background: #fff; }
.spp-next-steps { display: grid; grid-template-columns: repeat(5,1fr); margin: 0; padding: 0; list-style: none; border: 1px solid var(--spp-line); border-radius: 7px; overflow: hidden; }
.spp-next-steps li { min-height: 245px; padding: 24px; border-inline-start: 1px solid var(--spp-line); }
.spp-next-steps li:first-child { border-inline-start: 0; }
.spp-next-steps > li > span { color: var(--spp-green-dark); font-size: 12px; font-weight: 900; }
.spp-next-steps h3 { margin: 44px 0 9px; color: var(--spp-ink); font-size: 19px; letter-spacing: 0; }
.spp-next-steps p { margin: 0; color: var(--spp-muted); font-size: 13px; line-height: 1.75; }

.spp-section--faq { background: #f6f9fc; }
.spp-faq-layout { display: grid; grid-template-columns: minmax(280px,.67fr) minmax(0,1.2fr); gap: 68px; align-items: start; }
.spp-faq-layout .spp-section__header { position: sticky; top: 120px; }
.spp-faq-list { border-top: 1px solid var(--spp-line); }
.spp-faq-list details { border-bottom: 1px solid var(--spp-line); }
.spp-faq-list summary { position: relative; padding: 21px 0 21px 40px; color: var(--spp-ink); font-size: 17px; font-weight: 900; cursor: pointer; list-style: none; }
.spp-faq-list summary::-webkit-details-marker { display: none; }
.spp-faq-list summary::after { content: "+"; position: absolute; left: 5px; top: 17px; color: var(--spp-green-dark); font-size: 25px; font-weight: 400; }
.spp-faq-list details[open] summary::after { content: "−"; }
.spp-faq-list details p { margin: 0; padding: 0 0 22px; color: var(--spp-muted); line-height: 1.85; }

.spp-final-cta { padding-block: 80px; color: #fff; text-align: center; background: var(--spp-green-dark); }
.spp-final-cta h2 { max-width: 850px; margin-inline: auto; color: #fff; }
.spp-final-cta > .spp-shell > p:not(.spp-eyebrow) { max-width: 790px; margin: 18px auto 0; color: #d7f4e9; font-size: 17px; line-height: 1.85; }
.spp-final-cta .spp-actions { justify-content: center; }
.spp-editorial-note { padding-block: 18px; border-top: 1px solid var(--spp-line); background: #f7fafc; }
.spp-editorial-note .spp-shell { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; }
.spp-editorial-note p { margin: 0; color: #68788b; font-size: 12px; }

.study-programs-page a[aria-disabled="true"] { cursor: default; }

@media (max-width: 1080px) {
    .spp-path-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .spp-test-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .spp-next-steps { grid-template-columns: repeat(2,1fr); }
    .spp-next-steps li:nth-child(odd) { border-inline-start: 0; }
    .spp-next-steps li { border-top: 1px solid var(--spp-line); }
    .spp-next-steps li:nth-child(-n+2) { border-top: 0; }
    .spp-next-steps li:last-child { grid-column: span 2; }
}

@media (max-width: 800px) {
    .spp-shell { width: min(100% - 28px,1180px); }
    .spp-hero { min-height: 690px; }
    .spp-hero__veil { background: rgba(8,29,48,.86); }
    .spp-hero__content { padding-block: 112px 48px; }
    .spp-hero h1 { font-size: 40px; }
    .spp-hero__lead { font-size: 17px; line-height: 1.85; }
    .spp-actions { display: grid; grid-template-columns: 1fr; }
    .spp-button { width: 100%; }
    .spp-snapshot__grid { grid-template-columns: repeat(2,1fr); }
    .spp-snapshot article { min-height: 116px; padding: 16px; border-bottom: 1px solid var(--spp-line); }
    .spp-snapshot article:nth-child(odd) { border-inline-start: 0; }
    .spp-section { padding-block: 62px; }
    .spp-section__header h2,
    .spp-section__split-head h2,
    .spp-start-copy h2,
    .spp-career-copy h2,
    .spp-case-content h2,
    .spp-final-cta h2 { font-size: 31px; }
    .spp-section__split-head,
    .spp-start-layout,
    .spp-career-layout,
    .spp-case-layout,
    .spp-verify-layout,
    .spp-faq-layout { grid-template-columns: 1fr; gap: 28px; }
    .spp-path-grid,
    .spp-core-grid,
    .spp-people-grid,
    .spp-career-facts,
    .spp-verify-list { grid-template-columns: 1fr; }
    .spp-path-card--featured { grid-column: auto; }
    .spp-core-grid article { min-height: auto; border-inline-start: 0; border-top: 1px solid var(--spp-line); }
    .spp-core-grid article:first-child { border-top: 0; }
    .spp-evidence-note { grid-template-columns: 1fr; gap: 6px; }
    .spp-start-copy,
    .spp-case-label,
    .spp-verify-layout .spp-section__header,
    .spp-faq-layout .spp-section__header { position: static; }
    .spp-case-label { flex-direction: row; align-items: center; gap: 12px; }
    .spp-case-label strong { margin: 0; font-size: 29px; }
    .spp-case-table,
    .spp-compare-table { margin-inline: -14px; border-radius: 0; }
    .spp-editorial-note .spp-shell { flex-direction: column; }
}

@media (max-width: 560px) {
    .spp-test-grid,
    .spp-snapshot__grid,
    .spp-next-steps { grid-template-columns: 1fr; }
    .spp-test-card { min-height: auto; }
    .spp-snapshot article { border-inline-start: 0; }
    .spp-next-steps li,
    .spp-next-steps li:nth-child(-n+2) { min-height: auto; border-inline-start: 0; border-top: 1px solid var(--spp-line); }
    .spp-next-steps li:first-child { border-top: 0; }
    .spp-next-steps li:last-child { grid-column: auto; }
    .spp-next-steps h3 { margin-top: 24px; }
}

@media (prefers-reduced-motion: reduce) {
    .study-programs-page *,
    .study-programs-page *::before,
    .study-programs-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
