/* ===== PAGE-SCOPED PREMIUM STYLES ===== */
header,
.header {
    background: rgba(6, 16, 30, .85) !important;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

header a,
.header a,
.nav a {
    color: rgba(255, 255, 255, .85) !important;
}

.fullstack-flex-main {
    overflow-x: clip;
    overflow-y: visible;
}

#fullstack-flex .premium-button.ghost {
    animation: graduate-cta-shake 2s ease-in-out infinite;
    transform-origin: 50% 50%;
}

#fullstack-flex .graduate-reviews-cta .premium-button.ghost {
    animation: none;
}

@media (prefers-reduced-motion: reduce) {
    #fullstack-flex .premium-button.ghost {
        animation: none;
    }
}

body {
    margin: 0;
}

.fullstack-hero {
    min-height: calc(100svh - var(--premium-header-height));
    /*padding: 72px 0 64px;*/
    padding: 0 0 64px;
    display: flex;
    align-items: center;
}

.fullstack-hero[data-stage-word] {
    --stage-top: 10px;
    --stage-right: -64px;
}

.fullstack-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, .74fr);
    gap: 48px;
    align-items: center;
}

.fullstack-hero-copy {
    min-width: 0;
}

.fullstack-kicker {
    margin-bottom: 24px;
}

.fullstack-hero-title {
    max-width: 760px;
    margin: 0 0 18px;
    font-size: 72px;
    line-height: .98;
}

.fullstack-hero-title span {
    display: block;
}

.fullstack-hero-title span:last-child {
    color: transparent;
    background: linear-gradient(115deg, #ffffff 0%, #cfe4ff 28%, var(--owu-blue) 58%, var(--owu-green) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.fullstack-hero-subtitle {
    max-width: 720px;
    margin: 0 0 24px;
    font-family: 'Unbounded', sans-serif;
    font-size: 34px;
    line-height: 1.14;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .9);
}

.fullstack-hero-lead {
    max-width: 700px;
    margin: 0 0 30px;
}

.fullstack-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 36px;
}

.fullstack-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 760px;
}

.fullstack-proof-card {
    min-height: 116px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .045);
    box-shadow: 0 20px 70px rgba(0, 0, 0, .22);
    backdrop-filter: blur(18px);
}

.fullstack-proof-card strong {
    display: block;
    margin-bottom: 8px;
    font-family: 'Unbounded', sans-serif;
    font-size: 30px;
    line-height: 1;
    color: var(--owu-green);
}

.fullstack-proof-card span {
    display: block;
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    line-height: 1.35;
}

.fullstack-career-visual {
    min-height: 560px;
    position: relative;
    display: grid;
    align-items: end;
    border-radius: 8px;
}

.fullstack-career-visual::before {
    content: '';
    position: absolute;
    inset: 34px 28px 0;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(4, 9, 21, .04), rgba(4, 9, 21, .86)),
        url('../image/logo/webp/react_girl.webp') center bottom / contain no-repeat;
    box-shadow: 0 44px 120px rgba(0, 0, 0, .42), inset 0 0 0 1px rgba(255, 255, 255, .05);
}

.fullstack-code-panel,
.fullstack-hiring-card,
.fullstack-path-card {
    position: relative;
    z-index: 1;
    width: min(100%, 340px);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(5, 13, 25, .76);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
    backdrop-filter: blur(18px);
}

.fullstack-code-panel {
    align-self: start;
    margin: 0 0 25px auto;
    padding: 18px;
    font-family: 'Commissioner', sans-serif;
}

.fullstack-code-panel span {
    display: block;
    margin-bottom: 12px;
    color: var(--owu-blue);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.fullstack-code-panel code {
    display: block;
    color: rgba(255, 255, 255, .8);
    font-family: 'Commissioner', sans-serif;
    font-size: 15px;
    line-height: 1.65;
}

.fullstack-hiring-card {
    margin: auto auto 26px 0;
    padding: 20px;
}

.fullstack-hiring-card small,
.fullstack-path-card small {
    display: block;
    margin-bottom: 10px;
    color: var(--owu-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.fullstack-hiring-card p,
.fullstack-path-card p {
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 18px;
    line-height: 1.42;
    font-weight: 700;
}

.fullstack-path-card {
    margin: 0 22px 34px auto;
    padding: 20px;
}

.fullstack-path-list {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.fullstack-path-list li {
    display: flex;
    gap: 9px;
    align-items: center;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.3;
}

.fullstack-path-list li::before {
    content: '';
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--owu-orange);
    box-shadow: 0 0 14px rgba(255, 150, 56, .58);
}

.learning-platform-card-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--owu-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.learning-platform-card h3 {
    margin: 0;
    font-size: clamp(1.12rem, 1.6vw, 1.42rem);
    line-height: 1.28;
    color: rgba(255, 255, 255, .96);
}

.learning-platform-card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 999px;
    background: rgba(52, 144, 255, .12);
    color: rgba(255, 255, 255, .88);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.learning-platform-card p {
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 15px;
    line-height: 1.78;
}

.learning-platform-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.learning-platform-card-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    line-height: 1.35;
}

@media (max-width: 1040px) {
    .learning-platform-heading {
        grid-template-columns: 1fr;
    }

    .learning-platform-stage {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .learning-platform-title,
    .learning-platform-heading .premium-copy {
        max-width: 100%;
    }
}

@media (max-width: 700px) {
    .learning-platform-section {
        padding: 68px 0;
    }

    .learning-platform-section[data-stage-word] {
        --stage-top: 34px;
        --stage-right: -118px;
    }

    .learning-platform-heading {
        margin-bottom: 24px;
    }

    .learning-platform-stage {
        gap: 20px;
    }

    .learning-platform-title {
        font-size: clamp(2rem, 10vw, 2.85rem);
        line-height: .98;
    }

    .learning-platform-heading .premium-copy {
        font-size: 15px;
        line-height: 1.72;
    }

    .learning-platform-visual {
        padding: 16px;
        border-radius: 24px;
    }

    .learning-platform-frame {
        border-radius: 18px;
    }

    .learning-platform-frame-top {
        grid-template-columns: auto 1fr;
    }

    .learning-platform-frame-status {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .learning-platform-screen {
        padding: 14px;
    }

    .learning-platform-screen::before {
        inset: 10px;
        border-radius: 14px;
    }

    .learning-platform-screen img {
        min-height: 220px;
    }

    .learning-platform-console {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .learning-platform-console-item {
        padding: 14px;
    }

    .learning-platform-console-item strong {
        font-size: 20px;
    }

    .learning-platform-card {
        padding: 20px 18px 18px;
        border-radius: 20px;
    }

    .learning-platform-card-head {
        margin-bottom: 14px;
    }

    .learning-platform-card-badge {
        min-height: 32px;
        padding: 7px 10px;
        font-size: 10px;
    }

    .learning-platform-card h3 {
        font-size: 15px;
    }

    .learning-platform-card p {
        font-size: 13px;
        line-height: 1.55;
    }

    .learning-platform-card-meta {
        margin-top: 14px;
    }

    .learning-platform-card-meta span {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 520px) {
    .learning-platform-visual {
        padding: 12px;
        border-radius: 20px;
    }

    .learning-platform-frame-top {
        gap: 10px;
        padding: 12px 14px;
    }

    .learning-platform-frame-label,
    .learning-platform-frame-status {
        font-size: 10px;
        letter-spacing: .12em;
    }

    .learning-platform-screen {
        padding: 10px;
    }

    .learning-platform-screen::before {
        inset: 8px;
    }

    .learning-platform-screen img {
        min-height: 176px;
    }

    .learning-platform-section[data-stage-word] {
        --stage-top: 42px;
        --stage-right: -136px;
    }
}

/* gap: 14px;
    margin-bottom: 36px; */

.fullstack-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 760px;
}

.fullstack-proof-card {
    min-height: 116px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .045);
    box-shadow: 0 20px 70px rgba(0, 0, 0, .22);
    backdrop-filter: blur(18px);
}

.fullstack-proof-card strong {
    display: block;
    margin-bottom: 8px;
    font-family: 'Unbounded', sans-serif;
    font-size: 30px;
    line-height: 1;
    color: var(--owu-green);
}

.fullstack-proof-card span {
    display: block;
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    line-height: 1.35;
}

.fullstack-career-visual {
    min-height: 560px;
    position: relative;
    display: grid;
    align-items: end;
    border-radius: 8px;
}

.fullstack-career-visual::before {
    content: '';
    position: absolute;
    inset: 34px 28px 0;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(4, 9, 21, .04), rgba(4, 9, 21, .86)),
        url('../image/logo/webp/react_girl.webp') center bottom / contain no-repeat;
    box-shadow: 0 44px 120px rgba(0, 0, 0, .42), inset 0 0 0 1px rgba(255, 255, 255, .05);
}

.fullstack-code-panel,
.fullstack-hiring-card,
.fullstack-path-card {
    position: relative;
    z-index: 1;
    width: min(100%, 340px);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(5, 13, 25, .76);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
    backdrop-filter: blur(18px);
}

.fullstack-code-panel {
    align-self: start;
    margin: 0 0 25px auto;
    padding: 18px;
    font-family: 'Commissioner', sans-serif;
}

.fullstack-code-panel span {
    display: block;
    margin-bottom: 12px;
    color: var(--owu-blue);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.fullstack-code-panel code {
    display: block;
    color: rgba(255, 255, 255, .8);
    font-family: 'Commissioner', sans-serif;
    font-size: 15px;
    line-height: 1.65;
}

.fullstack-hiring-card {
    margin: auto auto 26px 0;
    padding: 20px;
}

.fullstack-hiring-card small,
.fullstack-path-card small {
    display: block;
    margin-bottom: 10px;
    color: var(--owu-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.fullstack-hiring-card p,
.fullstack-path-card p {
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 18px;
    line-height: 1.42;
    font-weight: 700;
}

.fullstack-path-card {
    margin: 0 22px 34px auto;
    padding: 20px;
}

.fullstack-path-list {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.fullstack-path-list li {
    display: flex;
    gap: 9px;
    align-items: center;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.3;
}

.fullstack-path-list li::before {
    content: '';
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--owu-orange);
    box-shadow: 0 0 14px rgba(255, 150, 56, .58);
}

.duration-section {
    position: relative;
    scroll-margin-top: calc(var(--premium-header-height) + 28px);
    overflow: hidden;
    background:
        linear-gradient(180deg, #fbfdff 0%, #f3f8ff 100%);
}

.duration-section::before,
.duration-section::after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.duration-section::before {
    inset: 0;
    background:
        linear-gradient(rgba(52, 144, 255, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(52, 144, 255, .055) 1px, transparent 1px);
    background-size: 128px 128px;
    opacity: .35;
}

.duration-section::after {
    width: 560px;
    height: 560px;
    right: -240px;
    top: -180px;
    border-radius: 50%;
    border: 1px solid rgba(52, 144, 255, .12);
    box-shadow: 0 0 0 48px rgba(52, 144, 255, .06), 0 0 0 96px rgba(52, 144, 255, .03);
}

.duration-section[data-stage-word] {
    --stage-top: 30px;
    --stage-right: -14px;
}

.duration-section .premium-shell {
    position: relative;
    z-index: 1;
}

.duration-section .premium-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 12px 22px;
    border: 1px solid rgba(255, 150, 56, .24);
    border-radius: 999px;
    background: rgba(255, 150, 56, .08);
    color: #ff8c32;
    box-shadow: 0 8px 24px rgba(255, 150, 56, .08);
}

.duration-section .premium-copy {
    color: rgba(7, 17, 31, .8);
}

.duration-section .premium-title {
    color: #07111f;
}

.duration-section[data-stage-word]::marker {
    content: '';
}

.duration-section[data-stage-word]::before {
    opacity: .28;
}

.duration-heading {
    position: relative;
    margin-bottom: 46px;
}

.duration-heading>div {
    min-width: 0;
}

.duration-heading .premium-title {
    max-width: 11ch;
    overflow-wrap: anywhere;
    hyphens: auto;
    font-size: clamp(28px, 4.4vw, 55px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.duration-layout {
    display: grid;
    grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr);
    gap: 40px;
    align-items: start;
}

.duration-visual {
    position: relative;
    min-height: 540px;
    padding: 30px;
    border: 1px solid rgba(52, 144, 255, .12);
    border-radius: 36px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(244, 249, 255, .9));
    box-shadow: 0 28px 64px rgba(52, 83, 133, .08);
}

.duration-visual::before,
.duration-visual::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.duration-visual::before {
    width: 440px;
    height: 440px;
    left: -110px;
    bottom: -120px;
    border: 1px solid rgba(52, 144, 255, .14);
    box-shadow: 0 0 0 42px rgba(52, 144, 255, .06), 0 0 0 84px rgba(52, 144, 255, .035);
}

.duration-visual::after {
    width: 220px;
    height: 220px;
    right: -68px;
    top: 52px;
    border: 1px solid rgba(255, 150, 56, .18);
    box-shadow: 0 0 0 34px rgba(255, 150, 56, .05);
}

.duration-orbit {
    position: relative;
    min-height: 480px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.duration-orbit::before,
.duration-orbit::after {
    content: '';
    position: absolute;
    inset: 12% 14% 10%;
    border-radius: 50%;
    border: 1px solid rgba(52, 144, 255, .12);
}

.duration-orbit::after {
    inset: 19% 22% 18%;
    border-color: rgba(52, 144, 255, .09);
}

.duration-portrait {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    width: min(100%, 372px);
    transform: translateX(-50%);
    filter: drop-shadow(0 22px 28px rgba(7, 17, 31, .1));
}

.duration-badge {
    position: absolute;
    z-index: 3;
    display: grid;
    gap: 6px;
    width: min(230px, 44%);
    padding: 20px 22px;
    border: 1px solid rgba(52, 144, 255, .12);
    border-radius: 24px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 40px rgba(72, 108, 158, .1);
}

.duration-badge strong {
    display: block;
    font-family: 'Unbounded', sans-serif;
    font-size: 30px;
    line-height: 1;
    color: #0a1a2f;
}

.duration-badge small {
    display: block;
    color: rgba(7, 17, 31, .68);
    font-size: 13px;
    line-height: 1.5;
}

.duration-badge--top {
    top: 36px;
    left: 18px;
}

.duration-badge--bottom {
    right: 18px;
    bottom: 34px;
}

.duration-content {
    min-width: 0;
    display: grid;
    gap: 18px;
}

.duration-highlight {
    position: relative;
    min-height: 0;
    height: auto;
    padding: 30px 32px;
    border: 1px solid rgba(52, 144, 255, .12);
    border-radius: 30px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 24px 56px rgba(72, 108, 158, .08);
}

.duration-highlight::before,
.duration-highlight::after {
    content: '';
    position: absolute;
    width: 84px;
    height: 84px;
    border: 4px solid transparent;
    border-radius: 18px;
    pointer-events: none;
}

.duration-highlight::before {
    top: 12px;
    left: 12px;
    border-top-color: rgba(52, 144, 255, .8);
    border-left-color: rgba(52, 144, 255, .8);
}

.duration-highlight::after {
    right: 12px;
    bottom: 12px;
    border-right-color: rgba(255, 150, 56, .85);
    border-bottom-color: rgba(255, 150, 56, .85);
}

.duration-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(52, 144, 255, .1);
    color: var(--owu-blue-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.duration-highlight p {
    max-width: 58ch;
    margin: 0;
    color: rgba(7, 17, 31, .84);
    font-size: clamp(1rem, 1.28vw, 1.1rem);
    line-height: 1.72;
}

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

.duration-step {
    position: relative;
    min-width: 0;
    padding: 28px 24px 84px;
    border: 1px solid rgba(52, 144, 255, .12);
    border-radius: 28px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 18px 44px rgba(72, 108, 158, .07);
}

.duration-step::before {
    content: attr(data-index);
    position: absolute;
    top: 18px;
    right: 18px;
    font-family: 'Unbounded', sans-serif;
    font-size: 12px;
    color: rgba(7, 17, 31, .28);
}

.duration-step small {
    display: block;
    margin-bottom: 14px;
    color: var(--owu-blue-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.duration-step strong {
    display: block;
    margin-bottom: 12px;
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(1.08rem, 1.7vw, 1.3rem);
    line-height: 1.25;
    color: #0a1a2f;
}

.duration-step p {
    margin: 0;
    color: rgba(7, 17, 31, .72);
    font-size: 15px;
    line-height: 1.65;
}

.duration-step span {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    display: inline-flex;
    justify-content: center;
    padding: 10px 14px;
    border: 1px solid rgba(255, 150, 56, .16);
    border-radius: 999px;
    background: rgba(255, 150, 56, .08);
    color: #a25d1c;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.duration-factors {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.duration-factors span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid rgba(52, 144, 255, .1);
    border-radius: 999px;
    background: rgba(255, 255, 255, .8);
    color: rgba(7, 17, 31, .7);
    font-size: 13px;
    line-height: 1.3;
}

.mentors-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(52, 144, 255, .18), transparent 34%),
        radial-gradient(circle at bottom right, rgba(137, 226, 78, .12), transparent 28%),
        linear-gradient(180deg, #edf5ff 0%, #e4eef9 100%);
}

.mentors-section::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(52, 144, 255, .075) 1px, transparent 1px),
        linear-gradient(90deg, rgba(52, 144, 255, .075) 1px, transparent 1px);
    background-size: 74px 74px;
    opacity: .7;
}

.mentors-section::after {
    content: '';
    position: absolute;
    inset: auto -12% 8% auto;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    border: 1px solid rgba(52, 144, 255, .12);
    box-shadow: 0 0 0 40px rgba(52, 144, 255, .05), 0 0 0 80px rgba(52, 144, 255, .025);
    pointer-events: none;
}

.mentors-section[data-stage-word] {
    --stage-top: 40px;
    --stage-right: -18px;
}

.mentors-section .premium-title {
    color: #07111f;
}

.mentors-section .premium-copy {
    color: rgba(7, 17, 31, .78);
}

.mentors-section .premium-eyebrow {
    color: rgba(7, 17, 31, .82);
    border-color: rgba(137, 226, 78, .42);
    background: rgba(255, 255, 255, .42);
    box-shadow: 0 10px 24px rgba(52, 144, 255, .08);
}

.mentors-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 34px;
}

.mentors-heading>div,
.mentors-heading-copy {
    min-width: 0;
}

.mentors-heading .premium-title {
    max-width: 11ch;
    overflow-wrap: anywhere;
    hyphens: auto;
    font-size: clamp(28px, 4.4vw, 55px);
    line-height: 1.02;
}

.mentors-heading-copy {
    display: grid;
    gap: 18px;
    align-content: end;
}

.mentors-heading-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mentor-spotlight-chips {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.mentors-heading-tags span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1.3;
    border: 1px solid rgba(52, 144, 255, .16);
    background: rgba(255, 255, 255, .72);
    color: rgba(7, 17, 31, .74);
    box-shadow: 0 14px 30px rgba(48, 76, 121, .08);
}

.mentor-spotlight-chips span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    line-height: 1.3;
}

.mentor-spotlight-chips span::before {
    content: '';
    flex: none;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(52, 144, 255, .9);
}

.mentors-overview {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, .84fr) minmax(0, 1.16fr);
    gap: 20px;
    margin-bottom: 28px;
}

.mentors-brief-card {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 32px;
    background:
        linear-gradient(145deg, rgba(8, 22, 38, .96), rgba(11, 31, 51, .92));
    box-shadow: 0 30px 66px rgba(10, 24, 43, .22);
}

.mentors-brief-kicker,
.mentors-slider-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mentors-brief-kicker {
    background: rgba(52, 144, 255, .14);
    color: #9bc7ff;
}

.mentors-brief-card h3 {
    margin: 0 0 18px;
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(1.25rem, 2vw, 1.9rem);
    line-height: 1.08;
    color: #ffffff;
}

.mentors-brief-card p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 16px;
    line-height: 1.7;
}

.mentors-signal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mentors-signal-card {
    min-height: 184px;
    padding: 24px;
    border: 1px solid rgba(52, 144, 255, .12);
    border-radius: 28px;
    background: rgba(255, 255, 255, .74);
    box-shadow: 0 24px 50px rgba(46, 78, 126, .08);
    backdrop-filter: blur(16px);

    @media (max-width: 480px) {
        min-height: auto;
    }
}

.mentors-signal-card strong {
    display: block;
    margin-bottom: 18px;
    font-family: 'Unbounded', sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #07111f;
}

.mentors-signal-card p {
    margin: 0;
    color: rgba(7, 17, 31, .72);
    font-size: 15px;
    line-height: 1.65;
}

.mentors-slider-block {
    position: relative;
    z-index: 1;
    padding: 26px 26px 50px;
    border: 1px solid rgba(52, 144, 255, .12);
    border-radius: 34px;
    background: rgba(255, 255, 255, .52);
    box-shadow: 0 28px 60px rgba(42, 72, 120, .1);
    backdrop-filter: blur(14px);
}

.mentors-slider-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.mentors-slider-top>div {
    max-width: 760px;
    min-width: 0;
}

.mentors-slider-label {
    background: rgba(7, 17, 31, .06);
    color: rgba(7, 17, 31, .76);
}

.mentors-slider-top p {
    margin: 0;
    color: rgba(7, 17, 31, .7);
    font-size: 15px;
    line-height: 1.7;
}

.mentors-slider {
    --ms-control-size: 52px;
}

.mentors-slider .ms-navigation {
    justify-content: flex-start;
    position: absolute;
    right: 0;
    bottom: -36px;
}

.mentors-slider .ms-button {
    border-color: rgba(52, 144, 255, .16);
    background: rgba(255, 255, 255, .94);
    color: #07111f;
    box-shadow: 0 18px 32px rgba(43, 74, 120, .12);
}

.mentors-slider .ms-button:hover:not(:disabled),
.mentors-slider .ms-button:focus-visible {
    border-color: #07111f;
    background: #07111f;
    color: #ffffff;
}

.mentors-slider .ms-pagination {
    justify-content: flex-start;
}

.mentors-slider .ms-pagination__bullet {
    background: rgba(7, 17, 31, .12);
}

.mentors-slider .ms-pagination__bullet.is-active {
    background: var(--owu-blue);
    box-shadow: 0 0 18px rgba(52, 144, 255, .28);
}

.mentor-spotlight-card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-height: 100%;
    padding: 16px;
    border: 1px solid rgba(52, 144, 255, .12);
    border-radius: 28px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 24px 48px rgba(44, 72, 115, .1);
}

.mentor-spotlight-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.mentor-spotlight-index,
.mentor-spotlight-track {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mentor-spotlight-index {
    background: rgba(52, 144, 255, .12);
    color: rgba(7, 17, 31, .78);
}

.mentor-spotlight-track {
    max-width: calc(100% - 62px);
    background: rgba(7, 17, 31, .06);
    color: rgba(7, 17, 31, .58);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mentor-spotlight-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 0.84;
    margin-bottom: 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(199, 218, 242, .62), rgba(227, 237, 249, .94));
}

.mentor-spotlight-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mentor-spotlight-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.mentor-spotlight-body h3 {
    margin: 0 0 10px;
    font-family: 'Unbounded', sans-serif;
    font-size: 22px;
    line-height: 1.08;
    color: #07111f;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.mentor-spotlight-modules,
.mentor-spotlight-role {
    margin: 0;
    color: rgba(7, 17, 31, .72);
}

.mentor-spotlight-modules {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.45;
}

.mentor-spotlight-role {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.55;
    flex: 1;
}

.mentor-spotlight-chips span {
    color: rgba(7, 17, 31, .55);
}

@media screen and (max-width: 980px) {
    .fullstack-hero {
        padding: 58px 0 56px;
    }

    .fullstack-hero-shell {
        grid-template-columns: 1fr;
    }

    .fullstack-hero-title {
        font-size: 56px;
    }

    .fullstack-hero-subtitle {
        font-size: 28px;
    }

    .fullstack-career-visual {
        min-height: 520px;
    }

    .duration-layout {
        grid-template-columns: 1fr;
    }

    .duration-heading .premium-title {
        max-width: 100%;
    }

    .duration-visual {
        max-width: 620px;
        width: 100%;
        margin: 0 auto;
    }

    .mentors-overview {
        grid-template-columns: 1fr;
    }

    .mentors-signal-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mentors-section[data-stage-word] {
        --stage-right: -68px;
    }

}

@media screen and (max-width: 680px) {
    .fullstack-hero {
        /*padding: 42px 0 44px;*/
        padding: 42px 0 44px;
    }

    .fullstack-hero-title {
        font-size: 40px;
        line-height: 1.06;
    }

    .fullstack-hero-subtitle {
        font-size: 22px;
    }

    .fullstack-hero-lead {
        font-size: 16px;
    }

    .fullstack-actions {
        flex-direction: column;
    }

    .fullstack-actions .premium-button {
        width: 100%;
        box-sizing: border-box;
    }

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

    .fullstack-career-visual {
        min-height: 620px;
        padding: 0 10px;
    }

    .fullstack-career-visual::before {
        inset: 88px 0 0;
        background-size: 92% auto;
    }

    .fullstack-code-panel,
    .fullstack-hiring-card,
    .fullstack-path-card {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .fullstack-hiring-card {
        margin-bottom: 14px;
    }

    .fullstack-path-card {
        margin-bottom: 0;
    }

    .duration-heading {
        margin-bottom: 30px;
    }

    .duration-visual {
        min-height: 430px;
        padding: 20px;
        border-radius: 22px;
    }

    .duration-orbit {
        min-height: 388px;
    }

    .duration-orbit::before {
        inset: 13% 12% 15%;
        box-shadow: 0 0 0 18px rgba(255, 255, 255, .03), 0 0 0 38px rgba(52, 144, 255, .08);
    }

    .duration-portrait {
        width: min(100%, 300px);
    }

    .duration-badge {
        width: min(220px, 52%);
        padding: 14px 16px;
        border-radius: 18px;
    }

    .duration-badge strong {
        font-size: 22px;
    }

    .duration-track {
        grid-template-columns: 1fr;
    }

    .duration-highlight,
    .duration-step {
        padding-left: 18px;
        padding-right: 18px;
    }

    .duration-step span {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .mentors-heading {
        margin-bottom: 28px;
    }

    .mentors-overview {
        margin-bottom: 22px;
    }

    .mentors-signal-grid {
        grid-template-columns: 1fr;
    }

    .mentors-brief-card,
    .mentors-signal-card,
    .mentors-slider-block {
        padding: 20px;
        border-radius: 24px;
    }

    .mentors-slider-top {
        margin-bottom: 20px;
    }

    .mentors-slider.ms-root.is-slider-mode {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        row-gap: 14px;
        align-items: center;
    }

    .mentors-slider.ms-root.is-slider-mode .ms-viewport {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    .mentors-slider.ms-root.is-slider-mode .ms-slide {
        width: 100%;
    }

    .mentors-slider .ms-navigation {
        position: static;
        grid-column: 2;
        grid-row: 2;
        justify-content: flex-end;
        margin-top: 0;
    }

    .mentors-slider .ms-pagination {
        grid-column: 1;
        grid-row: 2;
        justify-content: flex-start;
        width: 100%;
        min-width: 0;
        overflow: hidden;
        margin-top: 0;
    }

    .mentor-spotlight-card {
        padding: 14px;
        border-radius: 24px;
    }

    .mentor-spotlight-body h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .fullstack-hero-title {
        font-size: 34px;
    }

    .fullstack-hero-subtitle {
        font-size: 19px;
    }

    .fullstack-proof-card strong {
        font-size: 26px;
    }

    .duration-section[data-stage-word] {
        --stage-right: -92px;
    }

    .duration-visual {
        min-height: 390px;
        padding: 16px;
    }

    .duration-orbit {
        min-height: 340px;
    }

    .duration-badge {
        width: min(176px, 56%);
        padding: 12px 14px;
    }

    .duration-badge--top {
        top: 12px;
        left: 0;
    }

    .duration-badge--bottom {
        right: 0;
        bottom: 14px;
    }

    .duration-badge strong {
        font-size: 18px;
    }

    .duration-badge small,
    .duration-step p,
    .duration-factors span {
        font-size: 12px;
    }

    .mentors-section[data-stage-word] {
        --stage-right: -112px;
    }

    .mentors-heading .premium-title {
        max-width: 100%;
        font-size: clamp(1.1rem, 10.5vw, 1.6rem);
        line-height: 1.15;
    }

    .mentors-heading-tags span,
    .mentor-spotlight-modules,
    .mentor-spotlight-role,
    .mentors-slider-top p,
    .mentors-signal-card p {
        font-size: 13px;
    }

    .mentors-brief-card h3 {
        font-size: 20px;
    }

    .mentor-spotlight-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .mentor-spotlight-track {
        max-width: 100%;
        white-space: normal;
    }

    .mentors-slider.ms-root.is-slider-mode {
        grid-template-columns: 1fr;
        row-gap: 12px;
    }

    .mentors-slider .ms-pagination,
    .mentors-slider .ms-navigation {
        grid-column: 1;
        width: 100%;
        justify-content: center;
    }

    .mentors-slider .ms-pagination {
        grid-row: 2;
    }

    .mentors-slider .ms-navigation {
        grid-row: 3;
    }

    .duration-heading .premium-title {
        line-height: 1.15;
        font-size: clamp(1.1rem, 10.5vw, 1.6rem);
        max-width: 100%;
    }
}

/* ===== FULLSTACK CURRICULUM PROGRAM ===== */
.curriculum-section {
    --curriculum-blue: #3490ff;
    --curriculum-green: #89e24e;
    --curriculum-orange: #ff9638;
    --curriculum-ink: #040915;
    position: relative;
    overflow: hidden;
    padding: 104px 0;
    background:
        radial-gradient(circle at 13% 16%, rgba(52, 144, 255, .22), transparent 28%),
        radial-gradient(circle at 88% 10%, rgba(137, 226, 78, .13), transparent 24%),
        radial-gradient(circle at 72% 88%, rgba(255, 150, 56, .14), transparent 26%),
        linear-gradient(180deg, #07111f 0%, #030814 100%);
    isolation: isolate;
    scroll-margin-top: calc(var(--premium-header-height, 72px) + 24px);
}

.curriculum-section::before,
.curriculum-section::after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.curriculum-section::before {
    inset: 0;
    z-index: -2;
    background-image:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .82), transparent 82%);
}

.curriculum-section::after {
    inset: 64px max(22px, calc((100vw - 1280px) / 2)) auto auto;
    z-index: -1;
    width: min(36vw, 520px);
    height: min(36vw, 520px);
    border: 1px solid rgba(52, 144, 255, .18);
    border-radius: 50%;
    box-shadow: 0 0 0 48px rgba(52, 144, 255, .045), inset 0 0 90px rgba(52, 144, 255, .08);
    opacity: .9;
}

.curriculum-section[data-stage-word] {
    --stage-top: 28px;
    --stage-right: -68px;
}

.curriculum-shell {
    position: relative;
    z-index: 1;
}

.curriculum-heading {
    align-items: start;
    margin-bottom: 34px;
}

.curriculum-heading>div {
    min-width: 0;
}

.curriculum-heading .premium-title {
    max-width: 12ch;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.curriculum-heading .premium-copy {
    max-width: 660px;
    color: rgba(255, 255, 255, .72);
}

.curriculum-app {
    position: relative;
    min-height: 560px;
    transition: height .34s cubic-bezier(.22, 1, .36, 1);
}

.curriculum-fallback {
    display: grid;
    gap: 18px;
}

.curriculum-fallback-category {
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .035));
    padding: 22px;
}

.curriculum-fallback-category-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 14px;
}

.curriculum-fallback-track {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
}

.curriculum-fallback-category-head h3 {
    margin: 0;
    color: #fff;
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(1.1rem, 1.6vw, 1.5rem);
}

.curriculum-fallback-duration {
    margin-left: auto;
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
}

.curriculum-fallback-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.curriculum-fallback-stack span {
    padding: 5px 12px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
}

.curriculum-fallback-modules {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.curriculum-fallback-modules h4 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.curriculum-fallback-modules p {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.6;
}

.curriculum-board {
    display: grid;
    grid-template-columns: minmax(220px, .62fr) minmax(360px, 1.18fr) minmax(340px, .82fr);
    gap: 18px;
    align-items: stretch;
}

.curriculum-board.is-transitioning {
    pointer-events: none;
}

.curriculum-panel {
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .035));
    box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
}

.curriculum-categories {
    position: relative;
    padding: 12px;
    overflow: hidden;
}

.curriculum-categories::before {
    content: '';
    position: absolute;
    inset: 12px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(52, 144, 255, .08), transparent 46%, rgba(137, 226, 78, .06));
    opacity: .75;
    pointer-events: none;
}

.curriculum-category-list {
    position: relative;
    display: grid;
    gap: 8px;
    z-index: 1;
}

.curriculum-category-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--indicator-height, 54px);
    border: 1px solid rgba(52, 144, 255, .5);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(52, 144, 255, .24), rgba(137, 226, 78, .12)),
        rgba(255, 255, 255, .045);
    box-shadow: 0 16px 42px rgba(52, 144, 255, .18), inset 0 0 0 1px rgba(255, 255, 255, .06);
    transform: translate3d(0, var(--indicator-y, 0px), 0);
    transition: transform .45s cubic-bezier(.22, 1, .36, 1), height .45s cubic-bezier(.22, 1, .36, 1);
    pointer-events: none;
}

.curriculum-category {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    width: 100%;
    min-height: 54px;
    padding: 10px 12px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: rgba(255, 255, 255, .64);
    text-align: left;
    cursor: pointer;
    transition: color .24s ease, transform .24s ease, background .24s ease;
}

.curriculum-category:hover,
.curriculum-category:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, .045);
    outline: 0;
}

.curriculum-category:focus-visible {
    box-shadow: 0 0 0 2px rgba(137, 226, 78, .5);
}

.curriculum-category.is-active {
    color: #fff;
}

.curriculum-category-index {
    font-family: 'Unbounded', sans-serif;
    font-size: 12px;
    line-height: 1;
    color: rgba(255, 255, 255, .38);
}

.curriculum-category.is-active .curriculum-category-index {
    color: var(--curriculum-green);
}

.curriculum-category-title {
    min-width: 0;
    font-family: 'Unbounded', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.curriculum-category-count {
    display: inline-grid;
    min-width: 30px;
    min-height: 30px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    color: rgba(255, 255, 255, .52);
    font-size: 12px;
    font-weight: 800;
}

.curriculum-category.is-active .curriculum-category-count {
    border-color: rgba(137, 226, 78, .34);
    color: var(--curriculum-green);
    background: rgba(137, 226, 78, .08);
}

.curriculum-modules {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
}

.curriculum-panel-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    padding: 22px 22px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.curriculum-panel-label {
    display: block;
    margin-bottom: 7px;
    color: var(--curriculum-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.curriculum-panel-title {
    margin: 0;
    color: #fff;
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(1.12rem, 1.7vw, 1.5rem);
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.curriculum-panel-meta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 150, 56, .22);
    border-radius: 999px;
    background: rgba(255, 150, 56, .08);
    color: #ffd4ad;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.curriculum-panel-meta::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--curriculum-orange);
    box-shadow: 0 0 14px rgba(255, 150, 56, .7);
}

.curriculum-module-list-wrap {
    position: relative;
    overflow: hidden;
}

.curriculum-module-list {
    display: grid;
    gap: 10px;
    max-height: 630px;
    padding: 16px;
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-color: rgba(52, 144, 255, .5) rgba(255, 255, 255, .06);
}

.curriculum-module-list::-webkit-scrollbar {
    width: 8px;
}

.curriculum-module-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .05);
    border-radius: 999px;
}

.curriculum-module-list::-webkit-scrollbar-thumb {
    background: rgba(52, 144, 255, .55);
    border-radius: 999px;
}

.curriculum-module {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    width: 100%;
    min-height: 62px;
    padding: 15px 16px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 8px;
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .78);
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    transform: translateZ(0);
    transition: transform .24s ease, border-color .24s ease, background .24s ease, color .24s ease;
    animation: curriculumItemIn .46s both;
    animation-delay: calc(var(--stagger, 0) * 34ms);
}

.curriculum-module::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, var(--curriculum-blue), var(--curriculum-green));
    opacity: 0;
    transition: opacity .24s ease;
}

.curriculum-module:hover,
.curriculum-module:focus-visible {
    color: #fff;
    border-color: rgba(52, 144, 255, .34);
    background: rgba(255, 255, 255, .065);
    transform: translate3d(0, -2px, 0);
    outline: 0;
}

.curriculum-module:focus-visible {
    box-shadow: 0 0 0 2px rgba(137, 226, 78, .44);
}

.curriculum-module.is-active {
    color: #fff;
    border-color: rgba(52, 144, 255, .5);
    background:
        linear-gradient(90deg, rgba(52, 144, 255, .18), rgba(137, 226, 78, .08)),
        rgba(255, 255, 255, .06);
    box-shadow: 0 18px 44px rgba(52, 144, 255, .14);
}

.curriculum-module.is-active::before {
    opacity: 1;
}

.curriculum-module-title {
    min-width: 0;
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.curriculum-module-arrow {
    position: relative;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.curriculum-module-arrow::before,
.curriculum-module-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.curriculum-module-arrow::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.curriculum-module-arrow::after {
    transform: translate(-20%, -50%) rotate(-45deg);
}

.curriculum-module.is-active .curriculum-module-arrow {
    border-color: rgba(137, 226, 78, .36);
    background: rgba(137, 226, 78, .1);
    color: var(--curriculum-green);
    transform: rotate(90deg);
}

.curriculum-detail {
    position: relative;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    overflow: hidden;
}

.curriculum-detail::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 12%, rgba(137, 226, 78, .14), transparent 32%),
        radial-gradient(circle at 12% 82%, rgba(255, 150, 56, .13), transparent 30%);
    pointer-events: none;
}

.curriculum-detail>* {
    position: relative;
    z-index: 1;
}

.curriculum-detail-body {
    display: grid;
    align-content: start;
    gap: 18px;
    padding: 22px;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity .26s ease, transform .26s ease;
}

.curriculum-board.is-transitioning .curriculum-detail-body,
.curriculum-board.is-transitioning .curriculum-module-list {
    opacity: .28;
    transform: translate3d(0, 8px, 0);
}

.curriculum-detail-kicker {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(137, 226, 78, .24);
    border-radius: 999px;
    background: rgba(137, 226, 78, .08);
    color: #d6ffc2;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.curriculum-detail-kicker::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--curriculum-green);
    box-shadow: 0 0 14px rgba(137, 226, 78, .72);
}

.curriculum-detail-title {
    margin: 0;
    color: #fff;
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(1.32rem, 2vw, 2rem);
    line-height: 1.16;
    overflow-wrap: anywhere;
}

.curriculum-detail-copy {
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 15px;
    line-height: 1.72;
}

.curriculum-detail-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.curriculum-detail-list li {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    color: rgba(255, 255, 255, .73);
    font-size: 14px;
    line-height: 1.45;
}

.curriculum-detail-list li::before {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: 6px;
    border-radius: 50%;
    background: var(--curriculum-blue);
    box-shadow: 0 0 14px rgba(52, 144, 255, .72);
}

.curriculum-roadmap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.curriculum-roadmap-step {
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 8px;
    background: rgba(255, 255, 255, .045);
}

.curriculum-roadmap-step span {
    display: block;
    margin-bottom: 7px;
    font-family: 'Unbounded', sans-serif;
    font-size: 11px;
    color: var(--curriculum-orange);
}

.curriculum-roadmap-step strong {
    display: block;
    color: rgba(255, 255, 255, .84);
    font-size: 12px;
    line-height: 1.25;
}

.curriculum-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.curriculum-stack span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    background: rgba(255, 255, 255, .045);
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 800;
}

.curriculum-progress {
    padding: 0 22px 22px;
}

.curriculum-progress-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.curriculum-progress-track {
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    overflow: hidden;
}

.curriculum-progress-bar {
    width: var(--progress, 0%);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--curriculum-blue), var(--curriculum-green), var(--curriculum-orange));
    box-shadow: 0 0 20px rgba(52, 144, 255, .34);
    transition: width .45s cubic-bezier(.22, 1, .36, 1);
}

.curriculum-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 16px 22px 22px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.curriculum-cta-note {
    max-width: 220px;
    color: rgba(255, 255, 255, .56);
    font-size: 13px;
    line-height: 1.45;
}

.curriculum-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid rgba(137, 226, 78, .24);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(137, 226, 78, .18), rgba(52, 144, 255, .16));
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.curriculum-cta:hover,
.curriculum-cta:focus-visible {
    border-color: rgba(137, 226, 78, .5);
    box-shadow: 0 16px 36px rgba(137, 226, 78, .12);
    transform: translate3d(0, -2px, 0);
    outline: 0;
}

.learning-platform-section {
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
}

.learning-platform-section[data-stage-word] {
    --stage-top: 8px;
    --stage-right: -34px;
}

.learning-platform-heading {
    align-items: start;
    grid-template-columns: minmax(0, .82fr) minmax(300px, .9fr);
    margin-bottom: clamp(28px, 4vw, 46px);
}

.learning-platform-heading>div,
.learning-platform-copy,
.learning-platform-card {
    min-width: 0;
}

.learning-platform-title {
    font-size: clamp(32px, 4vw, 56px);
    line-height: .96;
    max-width: 12ch;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.learning-platform-title span {
    display: inline;
    color: rgba(255, 255, 255, .88);
}

.learning-platform-heading .premium-copy {
    max-width: 560px;
}

.learning-platform-stage {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
    gap: clamp(24px, 3.6vw, 46px);
    align-items: start;
}

.learning-platform-visual {
    position: sticky;
    top: calc(var(--premium-header-height) + 24px);
    align-self: start;
    min-width: 0;
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 30px;
    background:
        radial-gradient(circle at 16% 16%, rgba(255, 150, 56, .22), transparent 30%),
        radial-gradient(circle at 84% 14%, rgba(52, 144, 255, .26), transparent 28%),
        linear-gradient(180deg, rgba(9, 19, 36, .98), rgba(4, 9, 21, .98));
    box-shadow: 0 34px 90px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.learning-platform-visual::before {
    content: '';
    position: absolute;
    inset: 22px;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 24px;
    pointer-events: none;
}

.learning-platform-frame {
    position: relative;
    z-index: 1;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 22px;
    background: rgba(3, 8, 18, .94);
    box-shadow: 0 32px 72px rgba(0, 0, 0, .36);
}

.learning-platform-frame-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03));
}

.learning-platform-dots {
    display: inline-flex;
    gap: 7px;
}

.learning-platform-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}

.learning-platform-dots span:first-child {
    background: rgba(255, 150, 56, .96);
}

.learning-platform-dots span:nth-child(2) {
    background: rgba(255, 226, 0, .9);
}

.learning-platform-dots span:last-child {
    background: rgba(137, 226, 78, .92);
}

.learning-platform-frame-label,
.learning-platform-frame-status {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.learning-platform-frame-label {
    color: rgba(255, 255, 255, .62);
    font-weight: 700;
}

.learning-platform-frame-status {
    justify-self: end;
    color: var(--owu-green);
    font-weight: 800;
}

.learning-platform-screen {
    position: relative;
    min-width: 0;
    padding: 18px;
}

.learning-platform-screen::before {
    content: '';
    position: absolute;
    inset: 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(52, 144, 255, .08), rgba(255, 150, 56, .04));
    pointer-events: none;
}

.learning-platform-editor-image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 304px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    object-fit: cover;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 24px 54px rgba(0, 0, 0, .28);
}

.learning-platform-editor {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 304px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(7, 17, 31, .92), rgba(3, 8, 18, .98)),
        radial-gradient(circle at top right, rgba(52, 144, 255, .18), transparent 30%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 24px 54px rgba(0, 0, 0, .28);
}

.learning-platform-editor::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    opacity: .5;
}

.learning-platform-editor-tabs {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px 14px 0;
}

.learning-platform-editor-tabs span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px 10px 0 0;
    background: rgba(255, 255, 255, .03);
    color: rgba(255, 255, 255, .54);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.learning-platform-editor-tabs .is-active {
    background: rgba(52, 144, 255, .14);
    color: rgba(255, 255, 255, .88);
    border-color: rgba(52, 144, 255, .26);
}

.learning-platform-editor-body {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 16px 12px;
}

.learning-platform-editor-gutter {
    display: grid;
    gap: 10px;
    padding-top: 2px;
    color: rgba(255, 255, 255, .28);
    font-family: 'Courier New', monospace;
    font-size: 12px;
    line-height: 1.7;
    text-align: right;
}

.learning-platform-editor-code {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.learning-platform-code-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    min-height: 22px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.55;
    white-space: nowrap;
    opacity: 0;
    transform: translate3d(0, 7px, 0);
    animation: learningPlatformCodeIn .55s forwards;
}

.learning-platform-code-line--1 {
    animation-delay: .08s;
}

.learning-platform-code-line--2 {
    animation-delay: .18s;
}

.learning-platform-code-line--3 {
    animation-delay: .28s;
}

.learning-platform-code-line--4 {
    animation-delay: .38s;
}

.learning-platform-code-line--5 {
    animation-delay: .48s;
}

.learning-platform-code-line--6 {
    animation-delay: .58s;
}

.token-keyword {
    color: #7cc0ff;
}

.token-variable {
    color: #f5f8ff;
}

.token-function {
    color: #89e24e;
}

.token-string {
    color: #ffbf7b;
}

.token-number {
    color: #ffe200;
}

.token-operator,
.token-bracket {
    color: rgba(255, 255, 255, .56);
}

.learning-platform-caret {
    width: 8px;
    height: 18px;
    border-radius: 2px;
    background: var(--owu-green);
    box-shadow: 0 0 14px rgba(137, 226, 78, .48);
    animation: learningPlatformCaret 1s steps(1) infinite;
}

.learning-platform-editor-terminal {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 16px 16px;
    color: rgba(255, 255, 255, .74);
    font-family: 'Courier New', monospace;
    font-size: 13px;
    line-height: 1.5;
}

.terminal-prompt {
    color: var(--owu-green);
    font-weight: 700;
}

.learning-platform-console {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.learning-platform-console-item {
    min-width: 0;
    padding: 16px 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .045);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.learning-platform-console-item strong {
    display: block;
    margin-bottom: 8px;
    font-family: 'Unbounded', sans-serif;
    font-size: 22px;
    line-height: 1;
    color: rgba(255, 255, 255, .94);
}

.learning-platform-console-item span {
    display: block;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    line-height: 1.55;
}

.learning-platform-copy {
    display: grid;
    gap: 14px;
}

.learning-platform-card {
    padding: 24px 24px 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .03));
    box-shadow: 0 22px 54px rgba(0, 0, 0, .16);
}

.learning-platform-card-head {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.learning-platform-card-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--owu-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.learning-platform-card h3 {
    margin: 0;
    font-size: clamp(1.12rem, 1.6vw, 1.42rem);
    line-height: 1.28;
    color: rgba(255, 255, 255, .96);
}

.learning-platform-card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 999px;
    background: rgba(52, 144, 255, .12);
    color: rgba(255, 255, 255, .88);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.learning-platform-card p {
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 15px;
    line-height: 1.78;
}

.learning-platform-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.learning-platform-card-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    line-height: 1.35;
}

@media (max-width: 1040px) {
    .learning-platform-heading {
        grid-template-columns: 1fr;
    }

    .learning-platform-stage {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .learning-platform-visual {
        position: relative;
        top: auto;
    }

    .learning-platform-heading .premium-copy,
    .learning-platform-title {
        max-width: 100%;
    }
}

@media (max-width: 700px) {
    .learning-platform-section {
        padding: 68px 0;
    }

    .learning-platform-section[data-stage-word] {
        --stage-top: 34px;
        --stage-right: -118px;
    }

    .learning-platform-heading {
        margin-bottom: 24px;
    }

    .learning-platform-stage {
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .learning-platform-title {
        font-size: clamp(2rem, 10vw, 2.85rem);
        line-height: .98;
    }

    .learning-platform-heading .premium-copy {
        font-size: 15px;
        line-height: 1.72;
    }

    .learning-platform-visual {
        padding: 16px;
        border-radius: 24px;
    }

    .learning-platform-frame {
        border-radius: 18px;
    }

    .learning-platform-frame-top {
        grid-template-columns: auto 1fr;
    }

    .learning-platform-frame-status {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .learning-platform-screen {
        padding: 14px;
    }

    .learning-platform-screen::before {
        inset: 10px;
        border-radius: 14px;
    }

    .learning-platform-editor {
        min-height: 248px;
    }

    .learning-platform-editor-tabs {
        gap: 6px;
        padding: 12px 12px 0;
    }

    .learning-platform-editor-tabs span {
        min-height: 28px;
        padding: 5px 9px;
        font-size: 10px;
    }

    .learning-platform-editor-body {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px;
        padding: 14px 12px 10px;
    }

    .learning-platform-editor-gutter,
    .learning-platform-code-line,
    .learning-platform-editor-terminal {
        font-size: 12px;
    }

    .learning-platform-code-line {
        gap: 6px;
    }

    .learning-platform-console {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .learning-platform-console-item {
        padding: 14px;
    }

    .learning-platform-console-item strong {
        font-size: 20px;
    }

    .learning-platform-card {
        padding: 20px 18px 18px;
        border-radius: 20px;
    }

    .learning-platform-card-head {
        margin-bottom: 14px;
    }

    .learning-platform-card-badge {
        min-height: 32px;
        padding: 7px 10px;
        font-size: 10px;
    }

    .learning-platform-card h3 {
        font-size: 15px;
    }

    .learning-platform-card p {
        font-size: 13px;
        line-height: 1.55;
    }

    .learning-platform-card-meta {
        margin-top: 14px;
    }

    .learning-platform-card-meta span {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 520px) {
    .learning-platform-visual {
        padding: 12px;
        border-radius: 20px;
    }

    .learning-platform-frame-top {
        gap: 10px;
        padding: 12px 14px;
    }

    .learning-platform-frame-label,
    .learning-platform-frame-status {
        font-size: 10px;
        letter-spacing: .12em;
    }

    .learning-platform-screen {
        padding: 10px;
    }

    .learning-platform-screen::before {
        inset: 8px;
    }

    .learning-platform-editor {
        min-height: 216px;
    }

    .learning-platform-editor-body {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 8px;
        padding: 12px 10px 8px;
    }

    .learning-platform-editor-terminal {
        padding: 0 10px 12px;
        font-size: 11px;
    }

    .learning-platform-section[data-stage-word] {
        --stage-top: 42px;
        --stage-right: -136px;
    }
}

@keyframes learningPlatformCodeIn {
    from {
        opacity: 0;
        transform: translate3d(0, 7px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes learningPlatformCaret {

    0%,
    49% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: .1;
    }
}

@keyframes curriculumItemIn {
    from {
        opacity: 0;
        transform: translate3d(0, 12px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (hover: hover) {
    .curriculum-category:hover {
        transform: translate3d(3px, 0, 0);
    }
}

@media (max-width: 1040px) {
    .curriculum-board {
        grid-template-columns: minmax(210px, .58fr) minmax(0, 1fr);
    }

    .curriculum-detail {
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr);
    }

    .curriculum-detail-body {
        grid-template-columns: minmax(0, .9fr) minmax(280px, .7fr);
        align-items: start;
    }

    .curriculum-detail-title,
    .curriculum-detail-copy,
    .curriculum-detail-list {
        grid-column: 1;
    }

    .curriculum-roadmap,
    .curriculum-stack {
        grid-column: 2;
    }
}

@media (max-width: 900px) {
    .curriculum-section {
        padding-top: 39px;
        padding-bottom: 78px;
    }

    .curriculum-section[data-stage-word] {
        --stage-right: -120px;
    }

    .curriculum-heading .premium-title {
        max-width: 100%;
    }

    .curriculum-board {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .curriculum-categories {
        position: sticky;
        top: calc(var(--premium-header-height, 72px) + 8px);
        z-index: 6;
        padding: 10px;
    }

    .curriculum-category-list {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding-bottom: 2px;
    }

    .curriculum-category-list::-webkit-scrollbar {
        display: none;
    }

    .curriculum-category-indicator {
        display: none;
    }

    .curriculum-category {
        flex: 0 0 min(250px, 74vw);
        grid-template-columns: 32px minmax(0, 1fr) auto;
        scroll-snap-align: start;
        border: 1px solid rgba(255, 255, 255, .09);
        background: rgba(255, 255, 255, .045);
    }

    .curriculum-category.is-active {
        border-color: rgba(52, 144, 255, .48);
        background: linear-gradient(90deg, rgba(52, 144, 255, .2), rgba(137, 226, 78, .1));
    }

    .curriculum-module-list {
        max-height: none;
        overflow: visible;
    }

    .curriculum-detail-body {
        grid-template-columns: 1fr;
    }

    .curriculum-detail-title,
    .curriculum-detail-copy,
    .curriculum-detail-list,
    .curriculum-roadmap,
    .curriculum-stack {
        grid-column: 1;
    }
}

@media (max-width: 620px) {
    .curriculum-section {
        padding: 64px 0;
    }

    .curriculum-app {
        min-height: 0;
    }

    .curriculum-panel-head,
    .curriculum-detail-body,
    .curriculum-progress,
    .curriculum-cta-row {
        padding-left: 16px;
        padding-right: 16px;
    }

    .curriculum-panel-head {
        display: grid;
        gap: 12px;
    }

    .curriculum-panel-meta {
        width: fit-content;
    }

    .curriculum-module-list {
        padding: 12px;
    }

    .curriculum-module {
        min-height: 58px;
        padding: 14px;
    }

    .curriculum-roadmap {
        grid-template-columns: 1fr;
    }

    .curriculum-cta-row {
        display: grid;
        padding-bottom: 16px;
    }

    .curriculum-cta-note {
        max-width: none;
    }

    .curriculum-cta {
        width: 100%;
        box-sizing: border-box;
    }
}

@media (prefers-reduced-motion: reduce) {

    .curriculum-category-indicator,
    .curriculum-category,
    .curriculum-module,
    .curriculum-module-arrow,
    .curriculum-detail-body,
    .curriculum-progress-bar,
    .curriculum-cta {
        transition: none;
        animation: none;
    }
}

.fullstack-price-section {
    position: relative;
    overflow: clip;
    padding-top: 116px;
    background:
        radial-gradient(circle at 14% 18%, rgba(137, 226, 78, .12), transparent 28%),
        radial-gradient(circle at 86% 12%, rgba(52, 144, 255, .16), transparent 30%),
        linear-gradient(180deg, #050d19 0%, #02070f 100%);
}

.fullstack-price-section::before,
.fullstack-price-section::after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.fullstack-price-section::before {
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 88px 88px;
    opacity: .52;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .9), transparent 100%);
}

.fullstack-price-section::after {
    right: -140px;
    bottom: 120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 1px solid rgba(52, 144, 255, .12);
    box-shadow: 0 0 0 44px rgba(52, 144, 255, .04), 0 0 0 88px rgba(52, 144, 255, .025);
}

.fullstack-price-section[data-stage-word] {
    --stage-top: 24px;
    --stage-right: -24px;
}

.fullstack-price-shell {
    position: relative;
    z-index: 1;
}

.fullstack-price-ribbon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-bottom: 28px;
    padding: 0 26px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 24px) 100%, 0 100%);
    background: linear-gradient(90deg, #76df2d, #89e24e);
    color: #07111f;
    font-family: 'Unbounded', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.fullstack-price-heading {
    align-items: end;
    margin-bottom: 34px;
}

.fullstack-price-heading>div,
.fullstack-price-card,
.fullstack-price-form,
.fullstack-price-input {
    min-width: 0;
}

.fullstack-price-heading .premium-title {
    max-width: 12ch;
    overflow-wrap: anywhere;
    hyphens: auto;
    text-transform: uppercase;
}

.fullstack-price-heading .premium-copy {
    max-width: 620px;
}

.fullstack-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.fullstack-price-card {
    position: relative;
    display: grid;
    gap: 22px;
    padding: 30px 30px 28px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(7, 12, 22, .96), rgba(2, 4, 10, .98)),
        radial-gradient(circle at top right, rgba(52, 144, 255, .16), transparent 34%);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .05);
    overflow: hidden;
}

.fullstack-price-card::before {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #89e24e, #3490ff);
}

.fullstack-price-card--accent {
    border-color: rgba(255, 150, 56, .22);
    background:
        linear-gradient(180deg, rgba(14, 10, 16, .96), rgba(5, 4, 11, .98)),
        radial-gradient(circle at top right, rgba(255, 150, 56, .16), transparent 34%);
}

.fullstack-price-card--accent::before {
    background: linear-gradient(90deg, #ff9638, #ffe200);
}

.fullstack-price-card-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
}

.fullstack-price-card-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(52, 144, 255, .14);
    color: #d8ebff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.fullstack-price-card--accent .fullstack-price-card-kicker {
    background: rgba(255, 150, 56, .14);
    color: #ffd7b2;
}

.fullstack-price-card h3 {
    max-width: 15ch;
    margin: 0;
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(1.48rem, 2.4vw, 2rem);
    line-height: 1.06;
    color: #fff;
    overflow-wrap: anywhere;
    hyphens: auto;
}

#programming-course-incubator .fullstack-price-card h3 {
    font-size: clamp(0.5rem, 2.4vw, 1rem);
}

.fullstack-price-card-note {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    line-height: 1.5;
}

.fullstack-price-amount {
    display: inline-flex;
    flex-direction: column;
    /*align-items: flex-end;*/
    gap: 8px;
    min-width: 148px;
    padding: 14px 16px 12px;
    border: 1px solid rgba(52, 144, 255, .24);
    border-radius: 18px;
    background:
        linear-gradient(160deg, rgba(52, 144, 255, .16), rgba(52, 144, 255, .06)),
        rgba(7, 12, 22, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    color: #fff;
    white-space: nowrap;
}

.fullstack-price-card--accent .fullstack-price-amount {
    border-color: rgba(255, 150, 56, .24);
    background:
        linear-gradient(160deg, rgba(255, 150, 56, .16), rgba(255, 150, 56, .06)),
        rgba(14, 10, 16, .72);
}

.fullstack-price-amount__was {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.fullstack-price-amount__label {
    color: rgba(255, 255, 255, .36);
    font-family: 'Commissioner', sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.fullstack-price-amount__old {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, .44);
    font-family: 'Commissioner', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.fullstack-price-amount__old::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2px;
    left: -2px;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 109, 109, .2), rgba(255, 109, 109, .82), rgba(255, 109, 109, .2));
    transform: translateY(-50%) rotate(-5deg);
    pointer-events: none;
}

.fullstack-price-amount__now {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.fullstack-price-amount__value {
    color: #fff;
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(1rem, 1.55vw, 1.12rem);
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 0 24px rgba(52, 144, 255, .28);
}

.fullstack-price-card--accent .fullstack-price-amount__value {
    text-shadow: 0 0 24px rgba(255, 150, 56, .24);
}

.fullstack-price-amount__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 9px;
    border: 1px solid rgba(137, 226, 78, .34);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(137, 226, 78, .24), rgba(52, 144, 255, .18));
    color: #d8ffb8;
    font-family: 'Commissioner', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1;
}

.fullstack-price-card--accent .fullstack-price-amount__badge {
    border-color: rgba(255, 226, 0, .34);
    background: linear-gradient(135deg, rgba(255, 150, 56, .28), rgba(255, 226, 0, .16));
    color: #ffecc8;
}

.fullstack-price-feature-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fullstack-price-feature-list li {
    position: relative;
    padding-left: 28px;
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
    line-height: 1.45;
}

.fullstack-price-feature-list li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #89e24e, #3490ff);
    box-shadow: 0 0 18px rgba(137, 226, 78, .38);
}

.fullstack-price-card--accent .fullstack-price-feature-list li::before {
    background: linear-gradient(135deg, #ff9638, #ffe200);
    box-shadow: 0 0 18px rgba(255, 150, 56, .3);
}

.fullstack-price-form {
    display: grid;
    gap: 10px;
}

.fullstack-price-input,
.fullstack-price-input-row {
    min-width: 0;
}

.fullstack-price-input {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    background: rgba(255, 255, 255, .02);
    transition: border-color .24s ease, background .24s ease;
}

.fullstack-price-input:focus-within {
    border-color: rgba(137, 226, 78, .42);
    background: rgba(255, 255, 255, .04);
}

.fullstack-price-card--accent .fullstack-price-input:focus-within {
    border-color: rgba(255, 150, 56, .42);
}

.fullstack-price-input.is-invalid {
    border-color: rgba(255, 90, 90, .55);
}

.fullstack-price-input input,
.fullstack-price-input textarea {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 15px 16px;
    background: transparent;
    color: #fff;
    font-family: 'Commissioner', sans-serif;
    font-size: 15px;
    line-height: 1.3;
    box-sizing: border-box;
}

.fullstack-price-input input::placeholder,
.fullstack-price-input textarea::placeholder {
    color: rgba(255, 255, 255, .48);
}

.fullstack-price-input textarea {
    min-height: 54px;
    resize: vertical;
}

.fullstack-price-input-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 88px;
    gap: 10px;
}

.fullstack-price-input--small input {
    text-align: center;
}

.fullstack-price-card--vip .fullstack-price-input:focus-within {
    border-color: rgba(139, 92, 246, .42);
}

.fullstack-price-form-footer {
    display: grid;
    gap: 12px;
    margin-top: 8px;
}

.fullstack-price-seats {
    color: #ff6d6d;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-transform: lowercase;
}

.fullstack-price-submit {
    min-height: 54px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(90deg, #89e24e, #3490ff);
    color: #fff;
    font-family: 'Commissioner', sans-serif;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}

.fullstack-price-submit--accent {
    background: linear-gradient(90deg, #ff9638, #ffe200);
}

.fullstack-price-submit:hover,
.fullstack-price-submit:focus-visible {
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 18px 30px rgba(137, 226, 78, .2);
    filter: brightness(1.04);
    outline: 0;
}

/* Standard / Premium / VIP three-card layout — scoped so kurs-fullstack.html and
   programming-course-incubator.html (which share this stylesheet) are unaffected */
.fullstack-price-grid--triple {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fullstack-price-grid--triple .fullstack-price-card h3 {
    max-width: none;
    white-space: nowrap;
}

.fullstack-price-grid--triple .fullstack-price-card-head {
    grid-template-columns: 1fr;
    gap: 14px;
}

.fullstack-price-grid--triple .fullstack-price-amount {
    /*justify-self: end;*/
}

.fullstack-price-card--vip {
    border-color: rgba(139, 92, 246, .3);
    background:
        linear-gradient(180deg, rgba(15, 10, 22, .96), rgba(5, 4, 11, .98)),
        radial-gradient(circle at top right, rgba(139, 92, 246, .22), transparent 38%);
}

.fullstack-price-card--vip::before {
    background: linear-gradient(90deg, #6d28d9, #8b5cf6);
}

.fullstack-price-card--vip .fullstack-price-card-kicker {
    background: rgba(139, 92, 246, .18);
    color: #ecdcff;
}

.fullstack-price-card--vip .fullstack-price-amount {
    border-color: rgba(139, 92, 246, .3);
    background:
        linear-gradient(160deg, rgba(139, 92, 246, .2), rgba(139, 92, 246, .06)),
        rgba(11, 6, 21, .72);
}

.fullstack-price-card--vip .fullstack-price-amount__value {
    text-shadow: 0 0 24px rgba(139, 92, 246, .32);
}

.fullstack-price-submit--vip {
    background: linear-gradient(90deg, #6d28d9, #8b5cf6);
}

.fullstack-price-grid--triple .fullstack-price-feature-list li.is-included::before {
    background-color: #89e24e;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2307111f' d='M6.5 11.5 3.5 8.5l1-1 2 2 5-5 1 1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    box-shadow: 0 0 14px rgba(137, 226, 78, .34);
}

.fullstack-price-grid--triple .fullstack-price-card--accent .fullstack-price-feature-list li.is-included::before {
    background-color: #ff9638;
    box-shadow: 0 0 14px rgba(255, 150, 56, .34);
}

.fullstack-price-grid--triple .fullstack-price-card--vip .fullstack-price-feature-list li.is-included::before {
    background-color: #8b5cf6;
    box-shadow: 0 0 14px rgba(139, 92, 246, .34);
}

.fullstack-price-grid--triple .fullstack-price-feature-list li.is-unavailable {
    color: rgba(255, 255, 255, .38);
}

.fullstack-price-grid--triple .fullstack-price-feature-list li.is-unavailable::before {
    background: rgba(255, 255, 255, .2);
    background-image: none;
    box-shadow: none;
}

.fullstack-price-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.fullstack-price-summary span {
    display: inline-flex;
    align-items: center;
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.35;
}

@media screen and (max-width: 980px) {
    .fullstack-price-grid {
        grid-template-columns: 1fr;
    }

    .fullstack-price-heading .premium-title {
        max-width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .fullstack-price-section {
        padding-top: 48px;
    }

    .fullstack-price-ribbon {
        margin-bottom: 22px;
        font-size: 12px;
    }

    .fullstack-price-card {
        padding: 24px 18px 22px;
        border-radius: 24px;
    }

    .fullstack-price-card-head {
        grid-template-columns: 1fr;
    }

    .fullstack-price-amount {
        align-items: flex-start;
        justify-self: start;
        min-width: 0;
        white-space: normal;
    }

    .fullstack-price-amount__was {
        flex-wrap: wrap;
    }

    .fullstack-price-submit {
        width: 100%;
    }

    .fullstack-price-input-row {
        grid-template-columns: 1fr 82px;
    }
}

@media screen and (max-width: 480px) {
    .fullstack-price-section[data-stage-word] {
        --stage-right: -92px;
    }

    .fullstack-price-heading .premium-title {
        max-width: 100%;
        font-size: clamp(1.1rem, 10.5vw, 1.6rem);
        line-height: 1.15;
    }

    .fullstack-price-card h3 {
        font-size: 1.28rem;
    }

    .fullstack-price-feature-list li,
    .fullstack-price-input input,
    .fullstack-price-input textarea {
        font-size: 14px;
    }

    .fullstack-price-input-row {
        grid-template-columns: 1fr 76px;
    }
}
