:root {
    --ink: #111727;
    --navy: #0b1530;
    --navy-soft: #152248;
    --paper: #fbfaf7;
    --white: #ffffff;
    --mist: #f1f0eb;
    --line: #deddd7;
    --muted: #687083;
    --violet: #6c63ef;
    --violet-soft: #dedbff;
    --mint: #bff3d8;
    --lime: #d7ff72;
    --coral: #ff8e72;
    --yellow: #ffd45a;
    --display: "Manrope", "Noto Sans KR", sans-serif;
    --body: "Noto Sans KR", sans-serif;
    --shadow: 0 28px 80px rgba(20, 29, 55, .12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--body);
    line-height: 1.68;
}

body::selection {
    color: var(--navy);
    background: var(--lime);
}

a {
    color: inherit;
}

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

img {
    max-width: 100%;
}

.skip-link {
    position: fixed;
    left: 1rem;
    top: -5rem;
    z-index: 10000;
    padding: .8rem 1.1rem;
    border-radius: 8px;
    color: var(--navy);
    background: var(--white);
    font-weight: 800;
}

.skip-link:focus {
    top: 1rem;
}

.sticky-header {
    position: relative;
    z-index: 100;
    border-bottom: 1px solid #ececf0;
    background: rgba(255, 255, 255, .97);
}

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

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin: 0 0 1.25rem;
    color: #c8d0e4;
    font: 800 .7rem/1 var(--display);
    letter-spacing: .15em;
}

.eyebrow span {
    width: 28px;
    height: 2px;
    background: var(--lime);
}

.eyebrow.dark {
    color: #70778a;
}

.eyebrow.dark span {
    background: var(--violet);
}

.section-intro {
    max-width: 690px;
}

.section-intro.centered {
    margin: 0 auto clamp(3rem, 6vw, 5.5rem);
    text-align: center;
}

.section-intro.centered .eyebrow {
    justify-content: center;
}

.section-intro h2,
.proof-lead h2,
.pathway-head h2,
.final-cta h2 {
    margin: 0;
    font: 800 clamp(2.3rem, 5vw, 4.65rem)/1.12 var(--display);
    letter-spacing: -.055em;
    word-break: keep-all;
}

.section-intro h2 em,
.proof-lead h2 em,
.pathway-head h2 em,
.final-cta h2 em {
    color: var(--violet);
    font-style: normal;
}

.section-intro > p:last-of-type,
.section-intro.centered > p:last-child {
    margin: 1.5rem 0 0;
    color: var(--muted);
    font-size: 1rem;
    word-break: keep-all;
}

.btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    padding: .95rem 1.35rem;
    border: 1px solid transparent;
    border-radius: 999px;
    text-decoration: none;
    font: 800 .93rem/1 var(--display);
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn:focus-visible,
.pathway-tabs button:focus-visible,
.faq-item button:focus-visible {
    outline: 3px solid rgba(108, 99, 239, .34);
    outline-offset: 3px;
}

.btn-primary {
    color: var(--navy);
    background: var(--lime);
    box-shadow: 0 12px 28px rgba(215, 255, 114, .18);
}

.btn-secondary {
    color: var(--white);
    border-color: rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .07);
}

.btn-dark {
    margin-top: 2rem;
    color: var(--white);
    background: var(--navy);
}

.text-link {
    display: inline-flex;
    margin-top: 2rem;
    color: var(--violet);
    text-underline-offset: 5px;
    font-weight: 800;
}

/* Hero */

.hero {
    position: relative;
    overflow: hidden;
    padding: clamp(5.8rem, 10vw, 9.5rem) 0 0;
    color: var(--white);
    background:
        radial-gradient(circle at 84% 18%, rgba(108, 99, 239, .28), transparent 27%),
        radial-gradient(circle at 10% 92%, rgba(76, 219, 178, .13), transparent 28%),
        linear-gradient(135deg, #081126, #101c3c 57%, #10172f);
}

.hero::after {
    position: absolute;
    right: -14%;
    bottom: -32%;
    width: 640px;
    height: 640px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    content: "";
}

.hero-grid {
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(120deg, #000, transparent 82%);
}

.hero-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}

.hero h1 {
    max-width: 760px;
    margin: 0;
    font: 800 clamp(3.1rem, 6.5vw, 6.35rem)/1.03 var(--display);
    letter-spacing: -.068em;
    word-break: keep-all;
}

.hero h1 em {
    color: var(--lime);
    font-style: normal;
}

.hero-lead {
    max-width: 670px;
    margin: 1.7rem 0 0;
    color: #c2cbe0;
    font-size: clamp(1rem, 1.5vw, 1.16rem);
    word-break: keep-all;
}

.hero-lead strong {
    color: var(--white);
    font-weight: 700;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 2rem;
}

.hero-actions.center {
    justify-content: center;
}

.trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem 1.25rem;
    margin: 2.5rem 0 0;
    padding: 1.4rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
    list-style: none;
    color: #abb6cf;
    font-size: .76rem;
    font-weight: 600;
}

.trust-list li {
    display: flex;
    gap: .45rem;
    align-items: center;
}

.trust-list span {
    color: var(--lime);
    font: 800 .63rem/1 var(--display);
    letter-spacing: .05em;
}

.hero-stage {
    position: relative;
    min-height: 610px;
    display: grid;
    place-items: center;
}

.hero-stage::before,
.hero-stage::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    content: "";
}

.hero-stage::before {
    width: 510px;
    height: 510px;
}

.hero-stage::after {
    width: 390px;
    height: 390px;
    border-style: dashed;
}

.stage-card {
    position: relative;
    z-index: 3;
    width: min(100%, 465px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 24px;
    background: rgba(11, 21, 48, .76);
    box-shadow: 0 34px 95px rgba(0, 0, 0, .35);
    backdrop-filter: blur(18px);
}

.stage-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    color: #8793ae;
    font: 800 .58rem/1 var(--display);
    letter-spacing: .11em;
}

.stage-card-top i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 16px var(--lime);
}

.stage-question {
    padding: 2rem 2rem 1.6rem;
}

.stage-question small,
.stage-output small {
    color: var(--violet-soft);
    font: 800 .58rem/1 var(--display);
    letter-spacing: .1em;
}

.stage-question strong {
    display: block;
    margin-top: 1rem;
    font: 800 1.35rem/1.45 var(--display);
    letter-spacing: -.025em;
    word-break: keep-all;
}

.stage-flow {
    display: flex;
    align-items: center;
    padding: 0 2rem 1.8rem;
}

.stage-flow div {
    flex: 0 0 auto;
    text-align: center;
}

.stage-flow b {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin: 0 auto .55rem;
    border-radius: 50%;
    color: var(--navy);
    background: var(--lime);
    font: 800 .61rem/1 var(--display);
}

.stage-flow span {
    color: #b5bfd5;
    font-size: .67rem;
    font-weight: 700;
}

.stage-flow i {
    flex: 1;
    height: 1px;
    margin: 0 .65rem 1.25rem;
    background: linear-gradient(90deg, rgba(215, 255, 114, .3), rgba(215, 255, 114, .9));
}

.stage-output {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: .8rem;
    padding: 1rem;
    background: rgba(255, 255, 255, .055);
}

.output-window,
.output-meta {
    min-height: 125px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background: rgba(255, 255, 255, .05);
}

.output-window {
    display: block;
    position: relative;
    padding-top: 2.3rem;
}

.output-window > i {
    position: absolute;
    top: .8rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #65718d;
}

.output-window > i:nth-child(1) {
    left: .9rem;
    background: var(--coral);
}

.output-window > i:nth-child(2) {
    left: 1.65rem;
    background: var(--yellow);
}

.output-window > i:nth-child(3) {
    left: 2.4rem;
    background: var(--mint);
}

.output-window b,
.output-meta b {
    display: block;
    font: 800 .78rem/1.45 var(--display);
}

.output-window small {
    display: block;
    margin-top: .45rem;
    color: #8793ad;
    font-size: .52rem;
    line-height: 1.45;
}

.output-meta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.output-meta small {
    color: var(--lime);
}

.output-meta b {
    color: #d0d7e8;
    font-size: .68rem;
}

.stage-note {
    position: absolute;
    z-index: 4;
    padding: .7rem .95rem;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    color: #dbe1ef;
    background: rgba(16, 29, 61, .82);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
    font-size: .72rem;
    font-weight: 700;
    backdrop-filter: blur(12px);
    animation: float 4.5s ease-in-out infinite;
}

.note-one {
    left: -1rem;
    top: 14%;
}

.note-two {
    right: -1rem;
    bottom: 18%;
    animation-delay: -2.2s;
}

@keyframes float {
    50% {
        transform: translateY(-8px);
    }
}

.stage-seal {
    position: absolute;
    z-index: 4;
    right: 1rem;
    top: 3%;
    width: 104px;
    height: 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(215, 255, 114, .45);
    border-radius: 50%;
    color: var(--lime);
    background: rgba(11, 21, 48, .72);
    font: 800 .53rem/1.45 var(--display);
    letter-spacing: .08em;
    transform: rotate(9deg);
}

.stage-seal strong {
    line-height: .8;
}

.parent-proof {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 210px 1fr;
    align-items: center;
    margin-top: clamp(4rem, 7vw, 7rem);
    border: 1px solid rgba(255, 255, 255, .13);
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    background: rgba(255, 255, 255, .055);
    backdrop-filter: blur(12px);
}

.parent-proof > p {
    margin: 0;
    padding: 1.5rem;
    color: var(--lime);
    font: 800 .72rem/1.35 var(--display);
}

.parent-proof > div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.parent-proof span {
    min-height: 88px;
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 1.2rem;
    border-left: 1px solid rgba(255, 255, 255, .11);
    color: #c1cade;
    font-size: .76rem;
    font-weight: 700;
}

.parent-proof b {
    color: #75809a;
    font: 800 .57rem/1 var(--display);
}

/* Parent concerns */

.concern-section {
    padding: clamp(5.5rem, 10vw, 10rem) 0;
    background: var(--paper);
}

.concern-layout {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: clamp(3rem, 8vw, 8rem);
    align-items: start;
}

.concern-copy > p {
    margin: .3rem 0 2.5rem;
    color: #4d5567;
    font-size: clamp(1.06rem, 1.6vw, 1.28rem);
    word-break: keep-all;
}

.concern-copy > p strong {
    color: var(--ink);
}

.parent-questions {
    border-top: 1px solid var(--line);
}

.parent-questions article {
    display: grid;
    grid-template-columns: 42px 190px 1fr;
    gap: 1.2rem;
    align-items: start;
    padding: 1.55rem 0;
    border-bottom: 1px solid var(--line);
}

.parent-questions span {
    color: var(--violet);
    font: 800 .65rem/1.5 var(--display);
}

.parent-questions h3,
.parent-questions p {
    margin: 0;
}

.parent-questions h3 {
    font: 800 .98rem/1.45 var(--display);
    word-break: keep-all;
}

.parent-questions p {
    color: var(--muted);
    font-size: .82rem;
    word-break: keep-all;
}

/* Outcomes */

.outcomes-section {
    padding: clamp(5.5rem, 9vw, 9rem) 0;
    background: var(--mist);
}

.outcome-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d5d4ce;
    border-left: 1px solid #d5d4ce;
}

.outcome-card {
    position: relative;
    min-height: 390px;
    padding: 1.5rem;
    border-right: 1px solid #d5d4ce;
    border-bottom: 1px solid #d5d4ce;
    background: rgba(255, 255, 255, .45);
    transition: color .3s ease, background .3s ease, transform .3s ease;
}

.outcome-card:hover {
    z-index: 2;
    color: var(--white);
    background: var(--navy);
    transform: translateY(-7px);
}

.outcome-number {
    color: #969b9f;
    font: 800 .62rem/1 var(--display);
}

.line-icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin: 3.2rem 0 2rem;
    border-radius: 50%;
    color: var(--violet);
    background: var(--violet-soft);
}

.line-icon svg {
    width: 38px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.3;
}

.outcome-card:hover .line-icon {
    color: var(--navy);
    background: var(--lime);
}

.outcome-card h3 {
    margin: 0;
    font: 800 1.18rem/1.35 var(--display);
}

.outcome-card p {
    margin: .85rem 0;
    color: var(--muted);
    font-size: .82rem;
    word-break: keep-all;
}

.outcome-card:hover p {
    color: #b9c3d9;
}

.outcome-card small {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    color: var(--violet);
    font: 800 .56rem/1 var(--display);
    letter-spacing: .09em;
}

.outcome-card:hover small {
    color: var(--lime);
}

/* Pathways */

.pathway-section {
    padding: clamp(6rem, 10vw, 10rem) 0;
    color: var(--white);
    background:
        radial-gradient(circle at 80% 20%, rgba(108, 99, 239, .24), transparent 28%),
        var(--navy);
}

.pathway-head {
    display: grid;
    grid-template-columns: 1fr 390px;
    gap: 3rem;
    align-items: end;
}

.pathway-head h2 em {
    color: var(--lime);
}

.pathway-head > p {
    margin: 0 0 .5rem;
    color: #aeb8cf;
    font-size: .95rem;
    word-break: keep-all;
}

.pathway-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 4rem;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px 14px 0 0;
    overflow: hidden;
}

.pathway-tabs button {
    min-height: 62px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .12);
    color: #919db7;
    background: rgba(255, 255, 255, .045);
    font: 800 .85rem/1 var(--display);
    cursor: pointer;
}

.pathway-tabs button:last-child {
    border-right: 0;
}

.pathway-tabs button.active {
    color: var(--navy);
    background: var(--lime);
}

.pathway-panels {
    border: 1px solid rgba(255, 255, 255, .14);
    border-top: 0;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
}

.pathway-panel {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    min-height: 510px;
}

.pathway-panel[hidden],
.faq-answer[hidden] {
    display: none !important;
}

.pathway-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 6vw, 5rem);
}

.pathway-index {
    color: var(--lime);
    font: 800 .61rem/1 var(--display);
    letter-spacing: .12em;
}

.pathway-copy h3 {
    margin: 1.5rem 0;
    font: 800 clamp(2rem, 4vw, 3.8rem)/1.12 var(--display);
    letter-spacing: -.05em;
}

.pathway-copy > p {
    max-width: 620px;
    margin: 0;
    color: #b3bdd2;
    word-break: keep-all;
}

.pathway-copy ul {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.pathway-copy li {
    padding: .55rem .75rem;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    color: #cbd2e2;
    font-size: .71rem;
    font-weight: 700;
}

.pathway-project {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(2rem, 5vw, 4rem);
    overflow: hidden;
    color: var(--navy);
    background: var(--violet-soft);
}

.pathway-panel[data-path-panel="middle"] .pathway-project {
    background: var(--mint);
}

.pathway-panel[data-path-panel="high"] .pathway-project {
    background: #ffd9ce;
}

.pathway-panel[data-path-panel="college"] .pathway-project {
    background: #ffe79b;
}

.pathway-project::before {
    position: absolute;
    top: -80px;
    right: -70px;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(11, 21, 48, .18);
    border-radius: 50%;
    content: "";
}

.pathway-project::after {
    position: absolute;
    top: 64px;
    right: 55px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--navy);
    content: "";
    box-shadow: inset 0 0 0 22px var(--lime);
}

.pathway-project small {
    position: relative;
    z-index: 1;
    font: 800 .61rem/1 var(--display);
    letter-spacing: .12em;
}

.pathway-project strong {
    position: relative;
    z-index: 1;
    display: block;
    margin: 1.2rem 0;
    font: 800 clamp(1.8rem, 3vw, 3rem)/1.18 var(--display);
    letter-spacing: -.045em;
}

.project-tags {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.project-tags span {
    padding: .45rem .62rem;
    border: 1px solid rgba(11, 21, 48, .24);
    border-radius: 999px;
    font-size: .66rem;
    font-weight: 800;
}

.pathway-project p {
    position: relative;
    z-index: 1;
    margin: 1.5rem 0 0;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(11, 21, 48, .2);
    font-size: .75rem;
    word-break: keep-all;
}

.pathway-link {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.4rem;
    color: #8f9bb5;
    font-size: .78rem;
}

.pathway-link a {
    color: var(--lime);
    font-weight: 800;
    text-underline-offset: 4px;
}

/* Method */

.method-section {
    padding: clamp(6rem, 10vw, 10rem) 0;
    background: var(--paper);
}

.method-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(3rem, 8vw, 8rem);
    align-items: center;
}

.method-wheel {
    position: relative;
    min-height: 620px;
    display: grid;
    place-items: center;
}

.method-wheel::before,
.method-wheel::after {
    position: absolute;
    border: 1px solid var(--line);
    border-radius: 50%;
    content: "";
}

.method-wheel::before {
    width: 510px;
    height: 510px;
}

.method-wheel::after {
    width: 360px;
    height: 360px;
    border-style: dashed;
}

.method-center {
    position: relative;
    z-index: 3;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--navy);
    box-shadow: var(--shadow);
    text-align: center;
}

.method-center img {
    width: 42px;
    margin-bottom: .6rem;
    filter: brightness(0) invert(1);
}

.method-center strong {
    font: 800 1.05rem/1.12 var(--display);
}

.method-center small {
    margin-top: .65rem;
    color: #a7b2cb;
    font-size: .6rem;
    line-height: 1.45;
}

.method-wheel ol {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.method-wheel li {
    position: absolute;
    z-index: 4;
    width: 170px;
    min-height: 120px;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: var(--white);
    box-shadow: 0 16px 45px rgba(20, 29, 55, .08);
}

.method-wheel li:nth-child(1) {
    left: 4%;
    top: 6%;
}

.method-wheel li:nth-child(2) {
    right: 4%;
    top: 6%;
}

.method-wheel li:nth-child(3) {
    right: -1%;
    bottom: 18%;
}

.method-wheel li:nth-child(4) {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.method-wheel li:nth-child(5) {
    left: -1%;
    bottom: 18%;
}

.method-wheel li b {
    color: var(--violet);
    font: 800 .58rem/1 var(--display);
}

.method-wheel li strong {
    display: block;
    margin: 1.2rem 0 .4rem;
    font: 800 .85rem/1 var(--display);
}

.method-wheel li span {
    color: var(--muted);
    font-size: .67rem;
}

/* Proof */

.proof-section {
    padding: clamp(6rem, 10vw, 10rem) 0;
    color: var(--white);
    background: #10172a;
}

.proof-lead {
    max-width: 780px;
    margin-bottom: 4.5rem;
}

.proof-lead h2 em {
    color: var(--lime);
}

.proof-lead > p:last-child {
    max-width: 680px;
    margin: 1.5rem 0 0;
    color: #aab5cc;
    word-break: keep-all;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.proof-card {
    min-height: 290px;
    display: flex;
    flex-direction: column;
    padding: 1.6rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 19px;
    background: rgba(255, 255, 255, .04);
}

.proof-card > span {
    color: var(--violet-soft);
    font: 800 .59rem/1 var(--display);
    letter-spacing: .11em;
}

.proof-card h3 {
    margin: auto 0 .85rem;
    font: 800 1.16rem/1.4 var(--display);
    word-break: keep-all;
}

.proof-card p {
    margin: 0;
    color: #a8b3c9;
    font-size: .77rem;
    word-break: keep-all;
}

.proof-featured {
    grid-column: span 2;
    min-height: 350px;
    color: var(--navy);
    border-color: transparent;
    background: var(--lime);
}

.proof-featured > span {
    color: #50611f;
}

.proof-featured h3 {
    max-width: 530px;
    margin-top: 3.5rem;
    font-size: clamp(1.55rem, 3vw, 2.55rem);
    letter-spacing: -.045em;
}

.proof-featured p {
    max-width: 610px;
    color: #3f4b2a;
}

.mini-class {
    position: absolute;
}

.proof-featured {
    position: relative;
    overflow: hidden;
}

.mini-class {
    right: 2rem;
    top: 2rem;
    width: 155px;
    height: 155px;
}

.mini-class i {
    position: absolute;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--navy);
    background: rgba(255, 255, 255, .6);
    font: 800 .68rem/1 var(--display);
    font-style: normal;
}

.mini-class i:first-child {
    left: 54px;
    top: 54px;
    color: var(--lime);
    background: var(--navy);
}

.mini-class i:nth-child(2) {
    left: 0;
    top: 0;
}

.mini-class i:nth-child(3) {
    right: 0;
    top: 0;
}

.mini-class i:nth-child(4) {
    left: 0;
    bottom: 0;
}

.mini-class i:nth-child(5) {
    right: 0;
    bottom: 0;
}

/* Journey */

.journey-section {
    padding: clamp(6rem, 10vw, 10rem) 0;
    background: var(--mist);
}

.journey {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #cfcec8;
    border-left: 1px solid #cfcec8;
}

.journey li {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border-right: 1px solid #cfcec8;
    border-bottom: 1px solid #cfcec8;
    background: rgba(255, 255, 255, .42);
}

.journey li > span {
    color: var(--violet);
    font: 800 .65rem/1 var(--display);
}

.journey li > div {
    margin-top: auto;
}

.journey h3 {
    margin: 0 0 .75rem;
    font: 800 1.08rem/1.35 var(--display);
}

.journey p {
    margin: 0;
    color: var(--muted);
    font-size: .79rem;
    word-break: keep-all;
}

/* FAQ */

.faq-section {
    padding: clamp(6rem, 10vw, 10rem) 0;
    background: var(--paper);
}

.faq-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: clamp(3rem, 8vw, 8rem);
    align-items: start;
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-item {
    border-bottom: 1px solid var(--line);
}

.faq-item button {
    width: 100%;
    display: grid;
    grid-template-columns: 38px 1fr 24px;
    gap: 1rem;
    align-items: center;
    padding: 1.45rem 0;
    border: 0;
    color: var(--ink);
    background: transparent;
    text-align: left;
    font: 800 .98rem/1.45 var(--display);
    cursor: pointer;
}

.faq-item button span {
    color: var(--violet);
    font-size: .61rem;
}

.faq-item button i {
    position: relative;
    width: 20px;
    height: 20px;
}

.faq-item button i::before,
.faq-item button i::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    background: var(--ink);
    content: "";
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
}

.faq-item button i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.open button i::after {
    transform: translate(-50%, -50%) rotate(0);
}

.faq-answer {
    padding: 0 2.8rem 1.6rem 3.35rem;
}

.faq-answer p {
    margin: 0;
    color: var(--muted);
    font-size: .86rem;
    word-break: keep-all;
}

/* Final CTA */

.final-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(6.5rem, 11vw, 11rem) 0;
    color: var(--white);
    background: var(--navy);
    text-align: center;
}

.final-cta-inner {
    position: relative;
    z-index: 2;
}

.final-cta .eyebrow {
    justify-content: center;
}

.final-cta h2 {
    max-width: 950px;
    margin-inline: auto;
}

.final-cta h2 em {
    color: var(--lime);
}

.final-cta-inner > p:not(.eyebrow) {
    max-width: 700px;
    margin: 1.7rem auto 0;
    color: #adb8cf;
    word-break: keep-all;
}

.cta-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
}

.orb-one {
    left: -180px;
    top: -180px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(108, 99, 239, .42), transparent 68%);
}

.orb-two {
    right: -180px;
    bottom: -230px;
    width: 640px;
    height: 640px;
    background: radial-gradient(circle, rgba(69, 219, 174, .18), transparent 70%);
}

.cta-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .6rem 1.8rem;
    margin-top: 2.2rem;
    color: #8290ad;
    font-size: .72rem;
}

.cta-meta span::before {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: .5rem;
    border-radius: 50%;
    background: var(--lime);
    content: "";
    vertical-align: middle;
}

/* Footer */

.page-footer {
    color: #7d899f;
    background: #060c1c;
}

.footer-inner {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: .68rem;
}

.footer-inner > div {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: #c4ccdc;
    font-weight: 800;
}

.footer-inner img {
    width: 34px;
    filter: brightness(0) invert(1);
    opacity: .75;
}

.footer-inner p {
    margin: 0;
}

.footer-inner a {
    color: #c4ccdc;
    text-decoration: none;
}

.mobile-consult {
    display: none;
}

@media (max-width: 1050px) {
    .hero-shell {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        max-width: 850px;
    }

    .hero-stage {
        width: min(100%, 620px);
        margin-inline: auto;
    }

    .parent-proof {
        grid-template-columns: 1fr;
    }

    .parent-proof > p {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .parent-proof span:first-child {
        border-left: 0;
    }

    .concern-layout,
    .method-layout,
    .faq-layout {
        grid-template-columns: 1fr;
    }

    .concern-copy {
        max-width: 900px;
    }

    .outcome-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pathway-head {
        grid-template-columns: 1fr;
    }

    .pathway-head > p {
        max-width: 700px;
    }

    .proof-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .journey {
        grid-template-columns: repeat(2, 1fr);
    }

    .faq-layout .section-intro {
        max-width: 760px;
    }
}

@media (max-width: 760px) {
    html {
        scroll-padding-top: 72px;
    }

    .page-shell {
        width: min(100% - 28px, 1180px);
    }

    .section-intro h2,
    .proof-lead h2,
    .pathway-head h2,
    .final-cta h2 {
        font-size: clamp(2.15rem, 10vw, 3.4rem);
    }

    .hero {
        padding-top: 4.7rem;
    }

    .hero h1 {
        font-size: clamp(3rem, 13vw, 4.8rem);
    }

    .hero-lead {
        font-size: .96rem;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .trust-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: .8rem;
    }

    .hero-stage {
        min-height: 510px;
    }

    .hero-stage::before {
        width: 420px;
        height: 420px;
    }

    .hero-stage::after {
        width: 310px;
        height: 310px;
    }

    .stage-card {
        width: calc(100% - 18px);
    }

    .stage-question {
        padding: 1.5rem 1.4rem;
    }

    .stage-question strong {
        font-size: 1.05rem;
    }

    .stage-flow {
        padding: 0 1.4rem 1.4rem;
    }

    .stage-output {
        grid-template-columns: 1fr;
    }

    .output-meta {
        min-height: 92px;
    }

    .stage-note {
        font-size: .63rem;
    }

    .note-one {
        left: 0;
        top: 3%;
    }

    .note-two {
        right: 0;
        bottom: 6%;
    }

    .stage-seal {
        display: none;
    }

    .parent-proof {
        margin-top: 2rem;
    }

    .parent-proof > div {
        grid-template-columns: repeat(2, 1fr);
    }

    .parent-proof span {
        min-height: 75px;
    }

    .parent-proof span:nth-child(3) {
        border-top: 1px solid rgba(255, 255, 255, .11);
        border-left: 0;
    }

    .parent-proof span:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, .11);
    }

    .concern-section,
    .outcomes-section,
    .pathway-section,
    .method-section,
    .proof-section,
    .journey-section,
    .faq-section {
        padding: 5rem 0;
    }

    .parent-questions article {
        grid-template-columns: 34px 1fr;
    }

    .parent-questions p {
        grid-column: 2;
    }

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

    .outcome-card {
        min-height: 330px;
    }

    .line-icon {
        margin: 2.4rem 0 1.5rem;
    }

    .pathway-tabs button {
        min-height: 55px;
        font-size: .76rem;
    }

    .pathway-panel {
        grid-template-columns: 1fr;
    }

    .pathway-copy {
        padding: 2.2rem 1.4rem;
    }

    .pathway-copy h3 {
        font-size: 2.2rem;
    }

    .pathway-project {
        min-height: 370px;
        padding: 2rem 1.4rem;
    }

    .pathway-link {
        flex-direction: column;
    }

    .method-wheel {
        min-height: auto;
        display: block;
    }

    .method-wheel::before,
    .method-wheel::after {
        display: none;
    }

    .method-center {
        width: 170px;
        height: 170px;
        margin: 0 auto 1rem;
    }

    .method-wheel ol {
        position: static;
        display: grid;
        gap: .7rem;
    }

    .method-wheel li {
        position: static;
        width: 100%;
        min-height: 115px;
    }

    .method-wheel li:nth-child(4) {
        transform: none;
    }

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

    .proof-featured {
        grid-column: auto;
        min-height: 420px;
        padding-top: 175px;
    }

    .proof-featured h3 {
        margin-top: auto;
    }

    .mini-class {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

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

    .journey li {
        min-height: 220px;
    }

    .faq-item button {
        grid-template-columns: 28px 1fr 20px;
        gap: .75rem;
        font-size: .87rem;
    }

    .faq-answer {
        padding-left: 2.25rem;
        padding-right: 1.6rem;
    }

    .final-cta {
        padding: 6rem 0 7.5rem;
    }

    .final-cta .btn {
        width: 100%;
    }

    .footer-inner {
        min-height: 150px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .mobile-consult {
        position: fixed;
        z-index: 90;
        left: 14px;
        right: 14px;
        bottom: 12px;
        min-height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .28);
        border-radius: 999px;
        color: var(--navy);
        background: var(--lime);
        box-shadow: 0 16px 45px rgba(11, 21, 48, .28);
        text-decoration: none;
        font: 800 .9rem/1 var(--display);
        opacity: 0;
        pointer-events: none;
        transform: translateY(130%);
        transition: opacity .25s ease, transform .25s ease;
    }

    .mobile-consult.show {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
}

@media (max-width: 420px) {
    .hero h1 {
        font-size: 2.72rem;
    }

    .trust-list {
        grid-template-columns: 1fr;
    }

    .hero-stage {
        min-height: 535px;
    }

    .parent-proof > div {
        grid-template-columns: 1fr;
    }

    .parent-proof span {
        border-top: 1px solid rgba(255, 255, 255, .11);
        border-left: 0;
    }

    .parent-proof span:first-child {
        border-top: 0;
    }

    .pathway-tabs {
        grid-template-columns: repeat(2, 1fr);
    }

    .pathway-tabs button:nth-child(2) {
        border-right: 0;
    }

    .pathway-tabs button:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .stage-note {
        animation: none !important;
    }
}

@media print {
    #navBarContainer,
    .mobile-consult,
    .hero-actions,
    .final-cta .hero-actions,
    .page-footer > a {
        display: none !important;
    }

    .reveal {
        opacity: 1 !important;
        transform: none !important;
    }
}
